yhzheng1031 commited on
Commit
e9bd8f8
·
verified ·
1 Parent(s): f4fbb15

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/7574/7574_4.html +275 -0
  2. code/7574/7574_6.html +252 -0
  3. code/7574/7574_8.html +291 -0
  4. code/7575/7575_0.html +297 -0
  5. code/7575/7575_1.html +283 -0
  6. code/7575/7575_2.html +274 -0
  7. code/7576/7576_0.html +238 -0
  8. code/7576/7576_1.html +290 -0
  9. code/7576/7576_2.html +424 -0
  10. code/7576/7576_3.html +250 -0
  11. code/7576/7576_4.html +205 -0
  12. code/7576/7576_5.html +234 -0
  13. code/7577/7577_0.html +345 -0
  14. code/7577/7577_1.html +426 -0
  15. code/7577/7577_2.html +355 -0
  16. code/7577/7577_3.html +341 -0
  17. code/7578/7578_1.html +285 -0
  18. code/7578/7578_2.html +229 -0
  19. code/7578/7578_3.html +354 -0
  20. code/7578/7578_4.html +247 -0
  21. code/7578/7578_5.html +315 -0
  22. code/7580/7580_0.html +293 -0
  23. code/7580/7580_1.html +298 -0
  24. code/7580/7580_2.html +245 -0
  25. code/7582/7582_0.html +404 -0
  26. code/7582/7582_1.html +286 -0
  27. code/7582/7582_2.html +370 -0
  28. code/7582/7582_3.html +310 -0
  29. code/7582/7582_4.html +470 -0
  30. code/7584/7584_0.html +298 -0
  31. code/7584/7584_1.html +282 -0
  32. code/7584/7584_2.html +344 -0
  33. code/7584/7584_3.html +454 -0
  34. code/7584/7584_4.html +327 -0
  35. code/7584/7584_5.html +224 -0
  36. code/7584/7584_6.html +216 -0
  37. code/7584/7584_7.html +376 -0
  38. code/7588/7588_0.html +303 -0
  39. code/7588/7588_1.html +279 -0
  40. code/7588/7588_2.html +461 -0
  41. code/7588/7588_3.html +409 -0
  42. code/7588/7588_4.html +324 -0
  43. code/7588/7588_5.html +462 -0
  44. code/7588/7588_7.html +433 -0
  45. code/7588/7588_8.html +337 -0
  46. code/7589/7589_0.html +248 -0
  47. code/7589/7589_1.html +253 -0
  48. code/7589/7589_2.html +185 -0
  49. code/7589/7589_3.html +263 -0
  50. code/7591/7591_0.html +335 -0
code/7574/7574_4.html ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Event Edit UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #EEF4E8; /* soft mint green */
13
+ color: #2A2A2A;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 40px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ font-size: 42px; color: #2A2A2A;
22
+ }
23
+ .status-icons { display: flex; align-items: center; gap: 24px; }
24
+ .dot { width: 14px; height: 14px; background:#8C8C8C; border-radius:50%; display:inline-block; }
25
+ .sb-icon {
26
+ width: 40px; height: 40px; border-radius: 8px;
27
+ background: #D7DECF; display: inline-flex; align-items:center; justify-content:center;
28
+ }
29
+ .chevron {
30
+ position: absolute; top: 120px; left: 50%; transform: translateX(-50%);
31
+ width: 140px; height: 40px;
32
+ border-radius: 20px;
33
+ background: #DDE5D3;
34
+ }
35
+
36
+ /* Header */
37
+ .header {
38
+ margin-top: 50px;
39
+ padding: 0 48px;
40
+ }
41
+ .header-top {
42
+ display: flex; align-items: center; justify-content: space-between;
43
+ }
44
+ .close-btn {
45
+ font-size: 64px; color: #66715F;
46
+ }
47
+ .save-btn {
48
+ background: #2E5B2E; color: #fff; border-radius: 44px;
49
+ padding: 26px 44px; font-size: 44px; font-weight: 600;
50
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
51
+ }
52
+ .title-input {
53
+ margin-top: 20px;
54
+ font-size: 64px; font-weight: 600; letter-spacing: 0.5px;
55
+ border: none; background: transparent; outline: none;
56
+ color: #1E2C1D;
57
+ }
58
+ .divider { height: 2px; background: #D7DEC8; margin: 30px 0; }
59
+
60
+ /* Rows */
61
+ .row {
62
+ display: flex; align-items: center; justify-content: space-between;
63
+ padding: 28px 48px;
64
+ font-size: 44px;
65
+ }
66
+ .row .left {
67
+ display: flex; align-items: center; gap: 30px;
68
+ color: #2A2A2A;
69
+ }
70
+ .subtle { color: #66715F; }
71
+ .icon-wrap { width: 64px; height: 64px; border-radius: 50%; background:#DEE6D5; display:flex; align-items:center; justify-content:center; }
72
+ .toggle {
73
+ width: 150px; height: 74px; border-radius: 38px; background: #DADFD0;
74
+ position: relative; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
75
+ }
76
+ .toggle::after {
77
+ content: ""; position: absolute; top: 10px; left: 12px;
78
+ width: 54px; height: 54px; border-radius: 50%; background: #B8BEAD;
79
+ }
80
+
81
+ .outline-btn {
82
+ margin-left: 48px; margin-top: 12px;
83
+ display: inline-block; border: 2px solid #2E5B2E; color: #2E5B2E;
84
+ padding: 22px 36px; font-size: 42px; border-radius: 18px; background: transparent;
85
+ }
86
+
87
+ /* Keyboard */
88
+ .keyboard {
89
+ position: absolute; left: 0; right: 0; bottom: 120px;
90
+ width: 100%; height: 900px;
91
+ background: #F2F5EC; border-top: 2px solid #D7DEC8;
92
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.05) inset;
93
+ }
94
+ .kb-suggestions {
95
+ display: flex; align-items: center; gap: 30px;
96
+ padding: 22px 36px; font-size: 40px; color: #2A2A2A;
97
+ }
98
+ .chip {
99
+ padding: 16px 24px; border-radius: 26px;
100
+ background: #E7EDDB; border: 1px solid #D0D7C4;
101
+ }
102
+ .kb-rows { padding: 20px 28px; }
103
+ .kb-row {
104
+ display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px;
105
+ margin-bottom: 18px;
106
+ }
107
+ .key {
108
+ background: #FFFFFF; border: 1px solid #D3D9C7; border-radius: 22px;
109
+ height: 120px; display: flex; align-items: center; justify-content: center;
110
+ font-size: 46px; color: #2A2A2A;
111
+ }
112
+ .key.special { background: #DDE7CF; }
113
+ .key.space { grid-column: span 5; }
114
+ .kb-last {
115
+ display: grid; grid-template-columns: 1.1fr 1fr 1fr 5fr 1fr 1.2fr; gap: 18px;
116
+ }
117
+
118
+ /* Bottom gesture bar */
119
+ .gesture {
120
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
121
+ width: 360px; height: 16px; border-radius: 8px; background: #A1A1A1;
122
+ opacity: 0.7;
123
+ }
124
+
125
+ /* Simple icons (SVG) */
126
+ svg { display: block; }
127
+ .ico { width: 40px; height: 40px; }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <div class="status-bar">
134
+ <div class="sb-left">11:37</div>
135
+ <div class="status-icons">
136
+ <div class="sb-icon"><svg class="ico" viewBox="0 0 24 24"><path d="M3 17h18v2H3zm2-6h14v2H5zm4-6h6v2H9z" fill="#6F7768"/></svg></div>
137
+ <div class="sb-icon"><svg class="ico" viewBox="0 0 24 24"><path d="M12 3l9 6-9 6-9-6 9-6zm0 14l9 6H3l9-6z" fill="#6F7768"/></svg></div>
138
+ <span class="dot"></span>
139
+ <div class="sb-icon"><svg class="ico" viewBox="0 0 24 24"><path d="M3 8h18v8H3z" fill="#6F7768"/></svg></div>
140
+ <div class="sb-icon"><svg class="ico" viewBox="0 0 24 24"><path d="M7 21h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zm6-2h-2v-2h2v2z" fill="#6F7768"/></svg></div>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="chevron"></div>
145
+
146
+ <div class="header">
147
+ <div class="header-top">
148
+ <div class="close-btn">✕</div>
149
+ <div class="save-btn">Save</div>
150
+ </div>
151
+ <input class="title-input" value="Aleksi Birthday" />
152
+ <div class="divider"></div>
153
+ </div>
154
+
155
+ <!-- All-day -->
156
+ <div class="row">
157
+ <div class="left">
158
+ <div class="icon-wrap">
159
+ <svg viewBox="0 0 24 24" width="40" height="40">
160
+ <circle cx="12" cy="12" r="9" fill="#8FA48B"></circle>
161
+ <path d="M12 6v6h5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
162
+ </svg>
163
+ </div>
164
+ <div>All-day</div>
165
+ </div>
166
+ <div class="toggle"></div>
167
+ </div>
168
+
169
+ <!-- Start time -->
170
+ <div class="row">
171
+ <div class="left"><span>Sat, Sep 23, 2023</span></div>
172
+ <div class="subtle">12:00 AM</div>
173
+ </div>
174
+
175
+ <!-- End time -->
176
+ <div class="row">
177
+ <div class="left"><span>Sat, Sep 23, 2023</span></div>
178
+ <div class="subtle">1:00 AM</div>
179
+ </div>
180
+
181
+ <!-- Time zone -->
182
+ <div class="row">
183
+ <div class="left">
184
+ <div class="icon-wrap">
185
+ <svg viewBox="0 0 24 24" width="40" height="40">
186
+ <circle cx="12" cy="12" r="10" fill="#8FA48B"></circle>
187
+ <path d="M12 2v20M2 12h20M5 7h14M5 17h14" stroke="#fff" stroke-width="1.6" fill="none"/>
188
+ </svg>
189
+ </div>
190
+ <div>India Standard Time</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Repeat -->
195
+ <div class="row">
196
+ <div class="left">
197
+ <div class="icon-wrap">
198
+ <svg viewBox="0 0 24 24" width="40" height="40">
199
+ <path d="M6 7h9l-2-2 4 4-4 4 2-2H6a4 4 0 0 0 0 8h4" stroke="#8FA48B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
200
+ </svg>
201
+ </div>
202
+ <div>Does not repeat</div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="divider"></div>
207
+
208
+ <!-- Add people -->
209
+ <div class="row">
210
+ <div class="left">
211
+ <div class="icon-wrap">
212
+ <svg viewBox="0 0 24 24" width="40" height="40">
213
+ <circle cx="12" cy="9" r="4" fill="#8FA48B"></circle>
214
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#8FA48B" stroke-width="2" fill="none" stroke-linecap="round"/>
215
+ </svg>
216
+ </div>
217
+ <div>Add people</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="outline-btn">View schedules</div>
222
+
223
+ <div class="divider" style="margin-top: 30px;"></div>
224
+
225
+ <!-- Video conferencing -->
226
+ <div class="row">
227
+ <div class="left">
228
+ <div class="icon-wrap">
229
+ <svg viewBox="0 0 24 24" width="40" height="40">
230
+ <rect x="3" y="6" width="12" height="12" rx="2" fill="#8FA48B"></rect>
231
+ <path d="M15 10l6-3v10l-6-3v-4z" fill="#8FA48B"></path>
232
+ </svg>
233
+ </div>
234
+ <div>Add video conferencing</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Keyboard -->
239
+ <div class="keyboard">
240
+ <div class="kb-suggestions">
241
+ <div class="chip">Birthday</div>
242
+ <div class="chip">Birthdays</div>
243
+ <div class="chip">🎈</div>
244
+ <div class="chip">🎂</div>
245
+ <div style="margin-left:auto;" class="chip">🎤</div>
246
+ </div>
247
+ <div class="kb-rows">
248
+ <div class="kb-row">
249
+ <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>
250
+ <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>
251
+ </div>
252
+ <div class="kb-row">
253
+ <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>
254
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">;</div>
255
+ </div>
256
+ <div class="kb-row">
257
+ <div class="key special">⇧</div>
258
+ <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>
259
+ <div class="key special">⌫</div><div class="key special">⌦</div>
260
+ </div>
261
+ <div class="kb-last">
262
+ <div class="key special">?123</div>
263
+ <div class="key special">,</div>
264
+ <div class="key special">🙂</div>
265
+ <div class="key space"></div>
266
+ <div class="key">.</div>
267
+ <div class="key special">✔</div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="gesture"></div>
273
+ </div>
274
+ </body>
275
+ </html>
code/7574/7574_6.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Date Picker Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F4F5F4;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 96px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; color: #1f1f1f; font-size: 36px; letter-spacing: 0.5px;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 24px; }
21
+ .icon-dot { width: 14px; height: 14px; background: #1f1f1f; border-radius: 50%; opacity: 0.8; }
22
+ .battery {
23
+ width: 44px; height: 22px; border: 2px solid #1f1f1f; border-radius: 4px; position: relative;
24
+ }
25
+ .battery::after {
26
+ content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 8px; background: #1f1f1f; border-radius: 1px;
27
+ }
28
+ .battery-level { position: absolute; left: 3px; top: 3px; right: 3px; bottom: 3px; background: #1f1f1f; }
29
+
30
+ /* Top app header */
31
+ .app-header {
32
+ position: absolute; top: 120px; left: 0; right: 0; padding: 0 40px;
33
+ }
34
+ .app-row { display: flex; align-items: center; justify-content: space-between; }
35
+ .close-btn {
36
+ width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center;
37
+ color: #353535; font-size: 54px;
38
+ }
39
+ .title-input { font-size: 72px; color: #222; margin: 24px 0 12px 88px; border-bottom: 4px solid #2A5937; display: inline-block; padding-bottom: 6px; }
40
+ .save-btn {
41
+ padding: 20px 44px; background: #154D2F; color: #fff; border-radius: 40px; font-size: 42px; font-weight: 600;
42
+ }
43
+ .handle {
44
+ width: 160px; height: 16px; background: #bcbcbc; border-radius: 8px; margin: 18px auto 22px auto;
45
+ opacity: 0.5;
46
+ }
47
+ .divider { height: 2px; background: #DADADA; margin: 24px 0; }
48
+
49
+ /* Underlying content placeholders */
50
+ .list {
51
+ margin-top: 24px;
52
+ }
53
+ .list-item {
54
+ display: flex; align-items: center; justify-content: space-between;
55
+ padding: 36px 40px; font-size: 42px; color: #333; border-top: 2px solid #E6E6E6;
56
+ }
57
+ .list-item .left { display: flex; align-items: center; gap: 24px; }
58
+ .dot-blue { width: 28px; height: 28px; background: #2F63B5; border-radius: 50%; }
59
+
60
+ /* Scrim for modal */
61
+ .scrim {
62
+ position: absolute; inset: 0; background: rgba(0,0,0,0.28);
63
+ }
64
+
65
+ /* Calendar dialog */
66
+ .calendar-dialog {
67
+ position: absolute; left: 56px; right: 56px; top: 520px;
68
+ background: #E9F1E6; border-radius: 48px;
69
+ box-shadow: 0 24px 60px rgba(0,0,0,0.25);
70
+ color: #2F4A3A;
71
+ padding: 48px 56px 40px 56px;
72
+ }
73
+ .calendar-header { color: #5D6D62; font-size: 40px; margin-bottom: 18px; }
74
+ .big-date {
75
+ display: flex; align-items: center; justify-content: space-between;
76
+ font-size: 86px; font-weight: 500; color: #2F4A3A; margin-bottom: 28px;
77
+ }
78
+ .pencil { width: 56px; height: 56px; }
79
+ .month-row {
80
+ display: flex; align-items: center; justify-content: space-between; margin: 10px 0 24px 0;
81
+ }
82
+ .month-select { font-size: 46px; color: #2F4A3A; display: flex; align-items: center; gap: 12px; }
83
+ .chevrons { display: flex; align-items: center; gap: 28px; }
84
+ .chevrons svg, .month-select svg { width: 40px; height: 40px; fill: none; stroke: #2F4A3A; stroke-width: 6; }
85
+
86
+ .weekdays {
87
+ display: grid; grid-template-columns: repeat(7, 1fr);
88
+ font-size: 40px; color: #2F4A3A; margin: 12px 0 6px 0;
89
+ }
90
+ .weekdays div { text-align: center; padding: 18px 0; letter-spacing: 1px; }
91
+
92
+ .calendar-grid {
93
+ display: grid; grid-template-columns: repeat(7, 1fr);
94
+ gap: 22px; padding: 10px 0 24px 0;
95
+ }
96
+ .day {
97
+ height: 120px; display: flex; align-items: center; justify-content: center;
98
+ font-size: 48px; color: #1E1E1E;
99
+ }
100
+ .day.empty { color: transparent; }
101
+ .day .circle {
102
+ width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
103
+ }
104
+ .day.selected .circle { background: #2F5C39; color: #ffffff; }
105
+ .day.outlined .circle { border: 6px solid #3E6A49; color: #2F5C39; }
106
+ .actions {
107
+ display: flex; justify-content: flex-end; gap: 48px; margin-top: 12px; font-size: 46px;
108
+ }
109
+ .action { color: #316542; font-weight: 600; }
110
+
111
+ /* Bottom gesture bar */
112
+ .home-bar {
113
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
114
+ width: 360px; height: 18px; border-radius: 9px; background: #ffffff; opacity: 0.9;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>11:37</div>
124
+ <div class="status-icons">
125
+ <div class="icon-dot"></div>
126
+ <div class="icon-dot"></div>
127
+ <div class="icon-dot"></div>
128
+ <div class="icon-dot"></div>
129
+ <div class="icon-dot"></div>
130
+ <div class="battery"><div class="battery-level"></div></div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Underlying app content (dimmed by scrim) -->
135
+ <div class="app-header">
136
+ <div class="app-row">
137
+ <div class="close-btn">
138
+ <svg width="56" height="56" viewBox="0 0 24 24">
139
+ <path d="M5 5l14 14M19 5L5 19" stroke="#353535" stroke-width="2" fill="none" stroke-linecap="round"/>
140
+ </svg>
141
+ </div>
142
+ <div class="save-btn">Save</div>
143
+ </div>
144
+ <div class="handle"></div>
145
+ <div class="title-input">Aleksi Birthday</div>
146
+ <div class="divider"></div>
147
+ <div class="list">
148
+ <div class="list-item">
149
+ <div class="left"><div class="icon-dot" style="background:#6b6b6b;"></div>All day</div>
150
+ <div style="color:#777;">PM</div>
151
+ </div>
152
+ <div class="list-item">
153
+ <div class="left"><div class="icon-dot" style="background:#6b6b6b;"></div>Start date</div>
154
+ <div style="color:#777;">Sep 25, 2023</div>
155
+ </div>
156
+ <div class="list-item">
157
+ <div class="left"><div class="icon-dot" style="background:#6b6b6b;"></div>Add notification</div>
158
+ <div style="color:#777;">None</div>
159
+ </div>
160
+ <div class="list-item">
161
+ <div class="left"><div class="dot-blue"></div>Default color</div>
162
+ <div style="color:#777;">Blue</div>
163
+ </div>
164
+ <div class="list-item">
165
+ <div class="left"><div class="icon-dot" style="background:#6b6b6b;"></div>Add description</div>
166
+ <div style="color:#777;">Optional</div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Scrim -->
172
+ <div class="scrim"></div>
173
+
174
+ <!-- Calendar dialog -->
175
+ <div class="calendar-dialog">
176
+ <div class="calendar-header">Select Date</div>
177
+
178
+ <div class="big-date">
179
+ <div>Sep 25, 2023</div>
180
+ <svg class="pencil" viewBox="0 0 24 24">
181
+ <path d="M3 17.25V21h3.75L17.8 9.94l-3.75-3.75L3 17.25z" fill="#2F4A3A"></path>
182
+ <path d="M20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" fill="#2F4A3A"></path>
183
+ </svg>
184
+ </div>
185
+
186
+ <div class="month-row">
187
+ <div class="month-select">
188
+ <span>September 2023</span>
189
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#2F4A3A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
190
+ </div>
191
+ <div class="chevrons">
192
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" /></svg>
193
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="weekdays">
198
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
199
+ </div>
200
+
201
+ <div class="calendar-grid">
202
+ <div class="day empty"><div class="circle"></div></div>
203
+ <div class="day empty"><div class="circle"></div></div>
204
+ <div class="day empty"><div class="circle"></div></div>
205
+ <div class="day empty"><div class="circle"></div></div>
206
+ <div class="day empty"><div class="circle"></div></div>
207
+ <div class="day"><div class="circle">1</div></div>
208
+ <div class="day"><div class="circle">2</div></div>
209
+
210
+ <div class="day"><div class="circle">3</div></div>
211
+ <div class="day"><div class="circle">4</div></div>
212
+ <div class="day"><div class="circle">5</div></div>
213
+ <div class="day"><div class="circle">6</div></div>
214
+ <div class="day"><div class="circle">7</div></div>
215
+ <div class="day"><div class="circle">8</div></div>
216
+ <div class="day"><div class="circle">9</div></div>
217
+
218
+ <div class="day"><div class="circle">10</div></div>
219
+ <div class="day"><div class="circle">11</div></div>
220
+ <div class="day"><div class="circle">12</div></div>
221
+ <div class="day"><div class="circle">13</div></div>
222
+ <div class="day"><div class="circle">14</div></div>
223
+ <div class="day"><div class="circle">15</div></div>
224
+ <div class="day"><div class="circle">16</div></div>
225
+
226
+ <div class="day"><div class="circle">17</div></div>
227
+ <div class="day"><div class="circle">18</div></div>
228
+ <div class="day"><div class="circle">19</div></div>
229
+ <div class="day"><div class="circle">20</div></div>
230
+ <div class="day"><div class="circle">21</div></div>
231
+ <div class="day outlined"><div class="circle">22</div></div>
232
+ <div class="day"><div class="circle">23</div></div>
233
+
234
+ <div class="day"><div class="circle">24</div></div>
235
+ <div class="day selected"><div class="circle">25</div></div>
236
+ <div class="day"><div class="circle">26</div></div>
237
+ <div class="day"><div class="circle">27</div></div>
238
+ <div class="day"><div class="circle">28</div></div>
239
+ <div class="day"><div class="circle">29</div></div>
240
+ <div class="day"><div class="circle">30</div></div>
241
+ </div>
242
+
243
+ <div class="actions">
244
+ <div class="action">Cancel</div>
245
+ <div class="action">OK</div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="home-bar"></div>
250
+ </div>
251
+ </body>
252
+ </html>
code/7574/7574_8.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Event Detail UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #EEF4E9;
14
+ border-radius: 24px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 88px;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ font-size: 30px;
31
+ letter-spacing: 0.5px;
32
+ z-index: 5;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon-sb { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 2.2; }
40
+
41
+ /* Header / banner */
42
+ .banner {
43
+ position: absolute;
44
+ top: 0;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 660px;
48
+ background: linear-gradient(0deg,#3FA66E 0%, #2E7E54 100%);
49
+ }
50
+ .confetti { position: absolute; width: 6px; height: 26px; border-radius: 3px; transform: rotate(20deg); opacity: 0.9; }
51
+ .c1{ background:#FFD54F; top:140px; left:280px; transform:rotate(35deg); }
52
+ .c2{ background:#90CAF9; top:210px; left:480px; transform:rotate(-25deg); }
53
+ .c3{ background:#FF8A80; top:90px; left:720px; transform:rotate(10deg); }
54
+ .c4{ background:#B39DDB; top:300px; left:150px; transform:rotate(-15deg); }
55
+ .c5{ background:#80DEEA; top:380px; left:840px; transform:rotate(25deg); }
56
+ .c6{ background:#A5D6A7; top:260px; left:600px; transform:rotate(-30deg); }
57
+ .c7{ background:#FFE082; top:180px; left:950px; transform:rotate(18deg); }
58
+ .c8{ background:#81D4FA; top:420px; left:340px; transform:rotate(-12deg); }
59
+
60
+ /* Header controls */
61
+ .round-btn {
62
+ position: absolute;
63
+ width: 120px;
64
+ height: 120px;
65
+ top: 140px;
66
+ border-radius: 60px;
67
+ background: rgba(255,255,255,0.18);
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ }
72
+ .round-btn.left { left: 36px; }
73
+ .round-btn.right1 { right: 216px; }
74
+ .round-btn.right2 { right: 72px; }
75
+ .btn-icon { width: 60px; height: 60px; }
76
+
77
+ /* Image placeholder */
78
+ .cake-img {
79
+ position: absolute;
80
+ left: 220px;
81
+ bottom: -20px;
82
+ width: 640px;
83
+ height: 360px;
84
+ background: #E0E0E0;
85
+ border: 1px solid #BDBDBD;
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ color: #757575;
90
+ font-size: 30px;
91
+ border-radius: 16px;
92
+ }
93
+
94
+ /* Card sheet */
95
+ .sheet {
96
+ position: absolute;
97
+ top: 560px;
98
+ left: 0;
99
+ width: 1080px;
100
+ height: 1710px;
101
+ background: #F1F6EB;
102
+ border-top-left-radius: 40px;
103
+ border-top-right-radius: 40px;
104
+ padding: 56px 64px;
105
+ box-sizing: border-box;
106
+ }
107
+ .row {
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 26px;
111
+ }
112
+ .blue-dot {
113
+ width: 42px;
114
+ height: 42px;
115
+ background: #4385F5;
116
+ border-radius: 10px;
117
+ }
118
+ .title {
119
+ font-size: 64px;
120
+ font-weight: 700;
121
+ color: #212121;
122
+ line-height: 1.2;
123
+ margin: 10px 0 16px;
124
+ }
125
+ .sub {
126
+ font-size: 34px;
127
+ color: #2E2F2D;
128
+ opacity: 0.85;
129
+ margin-bottom: 42px;
130
+ }
131
+
132
+ /* Share button */
133
+ .share-btn {
134
+ display: inline-flex;
135
+ align-items: center;
136
+ gap: 18px;
137
+ padding: 18px 28px;
138
+ border-radius: 34px;
139
+ border: 2px solid #8C9A86;
140
+ color: #2E5C3F;
141
+ background: #EAF2E4;
142
+ font-weight: 600;
143
+ font-size: 34px;
144
+ }
145
+ .share-icon { width: 40px; height: 40px; }
146
+
147
+ /* Info rows */
148
+ .info-section { margin-top: 64px; }
149
+ .info-row {
150
+ display: flex; align-items: flex-start; gap: 28px; margin: 32px 0;
151
+ color: #2A2A2A; font-size: 36px;
152
+ }
153
+ .info-icon { width: 54px; height: 54px; }
154
+ .small { font-size: 32px; color: #4A4A4A; margin-top: 8px; }
155
+
156
+ /* Home indicator */
157
+ .home-indicator {
158
+ position: absolute;
159
+ bottom: 38px;
160
+ left: 50%;
161
+ transform: translateX(-50%);
162
+ width: 300px;
163
+ height: 12px;
164
+ background: #757575;
165
+ border-radius: 8px;
166
+ opacity: 0.8;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+ <!-- Status bar -->
173
+ <div class="status-bar">
174
+ <div class="status-left">11:38</div>
175
+ <div class="status-right">
176
+ <!-- simple icons to suggest status -->
177
+ <svg class="icon-sb" viewBox="0 0 24 24">
178
+ <path d="M2 17l6-6 6 6" stroke-linecap="round" stroke-linejoin="round"></path>
179
+ </svg>
180
+ <svg class="icon-sb" viewBox="0 0 24 24">
181
+ <path d="M2 12h20" stroke-linecap="round"></path>
182
+ <circle cx="12" cy="12" r="2" fill="#fff" stroke="none"></circle>
183
+ </svg>
184
+ <svg class="icon-sb" viewBox="0 0 24 24">
185
+ <path d="M3 18h18M3 12h18M3 6h18" stroke-linecap="round"></path>
186
+ </svg>
187
+ <svg class="icon-sb" viewBox="0 0 24 24">
188
+ <path d="M4 18l8-12 8 12" stroke-linecap="round"></path>
189
+ </svg>
190
+ <svg class="icon-sb" viewBox="0 0 24 24">
191
+ <path d="M2 9l10-7 10 7v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9z" stroke-linejoin="round"></path>
192
+ </svg>
193
+ <svg class="icon-sb" viewBox="0 0 24 24">
194
+ <path d="M3 12a9 9 0 0 1 18 0" stroke-linecap="round"></path>
195
+ <path d="M8 12a4 4 0 0 1 8 0" stroke-linecap="round"></path>
196
+ </svg>
197
+ <svg class="icon-sb" viewBox="0 0 24 24">
198
+ <rect x="3" y="7" width="14" height="12" rx="2"></rect>
199
+ <rect x="18" y="10" width="3" height="9" rx="1"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Banner -->
205
+ <div class="banner">
206
+ <div class="confetti c1"></div>
207
+ <div class="confetti c2"></div>
208
+ <div class="confetti c3"></div>
209
+ <div class="confetti c4"></div>
210
+ <div class="confetti c5"></div>
211
+ <div class="confetti c6"></div>
212
+ <div class="confetti c7"></div>
213
+ <div class="confetti c8"></div>
214
+
215
+ <!-- Header controls -->
216
+ <div class="round-btn left">
217
+ <svg class="btn-icon" viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="11" fill="none" stroke="#fff" stroke-width="2"></circle>
219
+ <path d="M8 8l8 8M16 8l-8 8" stroke="#fff" stroke-width="2.2" stroke-linecap="round"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="round-btn right1">
223
+ <svg class="btn-icon" viewBox="0 0 24 24">
224
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"></path>
225
+ <path d="M14.06 6.19l3.75 3.75" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="round-btn right2">
229
+ <svg class="btn-icon" viewBox="0 0 24 24">
230
+ <circle cx="12" cy="5" r="2.2" fill="#fff"></circle>
231
+ <circle cx="12" cy="12" r="2.2" fill="#fff"></circle>
232
+ <circle cx="12" cy="19" r="2.2" fill="#fff"></circle>
233
+ </svg>
234
+ </div>
235
+
236
+ <!-- Image placeholder -->
237
+ <div class="cake-img">[IMG: Birthday cake illustration]</div>
238
+ </div>
239
+
240
+ <!-- Sheet card -->
241
+ <div class="sheet">
242
+ <div class="row">
243
+ <div class="blue-dot"></div>
244
+ <div>
245
+ <div class="title">Aleksi Birthday</div>
246
+ <div class="sub">Monday, Sep 25 &nbsp; • &nbsp; 12:00 – 1:00 AM</div>
247
+ </div>
248
+ </div>
249
+
250
+ <button class="share-btn" type="button">
251
+ <svg class="share-icon" viewBox="0 0 24 24">
252
+ <circle cx="6" cy="12" r="3" fill="none" stroke="#2E5C3F" stroke-width="2"></circle>
253
+ <circle cx="18" cy="6" r="3" fill="none" stroke="#2E5C3F" stroke-width="2"></circle>
254
+ <circle cx="18" cy="18" r="3" fill="none" stroke="#2E5C3F" stroke-width="2"></circle>
255
+ <path d="M9 11l6-3M9 13l6 3" stroke="#2E5C3F" stroke-width="2" stroke-linecap="round"></path>
256
+ </svg>
257
+ Share
258
+ </button>
259
+
260
+ <div class="info-section">
261
+ <div class="info-row">
262
+ <svg class="info-icon" viewBox="0 0 24 24">
263
+ <path d="M6 8v-2a6 6 0 0 1 12 0v2" fill="none" stroke="#3D4740" stroke-width="2" stroke-linecap="round"></path>
264
+ <path d="M4 8h16v12H4z" fill="none" stroke="#3D4740" stroke-width="2"></path>
265
+ <path d="M9 18h6" stroke="#3D4740" stroke-width="2" stroke-linecap="round"></path>
266
+ </svg>
267
+ <div>
268
+ <div>10 minutes before</div>
269
+ <div class="small">30 minutes before</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="info-row" style="margin-top: 48px;">
274
+ <svg class="info-icon" viewBox="0 0 24 24">
275
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#3D4740" stroke-width="2"></rect>
276
+ <path d="M7 3v4M17 3v4M3 10h18" stroke="#3D4740" stroke-width="2" stroke-linecap="round"></path>
277
+ <rect x="7.5" y="12.5" width="3" height="3" fill="#3D4740"></rect>
278
+ </svg>
279
+ <div>
280
+ <div>Events</div>
281
+ <div class="small">dbwscratch.test.id2@gmail.com</div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Home indicator -->
288
+ <div class="home-indicator"></div>
289
+ </div>
290
+ </body>
291
+ </html>
code/7575/7575_0.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Timer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0E1310;
15
+ color: #E9EFE9;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ color: #E9EFE9;
30
+ font-size: 36px;
31
+ letter-spacing: 0.5px;
32
+ opacity: 0.9;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .status-icons svg { opacity: 0.9; }
40
+
41
+ /* Header */
42
+ .header-row {
43
+ position: absolute;
44
+ top: 150px;
45
+ left: 56px;
46
+ right: 56px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ }
51
+ .title {
52
+ font-size: 72px;
53
+ font-weight: 500;
54
+ color: #E7EFE6;
55
+ }
56
+ .kebab {
57
+ width: 12px; height: 56px;
58
+ display: flex; flex-direction: column; justify-content: space-between; align-items: center;
59
+ margin-right: 10px;
60
+ }
61
+ .kebab span {
62
+ width: 12px; height: 12px; background: #C7CEC8; border-radius: 50%;
63
+ }
64
+
65
+ /* Time display */
66
+ .time-display {
67
+ position: absolute;
68
+ top: 360px;
69
+ width: 100%;
70
+ text-align: center;
71
+ color: #959E96;
72
+ font-weight: 500;
73
+ letter-spacing: 2px;
74
+ }
75
+ .time-display .num {
76
+ font-size: 140px;
77
+ }
78
+ .time-display .unit {
79
+ font-size: 70px;
80
+ margin-left: 10px;
81
+ color: #8D968E;
82
+ }
83
+
84
+ /* Keypad */
85
+ .pad {
86
+ position: absolute;
87
+ top: 740px;
88
+ width: 980px;
89
+ left: 50%;
90
+ transform: translateX(-50%);
91
+ display: grid;
92
+ grid-template-columns: repeat(3, 1fr);
93
+ gap: 44px;
94
+ justify-items: center;
95
+ }
96
+ .key {
97
+ width: 280px;
98
+ height: 280px;
99
+ border-radius: 50%;
100
+ background: #141A16;
101
+ border: 1px solid #1D241F;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ color: #F3F7F2;
106
+ font-size: 96px;
107
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
108
+ }
109
+ .key.small { font-size: 88px; }
110
+ .key.green {
111
+ background: #3F5B45;
112
+ border-color: #3F5B45;
113
+ }
114
+
115
+ /* Bottom nav */
116
+ .bottom-nav {
117
+ position: absolute;
118
+ bottom: 0;
119
+ left: 0;
120
+ width: 1080px;
121
+ height: 260px;
122
+ background: #121A16;
123
+ border-top: 1px solid #1B231E;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-around;
127
+ padding-bottom: 16px;
128
+ }
129
+ .nav-item {
130
+ width: 200px;
131
+ height: 180px;
132
+ display: flex;
133
+ flex-direction: column;
134
+ align-items: center;
135
+ justify-content: center;
136
+ color: #C9D3CC;
137
+ font-size: 34px;
138
+ gap: 18px;
139
+ }
140
+ .nav-item .icon {
141
+ width: 60px; height: 60px;
142
+ }
143
+ .nav-item.active {
144
+ color: #FFFFFF;
145
+ }
146
+ .nav-pill {
147
+ width: 190px; height: 86px; border-radius: 50px; background: #3A5342;
148
+ display: flex; align-items: center; justify-content: center;
149
+ }
150
+ .gesture {
151
+ position: absolute;
152
+ bottom: 270px;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 480px;
156
+ height: 14px;
157
+ background: #EDEDED;
158
+ border-radius: 8px;
159
+ opacity: 0.9;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div class="status-left">7:17</div>
169
+ <div class="status-icons">
170
+ <!-- Simple bell -->
171
+ <svg width="32" height="32" viewBox="0 0 24 24">
172
+ <path d="M12 3c-3 0-5 2-5 5v3l-2 2v1h14v-1l-2-2V8c0-3-2-5-5-5z" fill="#DDE5DE"/>
173
+ <circle cx="12" cy="20" r="2" fill="#DDE5DE"/>
174
+ </svg>
175
+ <!-- Magnifier -->
176
+ <svg width="32" height="32" viewBox="0 0 24 24">
177
+ <circle cx="10" cy="10" r="6" stroke="#DDE5DE" stroke-width="2" fill="none"/>
178
+ <path d="M14 14l6 6" stroke="#DDE5DE" stroke-width="2"/>
179
+ </svg>
180
+ <!-- Pin -->
181
+ <svg width="32" height="32" viewBox="0 0 24 24">
182
+ <path d="M12 2l3 6h5l-8 8-8-8h5z" fill="#DDE5DE"/>
183
+ <circle cx="12" cy="22" r="2" fill="#DDE5DE"/>
184
+ </svg>
185
+ <!-- Sliders -->
186
+ <svg width="32" height="32" viewBox="0 0 24 24">
187
+ <path d="M5 5h14M5 12h14M5 19h14" stroke="#DDE5DE" stroke-width="2"/>
188
+ <circle cx="9" cy="5" r="2" fill="#DDE5DE"/>
189
+ <circle cx="15" cy="12" r="2" fill="#DDE5DE"/>
190
+ <circle cx="7" cy="19" r="2" fill="#DDE5DE"/>
191
+ </svg>
192
+ <!-- Dot -->
193
+ <svg width="8" height="8"><circle cx="4" cy="4" r="4" fill="#DDE5DE"/></svg>
194
+ <!-- Wifi -->
195
+ <svg width="32" height="32" viewBox="0 0 24 24">
196
+ <path d="M2 8c5-5 15-5 20 0M6 12c3-3 9-3 12 0M10 16c2-2 6-2 8 0" stroke="#DDE5DE" stroke-width="2" fill="none" stroke-linecap="round"/>
197
+ <circle cx="12" cy="20" r="1.5" fill="#DDE5DE"/>
198
+ </svg>
199
+ <!-- Battery -->
200
+ <svg width="32" height="32" viewBox="0 0 24 24">
201
+ <rect x="3" y="7" width="16" height="10" stroke="#DDE5DE" stroke-width="2" fill="none" rx="2"/>
202
+ <rect x="5" y="9" width="12" height="6" fill="#DDE5DE"/>
203
+ <rect x="19" y="10" width="2" height="4" fill="#DDE5DE"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Header -->
209
+ <div class="header-row">
210
+ <div class="title">Timer</div>
211
+ <div class="kebab"><span></span><span></span><span></span></div>
212
+ </div>
213
+
214
+ <!-- Time Display -->
215
+ <div class="time-display">
216
+ <span class="num">00</span><span class="unit">h</span>
217
+ <span class="num" style="margin-left: 30px;">00</span><span class="unit">m</span>
218
+ <span class="num" style="margin-left: 30px;">00</span><span class="unit">s</span>
219
+ </div>
220
+
221
+ <!-- Keypad -->
222
+ <div class="pad">
223
+ <div class="key">1</div>
224
+ <div class="key">2</div>
225
+ <div class="key">3</div>
226
+
227
+ <div class="key">4</div>
228
+ <div class="key">5</div>
229
+ <div class="key">6</div>
230
+
231
+ <div class="key">7</div>
232
+ <div class="key">8</div>
233
+ <div class="key">9</div>
234
+
235
+ <div class="key small">00</div>
236
+ <div class="key">0</div>
237
+ <div class="key green">
238
+ <svg width="96" height="96" viewBox="0 0 48 48">
239
+ <path d="M8 12h24l8 12-8 12H8c-3 0-3-24 0-24z" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linejoin="round"/>
240
+ <path d="M20 18l10 12M30 18L20 30" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Gesture bar -->
246
+ <div class="gesture"></div>
247
+
248
+ <!-- Bottom Navigation -->
249
+ <div class="bottom-nav">
250
+ <div class="nav-item">
251
+ <svg class="icon" viewBox="0 0 48 48">
252
+ <circle cx="24" cy="26" r="12" stroke="#CFE0D3" stroke-width="3" fill="none"/>
253
+ <path d="M24 26l0-7M24 26l6 4" stroke="#CFE0D3" stroke-width="3" stroke-linecap="round"/>
254
+ <path d="M16 10l4-4M28 10l4-4" stroke="#CFE0D3" stroke-width="3" stroke-linecap="round"/>
255
+ </svg>
256
+ <div>Alarm</div>
257
+ </div>
258
+
259
+ <div class="nav-item">
260
+ <svg class="icon" viewBox="0 0 48 48">
261
+ <circle cx="24" cy="24" r="14" stroke="#CFE0D3" stroke-width="3" fill="none"/>
262
+ <path d="M24 24l0-7M24 24l8 4" stroke="#CFE0D3" stroke-width="3" stroke-linecap="round"/>
263
+ </svg>
264
+ <div>Clock</div>
265
+ </div>
266
+
267
+ <div class="nav-item active">
268
+ <div class="nav-pill">
269
+ <svg width="56" height="56" viewBox="0 0 48 48">
270
+ <path d="M12 8h24M12 40h24" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
271
+ <path d="M16 8c0 6 8 8 8 16s-8 10-8 16M32 8c0 6-8 8-8 16s8 10 8 16" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
272
+ </svg>
273
+ </div>
274
+ <div>Timer</div>
275
+ </div>
276
+
277
+ <div class="nav-item">
278
+ <svg class="icon" viewBox="0 0 48 48">
279
+ <circle cx="24" cy="26" r="12" stroke="#CFE0D3" stroke-width="3" fill="none"/>
280
+ <rect x="22" y="10" width="4" height="6" fill="#CFE0D3"/>
281
+ </svg>
282
+ <div>Stopwatch</div>
283
+ </div>
284
+
285
+ <div class="nav-item">
286
+ <svg class="icon" viewBox="0 0 48 48">
287
+ <rect x="10" y="22" width="28" height="10" fill="none" stroke="#CFE0D3" stroke-width="3"/>
288
+ <rect x="10" y="18" width="8" height="4" fill="#CFE0D3"/>
289
+ <rect x="10" y="32" width="4" height="6" fill="#CFE0D3"/>
290
+ </svg>
291
+ <div>Bedtime</div>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+ </body>
297
+ </html>
code/7575/7575_1.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Stopwatch UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0f1512;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 24px;
25
+ left: 36px;
26
+ right: 36px;
27
+ height: 80px;
28
+ color: #e9efe7;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ opacity: 0.95;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 20px;
39
+ font-size: 38px;
40
+ }
41
+ .status-icons {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 22px;
45
+ }
46
+ .status-icons svg {
47
+ width: 38px;
48
+ height: 38px;
49
+ fill: #e9efe7;
50
+ opacity: 0.95;
51
+ }
52
+
53
+ /* Header title and menu */
54
+ .header {
55
+ position: absolute;
56
+ top: 160px;
57
+ left: 56px;
58
+ right: 56px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ }
63
+ .title {
64
+ font-size: 80px;
65
+ color: #e9efe7;
66
+ font-weight: 500;
67
+ }
68
+ .menu-dots {
69
+ width: 10px;
70
+ height: 160px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ }
75
+ .menu-dots span {
76
+ width: 14px;
77
+ height: 14px;
78
+ background: #cbd5cc;
79
+ border-radius: 50%;
80
+ display: block;
81
+ margin: 10px 0;
82
+ opacity: 0.7;
83
+ }
84
+
85
+ /* Big stopwatch ring */
86
+ .ring {
87
+ position: absolute;
88
+ top: 560px;
89
+ left: 110px;
90
+ width: 860px;
91
+ height: 860px;
92
+ border-radius: 50%;
93
+ border: 28px solid #35423b;
94
+ box-sizing: border-box;
95
+ }
96
+ .digits {
97
+ position: absolute;
98
+ top: 560px;
99
+ left: 110px;
100
+ width: 860px;
101
+ height: 860px;
102
+ display: flex;
103
+ flex-direction: column;
104
+ align-items: center;
105
+ justify-content: center;
106
+ color: #f0f4ee;
107
+ }
108
+ .digits .major {
109
+ font-size: 180px;
110
+ font-weight: 500;
111
+ line-height: 1;
112
+ letter-spacing: -4px;
113
+ }
114
+ .digits .minor {
115
+ font-size: 110px;
116
+ font-weight: 400;
117
+ margin-top: 10px;
118
+ letter-spacing: -2px;
119
+ opacity: 0.95;
120
+ }
121
+
122
+ /* Play button */
123
+ .play-btn {
124
+ position: absolute;
125
+ left: 420px;
126
+ top: 1640px;
127
+ width: 240px;
128
+ height: 240px;
129
+ border-radius: 50%;
130
+ background: #a8dca6;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
135
+ }
136
+ .play-btn svg {
137
+ width: 64px;
138
+ height: 64px;
139
+ fill: #063a2a;
140
+ }
141
+
142
+ /* Bottom navigation */
143
+ .bottom-bar {
144
+ position: absolute;
145
+ left: 0;
146
+ bottom: 0;
147
+ width: 1080px;
148
+ height: 240px;
149
+ background: #1a231d;
150
+ border-top: 1px solid rgba(255,255,255,0.05);
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: space-around;
154
+ padding-bottom: 40px;
155
+ box-sizing: border-box;
156
+ }
157
+ .nav-item {
158
+ width: 20%;
159
+ color: #cfe0d6;
160
+ text-align: center;
161
+ position: relative;
162
+ }
163
+ .nav-item svg {
164
+ width: 70px;
165
+ height: 70px;
166
+ fill: #cfe0d6;
167
+ opacity: 0.9;
168
+ }
169
+ .nav-item .label {
170
+ margin-top: 16px;
171
+ font-size: 34px;
172
+ opacity: 0.9;
173
+ }
174
+ .nav-item.active .pill {
175
+ position: absolute;
176
+ top: -18px;
177
+ left: 50%;
178
+ transform: translateX(-50%);
179
+ width: 180px;
180
+ height: 84px;
181
+ background: #2a352f;
182
+ border-radius: 42px;
183
+ opacity: 0.9;
184
+ }
185
+ .nav-item.active svg {
186
+ position: relative;
187
+ }
188
+
189
+ /* Gesture bar */
190
+ .gesture {
191
+ position: absolute;
192
+ bottom: 16px;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ width: 360px;
196
+ height: 12px;
197
+ background: #e9efe7;
198
+ border-radius: 8px;
199
+ opacity: 0.7;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Status bar -->
207
+ <div class="status-bar">
208
+ <div class="status-left">
209
+ <div>7:17</div>
210
+ <div class="status-icons">
211
+ <!-- Simple bell -->
212
+ <svg viewBox="0 0 24 24"><path d="M12 2c-3 0-5 2-5 5v3c0 .6-.3 1.2-.8 1.6L4 13v2h16v-2l-2.2-1.4c-.5-.4-.8-1-.8-1.6V7c0-3-2-5-5-5zm0 18a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"/></svg>
213
+ <!-- Search icon -->
214
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm8.7 14.3-3.4-3.4-1.4 1.4 3.4 3.4 1.4-1.4z"/></svg>
215
+ <!-- Pin icon -->
216
+ <svg viewBox="0 0 24 24"><path d="M12 2c-3 0-5 2.4-5 5.3 0 4.6 5 10.7 5 10.7s5-6 5-10.7C17 4.4 15 2 12 2zm0 7a2.7 2.7 0 1 1 0-5.4 2.7 2.7 0 0 1 0 5.4z"/></svg>
217
+ <!-- Text icon -->
218
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v2H13v12h-2V7H4V5z"/></svg>
219
+ <!-- Dot -->
220
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2.5"/></svg>
221
+ </div>
222
+ </div>
223
+ <div class="status-icons">
224
+ <!-- Wifi -->
225
+ <svg viewBox="0 0 24 24"><path d="M2 8.5A16 16 0 0 1 22 8.5l-2 2.1A12 12 0 0 0 4 10.6L2 8.5zm4.5 4.3A10.5 10.5 0 0 1 17.5 12.8l-2 2A7.5 7.5 0 0 0 8.5 14.8l-2-2zm5.5 5.2 2.5 2.5-2.5 2.5-2.5-2.5L12 18z"/></svg>
226
+ <!-- Battery -->
227
+ <svg viewBox="0 0 24 24"><path d="M2 8h16v8H2V8zm18 3h2v2h-2v-2z"/></svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Header -->
232
+ <div class="header">
233
+ <div class="title">Stopwatch</div>
234
+ <div class="menu-dots">
235
+ <span></span>
236
+ <span></span>
237
+ <span></span>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Stopwatch circle and digits -->
242
+ <div class="ring"></div>
243
+ <div class="digits">
244
+ <div class="major">00</div>
245
+ <div class="minor">00</div>
246
+ </div>
247
+
248
+ <!-- Play button -->
249
+ <div class="play-btn">
250
+ <svg viewBox="0 0 24 24"><path d="M8 6v12l10-6-10-6z"/></svg>
251
+ </div>
252
+
253
+ <!-- Bottom navigation bar -->
254
+ <div class="bottom-bar">
255
+ <div class="nav-item">
256
+ <svg viewBox="0 0 24 24"><path d="M12 3 9.5 5h5L12 3zm7 9c0-4.4-2.7-7-7-7S5 7.6 5 12l-2 3v2h18v-2l-2-3zM10 19a2 2 0 0 0 4 0h-4z"/></svg>
257
+ <div class="label">Alarm</div>
258
+ </div>
259
+ <div class="nav-item">
260
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm1 8V7h-2v7h6v-2h-4z"/></svg>
261
+ <div class="label">Clock</div>
262
+ </div>
263
+ <div class="nav-item">
264
+ <svg viewBox="0 0 24 24"><path d="M6 4h12l-5 5 5 5H6l5-5-5-5z"/></svg>
265
+ <div class="label">Timer</div>
266
+ </div>
267
+ <div class="nav-item active">
268
+ <div class="pill"></div>
269
+ <svg viewBox="0 0 24 24"><path d="M13 2h-2v3h2V2zm-1 5a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 4a4 4 0 0 1 4 4h-2a2 2 0 0 0-2-2v-2z"/></svg>
270
+ <div class="label">Stopwatch</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24"><path d="M3 12h7v3h11v-3h-3v-2h-6V8H8v4H3v0z"/></svg>
274
+ <div class="label">Bedtime</div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Gesture bar -->
279
+ <div class="gesture"></div>
280
+
281
+ </div>
282
+ </body>
283
+ </html>
code/7575/7575_2.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Stopwatch UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0c1110; /* deep dark */
13
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
14
+ color: #e9efe7;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 28px; left: 40px; right: 40px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #e9efe7; opacity: 0.95;
22
+ }
23
+ .status-left { display: flex; align-items: center; gap: 22px; }
24
+ .status-right { display: flex; align-items: center; gap: 26px; }
25
+ .status-time { font-size: 40px; font-weight: 600; letter-spacing: 0.5px; }
26
+ .status-icon svg { width: 34px; height: 34px; opacity: 0.9; }
27
+
28
+ /* Page title */
29
+ .page-title {
30
+ position: absolute; top: 170px; left: 72px;
31
+ font-size: 64px; font-weight: 500; letter-spacing: 0.2px;
32
+ }
33
+
34
+ /* Menu dots */
35
+ .menu-dots {
36
+ position: absolute; top: 188px; right: 64px;
37
+ display: flex; flex-direction: column; gap: 16px; opacity: 0.6;
38
+ }
39
+ .menu-dots span {
40
+ width: 12px; height: 12px; background: #d7ddd6; border-radius: 50%;
41
+ }
42
+
43
+ /* Stopwatch dial */
44
+ .dial {
45
+ position: absolute; top: 520px; left: 90px;
46
+ width: 900px; height: 900px; border-radius: 50%;
47
+ border: 32px solid #343b34; /* muted ring */
48
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
49
+ color: #eef3ea;
50
+ }
51
+ .dial .major { font-size: 220px; line-height: 1; font-weight: 500; }
52
+ .dial .minor { font-size: 110px; margin-top: 16px; opacity: 0.9; }
53
+
54
+ /* Controls */
55
+ .controls {
56
+ position: absolute; left: 64px; right: 64px; bottom: 430px;
57
+ display: flex; align-items: center; justify-content: space-between;
58
+ }
59
+ .round-btn {
60
+ width: 160px; height: 160px; border-radius: 50%;
61
+ background: #0f3f47;
62
+ box-shadow: inset 0 0 0 8px rgba(255,255,255,0.06);
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .round-btn svg { width: 84px; height: 84px; }
66
+ .pause-pill {
67
+ width: 420px; height: 220px; border-radius: 120px;
68
+ background: #a6e8b0; display: flex; align-items: center; justify-content: center;
69
+ color: #123823;
70
+ box-shadow: 0 6px 0 rgba(0,0,0,0.06);
71
+ }
72
+ .pause-bars {
73
+ width: 72px; height: 72px; display: flex; gap: 16px;
74
+ }
75
+ .pause-bars span {
76
+ width: 18px; height: 72px; background: #0c2c1f; border-radius: 6px;
77
+ }
78
+
79
+ /* Bottom nav */
80
+ .bottom-nav {
81
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 220px;
82
+ background: #141a17;
83
+ display: flex; align-items: center; justify-content: space-around;
84
+ padding: 30px 40px;
85
+ box-sizing: border-box;
86
+ }
87
+ .nav-item {
88
+ width: 180px; text-align: center; color: #c7d0c8;
89
+ }
90
+ .nav-icon {
91
+ width: 100px; height: 100px; margin: 0 auto 18px; position: relative;
92
+ display: flex; align-items: center; justify-content: center;
93
+ }
94
+ .nav-icon svg { width: 70px; height: 70px; opacity: 0.95; }
95
+ .nav-label { font-size: 36px; }
96
+ .nav-selected .nav-icon {
97
+ background: rgba(104,129,106,0.25);
98
+ border-radius: 50px;
99
+ }
100
+ .nav-selected .nav-label { color: #ffffff; font-weight: 600; }
101
+
102
+ /* Home indicator */
103
+ .home-indicator {
104
+ position: absolute; bottom: 244px; left: 50%;
105
+ transform: translateX(-50%);
106
+ width: 360px; height: 12px; background: #e4e4e4; border-radius: 6px; opacity: 0.85;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Status bar -->
114
+ <div class="status-bar">
115
+ <div class="status-left">
116
+ <div class="status-time">7:18</div>
117
+ <div class="status-icon">
118
+ <!-- Bell -->
119
+ <svg viewBox="0 0 48 48" fill="none">
120
+ <path d="M24 6 C18 6 14 10 14 16 V26 L10 30 H38 L34 26 V16 C34 10 30 6 24 6Z" stroke="#e9efe7" stroke-width="3" fill="none"/>
121
+ <circle cx="24" cy="36" r="3" fill="#e9efe7"/>
122
+ </svg>
123
+ </div>
124
+ <div class="status-icon">
125
+ <!-- Search -->
126
+ <svg viewBox="0 0 48 48" fill="none">
127
+ <circle cx="20" cy="20" r="12" stroke="#e9efe7" stroke-width="3"/>
128
+ <path d="M30 30 L40 40" stroke="#e9efe7" stroke-width="3" stroke-linecap="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="status-icon">
132
+ <!-- Pin -->
133
+ <svg viewBox="0 0 48 48" fill="none">
134
+ <path d="M24 8 C18 8 14 12 14 18 C14 26 24 40 24 40 C24 40 34 26 34 18 C34 12 30 8 24 8Z" stroke="#e9efe7" stroke-width="3" fill="none"/>
135
+ <circle cx="24" cy="18" r="3" fill="#e9efe7"/>
136
+ </svg>
137
+ </div>
138
+ <div class="status-icon">
139
+ <!-- T icon -->
140
+ <svg viewBox="0 0 48 48">
141
+ <path d="M12 10 H36 V14 H26 V36 H22 V14 H12 Z" fill="#e9efe7"/>
142
+ </svg>
143
+ </div>
144
+ <div style="width:10px;height:10px;background:#e9efe7;border-radius:50%;opacity:0.7;"></div>
145
+ </div>
146
+ <div class="status-right">
147
+ <div class="status-icon">
148
+ <!-- Wifi -->
149
+ <svg viewBox="0 0 48 48" fill="none">
150
+ <path d="M8 18 C16 12 32 12 40 18" stroke="#e9efe7" stroke-width="3" stroke-linecap="round"/>
151
+ <path d="M14 24 C20 20 28 20 34 24" stroke="#e9efe7" stroke-width="3" stroke-linecap="round"/>
152
+ <circle cx="24" cy="30" r="3" fill="#e9efe7"/>
153
+ </svg>
154
+ </div>
155
+ <div class="status-icon">
156
+ <!-- Battery -->
157
+ <svg viewBox="0 0 48 48" fill="none">
158
+ <rect x="10" y="12" width="26" height="20" rx="4" stroke="#e9efe7" stroke-width="3"/>
159
+ <rect x="13" y="15" width="16" height="14" fill="#e9efe7"/>
160
+ <rect x="38" y="18" width="4" height="8" rx="2" fill="#e9efe7"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Title -->
167
+ <div class="page-title">Stopwatch</div>
168
+
169
+ <!-- Menu dots -->
170
+ <div class="menu-dots">
171
+ <span></span>
172
+ <span></span>
173
+ <span></span>
174
+ </div>
175
+
176
+ <!-- Dial -->
177
+ <div class="dial">
178
+ <div class="major">02</div>
179
+ <div class="minor">13</div>
180
+ </div>
181
+
182
+ <!-- Controls -->
183
+ <div class="controls">
184
+ <div class="round-btn">
185
+ <!-- Reset circular arrow -->
186
+ <svg viewBox="0 0 48 48" fill="none">
187
+ <circle cx="24" cy="24" r="17" stroke="#a8dbe0" stroke-width="4"/>
188
+ <path d="M24 12 L24 20 L30 14" stroke="#a8dbe0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
189
+ </svg>
190
+ </div>
191
+
192
+ <div class="pause-pill">
193
+ <div class="pause-bars">
194
+ <span></span><span></span>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="round-btn">
199
+ <!-- Stopwatch icon -->
200
+ <svg viewBox="0 0 48 48" fill="none">
201
+ <rect x="20" y="6" width="8" height="6" rx="2" fill="#a8dbe0"/>
202
+ <circle cx="24" cy="28" r="14" stroke="#a8dbe0" stroke-width="4"/>
203
+ <path d="M24 28 L24 20 M24 28 L32 28" stroke="#a8dbe0" stroke-width="4" stroke-linecap="round"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Bottom navigation -->
209
+ <div class="bottom-nav">
210
+ <div class="nav-item">
211
+ <div class="nav-icon">
212
+ <!-- Alarm -->
213
+ <svg viewBox="0 0 48 48" fill="none">
214
+ <path d="M24 14 C17 14 12 19 12 26 C12 33 17 38 24 38 C31 38 36 33 36 26 C36 19 31 14 24 14 Z" stroke="#c7d0c8" stroke-width="3"/>
215
+ <path d="M18 8 L12 12 M30 8 L36 12" stroke="#c7d0c8" stroke-width="3" stroke-linecap="round"/>
216
+ <path d="M24 26 L24 20 M24 26 L30 26" stroke="#c7d0c8" stroke-width="3" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="nav-label">Alarm</div>
220
+ </div>
221
+
222
+ <div class="nav-item">
223
+ <div class="nav-icon">
224
+ <!-- Clock -->
225
+ <svg viewBox="0 0 48 48" fill="none">
226
+ <circle cx="24" cy="24" r="16" stroke="#c7d0c8" stroke-width="3"/>
227
+ <path d="M24 24 L24 16 M24 24 L32 24" stroke="#c7d0c8" stroke-width="3" stroke-linecap="round"/>
228
+ </svg>
229
+ </div>
230
+ <div class="nav-label">Clock</div>
231
+ </div>
232
+
233
+ <div class="nav-item">
234
+ <div class="nav-icon">
235
+ <!-- Hourglass -->
236
+ <svg viewBox="0 0 48 48" fill="none">
237
+ <path d="M14 10 H34 L28 18 H20 L14 10 Z" stroke="#c7d0c8" stroke-width="3" fill="none"/>
238
+ <path d="M14 38 H34 L28 30 H20 L14 38 Z" stroke="#c7d0c8" stroke-width="3" fill="none"/>
239
+ <path d="M14 10 V38 M34 10 V38" stroke="#c7d0c8" stroke-width="3"/>
240
+ </svg>
241
+ </div>
242
+ <div class="nav-label">Timer</div>
243
+ </div>
244
+
245
+ <div class="nav-item nav-selected">
246
+ <div class="nav-icon">
247
+ <!-- Stopwatch -->
248
+ <svg viewBox="0 0 48 48" fill="none">
249
+ <rect x="20" y="6" width="8" height="6" rx="2" fill="#e9efe7"/>
250
+ <circle cx="24" cy="28" r="14" stroke="#e9efe7" stroke-width="3"/>
251
+ <path d="M24 28 L24 20 M24 28 L32 28" stroke="#e9efe7" stroke-width="3" stroke-linecap="round"/>
252
+ </svg>
253
+ </div>
254
+ <div class="nav-label">Stopwatch</div>
255
+ </div>
256
+
257
+ <div class="nav-item">
258
+ <div class="nav-icon">
259
+ <!-- Bed -->
260
+ <svg viewBox="0 0 48 48" fill="none">
261
+ <rect x="10" y="22" width="28" height="10" rx="2" stroke="#c7d0c8" stroke-width="3"/>
262
+ <rect x="12" y="18" width="10" height="6" rx="2" fill="#c7d0c8"/>
263
+ <path d="M10 32 V36 M38 32 V36" stroke="#c7d0c8" stroke-width="3" stroke-linecap="round"/>
264
+ </svg>
265
+ </div>
266
+ <div class="nav-label">Bedtime</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="home-indicator"></div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/7576/7576_0.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Music Player - For You</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#fff; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background: linear-gradient(180deg,#79cfe0 0%, #67c7d7 18%, #0b0d0f 52%, #1aa597 78%, #23b9a9 92%);
12
+ }
13
+
14
+ /* soft vignette for depth */
15
+ #render-target:before{
16
+ content:""; position:absolute; inset:-20% -20% -10% -20%;
17
+ background: radial-gradient(900px 600px at 220px 1400px, rgba(255,255,255,0.06), transparent 60%),
18
+ radial-gradient(1200px 900px at 250px 950px, rgba(0,0,0,0.35), transparent 70%),
19
+ radial-gradient(1400px 1100px at 920px 1200px, rgba(0,0,0,0.35), transparent 70%);
20
+ pointer-events:none;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar{
25
+ position:absolute; top:0; left:0; right:0; height:120px; padding:0 36px;
26
+ display:flex; align-items:flex-end; justify-content:space-between;
27
+ color:#0c1a1e;
28
+ }
29
+ .status-left{ font-weight:600; font-size:44px; letter-spacing:1px; color:#0c1a1e; }
30
+ .status-left span.dots{ font-size:52px; opacity:.6; margin-left:20px; }
31
+ .status-right{ display:flex; gap:26px; align-items:center; color:#0c1a1e; }
32
+ .status-right svg{ width:44px; height:44px; fill:#0c1a1e; opacity:.9; }
33
+
34
+ /* Album and actions */
35
+ .album-area{
36
+ position:absolute; left:70px; right:70px; top:420px; display:flex; align-items:center; gap:40px;
37
+ }
38
+ .disc{
39
+ position:relative; width:680px; height:680px; border-radius:50%;
40
+ box-shadow:0 40px 90px rgba(0,0,0,.5), inset 0 0 0 8px rgba(0,0,0,.35);
41
+ background: radial-gradient(circle at 50% 50%, rgba(0,0,0,.55) 0 88px, transparent 88px),
42
+ radial-gradient(circle at 50% 50%, rgba(255,255,255,.12) 0 50%, rgba(0,0,0,.4) 70%, rgba(0,0,0,.65) 100%);
43
+ overflow:hidden;
44
+ }
45
+ .album-art{
46
+ position:absolute; inset:14px; border-radius:50%;
47
+ background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center;
48
+ color:#555; font-size:34px; text-align:center; padding:0 40px;
49
+ }
50
+ .album-art::after{
51
+ content:""; position:absolute; inset:0; border-radius:50%;
52
+ background: radial-gradient(circle at 50% 50%, transparent 0 70px, rgba(0,0,0,.18) 71px 72px, transparent 74px 100%),
53
+ radial-gradient(circle at 50% 50%, transparent 0 210px, rgba(0,0,0,.12) 211px 212px, transparent 214px 100%);
54
+ pointer-events:none;
55
+ }
56
+
57
+ .right-actions{
58
+ margin-left:auto; display:flex; flex-direction:column; gap:36px; padding-right:16px;
59
+ }
60
+ .glass-btn{
61
+ width:120px; height:120px; border-radius:50%;
62
+ background:rgba(255,255,255,0.06);
63
+ border:1px solid rgba(255,255,255,0.12);
64
+ backdrop-filter: blur(8px);
65
+ display:flex; align-items:center; justify-content:center;
66
+ box-shadow:0 10px 30px rgba(0,0,0,.4), inset 0 0 30px rgba(255,255,255,.04);
67
+ }
68
+ .glass-btn svg{ width:56px; height:56px; fill:#dfe7ea; opacity:.9; }
69
+
70
+ /* Track info */
71
+ .track-info{ position:absolute; left:70px; right:70px; top:1140px; }
72
+ .track-info h1{
73
+ margin:0 0 22px 0; font-size:72px; line-height:1.2; font-weight:800; letter-spacing:.2px;
74
+ text-shadow:0 2px 12px rgba(0,0,0,.45);
75
+ }
76
+ .track-info p{
77
+ margin:0; font-size:38px; line-height:1.5; color:#cfd6d7; opacity:.9;
78
+ text-shadow:0 2px 10px rgba(0,0,0,.5);
79
+ }
80
+
81
+ /* Seek bar and controls */
82
+ .controls{ position:absolute; left:70px; right:70px; top:1420px; display:flex; align-items:center; gap:30px; }
83
+ .seek-wrap{ flex:1; display:flex; align-items:center; gap:28px; }
84
+ .seek{
85
+ position:relative; height:10px; border-radius:6px; background:#d9d9d9; width:760px; box-shadow: inset 0 2px 6px rgba(0,0,0,.35);
86
+ }
87
+ .seek .filled{
88
+ position:absolute; left:0; top:0; bottom:0; width:420px; background:#4fd4c9; border-radius:6px;
89
+ }
90
+ .seek .thumb{
91
+ position:absolute; top:50%; left:420px; transform:translate(-50%,-50%);
92
+ width:56px; height:56px; border-radius:50%; background:#49cfc4; border:6px solid rgba(0,0,0,.35);
93
+ box-shadow:0 6px 16px rgba(0,0,0,.4);
94
+ }
95
+ .time{ font-size:38px; color:#d9e2e3; opacity:.9; }
96
+
97
+ .play-btn{
98
+ margin-left:auto; width:150px; height:150px; border-radius:50%;
99
+ background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), rgba(255,255,255,.08) 40%, rgba(0,0,0,.15) 70%),
100
+ linear-gradient(135deg, #62dfd4, #2db9ac);
101
+ border:1px solid rgba(255,255,255,.25);
102
+ box-shadow:0 16px 40px rgba(0,0,0,.45), inset 0 0 0 8px rgba(255,255,255,.06);
103
+ display:flex; align-items:center; justify-content:center;
104
+ }
105
+ .play-btn svg{ width:64px; height:64px; fill:#fff; transform:translateX(4px); }
106
+
107
+ /* Swipe hint zone */
108
+ .hint-zone{
109
+ position:absolute; left:0; right:0; top:1620px; height:420px;
110
+ background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.35) 35%, rgba(35,185,169,.15) 100%);
111
+ display:flex; align-items:center; justify-content:center;
112
+ }
113
+ .hand{ position:absolute; top:1720px; left:480px; width:120px; height:120px; opacity:.9; }
114
+ .ok-text{ position:absolute; right:56px; top:1760px; font-size:46px; color:#dfe7ea; opacity:.95; }
115
+ .swipe-copy{ position:absolute; bottom:46px; width:100%; text-align:center; font-size:44px; color:#e8f4f4; opacity:.95; }
116
+
117
+ /* Bottom navigation */
118
+ .bottom-nav{
119
+ position:absolute; left:0; right:0; bottom:0; height:220px; padding:24px 44px 34px;
120
+ background:#000; box-shadow:0 -10px 25px rgba(0,0,0,.6);
121
+ display:flex; align-items:flex-end; justify-content:space-between;
122
+ }
123
+ .nav-item{ width:200px; display:flex; flex-direction:column; align-items:center; gap:12px; color:#d7e0e1; text-decoration:none; }
124
+ .nav-item svg{ width:72px; height:72px; fill:#e9f1f2; }
125
+ .nav-item span{ font-size:34px; color:#cfd6d7; }
126
+ .active svg{ fill:#ffffff; }
127
+ .active span{ color:#ffffff; }
128
+ .library-avatar{
129
+ width:82px; height:82px; border-radius:50%; background:#7b4cd7; display:flex; align-items:center; justify-content:center;
130
+ color:#fff; font-weight:800; font-size:42px; box-shadow:0 6px 16px rgba(0,0,0,.4);
131
+ }
132
+ .pro-dot{ position:absolute; right:66px; bottom:156px; width:20px; height:20px; border-radius:50%; background:#ff5a67; }
133
+
134
+ /* Home indicator bar */
135
+ .home-indicator{
136
+ position:absolute; left:50%; transform:translateX(-50%); bottom:236px; width:360px; height:16px; border-radius:10px;
137
+ background:#d9d9d9; opacity:.9;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status Bar -->
145
+ <div class="status-bar">
146
+ <div class="status-left">10:47 <span class="dots">• • • •</span></div>
147
+ <div class="status-right">
148
+ <!-- mute -->
149
+ <svg viewBox="0 0 24 24"><path d="M3 10h4l4-4v12l-4-4H3V10zm13.5-3.1l-1.4 1.4 2.6 2.6-2.6 2.6 1.4 1.4 2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6 2.6-2.6-1.4-1.4-2.6 2.6-2.6-2.6z"/></svg>
150
+ <!-- wifi -->
151
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5L12 24l-2.5-3 2.5-2.5zm-9-9a16 16 0 0 1 18 0l-1.6 2.1a13 13 0 0 0-14.8 0L3 9.5zm3.4 4.2a9.8 9.8 0 0 1 11.2 0l-1.7 2a7 7 0 0 0-7.8 0l-1.7-2z"/></svg>
152
+ <!-- battery -->
153
+ <svg viewBox="0 0 24 24"><path d="M17 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2v-2h-1V8h1V6zm-11 0h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/></svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Album + Actions -->
158
+ <div class="album-area">
159
+ <div class="disc">
160
+ <div class="album-art">[IMG: Album Art - Dance Theme]</div>
161
+ </div>
162
+ <div class="right-actions">
163
+ <div class="glass-btn" title="Like">
164
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"/></svg>
165
+ </div>
166
+ <div class="glass-btn" title="Lyrics">
167
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H7l-3 3V4zm4 4h8v2H8V8zm0 4h6v2H8v-2z"/></svg>
168
+ </div>
169
+ <div class="glass-btn" title="Download">
170
+ <svg viewBox="0 0 24 24"><path d="M12 3v10l3-3 1.4 1.4L12 17l-4.4-5.6L9 10l3 3V3h0zM4 19h16v2H4v-2z"/></svg>
171
+ </div>
172
+ <div class="glass-btn" title="Share">
173
+ <svg viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.8-4 3 3 0 0 0 2.8 4zM6 14a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm12 0a3 3 0 1 0 2.8 4.2A3 3 0 0 0 18 14zM8.3 16.3l7-3.2-.8-1.8-7 3.2.8 1.8zm7.4-8.8l-7 3.2.8 1.8 7-3.2-.8-1.8z"/></svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Track information -->
179
+ <div class="track-info">
180
+ <h1>Happy Cha Cha Cha</h1>
181
+ <p>Que Sera Mi Cha Cha Cha Avec Tito Puente Et Autres Succès De Cha Cha Cha (Remastered 2023) - Tito</p>
182
+ </div>
183
+
184
+ <!-- Controls -->
185
+ <div class="controls">
186
+ <div class="seek-wrap">
187
+ <div class="seek">
188
+ <div class="filled"></div>
189
+ <div class="thumb"></div>
190
+ </div>
191
+ <div class="time">01:04</div>
192
+ </div>
193
+ <div class="play-btn" title="Play">
194
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7-11-7z"/></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Swipe Hint -->
199
+ <div class="hint-zone"></div>
200
+ <div class="hand">
201
+ <svg viewBox="0 0 48 48" width="120" height="120">
202
+ <path d="M23 6c-2 0-2 2-2 4v12l-2-2c-1-1-3-1-4 0s-1 3 0 4l8 9c1 1 2 1 3 1h8c2 0 4-2 4-4V21c0-2-2-3-4-2v-1c0-2-2-3-4-2v-1c0-2-2-3-4-2-1 0-2 1-2 2V6c0-1-1-2-3-2z" fill="#ffffff" opacity=".95"/>
203
+ </svg>
204
+ </div>
205
+ <div class="ok-text">OK</div>
206
+ <div class="swipe-copy">Swipe up to change the song</div>
207
+
208
+ <!-- Home indicator -->
209
+ <div class="home-indicator"></div>
210
+
211
+ <!-- Bottom Navigation -->
212
+ <div class="bottom-nav">
213
+ <a class="nav-item" href="#">
214
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3l9-8z"/></svg>
215
+ <span>Home</span>
216
+ </a>
217
+ <a class="nav-item" href="#">
218
+ <svg viewBox="0 0 24 24"><path d="M10 18a8 8 0 1 1 6.2-3l4.3 4.3-1.4 1.4L14.8 16A8 8 0 0 1 10 18zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12z"/></svg>
219
+ <span>Search</span>
220
+ </a>
221
+ <a class="nav-item active" href="#">
222
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l10-7-10-7zM13 4l-1 6 3-2-2 6" /></svg>
223
+ <span>For You</span>
224
+ </a>
225
+ <a class="nav-item" href="#">
226
+ <div class="library-avatar">A</div>
227
+ <span>My Library</span>
228
+ </a>
229
+ <a class="nav-item" href="#" style="position:relative;">
230
+ <svg viewBox="0 0 24 24"><path d="M12 2C9 2 5 6 5 10c0 5.2 5.4 10.2 6.6 11.2.3.3.8.3 1.1 0C13.6 20.2 19 15.2 19 10c0-4-4-8-7-8zm0 4c2 0 3 1.8 3 4 0 2.6-2 5.3-3 6.4-1-1.1-3-3.8-3-6.4 0-2.2 1-4 3-4z"/></svg>
231
+ <span>Pro</span>
232
+ <span class="pro-dot"></span>
233
+ </a>
234
+ </div>
235
+
236
+ </div>
237
+ </body>
238
+ </html>
code/7576/7576_1.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 App UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #FFFFFF;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 36px;
20
+ background: #0D0D0D;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ box-sizing: border-box;
23
+ font-weight: 600; font-size: 40px;
24
+ }
25
+ .status-icons { display: flex; align-items: center; gap: 26px; opacity: 0.9; }
26
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: 0.7; }
27
+
28
+ /* Top blue banner */
29
+ .hero {
30
+ background: #3169F3;
31
+ height: 620px;
32
+ padding: 64px 48px;
33
+ box-sizing: border-box;
34
+ }
35
+ .hero h1 {
36
+ font-size: 80px; line-height: 1.1; margin: 0 0 18px 0; font-weight: 800;
37
+ letter-spacing: -0.5px;
38
+ }
39
+ .hero p {
40
+ margin: 0; font-size: 34px; line-height: 1.5; opacity: 0.9;
41
+ }
42
+ .hero-actions {
43
+ margin-top: 48px;
44
+ display: flex; gap: 24px; justify-content: flex-end; align-items: center;
45
+ }
46
+ .btn {
47
+ padding: 24px 40px; border-radius: 999px; font-weight: 700; font-size: 36px; cursor: default;
48
+ }
49
+ .btn-text { color: #EAEAEA; background: transparent; }
50
+ .btn-primary { background: #FFFFFF; color: #121212; }
51
+
52
+ /* Chips */
53
+ .chips {
54
+ display: flex; gap: 22px; padding: 28px 32px; align-items: center;
55
+ }
56
+ .chip {
57
+ padding: 20px 34px; border-radius: 999px; background: #2A2A2A; color: #EAEAEA;
58
+ font-size: 34px; font-weight: 700; line-height: 1;
59
+ }
60
+ .chip.small {
61
+ width: 84px; height: 84px; padding: 0; display: flex; align-items: center; justify-content: center;
62
+ background: #F5A6C8; color: #121212; font-weight: 900;
63
+ }
64
+ .chip.green { background: #1DB954; color: #121212; }
65
+ .chip.outlined {
66
+ background:
67
+ linear-gradient(#2A2A2A,#2A2A2A) padding-box,
68
+ linear-gradient(90deg,#9B4DFF,#00FFC3,#FF3E6C) border-box;
69
+ border: 4px solid transparent;
70
+ }
71
+
72
+ /* Section headings */
73
+ .section-title {
74
+ padding: 10px 32px 0 32px;
75
+ font-size: 64px; font-weight: 800; margin: 28px 0 18px 0;
76
+ }
77
+
78
+ /* Card grid */
79
+ .cards {
80
+ padding: 0 32px;
81
+ display: grid;
82
+ grid-template-columns: repeat(3, 1fr);
83
+ gap: 28px;
84
+ box-sizing: border-box;
85
+ }
86
+ .card {
87
+ width: 100%;
88
+ }
89
+ .img-ph {
90
+ width: 100%; aspect-ratio: 1 / 1;
91
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #616161;
92
+ display: flex; align-items: center; justify-content: center; text-align: center;
93
+ font-size: 32px; font-weight: 700; border-radius: 10px;
94
+ }
95
+ .card-title {
96
+ margin-top: 18px; font-size: 36px; font-weight: 800; color: #FFFFFF;
97
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
98
+ }
99
+ .card-sub {
100
+ margin-top: 6px; font-size: 30px; color: #BDBDBD;
101
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
102
+ }
103
+
104
+ /* Featured small banners (landscape) */
105
+ .banner {
106
+ width: 100%; aspect-ratio: 16 / 9;
107
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #616161;
108
+ display: flex; align-items: center; justify-content: center; text-align: center;
109
+ font-size: 40px; font-weight: 800; border-radius: 10px;
110
+ }
111
+
112
+ /* Mini player */
113
+ .mini-player {
114
+ position: absolute; left: 32px; right: 32px; bottom: 240px;
115
+ background: #0E2C33; color: #EAF6F6;
116
+ border-radius: 24px; height: 160px; box-sizing: border-box;
117
+ display: flex; align-items: center; padding: 18px 24px; gap: 22px;
118
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
119
+ }
120
+ .mini-cover {
121
+ width: 124px; height: 124px; border-radius: 12px;
122
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #616161;
123
+ display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700;
124
+ }
125
+ .track {
126
+ flex: 1; min-width: 0;
127
+ }
128
+ .track .name { font-size: 40px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
129
+ .track .artist { font-size: 28px; opacity: 0.85; margin-top: 6px; }
130
+ .mp-actions { display: flex; align-items: center; gap: 22px; }
131
+ .icon-btn {
132
+ width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.06);
133
+ display: flex; align-items: center; justify-content: center;
134
+ }
135
+ .play-btn {
136
+ width: 90px; height: 90px; border-radius: 50%; background: #0D0D0D; display: flex; align-items: center; justify-content: center;
137
+ }
138
+
139
+ /* Bottom nav */
140
+ .bottom-nav {
141
+ position: absolute; left: 0; right: 0; bottom: 0;
142
+ height: 210px; background: #0C0C0C; border-top: 1px solid #1E1E1E;
143
+ display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding-bottom: 40px;
144
+ }
145
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #BFBFBF; font-size: 28px; }
146
+ .nav-item.active { color: #FFFFFF; }
147
+ .nav-icon {
148
+ width: 84px; height: 84px; border-radius: 22px; background: transparent; display: flex; align-items: center; justify-content: center;
149
+ }
150
+ .nav-item.active .nav-icon { background: #FFFFFF; }
151
+ .nav-item.active .nav-icon svg { fill: #121212; }
152
+ .gesture {
153
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
154
+ width: 220px; height: 12px; background: #FFFFFF; opacity: 0.9; border-radius: 6px;
155
+ }
156
+ /* minor helpers */
157
+ .muted { opacity: 0.8; }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Status Bar -->
164
+ <div class="status-bar">
165
+ <div>10:48</div>
166
+ <div class="status-icons">
167
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff" opacity="0.9"><circle cx="12" cy="12" r="9"/></svg>
168
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff" opacity="0.9"><circle cx="12" cy="12" r="9"/></svg>
169
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff" opacity="0.9"><circle cx="12" cy="12" r="9"/></svg>
170
+ <div class="dot"></div>
171
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><path d="M2 8l10 10 10-10"/></svg>
172
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><path d="M3 12h18M6 6h12M8 18h8"/></svg>
173
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M20 8h-1V6a3 3 0 00-3-3H8a3 3 0 00-3 3v2H4a2 2 0 00-2 2v8a3 3 0 003 3h14a3 3 0 003-3v-8a2 2 0 00-2-2zM7 6a1 1 0 011-1h8a1 1 0 011 1v2H7V6z"/></svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Blue Hero -->
178
+ <div class="hero">
179
+ <h1>Want playlists made for you?</h1>
180
+ <p>Tell us what artists you like and we’ll help you discover more music you might enjoy.</p>
181
+ <div class="hero-actions">
182
+ <div class="btn btn-text">Maybe later</div>
183
+ <div class="btn btn-primary">Choose Artists</div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Chips -->
188
+ <div class="chips">
189
+ <div class="chip small">A</div>
190
+ <div class="chip green">All</div>
191
+ <div class="chip">Music</div>
192
+ <div class="chip">Podcasts</div>
193
+ <div class="chip outlined">Wrapped</div>
194
+ </div>
195
+
196
+ <!-- Try something else -->
197
+ <div class="section-title">Try something else</div>
198
+ <div class="cards">
199
+ <div class="card">
200
+ <div class="img-ph">[IMG: Playlist Cover - Hot Hits]</div>
201
+ <div class="card-title">Hot Hits</div>
202
+ <div class="card-sub">Arijit Singh, Pritam, Anirudh…</div>
203
+ </div>
204
+ <div class="card">
205
+ <div class="img-ph">[IMG: Playlist Cover - All Out 00's Hindi]</div>
206
+ <div class="card-title">All Out 00's Hindi</div>
207
+ <div class="card-sub">Pritam, Shreya Ghoshal, A.R.…</div>
208
+ </div>
209
+ <div class="card">
210
+ <div class="img-ph">[IMG: Playlist Cover - Latest Hindi]</div>
211
+ <div class="card-title">Latest Hindi</div>
212
+ <div class="card-sub">Fresh picks updated often</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Featured Charts -->
217
+ <div class="section-title" style="margin-top: 36px;">Featured Charts</div>
218
+ <div class="cards">
219
+ <div class="card">
220
+ <div class="banner">[IMG: Top Songs (Purple Card)]</div>
221
+ </div>
222
+ <div class="card">
223
+ <div class="banner">[IMG: Top Songs (Red Card)]</div>
224
+ </div>
225
+ <div class="card">
226
+ <div class="banner">[IMG: Viral 50 (Blue Card)]</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Mini Player -->
231
+ <div class="mini-player">
232
+ <div class="mini-cover">[IMG]</div>
233
+ <div class="track">
234
+ <div class="name">Nagada Nagada</div>
235
+ <div class="artist">Pritam</div>
236
+ </div>
237
+ <div class="mp-actions">
238
+ <div class="icon-btn" title="Devices">
239
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#EAF6F6" stroke-width="2">
240
+ <rect x="3" y="5" width="14" height="10" rx="1"></rect>
241
+ <path d="M8 19h13v-6h-6"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="icon-btn" title="Add">
245
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#EAF6F6" stroke-width="2">
246
+ <path d="M12 5v14M5 12h14"></path>
247
+ </svg>
248
+ </div>
249
+ <div class="play-btn" title="Play">
250
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M8 5l12 7-12 7z"/></svg>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Bottom Navigation -->
256
+ <div class="bottom-nav">
257
+ <div class="nav-item active">
258
+ <div class="nav-icon">
259
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#121212"><path d="M12 3l9 8h-3v8h-12v-8h-3z"/></svg>
260
+ </div>
261
+ <div>Home</div>
262
+ </div>
263
+ <div class="nav-item">
264
+ <div class="nav-icon" style="background: transparent;">
265
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BFBFBF" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></path></svg>
266
+ </div>
267
+ <div>Search</div>
268
+ </div>
269
+ <div class="nav-item">
270
+ <div class="nav-icon" style="background: transparent;">
271
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BFBFBF" stroke-width="2">
272
+ <path d="M4 6h16M4 12h16M4 18h10"/>
273
+ </svg>
274
+ </div>
275
+ <div>Your Library</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <div class="nav-icon" style="background: transparent;">
279
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#BFBFBF">
280
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm5.3 14.5c-.2.3-.6.4-.9.2-3.2-1.9-7.2-2.3-11.9-1.1-.3.1-.7-.1-.7-.4-.1-.3.1-.7.4-.7 5.1-1.3 9.6-.9 13.2 1.2.2.2.3.6-.1.8zm1.2-3c-.2.3-.6.4-.9.2-3.7-2.2-9.4-2.9-13.8-1.4-.3.1-.7-.1-.8-.4-.1-.3.1-.7.5-.8 4.9-1.6 11.1-.8 15.2 1.6.3.1.4.5-.2.8zm.1-3.1c-.2.3-.6.4-.9.2-4.1-2.4-11.1-2.7-15.1-1.4-.3.1-.7-.1-.8-.4-.1-.3.1-.7.4-.8 4.3-1.4 11.9-1.1 16.5 1.6.3.1.4.5-.1.8z"/>
281
+ </svg>
282
+ </div>
283
+ <div>Premium</div>
284
+ </div>
285
+ <div class="gesture"></div>
286
+ </div>
287
+
288
+ </div>
289
+ </body>
290
+ </html>
code/7576/7576_2.html ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Screen 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: #0f0f0f;
15
+ color: #fff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
17
+ }
18
+
19
+ /* Status bar */
20
+ .status {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 120px;
25
+ width: 100%;
26
+ background: #121212;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ font-size: 34px;
33
+ color: #e6e6e6;
34
+ }
35
+ .status .right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 20px;
39
+ color: #e6e6e6;
40
+ }
41
+ .status svg { width: 40px; height: 40px; fill: #e6e6e6; }
42
+
43
+ /* Header */
44
+ .header {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 100%;
49
+ padding: 28px 36px 10px;
50
+ box-sizing: border-box;
51
+ background: #121212;
52
+ }
53
+ .header-row {
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: space-between;
57
+ }
58
+ .title-wrap {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 24px;
62
+ }
63
+ .avatar {
64
+ width: 100px;
65
+ height: 100px;
66
+ border-radius: 50%;
67
+ background: #E96FA7;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ font-weight: 800;
72
+ font-size: 48px;
73
+ color: #121212;
74
+ }
75
+ .title {
76
+ font-size: 68px;
77
+ font-weight: 800;
78
+ letter-spacing: 0.2px;
79
+ }
80
+ .icon-btn {
81
+ width: 78px;
82
+ height: 78px;
83
+ border-radius: 18px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+ .icon-btn svg { width: 56px; height: 56px; fill: #ededed; }
89
+
90
+ /* Search bar */
91
+ .searchbar {
92
+ margin-top: 28px;
93
+ width: 100%;
94
+ box-sizing: border-box;
95
+ }
96
+ .searchbar-inner {
97
+ margin: 0 12px 6px 0;
98
+ height: 120px;
99
+ border-radius: 22px;
100
+ background: #ffffff;
101
+ color: #3b3b3b;
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 26px;
105
+ padding: 0 36px;
106
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
107
+ }
108
+ .searchbar svg { width: 52px; height: 52px; fill: #5e5e5e; }
109
+ .searchbar .placeholder {
110
+ font-size: 40px;
111
+ color: #6b6b6b;
112
+ }
113
+
114
+ /* Scrollable content below header */
115
+ .content {
116
+ position: absolute;
117
+ top: 370px; /* header height */
118
+ left: 0;
119
+ right: 0;
120
+ bottom: 420px; /* space for mini player + nav */
121
+ overflow-y: auto;
122
+ padding: 24px 36px 40px;
123
+ box-sizing: border-box;
124
+ background: #121212;
125
+ }
126
+ .section-title {
127
+ font-size: 44px;
128
+ font-weight: 800;
129
+ margin: 8px 0 24px;
130
+ }
131
+
132
+ .grid {
133
+ display: grid;
134
+ grid-template-columns: repeat(2, 1fr);
135
+ gap: 28px;
136
+ }
137
+ .card {
138
+ position: relative;
139
+ height: 270px;
140
+ border-radius: 22px;
141
+ padding: 28px;
142
+ box-sizing: border-box;
143
+ overflow: hidden;
144
+ display: flex;
145
+ align-items: flex-start;
146
+ }
147
+ .card h3 {
148
+ margin: 0;
149
+ font-size: 42px;
150
+ font-weight: 800;
151
+ line-height: 1.1;
152
+ }
153
+ .card .angle-img {
154
+ position: absolute;
155
+ right: -20px;
156
+ bottom: -20px;
157
+ width: 210px;
158
+ height: 260px;
159
+ background: #E0E0E0;
160
+ border: 1px solid #BDBDBD;
161
+ color: #757575;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ transform: rotate(18deg);
166
+ font-size: 26px;
167
+ border-radius: 12px;
168
+ }
169
+
170
+ /* Individual card colors approximating the screenshot */
171
+ .c-wrapped { background: #3A0E69; }
172
+ .c-music { background: #D94B87; }
173
+ .c-podcasts { background: #2F6D5C; }
174
+ .c-live { background: #6A2AD9; }
175
+ .c-made { background: #3E5366; }
176
+ .c-new { background: #D84E5E; }
177
+ .c-2023m { background: #C07A2E; }
178
+ .c-2023p { background: #2D9F7E; }
179
+ .c-hindi { background: #C24290; }
180
+ .c-punjabi { background: #9B3BAC; }
181
+
182
+ /* Mini player */
183
+ .miniplayer {
184
+ position: absolute;
185
+ left: 28px;
186
+ right: 28px;
187
+ bottom: 300px;
188
+ height: 160px;
189
+ background: #0B2830;
190
+ border-radius: 26px;
191
+ display: flex;
192
+ align-items: center;
193
+ padding: 24px;
194
+ box-sizing: border-box;
195
+ gap: 24px;
196
+ color: #E7FAFF;
197
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
198
+ z-index: 5;
199
+ }
200
+ .mini-art {
201
+ width: 112px;
202
+ height: 112px;
203
+ background: #E0E0E0;
204
+ border: 1px solid #BDBDBD;
205
+ color: #757575;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ border-radius: 12px;
210
+ font-size: 24px;
211
+ flex: 0 0 auto;
212
+ }
213
+ .mini-meta {
214
+ flex: 1 1 auto;
215
+ min-width: 0;
216
+ }
217
+ .mini-title {
218
+ font-size: 40px;
219
+ font-weight: 800;
220
+ white-space: nowrap;
221
+ overflow: hidden;
222
+ text-overflow: ellipsis;
223
+ }
224
+ .mini-sub {
225
+ margin-top: 6px;
226
+ font-size: 32px;
227
+ color: #cfe1e5;
228
+ }
229
+ .mini-controls {
230
+ display: flex;
231
+ align-items: center;
232
+ gap: 26px;
233
+ }
234
+ .mini-controls .btn {
235
+ width: 72px;
236
+ height: 72px;
237
+ border-radius: 16px;
238
+ display: flex;
239
+ align-items: center;
240
+ justify-content: center;
241
+ background: transparent;
242
+ }
243
+ .mini-controls svg { width: 50px; height: 50px; fill: #E7FAFF; }
244
+
245
+ /* Bottom navigation */
246
+ .navbar {
247
+ position: absolute;
248
+ left: 0;
249
+ bottom: 0;
250
+ width: 100%;
251
+ height: 260px;
252
+ background: #0f0f0f;
253
+ border-top: 1px solid #242424;
254
+ display: flex;
255
+ align-items: flex-start;
256
+ justify-content: space-around;
257
+ padding-top: 44px;
258
+ box-sizing: border-box;
259
+ z-index: 6;
260
+ }
261
+ .nav-item {
262
+ display: flex;
263
+ flex-direction: column;
264
+ align-items: center;
265
+ gap: 16px;
266
+ color: #bdbdbd;
267
+ font-size: 30px;
268
+ }
269
+ .nav-item.active {
270
+ color: #ffffff;
271
+ }
272
+ .nav-item svg {
273
+ width: 64px;
274
+ height: 64px;
275
+ fill: currentColor;
276
+ }
277
+
278
+ /* Home indicator */
279
+ .home-indicator {
280
+ position: absolute;
281
+ left: 50%;
282
+ bottom: 16px;
283
+ transform: translateX(-50%);
284
+ width: 200px;
285
+ height: 10px;
286
+ background: #ffffff;
287
+ opacity: 0.85;
288
+ border-radius: 10px;
289
+ z-index: 7;
290
+ }
291
+ </style>
292
+ </head>
293
+ <body>
294
+ <div id="render-target">
295
+
296
+ <!-- Status bar -->
297
+ <div class="status">
298
+ <div>10:48</div>
299
+ <div class="right">
300
+ <!-- simple indicators -->
301
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M3 11h2v2H3v-2zm4-4h2v10H7V7zm4 3h2v7h-2V10zm4-5h2v12h-2V5zm4 2h2v8h-2V7z"/></svg>
302
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 3C7.03 3 3 7.03 3 12h2a7 7 0 1 1 7 7v2c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/></svg>
303
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 4c4.42 0 8 3.58 8 8h-2a6 6 0 1 0-6 6v2c-4.42 0-8-3.58-8-8s3.58-8 8-8z"/></svg>
304
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M16 6h1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1V4h8v2zM7 8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H7z"/></svg>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Header -->
309
+ <div class="header">
310
+ <div class="header-row">
311
+ <div class="title-wrap">
312
+ <div class="avatar">A</div>
313
+ <div class="title">Search</div>
314
+ </div>
315
+ <div class="icon-btn" aria-label="camera">
316
+ <svg viewBox="0 0 24 24">
317
+ <path d="M9 4h6l1.2 2H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.8L9 4zm3 4a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2.2A2.8 2.8 0 1 1 9.2 13 2.8 2.8 0 0 1 12 10.2z"/>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+ <div class="searchbar">
322
+ <div class="searchbar-inner">
323
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 2a6 6 0 1 0 0 12A6 6 0 0 0 10 4zm9.7 15.3-3.4-3.4-1.4 1.4 3.4 3.4a1 1 0 0 0 1.4-1.4z"/></svg>
324
+ <div class="placeholder">What do you want to listen to?</div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Scrollable content -->
330
+ <div class="content">
331
+ <div class="section-title">Browse all</div>
332
+
333
+ <div class="grid">
334
+ <div class="card c-wrapped">
335
+ <h3>Wrapped</h3>
336
+ <div class="angle-img">[IMG: Wrapped Art]</div>
337
+ </div>
338
+ <div class="card c-music">
339
+ <h3>Music</h3>
340
+ <div class="angle-img">[IMG: Music Tile]</div>
341
+ </div>
342
+
343
+ <div class="card c-podcasts">
344
+ <h3>Podcasts</h3>
345
+ <div class="angle-img">[IMG: Podcast Cover]</div>
346
+ </div>
347
+ <div class="card c-live">
348
+ <h3>Live Events</h3>
349
+ <div class="angle-img">[IMG: Live Stage]</div>
350
+ </div>
351
+
352
+ <div class="card c-made">
353
+ <h3>Made For You</h3>
354
+ <div class="angle-img">[IMG: Mix Cover]</div>
355
+ </div>
356
+ <div class="card c-new">
357
+ <h3>New Releases</h3>
358
+ <div class="angle-img">[IMG: Release Poster]</div>
359
+ </div>
360
+
361
+ <div class="card c-2023m">
362
+ <h3>2023 in Music</h3>
363
+ <div class="angle-img">[IMG: 2023 Art]</div>
364
+ </div>
365
+ <div class="card c-2023p">
366
+ <h3>2023 in Podcasts</h3>
367
+ <div class="angle-img">[IMG: 2023 Podcasts]</div>
368
+ </div>
369
+
370
+ <div class="card c-hindi">
371
+ <h3>Hindi</h3>
372
+ <div class="angle-img">[IMG: Hindi Mix]</div>
373
+ </div>
374
+ <div class="card c-punjabi">
375
+ <h3>Punjabi</h3>
376
+ <div class="angle-img">[IMG: Punjabi Mix]</div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Mini Player -->
382
+ <div class="miniplayer">
383
+ <div class="mini-art">[IMG: Song Cover]</div>
384
+ <div class="mini-meta">
385
+ <div class="mini-title">Nagada Nagada</div>
386
+ <div class="mini-sub">Pritam</div>
387
+ </div>
388
+ <div class="mini-controls">
389
+ <div class="btn" aria-label="devices">
390
+ <svg viewBox="0 0 24 24"><path d="M3 5h14a2 2 0 0 1 2 2v7h-2V7H3v10h8v2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zm16 8h2a2 2 0 0 1 2 2v4h-2v-2h-6v2h-2v-4a2 2 0 0 1 2-2h4zm0 2h-4v2h4v-2z"/></svg>
391
+ </div>
392
+ <div class="btn" aria-label="add">
393
+ <svg viewBox="0 0 24 24"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/></svg>
394
+ </div>
395
+ <div class="btn" aria-label="play">
396
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
397
+ </div>
398
+ </div>
399
+ </div>
400
+
401
+ <!-- Bottom Navigation -->
402
+ <div class="navbar">
403
+ <div class="nav-item">
404
+ <svg viewBox="0 0 24 24"><path d="M12 3 3 10v10h6v-6h6v6h6V10l-9-7zM5 18v-7.2L12 6l7 4.8V18h-2v-6H7v6H5z"/></svg>
405
+ <div>Home</div>
406
+ </div>
407
+ <div class="nav-item active">
408
+ <svg viewBox="0 0 24 24"><path d="M11 2a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0 2a7 7 0 1 0 0 14A7 7 0 0 0 11 4zm9.7 16.3-4-4 1.4-1.4 4 4a1 1 0 0 1-1.4 1.4z"/></svg>
409
+ <div>Search</div>
410
+ </div>
411
+ <div class="nav-item">
412
+ <svg viewBox="0 0 24 24"><path d="M5 4h14v2H5V4zm0 4h14v2H5V8zm0 4h10v2H5v-2zm0 4h10v2H5v-2z"/></svg>
413
+ <div>Your Library</div>
414
+ </div>
415
+ <div class="nav-item">
416
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 9 9h-2a7 7 0 1 1-7-7c2.2 0 4.2.96 5.56 2.49l-1.5 1.3A5.5 5.5 0 1 0 17.5 12H21A9 9 0 0 0 12 3z"/></svg>
417
+ <div>Premium</div>
418
+ </div>
419
+ <div class="home-indicator"></div>
420
+ </div>
421
+
422
+ </div>
423
+ </body>
424
+ </html>
code/7576/7576_3.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#121212; color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height:90px; padding:0 28px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#d7d7d7; font-weight:600; font-size:34px;
19
+ }
20
+ .sb-left { display:flex; align-items:center; gap:18px; }
21
+ .sb-center { display:flex; align-items:center; gap:22px; opacity:.7; }
22
+ .sb-dot { width:16px; height:16px; background:#d7d7d7; border-radius:50%; opacity:.9; }
23
+ .sb-right { display:flex; align-items:center; gap:18px; }
24
+ .icon-signal, .icon-wifi, .icon-battery { width:40px; height:28px; display:inline-block; }
25
+ .icon-battery { width:56px; }
26
+
27
+ /* Search bar */
28
+ .search-bar {
29
+ height:120px; background:#2a2a2a;
30
+ display:flex; align-items:center;
31
+ padding:0 26px; color:#bdbdbd; font-size:40px;
32
+ }
33
+ .back-btn { width:64px; height:64px; margin-right:18px; }
34
+ .search-placeholder { color:#bdbdbd; }
35
+ .caret {
36
+ width:3px; height:60px; background:#3ed16b; margin-right:18px; border-radius:2px;
37
+ }
38
+
39
+ /* Content */
40
+ .content { padding:40px 32px 0; }
41
+ .section-title {
42
+ font-size:64px; font-weight:700; margin:24px 0 18px 0; color:#ffffff;
43
+ }
44
+
45
+ .result-item {
46
+ display:flex; align-items:center; justify-content:space-between;
47
+ padding:22px 12px; border-radius:12px;
48
+ }
49
+ .result-left { display:flex; align-items:center; gap:26px; }
50
+ .album {
51
+ width:160px; height:160px;
52
+ background:#E0E0E0; border:1px solid #BDBDBD;
53
+ display:flex; align-items:center; justify-content:center;
54
+ color:#757575; font-size:28px;
55
+ border-radius:8px;
56
+ }
57
+ .title-wrap { display:flex; flex-direction:column; }
58
+ .song-title { font-size:52px; font-weight:700; color:#ffffff; line-height:1.15; }
59
+ .song-sub { font-size:34px; color:#aaaaaa; margin-top:6px; }
60
+
61
+ .clear-row { font-size:56px; color:#cfcfcf; margin:40px 0; }
62
+
63
+ /* Keyboard */
64
+ .keyboard {
65
+ position:absolute; left:0; right:0; bottom:100px;
66
+ height:980px; background:#1a1a1a; border-top:1px solid #2b2b2b;
67
+ }
68
+ .kb-tools {
69
+ height:120px; padding:0 30px; display:flex; align-items:center; gap:40px;
70
+ }
71
+ .tool {
72
+ width:90px; height:90px; border-radius:26px;
73
+ background:#2b2b2b; display:flex; align-items:center; justify-content:center;
74
+ color:#e0e0e0; font-size:30px;
75
+ border:1px solid #333;
76
+ }
77
+ .tool svg { width:44px; height:44px; }
78
+
79
+ .kb-row {
80
+ display:flex; gap:18px; padding:0 30px; margin:22px 0;
81
+ }
82
+ .key {
83
+ flex:1; height:120px; border-radius:26px;
84
+ background:#2a2a2a; color:#e5e5e5; font-size:46px; font-weight:600;
85
+ display:flex; align-items:center; justify-content:center;
86
+ border:1px solid #333;
87
+ }
88
+ .key.wide { flex:1.4; }
89
+ .key.space { flex:4; font-size:34px; color:#bdbdbd; }
90
+ .key.circle {
91
+ width:120px; flex:0 0 120px; border-radius:60px;
92
+ }
93
+ .key.primary {
94
+ background:#cfe3ff; color:#0b2e56; border-color:#abc6ff; font-weight:700;
95
+ }
96
+
97
+ /* Home bar */
98
+ .home-bar {
99
+ position:absolute; left:0; right:0; bottom:24px;
100
+ height:16px; display:flex; justify-content:center;
101
+ }
102
+ .home-pill {
103
+ width:320px; height:12px; border-radius:12px; background:#e6e6e6;
104
+ }
105
+
106
+ /* Helper icons */
107
+ .x-icon { width:48px; height:48px; }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Top status bar -->
114
+ <div class="status-bar">
115
+ <div class="sb-left">
116
+ <div>10:49</div>
117
+ </div>
118
+ <div class="sb-center">
119
+ <div class="sb-dot"></div>
120
+ <div class="sb-dot"></div>
121
+ <div class="sb-dot"></div>
122
+ <div class="sb-dot"></div>
123
+ <div class="sb-dot"></div>
124
+ </div>
125
+ <div class="sb-right">
126
+ <!-- simple signal icon -->
127
+ <svg class="icon-signal" viewBox="0 0 24 24">
128
+ <rect x="2" y="14" width="3" height="8" fill="#d7d7d7"/>
129
+ <rect x="7" y="10" width="3" height="12" fill="#d7d7d7"/>
130
+ <rect x="12" y="6" width="3" height="16" fill="#d7d7d7"/>
131
+ <rect x="17" y="2" width="3" height="20" fill="#d7d7d7"/>
132
+ </svg>
133
+ <!-- wifi icon -->
134
+ <svg class="icon-wifi" viewBox="0 0 24 24">
135
+ <path d="M2 8c5-4 15-4 20 0" stroke="#d7d7d7" stroke-width="2" fill="none"/>
136
+ <path d="M5 12c3-3 11-3 14 0" stroke="#d7d7d7" stroke-width="2" fill="none"/>
137
+ <path d="M9 15c2-2 6-2 8 0" stroke="#d7d7d7" stroke-width="2" fill="none"/>
138
+ <circle cx="12" cy="19" r="2" fill="#d7d7d7"/>
139
+ </svg>
140
+ <!-- battery icon -->
141
+ <svg class="icon-battery" viewBox="0 0 32 18">
142
+ <rect x="1" y="3" width="26" height="12" rx="2" ry="2" stroke="#d7d7d7" stroke-width="2" fill="none"/>
143
+ <rect x="3" y="5" width="18" height="8" fill="#d7d7d7"/>
144
+ <rect x="28" y="6" width="3" height="6" rx="1" fill="#d7d7d7"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Search bar -->
150
+ <div class="search-bar">
151
+ <svg class="back-btn" viewBox="0 0 24 24">
152
+ <path d="M15 18l-6-6 6-6" stroke="#e6e6e6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ <div class="caret"></div>
155
+ <div class="search-placeholder">What do you want to listen to?</div>
156
+ </div>
157
+
158
+ <!-- Content area -->
159
+ <div class="content">
160
+ <div class="section-title">Recent searches</div>
161
+
162
+ <div class="result-item">
163
+ <div class="result-left">
164
+ <div class="album">[IMG: Album Cover]</div>
165
+ <div class="title-wrap">
166
+ <div class="song-title">Mambo Gozon</div>
167
+ <div class="song-sub">Song • Tito Puente</div>
168
+ </div>
169
+ </div>
170
+ <svg class="x-icon" viewBox="0 0 24 24">
171
+ <path d="M5 5l14 14M19 5L5 19" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+
175
+ <div class="clear-row">Clear recent searches</div>
176
+ </div>
177
+
178
+ <!-- Keyboard -->
179
+ <div class="keyboard">
180
+ <div class="kb-tools">
181
+ <div class="tool">
182
+ <svg viewBox="0 0 24 24">
183
+ <rect x="3" y="3" width="6" height="6" fill="#e0e0e0"/>
184
+ <rect x="15" y="3" width="6" height="6" fill="#e0e0e0"/>
185
+ <rect x="3" y="15" width="6" height="6" fill="#e0e0e0"/>
186
+ <rect x="15" y="15" width="6" height="6" fill="#e0e0e0"/>
187
+ </svg>
188
+ </div>
189
+ <div class="tool">🙂</div>
190
+ <div class="tool">GIF</div>
191
+ <div class="tool">
192
+ <svg viewBox="0 0 24 24">
193
+ <circle cx="12" cy="12" r="9" stroke="#e0e0e0" stroke-width="2" fill="none"/>
194
+ <path d="M4 12h16M12 4v16" stroke="#e0e0e0" stroke-width="2"/>
195
+ </svg>
196
+ </div>
197
+ <div class="tool">
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M5 5l14 14M19 5L5 19" stroke="#e0e0e0" stroke-width="2"/>
200
+ </svg>
201
+ </div>
202
+ <div class="tool">
203
+ <svg viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="10" stroke="#e0e0e0" stroke-width="2" fill="none"/>
205
+ <path d="M8 12h8" stroke="#e0e0e0" stroke-width="2"/>
206
+ </svg>
207
+ </div>
208
+ <div class="tool">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M12 4a4 4 0 014 4v5a4 4 0 11-8 0V8a4 4 0 014-4z" stroke="#e0e0e0" stroke-width="2" fill="none"/>
211
+ <path d="M8 17c2 1 6 1 8 0" stroke="#e0e0e0" stroke-width="2" fill="none"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="kb-row">
217
+ <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>
218
+ <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>
219
+ </div>
220
+ <div class="kb-row">
221
+ <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>
222
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
223
+ </div>
224
+ <div class="kb-row">
225
+ <div class="key wide">⇧</div>
226
+ <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>
227
+ <div class="key wide">⌫</div>
228
+ </div>
229
+ <div class="kb-row" style="align-items:center;">
230
+ <div class="key circle">?123</div>
231
+ <div class="key circle">🙂</div>
232
+ <div class="key space">space</div>
233
+ <div class="key circle">.</div>
234
+ <div class="key circle primary">
235
+ <svg viewBox="0 0 24 24">
236
+ <circle cx="10" cy="10" r="5" stroke="#0b2e56" stroke-width="2" fill="none"/>
237
+ <path d="M20 20l-5-5" stroke="#0b2e56" stroke-width="2" stroke-linecap="round"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Home pill -->
244
+ <div class="home-bar">
245
+ <div class="home-pill"></div>
246
+ </div>
247
+
248
+ </div>
249
+ </body>
250
+ </html>
code/7576/7576_4.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Screen Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#111315; color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ position:absolute; top:0; left:0; right:0; height:92px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 28px; color:#ECECEC; font-size:36px; letter-spacing:0.5px;
19
+ }
20
+ .status-icons { display:flex; align-items:center; gap:22px; opacity:0.9; }
21
+ .status-icons svg { width:38px; height:38px; }
22
+
23
+ /* Search bar */
24
+ .search-bar {
25
+ position:absolute; top:92px; left:0; right:0; height:120px;
26
+ background:#242628; display:flex; align-items:center;
27
+ padding:0 24px; gap:22px;
28
+ }
29
+ .search-input {
30
+ flex:1; color:#EDEDED; font-size:44px; line-height:1; display:flex; align-items:center; gap:10px;
31
+ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
32
+ }
33
+ .caret {
34
+ width:4px; height:48px; background:#27c35b; display:inline-block; border-radius:2px;
35
+ }
36
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
37
+
38
+ /* Content area */
39
+ .content {
40
+ position:absolute; top:212px; bottom:920px; left:0; right:0;
41
+ background:#111315;
42
+ }
43
+ .spinner {
44
+ position:absolute; left:50%; top:50%;
45
+ transform:translate(-50%,-50%);
46
+ width:132px; height:132px; border-radius:50%;
47
+ border:12px solid #26a85a; border-top-color:transparent;
48
+ }
49
+
50
+ /* Keyboard */
51
+ .keyboard {
52
+ position:absolute; left:0; right:0; bottom:60px; height:900px;
53
+ background:#1A1C1F; border-top:1px solid #2a2c2f;
54
+ }
55
+ .kb-suggestions {
56
+ height:110px; background:#1E2023; display:flex; align-items:center;
57
+ padding:0 22px; color:#D5D5D5; font-size:40px; gap:26px;
58
+ border-bottom:1px solid #2a2c2f;
59
+ }
60
+ .divider { height:48px; width:2px; background:#3a3c40; }
61
+ .kb-suggestions .spacer { flex:1; }
62
+ .kb-suggestions svg { width:46px; height:46px; opacity:0.9; }
63
+
64
+ .keys { padding:18px 24px 0; }
65
+ .row { display:flex; justify-content:center; gap:12px; margin-top:12px; }
66
+ .key {
67
+ background:#2A2C30; color:#F3F3F3; height:120px; min-width:88px;
68
+ border-radius:18px; display:flex; align-items:center; justify-content:center;
69
+ font-size:44px; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
70
+ }
71
+ .key.wide { min-width:130px; }
72
+ .key.space { min-width:460px; color:#BDBDBD; font-size:36px; }
73
+ .key.sm { min-width:105px; }
74
+ .key.icon { padding:0 20px; }
75
+ .key.blue {
76
+ background:#cfe2ff; color:#111; border-radius:60px; min-width:120px; height:120px;
77
+ }
78
+ .nav-pill {
79
+ position:absolute; left:50%; transform:translateX(-50%);
80
+ bottom:16px; width:200px; height:10px; border-radius:6px; background:#D9D9D9; opacity:0.85;
81
+ }
82
+ .ghost { width:20px; height:20px; border-radius:50%; background:#fff; display:inline-block; margin:0 6px; opacity:0.95; }
83
+ </style>
84
+ </head>
85
+ <body>
86
+ <div id="render-target">
87
+
88
+ <!-- Status bar -->
89
+ <div class="statusbar">
90
+ <div>10:49</div>
91
+ <div>
92
+ <!-- just small white dots to mimic app icons -->
93
+ <span class="ghost"></span><span class="ghost"></span><span class="ghost"></span><span class="ghost"></span><span class="ghost"></span>
94
+ <span style="display:inline-block; width:10px; height:10px; background:#fff; border-radius:50%; margin-left:12px;"></span>
95
+ </div>
96
+ <div class="status-icons">
97
+ <!-- Silent bell -->
98
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
99
+ <path d="M13 21a2 2 0 0 1-4 0"/>
100
+ <path d="M18 8a6 6 0 0 0-12 0c0 7-3 7-3 7h18s-3 0-3-7z"/>
101
+ <path d="M3 3l18 18"/>
102
+ </svg>
103
+ <!-- WiFi -->
104
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round">
105
+ <path d="M2 8a16 16 0 0 1 20 0"/>
106
+ <path d="M5 12a11 11 0 0 1 14 0"/>
107
+ <path d="M8 16a6 6 0 0 1 8 0"/>
108
+ <circle cx="12" cy="20" r="1.5" fill="#fff" stroke="none"/>
109
+ </svg>
110
+ <!-- Battery -->
111
+ <svg viewBox="0 0 28 16" width="56" height="32">
112
+ <rect x="1" y="3" width="22" height="10" rx="2" fill="none" stroke="#ffffff" stroke-width="2"/>
113
+ <rect x="3" y="5" width="18" height="6" rx="1.5" fill="#ffffff"/>
114
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#ffffff"/>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Search bar -->
120
+ <div class="search-bar">
121
+ <div class="icon-btn">
122
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
123
+ <path d="M15 18l-6-6 6-6"/>
124
+ </svg>
125
+ </div>
126
+ <div class="search-input">
127
+ <span>Tito puente songs</span><span class="caret"></span>
128
+ </div>
129
+ <div class="icon-btn">
130
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round">
131
+ <path d="M18 6L6 18M6 6l12 12"/>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Content area with spinner -->
137
+ <div class="content">
138
+ <div class="spinner"></div>
139
+ </div>
140
+
141
+ <!-- Keyboard mock -->
142
+ <div class="keyboard">
143
+ <div class="kb-suggestions">
144
+ <div>songs</div>
145
+ <div class="divider"></div>
146
+ <div>song's</div>
147
+ <div class="divider"></div>
148
+ <div>sings</div>
149
+ <div class="spacer"></div>
150
+ <!-- mic -->
151
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
152
+ <rect x="9" y="3" width="6" height="10" rx="3" />
153
+ <path d="M5 11a7 7 0 0 0 14 0"/>
154
+ <path d="M12 18v3"/>
155
+ </svg>
156
+ </div>
157
+
158
+ <div class="keys">
159
+ <div class="row">
160
+ <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>
161
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
162
+ </div>
163
+ <div class="row">
164
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
165
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
166
+ </div>
167
+ <div class="row">
168
+ <div class="key wide icon">
169
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
170
+ <path d="M7 15l5-6 5 6"/>
171
+ </svg>
172
+ </div>
173
+ <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>
174
+ <div class="key wide icon">
175
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
176
+ <path d="M21 12H7"/>
177
+ <path d="M10 15l-3-3 3-3"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ <div class="row" style="margin-top:18px;">
182
+ <div class="key wide">?123</div>
183
+ <div class="key sm icon">
184
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round">
185
+ <circle cx="12" cy="12" r="4"/>
186
+ <path d="M12 2v2M12 20v2M2 12h2M20 12h2M4.9 4.9l1.4 1.4M17.7 17.7l1.4 1.4M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4"/>
187
+ </svg>
188
+ </div>
189
+ <div class="key sm">,</div>
190
+ <div class="key space">space</div>
191
+ <div class="key sm">.</div>
192
+ <div class="key blue icon">
193
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#0d3c61" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
194
+ <circle cx="11" cy="11" r="6"/>
195
+ <path d="M16.5 16.5L21 21"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <div class="nav-pill"></div>
203
+ </div>
204
+ </body>
205
+ </html>
code/7576/7576_5.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Search - Tito puente songs</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:#121212; color:#FFFFFF;
12
+ }
13
+ .status-bar {
14
+ height:90px; padding:0 32px; display:flex; align-items:center; justify-content:space-between; color:#fff;
15
+ }
16
+ .status-left { font-size:38px; font-weight:600; letter-spacing:1px; }
17
+ .status-right { display:flex; align-items:center; gap:24px; opacity:.9; }
18
+ .icon { width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; }
19
+ .header {
20
+ height:160px; padding:0 28px; display:flex; align-items:center; gap:28px; background:#222222;
21
+ border-bottom:1px solid rgba(255,255,255,0.06);
22
+ }
23
+ .header-title {
24
+ font-size:54px; font-weight:700; flex:1; color:#EDEDED;
25
+ }
26
+ .chips { padding:28px; display:flex; gap:22px; background:#121212; }
27
+ .chip {
28
+ padding:18px 34px; border-radius:999px; font-size:36px; border:1px solid #3A3A3A;
29
+ color:#EDEDED; opacity:.85;
30
+ }
31
+ .chip.active {
32
+ background:#1DB954; border-color:#1DB954; color:#0B1E12; opacity:1; font-weight:700;
33
+ }
34
+ .content { height:1780px; overflow:hidden; padding:0 28px 230px; }
35
+ .list-item {
36
+ display:flex; align-items:center; gap:28px; padding:26px 8px;
37
+ }
38
+ .avatar {
39
+ width:128px; height:128px; border-radius:64px; background:#E0E0E0; border:1px solid #BDBDBD;
40
+ color:#757575; display:flex; align-items:center; justify-content:center; font-size:28px;
41
+ }
42
+ .meta { display:flex; flex-direction:column; gap:8px; }
43
+ .title { font-size:44px; color:#FFFFFF; }
44
+ .subtitle { font-size:30px; color:#B3B3B3; }
45
+ .section-title { font-size:52px; font-weight:800; margin:24px 0 18px 8px; }
46
+ .cards { display:flex; gap:28px; padding:8px; }
47
+ .card {
48
+ width:320px;
49
+ }
50
+ .thumb {
51
+ width:320px; height:320px; background:#E0E0E0; border:1px solid #BDBDBD;
52
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
53
+ }
54
+ .caption { margin-top:18px; font-size:34px; color:#FFFFFF; }
55
+ .thin { font-weight:400; }
56
+ .row {
57
+ display:flex; align-items:center; justify-content:space-between; gap:24px; padding-right:12px;
58
+ }
59
+ .menu-dot { width:54px; height:54px; display:flex; align-items:center; justify-content:center; opacity:.8; }
60
+ /* Now playing bar */
61
+ .now-playing {
62
+ position:absolute; left:24px; right:24px; bottom:170px;
63
+ background:#0F2F3B; border-radius:24px; height:160px; display:flex; align-items:center; padding:20px 24px; gap:22px;
64
+ box-shadow:0 12px 24px rgba(0,0,0,0.35);
65
+ }
66
+ .np-thumb { width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:24px; }
67
+ .np-meta { flex:1; display:flex; flex-direction:column; gap:6px; }
68
+ .np-title { font-size:40px; font-weight:700; color:#FFFFFF; }
69
+ .np-artist { font-size:30px; color:#BFD6DD; }
70
+ .np-actions { display:flex; align-items:center; gap:26px; }
71
+ /* Bottom navigation */
72
+ .bottom-nav {
73
+ position:absolute; left:0; right:0; bottom:0; height:150px;
74
+ background:#181818; display:flex; align-items:center; justify-content:space-around; padding-bottom:20px;
75
+ border-top:1px solid rgba(255,255,255,0.06);
76
+ }
77
+ .tab { display:flex; flex-direction:column; align-items:center; gap:12px; color:#A7A7A7; }
78
+ .tab.active { color:#FFFFFF; }
79
+ .tab span { font-size:28px; }
80
+ .home-indicator {
81
+ position:absolute; left:330px; right:330px; bottom:18px; height:10px; background:#FFFFFF; border-radius:6px; opacity:.9;
82
+ }
83
+ </style>
84
+ </head>
85
+ <body>
86
+ <div id="render-target">
87
+ <!-- Status Bar -->
88
+ <div class="status-bar">
89
+ <div class="status-left">10:50</div>
90
+ <div class="status-right">
91
+ <!-- simple notification dots -->
92
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M12 3c-3.3 0-6 2.7-6 6v3l-2 3v1h16v-1l-2-3V9c0-3.3-2.7-6-6-6zM10 20h4" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
93
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M3 8l7 7 4-4 7 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
94
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><rect x="3" y="6" width="14" height="12" rx="2" stroke="#fff" stroke-width="2"/><path d="M19 10v4" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
95
+ </div>
96
+ </div>
97
+
98
+ <!-- Search Header -->
99
+ <div class="header">
100
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M15 5l-7 7 7 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
101
+ <div class="header-title">Tito puente songs</div>
102
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M18 6L6 18M6 6l12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
103
+ </div>
104
+
105
+ <!-- Chips -->
106
+ <div class="chips">
107
+ <div class="chip active">Top</div>
108
+ <div class="chip">Artists</div>
109
+ <div class="chip">Songs</div>
110
+ <div class="chip">Playlists</div>
111
+ <div class="chip">Albums</div>
112
+ </div>
113
+
114
+ <!-- Content -->
115
+ <div class="content">
116
+ <!-- Top Artist -->
117
+ <div class="list-item">
118
+ <div class="avatar">[IMG: Artist]</div>
119
+ <div class="meta">
120
+ <div class="title">Tito Puente</div>
121
+ <div class="subtitle">Artist</div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Featuring Section -->
126
+ <div class="section-title">Featuring Tito Puente</div>
127
+ <div class="cards">
128
+ <div class="card">
129
+ <div class="thumb">[IMG: Playlist Cover]</div>
130
+ <div class="caption">This Is Tito Puente</div>
131
+ </div>
132
+ <div class="card">
133
+ <div class="thumb">[IMG: Radio Cover]</div>
134
+ <div class="caption">Tito Puente Radio</div>
135
+ </div>
136
+ <div class="card">
137
+ <div class="thumb">[IMG: Playlist Cover]</div>
138
+ <div class="caption">100 Latin Classics</div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- More Results -->
143
+ <div class="list-item">
144
+ <div class="avatar">[IMG: Artist]</div>
145
+ <div class="meta">
146
+ <div class="title">Sophy</div>
147
+ <div class="subtitle">Artist</div>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="list-item">
152
+ <div class="row" style="width:100%;">
153
+ <div style="display:flex; align-items:center; gap:28px;">
154
+ <div class="thumb" style="width:120px;height:120px;">[IMG: Playlist]</div>
155
+ <div class="meta">
156
+ <div class="title" style="font-size:40px;">I am Groot: A Playlist Inspired by the Marvel Studios Series Soundtrack (Season 1 & 2)</div>
157
+ <div class="subtitle">Playlist</div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="list-item">
164
+ <div class="row" style="width:100%;">
165
+ <div style="display:flex; align-items:center; gap:28px;">
166
+ <div class="thumb" style="width:120px;height:120px;">[IMG: Song]</div>
167
+ <div class="meta">
168
+ <div class="title">Ran Kan Kan</div>
169
+ <div class="subtitle">Song • Tito Puente</div>
170
+ </div>
171
+ </div>
172
+ <div class="menu-dot">
173
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#B3B3B3">
174
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="list-item">
181
+ <div class="row" style="width:100%;">
182
+ <div style="display:flex; align-items:center; gap:28px;">
183
+ <div class="thumb" style="width:120px;height:120px;">[IMG: Song]</div>
184
+ <div class="meta">
185
+ <div class="title">Mambo Gozon</div>
186
+ <div class="subtitle">Song • Tito Puente</div>
187
+ </div>
188
+ </div>
189
+ <div class="menu-dot">
190
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#B3B3B3">
191
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Now Playing Bar -->
199
+ <div class="now-playing">
200
+ <div class="np-thumb">[IMG: Track]</div>
201
+ <div class="np-meta">
202
+ <div class="np-title">Nagada Nagada</div>
203
+ <div class="np-artist">Pritam</div>
204
+ </div>
205
+ <div class="np-actions">
206
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><rect x="4" y="5" width="10" height="14" rx="2" stroke="#D8E8EF" stroke-width="2"/><path d="M18 9v6" stroke="#D8E8EF" stroke-width="2" stroke-linecap="round"/></svg>
207
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M12 5v14M5 12h14" stroke="#D8E8EF" stroke-width="2" stroke-linecap="round"/></svg>
208
+ <svg class="icon" viewBox="0 0 24 24" fill="#D8E8EF"><path d="M8 5v14l11-7-11-7z"/></svg>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Bottom Navigation -->
213
+ <div class="bottom-nav">
214
+ <div class="tab">
215
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="currentColor"><path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3l9-8z"/></svg>
216
+ <span>Home</span>
217
+ </div>
218
+ <div class="tab active">
219
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="currentColor"><circle cx="11" cy="11" r="7" stroke="currentColor" stroke-width="2" fill="none"/><path d="M20 20l-3.5-3.5" stroke="currentColor" stroke-width="2" stroke-linecap="round"/></svg>
220
+ <span>Search</span>
221
+ </div>
222
+ <div class="tab">
223
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="currentColor"><path d="M4 5h16v2H4zM4 11h16v2H4zM4 17h16v2H4z"/></svg>
224
+ <span>Your Library</span>
225
+ </div>
226
+ <div class="tab">
227
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="currentColor"><circle cx="12" cy="12" r="9" opacity=".9"/><path d="M6 9c3.5-2.3 8.5-2.3 12 0" stroke="#121212" stroke-width="2" stroke-linecap="round"/></svg>
228
+ <span>Premium</span>
229
+ </div>
230
+ </div>
231
+ <div class="home-indicator"></div>
232
+ </div>
233
+ </body>
234
+ </html>
code/7577/7577_0.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Living room side tables - Search Results</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: #FFFFFF; color: #212121;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 96px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #2C2C2C; font-weight: 600; font-size: 38px;
19
+ }
20
+ .status-icons { display: flex; gap: 24px; align-items: center; }
21
+ .ic { width: 40px; height: 40px; display: inline-block; }
22
+
23
+ /* Top search */
24
+ .top {
25
+ padding: 8px 24px 0 24px;
26
+ }
27
+ .search-row {
28
+ display: flex; align-items: center; gap: 20px;
29
+ }
30
+ .back-btn {
31
+ width: 72px; height: 72px; border-radius: 36px;
32
+ display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .search-pill {
35
+ flex: 1; height: 88px; border-radius: 44px; border: 2px solid #CFCFCF;
36
+ display: flex; align-items: center; padding: 0 20px; gap: 16px;
37
+ background: #FAFAFA;
38
+ }
39
+ .search-pill .field {
40
+ flex: 1; color: #424242; font-size: 34px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
41
+ }
42
+ .pill-icon {
43
+ width: 64px; height: 64px; border-radius: 32px; display: flex; align-items: center; justify-content: center;
44
+ color: #757575;
45
+ }
46
+
47
+ /* Chips row (gray) */
48
+ .chip-row {
49
+ display: flex; gap: 16px; padding: 18px 24px 8px 24px; flex-wrap: nowrap; overflow: hidden;
50
+ }
51
+ .chip {
52
+ padding: 18px 28px; border-radius: 999px; background: #EEEEEE; color: #424242; font-size: 30px; border: 1px solid #E0E0E0;
53
+ display: flex; align-items: center; gap: 12px;
54
+ }
55
+ .chip .caret { width: 18px; height: 18px; border-left: 2px solid #757575; border-bottom: 2px solid #757575; transform: rotate(-45deg); margin-left: 8px; }
56
+
57
+ /* Green benefits banner */
58
+ .benefits {
59
+ margin: 10px 0 0 0; background: #FFF5E6; color: #2E7D32; font-size: 30px;
60
+ display: flex; align-items: center; gap: 32px; padding: 22px 28px;
61
+ border-top: 1px solid #F0E0C8; border-bottom: 1px solid #F0E0C8;
62
+ }
63
+ .benefit { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
64
+ .benefit svg { width: 30px; height: 30px; }
65
+
66
+ /* Filter chips (outlined) */
67
+ .filter-row {
68
+ display: flex; gap: 16px; padding: 18px 24px; overflow: hidden;
69
+ }
70
+ .chip-out {
71
+ padding: 18px 28px; border-radius: 999px; background: #FFFFFF; color: #212121; font-size: 30px; border: 2px solid #DADADA;
72
+ display: flex; align-items: center; gap: 12px;
73
+ }
74
+
75
+ /* Product grid */
76
+ .grid {
77
+ padding: 16px 24px 140px 24px;
78
+ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
79
+ }
80
+ .card {
81
+ background: #FFFFFF; border-radius: 16px; overflow: hidden; border: 1px solid #E6E6E6;
82
+ }
83
+ .thumb {
84
+ position: relative; width: 100%; height: 520px; display: flex; align-items: center; justify-content: center;
85
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD; color: #616161; font-size: 30px; text-align: center; padding: 20px;
86
+ }
87
+ .deal-strip {
88
+ position: absolute; left: 0; right: 0; bottom: 0; height: 64px; background: #C62828; color: #FFF; font-size: 28px;
89
+ display: flex; align-items: center; justify-content: space-between; padding: 0 16px;
90
+ }
91
+ .deal-strip.green { background: #2E7D32; }
92
+
93
+ .card-body { padding: 14px 18px 18px 18px; }
94
+ .title {
95
+ font-size: 30px; line-height: 40px; color: #212121; height: 82px; overflow: hidden;
96
+ }
97
+ .subline {
98
+ font-size: 26px; color: #EF6C00; margin: 6px 0 6px 0;
99
+ }
100
+ .rating {
101
+ display: flex; align-items: center; gap: 10px; color: #212121; font-size: 26px; margin-top: 4px;
102
+ }
103
+ .stars svg { width: 26px; height: 26px; }
104
+ .price-row {
105
+ display: flex; align-items: center; justify-content: space-between; margin-top: 10px;
106
+ }
107
+ .price-left { display: flex; align-items: baseline; gap: 12px; }
108
+ .price { font-size: 36px; font-weight: 700; color: #FF6D00; }
109
+ .price.dark { color: #212121; }
110
+ .sold { font-size: 24px; color: #757575; }
111
+ .cart-btn {
112
+ width: 84px; height: 84px; border-radius: 42px; border: 2px solid #CFCFCF; background: #FFFFFF;
113
+ display: flex; align-items: center; justify-content: center;
114
+ }
115
+ .cart-btn svg { width: 38px; height: 38px; }
116
+
117
+ /* Floating cart */
118
+ .floating-cart {
119
+ position: absolute; right: 24px; top: 1250px; background: #2ECC71; color: #FFFFFF; border-radius: 64px;
120
+ display: flex; align-items: center; gap: 12px; padding: 18px 22px; box-shadow: 0 6px 16px rgba(0,0,0,0.2);
121
+ font-size: 30px; border: 2px solid #C8E6C9;
122
+ }
123
+ .floating-cart .badge {
124
+ position: absolute; top: -12px; right: -12px; width: 44px; height: 44px; border-radius: 22px; background: #FF8A00; color: #FFF;
125
+ display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; border: 3px solid #FFFFFF;
126
+ }
127
+
128
+ /* Bottom handle */
129
+ .home-indicator {
130
+ position: absolute; left: 50%; transform: translateX(-50%);
131
+ bottom: 28px; width: 360px; height: 10px; background: #0B0B0B; border-radius: 6px; opacity: 0.9;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div>4:14</div>
140
+ <div class="status-icons">
141
+ <svg class="ic" viewBox="0 0 24 24"><path fill="#616161" d="M12 4a8 8 0 100 16 8 8 0 000-16zm1 4v5l4 2-.8 1.5L11 13V8h2z"/></svg>
142
+ <svg class="ic" viewBox="0 0 24 24"><path fill="#616161" d="M2 10l10-7 10 7v9a2 2 0 01-2 2H4a2 2 0 01-2-2v-9z"/></svg>
143
+ <svg class="ic" viewBox="0 0 24 24"><path fill="#616161" d="M16 6H8v12h8a2 2 0 002-2V8a2 2 0 00-2-2zM6 8H4v8h2V8z"/></svg>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Search bar -->
148
+ <div class="top">
149
+ <div class="search-row">
150
+ <div class="back-btn">
151
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#212121" d="M15.4 19.4L8 12l7.4-7.4 1.4 1.4L10.8 12l6 6-1.4 1.4z"/></svg>
152
+ </div>
153
+ <div class="search-pill">
154
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#616161" d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L14 15.5zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/></svg>
155
+ <div class="field">Living room side tables</div>
156
+ <div class="pill-icon">
157
+ <svg width="30" height="30" viewBox="0 0 24 24"><path fill="#9E9E9E" d="M18.3 5.7L5.7 18.3l-1.4-1.4L16.9 4.3l1.4 1.4z"/></svg>
158
+ </div>
159
+ <div class="pill-icon" style="border:1px solid #D0D0D0;">
160
+ <svg width="30" height="30" viewBox="0 0 24 24"><path fill="#616161" d="M12 5l-3 6h6l-3-6zm0 14a2 2 0 100-4 2 2 0 000 4z"/></svg>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Gray chip row -->
167
+ <div class="chip-row">
168
+ <div class="chip">
169
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#616161" d="M10 20H4l6-16h6l-6 16zm10 0h-6l2-6h6l-2 6z"/></svg> Filters
170
+ </div>
171
+ <div class="chip">Sort by <span class="caret"></span></div>
172
+ <div class="chip">Category <span class="caret"></span></div>
173
+ <div class="chip">Color <span class="caret"></span></div>
174
+ <div class="chip">Feature <span class="caret"></span></div>
175
+ </div>
176
+
177
+ <!-- Benefits banner -->
178
+ <div class="benefits">
179
+ <div class="benefit">
180
+ <svg viewBox="0 0 24 24"><path fill="#2E7D32" d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
181
+ Free shipping
182
+ </div>
183
+ <div class="benefit">
184
+ <svg viewBox="0 0 24 24"><path fill="#2E7D32" d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
185
+ Price adjustment within 30 days
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Outlined filters -->
190
+ <div class="filter-row">
191
+ <div class="chip-out">
192
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#212121" d="M13 13h6v2h-6zM5 9h14v2H5zM3 5h18v2H3z"/></svg>
193
+ Deals
194
+ </div>
195
+ <div class="chip-out">Under $30</div>
196
+ <div class="chip-out">★★★★☆ &amp; up</div>
197
+ <div class="chip-out">30% off or more</div>
198
+ </div>
199
+
200
+ <!-- Product grid -->
201
+ <div class="grid">
202
+ <!-- Card 1 -->
203
+ <div class="card">
204
+ <div class="thumb">
205
+ [IMG: White round bedside/side table beside bed]
206
+ </div>
207
+ <div class="card-body">
208
+ <div class="title">1pc Small Bedside Table, Simple Bed End Storage...</div>
209
+ <div class="rating">
210
+ <div class="stars">
211
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
212
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
213
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
214
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
215
+ <svg viewBox="0 0 24 24"><path fill="#9E9E9E" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
216
+ </div>
217
+ <span>(1,757)</span>
218
+ </div>
219
+ <div class="price-row">
220
+ <div class="price-left">
221
+ <span class="price dark">$13.26</span>
222
+ <span class="sold">563 sold</span>
223
+ </div>
224
+ <div class="cart-btn" title="Add to cart">
225
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M7 18a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4zM7.2 14l-.9-4H21l-2 6H8.6l-.4-2H7.2zM6 6h2l1 5H5L4 4H2V2h3a1 1 0 011 .8L6 6z"/></svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Card 2 -->
232
+ <div class="card">
233
+ <div class="thumb">
234
+ [IMG: 2pcs black 2-tier side tables]
235
+ <div class="deal-strip">
236
+ <span>⚡ LIGHTNING DEAL</span>
237
+ <span>Ends in 01:21:15:50</span>
238
+ </div>
239
+ </div>
240
+ <div class="card-body">
241
+ <div class="title">2pcs Side Tables, 2-Tier End Table Set for Living Room...</div>
242
+ <div class="subline">Only 11 Left · just added to cart</div>
243
+ <div class="rating">
244
+ <div class="stars">
245
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
246
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
247
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
248
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
249
+ <svg viewBox="0 0 24 24"><path fill="#9E9E9E" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
250
+ </div>
251
+ <span>(2,141)</span>
252
+ </div>
253
+ <div class="price-row">
254
+ <div class="price-left">
255
+ <span class="price">$88.19</span>
256
+ <span class="sold">6 sold</span>
257
+ </div>
258
+ <div class="cart-btn" title="Add to cart">
259
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M7 18a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4zM7.2 14l-.9-4H21l-2 6H8.6l-.4-2H7.2zM6 6h2l1 5H5L4 4H2V2h3a1 1 0 011 .8L6 6z"/></svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Card 3 -->
266
+ <div class="card">
267
+ <div class="thumb">
268
+ [IMG: C-shaped rustic coffee/side table]
269
+ <div class="deal-strip">
270
+ <span>⚡ LIGHTNING DEAL</span>
271
+ <span>Ends in 01:21:15:50</span>
272
+ </div>
273
+ </div>
274
+ <div class="card-body">
275
+ <div class="title">1pc C-shaped Coffee Table and Side Sofa Table...</div>
276
+ <div class="subline">Almost sold out · just bought</div>
277
+ <div class="rating">
278
+ <div class="stars">
279
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
280
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
281
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
282
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
283
+ <svg viewBox="0 0 24 24"><path fill="#9E9E9E" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
284
+ </div>
285
+ <span>(2,141)</span>
286
+ </div>
287
+ <div class="price-row">
288
+ <div class="price-left">
289
+ <span class="price">$25.47</span>
290
+ <span class="sold">556 sold</span>
291
+ </div>
292
+ <div class="cart-btn" title="Add to cart">
293
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M7 18a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4zM7.2 14l-.9-4H21l-2 6H8.6l-.4-2H7.2zM6 6h2l1 5H5L4 4H2V2h3a1 1 0 011 .8L6 6z"/></svg>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Card 4 -->
300
+ <div class="card">
301
+ <div class="thumb">
302
+ [IMG: Marble top side table with gold legs - rounded corner design]
303
+ <div class="deal-strip green">
304
+ <span>🎄 CHRISTMAS</span>
305
+ <span>28% off discount</span>
306
+ </div>
307
+ </div>
308
+ <div class="card-body">
309
+ <div class="title">1pc New Side Table Coffee Accent Table, Rounded Corner...</div>
310
+ <div class="subline">Almost sold out · just bought</div>
311
+ <div class="rating">
312
+ <div class="stars">
313
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
314
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
315
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
316
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
317
+ <svg viewBox="0 0 24 24"><path fill="#9E9E9E" d="M12 17l-6 3 1.5-6.5L2 8l6.7-.6L12 2l3.3 5.4L22 8l-5.5 5.5L18 20z"/></svg>
318
+ </div>
319
+ <span>(516)</span>
320
+ </div>
321
+ <div class="price-row">
322
+ <div class="price-left">
323
+ <span class="price">$60.48</span>
324
+ <span class="sold">59 sold</span>
325
+ </div>
326
+ <div class="cart-btn" title="Add to cart">
327
+ <svg viewBox="0 0 24 24"><path fill="#212121" d="M7 18a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4zM7.2 14l-.9-4H21l-2 6H8.6l-.4-2H7.2zM6 6h2l1 5H5L4 4H2V2h3a1 1 0 011 .8L6 6z"/></svg>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Floating cart -->
335
+ <div class="floating-cart">
336
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M7 18a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4zM7.2 14l-.9-4H21l-2 6H8.6l-.4-2H7.2zM6 6h2l1 5H5L4 4H2V2h3a1 1 0 011 .8L6 6z"/></svg>
337
+ Cart
338
+ <div class="badge">1</div>
339
+ </div>
340
+
341
+ <!-- Bottom gesture bar -->
342
+ <div class="home-indicator"></div>
343
+ </div>
344
+ </body>
345
+ </html>
code/7577/7577_1.html ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Detail Mock</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, Arial, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 20px;
22
+ left: 28px;
23
+ right: 28px;
24
+ height: 60px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ pointer-events: none;
29
+ color: #111;
30
+ }
31
+ .status-time { font-size: 40px; font-weight: 600; }
32
+ .status-icons { display: flex; align-items: center; gap: 22px; }
33
+ .icon {
34
+ width: 36px; height: 36px;
35
+ }
36
+
37
+ /* Hero image */
38
+ .hero {
39
+ position: absolute;
40
+ top: 0;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 980px;
44
+ background: #E0E0E0;
45
+ border-bottom: 1px solid #BDBDBD;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ color: #757575;
50
+ font-size: 36px;
51
+ }
52
+
53
+ /* Overlay action buttons */
54
+ .overlay-circle {
55
+ position: absolute;
56
+ width: 96px; height: 96px;
57
+ border-radius: 48px;
58
+ background: rgba(0,0,0,0.35);
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ }
63
+ .overlay-circle svg { width: 56px; height: 56px; fill: #fff; }
64
+
65
+ .back-btn { left: 28px; top: 250px; }
66
+ .zoom-btn { right: 156px; top: 250px; }
67
+ .share-btn { right: 28px; top: 250px; }
68
+
69
+ /* Just bought bubble */
70
+ .bubble {
71
+ position: absolute;
72
+ left: 28px;
73
+ bottom: 140px;
74
+ background: #ffffff;
75
+ border-radius: 32px;
76
+ box-shadow: 0 4px 12px rgba(0,0,0,0.15);
77
+ padding: 12px 22px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 16px;
81
+ }
82
+ .avatar {
83
+ width: 56px; height: 56px;
84
+ border-radius: 28px;
85
+ background: #E0E0E0;
86
+ border: 1px solid #BDBDBD;
87
+ display: flex; align-items: center; justify-content: center;
88
+ color: #757575; font-size: 18px;
89
+ }
90
+ .bubble span { font-size: 28px; color: #333; }
91
+
92
+ /* Image count */
93
+ .img-count {
94
+ position: absolute;
95
+ right: 28px;
96
+ bottom: 130px;
97
+ background: rgba(0,0,0,0.55);
98
+ color: #fff;
99
+ font-size: 28px;
100
+ padding: 12px 22px;
101
+ border-radius: 26px;
102
+ }
103
+
104
+ /* Free shipping banner */
105
+ .shipping-banner {
106
+ position: absolute;
107
+ top: 980px;
108
+ left: 0;
109
+ width: 1080px;
110
+ height: 115px;
111
+ background: #f3e7da;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: space-between;
115
+ padding: 0 32px;
116
+ border-bottom: 1px solid #e4d8cb;
117
+ color: #3b3b3b;
118
+ }
119
+ .ship-left {
120
+ display: flex; align-items: center; gap: 18px; font-size: 32px;
121
+ }
122
+ .check {
123
+ width: 40px; height: 40px;
124
+ background: #25a764; border-radius: 50%;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .check svg { width: 28px; height: 28px; fill: #fff; }
128
+ .ship-right { font-size: 28px; color: #7b6b5c; }
129
+
130
+ /* Product details */
131
+ .content {
132
+ position: absolute;
133
+ top: 1095px;
134
+ left: 0;
135
+ width: 100%;
136
+ padding: 0 32px;
137
+ }
138
+ .title-row {
139
+ display: flex; align-items: flex-start; justify-content: space-between;
140
+ }
141
+ .title {
142
+ font-size: 38px; line-height: 1.28; font-weight: 600; color: #222;
143
+ max-width: 900px;
144
+ }
145
+ .dropdown {
146
+ width: 34px; height: 34px; margin-top: 6px;
147
+ }
148
+
149
+ .meta-row {
150
+ margin-top: 18px;
151
+ display: flex; align-items: center; justify-content: space-between;
152
+ font-size: 28px; color: #666;
153
+ }
154
+ .meta-left { display: flex; align-items: center; gap: 14px; }
155
+ .badge-store {
156
+ display: inline-flex; align-items: center; gap: 8px;
157
+ padding: 4px 10px; background: #eee; border-radius: 16px; font-size: 24px;
158
+ }
159
+ .rating { display: flex; align-items: center; gap: 8px; color: #000; }
160
+ .rating .stars svg { width: 28px; height: 28px; }
161
+
162
+ .price-row {
163
+ margin-top: 24px;
164
+ display: flex; align-items: baseline; gap: 18px;
165
+ }
166
+ .price { font-size: 64px; font-weight: 700; color: #111; }
167
+ .discount {
168
+ background: #ff8b3d; color: #fff; font-weight: 700;
169
+ border-radius: 12px; padding: 6px 10px; font-size: 28px;
170
+ }
171
+ .old-price { font-size: 34px; color: #999; text-decoration: line-through; }
172
+
173
+ .installments {
174
+ margin-top: 10px; font-size: 28px; color: #555;
175
+ display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
176
+ }
177
+ .pay-pill {
178
+ font-size: 24px; padding: 6px 12px; border-radius: 10px; color: #fff;
179
+ display: inline-block;
180
+ }
181
+ .pill-afterpay { background: #23b47e; }
182
+ .pill-klarna { background: #ff6fae; }
183
+ .pill-affirm { background: #5b7cff; }
184
+
185
+ .model { margin-top: 22px; font-size: 30px; color: #333; }
186
+ .model span { font-weight: 600; }
187
+
188
+ .qty-row {
189
+ margin-top: 22px; display: flex; align-items: center; gap: 20px;
190
+ }
191
+ .qty-label { font-size: 30px; }
192
+ .stepper {
193
+ display: flex; align-items: center; overflow: hidden;
194
+ border: 1px solid #ddd; border-radius: 12px;
195
+ }
196
+ .stepper input {
197
+ width: 140px; height: 70px; border: none; text-align: center;
198
+ font-size: 32px; background: #f7f7f7;
199
+ }
200
+ .stepper button {
201
+ width: 70px; height: 70px; border: none; background: #eee; font-size: 36px; cursor: pointer;
202
+ }
203
+
204
+ .repurchased {
205
+ margin-top: 26px;
206
+ background: #e9c76d;
207
+ color: #3b2b0a;
208
+ padding: 16px 18px;
209
+ border-radius: 14px;
210
+ display: inline-flex;
211
+ align-items: center; gap: 12px;
212
+ font-size: 28px; font-weight: 600;
213
+ }
214
+ .trophy {
215
+ width: 32px; height: 32px;
216
+ }
217
+
218
+ .sold-by {
219
+ margin-top: 26px; font-size: 28px; color: #777;
220
+ border-top: 1px solid #eee; padding-top: 20px;
221
+ }
222
+
223
+ .section {
224
+ margin-top: 22px; padding: 22px 0;
225
+ border-top: 1px solid #f0f0f0;
226
+ }
227
+ .section .heading {
228
+ display: flex; align-items: center; gap: 14px;
229
+ font-size: 32px; font-weight: 600;
230
+ }
231
+ .truck { width: 40px; height: 40px; }
232
+
233
+ /* Floating cart */
234
+ .floating-cart {
235
+ position: absolute;
236
+ right: 26px;
237
+ top: 1520px;
238
+ width: 160px; height: 160px;
239
+ border-radius: 50%;
240
+ border: 8px solid #1ec56e;
241
+ background: #ffffff;
242
+ display: flex; align-items: center; justify-content: center;
243
+ box-shadow: 0 6px 20px rgba(0,0,0,0.15);
244
+ }
245
+ .floating-cart .bubble-count {
246
+ position: absolute; top: -6px; right: -6px;
247
+ background: #ff6f3f; color: #fff; font-size: 28px; font-weight: 700;
248
+ padding: 6px 16px; border-radius: 26px;
249
+ }
250
+ .floating-cart .low {
251
+ position: absolute; bottom: -2px; left: 18px; right: 18px;
252
+ background: #e6faef; color: #1d7a4d; font-size: 24px;
253
+ padding: 6px 10px; border-radius: 12px; text-align: center;
254
+ }
255
+ .cart-icon { width: 70px; height: 70px; fill: #1ec56e; }
256
+
257
+ /* Bottom CTA */
258
+ .cta-area {
259
+ position: absolute;
260
+ left: 0; right: 0;
261
+ bottom: 130px;
262
+ padding: 0 32px;
263
+ }
264
+ .demand {
265
+ display: flex; align-items: center; gap: 12px;
266
+ font-size: 28px; color: #f26d2d;
267
+ margin-bottom: 18px;
268
+ }
269
+ .flame { width: 36px; height: 36px; fill: #f26d2d; }
270
+ .cta-btn {
271
+ width: 100%;
272
+ height: 120px;
273
+ background: #ed7a2f;
274
+ color: #fff; font-size: 42px; font-weight: 700;
275
+ border: none; border-radius: 60px;
276
+ }
277
+
278
+ /* Bottom safe-area indicator (subtle) */
279
+ .home-indicator {
280
+ position: absolute;
281
+ bottom: 28px;
282
+ left: 50%;
283
+ transform: translateX(-50%);
284
+ width: 300px; height: 10px;
285
+ background: #000; opacity: 0.15; border-radius: 5px;
286
+ }
287
+ </style>
288
+ </head>
289
+ <body>
290
+ <div id="render-target">
291
+
292
+ <!-- Status bar -->
293
+ <div class="status-bar">
294
+ <div class="status-time">4:14</div>
295
+ <div class="status-icons">
296
+ <!-- Simple wifi -->
297
+ <svg class="icon" viewBox="0 0 24 24">
298
+ <path d="M12 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM2 10a14 14 0 0 1 20 0l-2 2a11 11 0 0 0-16 0L2 10zm4 4a10 10 0 0 1 12 0l-2 2a7 7 0 0 0-8 0l-2-2z" fill="#222"/>
299
+ </svg>
300
+ <!-- Battery -->
301
+ <svg class="icon" viewBox="0 0 28 20">
302
+ <rect x="1" y="3" width="22" height="14" rx="2" fill="#222"></rect>
303
+ <rect x="24" y="7" width="3" height="6" fill="#222"></rect>
304
+ <rect x="3" y="5" width="15" height="10" fill="#fff"></rect>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Hero image -->
310
+ <div class="hero">[IMG: White bedside table scene]</div>
311
+
312
+ <!-- Overlay buttons -->
313
+ <div class="overlay-circle back-btn">
314
+ <svg viewBox="0 0 24 24"><path d="M15.5 5.5 9 12l6.5 6.5-2 2L5 12l8.5-8.5 2 2z"/></svg>
315
+ </div>
316
+ <div class="overlay-circle zoom-btn">
317
+ <svg viewBox="0 0 24 24"><path d="M10 4a6 6 0 1 1 0 12A6 6 0 0 1 10 4zm8.7 15.3-3.7-3.7-1.4 1.4 3.7 3.7 1.4-1.4z"/></svg>
318
+ </div>
319
+ <div class="overlay-circle share-btn">
320
+ <svg viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.9-3.7L8.9 7.1a3 3 0 0 0 0 3.8l6.2 2.9A3 3 0 1 0 16 12l-6.2-2.9a3 3 0 0 0 0-2l6.2-2.9A3 3 0 0 0 18 8z"/></svg>
321
+ </div>
322
+
323
+ <!-- Just bought bubble -->
324
+ <div class="bubble">
325
+ <div class="avatar">[IMG]</div>
326
+ <span>just bought</span>
327
+ </div>
328
+
329
+ <!-- Image count -->
330
+ <div class="img-count">1 / 6</div>
331
+
332
+ <!-- Free shipping banner -->
333
+ <div class="shipping-banner">
334
+ <div class="ship-left">
335
+ <div class="check"><svg viewBox="0 0 24 24"><path d="M9.5 16.2 4.8 11.5l1.4-1.4 3.3 3.3 8.3-8.3 1.4 1.4z"/></svg></div>
336
+ <div>Free shipping on all orders</div>
337
+ </div>
338
+ <div class="ship-right">Time-limited offer</div>
339
+ </div>
340
+
341
+ <!-- Content -->
342
+ <div class="content">
343
+ <div class="title-row">
344
+ <div class="title">
345
+ 1pc Small Bedside Table, Simple Bedside Table, Bedroom Storage Cabinet, Living Room Coffee Table, Sofa Side Tab
346
+ </div>
347
+ <svg class="dropdown" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6z" fill="#666"/></svg>
348
+ </div>
349
+
350
+ <div class="meta-row">
351
+ <div class="meta-left">
352
+ <span>563 sold, by</span>
353
+ <span class="badge-store">BINGMIDO (14K+ sold)</span>
354
+ </div>
355
+ <div class="rating">
356
+ <span style="font-weight:600;">4.7</span>
357
+ <div class="stars">
358
+ <svg viewBox="0 0 24 24"><path d="M12 2 15 9l7 .6-5.3 4.5 1.8 7.1L12 17l-6.5 4.2 1.8-7.1L2 9.6 9 9z"/></svg>
359
+ <svg viewBox="0 0 24 24"><path d="M12 2 15 9l7 .6-5.3 4.5 1.8 7.1L12 17l-6.5 4.2 1.8-7.1L2 9.6 9 9z"/></svg>
360
+ <svg viewBox="0 0 24 24"><path d="M12 2 15 9l7 .6-5.3 4.5 1.8 7.1L12 17l-6.5 4.2 1.8-7.1L2 9.6 9 9z"/></svg>
361
+ <svg viewBox="0 0 24 24"><path d="M12 2 15 9l7 .6-5.3 4.5 1.8 7.1L12 17l-6.5 4.2 1.8-7.1L2 9.6 9 9z"/></svg>
362
+ <svg viewBox="0 0 24 24"><path d="M12 2 15 9l7 .6-5.3 4.5 1.8 7.1L12 17l-6.5 4.2 1.8-7.1L2 9.6 9 9z"/></svg>
363
+ </div>
364
+ </div>
365
+ </div>
366
+
367
+ <div class="price-row">
368
+ <div class="price">$13.26</div>
369
+ <div class="discount">-36%</div>
370
+ <div class="old-price">$20.79</div>
371
+ </div>
372
+
373
+ <div class="installments">
374
+ <span>4 interest-free installments of $3.32</span>
375
+ <span class="pay-pill pill-afterpay">afterpay</span>
376
+ <span class="pay-pill pill-klarna">Klarna</span>
377
+ <span class="pay-pill pill-affirm">affirm</span>
378
+ <svg viewBox="0 0 24 24" width="26" height="26"><circle cx="12" cy="12" r="12" fill="#ddd"/></svg>
379
+ </div>
380
+
381
+ <div class="model">Model: <span>Xiao Yuan Zhuo</span></div>
382
+
383
+ <div class="qty-row">
384
+ <div class="qty-label">Qty</div>
385
+ <div class="stepper">
386
+ <button aria-label="decrease">−</button>
387
+ <input type="text" value="1" />
388
+ <button aria-label="increase">+</button>
389
+ </div>
390
+ </div>
391
+
392
+ <div class="repurchased">
393
+ <svg class="trophy" viewBox="0 0 24 24"><path d="M18 5h3v3a5 5 0 0 1-5 5h-1v2h2v2H7v-2h2v-2H8a5 5 0 0 1-5-5V5h3V3h12v2zM6 8a3 3 0 0 0 3 3h1V5H6v3zm11-3h-4v6h1a3 3 0 0 0 3-3V5z" fill="#6a4b0a"/></svg>
394
+ #36 Most Repurchased in Furniture & Storage
395
+ </div>
396
+
397
+ <div class="sold-by">Sold by BINGMIDO. Ships from Temu.</div>
398
+
399
+ <div class="section">
400
+ <div class="heading">
401
+ <svg class="truck" viewBox="0 0 24 24"><path d="M2 6h12v8H2V6zm12 3h4l4 4v3h-4v-2H14V9zM6 20a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm10 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#222"/></svg>
402
+ Shipping
403
+ </div>
404
+ </div>
405
+ </div>
406
+
407
+ <!-- Floating cart indicator -->
408
+ <div class="floating-cart">
409
+ <div class="bubble-count">1</div>
410
+ <svg class="cart-icon" viewBox="0 0 24 24"><path d="M7 6h13l-2 8H8L7 6zm-2 0H2V4h3l1 10h12v2H6L5 6zm3 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>
411
+ <div class="low">1 low in stock</div>
412
+ </div>
413
+
414
+ <!-- Bottom CTA -->
415
+ <div class="cta-area">
416
+ <div class="demand">
417
+ <svg class="flame" viewBox="0 0 24 24"><path d="M13 3s3 3 3 6a5 5 0 0 1-10 0c0-3 3-6 3-6s1 2 4 2-0-2 0-2zM12 22a7 7 0 0 0 7-7c0-4-3-6-3-6-1 3-4 4-4 7a4 4 0 0 1-8 0c0-3 3-6 3-6 0 2 2 3 5 3" fill="#f26d2d"/></svg>
418
+ In demand! 42 sold in the last 24 hours
419
+ </div>
420
+ <button class="cta-btn">Add to cart</button>
421
+ </div>
422
+
423
+ <div class="home-indicator"></div>
424
+ </div>
425
+ </body>
426
+ </html>
code/7577/7577_2.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Overview - Shipping & 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: #FFFFFF; border-radius: 24px;
13
+ box-shadow: 0 8px 24px rgba(0,0,0,0.06);
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #222;
16
+ }
17
+ .status-bar {
18
+ height: 96px; padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-size: 40px; color: #333;
21
+ }
22
+ .status-icons { display: flex; gap: 28px; align-items: center; }
23
+ .top-nav {
24
+ height: 120px; padding: 0 30px;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ border-bottom: 1px solid #EAEAEA;
27
+ }
28
+ .back-area { display: flex; align-items: center; gap: 12px; color: #111; }
29
+ .tabs { display: flex; gap: 64px; align-items: center; font-weight: 600; font-size: 42px; color: #111; }
30
+ .tab { padding-bottom: 18px; opacity: 0.6; }
31
+ .tab.active { opacity: 1; border-bottom: 6px solid #111; }
32
+ .nav-actions { display: flex; gap: 32px; align-items: center; }
33
+ .page { position: absolute; top: 216px; left: 0; right: 0; bottom: 0; overflow: hidden auto; }
34
+ .content { padding: 30px; }
35
+ .section { background: #fff; border-bottom: 1px solid #EFEFEF; padding: 26px 6px; }
36
+ .section-header { display: flex; align-items: center; justify-content: space-between; }
37
+ .section-title { display: flex; align-items: center; gap: 20px; font-size: 42px; font-weight: 600; }
38
+ .chev { opacity: 0.6; }
39
+ .card {
40
+ background: #F5F7F6; border: 1px solid #E4E6E6; border-radius: 24px;
41
+ padding: 26px; margin: 22px 10px;
42
+ }
43
+ .green { color: #2DB447; }
44
+ .muted { color: #666; }
45
+ .small { font-size: 34px; }
46
+ .row { display: flex; align-items: center; gap: 16px; }
47
+ .wrap { display: flex; flex-wrap: wrap; gap: 16px 48px; margin-top: 18px; }
48
+ .bullet { display: flex; align-items: center; gap: 16px; font-size: 36px; }
49
+ .divider { height: 16px; background: #F0F2F2; margin: 0 0 0 0; border-top: 1px solid #EDEDED; }
50
+ .link-row { display: flex; align-items: center; justify-content: space-between; font-size: 42px; font-weight: 600; padding: 34px 6px; }
51
+ .soft-green {
52
+ background: #E9F7EC; color: #2DB447; border: 1px solid #D3EED7;
53
+ border-radius: 18px; padding: 22px 26px; display: flex; align-items: center; gap: 18px;
54
+ font-size: 36px; font-weight: 600;
55
+ }
56
+ .ratings-line { display: flex; align-items: center; gap: 20px; font-size: 48px; font-weight: 700; margin: 18px 0; }
57
+ .stars { display: flex; gap: 6px; }
58
+ .subtle { color: #888; font-size: 34px; font-weight: 500; }
59
+ .review-card { padding: 20px 6px 30px; }
60
+ .review-head { display: flex; align-items: center; gap: 18px; }
61
+ .avatar {
62
+ width: 74px; height: 74px; background: #E0E0E0; border: 1px solid #BDBDBD;
63
+ display: flex; justify-content: center; align-items: center; color: #757575; border-radius: 50%;
64
+ font-size: 22px;
65
+ }
66
+ .name-date { display: flex; align-items: baseline; gap: 18px; }
67
+ .name { font-size: 40px; font-weight: 600; }
68
+ .date { font-size: 32px; color: #888; }
69
+ .review-stars { margin: 10px 0; }
70
+ .purchase { font-size: 34px; color: #666; margin-bottom: 12px; }
71
+ .review-text { font-size: 36px; line-height: 1.5; color: #222; }
72
+ .review-actions { display: flex; align-items: center; gap: 32px; margin-top: 22px; font-size: 36px; color: #333; }
73
+ .action-sep { color: #C9C9C9; }
74
+ .floating-cart {
75
+ position: absolute; right: 26px; top: 1520px;
76
+ background: #FFFFFF; border-radius: 50%; box-shadow: 0 6px 16px rgba(0,0,0,0.15);
77
+ width: 160px; height: 160px; display: flex; align-items: center; justify-content: center;
78
+ }
79
+ .cart-badge {
80
+ position: absolute; top: -6px; right: -6px;
81
+ background: #FF7D2C; color: #fff; font-weight: 700; font-size: 30px;
82
+ width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
83
+ box-shadow: 0 4px 8px rgba(0,0,0,0.25);
84
+ }
85
+ .cart-label {
86
+ position: absolute; top: 110px; right: -6px;
87
+ background: #E6FAE9; border: 1px solid #CBEFD0; color: #2DB447;
88
+ font-size: 28px; border-radius: 24px; padding: 8px 12px;
89
+ }
90
+ .cta-area {
91
+ position: absolute; left: 0; right: 0; bottom: 96px;
92
+ background: #fff; border-top: 1px solid #EEE; padding: 24px 32px 32px;
93
+ }
94
+ .cta-info { display: flex; align-items: center; gap: 16px; color: #777; font-size: 34px; margin-bottom: 18px; }
95
+ .cta-btn {
96
+ width: calc(100% - 64px); margin: 0 auto; height: 140px;
97
+ background: #FF7D2C; color: #fff; font-size: 52px; font-weight: 700; border-radius: 70px;
98
+ display: flex; align-items: center; justify-content: center;
99
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2);
100
+ }
101
+ .home-indicator {
102
+ position: absolute; left: 50%; transform: translateX(-50%);
103
+ bottom: 24px; width: 330px; height: 16px; background: #000; border-radius: 8px; opacity: 0.15;
104
+ }
105
+ /* Icon helpers */
106
+ svg { display: block; }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <!-- Status bar -->
112
+ <div class="status-bar">
113
+ <div>4:15</div>
114
+ <div class="status-icons">
115
+ <!-- Signal -->
116
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 17h2v4H3v-4zm4-5h2v9H7v-9zm4-4h2v13h-2V8zm4-5h2v18h-2V3z" fill="#6A6A6A"/></svg>
117
+ <!-- WiFi -->
118
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z" fill="#6A6A6A"/></svg>
119
+ <!-- Battery -->
120
+ <svg width="48" height="40" viewBox="0 0 26 24">
121
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="none" stroke="#6A6A6A" stroke-width="2"/>
122
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#6A6A6A"/>
123
+ <rect x="21" y="9" width="3" height="6" rx="1" fill="#6A6A6A"/>
124
+ </svg>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Top navigation -->
129
+ <div class="top-nav">
130
+ <div class="back-area">
131
+ <!-- Back chevron -->
132
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M15 4L7 12l8 8" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
133
+ </div>
134
+ <div class="tabs">
135
+ <div class="tab active">Overview</div>
136
+ <div class="tab">Reviews</div>
137
+ <div class="tab">Recommended</div>
138
+ </div>
139
+ <div class="nav-actions">
140
+ <!-- Search -->
141
+ <svg width="52" height="52" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg>
142
+ <!-- Share -->
143
+ <svg width="52" height="52" viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.9-3.9L8 8a3 3 0 1 0 0 8l7.1 3.9A3 3 0 1 0 18 16" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="page">
148
+ <div class="content">
149
+ <!-- Shipping -->
150
+ <div class="section">
151
+ <div class="section-header">
152
+ <div class="section-title">
153
+ <!-- Truck icon -->
154
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M1 6h12v8H1V6zm12 3h5l3 3v2h-8V9zM5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" fill="#111"/></svg>
155
+ <span>Shipping</span>
156
+ </div>
157
+ <div class="chev">
158
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
159
+ </div>
160
+ </div>
161
+ <div class="card">
162
+ <div class="row" style="justify-content: space-between;">
163
+ <div class="row">
164
+ <div class="green" style="font-size: 40px; font-weight: 700;">Standard: free on all orders</div>
165
+ </div>
166
+ <div class="muted small">Express: —</div>
167
+ </div>
168
+ <div class="small muted" style="margin-top: 10px;">
169
+ Delivery: Dec 12-20, 81.4% are ≤ 11 days
170
+ </div>
171
+ <div class="small muted" style="margin-top: 8px; display: flex; align-items: center; gap: 14px;">
172
+ Courier company:
173
+ <div class="row" style="gap: 12px;">
174
+ <div style="width: 110px; height: 46px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;">[IMG: USPS]</div>
175
+ <div style="width: 90px; height: 46px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;">[IMG: UPS]</div>
176
+ <div style="width: 110px; height: 46px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;">[IMG: OnTrac]</div>
177
+ <span class="muted small">etc.</span>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Delivery guarantee -->
184
+ <div class="section">
185
+ <div class="section-header">
186
+ <div class="section-title green">
187
+ <!-- Shield/guarantee icon -->
188
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l8 3v6c0 5-4 8-8 11-4-3-8-6-8-11V5l8-3z" fill="none" stroke="#2DB447" stroke-width="2"/></svg>
189
+ <span>Delivery guarantee</span>
190
+ </div>
191
+ <div class="chev">
192
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
193
+ </div>
194
+ </div>
195
+ <div class="wrap">
196
+ <div class="bullet"><svg width="34" height="34" viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5" fill="none" stroke="#2DB447" stroke-width="3" stroke-linecap="round"/></svg> $5.00 Credit for delay</div>
197
+ <div class="bullet"><svg width="34" height="34" viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5" fill="none" stroke="#2DB447" stroke-width="3" stroke-linecap="round"/></svg> Refund if item damaged</div>
198
+ <div class="bullet"><svg width="34" height="34" viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5" fill="none" stroke="#2DB447" stroke-width="3" stroke-linecap="round"/></svg> Refund if package lost</div>
199
+ <div class="bullet"><svg width="34" height="34" viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5" fill="none" stroke="#2DB447" stroke-width="3" stroke-linecap="round"/></svg> 30-Day undelivered refund</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Returns / Price adjustment -->
204
+ <div class="section">
205
+ <div class="link-row">
206
+ <div class="row">
207
+ <!-- Return icon -->
208
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M4 12l4-4v3h9v2H8v3l-4-4z" fill="#111"/></svg>
209
+ <span>Free returns • Price adjustment</span>
210
+ </div>
211
+ <div class="chev">
212
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Sustainability -->
218
+ <div class="section">
219
+ <div class="link-row">
220
+ <div class="row green" style="font-weight:700;">
221
+ <!-- Leaf icon -->
222
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M12 2c6 2 9 7 7 12-2 5-9 8-13 5S1 10 6 6s6-4 6-4z" fill="none" stroke="#2DB447" stroke-width="2"/></svg>
223
+ <span>Sustainability at Temu</span>
224
+ </div>
225
+ <div class="muted" style="display:flex; align-items:center; gap:10px;">
226
+ <span>2M+ trees</span>
227
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="divider"></div>
233
+
234
+ <!-- Shopping security -->
235
+ <div class="section">
236
+ <div class="section-header">
237
+ <div class="section-title">
238
+ <!-- Shield icon -->
239
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l8 3v6c0 5-4 8-8 11-4-3-8-6-8-11V5l8-3z" fill="none" stroke="#111" stroke-width="2"/></svg>
240
+ <span>Shopping security</span>
241
+ </div>
242
+ <div class="chev">
243
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
244
+ </div>
245
+ </div>
246
+ <div class="wrap">
247
+ <div class="bullet">• Safe Payment Options</div>
248
+ <div class="bullet">• Secure logistics</div>
249
+ <div class="bullet">• Secure privacy</div>
250
+ <div class="bullet">• Purchase protection</div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="divider"></div>
255
+
256
+ <!-- Item reviews and ratings -->
257
+ <div class="section">
258
+ <div style="font-size: 42px; font-weight: 700; margin-bottom: 12px;">Item reviews and shop ratings</div>
259
+ <div class="ratings-line">
260
+ <span>4.7</span>
261
+ <div class="stars">
262
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
263
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
264
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
265
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
266
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
267
+ </div>
268
+ <span class="subtle">(1,757 shop ratings)</span>
269
+ </div>
270
+
271
+ <div class="section-header" style="margin-top: 8px;">
272
+ <div style="font-size: 42px; font-weight: 700;">Item reviews</div>
273
+ <div class="row" style="gap: 12px; color:#2F2F2F;">
274
+ <span class="subtle">See all</span>
275
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="soft-green" style="margin: 20px 0;">
280
+ <!-- Verified icon -->
281
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#2DB447" stroke-width="2"/><path d="M17 9l-6 6-3-3" fill="none" stroke="#2DB447" stroke-width="2" stroke-linecap="round"/></svg>
282
+ <span>All reviews are from verified purchases</span>
283
+ </div>
284
+
285
+ <div class="review-card">
286
+ <div class="review-head">
287
+ <div class="avatar">[IMG: User Avatar]</div>
288
+ <div class="name-date">
289
+ <div class="name">いはらさき</div>
290
+ <div class="date">on Dec 4, 2023</div>
291
+ </div>
292
+ </div>
293
+ <div class="review-stars">
294
+ <div class="stars">
295
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
296
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
297
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
298
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
299
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-6 4 2 7-6-4-6 4 2-7-6-4h7l3-7z" fill="#111"/></svg>
300
+ </div>
301
+ </div>
302
+ <div class="purchase">Purchase: Xiao Yuan Zhuo</div>
303
+ <div class="review-text">
304
+ It's a mess, but it's a good feeling! I'm grateful that it comes with screws and a Phillips screwdriver!
305
+ </div>
306
+ <div class="review-actions">
307
+ <!-- Globe icon -->
308
+ <div class="row">
309
+ <svg width="38" height="38" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#111" stroke-width="2"/><path d="M3 12h18M12 3a14 14 0 0 0 0 18M12 3a14 14 0 0 1 0 18" fill="none" stroke="#111" stroke-width="1.5"/></svg>
310
+ <span>See original</span>
311
+ </div>
312
+ <span class="action-sep">|</span>
313
+ <!-- Share icon -->
314
+ <div class="row">
315
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.9-3.9L8 8a3 3 0 1 0 0 8l7.1 3.9A3 3 0 1 0 18 16" fill="none" stroke="#111" stroke-width="2"/></svg>
316
+ <span>Share</span>
317
+ </div>
318
+ <span class="action-sep">|</span>
319
+ <!-- Thumb up -->
320
+ <div class="row">
321
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M2 10h4v10H2V10zm6 10h8a2 2 0 0 0 2-2v-7h-5l1-5-6 5v9z" fill="none" stroke="#111" stroke-width="2"/></svg>
322
+ <span>Helpful</span>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Floating cart bubble -->
330
+ <div class="floating-cart">
331
+ <div class="cart-badge">1</div>
332
+ <div style="display:flex; flex-direction:column; align-items:center; gap:8px;">
333
+ <!-- Cart icon -->
334
+ <svg width="62" height="62" viewBox="0 0 24 24"><path d="M3 4h2l2 10h10l2-7H7" fill="none" stroke="#2DB447" stroke-width="2" stroke-linecap="round"/><circle cx="9" cy="19" r="2" fill="#2DB447"/><circle cx="17" cy="19" r="2" fill="#2DB447"/></svg>
335
+ <div style="color:#2DB447; font-weight:800; font-size:32px;">Cart</div>
336
+ </div>
337
+ <div class="cart-label">1 low in stock</div>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Bottom CTA -->
342
+ <div class="cta-area">
343
+ <div class="cta-info">
344
+ <!-- Like icon -->
345
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M2 10h4v10H2V10zm6 10h8a2 2 0 0 0 2-2v-7h-5l1-5-6 5v9z" fill="none" stroke="#777" stroke-width="2"/></svg>
346
+ <span>5 people purchased 2+ times</span>
347
+ </div>
348
+ <div class="cta-btn">Add to cart</div>
349
+ </div>
350
+
351
+ <!-- Home indicator -->
352
+ <div class="home-indicator"></div>
353
+ </div>
354
+ </body>
355
+ </html>
code/7577/7577_3.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Reviews UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Utility */
16
+ .row { display: flex; align-items: center; }
17
+ .space-between { justify-content: space-between; }
18
+ .center { justify-content: center; }
19
+ .muted { color: #777; }
20
+ .small { font-size: 28px; }
21
+ .tiny { font-size: 24px; }
22
+ .hairline { height: 1px; background: #e6e6e6; }
23
+ .section { padding: 0 48px; }
24
+ .btn-pill {
25
+ padding: 22px 38px; border: 1px solid #d8d8d8; border-radius: 40px; background: #fff; font-weight: 600;
26
+ }
27
+ .star-line { font-size: 46px; letter-spacing: 6px; }
28
+ .avatar {
29
+ width: 84px; height: 84px; border-radius: 42px; background: #E0E0E0; border: 1px solid #BDBDBD;
30
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; margin-right: 22px;
31
+ overflow: hidden;
32
+ }
33
+ .image-placeholder {
34
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
35
+ display: inline-flex; align-items: center; justify-content: center; font-size: 22px; border-radius: 12px;
36
+ }
37
+
38
+ /* Status bar */
39
+ .status-bar { height: 96px; padding: 0 36px; }
40
+ .status-time { font-size: 34px; font-weight: 600; }
41
+ .status-icons svg { margin-left: 22px; }
42
+
43
+ /* Header with tabs */
44
+ .header { height: 128px; padding: 0 24px; }
45
+ .tabs { gap: 60px; font-size: 40px; font-weight: 700; }
46
+ .tab { color: #777; }
47
+ .tab.active { color: #000; position: relative; }
48
+ .tab.active::after {
49
+ content: ""; position: absolute; left: 12px; right: 12px; bottom: -22px;
50
+ height: 10px; background: #000; border-radius: 6px;
51
+ }
52
+
53
+ /* Ratings */
54
+ .ratings-title { font-size: 54px; font-weight: 800; margin-top: 24px; }
55
+ .ratings-block { padding-top: 12px; padding-bottom: 24px; }
56
+ .ratings-score { font-size: 48px; font-weight: 800; margin: 24px 0; }
57
+
58
+ /* Verified banner */
59
+ .verified-banner {
60
+ margin-top: 18px; background: #e8f6ea; border-radius: 16px; padding: 22px 26px;
61
+ display: flex; align-items: center; gap: 18px; color: #2a6e32; font-weight: 700; font-size: 32px;
62
+ }
63
+ .verified-icon {
64
+ width: 56px; height: 56px; background: #2ecc71; border-radius: 12px; display: flex; align-items: center; justify-content: center;
65
+ }
66
+
67
+ /* Review card */
68
+ .review { padding: 34px 0; }
69
+ .review .name-line { font-weight: 700; font-size: 36px; }
70
+ .review .date { margin-left: 12px; color: #777; font-weight: 500; font-size: 28px; }
71
+ .review .purchase { margin-top: 10px; color: #777; font-size: 30px; }
72
+ .review .text { margin-top: 14px; font-size: 34px; line-height: 1.4; }
73
+ .review .actions { margin-top: 22px; gap: 30px; color: #333; }
74
+ .action { display: inline-flex; align-items: center; gap: 12px; font-size: 32px; }
75
+ .dots { letter-spacing: 16px; font-size: 40px; }
76
+
77
+ /* Shop card */
78
+ .shop-card { padding: 36px 0; }
79
+ .shop-name { font-size: 42px; font-weight: 800; }
80
+ .shop-meta { margin-top: 12px; color: #666; font-size: 32px; }
81
+ .shop-actions { margin-top: 26px; gap: 24px; }
82
+ .shop-rating { font-size: 36px; font-weight: 800; }
83
+
84
+ /* Product details */
85
+ .details { padding-top: 18px; padding-bottom: 180px; }
86
+ .details-title { font-size: 46px; font-weight: 800; }
87
+ .details-right { color: #777; font-size: 34px; }
88
+ .detail-row { margin-top: 22px; font-size: 34px; color: #333; }
89
+ .see-all { margin-top: 22px; color: #2a74ff; font-weight: 700; }
90
+
91
+ /* Cart badge */
92
+ .stock-badge {
93
+ position: absolute; right: 36px; top: 18px; display: flex; flex-direction: column; align-items: center;
94
+ }
95
+ .badge-circle {
96
+ width: 160px; height: 160px; border: 10px solid #29c35a; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center;
97
+ color: #29c35a; font-weight: 800; background: #fff;
98
+ }
99
+ .badge-circle .bubble {
100
+ position: absolute; right: -6px; top: -12px; background: #ff7a00; color: #fff; font-weight: 800; border-radius: 26px; padding: 8px 16px; font-size: 30px;
101
+ }
102
+ .badge-sub { margin-top: 8px; font-size: 28px; color: #29c35a; font-weight: 700; }
103
+
104
+ /* Bottom CTA */
105
+ .cta { position: absolute; left: 0; right: 0; bottom: 72px; padding: 0 36px; }
106
+ .cta .note { color: #2a6e32; display: flex; align-items: center; gap: 14px; font-size: 34px; margin: 10px 18px; }
107
+ .cta .button {
108
+ margin-top: 18px; background: #f0772a; color: #fff; font-weight: 800; font-size: 42px; text-align: center;
109
+ padding: 36px 0; border-radius: 70px;
110
+ }
111
+ .home-indicator { position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; width: 360px; height: 12px; background: #d8d8d8; border-radius: 6px; }
112
+
113
+ /* Icons shared style */
114
+ svg { display: inline-block; }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Status bar -->
121
+ <div class="status-bar row space-between">
122
+ <div class="status-time">4:15</div>
123
+ <div class="status-icons row">
124
+ <!-- Simple sun icon -->
125
+ <svg width="36" height="36" viewBox="0 0 36 36">
126
+ <circle cx="18" cy="18" r="8" fill="#999"></circle>
127
+ <circle cx="18" cy="3" r="2" fill="#999"></circle>
128
+ <circle cx="18" cy="33" r="2" fill="#999"></circle>
129
+ <circle cx="3" cy="18" r="2" fill="#999"></circle>
130
+ <circle cx="33" cy="18" r="2" fill="#999"></circle>
131
+ </svg>
132
+ <!-- Signal icon -->
133
+ <svg width="36" height="36" viewBox="0 0 36 36">
134
+ <rect x="6" y="20" width="4" height="10" fill="#777"></rect>
135
+ <rect x="12" y="16" width="4" height="14" fill="#777"></rect>
136
+ <rect x="18" y="12" width="4" height="18" fill="#777"></rect>
137
+ <rect x="24" y="8" width="4" height="22" fill="#777"></rect>
138
+ </svg>
139
+ <!-- Battery icon -->
140
+ <svg width="48" height="36" viewBox="0 0 48 36">
141
+ <rect x="2" y="8" width="38" height="20" rx="4" fill="none" stroke="#777" stroke-width="2"></rect>
142
+ <rect x="6" y="12" width="30" height="12" fill="#777"></rect>
143
+ <rect x="42" y="14" width="4" height="8" fill="#777"></rect>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Header with tabs and actions -->
149
+ <div class="header row space-between section">
150
+ <div class="row" style="gap:20px;">
151
+ <!-- Back icon -->
152
+ <svg width="44" height="44" viewBox="0 0 44 44">
153
+ <path d="M26 8 L14 22 L26 36" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
154
+ </svg>
155
+ <div class="tabs row">
156
+ <div class="tab">Overview</div>
157
+ <div class="tab active">Reviews</div>
158
+ <div class="tab">Recommended</div>
159
+ </div>
160
+ </div>
161
+ <div class="row" style="gap:28px; padding-right:12px;">
162
+ <!-- Search icon -->
163
+ <svg width="44" height="44" viewBox="0 0 44 44">
164
+ <circle cx="18" cy="18" r="12" stroke="#000" stroke-width="4" fill="none"></circle>
165
+ <line x1="30" y1="30" x2="40" y2="40" stroke="#000" stroke-width="4" stroke-linecap="round"></line>
166
+ </svg>
167
+ <!-- Share icon -->
168
+ <svg width="44" height="44" viewBox="0 0 44 44">
169
+ <path d="M16 24 L32 12 M32 12 L28 12 M32 12 L32 16" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round"></path>
170
+ <circle cx="12" cy="28" r="6" stroke="#000" stroke-width="3" fill="none"></circle>
171
+ <circle cx="32" cy="10" r="6" stroke="#000" stroke-width="3" fill="none"></circle>
172
+ <circle cx="34" cy="32" r="6" stroke="#000" stroke-width="3" fill="none"></circle>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ <div class="hairline"></div>
177
+
178
+ <!-- Ratings section -->
179
+ <div class="section ratings-block">
180
+ <div class="ratings-title">Item reviews and shop ratings</div>
181
+ <div class="ratings-score">4.7 ★★★★★ <span class="muted small">(1,757 shop ratings)</span></div>
182
+ <div class="hairline"></div>
183
+ <div class="row space-between" style="margin-top: 32px;">
184
+ <div style="font-size:42px; font-weight:800;">Item reviews</div>
185
+ <div class="muted small">See all ›</div>
186
+ </div>
187
+
188
+ <!-- Verified banner -->
189
+ <div class="verified-banner">
190
+ <div class="verified-icon">
191
+ <svg width="36" height="36" viewBox="0 0 36 36">
192
+ <path d="M18 4 L30 10 V20 C30 25 24 30 18 32 C12 30 6 25 6 20 V10 Z" fill="#ffffff"></path>
193
+ <path d="M12 18 L16 22 L24 14" stroke="#2ecc71" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
194
+ </svg>
195
+ </div>
196
+ <div>All reviews are from verified purchases</div>
197
+ </div>
198
+
199
+ <!-- Review 1 -->
200
+ <div class="review">
201
+ <div class="row">
202
+ <div class="avatar">[IMG: Avatar]</div>
203
+ <div>
204
+ <div class="name-line">いはらさき <span class="date">on Dec 4, 2023</span></div>
205
+ <div class="star-line">★★★★★</div>
206
+ <div class="purchase">Purchase: Xiao Yuan Zhuo</div>
207
+ <div class="text">It's a mess, but it's a good feeling! I'm grateful that it comes with screws and a Phillips screwdriver!</div>
208
+ <div class="actions row">
209
+ <div class="action">
210
+ <!-- Globe icon -->
211
+ <svg width="34" height="34" viewBox="0 0 34 34">
212
+ <circle cx="17" cy="17" r="14" stroke="#000" stroke-width="3" fill="none"></circle>
213
+ <path d="M3 17 H31 M17 3 V31" stroke="#000" stroke-width="2" fill="none"></path>
214
+ </svg>
215
+ <span>See original</span>
216
+ </div>
217
+ <div class="action">
218
+ <!-- Share -->
219
+ <svg width="34" height="34" viewBox="0 0 34 34">
220
+ <path d="M12 18 L24 10" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round"></path>
221
+ <circle cx="10" cy="22" r="5" stroke="#000" stroke-width="2" fill="none"></circle>
222
+ <circle cx="24" cy="10" r="5" stroke="#000" stroke-width="2" fill="none"></circle>
223
+ </svg>
224
+ <span>Share</span>
225
+ </div>
226
+ <div class="action">
227
+ <!-- Thumb up -->
228
+ <svg width="34" height="34" viewBox="0 0 34 34">
229
+ <path d="M12 28 H6 V16 H12 V28 Z M12 16 L18 8 C19 7 22 8 22 10 V16 H28 C29 16 30 17 30 18 L28 26 C28 27 27 28 26 28 H14 C13 28 12 27 12 26 V16 Z" fill="none" stroke="#000" stroke-width="2"></path>
230
+ </svg>
231
+ <span>Helpful (2)</span>
232
+ </div>
233
+ <div class="dots">•••</div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="hairline"></div>
240
+
241
+ <!-- Review 2 -->
242
+ <div class="review">
243
+ <div class="row">
244
+ <div class="avatar" style="background:#f0d5b8; color:#a8612f;">D</div>
245
+ <div>
246
+ <div class="name-line">Daniela Campos Pérez <span class="date">on Dec 2, 2023</span></div>
247
+ <div class="star-line">★★★★☆</div>
248
+ <div class="purchase">Purchase: Xiao Yuan Zhuo</div>
249
+ <div class="row" style="gap:14px; margin-top:10px;">
250
+ <!-- Photo icon before text -->
251
+ <svg width="40" height="40" viewBox="0 0 40 40">
252
+ <rect x="4" y="8" width="32" height="24" rx="4" stroke="#000" stroke-width="2" fill="none"></rect>
253
+ <circle cx="14" cy="18" r="4" stroke="#000" stroke-width="2" fill="none"></circle>
254
+ <path d="M14 24 L20 20 L28 26" stroke="#000" stroke-width="2" fill="none"></path>
255
+ </svg>
256
+ <div class="text">a Little bit smaller thank I thought, the material it's a convination between cardboard and plastic, it's definetly recicled mate<span class="muted">... See more</span></div>
257
+ </div>
258
+ <div class="actions row">
259
+ <div class="action">
260
+ <svg width="34" height="34" viewBox="0 0 34 34">
261
+ <path d="M12 18 L24 10" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round"></path>
262
+ <circle cx="10" cy="22" r="5" stroke="#000" stroke-width="2" fill="none"></circle>
263
+ <circle cx="24" cy="10" r="5" stroke="#000" stroke-width="2" fill="none"></circle>
264
+ </svg>
265
+ <span>Share</span>
266
+ </div>
267
+ <div class="action">
268
+ <svg width="34" height="34" viewBox="0 0 34 34">
269
+ <path d="M12 28 H6 V16 H12 V28 Z M12 16 L18 8 C19 7 22 8 22 10 V16 H28 C29 16 30 17 30 18 L28 26 C28 27 27 28 26 28 H14 C13 28 12 27 12 26 V16 Z" fill="none" stroke="#000" stroke-width="2"></path>
270
+ </svg>
271
+ <span>Helpful (10)</span>
272
+ </div>
273
+ <div class="dots">•••</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ </div>
280
+
281
+ <div class="hairline"></div>
282
+
283
+ <!-- Shop card -->
284
+ <div class="section shop-card">
285
+ <div class="row space-between">
286
+ <div class="row" style="gap:22px;">
287
+ <div class="avatar" style="border-radius: 20px;">[IMG: Shop Avatar]</div>
288
+ <div>
289
+ <div class="shop-name">BINGMIDO</div>
290
+ <div class="shop-meta">129 Followers • 14K+ Sold • 19 Items</div>
291
+ <div class="shop-actions row">
292
+ <div class="btn-pill">♡ Follow</div>
293
+ <div class="btn-pill">Shop all items</div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ <div class="shop-rating">4.7 ★★★★★</div>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="hairline"></div>
302
+
303
+ <!-- Product details -->
304
+ <div class="section details" style="position: relative;">
305
+ <div class="row space-between">
306
+ <div class="details-title">Product details</div>
307
+ <div class="details-right">♡ Save | Report</div>
308
+ </div>
309
+
310
+ <div class="detail-row"><span class="muted">Style:</span> Casual</div>
311
+ <div class="detail-row"><span class="muted">Base Type:</span> Pedestal</div>
312
+ <div class="detail-row"><span class="muted">Feature:</span> Other Features</div>
313
+ <div class="see-all">See all ›</div>
314
+
315
+ <!-- Cart stock badge on the right -->
316
+ <div class="stock-badge">
317
+ <div class="badge-circle">
318
+ <div class="bubble">1</div>
319
+ Cart
320
+ </div>
321
+ <div class="badge-sub">1 low in stock</div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Bottom CTA -->
326
+ <div class="cta">
327
+ <div class="note">
328
+ <svg width="34" height="34" viewBox="0 0 34 34">
329
+ <circle cx="17" cy="17" r="16" fill="#2ecc71"></circle>
330
+ <path d="M10 17 L15 22 L24 12" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
331
+ </svg>
332
+ <span>Add this item and get it soon!</span>
333
+ </div>
334
+ <div class="button">Add to cart</div>
335
+ </div>
336
+
337
+ <div class="home-indicator"></div>
338
+
339
+ </div>
340
+ </body>
341
+ </html>
code/7578/7578_1.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>IKEA Search - Hammer</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 36px;
21
+ right: 36px;
22
+ height: 60px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #3a3a3a;
27
+ font-size: 38px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ gap: 30px;
33
+ align-items: center;
34
+ }
35
+
36
+ /* Back arrow */
37
+ .back-btn {
38
+ position: absolute;
39
+ top: 140px;
40
+ left: 56px;
41
+ width: 72px;
42
+ height: 72px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+
48
+ /* Title */
49
+ .title {
50
+ position: absolute;
51
+ top: 280px;
52
+ left: 44px;
53
+ font-size: 72px;
54
+ font-weight: 700;
55
+ color: #1b1b1b;
56
+ letter-spacing: -0.5px;
57
+ }
58
+
59
+ /* Filter chips */
60
+ .chips {
61
+ position: absolute;
62
+ top: 420px;
63
+ left: 44px;
64
+ display: flex;
65
+ gap: 36px;
66
+ }
67
+ .chip {
68
+ padding: 28px 44px;
69
+ border-radius: 100px;
70
+ border: 2px solid #dcdcdc;
71
+ background: #f3f3f3;
72
+ color: #333;
73
+ font-size: 40px;
74
+ }
75
+ .chip.active {
76
+ background: #ffffff;
77
+ border: 4px solid #111;
78
+ font-weight: 700;
79
+ }
80
+
81
+ /* Wishlist heart near image */
82
+ .wishlist {
83
+ position: absolute;
84
+ top: 610px;
85
+ left: 410px;
86
+ width: 54px;
87
+ height: 54px;
88
+ }
89
+ .wishlist svg { width: 54px; height: 54px; stroke: #9b9b9b; fill: none; stroke-width: 6px; }
90
+
91
+ /* Product image placeholder */
92
+ .product-img {
93
+ position: absolute;
94
+ top: 700px;
95
+ left: 160px;
96
+ width: 280px;
97
+ height: 420px;
98
+ background: #E0E0E0;
99
+ border: 1px solid #BDBDBD;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #757575;
104
+ font-size: 32px;
105
+ text-align: center;
106
+ border-radius: 6px;
107
+ }
108
+
109
+ /* Product text */
110
+ .product-title {
111
+ position: absolute;
112
+ top: 1150px;
113
+ left: 44px;
114
+ font-size: 46px;
115
+ font-weight: 800;
116
+ color: #111;
117
+ }
118
+ .product-sub {
119
+ position: absolute;
120
+ top: 1220px;
121
+ left: 44px;
122
+ font-size: 40px;
123
+ color: #545454;
124
+ }
125
+ .price {
126
+ position: absolute;
127
+ top: 1320px;
128
+ left: 44px;
129
+ font-size: 66px;
130
+ font-weight: 800;
131
+ color: #111;
132
+ }
133
+
134
+ /* Add to cart floating button */
135
+ .add-cart {
136
+ position: absolute;
137
+ top: 1350px;
138
+ left: 440px;
139
+ width: 150px;
140
+ height: 150px;
141
+ background: #0058A3;
142
+ border-radius: 50%;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
147
+ }
148
+ .add-cart svg { width: 80px; height: 80px; }
149
+
150
+ /* Divider line below product */
151
+ .divider {
152
+ position: absolute;
153
+ top: 1560px;
154
+ left: 44px;
155
+ right: 44px;
156
+ height: 1px;
157
+ background: #eaeaea;
158
+ }
159
+
160
+ /* Bottom nav bar */
161
+ .bottom-nav {
162
+ position: absolute;
163
+ bottom: 0;
164
+ left: 0;
165
+ width: 1080px;
166
+ height: 180px;
167
+ border-top: 1px solid #e6e6e6;
168
+ background: #ffffff;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: space-around;
172
+ }
173
+ .nav-item {
174
+ display: flex;
175
+ flex-direction: column;
176
+ align-items: center;
177
+ gap: 10px;
178
+ }
179
+ .nav-item svg { width: 64px; height: 64px; }
180
+ .icon-grey { stroke: #b0b0b0; fill: none; stroke-width: 6px; }
181
+ .icon-active { stroke: #111111; fill: none; stroke-width: 6px; }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+
187
+ <!-- Status bar -->
188
+ <div class="status-bar">
189
+ <div>12:43&nbsp;&nbsp;&nbsp;34°</div>
190
+ <div class="status-right">
191
+ <!-- WiFi -->
192
+ <svg width="52" height="52" viewBox="0 0 52 52">
193
+ <path d="M6 18c8-6 32-6 40 0" stroke="#6b6b6b" stroke-width="4" fill="none" stroke-linecap="round"/>
194
+ <path d="M12 26c6-4 20-4 28 0" stroke="#6b6b6b" stroke-width="4" fill="none" stroke-linecap="round"/>
195
+ <circle cx="26" cy="34" r="4" fill="#6b6b6b"/>
196
+ </svg>
197
+ <!-- Battery -->
198
+ <svg width="70" height="52" viewBox="0 0 70 52">
199
+ <rect x="6" y="10" width="54" height="32" rx="6" stroke="#6b6b6b" stroke-width="4" fill="none"/>
200
+ <rect x="10" y="14" width="40" height="24" fill="#6b6b6b"/>
201
+ <rect x="62" y="18" width="6" height="16" fill="#6b6b6b"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Back button -->
207
+ <div class="back-btn">
208
+ <svg width="64" height="64" viewBox="0 0 64 64">
209
+ <path d="M38 12 L18 32 L38 52" stroke="#222" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
210
+ </svg>
211
+ </div>
212
+
213
+ <!-- Title -->
214
+ <div class="title">"hammer"</div>
215
+
216
+ <!-- Filter chips -->
217
+ <div class="chips">
218
+ <div class="chip active">Best match</div>
219
+ <div class="chip">Category</div>
220
+ </div>
221
+
222
+ <!-- Wishlist heart -->
223
+ <div class="wishlist">
224
+ <svg viewBox="0 0 64 64">
225
+ <path d="M32 52s-14-9-20-18c-6-9 2-18 10-16 6 1 10 8 10 8s4-7 10-8c8-2 16 7 10 16-6 9-20 18-20 18z"/>
226
+ </svg>
227
+ </div>
228
+
229
+ <!-- Product image -->
230
+ <div class="product-img">[IMG: Meat hammer, black]</div>
231
+
232
+ <!-- Product text -->
233
+ <div class="product-title">IKEA 365+ VÄRDEFULL</div>
234
+ <div class="product-sub">Meat hammer, black</div>
235
+ <div class="price">Rs. 399</div>
236
+
237
+ <!-- Add to cart floating button -->
238
+ <div class="add-cart">
239
+ <svg viewBox="0 0 100 100">
240
+ <!-- Basket -->
241
+ <path d="M18 38h64l-8 36H26L18 38z" fill="none" stroke="#ffffff" stroke-width="6" stroke-linejoin="round"/>
242
+ <path d="M34 38l-8-16M66 38l8-16" stroke="#ffffff" stroke-width="6" stroke-linecap="round" fill="none"/>
243
+ <!-- Plus -->
244
+ <path d="M50 22v18M41 31h18" stroke="#ffffff" stroke-width="6" stroke-linecap="round"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <div class="divider"></div>
249
+
250
+ <!-- Bottom navigation bar -->
251
+ <div class="bottom-nav">
252
+ <div class="nav-item">
253
+ <svg viewBox="0 0 64 64">
254
+ <path class="icon-grey" d="M8 30 L32 12 L56 30 V54 H40 V40 H24 V54 H8 Z"/>
255
+ </svg>
256
+ </div>
257
+ <div class="nav-item">
258
+ <svg viewBox="0 0 64 64">
259
+ <circle class="icon-active" cx="28" cy="28" r="16"/>
260
+ <path class="icon-active" d="M42 42 L56 56"/>
261
+ </svg>
262
+ </div>
263
+ <div class="nav-item">
264
+ <svg viewBox="0 0 64 64">
265
+ <circle class="icon-grey" cx="32" cy="22" r="10"/>
266
+ <path class="icon-grey" d="M12 54c4-10 36-10 40 0" />
267
+ </svg>
268
+ </div>
269
+ <div class="nav-item">
270
+ <svg viewBox="0 0 64 64">
271
+ <path class="icon-grey" d="M32 54s-12-8-18-16c-6-8 2-16 9-14 6 2 9 8 9 8s3-6 9-8c7-2 15 6 9 14-6 8-18 16-18 16z"/>
272
+ </svg>
273
+ </div>
274
+ <div class="nav-item">
275
+ <svg viewBox="0 0 64 64">
276
+ <path class="icon-grey" d="M10 14h10l6 30h24l6-20H22" stroke-width="6" stroke-linejoin="round"/>
277
+ <circle cx="28" cy="54" r="4" fill="#b0b0b0"/>
278
+ <circle cx="48" cy="54" r="4" fill="#b0b0b0"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/7578/7578_2.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>IKEA Product Page Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #FFFFFF; color: #111;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: relative;
16
+ height: 120px;
17
+ padding: 24px 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-weight: 600; color: #333;
20
+ letter-spacing: 0.5px;
21
+ }
22
+ .status-left { display:flex; align-items:center; gap: 24px; font-size: 40px; }
23
+ .status-right { display:flex; align-items:center; gap: 24px; }
24
+ .icon { width: 44px; height: 44px; }
25
+ .battery { width: 64px; height: 32px; }
26
+
27
+ /* Back + top actions */
28
+ .back-btn {
29
+ position: absolute; top: 150px; left: 40px;
30
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center;
31
+ cursor: pointer;
32
+ }
33
+ .top-actions {
34
+ position: absolute; top: 150px; right: 40px; display:flex; gap: 40px;
35
+ }
36
+
37
+ /* Product image area */
38
+ .product-visual {
39
+ width: 800px; height: 1050px;
40
+ margin: 60px auto 0;
41
+ background:#E0E0E0; border:1px solid #BDBDBD;
42
+ display:flex; align-items:center; justify-content:center;
43
+ color:#757575; font-size:40px;
44
+ }
45
+
46
+ /* Divider below image (subtle progress-like line) */
47
+ .image-divider-wrap { width: 100%; padding: 24px 40px; }
48
+ .image-divider {
49
+ height: 8px; background:#111; width: 320px; border-radius: 4px;
50
+ }
51
+
52
+ /* Product details */
53
+ .details { padding: 16px 40px 0; }
54
+ .title { font-size: 54px; font-weight: 700; margin-top: 40px; }
55
+ .subtitle { font-size: 40px; color: #333; margin-top: 16px; }
56
+ .price { font-size: 74px; font-weight: 800; margin-top: 40px; }
57
+
58
+ .section-title { font-size: 52px; font-weight: 800; margin-top: 40px; }
59
+ .reviews-row {
60
+ margin-top: 20px; padding: 20px 0;
61
+ display:flex; align-items:center; justify-content:space-between;
62
+ }
63
+ .reviews-label { font-size: 40px; }
64
+ .stars { display:flex; align-items:center; gap: 10px; }
65
+ .star { width: 42px; height: 42px; }
66
+ .rating-count { font-size: 36px; color:#333; margin-left: 8px; }
67
+
68
+ .cta {
69
+ margin: 24px 0; width: 100%;
70
+ display:flex; justify-content:center;
71
+ }
72
+ .btn {
73
+ width: 1000px; height: 120px; border-radius: 60px;
74
+ background:#005AA3; color:#fff; font-size:44px; font-weight:800;
75
+ display:flex; align-items:center; justify-content:center;
76
+ }
77
+
78
+ .product-size-row {
79
+ display:flex; align-items:center; justify-content:space-between;
80
+ padding: 16px 0; margin: 8px 0 40px;
81
+ }
82
+ .product-size-label { font-size: 38px; }
83
+
84
+ /* Bottom nav */
85
+ .bottom-nav {
86
+ position: absolute; left:0; bottom:0; width:100%; height: 160px;
87
+ border-top: 1px solid #E5E5E5; background:#fff;
88
+ display:flex; align-items:center; justify-content:space-around;
89
+ }
90
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap: 12px; color:#666; font-size:28px; }
91
+ .nav-icon { width: 64px; height: 64px; }
92
+
93
+ /* Small love/share icons styling */
94
+ .round-icon {
95
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status Bar -->
103
+ <div class="status-bar">
104
+ <div class="status-left">
105
+ <div>12:44</div>
106
+ <div style="font-weight:500; color:#666;">34°</div>
107
+ </div>
108
+ <div class="status-right">
109
+ <!-- WiFi -->
110
+ <svg class="icon" viewBox="0 0 24 24">
111
+ <path d="M12 18a2 2 0 1 0 .001 3.999A2 2 0 0 0 12 18zm-6.5-6.5a10 10 0 0 1 13 0l-1.6 1.6a8 8 0 0 0-9.8 0L5.5 11.5zm-3-3a14 14 0 0 1 19 0l-1.6 1.6a12 12 0 0 0-15.8 0L2 8z" fill="#111"/>
112
+ </svg>
113
+ <!-- Battery -->
114
+ <svg class="battery" viewBox="0 0 32 16">
115
+ <rect x="1" y="3" width="26" height="10" rx="2" ry="2" fill="none" stroke="#111" stroke-width="2"/>
116
+ <rect x="28" y="6" width="3" height="4" rx="1" fill="#111"/>
117
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#111"/>
118
+ </svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Back button -->
123
+ <div class="back-btn">
124
+ <svg class="icon" viewBox="0 0 24 24">
125
+ <path d="M15 18L9 12l6-6" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
126
+ </svg>
127
+ </div>
128
+
129
+ <!-- Top actions (Share + Wishlist) -->
130
+ <div class="top-actions">
131
+ <div class="round-icon">
132
+ <!-- Share -->
133
+ <svg class="icon" viewBox="0 0 24 24">
134
+ <circle cx="18" cy="5" r="3" fill="none" stroke="#111" stroke-width="2"/>
135
+ <circle cx="6" cy="12" r="3" fill="none" stroke="#111" stroke-width="2"/>
136
+ <circle cx="18" cy="19" r="3" fill="none" stroke="#111" stroke-width="2"/>
137
+ <path d="M8.7 11l6-3.5M8.7 13l6 3.5" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
138
+ </svg>
139
+ </div>
140
+ <div class="round-icon">
141
+ <!-- Heart outline -->
142
+ <svg class="icon" viewBox="0 0 24 24">
143
+ <path d="M12 21s-6.7-4.3-9.2-7.2C1 12.1 1 9.3 3 7.7a5 5 0 0 1 7 0l2 2 2-2a5 5 0 0 1 7 0c2 1.6 2 4.4.2 6.1C18.7 16.7 12 21 12 21z" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Product visual -->
149
+ <div class="product-visual">[IMG: Meat hammer, black]</div>
150
+
151
+ <!-- Divider below image to mimic screenshot -->
152
+ <div class="image-divider-wrap">
153
+ <div class="image-divider"></div>
154
+ </div>
155
+
156
+ <!-- Product details -->
157
+ <div class="details">
158
+ <div class="title">IKEA 365+ VÄRDEFULL</div>
159
+ <div class="subtitle">meat hammer, black</div>
160
+ <div class="price">Rs. 399</div>
161
+
162
+ <div class="section-title">Product information</div>
163
+
164
+ <div class="reviews-row">
165
+ <div class="reviews-label">Reviews</div>
166
+ <div class="stars">
167
+ <!-- 5 stars -->
168
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 5 1.2 7.1L12 18l-6.4 3.6 1.2-7.1-5.1-5 7.1-1L12 2z" fill="#111"/></svg>
169
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 5 1.2 7.1L12 18l-6.4 3.6 1.2-7.1-5.1-5 7.1-1L12 2z" fill="#111"/></svg>
170
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 5 1.2 7.1L12 18l-6.4 3.6 1.2-7.1-5.1-5 7.1-1L12 2z" fill="#111"/></svg>
171
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 5 1.2 7.1L12 18l-6.4 3.6 1.2-7.1-5.1-5 7.1-1L12 2z" fill="#111"/></svg>
172
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 5 1.2 7.1L12 18l-6.4 3.6 1.2-7.1-5.1-5 7.1-1L12 2z" fill="#111"/></svg>
173
+ <span class="rating-count">(26)</span>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="cta">
178
+ <div class="btn">Add to bag</div>
179
+ </div>
180
+
181
+ <div class="product-size-row">
182
+ <div class="product-size-label">Product size</div>
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Bottom navigation -->
190
+ <div class="bottom-nav">
191
+ <div class="nav-item">
192
+ <svg class="nav-icon" viewBox="0 0 24 24">
193
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="none" stroke="#666" stroke-width="2" stroke-linejoin="round"/>
194
+ </svg>
195
+ <span>Home</span>
196
+ </div>
197
+ <div class="nav-item">
198
+ <svg class="nav-icon" viewBox="0 0 24 24">
199
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#666" stroke-width="2"/>
200
+ <path d="M20 20l-4-4" stroke="#666" stroke-width="2" stroke-linecap="round"/>
201
+ </svg>
202
+ <span>Search</span>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg class="nav-icon" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#666" stroke-width="2"/>
207
+ <path d="M4 20a8 8 0 0 1 16 0" fill="none" stroke="#666" stroke-width="2"/>
208
+ </svg>
209
+ <span>Profile</span>
210
+ </div>
211
+ <div class="nav-item">
212
+ <svg class="nav-icon" viewBox="0 0 24 24">
213
+ <path d="M12 21s-6.7-4.3-9.2-7.2C1 12.1 1 9.3 3 7.7a5 5 0 0 1 7 0l2 2 2-2a5 5 0 0 1 7 0c2 1.6 2 4.4.2 6.1C18.7 16.7 12 21 12 21z" fill="none" stroke="#666" stroke-width="2"/>
214
+ </svg>
215
+ <span>Wishlist</span>
216
+ </div>
217
+ <div class="nav-item">
218
+ <svg class="nav-icon" viewBox="0 0 24 24">
219
+ <path d="M3 5h2l2 12h10l2-9H6" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
220
+ <circle cx="9" cy="20" r="2" fill="#666"/>
221
+ <circle cx="17" cy="20" r="2" fill="#666"/>
222
+ </svg>
223
+ <span>Bag</span>
224
+ </div>
225
+ </div>
226
+
227
+ </div>
228
+ </body>
229
+ </html>
code/7578/7578_3.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>IKEA Product - Meat Hammer</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 24px;
19
+ left: 32px;
20
+ right: 32px;
21
+ height: 80px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #222;
26
+ font-size: 40px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 24px; }
29
+ .status-right { display: flex; align-items: center; gap: 26px; }
30
+ .icon {
31
+ width: 44px;
32
+ height: 44px;
33
+ }
34
+
35
+ /* Top navigation */
36
+ .top-actions {
37
+ position: absolute;
38
+ top: 130px;
39
+ left: 32px;
40
+ right: 32px;
41
+ height: 90px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ }
46
+ .round-btn {
47
+ width: 72px;
48
+ height: 72px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+
54
+ /* Product image area */
55
+ .image-wrap {
56
+ position: absolute;
57
+ top: 360px;
58
+ left: 90px;
59
+ width: 900px;
60
+ height: 600px;
61
+ border: 1px solid #BDBDBD;
62
+ background: #E0E0E0;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ color: #555;
67
+ font-size: 30px;
68
+ text-align: center;
69
+ border-radius: 8px;
70
+ }
71
+
72
+ /* Slider indicator */
73
+ .slider-indicator {
74
+ position: absolute;
75
+ top: 990px;
76
+ left: 48px;
77
+ width: 984px;
78
+ height: 8px;
79
+ background: #EAEAEA;
80
+ border-radius: 4px;
81
+ }
82
+ .slider-indicator .progress {
83
+ width: 280px;
84
+ height: 8px;
85
+ background: #222;
86
+ border-radius: 4px;
87
+ margin-left: 360px; /* centered-ish */
88
+ }
89
+
90
+ /* Product title and info */
91
+ .title {
92
+ position: absolute;
93
+ top: 1070px;
94
+ left: 48px;
95
+ right: 48px;
96
+ color: #111;
97
+ }
98
+ .title h1 {
99
+ margin: 0 0 16px 0;
100
+ font-size: 56px;
101
+ font-weight: 700;
102
+ letter-spacing: 0.5px;
103
+ }
104
+ .subtitle {
105
+ font-size: 38px;
106
+ color: #444;
107
+ }
108
+ .price {
109
+ position: absolute;
110
+ top: 1240px;
111
+ left: 48px;
112
+ font-size: 80px;
113
+ font-weight: 700;
114
+ color: #111;
115
+ }
116
+
117
+ .section-header {
118
+ position: absolute;
119
+ top: 1380px;
120
+ left: 48px;
121
+ right: 48px;
122
+ font-size: 52px;
123
+ font-weight: 700;
124
+ color: #111;
125
+ }
126
+
127
+ /* Reviews row */
128
+ .reviews-row {
129
+ position: absolute;
130
+ top: 1530px;
131
+ left: 48px;
132
+ right: 48px;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: space-between;
136
+ }
137
+ .reviews-label {
138
+ font-size: 42px;
139
+ color: #222;
140
+ }
141
+ .stars {
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 12px;
145
+ color: #222;
146
+ font-size: 36px;
147
+ }
148
+ .star-icon {
149
+ width: 44px;
150
+ height: 44px;
151
+ }
152
+ .rating-count {
153
+ font-size: 36px;
154
+ color: #333;
155
+ margin-left: 10px;
156
+ }
157
+
158
+ /* Add to bag button */
159
+ .cta {
160
+ position: absolute;
161
+ top: 1680px;
162
+ left: 40px;
163
+ width: 1000px;
164
+ height: 150px;
165
+ background: #0058A3;
166
+ border-radius: 80px;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ color: #fff;
171
+ font-size: 52px;
172
+ font-weight: 700;
173
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
174
+ }
175
+
176
+ /* Product size row */
177
+ .size-row {
178
+ position: absolute;
179
+ top: 1860px;
180
+ left: 48px;
181
+ right: 48px;
182
+ height: 90px;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: space-between;
186
+ font-size: 42px;
187
+ color: #222;
188
+ }
189
+
190
+ /* Bottom navigation bar */
191
+ .bottom-nav {
192
+ position: absolute;
193
+ bottom: 92px;
194
+ left: 0;
195
+ width: 1080px;
196
+ height: 140px;
197
+ background: #111;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: space-around;
201
+ color: #fff;
202
+ }
203
+ .bottom-icon { width: 64px; height: 64px; }
204
+
205
+ /* Bottom pill handle */
206
+ .pill {
207
+ position: absolute;
208
+ bottom: 24px;
209
+ left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 320px;
212
+ height: 16px;
213
+ background: #000;
214
+ border-radius: 10px;
215
+ }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+
221
+ <!-- Status bar -->
222
+ <div class="status-bar">
223
+ <div class="status-left">
224
+ <div>12:45</div>
225
+ <div style="color:#666; font-size:34px;">34°</div>
226
+ <svg class="icon" viewBox="0 0 24 24">
227
+ <rect x="3" y="11" width="6" height="5" fill="#666"></rect>
228
+ <rect x="11" y="9" width="6" height="7" fill="#666"></rect>
229
+ <rect x="19" y="6" width="2" height="10" fill="#666"></rect>
230
+ </svg>
231
+ </div>
232
+ <div class="status-right">
233
+ <!-- WiFi -->
234
+ <svg class="icon" viewBox="0 0 24 24">
235
+ <path d="M2 8c5-4 15-4 20 0" stroke="#222" stroke-width="2" fill="none"/>
236
+ <path d="M6 12c3-3 9-3 12 0" stroke="#222" stroke-width="2" fill="none"/>
237
+ <path d="M10 16c1-1 3-1 4 0" stroke="#222" stroke-width="2" fill="none"/>
238
+ <circle cx="12" cy="18" r="1.5" fill="#222"></circle>
239
+ </svg>
240
+ <!-- Battery -->
241
+ <svg class="icon" viewBox="0 0 26 24">
242
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#222" stroke-width="2" fill="none"></rect>
243
+ <rect x="4" y="8" width="12" height="8" fill="#222"></rect>
244
+ <rect x="21" y="10" width="3" height="4" fill="#222"></rect>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Top actions -->
250
+ <div class="top-actions">
251
+ <div class="round-btn">
252
+ <!-- Back arrow -->
253
+ <svg class="icon" viewBox="0 0 24 24">
254
+ <path d="M15 6 L9 12 L15 18" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
255
+ </svg>
256
+ </div>
257
+ <div style="display:flex; gap:48px;">
258
+ <!-- Share -->
259
+ <div class="round-btn">
260
+ <svg class="icon" viewBox="0 0 24 24">
261
+ <circle cx="6" cy="12" r="2" fill="#111"></circle>
262
+ <circle cx="16" cy="6" r="2" fill="#111"></circle>
263
+ <circle cx="16" cy="18" r="2" fill="#111"></circle>
264
+ <path d="M7.8 11.3 L14.2 7.7" stroke="#111" stroke-width="2" fill="none"/>
265
+ <path d="M7.8 12.7 L14.2 16.3" stroke="#111" stroke-width="2" fill="none"/>
266
+ </svg>
267
+ </div>
268
+ <!-- Heart -->
269
+ <div class="round-btn">
270
+ <svg class="icon" viewBox="0 0 24 24">
271
+ <path d="M12 20 C11 19 5 15 5 10 C5 7.5 7 6 9 6 C10.5 6 11.5 6.8 12 8 C12.5 6.8 13.5 6 15 6 C17 6 19 7.5 19 10 C19 15 13 19 12 20 Z" fill="none" stroke="#111" stroke-width="2"/>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Main product image -->
278
+ <div class="image-wrap">[IMG: Person using black meat hammer on steak over wooden cutting board in kitchen]</div>
279
+
280
+ <!-- Slider indicator -->
281
+ <div class="slider-indicator">
282
+ <div class="progress"></div>
283
+ </div>
284
+
285
+ <!-- Product title -->
286
+ <div class="title">
287
+ <h1>IKEA 365+ VÄRDEFULL</h1>
288
+ <div class="subtitle">meat hammer, black</div>
289
+ </div>
290
+
291
+ <!-- Price -->
292
+ <div class="price">Rs. 399</div>
293
+
294
+ <!-- Product information header -->
295
+ <div class="section-header">Product information</div>
296
+
297
+ <!-- Reviews row -->
298
+ <div class="reviews-row">
299
+ <div class="reviews-label">Reviews</div>
300
+ <div class="stars">
301
+ <svg class="star-icon" viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.2 L16.7 13.7 L18.4 21 L12 17.3 L5.6 21 L7.3 13.7 L2 9.2 L9.1 8.6 Z" fill="#111"/></svg>
302
+ <svg class="star-icon" viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.2 L16.7 13.7 L18.4 21 L12 17.3 L5.6 21 L7.3 13.7 L2 9.2 L9.1 8.6 Z" fill="#111"/></svg>
303
+ <svg class="star-icon" viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.2 L16.7 13.7 L18.4 21 L12 17.3 L5.6 21 L7.3 13.7 L2 9.2 L9.1 8.6 Z" fill="#111"/></svg>
304
+ <svg class="star-icon" viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.2 L16.7 13.7 L18.4 21 L12 17.3 L5.6 21 L7.3 13.7 L2 9.2 L9.1 8.6 Z" fill="#111"/></svg>
305
+ <svg class="star-icon" viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.2 L16.7 13.7 L18.4 21 L12 17.3 L5.6 21 L7.3 13.7 L2 9.2 L9.1 8.6 Z" fill="#111"/></svg>
306
+ <span class="rating-count">(26)</span>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- CTA Button -->
311
+ <div class="cta">Add to bag</div>
312
+
313
+ <!-- Product size row -->
314
+ <div class="size-row">
315
+ <div>Product size</div>
316
+ <svg class="icon" viewBox="0 0 24 24">
317
+ <path d="M6 9 L12 15 L18 9" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
318
+ </svg>
319
+ </div>
320
+
321
+ <!-- Bottom navigation -->
322
+ <div class="bottom-nav">
323
+ <!-- Home -->
324
+ <svg class="bottom-icon" viewBox="0 0 24 24">
325
+ <path d="M3 11 L12 4 L21 11 V21 H14 V14 H10 V21 H3 Z" fill="#fff"/>
326
+ </svg>
327
+ <!-- Search -->
328
+ <svg class="bottom-icon" viewBox="0 0 24 24">
329
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"/>
330
+ <path d="M14.5 14.5 L20 20" stroke="#fff" stroke-width="2"/>
331
+ </svg>
332
+ <!-- Profile -->
333
+ <svg class="bottom-icon" viewBox="0 0 24 24">
334
+ <circle cx="12" cy="8" r="4" fill="#fff"/>
335
+ <path d="M4 20 C4 15 20 15 20 20 Z" fill="#fff"/>
336
+ </svg>
337
+ <!-- Favorites -->
338
+ <svg class="bottom-icon" viewBox="0 0 24 24">
339
+ <path d="M12 20 C11 19 5 15 5 10 C5 7.5 7 6 9 6 C10.5 6 11.5 6.8 12 8 C12.5 6.8 13.5 6 15 6 C17 6 19 7.5 19 10 C19 15 13 19 12 20 Z" fill="none" stroke="#fff" stroke-width="2"/>
340
+ </svg>
341
+ <!-- Cart -->
342
+ <svg class="bottom-icon" viewBox="0 0 24 24">
343
+ <path d="M3 5 H6 L7.5 15 H19 L21 8 H8" stroke="#fff" stroke-width="2" fill="none"/>
344
+ <circle cx="9" cy="20" r="2" fill="#fff"/>
345
+ <circle cx="18" cy="20" r="2" fill="#fff"/>
346
+ </svg>
347
+ </div>
348
+
349
+ <!-- Bottom pill handle -->
350
+ <div class="pill"></div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/7578/7578_4.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>IKEA Product Page Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; color:#111; }
7
+ #render-target {
8
+ position: relative; overflow: hidden;
9
+ width:1080px; height:2400px;
10
+ background:#ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:100px;
16
+ padding:20px 30px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#333; font-size:36px;
19
+ }
20
+ .status-right { display:flex; gap:28px; align-items:center; }
21
+ .icon { width:54px; height:54px; }
22
+ .icon svg { width:100%; height:100%; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height:120px;
27
+ display:flex; align-items:center; justify-content:space-between;
28
+ padding:0 30px;
29
+ }
30
+ .app-left { display:flex; align-items:center; gap:20px; }
31
+ .app-right { display:flex; align-items:center; gap:40px; }
32
+ .divider {
33
+ height:4px; background:#efefef; width:100%;
34
+ }
35
+
36
+ /* Content */
37
+ .content { padding: 40px 40px 0 40px; }
38
+ .title { font-size:48px; font-weight:700; letter-spacing:0.5px; }
39
+ .subtitle { font-size:40px; color:#555; margin-top:12px; }
40
+ .price { font-size:72px; font-weight:700; margin:40px 0; }
41
+ .section-title { font-size:52px; font-weight:700; margin-top:20px; margin-bottom:30px; }
42
+ .row { display:flex; align-items:center; justify-content:space-between; padding:36px 0; font-size:40px; }
43
+ .row-label { color:#111; }
44
+ .chev { width:50px; height:50px; }
45
+ .stars { display:flex; align-items:center; gap:18px; }
46
+ .stars svg { width:48px; height:48px; }
47
+ .count { font-size:36px; color:#666; margin-left:12px; }
48
+
49
+ /* Delivery section */
50
+ .delivery-title { font-size:58px; font-weight:800; margin:40px 0 20px; }
51
+ .help-dot {
52
+ width:110px; height:110px; border:2px solid #202020; border-radius:55px;
53
+ display:flex; align-items:center; justify-content:center; font-size:48px; color:#222;
54
+ }
55
+ .delivery-row { display:flex; align-items:center; justify-content:space-between; padding:24px 0; }
56
+ .truck-label { display:flex; align-items:center; gap:24px; font-size:44px; }
57
+ .truck { width:64px; height:64px; }
58
+
59
+ .cta {
60
+ margin:30px 0;
61
+ width:100%; height:140px; border-radius:70px;
62
+ background:#0a5eb7; color:#fff; font-size:52px; font-weight:700;
63
+ display:flex; align-items:center; justify-content:center;
64
+ }
65
+ .subtext { font-size:36px; color:#9aa3ad; }
66
+
67
+ /* Bottom nav */
68
+ .bottom-nav {
69
+ position:absolute; left:0; bottom:90px;
70
+ width:100%; height:160px; background:#fff;
71
+ display:flex; align-items:center; justify-content:space-around;
72
+ border-top:2px solid #eee;
73
+ }
74
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:10px; color:#333; font-size:28px; }
75
+ .nav-icon { width:70px; height:70px; }
76
+ .home-indicator {
77
+ position:absolute; left:50%; transform:translateX(-50%);
78
+ bottom:24px; width:360px; height:12px; background:#111; border-radius:12px;
79
+ opacity:0.8;
80
+ }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+
86
+ <!-- Status Bar -->
87
+ <div class="status-bar">
88
+ <div>12:45&nbsp;&nbsp;34°</div>
89
+ <div class="status-right">
90
+ <!-- WiFi -->
91
+ <div class="icon">
92
+ <svg viewBox="0 0 24 24">
93
+ <path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-7-7 2 2a9 9 0 0 1 10 0l2-2c-4.4-3.4-11.6-3.4-16 0zm-3-5 2 2c6.2-4.7 15.8-4.7 22 0l2-2C20.5 2.1 3.5 2.1 2 8z" fill="#444"/>
94
+ </svg>
95
+ </div>
96
+ <!-- Battery -->
97
+ <div class="icon">
98
+ <svg viewBox="0 0 32 24">
99
+ <rect x="2" y="5" width="24" height="14" rx="2" ry="2" stroke="#444" fill="none" stroke-width="2"/>
100
+ <rect x="4" y="7" width="18" height="10" fill="#444"/>
101
+ <rect x="26" y="9" width="4" height="6" rx="1" fill="#444"/>
102
+ </svg>
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- App Bar -->
108
+ <div class="app-bar">
109
+ <div class="app-left">
110
+ <!-- Back Arrow -->
111
+ <div class="icon">
112
+ <svg viewBox="0 0 24 24">
113
+ <path d="M15 5 7 12l8 7" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+ <div class="app-right">
118
+ <!-- Share -->
119
+ <div class="icon">
120
+ <svg viewBox="0 0 24 24">
121
+ <circle cx="18" cy="6" r="3" fill="#000"/>
122
+ <circle cx="18" cy="18" r="3" fill="#000"/>
123
+ <circle cx="6" cy="12" r="3" fill="#000"/>
124
+ <path d="M8 12l7-5M8 12l7 6" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
125
+ </svg>
126
+ </div>
127
+ <!-- Heart -->
128
+ <div class="icon">
129
+ <svg viewBox="0 0 24 24">
130
+ <path d="M12 21s-7-4.5-9-8.5C1 9 3.5 6.5 6.5 6.5c2 0 3.5 1.1 4.5 2.4 1-1.3 2.5-2.4 4.5-2.4C18.5 6.5 21 9 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#000" stroke-width="2"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <div class="divider"></div>
137
+
138
+ <!-- Content -->
139
+ <div class="content">
140
+ <div class="title">IKEA 365+ VÄRDEFULL</div>
141
+ <div class="subtitle">meat hammer, black</div>
142
+ <div class="price">Rs. 399</div>
143
+
144
+ <div class="section-title">Product information</div>
145
+
146
+ <div class="row">
147
+ <div class="row-label">Reviews</div>
148
+ <div class="stars">
149
+ <!-- 5 stars -->
150
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#000"/></svg>
151
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#000"/></svg>
152
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#000"/></svg>
153
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#000"/></svg>
154
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#000"/></svg>
155
+ <div class="count">(26)</div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="divider"></div>
160
+
161
+ <div class="row">
162
+ <div class="row-label">Product size</div>
163
+ <div class="chev">
164
+ <svg viewBox="0 0 24 24">
165
+ <path d="M6 9l6 6 6-6" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="divider"></div>
171
+
172
+ <div class="row">
173
+ <div class="row-label">More info</div>
174
+ <div class="chev">
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M6 9l6 6 6-6" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <div class="delivery-title">Delivery and pick-up</div>
182
+
183
+ <div class="delivery-row">
184
+ <div class="truck-label">
185
+ <div class="truck">
186
+ <svg viewBox="0 0 24 24">
187
+ <rect x="2" y="8" width="12" height="7" rx="1" stroke="#000" fill="none" stroke-width="2"/>
188
+ <rect x="14" y="10" width="6" height="5" rx="1" stroke="#000" fill="none" stroke-width="2"/>
189
+ <circle cx="6" cy="17" r="2" fill="#000"/>
190
+ <circle cx="17" cy="17" r="2" fill="#000"/>
191
+ </svg>
192
+ </div>
193
+ <div>Home Delivery</div>
194
+ </div>
195
+ <div class="help-dot">?</div>
196
+ </div>
197
+
198
+ <div class="cta">Add to bag</div>
199
+ <div class="subtext">Find all options at checkout</div>
200
+ </div>
201
+
202
+ <!-- Bottom Navigation -->
203
+ <div class="bottom-nav">
204
+ <div class="nav-item">
205
+ <div class="nav-icon">
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M3 11l9-7 9 7v9H15v-6H9v6H3z" fill="none" stroke="#222" stroke-width="2"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ <div class="nav-item">
212
+ <div class="nav-icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <circle cx="11" cy="11" r="7" stroke="#222" fill="none" stroke-width="2"/>
215
+ <path d="M20 20l-4-4" stroke="#222" stroke-width="2" stroke-linecap="round"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ <div class="nav-item">
220
+ <div class="nav-icon">
221
+ <svg viewBox="0 0 24 24">
222
+ <circle cx="12" cy="8" r="4" stroke="#222" fill="none" stroke-width="2"/>
223
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#222" fill="none" stroke-width="2"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ <div class="nav-item">
228
+ <div class="nav-icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M12 21s-7-4.5-9-8.5C1 9 3.5 6.5 6.5 6.5c2 0 3.5 1.1 4.5 2.4 1-1.3 2.5-2.4 4.5-2.4C18.5 6.5 21 9 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#222" stroke-width="2"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="nav-item">
235
+ <div class="nav-icon">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M6 8h12v12H6z" fill="none" stroke="#222" stroke-width="2"/>
238
+ <path d="M9 8c0-2 1.5-3 3-3s3 1 3 3" stroke="#222" fill="none" stroke-width="2"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="home-indicator"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/7578/7578_5.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>IKEA Product Page Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #ffffff;
13
+ color: #111;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ font-size: 34px;
28
+ color: #222;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ color: #555;
35
+ font-size: 32px;
36
+ }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ position: absolute;
41
+ top: 90px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 110px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: space-between;
48
+ padding: 0 36px;
49
+ }
50
+ .app-actions {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 40px;
54
+ }
55
+ .icon-btn {
56
+ width: 56px;
57
+ height: 56px;
58
+ }
59
+
60
+ .divider-top {
61
+ position: absolute;
62
+ top: 200px;
63
+ left: 45px;
64
+ width: 990px;
65
+ height: 4px;
66
+ background: #000;
67
+ }
68
+
69
+ /* Content */
70
+ .content {
71
+ position: absolute;
72
+ top: 220px;
73
+ left: 45px;
74
+ right: 45px;
75
+ bottom: 0;
76
+ }
77
+
78
+ .title {
79
+ font-size: 46px;
80
+ font-weight: 700;
81
+ margin-top: 30px;
82
+ letter-spacing: 0.3px;
83
+ }
84
+ .subtitle {
85
+ font-size: 36px;
86
+ color: #333;
87
+ margin-top: 8px;
88
+ }
89
+ .price {
90
+ font-size: 76px;
91
+ font-weight: 700;
92
+ margin-top: 40px;
93
+ }
94
+
95
+ .section-title {
96
+ font-size: 44px;
97
+ font-weight: 700;
98
+ margin-top: 60px;
99
+ margin-bottom: 30px;
100
+ }
101
+
102
+ .row {
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: space-between;
106
+ padding: 28px 0;
107
+ border-bottom: 2px solid #e6e6e6;
108
+ }
109
+ .row .label {
110
+ font-size: 36px;
111
+ color: #222;
112
+ }
113
+ .stars {
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 14px;
117
+ }
118
+ .stars svg {
119
+ width: 38px;
120
+ height: 38px;
121
+ fill: #000;
122
+ }
123
+ .reviews-count {
124
+ font-size: 34px;
125
+ color: #333;
126
+ margin-left: 18px;
127
+ }
128
+
129
+ .chevron {
130
+ width: 44px;
131
+ height: 44px;
132
+ }
133
+
134
+ .more-info {
135
+ padding-top: 24px;
136
+ }
137
+
138
+ .sku-pill {
139
+ display: inline-block;
140
+ background: #111;
141
+ color: #fff;
142
+ font-size: 34px;
143
+ padding: 18px 26px;
144
+ border-radius: 10px;
145
+ letter-spacing: 1px;
146
+ margin-top: 34px;
147
+ }
148
+ .info-text {
149
+ font-size: 36px;
150
+ color: #222;
151
+ margin-top: 28px;
152
+ }
153
+
154
+ .cta {
155
+ position: absolute;
156
+ left: 45px;
157
+ right: 45px;
158
+ bottom: 240px; /* sits above bottom nav */
159
+ height: 140px;
160
+ background: #0058A3;
161
+ border-radius: 70px;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ color: #fff;
166
+ font-size: 44px;
167
+ font-weight: 700;
168
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
169
+ }
170
+
171
+ /* Bottom navigation */
172
+ .bottom-nav {
173
+ position: absolute;
174
+ left: 0;
175
+ bottom: 0;
176
+ width: 1080px;
177
+ height: 170px;
178
+ border-top: 2px solid #e6e6e6;
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: space-around;
182
+ background: #fff;
183
+ }
184
+ .nav-icon {
185
+ width: 64px;
186
+ height: 64px;
187
+ }
188
+
189
+ .gesture-bar {
190
+ position: absolute;
191
+ bottom: 170px;
192
+ left: 50%;
193
+ transform: translateX(-50%);
194
+ width: 480px;
195
+ height: 12px;
196
+ background: #cfcfcf;
197
+ border-radius: 6px;
198
+ }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <!-- Status bar -->
205
+ <div class="status-bar">
206
+ <div>12:46&nbsp;&nbsp;34°</div>
207
+ <div class="status-right">
208
+ <span>📶</span>
209
+ <span>🔋</span>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- App bar -->
214
+ <div class="app-bar">
215
+ <!-- Back -->
216
+ <svg class="icon-btn" viewBox="0 0 48 48">
217
+ <path d="M30 8 L14 24 L30 40" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
218
+ </svg>
219
+
220
+ <div class="app-actions">
221
+ <!-- Share -->
222
+ <svg class="icon-btn" viewBox="0 0 48 48">
223
+ <circle cx="10" cy="24" r="4" fill="none" stroke="#111" stroke-width="3"></circle>
224
+ <circle cx="38" cy="12" r="4" fill="none" stroke="#111" stroke-width="3"></circle>
225
+ <circle cx="38" cy="36" r="4" fill="none" stroke="#111" stroke-width="3"></circle>
226
+ <path d="M13 22 L34 14" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round"></path>
227
+ <path d="M13 26 L34 34" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round"></path>
228
+ </svg>
229
+ <!-- Heart -->
230
+ <svg class="icon-btn" viewBox="0 0 48 48">
231
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 12 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C36 8 40 12 40 18 C40 30 24 40 24 40 Z" fill="none" stroke="#111" stroke-width="3"></path>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="divider-top"></div>
237
+
238
+ <!-- Content -->
239
+ <div class="content">
240
+ <div class="title">IKEA 365+ VÄRDEFULL</div>
241
+ <div class="subtitle">meat hammer, black</div>
242
+
243
+ <div class="price">Rs. 399</div>
244
+
245
+ <div class="section-title">Product information</div>
246
+
247
+ <div class="row">
248
+ <div class="label">Reviews</div>
249
+ <div class="stars">
250
+ <!-- stars -->
251
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.3 L17 14 L18.5 21 L12 17.6 L5.5 21 L7 14 L2 9.3 L9.1 8.6 Z"></path></svg>
252
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.3 L17 14 L18.5 21 L12 17.6 L5.5 21 L7 14 L2 9.3 L9.1 8.6 Z"></path></svg>
253
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.3 L17 14 L18.5 21 L12 17.6 L5.5 21 L7 14 L2 9.3 L9.1 8.6 Z"></path></svg>
254
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.3 L17 14 L18.5 21 L12 17.6 L5.5 21 L7 14 L2 9.3 L9.1 8.6 Z"></path></svg>
255
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.6 L22 9.3 L17 14 L18.5 21 L12 17.6 L5.5 21 L7 14 L2 9.3 L9.1 8.6 Z"></path></svg>
256
+ <div class="reviews-count">(26)</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="row">
261
+ <div class="label">Product size</div>
262
+ <svg class="chevron" viewBox="0 0 24 24">
263
+ <path d="M6 9 L12 15 L18 9" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
264
+ </svg>
265
+ </div>
266
+
267
+ <div class="row more-info" style="border-bottom: none;">
268
+ <div class="label">More info</div>
269
+ <svg class="chevron" viewBox="0 0 24 24">
270
+ <path d="M6 15 L12 9 L18 15" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
271
+ </svg>
272
+ </div>
273
+
274
+ <div class="sku-pill">801.634.08</div>
275
+ <div class="info-text">MRP Rs.559 (incl. tax)</div>
276
+ <div class="info-text">Country of Origin: CHINA</div>
277
+
278
+ </div>
279
+
280
+ <!-- Add to bag button -->
281
+ <div class="cta">Add to bag</div>
282
+
283
+ <!-- Gesture bar -->
284
+ <div class="gesture-bar"></div>
285
+
286
+ <!-- Bottom navigation -->
287
+ <div class="bottom-nav">
288
+ <!-- Home -->
289
+ <svg class="nav-icon" viewBox="0 0 48 48">
290
+ <path d="M8 22 L24 8 L40 22" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
291
+ <path d="M14 22 V36 H34 V22" stroke="#222" stroke-width="3" fill="none"></path>
292
+ </svg>
293
+ <!-- Search -->
294
+ <svg class="nav-icon" viewBox="0 0 48 48">
295
+ <circle cx="20" cy="20" r="12" stroke="#222" stroke-width="3" fill="none"></circle>
296
+ <path d="M31 31 L42 42" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round"></path>
297
+ </svg>
298
+ <!-- Profile -->
299
+ <svg class="nav-icon" viewBox="0 0 48 48">
300
+ <circle cx="24" cy="18" r="8" stroke="#222" stroke-width="3" fill="none"></circle>
301
+ <path d="M8 40 C8 32 16 28 24 28 C32 28 40 32 40 40" stroke="#222" stroke-width="3" fill="none"></path>
302
+ </svg>
303
+ <!-- Favorites -->
304
+ <svg class="nav-icon" viewBox="0 0 48 48">
305
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 12 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C36 8 40 12 40 18 C40 30 24 40 24 40 Z" fill="none" stroke="#222" stroke-width="3"></path>
306
+ </svg>
307
+ <!-- Bag -->
308
+ <svg class="nav-icon" viewBox="0 0 48 48">
309
+ <path d="M12 18 H36 L34 40 H14 Z" stroke="#222" stroke-width="3" fill="none"></path>
310
+ <path d="M16 18 C16 12 20 10 24 10 C28 10 32 12 32 18" stroke="#222" stroke-width="3" fill="none"></path>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ </body>
315
+ </html>
code/7580/7580_0.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Drive UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#F7F8EE; /* soft off-white */
12
+ font-family: Roboto, Arial, Helvetica, sans-serif;
13
+ color:#2f352f;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height:96px;
19
+ padding:0 36px;
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ font-size:36px; color:#3e443d;
22
+ }
23
+ .status-icons { display:flex; gap:26px; align-items:center; }
24
+ .dot { width:20px; height:20px; background:#616a5f; border-radius:50%; opacity:.6; }
25
+ .battery {
26
+ width:40px; height:24px; border:3px solid #616a5f; border-radius:6px; position:relative;
27
+ }
28
+ .battery::after {
29
+ content:""; position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#616a5f; border-radius:2px;
30
+ }
31
+
32
+ /* Search area */
33
+ .search-wrap { padding:0 32px; }
34
+ .search-pill {
35
+ height:110px; background:#E4ECD9; border-radius:55px;
36
+ display:flex; align-items:center; padding:0 30px; box-sizing:border-box;
37
+ }
38
+ .hamburger { width:60px; height:60px; display:flex; align-items:center; justify-content:center; margin-right:22px; }
39
+ .hamburger svg { width:42px; height:42px; fill:none; stroke:#3e443d; stroke-width:6; }
40
+ .search-text { font-size:40px; color:#5f655d; flex:1; }
41
+ .avatar {
42
+ width:84px; height:84px; border-radius:50%; background:#b98f79; color:#fff;
43
+ display:flex; align-items:center; justify-content:center; font-weight:600; font-size:40px;
44
+ }
45
+
46
+ /* Tabs */
47
+ .tabs { display:flex; gap:60px; padding:28px 36px 16px; font-size:40px; }
48
+ .tab { color:#5e665c; }
49
+ .tab.active { color:#2F7D32; position:relative; }
50
+ .tab.active::after {
51
+ content:""; position:absolute; left:0; bottom:-8px; width:160px; height:8px; background:#2F7D32; border-radius:4px;
52
+ }
53
+
54
+ /* Divider */
55
+ .divider { height:2px; background:#d9dfd1; margin-top:12px; }
56
+
57
+ /* Header row */
58
+ .section-header {
59
+ display:flex; align-items:center; justify-content:space-between;
60
+ padding:30px 36px 20px; font-size:38px; color:#3e443d;
61
+ }
62
+ .sort-up { display:inline-flex; align-items:center; gap:16px; }
63
+ .sort-up svg { width:32px; height:32px; fill:#3e443d; }
64
+
65
+ .view-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
66
+ .view-btn svg { width:54px; height:54px; fill:none; stroke:#3e443d; stroke-width:8; }
67
+
68
+ /* Grid */
69
+ .grid {
70
+ display:grid;
71
+ grid-template-columns: 1fr 1fr;
72
+ column-gap:80px; row-gap:90px;
73
+ padding:20px 60px 0;
74
+ }
75
+ .item { }
76
+ .thumb {
77
+ width:420px; height:300px;
78
+ border-radius:24px; background:#3e443d; /* folder color for icons */
79
+ display:flex; align-items:center; justify-content:center; position:relative;
80
+ }
81
+ .thumb .folder-shape {
82
+ width:80%; height:64%;
83
+ }
84
+ .file-thumb {
85
+ width:420px; height:300px;
86
+ background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px;
87
+ display:flex; align-items:center; justify-content:center; color:#757575;
88
+ }
89
+ .item-row { display:flex; align-items:center; justify-content:space-between; margin-top:26px; }
90
+ .label { font-size:40px; color:#2f352f; }
91
+ .more { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
92
+ .more .dot { width:10px; height:10px; background:#2f352f; border-radius:50%; margin:4px 0; opacity:0.85; }
93
+ .more .stack { display:flex; flex-direction:column; align-items:center; }
94
+
95
+ /* Bottom nav */
96
+ .bottom-nav {
97
+ position:absolute; left:0; right:0; bottom:0;
98
+ height:220px; background:#E4ECD9; border-top:1px solid #d4dccb;
99
+ display:flex; align-items:center; justify-content:space-around;
100
+ }
101
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:16px; color:#485046; }
102
+ .nav-item .icon { width:56px; height:56px; }
103
+ .nav-item .text { font-size:34px; }
104
+ .nav-item.active { }
105
+ .nav-item.active .badge {
106
+ background:#CFE6CC; padding:20px 26px; border-radius:36px;
107
+ display:flex; align-items:center; justify-content:center;
108
+ }
109
+ .nav-item.active .text { color:#2f352f; }
110
+
111
+ /* FAB */
112
+ .fab {
113
+ position:absolute; right:46px; bottom:280px;
114
+ width:120px; height:120px; border-radius:26px; background:#CFE6CC;
115
+ box-shadow:0 8px 20px rgba(47,125,50,0.25);
116
+ display:flex; align-items:center; justify-content:center;
117
+ }
118
+ .fab svg { width:54px; height:54px; stroke:#2f352f; stroke-width:10; }
119
+
120
+ /* Helper for folder icon SVG color */
121
+ .folder-icon svg { width:80%; height:80%; }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <!-- Status bar -->
128
+ <div class="status-bar">
129
+ <div>8:25</div>
130
+ <div class="status-icons">
131
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M10 20v-6H6a6 6 0 1 0 8-6v4h4a6 6 0 1 1-8 8z" fill="#616a5f" opacity=".6"/></svg>
132
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" fill="#616a5f" opacity=".6"/></svg>
133
+ <div class="dot"></div>
134
+ <div class="dot" style="width:22px;height:22px;"></div>
135
+ <div class="dot" style="width:22px;height:22px;"></div>
136
+ <div class="battery"></div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Search -->
141
+ <div class="search-wrap">
142
+ <div class="search-pill">
143
+ <div class="hamburger">
144
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
145
+ </div>
146
+ <div class="search-text">Search in Drive</div>
147
+ <div class="avatar">C</div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Tabs -->
152
+ <div class="tabs">
153
+ <div class="tab active">My Drive</div>
154
+ <div class="tab">Computers</div>
155
+ </div>
156
+ <div class="divider"></div>
157
+
158
+ <!-- Section header -->
159
+ <div class="section-header">
160
+ <div class="sort-up">
161
+ <span>Name</span>
162
+ <svg viewBox="0 0 24 24"><path d="M7 14l5-5 5 5" fill="#3e443d"/></svg>
163
+ </div>
164
+ <div class="view-btn">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M4 6h16M4 12h16M4 18h16" />
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Grid of items -->
172
+ <div class="grid">
173
+ <!-- Folder 1 -->
174
+ <div class="item">
175
+ <div class="thumb folder-icon">
176
+ <svg viewBox="0 0 100 70">
177
+ <path d="M5 20h33l10-10h47v50H5z" fill="#3e443d" />
178
+ </svg>
179
+ </div>
180
+ <div class="item-row">
181
+ <div class="label">Hello</div>
182
+ <div class="more">
183
+ <div class="stack">
184
+ <div class="dot"></div>
185
+ <div class="dot"></div>
186
+ <div class="dot"></div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Folder 2 -->
193
+ <div class="item">
194
+ <div class="thumb folder-icon">
195
+ <svg viewBox="0 0 100 70">
196
+ <path d="M5 20h33l10-10h47v50H5z" fill="#3e443d" />
197
+ </svg>
198
+ </div>
199
+ <div class="item-row">
200
+ <div class="label">Memories</div>
201
+ <div class="more">
202
+ <div class="stack">
203
+ <div class="dot"></div>
204
+ <div class="dot"></div>
205
+ <div class="dot"></div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Folder 3 -->
212
+ <div class="item">
213
+ <div class="thumb folder-icon">
214
+ <svg viewBox="0 0 100 70">
215
+ <path d="M5 20h33l10-10h47v50H5z" fill="#3e443d" />
216
+ </svg>
217
+ </div>
218
+ <div class="item-row">
219
+ <div class="label">Untitled<br>folder</div>
220
+ <div class="more">
221
+ <div class="stack">
222
+ <div class="dot"></div>
223
+ <div class="dot"></div>
224
+ <div class="dot"></div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Image file -->
231
+ <div class="item">
232
+ <div class="file-thumb">[IMG: Indoor plant photo]</div>
233
+ <div class="item-row">
234
+ <div class="label" style="display:flex; align-items:center; gap:14px;">
235
+ <svg width="40" height="40" viewBox="0 0 24 24">
236
+ <path d="M21 19V5a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v14l4-4 3 3 3-4 5 5z" fill="#d05a4b"/>
237
+ </svg>
238
+ behance_do<br>wnload_16...
239
+ </div>
240
+ <div class="more">
241
+ <div class="stack">
242
+ <div class="dot"></div>
243
+ <div class="dot"></div>
244
+ <div class="dot"></div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Floating action button -->
252
+ <div class="fab">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 5v14M5 12h14" fill="none" />
255
+ </svg>
256
+ </div>
257
+
258
+ <!-- Bottom navigation -->
259
+ <div class="bottom-nav">
260
+ <div class="nav-item">
261
+ <svg class="icon" viewBox="0 0 24 24">
262
+ <path d="M12 3l9 8v10h-6v-6H9v6H3V11z" fill="#485046"/>
263
+ </svg>
264
+ <div class="text">Home</div>
265
+ </div>
266
+
267
+ <div class="nav-item">
268
+ <svg class="icon" viewBox="0 0 24 24">
269
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="#485046"/>
270
+ </svg>
271
+ <div class="text">Starred</div>
272
+ </div>
273
+
274
+ <div class="nav-item">
275
+ <svg class="icon" viewBox="0 0 24 24">
276
+ <path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zM8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V20h14v-3.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.88 1.97 3.45V20h7v-3.5c0-2.33-4.67-3.5-8-3.5z" fill="#485046"/>
277
+ </svg>
278
+ <div class="text">Shared</div>
279
+ </div>
280
+
281
+ <div class="nav-item active">
282
+ <div class="badge">
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <path d="M10 4H4v16h16V7h-8z" fill="#485046"/>
285
+ </svg>
286
+ </div>
287
+ <div class="text">Files</div>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+ </body>
293
+ </html>
code/7580/7580_1.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #2c3b2f; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #f0f1ef;
12
+ border-radius: 0;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
18
+ background: #e3e3e3;
19
+ display: flex; align-items: center;
20
+ padding: 0 40px; gap: 20px; color: #404040;
21
+ font-size: 36px;
22
+ }
23
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 16px; }
24
+ .dot { width: 20px; height: 20px; background: #525252; border-radius: 50%; }
25
+ .battery { width: 44px; height: 24px; border: 3px solid #525252; border-radius: 4px; position: relative; }
26
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #525252; border-radius: 1px; }
27
+ .battery-fill { position: absolute; right: 3px; top: 3px; bottom: 3px; width: 24px; background: #525252; }
28
+
29
+ /* Top bar with search */
30
+ .topbar {
31
+ position: absolute; top: 120px; left: 0; width: 100%; height: 140px;
32
+ display: flex; align-items: center;
33
+ padding: 0 32px; box-sizing: border-box;
34
+ }
35
+ .hamburger {
36
+ width: 90px; height: 90px; display: flex; align-items: center; justify-content: center;
37
+ margin-right: 16px;
38
+ }
39
+ .search-pill {
40
+ flex: 1; height: 100px; background: #dfe6df; border-radius: 50px; display: flex; align-items: center; padding: 0 28px; color: #616a61; font-size: 40px;
41
+ }
42
+ .avatar {
43
+ width: 88px; height: 88px; border-radius: 50%;
44
+ margin-left: 16px;
45
+ display: flex; align-items: center; justify-content: center;
46
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; font-size: 26px;
47
+ }
48
+
49
+ /* Tabs */
50
+ .tabs {
51
+ position: absolute; top: 260px; left: 0; width: 100%; height: 110px;
52
+ display: flex; align-items: center; justify-content: space-between;
53
+ padding: 0 40px; box-sizing: border-box; font-size: 44px;
54
+ color: #455a46;
55
+ border-bottom: 1px solid #d0d4cf;
56
+ }
57
+ .tab-active {
58
+ color: #1b5e20; position: relative; font-weight: 600;
59
+ }
60
+ .tab-active::after {
61
+ content: ""; position: absolute; left: 0; bottom: -20px; width: 160px; height: 8px; background: #1b5e20; border-radius: 4px;
62
+ }
63
+
64
+ /* List header */
65
+ .list-header {
66
+ position: absolute; top: 370px; left: 0; width: 100%; height: 100px;
67
+ display: flex; align-items: center; justify-content: space-between;
68
+ padding: 0 40px; box-sizing: border-box; font-size: 40px; color: #2d3a2f;
69
+ }
70
+ .list-header .sort { display: flex; align-items: center; gap: 12px; }
71
+
72
+ /* Dim overlay */
73
+ .dim {
74
+ position: absolute; inset: 0; background: rgba(0,0,0,0.22);
75
+ z-index: 2;
76
+ }
77
+
78
+ /* Bottom sheet */
79
+ .sheet {
80
+ position: absolute; left: 0; top: 500px; width: 100%; height: 1750px;
81
+ background: #e9f2e8;
82
+ border-top-left-radius: 48px; border-top-right-radius: 48px;
83
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.18);
84
+ z-index: 3;
85
+ }
86
+ .sheet-content { padding: 30px 0; }
87
+ .option {
88
+ height: 120px; display: flex; align-items: center; gap: 32px; padding: 0 48px; box-sizing: border-box;
89
+ font-size: 42px; color: #263a2c;
90
+ }
91
+ .option .icon {
92
+ width: 60px; height: 60px;
93
+ }
94
+ .option svg { width: 60px; height: 60px; stroke: #516657; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
95
+ .bold { font-weight: 600; }
96
+ .divider {
97
+ height: 1px; background: #cfd8cf; margin: 16px 48px;
98
+ }
99
+
100
+ /* Footer home indicator */
101
+ .home-indicator {
102
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
103
+ width: 280px; height: 14px; background: #9aa29b; border-radius: 7px;
104
+ z-index: 3;
105
+ }
106
+
107
+ /* Simple icons */
108
+ .hamburger svg { width: 64px; height: 64px; }
109
+ .hamburger svg line { stroke: #3e4f40; stroke-width: 6; stroke-linecap: round; }
110
+ .small-icon { width: 44px; height: 44px; }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status bar -->
117
+ <div class="status-bar">
118
+ <div>8:26</div>
119
+ <div class="status-icons">
120
+ <div class="dot"></div>
121
+ <div class="dot" style="background:#7a7a7a;"></div>
122
+ <div class="dot" style="background:#b3b3b3;"></div>
123
+ <div class="battery"><div class="battery-fill"></div></div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Top search bar -->
128
+ <div class="topbar">
129
+ <div class="hamburger">
130
+ <svg viewBox="0 0 64 64">
131
+ <line x1="8" y1="16" x2="56" y2="16"></line>
132
+ <line x1="8" y1="32" x2="56" y2="32"></line>
133
+ <line x1="8" y1="48" x2="56" y2="48"></line>
134
+ </svg>
135
+ </div>
136
+ <div class="search-pill">
137
+ Search in Drive
138
+ </div>
139
+ <div class="avatar">[IMG: User Avatar]</div>
140
+ </div>
141
+
142
+ <!-- Tabs -->
143
+ <div class="tabs">
144
+ <div class="tab-active">My Drive</div>
145
+ <div>Computers</div>
146
+ </div>
147
+
148
+ <!-- List header -->
149
+ <div class="list-header">
150
+ <div class="sort">Name
151
+ <svg class="small-icon" viewBox="0 0 24 24">
152
+ <path d="M6 14 L12 8 L18 14"></path>
153
+ </svg>
154
+ </div>
155
+ <svg class="small-icon" viewBox="0 0 24 24">
156
+ <path d="M3 5 H21 M3 12 H21 M3 19 H21"></path>
157
+ </svg>
158
+ </div>
159
+
160
+ <!-- Dim background -->
161
+ <div class="dim"></div>
162
+
163
+ <!-- Bottom sheet with options -->
164
+ <div class="sheet">
165
+ <div class="sheet-content">
166
+
167
+ <div class="option">
168
+ <!-- Folder icon -->
169
+ <svg class="icon" viewBox="0 0 64 64">
170
+ <path d="M6 22 H26 L32 16 H58 V50 H6 Z"></path>
171
+ </svg>
172
+ <div class="bold">Hello</div>
173
+ </div>
174
+
175
+ <div class="option">
176
+ <!-- Share icon (person with plus) -->
177
+ <svg class="icon" viewBox="0 0 64 64">
178
+ <circle cx="22" cy="24" r="10"></circle>
179
+ <path d="M8 52 C8 40 36 40 36 52"></path>
180
+ <path d="M46 26 V38"></path>
181
+ <path d="M40 32 H52"></path>
182
+ </svg>
183
+ <div>Share</div>
184
+ </div>
185
+
186
+ <div class="option">
187
+ <!-- Manage access (two people) -->
188
+ <svg class="icon" viewBox="0 0 64 64">
189
+ <circle cx="20" cy="24" r="9"></circle>
190
+ <circle cx="42" cy="28" r="7"></circle>
191
+ <path d="M8 52 C8 40 32 40 32 52"></path>
192
+ <path d="M30 52 C30 44 54 44 54 52"></path>
193
+ </svg>
194
+ <div>Manage access</div>
195
+ </div>
196
+
197
+ <div class="option">
198
+ <!-- Star icon -->
199
+ <svg class="icon" viewBox="0 0 64 64">
200
+ <path d="M32 10 L38 26 L56 26 L42 36 L48 52 L32 42 L16 52 L22 36 L8 26 L26 26 Z"></path>
201
+ </svg>
202
+ <div>Add to Starred</div>
203
+ </div>
204
+
205
+ <div class="divider"></div>
206
+
207
+ <div class="option">
208
+ <!-- Link icon -->
209
+ <svg class="icon" viewBox="0 0 64 64">
210
+ <path d="M26 40 L38 28"></path>
211
+ <path d="M18 46 C10 46 10 34 18 34 L26 34"></path>
212
+ <path d="M46 18 C54 18 54 30 46 30 L38 30"></path>
213
+ </svg>
214
+ <div>Copy link</div>
215
+ </div>
216
+
217
+ <div class="divider"></div>
218
+
219
+ <div class="option">
220
+ <!-- Pencil (rename) -->
221
+ <svg class="icon" viewBox="0 0 64 64">
222
+ <path d="M14 50 L14 40 L42 12 L52 22 L24 50 Z"></path>
223
+ <path d="M12 52 H24"></path>
224
+ </svg>
225
+ <div>Rename</div>
226
+ </div>
227
+
228
+ <div class="option">
229
+ <!-- Palette -->
230
+ <svg class="icon" viewBox="0 0 64 64">
231
+ <path d="M32 10 C18 10 8 20 8 34 C8 46 18 54 30 54 H38 C44 54 46 48 42 46 C40 45 36 46 34 44"></path>
232
+ <circle cx="20" cy="28" r="4"></circle>
233
+ <circle cx="28" cy="22" r="4"></circle>
234
+ <circle cx="40" cy="24" r="4"></circle>
235
+ <circle cx="44" cy="34" r="4"></circle>
236
+ </svg>
237
+ <div>Change color</div>
238
+ </div>
239
+
240
+ <div class="option">
241
+ <!-- Shortcut with plus -->
242
+ <svg class="icon" viewBox="0 0 64 64">
243
+ <path d="M14 50 L34 30 L26 30 L38 18 L44 24 L44 16 L56 28 L48 28 L30 46"></path>
244
+ <path d="M10 12 V26"></path>
245
+ <path d="M4 18 H16"></path>
246
+ </svg>
247
+ <div>Add shortcut to Drive</div>
248
+ </div>
249
+
250
+ <div class="option">
251
+ <!-- Move icon -->
252
+ <svg class="icon" viewBox="0 0 64 64">
253
+ <path d="M10 18 H54 V48 H10 Z"></path>
254
+ <path d="M36 30 L46 40 L36 50"></path>
255
+ <path d="M20 40 H44"></path>
256
+ </svg>
257
+ <div>Move</div>
258
+ </div>
259
+
260
+ <div class="option">
261
+ <!-- Info circle -->
262
+ <svg class="icon" viewBox="0 0 64 64">
263
+ <circle cx="32" cy="32" r="22"></circle>
264
+ <path d="M32 26 V44"></path>
265
+ <circle cx="32" cy="20" r="2.5"></circle>
266
+ </svg>
267
+ <div>Details &amp; activity</div>
268
+ </div>
269
+
270
+ <div class="option">
271
+ <!-- Add to home (arrow out) -->
272
+ <svg class="icon" viewBox="0 0 64 64">
273
+ <path d="M10 38 H30 V54 H10 Z"></path>
274
+ <path d="M38 14 H54 V30 H38 Z"></path>
275
+ <path d="M30 26 L42 14"></path>
276
+ <path d="M44 22 L54 12"></path>
277
+ </svg>
278
+ <div>Add to Home screen</div>
279
+ </div>
280
+
281
+ <div class="option">
282
+ <!-- Trash can -->
283
+ <svg class="icon" viewBox="0 0 64 64">
284
+ <path d="M16 20 H48"></path>
285
+ <path d="M22 20 L24 54 H40 L42 20"></path>
286
+ <path d="M26 12 H38 L40 16 H24 Z"></path>
287
+ </svg>
288
+ <div>Remove</div>
289
+ </div>
290
+
291
+ </div>
292
+ </div>
293
+
294
+ <div class="home-indicator"></div>
295
+
296
+ </div>
297
+ </body>
298
+ </html>
code/7580/7580_2.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#bfc3c0; /* dimmed app background */
12
+ border-radius:32px;
13
+ box-shadow: 0 10px 30px rgba(0,0,0,0.25);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position:absolute; top:0; left:0; right:0; height:90px; color:#202622;
19
+ display:flex; align-items:center; justify-content:flex-end; padding:0 30px; font-size:32px; opacity:0.9;
20
+ }
21
+ .status-time { margin-right:auto; margin-left:30px; font-weight:600; }
22
+ .status-dot { width:26px; height:26px; border-radius:50%; background:#d9ddda; margin:0 14px; }
23
+ .battery { width:34px; height:22px; border:2px solid #2b2f2b; border-radius:4px; position:relative; margin-left:16px; }
24
+ .battery::after { content:''; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#2b2f2b; border-radius:2px; }
25
+
26
+ /* Search bar */
27
+ .search-wrap { position:absolute; top:110px; left:30px; right:30px; height:110px; }
28
+ .search-pill {
29
+ height:110px; background:#d6dbd6; border-radius:55px; display:flex; align-items:center;
30
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
31
+ }
32
+ .hamburger { width:70px; height:70px; margin-left:24px; }
33
+ .hamburger svg { width:70px; height:70px; }
34
+ .search-text { color:#4e5750; font-size:40px; margin-left:18px; }
35
+ .avatar { margin-left:auto; margin-right:12px; width:86px; height:86px; border-radius:43px; background:#846860; color:#fff;
36
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:40px; }
37
+
38
+ /* Tabs */
39
+ .tabs { position:absolute; top:250px; left:40px; right:40px; height:90px; display:flex; align-items:flex-end; justify-content:space-between; color:#2b3f33; }
40
+ .tab {
41
+ font-size:40px; color:#2c5b39;
42
+ }
43
+ .tab.inactive { color:#2f3530; opacity:0.8; }
44
+ .tab-underline { position:absolute; top:325px; left:40px; width:140px; height:8px; background:#2c5b39; border-radius:4px; }
45
+
46
+ /* Sort row */
47
+ .sort-row { position:absolute; top:350px; left:0; right:0; height:90px; border-top:1px solid rgba(0,0,0,0.08); display:flex; align-items:center; padding:0 40px; color:#2f3530; }
48
+ .sort-left { font-size:36px; font-weight:600; }
49
+ .sort-right { margin-left:auto; }
50
+ .list-icon svg { width:60px; height:60px; }
51
+
52
+ /* Grid of folders */
53
+ .grid { position:absolute; top:470px; left:60px; right:60px; display:grid; grid-template-columns:1fr 1fr; grid-gap:70px 80px; }
54
+ .folder-card { }
55
+ .folder-icon {
56
+ width:360px; height:220px; background:#1f2a22; border-radius:34px; position:relative;
57
+ }
58
+ .folder-icon::before { /* tab */
59
+ content:''; position:absolute; left:40px; top:40px; width:120px; height:50px; background:#1f2a22; border-top-left-radius:20px; border-top-right-radius:12px;
60
+ }
61
+ .folder-meta { display:flex; align-items:center; margin-top:24px; }
62
+ .folder-name { font-size:38px; color:#2b3130; }
63
+ .kebab { margin-left:20px; }
64
+ .kebab svg { width:34px; height:34px; fill:#2b3130; }
65
+
66
+ /* Floating add button */
67
+ .fab {
68
+ position:absolute; bottom:350px; right:60px; width:120px; height:120px; background:#97a998;
69
+ border-radius:28px; box-shadow: 0 10px 18px rgba(0,0,0,0.28); display:flex; align-items:center; justify-content:center;
70
+ }
71
+ .fab svg { width:56px; height:56px; stroke:#fff; stroke-width:12; }
72
+
73
+ /* Bottom navigation */
74
+ .bottom-nav {
75
+ position:absolute; bottom:0; left:0; right:0; height:210px; background:#c7cbc8;
76
+ display:flex; align-items:center; justify-content:space-around; padding:24px 20px 28px;
77
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.15) inset;
78
+ }
79
+ .nav-item { display:flex; flex-direction:column; align-items:center; color:#1f2a22; }
80
+ .nav-item span { margin-top:12px; font-size:34px; }
81
+ .nav-icon svg { width:64px; height:64px; fill:#1f2a22; }
82
+ .active {
83
+ position:relative;
84
+ }
85
+ .active::before {
86
+ content:''; position:absolute; top:-12px; left:-22px; right:-22px; bottom:48px;
87
+ background:#9eb1a0; border-radius:42px; z-index:-1;
88
+ }
89
+
90
+ /* Gesture bar */
91
+ .gesture { position:absolute; bottom:220px; left:50%; transform:translateX(-50%); width:260px; height:16px; background:#3c413d; border-radius:10px; opacity:0.45; }
92
+
93
+ /* Modal overlay */
94
+ .overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.18); }
95
+ .modal {
96
+ position:absolute; left:50%; top:1260px; transform:translateX(-50%);
97
+ width:920px; background:#eaf4e9; border-radius:36px; box-shadow: 0 14px 40px rgba(0,0,0,0.35);
98
+ padding:50px 56px;
99
+ }
100
+ .modal h3 { margin:0 0 26px; font-size:48px; color:#243a2f; }
101
+ .modal p { margin:0 0 50px; font-size:36px; color:#2b3130; }
102
+ .modal-actions { display:flex; justify-content:flex-end; align-items:center; }
103
+ .modal-actions .btn { font-size:40px; color:#2c5b39; font-weight:700; margin-left:60px; }
104
+
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status bar -->
111
+ <div class="status-bar">
112
+ <div class="status-time">8:26</div>
113
+ <div class="status-dot"></div>
114
+ <div class="status-dot"></div>
115
+ <div class="status-dot"></div>
116
+ <div class="battery"></div>
117
+ </div>
118
+
119
+ <!-- Search pill -->
120
+ <div class="search-wrap">
121
+ <div class="search-pill">
122
+ <div class="hamburger">
123
+ <svg viewBox="0 0 100 100">
124
+ <rect x="10" y="22" width="80" height="10" fill="#2b3130"></rect>
125
+ <rect x="10" y="45" width="80" height="10" fill="#2b3130"></rect>
126
+ <rect x="10" y="68" width="80" height="10" fill="#2b3130"></rect>
127
+ </svg>
128
+ </div>
129
+ <div class="search-text">Search in Drive</div>
130
+ <div class="avatar">C</div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Tabs -->
135
+ <div class="tabs">
136
+ <div class="tab">My Drive</div>
137
+ <div class="tab inactive">Computers</div>
138
+ </div>
139
+ <div class="tab-underline"></div>
140
+
141
+ <!-- Sort row -->
142
+ <div class="sort-row">
143
+ <div class="sort-left">Name ↑</div>
144
+ <div class="sort-right list-icon">
145
+ <svg viewBox="0 0 100 100">
146
+ <rect x="20" y="20" width="60" height="10" fill="#2b3130"></rect>
147
+ <rect x="20" y="45" width="60" height="10" fill="#2b3130"></rect>
148
+ <rect x="20" y="70" width="60" height="10" fill="#2b3130"></rect>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Grid of folders -->
154
+ <div class="grid">
155
+ <div class="folder-card">
156
+ <div class="folder-icon"></div>
157
+ <div class="folder-meta">
158
+ <div class="folder-name">Hello</div>
159
+ <div class="kebab">
160
+ <svg viewBox="0 0 20 60">
161
+ <circle cx="10" cy="10" r="6"></circle>
162
+ <circle cx="10" cy="30" r="6"></circle>
163
+ <circle cx="10" cy="50" r="6"></circle>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="folder-card">
170
+ <div class="folder-icon"></div>
171
+ <div class="folder-meta">
172
+ <div class="folder-name">Memories</div>
173
+ <div class="kebab">
174
+ <svg viewBox="0 0 20 60">
175
+ <circle cx="10" cy="10" r="6"></circle>
176
+ <circle cx="10" cy="30" r="6"></circle>
177
+ <circle cx="10" cy="50" r="6"></circle>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Floating Add Button -->
185
+ <div class="fab">
186
+ <svg viewBox="0 0 100 100">
187
+ <line x1="50" y1="20" x2="50" y2="80"></line>
188
+ <line x1="20" y1="50" x2="80" y2="50"></line>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Bottom navigation -->
193
+ <div class="bottom-nav">
194
+ <div class="nav-item">
195
+ <div class="nav-icon">
196
+ <svg viewBox="0 0 100 100">
197
+ <polygon points="50,20 15,45 15,85 40,85 40,60 60,60 60,85 85,85 85,45" />
198
+ </svg>
199
+ </div>
200
+ <span>Home</span>
201
+ </div>
202
+ <div class="nav-item">
203
+ <div class="nav-icon">
204
+ <svg viewBox="0 0 100 100">
205
+ <polygon points="50,15 60,40 88,40 64,57 72,85 50,68 28,85 36,57 12,40 40,40" />
206
+ </svg>
207
+ </div>
208
+ <span>Starred</span>
209
+ </div>
210
+ <div class="nav-item">
211
+ <div class="nav-icon">
212
+ <svg viewBox="0 0 100 100">
213
+ <circle cx="35" cy="35" r="14"></circle>
214
+ <circle cx="65" cy="35" r="14"></circle>
215
+ <rect x="20" y="60" width="60" height="18" rx="9" />
216
+ </svg>
217
+ </div>
218
+ <span>Shared</span>
219
+ </div>
220
+ <div class="nav-item active">
221
+ <div class="nav-icon">
222
+ <svg viewBox="0 0 100 100">
223
+ <rect x="14" y="35" width="72" height="44" rx="8"></rect>
224
+ <rect x="14" y="25" width="30" height="14" rx="6"></rect>
225
+ </svg>
226
+ </div>
227
+ <span>Files</span>
228
+ </div>
229
+ </div>
230
+ <div class="gesture"></div>
231
+
232
+ <!-- Dim overlay + modal -->
233
+ <div class="overlay"></div>
234
+ <div class="modal">
235
+ <h3>Move to Trash?</h3>
236
+ <p>"Hello" will be deleted forever after 30 days.</p>
237
+ <div class="modal-actions">
238
+ <div class="btn">Cancel</div>
239
+ <div class="btn">Move to trash</div>
240
+ </div>
241
+ </div>
242
+
243
+ </div>
244
+ </body>
245
+ </html>
code/7582/7582_0.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Classical Music</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: #0f0f10; color: #fff; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ .status-bar {
15
+ height: 110px; padding: 0 36px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ font-size: 36px; color: #eaeaea;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 24px; }
20
+ .search-area { padding: 12px 36px 18px 36px; }
21
+ .search-row { display: flex; align-items: center; gap: 24px; }
22
+ .search-pill {
23
+ flex: 1; height: 96px; border-radius: 48px;
24
+ background: #2b2b2f; position: relative; display: flex; align-items: center;
25
+ padding: 0 32px; color: #d9d9d9; font-size: 40px;
26
+ }
27
+ .search-pill .text { margin-left: 24px; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
28
+ .cancel-btn { font-size: 40px; color: #cfcfcf; }
29
+ .divider { height: 2px; background: #2a2a2a; margin: 16px 0 0 0; }
30
+ .list { padding-top: 8px; }
31
+ .item {
32
+ display: flex; align-items: center;
33
+ padding: 24px 36px; gap: 28px;
34
+ border-bottom: 2px solid #1f1f1f;
35
+ }
36
+ .thumb {
37
+ width: 160px; height: 160px;
38
+ background: #E0E0E0; border: 1px solid #BDBDBD;
39
+ display: flex; justify-content: center; align-items: center; color: #757575;
40
+ font-size: 26px; text-align: center; padding: 8px;
41
+ flex-shrink: 0;
42
+ }
43
+ .meta { flex: 1; }
44
+ .title { font-size: 44px; font-weight: 700; line-height: 1.2; color: #ffffff; }
45
+ .subtitle { font-size: 34px; color: #c7c7c7; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
46
+ .right-actions { display: flex; align-items: center; gap: 28px; }
47
+ .icon-btn { width: 64px; height: 64px; display: grid; place-items: center; }
48
+ .ad-card { padding: 24px 36px; border-bottom: 2px solid #1f1f1f; }
49
+ .ad-wrap { display: flex; align-items: center; gap: 28px; }
50
+ .ad-meta { flex: 1; }
51
+ .ad-title { font-size: 40px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
52
+ .ad-sub { font-size: 32px; color: #c7c7c7; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
53
+ .ad-actions { display: flex; align-items: center; gap: 18px; }
54
+ .ad-pill { background: #f5b400; color: #1f1f1f; border-radius: 26px; padding: 6px 14px; font-size: 28px; font-weight: 700; }
55
+ .open-btn { color: #ff9900; font-size: 34px; font-weight: 700; }
56
+ .banner {
57
+ margin: 0 36px 0 36px; height: 160px;
58
+ background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 32px;
60
+ }
61
+ .mini-player {
62
+ position: absolute; left: 0; right: 0; bottom: 200px;
63
+ height: 160px; background: #121214; border-top: 2px solid #1f1f1f;
64
+ display: flex; align-items: center; padding: 0 36px; gap: 24px;
65
+ }
66
+ .mini-title { font-size: 36px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
67
+ .bottom-nav {
68
+ position: absolute; left: 0; right: 0; bottom: 0;
69
+ height: 200px; background: #0c0c0c; border-top: 2px solid #1f1f1f;
70
+ display: flex; align-items: center; justify-content: space-around;
71
+ }
72
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #cfcfcf; }
73
+ .nav-item.active { color: #ff9900; }
74
+ .nav-label { font-size: 30px; }
75
+ .home-indicator {
76
+ position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
77
+ width: 220px; height: 12px; background: #e8e8e8; border-radius: 6px; opacity: 0.8;
78
+ }
79
+ /* small helper */
80
+ svg { display: block; }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+ <!-- Status Bar -->
86
+ <div class="status-bar">
87
+ <div class="status-left">3:25</div>
88
+ <div class="status-right">
89
+ <!-- simple mail icon -->
90
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
91
+ <path d="M3 5h18v14H3z" stroke="#ddd" stroke-width="2"/>
92
+ <path d="M3 7l9 6 9-6" stroke="#ddd" stroke-width="2"/>
93
+ </svg>
94
+ <!-- warning icon -->
95
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
96
+ <path d="M12 3l10 18H2L12 3z" stroke="#ddd" stroke-width="2"/>
97
+ <path d="M12 9v5" stroke="#ddd" stroke-width="2"/>
98
+ <circle cx="12" cy="16.5" r="1.5" fill="#ddd"/>
99
+ </svg>
100
+ <!-- wifi -->
101
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
102
+ <path d="M2 8c5-4 15-4 20 0" stroke="#ddd" stroke-width="2"/>
103
+ <path d="M5 11c3.5-3 10.5-3 14 0" stroke="#ddd" stroke-width="2"/>
104
+ <path d="M8 14c2-2 6-2 8 0" stroke="#ddd" stroke-width="2"/>
105
+ <circle cx="12" cy="18" r="1.5" fill="#ddd"/>
106
+ </svg>
107
+ <!-- battery -->
108
+ <div style="display:flex; align-items:center; gap:10px;">
109
+ <svg width="50" height="24" viewBox="0 0 30 16" fill="none">
110
+ <rect x="1" y="1" width="24" height="14" rx="2" stroke="#ddd" stroke-width="2"/>
111
+ <rect x="3" y="3" width="20" height="10" rx="1" fill="#ddd"/>
112
+ <rect x="26" y="5" width="3" height="6" rx="1" fill="#ddd"/>
113
+ </svg>
114
+ <span style="font-size:34px;">100%</span>
115
+ </div>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Search -->
120
+ <div class="search-area">
121
+ <div class="search-row">
122
+ <div class="search-pill">
123
+ <!-- search icon -->
124
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
125
+ <circle cx="11" cy="11" r="7" stroke="#cfcfcf" stroke-width="2"/>
126
+ <path d="M16 16l5 5" stroke="#cfcfcf" stroke-width="2"/>
127
+ </svg>
128
+ <div class="text">Classical Music</div>
129
+ <!-- clear icon -->
130
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
131
+ <path d="M6 6l12 12M18 6L6 18" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/>
132
+ </svg>
133
+ </div>
134
+ <div class="cancel-btn">Cancel</div>
135
+ </div>
136
+ <div class="divider"></div>
137
+ </div>
138
+
139
+ <!-- List -->
140
+ <div class="list">
141
+ <div class="item">
142
+ <div class="thumb">[IMG: Concert Stage]</div>
143
+ <div class="meta">
144
+ <div class="title">Various</div>
145
+ <div class="subtitle">Great is Your Mercy - Donnie McClurkin...</div>
146
+ </div>
147
+ <div class="right-actions">
148
+ <!-- download -->
149
+ <div class="icon-btn">
150
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
151
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
152
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
153
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
154
+ </svg>
155
+ </div>
156
+ <!-- menu -->
157
+ <div class="icon-btn">
158
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
159
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
160
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
161
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="item">
168
+ <div class="thumb">[IMG: Album Art - Tattooed Group]</div>
169
+ <div class="meta">
170
+ <div class="title">Vybz Kartel</div>
171
+ <div class="subtitle">Classical Gyalis Muzik Vol 1</div>
172
+ </div>
173
+ <div class="right-actions">
174
+ <div class="icon-btn">
175
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
176
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
177
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
178
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
179
+ </svg>
180
+ </div>
181
+ <div class="icon-btn">
182
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
183
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
184
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
185
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="item">
192
+ <div class="thumb">[IMG: Choir Performance]</div>
193
+ <div class="meta">
194
+ <div class="title">Victory Vocals Gh</div>
195
+ <div class="subtitle">Aseda Kesee Anthems & Classicals</div>
196
+ </div>
197
+ <div class="right-actions">
198
+ <div class="icon-btn">
199
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
200
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
201
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
202
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
203
+ </svg>
204
+ </div>
205
+ <div class="icon-btn">
206
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
207
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
208
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
209
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="item">
216
+ <div class="thumb">[IMG: Purple Album Cover]</div>
217
+ <div class="meta">
218
+ <div class="title">BAHDMAN TALLKID</div>
219
+ <div class="subtitle">Classical Jamz SpedUps</div>
220
+ </div>
221
+ <div class="right-actions">
222
+ <div class="icon-btn">
223
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
224
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
225
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
226
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
227
+ </svg>
228
+ </div>
229
+ <div class="icon-btn">
230
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
231
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
232
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
233
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="item">
240
+ <div class="thumb">[IMG: Morning Classical]</div>
241
+ <div class="meta">
242
+ <div class="title">Joseph Alenin</div>
243
+ <div class="subtitle">Positive Start To The Day: Morning Clas...</div>
244
+ </div>
245
+ <div class="right-actions">
246
+ <div class="icon-btn">
247
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
248
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
249
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
250
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
251
+ </svg>
252
+ </div>
253
+ <div class="icon-btn">
254
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
255
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
256
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
257
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="item">
264
+ <div class="thumb">[IMG: Classical Violin]</div>
265
+ <div class="meta">
266
+ <div class="title">Various Artists</div>
267
+ <div class="subtitle">Classical Violin Playlist</div>
268
+ </div>
269
+ <div class="right-actions">
270
+ <div class="icon-btn">
271
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
272
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
273
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
274
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
275
+ </svg>
276
+ </div>
277
+ <div class="icon-btn">
278
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
279
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
280
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
281
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Ad card -->
288
+ <div class="ad-card">
289
+ <div class="ad-wrap">
290
+ <div class="thumb" style="width:160px;height:160px;">[IMG: Product - Pigment Tower]</div>
291
+ <div class="ad-meta">
292
+ <div class="ad-title">PAC Pigment Tower 7 in 1 - 02 At...</div>
293
+ <div class="ad-sub">₹2,195 PAC Pigment Tower (7 in 1) - is a tower filled with various shades of loose...</div>
294
+ <div class="ad-actions">
295
+ <div class="open-btn">Open</div>
296
+ <div class="ad-pill">AD</div>
297
+ </div>
298
+ </div>
299
+ <div class="right-actions">
300
+ <div class="icon-btn">
301
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
302
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
303
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
304
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <div class="item">
312
+ <div class="thumb">[IMG: Rose & Orchestra]</div>
313
+ <div class="meta">
314
+ <div class="title">Prague Symphonia</div>
315
+ <div class="subtitle">Valentine’s Day Classical...</div>
316
+ </div>
317
+ <div class="right-actions">
318
+ <div class="icon-btn">
319
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
320
+ <path d="M12 3v10" stroke="#fff" stroke-width="2"/>
321
+ <path d="M8 9l4 4 4-4" stroke="#fff" stroke-width="2"/>
322
+ <path d="M4 19h16" stroke="#fff" stroke-width="2"/>
323
+ </svg>
324
+ </div>
325
+ <div class="icon-btn">
326
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
327
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
328
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
329
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
330
+ </svg>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Banner Ad -->
336
+ <div class="banner">[IMG: Ad Banner - Cryptocurrency Trading]</div>
337
+ </div>
338
+
339
+ <!-- Mini Player -->
340
+ <div class="mini-player">
341
+ <div class="thumb" style="width:120px;height:120px;">[IMG: Concert Stage]</div>
342
+ <div class="mini-title">Various — Great is Your Mercy - Donnie McClurkin (Gos...)</div>
343
+ <div style="margin-left:auto; display:flex; align-items:center; gap:24px;">
344
+ <!-- play button -->
345
+ <div class="icon-btn">
346
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
347
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
348
+ <path d="M10 8l7 4-7 4V8z" fill="#fff"/>
349
+ </svg>
350
+ </div>
351
+ <!-- menu -->
352
+ <div class="icon-btn">
353
+ <svg width="12" height="48" viewBox="0 0 4 24" fill="none">
354
+ <circle cx="2" cy="4" r="2" fill="#cfcfcf"/>
355
+ <circle cx="2" cy="12" r="2" fill="#cfcfcf"/>
356
+ <circle cx="2" cy="20" r="2" fill="#cfcfcf"/>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+ </div>
361
+
362
+ <!-- Bottom Navigation -->
363
+ <div class="bottom-nav">
364
+ <div class="nav-item">
365
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
366
+ <path d="M6 20v-6l-3-4 5-2 2-5 2 5 5 2-3 4v6H6z" stroke="#cfcfcf" stroke-width="2"/>
367
+ </svg>
368
+ <div class="nav-label">Discover</div>
369
+ </div>
370
+ <div class="nav-item">
371
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
372
+ <rect x="3" y="4" width="6" height="16" stroke="#cfcfcf" stroke-width="2"/>
373
+ <rect x="15" y="4" width="6" height="16" stroke="#cfcfcf" stroke-width="2"/>
374
+ </svg>
375
+ <div class="nav-label">Playlists</div>
376
+ </div>
377
+ <div class="nav-item active">
378
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
379
+ <circle cx="11" cy="11" r="7" stroke="#ff9900" stroke-width="2"/>
380
+ <path d="M16 16l5 5" stroke="#ff9900" stroke-width="2"/>
381
+ </svg>
382
+ <div class="nav-label">Search</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
386
+ <circle cx="12" cy="8" r="4" stroke="#cfcfcf" stroke-width="2"/>
387
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" stroke="#cfcfcf" stroke-width="2"/>
388
+ </svg>
389
+ <div class="nav-label">Feed</div>
390
+ </div>
391
+ <div class="nav-item">
392
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
393
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#cfcfcf" stroke-width="2"/>
394
+ <circle cx="6" cy="7" r="1.5" fill="#cfcfcf"/>
395
+ <circle cx="6" cy="12" r="1.5" fill="#cfcfcf"/>
396
+ <circle cx="6" cy="17" r="1.5" fill="#cfcfcf"/>
397
+ </svg>
398
+ <div class="nav-label">My Library</div>
399
+ </div>
400
+ </div>
401
+ <div class="home-indicator"></div>
402
+ </div>
403
+ </body>
404
+ </html>
code/7582/7582_1.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f0f0f;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0; right: 0;
22
+ height: 120px;
23
+ padding: 0 30px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #eaeaea;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex; align-items: center; gap: 22px;
33
+ font-size: 34px;
34
+ }
35
+ .icon-wifi, .icon-signal, .icon-battery {
36
+ width: 40px; height: 40px;
37
+ }
38
+
39
+ /* Search header */
40
+ .search-header {
41
+ position: absolute;
42
+ top: 120px; left: 0; right: 0;
43
+ height: 140px;
44
+ display: flex; align-items: center; gap: 24px;
45
+ padding: 16px 30px;
46
+ }
47
+ .search-pill {
48
+ flex: 1;
49
+ height: 96px;
50
+ background: #262626;
51
+ border-radius: 48px;
52
+ display: flex; align-items: center;
53
+ padding: 0 28px;
54
+ color: #bdbdbd;
55
+ font-size: 40px;
56
+ }
57
+ .search-pill svg { width: 44px; height: 44px; margin-right: 18px; fill: #bdbdbd; }
58
+ .cancel {
59
+ color: #d0d0d0;
60
+ font-size: 40px;
61
+ }
62
+
63
+ /* Lists */
64
+ .content {
65
+ position: absolute;
66
+ top: 260px;
67
+ left: 0; right: 0; bottom: 0;
68
+ padding: 10px 30px 900px 30px; /* leave room for keyboard */
69
+ overflow: hidden;
70
+ }
71
+ .section-title {
72
+ color: #f5a623;
73
+ font-weight: 700;
74
+ text-transform: uppercase;
75
+ font-size: 34px;
76
+ letter-spacing: 2px;
77
+ margin: 24px 0 10px 6px;
78
+ }
79
+ .recent-item {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: space-between;
83
+ padding: 18px 6px;
84
+ border-bottom: 1px solid rgba(255,255,255,0.04);
85
+ }
86
+ .recent-item .text {
87
+ font-size: 48px;
88
+ color: #f0f0f0;
89
+ line-height: 1.2;
90
+ }
91
+ .recent-item .clear {
92
+ width: 44px; height: 44px;
93
+ opacity: 0.7;
94
+ }
95
+ .recent-item .clear svg { width: 100%; height: 100%; fill: #c9c9c9; }
96
+
97
+ .suggest-item {
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 22px;
101
+ padding: 18px 6px;
102
+ }
103
+ .avatar {
104
+ width: 84px; height: 84px;
105
+ background: #E0E0E0;
106
+ border: 1px solid #BDBDBD;
107
+ border-radius: 50%;
108
+ color: #757575;
109
+ display: flex; align-items: center; justify-content: center;
110
+ font-size: 18px;
111
+ text-align: center;
112
+ }
113
+ .suggest-text .name {
114
+ font-size: 46px;
115
+ color: #ffffff;
116
+ }
117
+ .suggest-text .meta {
118
+ font-size: 30px;
119
+ color: #bfbfbf;
120
+ margin-top: 6px;
121
+ }
122
+
123
+ /* Keyboard */
124
+ .keyboard {
125
+ position: absolute;
126
+ left: 0; right: 0; bottom: 0;
127
+ height: 900px;
128
+ background: #14191b;
129
+ border-top: 1px solid rgba(255,255,255,0.06);
130
+ padding: 18px 20px 30px;
131
+ display: flex; flex-direction: column; justify-content: flex-end;
132
+ box-sizing: border-box;
133
+ }
134
+ .kb-row {
135
+ display: flex;
136
+ gap: 12px;
137
+ padding: 10px 8px;
138
+ justify-content: center;
139
+ }
140
+ .key {
141
+ background: #252b2d;
142
+ color: #d7dde0;
143
+ font-size: 44px;
144
+ height: 112px;
145
+ min-width: 84px;
146
+ padding: 0 8px;
147
+ border-radius: 18px;
148
+ display: flex; align-items: center; justify-content: center;
149
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
150
+ }
151
+ .key.wide { min-width: 120px; }
152
+ .key.wider { min-width: 160px; }
153
+ .key.space { flex: 1; min-width: 380px; }
154
+ .key.circle {
155
+ width: 112px; height: 112px; border-radius: 56px; min-width: 112px;
156
+ background: #9fe8c2; color: #0c2820;
157
+ }
158
+ .kb-row.indent { padding-left: 64px; padding-right: 64px; }
159
+ .kb-row.indent-more { padding-left: 120px; padding-right: 120px; }
160
+ .icon-search { width: 46px; height: 46px; }
161
+ .icon-backspace { width: 52px; height: 52px; fill: #d7dde0; }
162
+ .icon-shift { width: 50px; height: 50px; fill: #d7dde0; }
163
+
164
+ /* Bottom gesture bar */
165
+ .gesture {
166
+ position: absolute; bottom: 14px; left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 240px; height: 8px;
169
+ border-radius: 4px; background: #4b4f51;
170
+ opacity: 0.6;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+ <!-- Status Bar -->
177
+ <div class="status-bar">
178
+ <div class="status-left">3:26</div>
179
+ <div class="status-right">
180
+ <svg class="icon-signal" viewBox="0 0 24 24"><path fill="#eaeaea" d="M2 20h2V8H2v12zm5 0h2V4H7v16zm5 0h2V12h-2v8zm5 0h2V2h-2v18z"/></svg>
181
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path fill="#eaeaea" d="M12 18.5l-1.6-1.6a2.2 2.2 0 0 1 3.2 0L12 18.5zm5-4.9a7 7 0 0 0-10 0l-1.4-1.4a9 9 0 0 1 12.8 0L17 13.6zm4.2-4.2A14 14 0 0 0 2.8 9.4L1.4 8A16 16 0 0 1 22.6 8l-1.4 1.4z"/></svg>
182
+ <div>100%</div>
183
+ <svg class="icon-battery" viewBox="0 0 32 24"><rect x="2" y="6" width="24" height="12" rx="2" fill="#eaeaea"/><rect x="4" y="8" width="18" height="8" fill="#0f0f0f"/><rect x="26" y="9" width="4" height="6" rx="1" fill="#eaeaea"/></svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Search Header -->
188
+ <div class="search-header">
189
+ <div class="search-pill">
190
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
191
+ <span>Search</span>
192
+ </div>
193
+ <div class="cancel">Cancel</div>
194
+ </div>
195
+
196
+ <!-- Content -->
197
+ <div class="content">
198
+ <div class="section-title">Recent Searches</div>
199
+
200
+ <div class="recent-item">
201
+ <div class="text">Classical Music</div>
202
+ <div class="clear">
203
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4 6.3 6.3 6.3-6.3z"/></svg>
204
+ </div>
205
+ </div>
206
+ <div class="recent-item">
207
+ <div class="text">wolfgang amadeus mozart</div>
208
+ <div class="clear">
209
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4 6.3 6.3 6.3-6.3z"/></svg>
210
+ </div>
211
+ </div>
212
+ <div class="recent-item">
213
+ <div class="text">johann sebstiam bach</div>
214
+ <div class="clear">
215
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4 6.3 6.3 6.3-6.3z"/></svg>
216
+ </div>
217
+ </div>
218
+ <div class="recent-item">
219
+ <div class="text">john sebstiam bach</div>
220
+ <div class="clear">
221
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4 6.3 6.3 6.3-6.3z"/></svg>
222
+ </div>
223
+ </div>
224
+ <div class="recent-item">
225
+ <div class="text">classical</div>
226
+ <div class="clear">
227
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7l-1.4-1.4L9.2 12 2.9 5.7l1.4-1.4 6.3 6.3 6.3-6.3z"/></svg>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="section-title" style="margin-top: 34px;">Suggested Searches</div>
232
+
233
+ <div class="suggest-item">
234
+ <div class="avatar">[IMG: Artist Avatar]</div>
235
+ <div class="suggest-text">
236
+ <div class="name">Elmah</div>
237
+ <div class="meta">Artist</div>
238
+ </div>
239
+ </div>
240
+ <div class="suggest-item">
241
+ <div class="avatar">[IMG: Artist Avatar]</div>
242
+ <div class="suggest-text">
243
+ <div class="name">Teejay</div>
244
+ <div class="meta">Artist</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Keyboard -->
250
+ <div class="keyboard">
251
+ <div class="kb-row">
252
+ <div class="key">1</div><div class="key">2</div><div class="key">3</div><div class="key">4</div><div class="key">5</div>
253
+ <div class="key">6</div><div class="key">7</div><div class="key">8</div><div class="key">9</div><div class="key">0</div>
254
+ </div>
255
+ <div class="kb-row">
256
+ <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>
257
+ <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>
258
+ </div>
259
+ <div class="kb-row indent">
260
+ <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>
261
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
262
+ </div>
263
+ <div class="kb-row indent-more">
264
+ <div class="key wide">
265
+ <svg class="icon-shift" viewBox="0 0 24 24"><path d="M12 4 4 12h5v6h6v-6h5L12 4z"/></svg>
266
+ </div>
267
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
268
+ <div class="key wide">
269
+ <svg class="icon-backspace" viewBox="0 0 24 24"><path d="M21 6H9L3 12l6 6h12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-4.6 9.6-1.4 1.4L13 14.4l-2 2-1.4-1.4 2-2-2-2L11 9.6l2 2 2-2 1.4 1.4-2 2 2 2z"/></svg>
270
+ </div>
271
+ </div>
272
+ <div class="kb-row">
273
+ <div class="key wider">?123</div>
274
+ <div class="key">,</div>
275
+ <div class="key space"></div>
276
+ <div class="key">.</div>
277
+ <div class="key circle">
278
+ <svg class="icon-search" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="gesture"></div>
284
+ </div>
285
+ </body>
286
+ </html>
code/7582/7582_2.html ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Search UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0c0c0c;
20
+ color: #fff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #e6e6e6;
31
+ font-size: 34px;
32
+ letter-spacing: 0.2px;
33
+ }
34
+ .status-left,
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 18px;
39
+ }
40
+ .status-right span {
41
+ margin-left: 6px;
42
+ }
43
+
44
+ /* Top search area */
45
+ .top-area {
46
+ padding: 18px 24px 8px 24px;
47
+ }
48
+ .search-row {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 18px;
52
+ padding: 6px 12px;
53
+ }
54
+ .search-bar {
55
+ flex: 1;
56
+ height: 96px;
57
+ background: #1f1f1f;
58
+ border-radius: 48px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 28px;
62
+ position: relative;
63
+ }
64
+ .search-icon {
65
+ width: 44px;
66
+ height: 44px;
67
+ margin-right: 18px;
68
+ opacity: 0.9;
69
+ }
70
+ .search-text {
71
+ font-size: 42px;
72
+ color: #f5f5f5;
73
+ white-space: nowrap;
74
+ overflow: hidden;
75
+ text-overflow: ellipsis;
76
+ flex: 1;
77
+ }
78
+ .caret {
79
+ width: 3px;
80
+ height: 42px;
81
+ background: #f0a320;
82
+ margin-left: 6px;
83
+ border-radius: 2px;
84
+ }
85
+ .clear-btn {
86
+ width: 44px;
87
+ height: 44px;
88
+ margin-left: 16px;
89
+ opacity: 0.7;
90
+ }
91
+ .cancel-btn {
92
+ font-size: 40px;
93
+ color: #e8e8e8;
94
+ padding-right: 12px;
95
+ }
96
+
97
+ /* Sections */
98
+ .section {
99
+ padding: 8px 36px 0 36px;
100
+ }
101
+ .section-title {
102
+ color: #f0a320;
103
+ font-weight: 700;
104
+ font-size: 30px;
105
+ letter-spacing: 1px;
106
+ text-transform: uppercase;
107
+ margin: 28px 0 18px 0;
108
+ }
109
+
110
+ /* Recent search items */
111
+ .recent-item {
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: space-between;
115
+ height: 88px;
116
+ border-bottom: 1px solid rgba(255,255,255,0.06);
117
+ }
118
+ .recent-item .name {
119
+ font-size: 40px;
120
+ color: #f2f2f2;
121
+ }
122
+ .recent-item .remove {
123
+ width: 44px;
124
+ height: 44px;
125
+ opacity: 0.6;
126
+ }
127
+
128
+ /* Suggested list */
129
+ .artist-item {
130
+ display: flex;
131
+ align-items: center;
132
+ padding: 18px 0;
133
+ gap: 24px;
134
+ }
135
+ .avatar {
136
+ width: 96px;
137
+ height: 96px;
138
+ background: #E0E0E0;
139
+ border: 1px solid #BDBDBD;
140
+ border-radius: 50%;
141
+ color: #757575;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ font-size: 20px;
146
+ text-align: center;
147
+ }
148
+ .artist-meta {
149
+ display: flex;
150
+ flex-direction: column;
151
+ gap: 6px;
152
+ }
153
+ .artist-name {
154
+ font-size: 40px;
155
+ color: #fff;
156
+ }
157
+ .artist-sub {
158
+ font-size: 30px;
159
+ color: #b3b3b3;
160
+ }
161
+
162
+ /* Keyboard mock */
163
+ .keyboard {
164
+ position: absolute;
165
+ left: 0;
166
+ right: 0;
167
+ bottom: 48px;
168
+ height: 860px;
169
+ background: #15191c;
170
+ padding: 26px 24px 16px;
171
+ box-sizing: border-box;
172
+ }
173
+ .key-row {
174
+ display: grid;
175
+ grid-gap: 14px;
176
+ margin-bottom: 14px;
177
+ }
178
+ .row-numbers { grid-template-columns: repeat(10, 1fr); }
179
+ .row-letters-1 { grid-template-columns: repeat(10, 1fr); }
180
+ .row-letters-2 { grid-template-columns: 1.2fr repeat(8, 1fr) 1.6fr; }
181
+ .row-letters-3 { grid-template-columns: 1.7fr repeat(7, 1fr) 2.2fr; }
182
+ .row-space { grid-template-columns: 1.6fr 1fr 4.6fr 1fr 1.6fr; }
183
+
184
+ .key {
185
+ background: #22272b;
186
+ color: #dbe2e8;
187
+ font-size: 36px;
188
+ border-radius: 18px;
189
+ height: 120px;
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ }
194
+ .key.small {
195
+ font-size: 30px;
196
+ }
197
+ .key.circle {
198
+ border-radius: 60px;
199
+ background: #a9f0cd;
200
+ color: #103b2a;
201
+ font-weight: 700;
202
+ }
203
+
204
+ /* Gesture bar */
205
+ .gesture {
206
+ position: absolute;
207
+ left: 50%;
208
+ transform: translateX(-50%);
209
+ bottom: 12px;
210
+ width: 300px;
211
+ height: 8px;
212
+ background: #f2f2f2;
213
+ border-radius: 6px;
214
+ opacity: 0.8;
215
+ }
216
+
217
+ /* Helpers: subtle separators below lists to not overlap keyboard */
218
+ .spacer {
219
+ height: 40px;
220
+ }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+ <!-- Status Bar -->
226
+ <div class="status-bar">
227
+ <div class="status-left">
228
+ <span>3:27</span>
229
+ <!-- Mail icon -->
230
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" class="icon-mail">
231
+ <path d="M3 6h18v12H3V6zm0 0l9 6 9-6" stroke="#e6e6e6" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ <!-- Warning icon -->
234
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
235
+ <path d="M12 3l9 16H3L12 3z" stroke="#e6e6e6" stroke-width="1.6" />
236
+ <path d="M12 9v5" stroke="#e6e6e6" stroke-width="1.6" stroke-linecap="round"/>
237
+ <circle cx="12" cy="16.5" r="1.2" fill="#e6e6e6"/>
238
+ </svg>
239
+ </div>
240
+ <div class="status-right">
241
+ <!-- WiFi -->
242
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
243
+ <path d="M2 8a16 16 0 0 1 20 0M5 11a12 12 0 0 1 14 0M8 14a8 8 0 0 1 8 0M11.5 17.5a2 2 0 1 0 1 0" stroke="#e6e6e6" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
244
+ </svg>
245
+ <!-- Battery -->
246
+ <svg width="46" height="34" viewBox="0 0 28 16" fill="none">
247
+ <rect x="1" y="3" width="22" height="10" rx="2" stroke="#e6e6e6" stroke-width="1.6"/>
248
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#e6e6e6"/>
249
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#e6e6e6"/>
250
+ </svg>
251
+ <span>100%</span>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Search -->
256
+ <div class="top-area">
257
+ <div class="search-row">
258
+ <div class="search-bar">
259
+ <svg class="search-icon" viewBox="0 0 24 24">
260
+ <circle cx="11" cy="11" r="7" stroke="#cfcfcf" stroke-width="1.8" fill="none"></circle>
261
+ <path d="M16.5 16.5L21 21" stroke="#cfcfcf" stroke-width="1.8" stroke-linecap="round"></path>
262
+ </svg>
263
+ <div class="search-text">Wolfgang Amadeus Mozart</div>
264
+ <div class="caret"></div>
265
+ <svg class="clear-btn" viewBox="0 0 24 24">
266
+ <path d="M6 6l12 12M18 6L6 18" stroke="#bbbbbb" stroke-width="2" stroke-linecap="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="cancel-btn">Cancel</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Recent Searches -->
274
+ <div class="section">
275
+ <div class="section-title">Recent Searches</div>
276
+
277
+ <div class="recent-item">
278
+ <div class="name">Classical Music</div>
279
+ <svg class="remove" viewBox="0 0 24 24">
280
+ <path d="M6 6l12 12M18 6L6 18" stroke="#9a9a9a" stroke-width="2" stroke-linecap="round"/>
281
+ </svg>
282
+ </div>
283
+ <div class="recent-item">
284
+ <div class="name">wolfgang amadeus mozart</div>
285
+ <svg class="remove" viewBox="0 0 24 24">
286
+ <path d="M6 6l12 12M18 6L6 18" stroke="#9a9a9a" stroke-width="2" stroke-linecap="round"/>
287
+ </svg>
288
+ </div>
289
+ <div class="recent-item">
290
+ <div class="name">johann sebstiam bach</div>
291
+ <svg class="remove" viewBox="0 0 24 24">
292
+ <path d="M6 6l12 12M18 6L6 18" stroke="#9a9a9a" stroke-width="2" stroke-linecap="round"/>
293
+ </svg>
294
+ </div>
295
+ <div class="recent-item">
296
+ <div class="name">john sebstiam bach</div>
297
+ <svg class="remove" viewBox="0 0 24 24">
298
+ <path d="M6 6l12 12M18 6L6 18" stroke="#9a9a9a" stroke-width="2" stroke-linecap="round"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Suggested Searches -->
304
+ <div class="section">
305
+ <div class="section-title">Suggested Searches</div>
306
+
307
+ <div class="artist-item">
308
+ <div class="avatar">[IMG: Artist Avatar]</div>
309
+ <div class="artist-meta">
310
+ <div class="artist-name">Teejay</div>
311
+ <div class="artist-sub">Artist</div>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="artist-item">
316
+ <div class="avatar">[IMG: Artist Avatar]</div>
317
+ <div class="artist-meta">
318
+ <div class="artist-name">Elmah</div>
319
+ <div class="artist-sub">Artist</div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="artist-item">
324
+ <div class="avatar">[IMG: Artist Avatar]</div>
325
+ <div class="artist-meta">
326
+ <div class="artist-name">Ayox</div>
327
+ <div class="artist-sub">Artist</div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="spacer"></div>
333
+
334
+ <!-- Keyboard -->
335
+ <div class="keyboard">
336
+ <div class="key-row row-numbers">
337
+ <div class="key">1</div><div class="key">2</div><div class="key">3</div><div class="key">4</div><div class="key">5</div>
338
+ <div class="key">6</div><div class="key">7</div><div class="key">8</div><div class="key">9</div><div class="key">0</div>
339
+ </div>
340
+ <div class="key-row row-letters-1">
341
+ <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>
342
+ <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>
343
+ </div>
344
+ <div class="key-row row-letters-2">
345
+ <div class="key small">⇥</div><div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
346
+ <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>
347
+ </div>
348
+ <div class="key-row row-letters-3">
349
+ <div class="key small">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
350
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key small">⌫</div>
351
+ </div>
352
+ <div class="key-row row-space">
353
+ <div class="key circle small">?123</div>
354
+ <div class="key small">,</div>
355
+ <div class="key"> </div>
356
+ <div class="key small">.</div>
357
+ <div class="key circle">
358
+ <svg width="42" height="42" viewBox="0 0 24 24">
359
+ <circle cx="10" cy="10" r="6.5" stroke="#103b2a" stroke-width="2" fill="none"></circle>
360
+ <path d="M15.5 15.5L22 22" stroke="#103b2a" stroke-width="2" stroke-linecap="round"></path>
361
+ </svg>
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Gesture bar -->
367
+ <div class="gesture"></div>
368
+ </div>
369
+ </body>
370
+ </html>
code/7582/7582_3.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Music Search 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; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0F0F0F; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #EDEDED; font-size: 36px; letter-spacing: 0.5px;
19
+ }
20
+ .status-right { display: flex; align-items: center; gap: 26px; }
21
+
22
+ /* Search row */
23
+ .search-row {
24
+ display: flex; align-items: center;
25
+ padding: 18px 30px 6px 30px;
26
+ }
27
+ .search-box {
28
+ flex: 1;
29
+ height: 96px; border-radius: 48px; background: #1C1C1C; color: #EDEDED;
30
+ display: flex; align-items: center; padding: 0 26px; gap: 18px;
31
+ }
32
+ .search-input {
33
+ flex: 1; font-size: 36px; color: #EDEDED; outline: none; border: none; background: transparent;
34
+ }
35
+ .cancel-btn {
36
+ margin-left: 18px; color: #BDBDBD; font-size: 36px;
37
+ }
38
+ .icon { width: 40px; height: 40px; display: inline-block; }
39
+
40
+ /* Chips */
41
+ .chips {
42
+ display: flex; gap: 22px; padding: 16px 30px 8px 30px; flex-wrap: wrap;
43
+ }
44
+ .chip {
45
+ padding: 18px 28px; border-radius: 28px; border: 2px solid #4B4B4B; color: #EDEDED; font-size: 34px;
46
+ }
47
+ .chip.active {
48
+ background: #F2A33A; color: #0F0F0F; border-color: #F2A33A; font-weight: 700;
49
+ }
50
+
51
+ /* Controls row */
52
+ .controls {
53
+ padding: 12px 30px; display: flex; align-items: center; justify-content: flex-end; gap: 28px;
54
+ }
55
+ .toggle {
56
+ width: 120px; height: 56px; border-radius: 30px; background: #2D2D2D; position: relative; border: 2px solid #3A3A3A;
57
+ }
58
+ .toggle::after {
59
+ content: ""; position: absolute; top: 4px; left: 4px; width: 46px; height: 46px; background: #FFFFFF; border-radius: 50%;
60
+ transition: left .2s ease;
61
+ }
62
+ .toggle.on { background: #3D3D3D; }
63
+ .toggle.on::after { left: 70px; }
64
+
65
+ /* Section heading */
66
+ .section-title {
67
+ padding: 16px 30px; color: #CFCFCF; font-size: 32px; letter-spacing: 2px; font-weight: 700;
68
+ }
69
+
70
+ /* List */
71
+ .list { padding: 6px 0 0 0; }
72
+ .item {
73
+ display: flex; align-items: center; gap: 26px;
74
+ padding: 22px 30px; border-top: 1px solid #262626;
75
+ }
76
+ .thumb {
77
+ width: 150px; height: 150px; background: #E0E0E0; border: 1px solid #BDBDBD;
78
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center;
79
+ }
80
+ .info { flex: 1; min-width: 0; }
81
+ .title { font-size: 40px; font-weight: 800; color: #FFFFFF; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
82
+ .subtitle { font-size: 32px; color: #B8B8B8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 6px; }
83
+ .actions { display: flex; align-items: center; gap: 26px; }
84
+
85
+ /* Ad banner */
86
+ .ad-banner {
87
+ margin: 16px 30px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
88
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
89
+ }
90
+
91
+ /* Mini player */
92
+ .mini-player {
93
+ position: absolute; left: 0; right: 0; bottom: 160px;
94
+ height: 140px; background: #121212; border-top: 1px solid #262626;
95
+ display: flex; align-items: center; padding: 0 30px; gap: 22px;
96
+ }
97
+ .mini-thumb {
98
+ width: 100px; height: 100px; background: #E0E0E0; border: 1px solid #BDBDBD;
99
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
100
+ }
101
+ .mini-title { font-size: 30px; color: #BDBDBD; }
102
+ .mini-highlight { color: #2EA7FF; font-weight: 700; }
103
+ .mini-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; }
104
+
105
+ /* Bottom nav */
106
+ .bottom-nav {
107
+ position: absolute; left: 0; right: 0; bottom: 40px;
108
+ height: 120px; background: #0F0F0F; border-top: 1px solid #262626;
109
+ display: flex; align-items: center; justify-content: space-around;
110
+ }
111
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #BDBDBD; font-size: 26px; }
112
+ .nav-item.active { color: #F2A33A; font-weight: 700; }
113
+ .home-indicator {
114
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
115
+ width: 300px; height: 10px; border-radius: 6px; background: #2A2A2A;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status Bar -->
123
+ <div class="status-bar">
124
+ <div>3:28</div>
125
+ <div class="status-right">
126
+ <!-- mail icon -->
127
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><path d="M3 6h18v12H3V6zm1 1v.4l8 5.2 8-5.2V7H4z"/></svg>
128
+ <!-- warning icon -->
129
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><path d="M1 20h22L12 2 1 20zm12-3h-2v2h2v-2zm0-6h-2v5h2v-5z"/></svg>
130
+ <!-- wifi -->
131
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 18.5l-2-2c1.1-1.1 2.9-1.1 4 0l-2 2zm-4-4c3.3-3.3 8.7-3.3 12 0l-2 2c-2.2-2.2-5.8-2.2-8 0l-2-2zM2 10c5.5-5.5 14.5-5.5 20 0l-2 2c-4.4-4.4-11.6-4.4-16 0L2 10z"/></svg>
132
+ <div>100%</div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Search -->
137
+ <div class="search-row">
138
+ <div class="search-box">
139
+ <svg class="icon" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M10 2a8 8 0 105.3 14l4.4 4.3 1.3-1.3-4.3-4.4A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>
140
+ <input class="search-input" value="Wolfgang Amadeus Mozart" />
141
+ <!-- clear icon -->
142
+ <svg class="icon" viewBox="0 0 24 24" fill="#9E9E9E"><path d="M18 6L6 18l-1.4-1.4L16.6 4.6 18 6zm0 12L6 6l1.4-1.4L19.4 16.6 18 18z"/></svg>
143
+ </div>
144
+ <div class="cancel-btn">Cancel</div>
145
+ </div>
146
+
147
+ <!-- Chips -->
148
+ <div class="chips">
149
+ <div class="chip active">All</div>
150
+ <div class="chip">Playlists</div>
151
+ <div class="chip">Songs</div>
152
+ <div class="chip">Albums</div>
153
+ <div class="chip">Accounts</div>
154
+ </div>
155
+
156
+ <!-- Controls -->
157
+ <div class="controls">
158
+ <!-- download icon colored -->
159
+ <svg class="icon" viewBox="0 0 24 24" fill="#F2A33A"><path d="M12 3v10l3-3 1.4 1.4L12 17.8 7.6 11.4 9 10l3 3V3h0zM4 20h16v2H4z"/></svg>
160
+ <div class="toggle on"></div>
161
+ <!-- sliders -->
162
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><path d="M3 6h10v2H3V6zm12 0h6v2h-6V6zM3 11h6v2H3v-2zm8 0h10v2H11v-2zM3 16h14v2H3v-2zm16 0h2v2h-2v-2z"/></svg>
163
+ </div>
164
+
165
+ <!-- Results -->
166
+ <div class="section-title">SEARCH RESULTS</div>
167
+ <div class="list">
168
+
169
+ <div class="item">
170
+ <div class="thumb">[IMG: Album Art]</div>
171
+ <div class="info">
172
+ <div class="title">Wolfgang Amadeus Mozart</div>
173
+ <div class="subtitle">Mozart: Symphonies Nos. 40 &amp; 41</div>
174
+ </div>
175
+ <div class="actions">
176
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
177
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <div class="item">
182
+ <div class="thumb">[IMG: Album Art]</div>
183
+ <div class="info">
184
+ <div class="title">Wolfgang Amadeus Mozart</div>
185
+ <div class="subtitle">Lacrimosa</div>
186
+ </div>
187
+ <div class="actions">
188
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
189
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="item">
194
+ <div class="thumb">[IMG: Album Art]</div>
195
+ <div class="info">
196
+ <div class="title">Wolfgang Amadeus Mozart</div>
197
+ <div class="subtitle">Symphony No. 40 in G Minor, I. Molto allegro</div>
198
+ </div>
199
+ <div class="actions">
200
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
201
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="item">
206
+ <div class="thumb">[IMG: Album Art]</div>
207
+ <div class="info">
208
+ <div class="title">The Remix Station, Beethoven, Wolfgang...</div>
209
+ <div class="subtitle">Classic LoFi Symphonies Vol. 1</div>
210
+ </div>
211
+ <div class="actions">
212
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
213
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="item">
218
+ <div class="thumb">[IMG: Album Art]</div>
219
+ <div class="info">
220
+ <div class="title">Wolfgang Amadeus Mozart</div>
221
+ <div class="subtitle">Symphony No. 41 in C Major, I. Allegro vivace</div>
222
+ </div>
223
+ <div class="actions">
224
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
225
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="item">
230
+ <div class="thumb">[IMG: Album Art]</div>
231
+ <div class="info">
232
+ <div class="title">Wolfgang Amadeus Mozart</div>
233
+ <div class="subtitle">Symphony No. 41 in C Major, IV. Molto allegro</div>
234
+ </div>
235
+ <div class="actions">
236
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
237
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="item">
242
+ <div class="thumb">[IMG: Album Art]</div>
243
+ <div class="info">
244
+ <div class="title">Wolfgang Amadeus Mozart</div>
245
+ <div class="subtitle">Requiem in D Minor, K.626: Introitus</div>
246
+ </div>
247
+ <div class="actions">
248
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
249
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="item">
254
+ <div class="thumb">[IMG: Album Art]</div>
255
+ <div class="info">
256
+ <div class="title">Wolfgang Amadeus Mozart</div>
257
+ <div class="subtitle">Eine kleine Nachtmusik, I. Allegro</div>
258
+ </div>
259
+ <div class="actions">
260
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M12 2v12l3-3 1.4 1.4L12 18.8 7.6 12.4 9 11l3 3V2zM4 20h16v2H4z"/></svg>
261
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
262
+ </div>
263
+ </div>
264
+
265
+ </div>
266
+
267
+ <!-- Ad Banner -->
268
+ <div class="ad-banner">[IMG: Advertising Banner]</div>
269
+
270
+ <!-- Mini Player -->
271
+ <div class="mini-player">
272
+ <div class="mini-thumb">[IMG]</div>
273
+ <div>
274
+ <div class="mini-title">Various</div>
275
+ <div class="mini-title"><span class="mini-highlight">Great is Your Mercy</span> - Donnie McClurkin</div>
276
+ </div>
277
+ <div class="mini-actions">
278
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M8 5v14l11-7L8 5z"/></svg>
279
+ <svg class="icon" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="12" r="10" fill="none" stroke="#FFFFFF" stroke-width="2"/></svg>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom Navigation -->
284
+ <div class="bottom-nav">
285
+ <div class="nav-item">
286
+ <svg class="icon" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M12 2l7 7-1.4 1.4L12 4.8 6.4 10.4 5 9l7-7zm-5 9h10v11H7V11z"/></svg>
287
+ <div>Discover</div>
288
+ </div>
289
+ <div class="nav-item">
290
+ <svg class="icon" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M4 5h16v2H4V5zm0 6h16v2H4v-2zm0 6h10v2H4v-2z"/></svg>
291
+ <div>Playlists</div>
292
+ </div>
293
+ <div class="nav-item active">
294
+ <svg class="icon" viewBox="0 0 24 24" fill="#F2A33A"><path d="M10 2a8 8 0 105.3 14l4.4 4.3 1.3-1.3-4.3-4.4A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>
295
+ <div>Search</div>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg class="icon" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5z"/></svg>
299
+ <div>Feed</div>
300
+ </div>
301
+ <div class="nav-item">
302
+ <svg class="icon" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M4 4h7v7H4V4zm0 9h7v7H4v-7zm9-9h7v7h-7V4zm0 9h7v7h-7v-7z"/></svg>
303
+ <div>My Library</div>
304
+ </div>
305
+ </div>
306
+ <div class="home-indicator"></div>
307
+
308
+ </div>
309
+ </body>
310
+ </html>
code/7582/7582_4.html ADDED
@@ -0,0 +1,470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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, Helvetica, Arial, sans-serif; color: #fff; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: radial-gradient(1200px 900px at 50% 40%, rgba(60,60,60,0.35), rgba(0,0,0,0.96) 60%), #000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #eaeaea;
25
+ font-size: 38px;
26
+ letter-spacing: 0.5px;
27
+ opacity: 0.95;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .icon {
35
+ display: inline-flex;
36
+ width: 48px;
37
+ height: 48px;
38
+ align-items: center;
39
+ justify-content: center;
40
+ }
41
+ .icon svg { width: 100%; height: 100%; fill: currentColor; }
42
+
43
+ /* Header controls */
44
+ .top-controls {
45
+ position: absolute;
46
+ top: 130px;
47
+ left: 0;
48
+ right: 0;
49
+ padding: 0 36px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ color: #fff;
54
+ }
55
+ .top-btn {
56
+ width: 96px;
57
+ height: 96px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ color: #fff;
62
+ opacity: 0.9;
63
+ }
64
+
65
+ /* Album art */
66
+ .art-wrap {
67
+ margin-top: 220px;
68
+ display: flex;
69
+ justify-content: center;
70
+ padding: 0 80px;
71
+ }
72
+ .album-art {
73
+ width: 860px;
74
+ height: 860px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ color: #575757;
81
+ font-size: 40px;
82
+ text-align: center;
83
+ box-shadow: 0 40px 120px rgba(0,0,0,0.5);
84
+ }
85
+
86
+ /* Titles */
87
+ .titles {
88
+ margin-top: 70px;
89
+ text-align: center;
90
+ line-height: 1.25;
91
+ }
92
+ .composer {
93
+ font-size: 58px;
94
+ font-weight: 400;
95
+ color: #f5f5f7;
96
+ }
97
+ .track {
98
+ margin-top: 12px;
99
+ font-size: 76px;
100
+ font-weight: 800;
101
+ color: #ffffff;
102
+ }
103
+
104
+ /* Action buttons */
105
+ .actions {
106
+ margin-top: 70px;
107
+ display: flex;
108
+ justify-content: space-around;
109
+ padding: 0 80px;
110
+ color: #d9d9d9;
111
+ }
112
+ .action {
113
+ display: flex;
114
+ flex-direction: column;
115
+ align-items: center;
116
+ gap: 18px;
117
+ }
118
+ .action .icon { width: 72px; height: 72px; color: #ffffff; }
119
+ .action span { font-size: 34px; color: #cfcfcf; }
120
+
121
+ /* Waveform + progress */
122
+ .wave-wrap {
123
+ margin-top: 60px;
124
+ padding: 0 40px;
125
+ }
126
+ .wave {
127
+ height: 130px;
128
+ display: flex;
129
+ align-items: flex-end;
130
+ gap: 8px;
131
+ opacity: 0.9;
132
+ }
133
+ .bar {
134
+ width: 14px;
135
+ background: linear-gradient(to top, rgba(255,255,255,0.6), rgba(255,255,255,0.95));
136
+ border-radius: 6px;
137
+ }
138
+ /* Create a soft baseline line */
139
+ .progress-line {
140
+ position: relative;
141
+ height: 8px;
142
+ background: linear-gradient(to right, #f5a623 0%, #ffffff 0%);
143
+ border-radius: 8px;
144
+ margin-top: 16px;
145
+ overflow: hidden;
146
+ }
147
+ .progress-line::before {
148
+ /* buffered track */
149
+ content: "";
150
+ position: absolute;
151
+ left: 0; top: 0; bottom: 0;
152
+ width: 14%;
153
+ background: #f5a623;
154
+ }
155
+ .progress-line::after {
156
+ /* remaining */
157
+ content: "";
158
+ position: absolute;
159
+ left: 14%; top: 0; bottom: 0; right: 0;
160
+ background: rgba(255,255,255,0.18);
161
+ }
162
+ .time-row {
163
+ margin-top: 12px;
164
+ display: flex;
165
+ justify-content: space-between;
166
+ color: #e8e8e8;
167
+ font-size: 34px;
168
+ letter-spacing: 0.3px;
169
+ }
170
+
171
+ /* Player controls */
172
+ .controls {
173
+ margin-top: 46px;
174
+ padding: 0 60px;
175
+ display: grid;
176
+ grid-template-columns: 1fr 1fr 1fr 1fr;
177
+ align-items: center;
178
+ }
179
+ .center-controls {
180
+ grid-column: 1 / -1;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ gap: 160px;
185
+ margin-top: 10px;
186
+ }
187
+ .prev-next .icon { width: 90px; height: 90px; }
188
+ .play-btn {
189
+ width: 220px;
190
+ height: 220px;
191
+ border-radius: 50%;
192
+ border: 10px solid #ffffff;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ box-shadow: 0 10px 40px rgba(0,0,0,0.6);
197
+ }
198
+ .shuffle {
199
+ position: absolute;
200
+ right: 56px;
201
+ margin-top: -90px;
202
+ color: #ffffff;
203
+ opacity: 0.9;
204
+ }
205
+ .shuffle .icon { width: 72px; height: 72px; }
206
+
207
+ /* Divider */
208
+ .divider {
209
+ margin: 60px 0 0;
210
+ height: 2px;
211
+ background: rgba(255,255,255,0.12);
212
+ }
213
+
214
+ /* Profile row */
215
+ .profile {
216
+ padding: 36px 40px;
217
+ display: flex;
218
+ align-items: center;
219
+ gap: 28px;
220
+ }
221
+ .avatar {
222
+ width: 120px;
223
+ height: 120px;
224
+ border-radius: 50%;
225
+ background: #E0E0E0;
226
+ border: 1px solid #BDBDBD;
227
+ display: flex;
228
+ align-items: center;
229
+ justify-content: center;
230
+ color: #6b6b6b;
231
+ font-size: 24px;
232
+ }
233
+ .profile-text {
234
+ display: flex;
235
+ flex-direction: column;
236
+ }
237
+ .profile-name {
238
+ font-size: 44px;
239
+ font-weight: 700;
240
+ color: #ffffff;
241
+ }
242
+ .followers {
243
+ margin-top: 6px;
244
+ font-size: 34px;
245
+ color: #d9b36f;
246
+ }
247
+ .follow-btn {
248
+ margin-left: auto;
249
+ padding: 16px 36px;
250
+ border-radius: 50px;
251
+ border: 6px solid #f5a623;
252
+ color: #f5a623;
253
+ font-weight: 800;
254
+ font-size: 38px;
255
+ letter-spacing: 1px;
256
+ }
257
+
258
+ /* Ad banner placeholder */
259
+ .ad {
260
+ margin: 24px 0;
261
+ padding: 0 24px;
262
+ }
263
+ .ad .ad-box {
264
+ width: 100%;
265
+ height: 220px;
266
+ background: #E0E0E0;
267
+ border: 1px solid #BDBDBD;
268
+ display: flex;
269
+ align-items: center;
270
+ justify-content: center;
271
+ color: #5e5e5e;
272
+ font-size: 36px;
273
+ font-weight: 600;
274
+ }
275
+
276
+ /* Home indicator */
277
+ .home-indicator {
278
+ position: absolute;
279
+ left: 50%;
280
+ bottom: 24px;
281
+ transform: translateX(-50%);
282
+ width: 240px;
283
+ height: 12px;
284
+ background: rgba(255,255,255,0.9);
285
+ border-radius: 10px;
286
+ }
287
+ </style>
288
+ </head>
289
+ <body>
290
+ <div id="render-target">
291
+
292
+ <!-- Status bar -->
293
+ <div class="status-bar">
294
+ <div>3:28</div>
295
+ <div class="status-right">
296
+ <span class="icon" style="width:44px;height:44px;">
297
+ <svg viewBox="0 0 24 24"><path d="M2 18h2c4-5 12-5 16 0h2c-2-6-7-10-12-10S4 12 2 18z"/></svg>
298
+ </span>
299
+ <span class="icon" style="width:44px;height:44px;">
300
+ <svg viewBox="0 0 24 24"><path d="M4 18h4V8H4v10zm6 0h4V4h-4v14zm6 0h4V12h-4v6z"/></svg>
301
+ </span>
302
+ <span>100%</span>
303
+ <span class="icon" style="width:44px;height:44px;">
304
+ <svg viewBox="0 0 24 24"><path d="M16 7H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h11l4-4.5L16 7zM5 9h10l2.5 3L15 15H5V9z"/></svg>
305
+ </span>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Top header controls -->
310
+ <div class="top-controls">
311
+ <div class="top-btn">
312
+ <svg viewBox="0 0 24 24" width="72" height="72" fill="#fff"><path d="M15.5 19L7.5 11l8-8-1.5-1.5L4.5 11l9.5 9.5L15.5 19z"/></svg>
313
+ </div>
314
+ <div class="top-btn">
315
+ <svg viewBox="0 0 24 24" width="72" height="72" fill="#fff">
316
+ <path d="M4 7h10v2H4V7zm0 4h10v2H4v-2zm0 4h10v2H4v-2zM18 7l4 3-4 3V7z"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Album art -->
322
+ <div class="art-wrap">
323
+ <div class="album-art">[IMG: Album Art - Classical Sculpture]</div>
324
+ </div>
325
+
326
+ <!-- Titles -->
327
+ <div class="titles">
328
+ <div class="composer">Wolfgang Amadeus Mozart</div>
329
+ <div class="track">Lacrimosa</div>
330
+ </div>
331
+
332
+ <!-- Actions -->
333
+ <div class="actions">
334
+ <div class="action">
335
+ <div class="icon">
336
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.7-9.3-7.6C-0.3 10.9 1.6 5 6 5c2.1 0 3.6 1.1 4 1.7C10.4 6.1 11.9 5 14 5c4.4 0 6.3 5.9 3.3 8.4C18.5 14.2 12 21 12 21z"/></svg>
337
+ </div>
338
+ <span>Like</span>
339
+ </div>
340
+ <div class="action">
341
+ <div class="icon">
342
+ <svg viewBox="0 0 24 24"><path d="M4 6h12v2H4V6zm0 4h12v2H4v-2zm0 4h8v2H4v-2zM20 10h-3V7h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>
343
+ </div>
344
+ <span>Playlist</span>
345
+ </div>
346
+ <div class="action">
347
+ <div class="icon">
348
+ <svg viewBox="0 0 24 24"><path d="M12 3v10.2l3.6-3.6L17 11l-5 5-5-5 1.4-1.4L11 13.2V3h1zM5 19h14v2H5v-2z"/></svg>
349
+ </div>
350
+ <span>Download</span>
351
+ </div>
352
+ <div class="action">
353
+ <div class="icon">
354
+ <svg viewBox="0 0 24 24"><path d="M2 21l20-9L2 3v7l14 2-14 2v7z"/></svg>
355
+ </div>
356
+ <span>Share</span>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Waveform and progress -->
361
+ <div class="wave-wrap">
362
+ <div class="wave">
363
+ <!-- A simple visual waveform (varying heights) -->
364
+ <div class="bar" style="height:28px"></div>
365
+ <div class="bar" style="height:44px"></div>
366
+ <div class="bar" style="height:70px"></div>
367
+ <div class="bar" style="height:56px"></div>
368
+ <div class="bar" style="height:40px"></div>
369
+ <div class="bar" style="height:84px"></div>
370
+ <div class="bar" style="height:46px"></div>
371
+ <div class="bar" style="height:34px"></div>
372
+ <div class="bar" style="height:58px"></div>
373
+ <div class="bar" style="height:92px"></div>
374
+ <div class="bar" style="height:72px"></div>
375
+ <div class="bar" style="height:38px"></div>
376
+ <div class="bar" style="height:30px"></div>
377
+ <div class="bar" style="height:52px"></div>
378
+ <div class="bar" style="height:76px"></div>
379
+ <div class="bar" style="height:66px"></div>
380
+ <div class="bar" style="height:32px"></div>
381
+ <div class="bar" style="height:28px"></div>
382
+ <div class="bar" style="height:44px"></div>
383
+ <div class="bar" style="height:70px"></div>
384
+ <div class="bar" style="height:56px"></div>
385
+ <div class="bar" style="height:40px"></div>
386
+ <div class="bar" style="height:84px"></div>
387
+ <div class="bar" style="height:46px"></div>
388
+ <div class="bar" style="height:34px"></div>
389
+ <div class="bar" style="height:58px"></div>
390
+ <div class="bar" style="height:92px"></div>
391
+ <div class="bar" style="height:72px"></div>
392
+ <div class="bar" style="height:38px"></div>
393
+ <div class="bar" style="height:30px"></div>
394
+ <div class="bar" style="height:52px"></div>
395
+ <div class="bar" style="height:76px"></div>
396
+ <div class="bar" style="height:66px"></div>
397
+ <div class="bar" style="height:32px"></div>
398
+ <div class="bar" style="height:28px"></div>
399
+ <div class="bar" style="height:44px"></div>
400
+ <div class="bar" style="height:70px"></div>
401
+ <div class="bar" style="height:56px"></div>
402
+ <div class="bar" style="height:40px"></div>
403
+ <div class="bar" style="height:84px"></div>
404
+ <div class="bar" style="height:46px"></div>
405
+ <div class="bar" style="height:34px"></div>
406
+ <div class="bar" style="height:58px"></div>
407
+ <div class="bar" style="height:92px"></div>
408
+ <div class="bar" style="height:72px"></div>
409
+ <div class="bar" style="height:38px"></div>
410
+ <div class="bar" style="height:30px"></div>
411
+ <div class="bar" style="height:52px"></div>
412
+ <div class="bar" style="height:76px"></div>
413
+ <div class="bar" style="height:66px"></div>
414
+ <div class="bar" style="height:32px"></div>
415
+ </div>
416
+ <div class="progress-line"></div>
417
+ <div class="time-row">
418
+ <div>0:00</div>
419
+ <div>4:54</div>
420
+ </div>
421
+ </div>
422
+
423
+ <!-- Player controls -->
424
+ <div class="controls">
425
+ <div class="center-controls">
426
+ <div class="prev-next">
427
+ <div class="icon">
428
+ <svg viewBox="0 0 24 24"><path d="M6 5v14l9-7-9-7zM4 5h2v14H4z"/></svg>
429
+ </div>
430
+ </div>
431
+ <div class="play-btn">
432
+ <svg viewBox="0 0 24 24" width="120" height="120" fill="#fff">
433
+ <path d="M7 5h3v14H7zM14 5h3v14h-3z"/>
434
+ </svg>
435
+ </div>
436
+ <div class="prev-next">
437
+ <div class="icon">
438
+ <svg viewBox="0 0 24 24"><path d="M18 19V5l-9 7 9 7zM18 5h2v14h-2z"/></svg>
439
+ </div>
440
+ </div>
441
+ </div>
442
+ <div class="shuffle">
443
+ <div class="icon">
444
+ <svg viewBox="0 0 24 24"><path d="M2 7h5l3 3-3 3H2V7zm12-2h6v6h-2V8.4l-2.2 2.2-1.4-1.4L16.6 7H14V5zm0 14h6v-6h-2v2.6l-2.2-2.2-1.4 1.4 2.2 2.2H14v2zM2 17h5l3-3-1.4-1.4L6.6 15H2v2z"/></svg>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <div class="divider"></div>
450
+
451
+ <!-- Profile row -->
452
+ <div class="profile">
453
+ <div class="avatar">[IMG: User Avatar]</div>
454
+ <div class="profile-text">
455
+ <div class="profile-name">Audiomack User</div>
456
+ <div class="followers"><span style="color:#f5a623; font-weight:700;">384</span> Followers</div>
457
+ </div>
458
+ <div class="follow-btn">FOLLOW</div>
459
+ </div>
460
+
461
+ <!-- Ad banner -->
462
+ <div class="ad">
463
+ <div class="ad-box">[IMG: Ad Banner]</div>
464
+ </div>
465
+
466
+ <!-- Bottom home indicator -->
467
+ <div class="home-indicator"></div>
468
+ </div>
469
+ </body>
470
+ </html>
code/7584/7584_0.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>Settings UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #0F1210; /* dark Android-like */
15
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #EDEEEB;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 90px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ color: #D9DED8;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-dot {
40
+ width: 10px; height: 10px; background: #D9DED8; border-radius: 50%;
41
+ }
42
+
43
+ /* Header */
44
+ .header {
45
+ position: absolute;
46
+ top: 150px;
47
+ left: 60px;
48
+ right: 60px;
49
+ }
50
+ .title {
51
+ font-size: 112px;
52
+ font-weight: 600;
53
+ line-height: 1.1;
54
+ margin: 0 0 40px 0;
55
+ color: #F3F4F2;
56
+ }
57
+ .avatar {
58
+ position: absolute;
59
+ right: 60px;
60
+ top: 20px;
61
+ width: 132px;
62
+ height: 132px;
63
+ border-radius: 50%;
64
+ background: #5A38F0;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ color: #FFFFFF;
69
+ font-weight: 700;
70
+ font-size: 64px;
71
+ }
72
+
73
+ /* Search */
74
+ .search {
75
+ width: 960px;
76
+ height: 116px;
77
+ background: #3D413E;
78
+ border-radius: 58px;
79
+ display: flex;
80
+ align-items: center;
81
+ padding: 0 40px;
82
+ color: #C9CEC8;
83
+ font-size: 44px;
84
+ gap: 28px;
85
+ }
86
+ .search svg { flex: 0 0 auto; }
87
+
88
+ /* List */
89
+ .list {
90
+ position: absolute;
91
+ top: 480px;
92
+ left: 60px;
93
+ right: 60px;
94
+ }
95
+ .item {
96
+ display: flex;
97
+ align-items: flex-start;
98
+ gap: 36px;
99
+ padding: 36px 0;
100
+ }
101
+ .icon {
102
+ width: 72px;
103
+ height: 72px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ }
108
+ .item-text {
109
+ flex: 1;
110
+ }
111
+ .item-title {
112
+ margin: 0;
113
+ font-size: 56px;
114
+ font-weight: 600;
115
+ color: #F0F3EF;
116
+ }
117
+ .item-sub {
118
+ margin: 10px 0 0 0;
119
+ font-size: 36px;
120
+ color: #98A29A;
121
+ }
122
+
123
+ /* Bottom gesture pill */
124
+ .gesture {
125
+ position: absolute;
126
+ bottom: 48px;
127
+ left: 50%;
128
+ transform: translateX(-50%);
129
+ width: 320px;
130
+ height: 16px;
131
+ background: #D7D9D4;
132
+ border-radius: 10px;
133
+ opacity: 0.8;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status Bar -->
141
+ <div class="status-bar">
142
+ <div>10:10</div>
143
+ <div class="status-icons">
144
+ <!-- Simple moon icon -->
145
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
146
+ <path d="M12 3a8.5 8.5 0 0 0 0 18c-3-1-5-3.5-5.5-6.5S7 8 10 5.5 15 4 18 5c-2-1.4-4.4-2-6-2z" stroke="#D9DED8" stroke-width="1.5" fill="none"/>
147
+ </svg>
148
+ <!-- small triangle icon -->
149
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
150
+ <path d="M5 18L12 6l7 12H5z" stroke="#D9DED8" stroke-width="1.5" fill="none"/>
151
+ </svg>
152
+ <!-- mountain icon -->
153
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
154
+ <path d="M3 19l6-9 5 7 3-4 4 6H3z" stroke="#D9DED8" stroke-width="1.5" fill="none"/>
155
+ </svg>
156
+ <div class="status-dot"></div>
157
+ <!-- Do Not Disturb -->
158
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
159
+ <circle cx="12" cy="12" r="9" stroke="#D9DED8" stroke-width="1.5"/>
160
+ <path d="M7 12h10" stroke="#D9DED8" stroke-width="1.5" />
161
+ </svg>
162
+ <!-- Signal -->
163
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
164
+ <path d="M4 18h2M8 14h2M12 10h2M16 6h2" stroke="#D9DED8" stroke-width="1.5" stroke-linecap="round"/>
165
+ </svg>
166
+ <!-- Battery -->
167
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
168
+ <rect x="3" y="7" width="16" height="10" rx="2" stroke="#D9DED8" stroke-width="1.5"/>
169
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#D9DED8"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Header -->
175
+ <div class="header">
176
+ <h1 class="title">Settings</h1>
177
+ <div class="avatar">C</div>
178
+ <div class="search">
179
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
180
+ <circle cx="11" cy="11" r="7" stroke="#C9CEC8" stroke-width="2"/>
181
+ <line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#C9CEC8" stroke-width="2" stroke-linecap="round"/>
182
+ </svg>
183
+ <span>Search settings</span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- List -->
188
+ <div class="list">
189
+
190
+ <div class="item">
191
+ <div class="icon">
192
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
193
+ <path d="M2 8c5-4 15-4 20 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
194
+ <path d="M5 11c4-3 10-3 14 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
195
+ <path d="M8 14c3-2 7-2 10 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
196
+ <circle cx="12" cy="19" r="1.2" fill="#FFFFFF"/>
197
+ </svg>
198
+ </div>
199
+ <div class="item-text">
200
+ <h3 class="item-title">Network &amp; internet</h3>
201
+ <p class="item-sub">Mobile, Wi‑Fi, hotspot</p>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="item">
206
+ <div class="icon">
207
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
208
+ <rect x="3" y="4" width="10" height="16" rx="2" stroke="#FFFFFF" stroke-width="2"/>
209
+ <rect x="16" y="8" width="5" height="8" rx="1.5" stroke="#FFFFFF" stroke-width="2"/>
210
+ <circle cx="8" cy="17" r="1.2" fill="#FFFFFF"/>
211
+ </svg>
212
+ </div>
213
+ <div class="item-text">
214
+ <h3 class="item-title">Connected devices</h3>
215
+ <p class="item-sub">Bluetooth, pairing</p>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="item">
220
+ <div class="icon">
221
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
222
+ <rect x="4" y="4" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
223
+ <rect x="10" y="4" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
224
+ <rect x="16" y="4" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
225
+ <rect x="4" y="10" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
226
+ <rect x="10" y="10" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
227
+ <rect x="16" y="10" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
228
+ <rect x="4" y="16" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
229
+ <rect x="10" y="16" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
230
+ <rect x="16" y="16" width="5" height="5" rx="1.2" fill="#FFFFFF"/>
231
+ </svg>
232
+ </div>
233
+ <div class="item-text">
234
+ <h3 class="item-title">Apps</h3>
235
+ <p class="item-sub">Assistant, recent apps, default apps</p>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="item">
240
+ <div class="icon">
241
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
242
+ <path d="M12 3c3 0 5 2.5 5 5.5V11l2 2v2H5v-2l2-2V8.5C7 5.5 9 3 12 3z" stroke="#FFFFFF" stroke-width="2" fill="none"/>
243
+ <path d="M9 19h6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
244
+ </svg>
245
+ </div>
246
+ <div class="item-text">
247
+ <h3 class="item-title">Notifications</h3>
248
+ <p class="item-sub">Notification history, conversations</p>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="item">
253
+ <div class="icon">
254
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
255
+ <rect x="3" y="7" width="16" height="10" rx="2" stroke="#FFFFFF" stroke-width="2"/>
256
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#FFFFFF"/>
257
+ <rect x="5" y="9" width="12" height="6" rx="1" fill="#FFFFFF"/>
258
+ </svg>
259
+ </div>
260
+ <div class="item-text">
261
+ <h3 class="item-title">Battery</h3>
262
+ <p class="item-sub">100%</p>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="item">
267
+ <div class="icon">
268
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
269
+ <rect x="3" y="6" width="18" height="3" rx="1" fill="#FFFFFF"/>
270
+ <rect x="3" y="11" width="18" height="3" rx="1" fill="#FFFFFF"/>
271
+ <rect x="3" y="16" width="18" height="3" rx="1" fill="#FFFFFF"/>
272
+ </svg>
273
+ </div>
274
+ <div class="item-text">
275
+ <h3 class="item-title">Storage</h3>
276
+ <p class="item-sub">28% used - 92.34 GB free</p>
277
+ </div>
278
+ </div>
279
+
280
+ <div class="item">
281
+ <div class="icon">
282
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
283
+ <path d="M4 10h4l5-3v10l-5-3H4z" fill="#FFFFFF"/>
284
+ <path d="M16 9c2 1.5 2 5.5 0 7" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" fill="none"/>
285
+ </svg>
286
+ </div>
287
+ <div class="item-text">
288
+ <h3 class="item-title">Sound &amp; vibration</h3>
289
+ <p class="item-sub">Volume, haptics, Do Not Disturb</p>
290
+ </div>
291
+ </div>
292
+
293
+ </div>
294
+
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/7584/7584_1.html ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>ZVV Mobile UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0f1011;
10
+ --blue:#0A6FBB;
11
+ --blue-2:#0b78c6;
12
+ --card:#2c2e31;
13
+ --muted:#9aa3ac;
14
+ --white:#f5f6f7;
15
+ --outline:#b9d3ea;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--white); }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:var(--bg);
21
+ }
22
+
23
+ .container{ padding:44px 48px; }
24
+ .status-bar{
25
+ height:80px; display:flex; align-items:center; justify-content:space-between; color:#fff; font-weight:600; letter-spacing:1px;
26
+ }
27
+ .status-left, .status-right{ display:flex; align-items:center; gap:22px; }
28
+ .time{ font-size:40px; }
29
+ .sb-ic svg{ width:34px; height:34px; opacity:0.9; }
30
+
31
+ /* round shortcut icons */
32
+ .top-actions{ margin-top:36px; display:flex; gap:30px; align-items:center; }
33
+ .round{
34
+ width:110px; height:110px; border:6px solid var(--outline); border-radius:55px; display:flex; align-items:center; justify-content:center; color:var(--outline);
35
+ }
36
+ .round svg{ width:52px; height:52px; }
37
+
38
+ /* search card */
39
+ .blue-card{
40
+ background:var(--blue); border-radius:36px; padding:34px; margin-top:38px;
41
+ box-shadow: 0 6px 0 rgba(0,0,0,0.25) inset;
42
+ }
43
+ .search-input{
44
+ background:#33373a; border-radius:26px; height:136px; display:flex; align-items:center; justify-content:space-between; padding:0 36px; color:#b7babd; font-size:46px; font-weight:600;
45
+ }
46
+ .clock-badge{
47
+ width:100px; height:100px; border-radius:20px; background:#3a3e41; display:flex; align-items:center; justify-content:center;
48
+ }
49
+ .clock-badge svg{ width:64px; height:64px; fill:none; stroke:#cfe6fb; stroke-width:8px; }
50
+
51
+ /* nearby stops card */
52
+ .stops-title{ display:flex; align-items:center; gap:26px; font-size:50px; font-weight:800; color:#e8f3ff; }
53
+ .stops-actions{ margin-top:34px; display:flex; gap:30px; }
54
+ .outline-btn{
55
+ height:120px; padding:0 46px; border:6px solid var(--outline); color:#e8f3ff; background:transparent; border-radius:60px; font-size:44px; font-weight:800; display:flex; align-items:center; gap:22px;
56
+ }
57
+ .outline-btn svg{ width:48px; height:48px; stroke:#d3e6fb; fill:none; stroke-width:8px; }
58
+
59
+ /* quick selection */
60
+ .section-title{ margin:38px 0 22px; font-size:52px; font-weight:900; color:#e9edf2; }
61
+ .quick-wrap{
62
+ background:#232527; border-radius:30px; padding:34px; }
63
+ .quick-list{ display:flex; gap:28px; }
64
+ .quick-card{
65
+ width:300px; height:280px; background:var(--blue-2); border-radius:26px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; font-weight:900; font-size:40px; padding:0 20px;
66
+ box-shadow: 0 8px 0 rgba(0,0,0,0.25) inset;
67
+ }
68
+
69
+ /* swisspass card */
70
+ .list-card{
71
+ background:#2b2d30; border-radius:30px; padding:34px; display:flex; align-items:center; gap:26px; margin-top:46px; font-size:46px; font-weight:700;
72
+ }
73
+ .red-badge{ width:92px; height:92px; background:#c83535; border-radius:18px; display:flex; align-items:center; justify-content:center; }
74
+ .red-badge svg{ width:54px; height:54px; fill:#fff; }
75
+
76
+ /* grouped list */
77
+ .group-card{ background:#3a3d40; border-radius:30px; overflow:hidden; margin-top:40px; }
78
+ .group-item{ padding:36px 34px; display:flex; align-items:center; gap:26px; font-size:44px; font-weight:700; color:#e7eaee; }
79
+ .group-divider{ height:2px; background:#2b2d30; margin:0 34px; }
80
+ .group-icon svg{ width:54px; height:54px; stroke:#d9e8f8; fill:none; stroke-width:8px; }
81
+
82
+ /* floating tickets button */
83
+ .fab{
84
+ position:absolute; right:54px; bottom:150px; height:140px; padding:0 44px; border:8px solid var(--outline); color:#dbeeff; background:transparent; border-radius:80px; display:flex; align-items:center; gap:24px; font-size:48px; font-weight:900;
85
+ backdrop-filter: blur(2px);
86
+ }
87
+ .fab svg{ width:70px; height:70px; stroke:#cfe5fb; fill:none; stroke-width:10px; }
88
+
89
+ /* ZVV logo placeholder (image rule) */
90
+ .logo-wrap{
91
+ position:absolute; right:48px; top:160px;
92
+ }
93
+ .img-pl{
94
+ width:220px; height:110px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:34px;
95
+ border-radius:12px;
96
+ }
97
+
98
+ /* bottom home indicator */
99
+ .home-indicator{
100
+ position:absolute; left:50%; transform:translateX(-50%); bottom:30px; width:360px; height:12px; background:#bfbfbf; border-radius:6px; opacity:0.7;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+ <div class="container">
107
+
108
+ <!-- Status bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">
111
+ <span class="time">10:10</span>
112
+ <span class="sb-ic">
113
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 9 9A7 7 0 0 1 12 3Z" fill="#fff"/></svg>
114
+ </span>
115
+ <span class="sb-ic">
116
+ <svg viewBox="0 0 24 24"><path d="M12 2v20M2 12h20" stroke="#fff" stroke-width="2"/></svg>
117
+ </span>
118
+ <span class="sb-ic">
119
+ <svg viewBox="0 0 24 24"><path d="M4 20l8-16 8 16H4Z" fill="#fff"/></svg>
120
+ </span>
121
+ <span class="sb-ic">
122
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
123
+ </span>
124
+ </div>
125
+ <div class="status-right">
126
+ <span class="sb-ic">
127
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 7-7 7-7-7 7-7Z" fill="#fff"/></svg>
128
+ </span>
129
+ <span class="sb-ic">
130
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/><path d="M6 12h12" stroke="#fff" stroke-width="2"/></svg>
131
+ </span>
132
+ <span class="sb-ic">
133
+ <svg viewBox="0 0 24 24"><path d="M3 18h18l-3-10H6l-3 10Z" fill="#fff"/></svg>
134
+ </span>
135
+ <span class="sb-ic">
136
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="3" ry="3" stroke="#fff" stroke-width="2"/><rect x="5" y="7" width="10" height="10" fill="#fff"/></svg>
137
+ </span>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Top shortcut icons -->
142
+ <div class="top-actions">
143
+ <div class="round">
144
+ <svg viewBox="0 0 24 24">
145
+ <circle cx="12" cy="8" r="3" fill="none" stroke="currentColor" stroke-width="2"/>
146
+ <path d="M5 20c0-4 14-4 14 0" stroke="currentColor" stroke-width="2" fill="none"/>
147
+ </svg>
148
+ </div>
149
+ <div class="round">
150
+ <svg viewBox="0 0 24 24">
151
+ <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2" fill="none"/>
152
+ <path d="M12 8v8" stroke="currentColor" stroke-width="2"/>
153
+ <circle cx="12" cy="6" r="1.4" fill="currentColor"/>
154
+ </svg>
155
+ </div>
156
+ <div class="round">
157
+ <svg viewBox="0 0 24 24">
158
+ <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2" fill="none"/>
159
+ <path d="M12 7v6" stroke="currentColor" stroke-width="2"/>
160
+ <circle cx="12" cy="16" r="1.6" fill="currentColor"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- ZVV logo placeholder -->
166
+ <div class="logo-wrap">
167
+ <div class="img-pl">[IMG: ZVV logo]</div>
168
+ </div>
169
+
170
+ <!-- Search connection card -->
171
+ <div class="blue-card">
172
+ <div class="search-input">
173
+ <span>Search connection</span>
174
+ <div class="clock-badge">
175
+ <svg viewBox="0 0 24 24">
176
+ <circle cx="12" cy="12" r="9"/>
177
+ <path d="M12 6v6l4 2" />
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Nearby stops card -->
184
+ <div class="blue-card">
185
+ <div class="stops-title">
186
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="none" stroke="#e8f3ff" stroke-width="2">
187
+ <path d="M12 3a6 6 0 0 0-6 6c0 5 6 12 6 12s6-7 6-12a6 6 0 0 0-6-6Z"/>
188
+ <circle cx="12" cy="9" r="2"/>
189
+ </svg>
190
+ <span>No nearby stops available</span>
191
+ </div>
192
+
193
+ <div class="stops-actions">
194
+ <button class="outline-btn">
195
+ <svg viewBox="0 0 24 24">
196
+ <path d="M5 12h14M13 6l6 6-6 6" />
197
+ </svg>
198
+ <span>Next departures</span>
199
+ </button>
200
+ <button class="outline-btn">
201
+ <svg viewBox="0 0 24 24">
202
+ <rect x="3" y="5" width="8" height="6" />
203
+ <rect x="13" y="5" width="8" height="6" />
204
+ <rect x="3" y="13" width="8" height="6" />
205
+ <rect x="13" y="13" width="8" height="6" />
206
+ </svg>
207
+ <span>Map</span>
208
+ </button>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Ticket quick selection -->
213
+ <div class="section-title">Ticket quick selection</div>
214
+ <div class="quick-wrap">
215
+ <div class="quick-list">
216
+ <div class="quick-card">Local network /<br/>short-distance ticket</div>
217
+ <div class="quick-card">Zone 110<br/>Zurich</div>
218
+ <div class="quick-card">Zone 120<br/>Winterthur</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- SwissPass travelcards -->
223
+ <div class="list-card">
224
+ <div class="red-badge">
225
+ <svg viewBox="0 0 24 24">
226
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="#fff" opacity="0.2"/>
227
+ <circle cx="8" cy="12" r="2"/>
228
+ <path d="M12 10h7M12 14h7" stroke="#fff" stroke-width="2"/>
229
+ </svg>
230
+ </div>
231
+ <div>SwissPass travelcards</div>
232
+ </div>
233
+
234
+ <!-- Grouped list -->
235
+ <div class="group-card">
236
+ <div class="group-item">
237
+ <div class="group-icon">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6Z"/>
240
+ </svg>
241
+ </div>
242
+ <div>Last purchases</div>
243
+ </div>
244
+ <div class="group-divider"></div>
245
+ <div class="group-item">
246
+ <div class="group-icon">
247
+ <svg viewBox="0 0 24 24">
248
+ <rect x="5" y="4" width="10" height="14" rx="2"/>
249
+ <path d="M8 8h6M8 11h6M8 14h6"/>
250
+ </svg>
251
+ </div>
252
+ <div>Shop</div>
253
+ </div>
254
+ <div class="group-divider"></div>
255
+ <div class="group-item">
256
+ <div class="group-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <rect x="4" y="9" width="16" height="6" rx="3"/>
259
+ <circle cx="9" cy="12" r="2"/>
260
+ </svg>
261
+ </div>
262
+ <div>Check-in ticket</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Floating Tickets button -->
267
+ <div class="fab">
268
+ <svg viewBox="0 0 24 24">
269
+ <rect x="3" y="3" width="7" height="7"/>
270
+ <rect x="14" y="3" width="7" height="7"/>
271
+ <rect x="3" y="14" width="7" height="7"/>
272
+ </svg>
273
+ <span>Tickets</span>
274
+ </div>
275
+
276
+ </div>
277
+
278
+ <!-- bottom home indicator -->
279
+ <div class="home-indicator"></div>
280
+ </div>
281
+ </body>
282
+ </html>
code/7584/7584_2.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0F0F10;
14
+ border-radius: 48px;
15
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 92px;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #EAEAEA;
32
+ font-weight: 600;
33
+ letter-spacing: 1px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 18px;
38
+ align-items: center;
39
+ }
40
+ .dot { width: 10px; height: 10px; background:#DADADA; border-radius: 50%; opacity:0.8;}
41
+ .battery {
42
+ width: 36px; height: 18px; border: 2px solid #DADADA; border-radius: 4px; position: relative;
43
+ }
44
+ .battery::after {
45
+ content:""; position:absolute; right:-6px; top:5px; width:4px; height:8px; background:#DADADA; border-radius:1px;
46
+ }
47
+ .battery .lvl {
48
+ position:absolute; left:3px; top:3px; height:10px; width:22px; background:#DADADA; border-radius:2px;
49
+ }
50
+
51
+ /* App header */
52
+ .app-header {
53
+ position: absolute;
54
+ top: 92px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 124px;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 32px;
61
+ box-sizing: border-box;
62
+ }
63
+ .back-area {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 18px;
67
+ color: #83A8C6;
68
+ font-size: 44px;
69
+ font-weight: 600;
70
+ }
71
+ .title {
72
+ flex: 1;
73
+ text-align: center;
74
+ font-size: 56px;
75
+ font-weight: 700;
76
+ color: #FFFFFF;
77
+ }
78
+ .brand {
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 14px;
82
+ font-size: 46px;
83
+ font-weight: 700;
84
+ color: #FFFFFF;
85
+ }
86
+
87
+ /* Card and form/list */
88
+ .card {
89
+ position: absolute;
90
+ left: 32px;
91
+ right: 32px;
92
+ top: 236px;
93
+ background: #2B2B2D;
94
+ border-radius: 32px;
95
+ overflow: hidden;
96
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
97
+ }
98
+ .card-header {
99
+ background: #0872B5;
100
+ padding: 28px 32px 36px 32px;
101
+ }
102
+ .pill {
103
+ background: #3A3A3D;
104
+ border-radius: 18px;
105
+ height: 118px;
106
+ padding: 24px 28px;
107
+ box-sizing: border-box;
108
+ color: #CFE6F7;
109
+ font-size: 44px;
110
+ font-weight: 700;
111
+ display: flex;
112
+ align-items: center;
113
+ }
114
+ .sub-label {
115
+ margin-top: 18px;
116
+ color: #C9D6DF;
117
+ opacity: 0.9;
118
+ font-size: 34px;
119
+ }
120
+
121
+ .list {
122
+ padding: 8px 0 18px 0;
123
+ }
124
+ .row {
125
+ display: flex;
126
+ align-items: center;
127
+ padding: 26px 32px;
128
+ gap: 24px;
129
+ font-size: 42px;
130
+ color: #EEEEEE;
131
+ border-top: 1px solid rgba(255,255,255,0.08);
132
+ }
133
+ .row:first-child { border-top: none; }
134
+ .row .label {
135
+ flex: 1;
136
+ line-height: 1.25;
137
+ }
138
+ .star {
139
+ width: 46px; height: 46px;
140
+ opacity: 0.8;
141
+ }
142
+ .icon {
143
+ width: 46px; height: 46px; opacity: 0.9;
144
+ }
145
+ .separator { height:1px; background: rgba(255,255,255,0.08); margin: 0 32px; }
146
+
147
+ /* Keyboard mock */
148
+ .keyboard {
149
+ position: absolute;
150
+ left: 0;
151
+ bottom: 68px;
152
+ width: 1080px;
153
+ height: 870px;
154
+ background: #151515;
155
+ border-top-left-radius: 32px;
156
+ border-top-right-radius: 32px;
157
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.35);
158
+ padding: 24px 24px 36px 24px;
159
+ box-sizing: border-box;
160
+ }
161
+ .kb-top {
162
+ display: flex;
163
+ justify-content: space-between;
164
+ align-items: center;
165
+ padding: 0 24px 20px 24px;
166
+ }
167
+ .kb-dot {
168
+ width: 56px; height: 56px; background:#202020; border-radius: 16px; border: 1px solid #2A2A2A;
169
+ }
170
+ .kb-row {
171
+ display: grid;
172
+ grid-template-columns: repeat(10, 1fr);
173
+ gap: 14px;
174
+ margin: 12px 0;
175
+ padding: 0 12px;
176
+ }
177
+ .kb-row.mid { grid-template-columns: repeat(9, 1fr); }
178
+ .kb-row.bottom { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr 1.2fr; }
179
+ .key {
180
+ background: #222324;
181
+ border: 1px solid #2E2E2F;
182
+ color: #DADADA;
183
+ border-radius: 18px;
184
+ height: 120px;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ font-size: 44px;
189
+ font-weight: 600;
190
+ }
191
+ .key.small { font-size: 36px; }
192
+ .key.wide { grid-column: span 3; }
193
+ .enter {
194
+ background: #C8F5A9;
195
+ color: #0A0A0A;
196
+ border: none;
197
+ border-radius: 60px;
198
+ }
199
+
200
+ .home-indicator {
201
+ position: absolute;
202
+ bottom: 20px;
203
+ left: 50%;
204
+ transform: translateX(-50%);
205
+ width: 240px;
206
+ height: 10px;
207
+ background: #FFFFFF;
208
+ border-radius: 8px;
209
+ opacity: 0.85;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Status bar -->
217
+ <div class="status-bar">
218
+ <div style="font-size:40px;">10:11</div>
219
+ <div class="status-icons">
220
+ <svg width="38" height="38" viewBox="0 0 38 38"><circle cx="19" cy="19" r="16" stroke="#EAEAEA" stroke-width="3" fill="none"/><circle cx="19" cy="19" r="6" fill="#EAEAEA"/></svg>
221
+ <svg width="38" height="38" viewBox="0 0 38 38"><path d="M8 30 L30 8" stroke="#EAEAEA" stroke-width="3"/><circle cx="8" cy="30" r="4" fill="#EAEAEA"/><circle cx="30" cy="8" r="4" fill="#EAEAEA"/></svg>
222
+ <div class="dot"></div>
223
+ <div class="battery"><div class="lvl"></div></div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- App header -->
228
+ <div class="app-header">
229
+ <div class="back-area">
230
+ <svg class="icon" viewBox="0 0 100 100">
231
+ <path d="M60 20 L30 50 L60 80" stroke="#83A8C6" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ <span>Back</span>
234
+ </div>
235
+ <div class="title">From</div>
236
+ <div class="brand">
237
+ <svg width="70" height="48" viewBox="0 0 70 48">
238
+ <circle cx="24" cy="24" r="18" stroke="#FFFFFF" stroke-width="4" fill="none"/>
239
+ <path d="M8 8 L62 40" stroke="#FFFFFF" stroke-width="4"/>
240
+ </svg>
241
+ <span>zvv</span>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Card -->
246
+ <div class="card">
247
+ <div class="card-header">
248
+ <div class="pill">Point of departure</div>
249
+ <div class="sub-label">Stop/address</div>
250
+ </div>
251
+
252
+ <div class="list">
253
+ <div class="row">
254
+ <svg class="icon" viewBox="0 0 100 100">
255
+ <circle cx="50" cy="50" r="28" stroke="#CFCFCF" stroke-width="8" fill="none"/>
256
+ <circle cx="50" cy="50" r="8" fill="#CFCFCF"/>
257
+ </svg>
258
+ <div class="label">Riedikon, Dorf</div>
259
+ <svg class="star" viewBox="0 0 100 100">
260
+ <path d="M50 12 L60 40 L90 40 L66 58 L74 88 L50 70 L26 88 L34 58 L10 40 L40 40 Z" stroke="#CFCFCF" stroke-width="6" fill="none" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+
264
+ <div class="row">
265
+ <svg class="icon" viewBox="0 0 100 100">
266
+ <path d="M20 80 L20 20 L70 20 L60 35 L70 50 L20 50" fill="none" stroke="#CFCFCF" stroke-width="8" stroke-linejoin="round"/>
267
+ </svg>
268
+ <div class="label">Krone, Oberburg 1, 8158 Regensberg (1)</div>
269
+ <svg class="star" viewBox="0 0 100 100">
270
+ <path d="M50 12 L60 40 L90 40 L66 58 L74 88 L50 70 L26 88 L34 58 L10 40 L40 40 Z" stroke="#CFCFCF" stroke-width="6" fill="none" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+
274
+ <div class="row">
275
+ <svg class="icon" viewBox="0 0 100 100">
276
+ <path d="M15 55 L50 25 L85 55" stroke="#CFCFCF" stroke-width="8" fill="none"/>
277
+ <rect x="25" y="55" width="50" height="28" stroke="#CFCFCF" stroke-width="8" fill="none"/>
278
+ </svg>
279
+ <div class="label">8125 Zollikerberg, Waldburgweg 2</div>
280
+ <svg class="star" viewBox="0 0 100 100">
281
+ <path d="M50 12 L60 40 L90 40 L66 58 L74 88 L50 70 L26 88 L34 58 L10 40 L40 40 Z" stroke="#CFCFCF" stroke-width="6" fill="none" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+
285
+ <div class="row">
286
+ <svg class="icon" viewBox="0 0 100 100">
287
+ <circle cx="50" cy="50" r="28" stroke="#CFCFCF" stroke-width="8" fill="none"/>
288
+ <circle cx="50" cy="50" r="8" fill="#CFCFCF"/>
289
+ </svg>
290
+ <div class="label">Waldburg</div>
291
+ <svg class="star" viewBox="0 0 100 100">
292
+ <path d="M50 12 L60 40 L90 40 L66 58 L74 88 L50 70 L26 88 L34 58 L10 40 L40 40 Z" stroke="#CFCFCF" stroke-width="6" fill="none" stroke-linejoin="round"/>
293
+ </svg>
294
+ </div>
295
+
296
+ <div class="row">
297
+ <svg class="icon" viewBox="0 0 100 100">
298
+ <circle cx="50" cy="50" r="28" stroke="#CFCFCF" stroke-width="8" fill="none"/>
299
+ <circle cx="50" cy="50" r="8" fill="#CFCFCF"/>
300
+ </svg>
301
+ <div class="label">Waldburg, Station</div>
302
+ <svg class="star" viewBox="0 0 100 100">
303
+ <path d="M50 12 L60 40 L90 40 L66 58 L74 88 L50 70 L26 88 L34 58 L10 40 L40 40 Z" stroke="#CFCFCF" stroke-width="6" fill="none" stroke-linejoin="round"/>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Keyboard mock -->
310
+ <div class="keyboard">
311
+ <div class="kb-top">
312
+ <div class="kb-dot"></div>
313
+ <div class="kb-dot"></div>
314
+ <div class="kb-dot"></div>
315
+ <div class="kb-dot"></div>
316
+ <div class="kb-dot"></div>
317
+ <div class="kb-dot"></div>
318
+ </div>
319
+
320
+ <div class="kb-row">
321
+ <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>
322
+ </div>
323
+ <div class="kb-row mid">
324
+ <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>
325
+ </div>
326
+ <div class="kb-row bottom">
327
+ <div class="key small">⇧</div>
328
+ <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>
329
+ <div class="key small">⌫</div>
330
+ <div class="key enter">✓</div>
331
+ </div>
332
+ <div class="kb-row" style="grid-template-columns: 1.3fr 0.6fr 4fr 0.6fr 1.3fr; gap: 14px; padding: 0 80px;">
333
+ <div class="key small">?123</div>
334
+ <div class="key small">,</div>
335
+ <div class="key wide"></div>
336
+ <div class="key small">.</div>
337
+ <div class="key small">🎤</div>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="home-indicator"></div>
342
+ </div>
343
+ </body>
344
+ </html>
code/7584/7584_3.html ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>From - ZVV</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: #0f1113; /* app dark background */
20
+ color: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .statusbar {
25
+ height: 120px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #fff;
31
+ font-weight: 600;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 20px;
37
+ font-size: 42px;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 18px;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 24px;
48
+ font-size: 28px;
49
+ }
50
+ .sb-icon {
51
+ width: 34px;
52
+ height: 34px;
53
+ opacity: 0.85;
54
+ }
55
+
56
+ /* App bar */
57
+ .appbar {
58
+ height: 160px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 36px;
62
+ }
63
+ .appbar .left {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 16px;
67
+ color: #6fb1e8;
68
+ font-size: 44px;
69
+ font-weight: 600;
70
+ }
71
+ .appbar .center {
72
+ position: absolute;
73
+ left: 0;
74
+ right: 0;
75
+ text-align: center;
76
+ font-size: 56px;
77
+ font-weight: 700;
78
+ }
79
+ .appbar .right {
80
+ margin-left: auto;
81
+ display: flex;
82
+ align-items: center;
83
+ gap: 12px;
84
+ font-size: 48px;
85
+ font-weight: 700;
86
+ }
87
+ .logo-badge{
88
+ width: 64px;
89
+ height: 64px;
90
+ border-radius: 50%;
91
+ border: 2px solid #9bd3ff;
92
+ display: inline-flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #9bd3ff;
96
+ font-size: 30px;
97
+ }
98
+
99
+ /* Search card */
100
+ .search-card {
101
+ width: 1000px;
102
+ margin: 12px auto 24px;
103
+ background: #1c1f22;
104
+ border-radius: 28px;
105
+ box-shadow: 0 10px 18px rgba(0,0,0,0.35);
106
+ overflow: hidden;
107
+ }
108
+ .search-card .header {
109
+ background: #0c7dc0;
110
+ padding: 28px 28px 36px;
111
+ }
112
+ .input-pill {
113
+ background: #2b2f33;
114
+ border-radius: 22px;
115
+ padding: 24px;
116
+ color: #e9f6ff;
117
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
118
+ }
119
+ .input-pill .label {
120
+ font-size: 36px;
121
+ font-weight: 700;
122
+ color: #b6daef;
123
+ margin-bottom: 12px;
124
+ }
125
+ .input-pill .value {
126
+ font-size: 40px;
127
+ font-weight: 600;
128
+ line-height: 1.2;
129
+ }
130
+ .subtext {
131
+ margin-top: 18px;
132
+ font-size: 32px;
133
+ color: #cfe8f7;
134
+ opacity: 0.85;
135
+ }
136
+
137
+ .results {
138
+ padding: 8px 24px 18px;
139
+ }
140
+ .result-item {
141
+ display: flex;
142
+ align-items: center;
143
+ padding: 28px 12px;
144
+ gap: 24px;
145
+ border-bottom: 1px solid rgba(255,255,255,0.08);
146
+ }
147
+ .result-item:last-child {
148
+ border-bottom: none;
149
+ }
150
+ .r-icon {
151
+ width: 42px;
152
+ height: 42px;
153
+ flex: 0 0 42px;
154
+ opacity: 0.9;
155
+ }
156
+ .r-text {
157
+ flex: 1;
158
+ font-size: 38px;
159
+ color: #e7e7e7;
160
+ }
161
+ .r-star {
162
+ width: 46px;
163
+ height: 46px;
164
+ opacity: 0.7;
165
+ }
166
+
167
+ /* Keyboard mock */
168
+ .keyboard {
169
+ position: absolute;
170
+ left: 0;
171
+ bottom: 76px;
172
+ width: 100%;
173
+ height: 980px;
174
+ background: #1a1d1f;
175
+ border-top-left-radius: 28px;
176
+ border-top-right-radius: 28px;
177
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.4);
178
+ padding: 24px 24px 32px;
179
+ }
180
+ .kb-suggestions {
181
+ display: flex;
182
+ gap: 24px;
183
+ padding: 8px 12px 20px;
184
+ }
185
+ .kb-suggestions span {
186
+ background: #2a2d2f;
187
+ color: #d5d5d5;
188
+ font-size: 34px;
189
+ border-radius: 16px;
190
+ padding: 16px 22px;
191
+ }
192
+ .kb-row {
193
+ display: flex;
194
+ gap: 16px;
195
+ justify-content: center;
196
+ margin: 18px 0;
197
+ }
198
+ .key {
199
+ width: 88px;
200
+ height: 110px;
201
+ background: #2a2d2f;
202
+ border-radius: 22px;
203
+ color: #eaeaea;
204
+ font-size: 42px;
205
+ display: flex;
206
+ align-items: center;
207
+ justify-content: center;
208
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
209
+ }
210
+ .key.wide {
211
+ width: 150px;
212
+ }
213
+ .key.spacer {
214
+ width: 140px;
215
+ background: transparent;
216
+ box-shadow: none;
217
+ }
218
+ .key.light {
219
+ background: #c7d5b0;
220
+ color: #111;
221
+ font-weight: 700;
222
+ }
223
+ .key.circle {
224
+ width: 140px;
225
+ height: 140px;
226
+ border-radius: 70px;
227
+ background: #c7ff9e;
228
+ color: #0b1208;
229
+ font-size: 64px;
230
+ font-weight: 800;
231
+ }
232
+ .spacebar {
233
+ width: 540px;
234
+ height: 110px;
235
+ background: #2a2d2f;
236
+ border-radius: 20px;
237
+ }
238
+
239
+ /* Home indicator */
240
+ .home-indicator {
241
+ position: absolute;
242
+ bottom: 18px;
243
+ left: 50%;
244
+ transform: translateX(-50%);
245
+ width: 240px;
246
+ height: 10px;
247
+ background: #f1f1f1;
248
+ border-radius: 6px;
249
+ opacity: 0.9;
250
+ }
251
+
252
+ /* Simple SVG colors */
253
+ svg { display: block; }
254
+ .blue { color: #6fb1e8; }
255
+ </style>
256
+ </head>
257
+ <body>
258
+ <div id="render-target">
259
+
260
+ <!-- Status bar -->
261
+ <div class="statusbar">
262
+ <div class="status-left">
263
+ <div>10:12</div>
264
+ <div class="status-icons">
265
+ <!-- moon -->
266
+ <svg class="sb-icon" viewBox="0 0 24 24">
267
+ <path fill="#fff" d="M12 2a9 9 0 0 0 0 20 8 8 0 0 1-3-15 8 8 0 0 1 3-5z"></path>
268
+ </svg>
269
+ <!-- airplane -->
270
+ <svg class="sb-icon" viewBox="0 0 24 24">
271
+ <path fill="#fff" d="M2 13l20-5-4 4-6 2-2 6-3-6-5-1z"></path>
272
+ </svg>
273
+ <!-- mountain -->
274
+ <svg class="sb-icon" viewBox="0 0 24 24">
275
+ <path fill="#fff" d="M2 20h20L14 7l-3 5-3-4-6 12z"></path>
276
+ </svg>
277
+ <!-- dot -->
278
+ <svg class="sb-icon" viewBox="0 0 24 24">
279
+ <circle cx="12" cy="12" r="4" fill="#fff"></circle>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+ <div class="status-right">
284
+ <!-- Location pin -->
285
+ <svg class="sb-icon" viewBox="0 0 24 24">
286
+ <path fill="#fff" d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"></path>
287
+ </svg>
288
+ <!-- Do not disturb -->
289
+ <svg class="sb-icon" viewBox="0 0 24 24">
290
+ <path fill="#fff" d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-6 10h12v2H6z"></path>
291
+ </svg>
292
+ <!-- WiFi -->
293
+ <svg class="sb-icon" viewBox="0 0 24 24">
294
+ <path fill="#fff" d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"></path>
295
+ </svg>
296
+ <!-- Battery -->
297
+ <svg class="sb-icon" viewBox="0 0 24 24">
298
+ <path fill="#fff" d="M2 8h16v8H2V8zm18 3h2v2h-2v-2z"></path>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- App bar -->
304
+ <div class="appbar">
305
+ <div class="left">
306
+ <svg width="44" height="44" viewBox="0 0 24 24">
307
+ <path fill="#6fb1e8" d="M15 18L9 12l6-6v12z"></path>
308
+ </svg>
309
+ <span>Back</span>
310
+ </div>
311
+ <div class="center">From</div>
312
+ <div class="right">
313
+ <span class="logo-badge">↺</span>
314
+ <span>ZVV</span>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Search / From card -->
319
+ <div class="search-card">
320
+ <div class="header">
321
+ <div class="input-pill">
322
+ <div class="label">Point of departure</div>
323
+ <div class="value">Krone, Oberburg 1, 8158 Regensberg (1)</div>
324
+ </div>
325
+ <div class="subtext">Stop/address</div>
326
+ </div>
327
+ <div class="results">
328
+ <div class="result-item">
329
+ <!-- flag icon -->
330
+ <svg class="r-icon" viewBox="0 0 24 24">
331
+ <path fill="#cfd8dc" d="M4 22V2h2l10 3-4 3 4 2-10 3v9H4z"></path>
332
+ </svg>
333
+ <div class="r-text">Krone, Oberburg 1, 8158 Regensberg (1)</div>
334
+ <svg class="r-star" viewBox="0 0 24 24">
335
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
336
+ </svg>
337
+ </div>
338
+
339
+ <div class="result-item">
340
+ <svg class="r-icon" viewBox="0 0 24 24">
341
+ <path fill="#cfd8dc" d="M4 22V2h2l10 3-4 3 4 2-10 3v9H4z"></path>
342
+ </svg>
343
+ <div class="r-text">Krone, Oberburg 1, 8158 Regensberg (2)</div>
344
+ <svg class="r-star" viewBox="0 0 24 24">
345
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
346
+ </svg>
347
+ </div>
348
+
349
+ <div class="result-item">
350
+ <!-- home-ish icon -->
351
+ <svg class="r-icon" viewBox="0 0 24 24">
352
+ <path fill="#cfd8dc" d="M12 4l9 8h-3v8H6v-8H3l9-8z"></path>
353
+ </svg>
354
+ <div class="r-text">8158 Regensberg, Oberburg 1</div>
355
+ <svg class="r-star" viewBox="0 0 24 24">
356
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
357
+ </svg>
358
+ </div>
359
+
360
+ <div class="result-item">
361
+ <svg class="r-icon" viewBox="0 0 24 24">
362
+ <path fill="#cfd8dc" d="M4 22V2h2l10 3-4 3 4 2-10 3v9H4z"></path>
363
+ </svg>
364
+ <div class="r-text">Schule - Stiftung Schloss Regensberg, Oberburg 22, 8158</div>
365
+ <svg class="r-star" viewBox="0 0 24 24">
366
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
367
+ </svg>
368
+ </div>
369
+
370
+ <div class="result-item">
371
+ <svg class="r-icon" viewBox="0 0 24 24">
372
+ <path fill="#cfd8dc" d="M12 4l9 8h-3v8H6v-8H3l9-8z"></path>
373
+ </svg>
374
+ <div class="r-text">8158 Regensberg, Unterburg 2</div>
375
+ <svg class="r-star" viewBox="0 0 24 24">
376
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
377
+ </svg>
378
+ </div>
379
+
380
+ <div class="result-item">
381
+ <svg class="r-icon" viewBox="0 0 24 24">
382
+ <path fill="#cfd8dc" d="M12 4l9 8h-3v8H6v-8H3l9-8z"></path>
383
+ </svg>
384
+ <div class="r-text">8158 Regensberg, Alte Landstrasse 1</div>
385
+ <svg class="r-star" viewBox="0 0 24 24">
386
+ <path fill="none" stroke="#cfd8dc" stroke-width="2" d="M12 3l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z"></path>
387
+ </svg>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <!-- Keyboard mock -->
393
+ <div class="keyboard">
394
+ <div class="kb-suggestions">
395
+ <span>the</span>
396
+ <span>to</span>
397
+ <span>in</span>
398
+ </div>
399
+ <div class="kb-row">
400
+ <div class="key">q</div>
401
+ <div class="key">w</div>
402
+ <div class="key">e</div>
403
+ <div class="key">r</div>
404
+ <div class="key">t</div>
405
+ <div class="key">y</div>
406
+ <div class="key">u</div>
407
+ <div class="key">i</div>
408
+ <div class="key">o</div>
409
+ <div class="key">p</div>
410
+ </div>
411
+ <div class="kb-row">
412
+ <div class="key">a</div>
413
+ <div class="key">s</div>
414
+ <div class="key">d</div>
415
+ <div class="key">f</div>
416
+ <div class="key">g</div>
417
+ <div class="key">h</div>
418
+ <div class="key">j</div>
419
+ <div class="key">k</div>
420
+ <div class="key">l</div>
421
+ </div>
422
+ <div class="kb-row">
423
+ <div class="key wide">⇧</div>
424
+ <div class="key">z</div>
425
+ <div class="key">x</div>
426
+ <div class="key">c</div>
427
+ <div class="key">v</div>
428
+ <div class="key">b</div>
429
+ <div class="key">n</div>
430
+ <div class="key">m</div>
431
+ <div class="key wide">
432
+ <svg width="36" height="36" viewBox="0 0 24 24">
433
+ <path fill="#eaeaea" d="M6 6l12 12M18 6L6 18" stroke="#eaeaea" stroke-width="2" />
434
+ </svg>
435
+ </div>
436
+ </div>
437
+ <div class="kb-row">
438
+ <div class="key light wide">?123</div>
439
+ <div class="key">,</div>
440
+ <div class="spacebar"></div>
441
+ <div class="key">
442
+ <svg width="30" height="30" viewBox="0 0 24 24">
443
+ <circle cx="12" cy="12" r="3" fill="#eaeaea"></circle>
444
+ </svg>
445
+ </div>
446
+ <div class="key circle">✓</div>
447
+ </div>
448
+ </div>
449
+
450
+ <!-- Home indicator -->
451
+ <div class="home-indicator"></div>
452
+ </div>
453
+ </body>
454
+ </html>
code/7584/7584_4.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>Destination 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: #0f0f0f;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 96px;
25
+ padding: 20px 28px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #eaeaea;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .sb-left { display: flex; align-items: center; gap: 18px; }
35
+ .sb-icons { display: flex; align-items: center; gap: 16px; opacity: 0.75; }
36
+ .sb-icon-dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; }
37
+ .sb-right { display: flex; align-items: center; gap: 16px; }
38
+ .sb-chip {
39
+ width: 22px; height: 22px; border-radius: 50%; border: 2px solid #d9d9d9; opacity: 0.85;
40
+ }
41
+
42
+ /* Header */
43
+ .app-header {
44
+ position: absolute;
45
+ top: 96px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 140px;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 36px;
52
+ box-sizing: border-box;
53
+ }
54
+ .back {
55
+ display: flex; align-items: center; gap: 16px; color: #7fb2d6; font-size: 44px; font-weight: 600;
56
+ }
57
+ .title { flex: 1; text-align: center; font-size: 52px; font-weight: 700; color: #ffffff; }
58
+ .brand {
59
+ display: flex; align-items: center; gap: 18px;
60
+ font-size: 48px; font-weight: 700;
61
+ }
62
+ .brand svg { width: 86px; height: 86px; }
63
+ .brand .text { letter-spacing: 2px; }
64
+
65
+ /* Card */
66
+ .card {
67
+ position: absolute;
68
+ top: 250px;
69
+ left: 36px;
70
+ width: 1008px;
71
+ background: #212121;
72
+ border-radius: 28px;
73
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
74
+ overflow: hidden;
75
+ }
76
+ .card-top {
77
+ background: #0f73b7;
78
+ padding: 28px;
79
+ box-sizing: border-box;
80
+ }
81
+ .card-input {
82
+ background: #393939;
83
+ border-radius: 18px;
84
+ height: 120px;
85
+ display: flex;
86
+ align-items: center;
87
+ padding: 0 28px;
88
+ color: #b8d0e5;
89
+ font-size: 44px;
90
+ font-weight: 700;
91
+ box-sizing: border-box;
92
+ margin-bottom: 22px;
93
+ }
94
+ .card-top .hint {
95
+ color: #cde4ff;
96
+ font-size: 38px;
97
+ padding: 6px 6px 2px 6px;
98
+ opacity: 0.95;
99
+ }
100
+ .list {
101
+ padding: 12px 0;
102
+ }
103
+ .list-item {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 26px;
107
+ padding: 30px 36px;
108
+ box-sizing: border-box;
109
+ font-size: 44px;
110
+ color: #e6e6e6;
111
+ }
112
+ .list-divider {
113
+ height: 2px; background: #3d3d3d; margin: 0 36px;
114
+ }
115
+ .li-icon {
116
+ width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; opacity: 0.9;
117
+ }
118
+ .li-right {
119
+ margin-left: auto;
120
+ opacity: 0.9;
121
+ }
122
+ .star svg { width: 50px; height: 50px; }
123
+ .rounded-bottom { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; }
124
+
125
+ /* Keyboard mock */
126
+ .keyboard {
127
+ position: absolute;
128
+ left: 0;
129
+ bottom: 90px;
130
+ width: 1080px;
131
+ height: 900px;
132
+ background: #121212;
133
+ box-sizing: border-box;
134
+ padding: 24px 28px 32px;
135
+ }
136
+ .kb-top-row {
137
+ display: flex; align-items: center; gap: 34px; margin-bottom: 22px;
138
+ }
139
+ .kb-btn {
140
+ background: #2a2a2a;
141
+ color: #eaeaea;
142
+ font-size: 42px;
143
+ border-radius: 22px;
144
+ height: 110px;
145
+ min-width: 90px;
146
+ padding: 0 24px;
147
+ display: flex; align-items: center; justify-content: center;
148
+ box-shadow: inset 0 -4px 0 rgba(255,255,255,0.03);
149
+ }
150
+ .kb-btn.wide { min-width: 170px; }
151
+ .kb-btn.space { flex: 1; min-width: 300px; }
152
+ .kb-btn.green { background: #b9e7b9; color: #0f0f0f; font-weight: 700; }
153
+ .kb-row { display: flex; align-items: center; gap: 24px; margin-bottom: 16px; }
154
+ .kb-meta { display: flex; align-items: center; gap: 26px; margin-top: 8px; }
155
+ .kb-circle {
156
+ width: 110px; height: 110px; border-radius: 55px; background: #2a2a2a; color: #eaeaea;
157
+ display: flex; align-items: center; justify-content: center; font-size: 38px;
158
+ }
159
+ .kb-circle.green { background: #cfe8bf; color: #0f0f0f; font-weight: 700; }
160
+
161
+ /* Home indicator */
162
+ .home-indicator {
163
+ position: absolute;
164
+ left: 50%;
165
+ bottom: 24px;
166
+ transform: translateX(-50%);
167
+ width: 240px;
168
+ height: 12px;
169
+ background: #ffffff;
170
+ border-radius: 6px;
171
+ opacity: 0.85;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status bar -->
179
+ <div class="status-bar">
180
+ <div class="sb-left">
181
+ <div style="font-size:48px;">10:12</div>
182
+ <div class="sb-icons">
183
+ <div class="sb-icon-dot"></div>
184
+ <div class="sb-icon-dot"></div>
185
+ <div class="sb-icon-dot"></div>
186
+ <div class="sb-icon-dot"></div>
187
+ </div>
188
+ </div>
189
+ <div class="sb-right">
190
+ <div class="sb-chip"></div>
191
+ <div class="sb-chip"></div>
192
+ <div class="sb-chip"></div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Header -->
197
+ <div class="app-header">
198
+ <div class="back">
199
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
200
+ <path d="M28 8 L12 24 L28 40" stroke="#7fb2d6" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ <span>Back</span>
203
+ </div>
204
+ <div class="title">To</div>
205
+ <div class="brand">
206
+ <svg viewBox="0 0 64 64">
207
+ <circle cx="32" cy="32" r="24" stroke="#9fd0ff" stroke-width="4" fill="none"/>
208
+ <path d="M12 40 L52 24" stroke="#9fd0ff" stroke-width="6" stroke-linecap="round"/>
209
+ </svg>
210
+ <div class="text">ZVV</div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Card -->
215
+ <div class="card">
216
+ <div class="card-top">
217
+ <div class="card-input">Destination</div>
218
+ <div class="hint">Stop/address</div>
219
+ </div>
220
+ <div class="list rounded-bottom">
221
+ <div class="list-item">
222
+ <div class="li-icon">
223
+ <svg viewBox="0 0 64 64">
224
+ <path d="M16 56 V12 H44 L34 22 H16" fill="#cfe4ff" />
225
+ </svg>
226
+ </div>
227
+ <div>Krone, Oberburg 1, 8158 Regensberg (1)</div>
228
+ <div class="li-right star">
229
+ <svg viewBox="0 0 64 64">
230
+ <path d="M32 8 L39 26 L58 26 L42 38 L48 56 L32 45 L16 56 L22 38 L6 26 L25 26 Z" fill="none" stroke="#bcbcbc" stroke-width="4"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="list-divider"></div>
235
+ <div class="list-item">
236
+ <div class="li-icon">
237
+ <svg viewBox="0 0 64 64">
238
+ <circle cx="32" cy="32" r="20" stroke="#cfe4ff" stroke-width="6" fill="none"/>
239
+ </svg>
240
+ </div>
241
+ <div>Riedikon, Dorf</div>
242
+ <div class="li-right star">
243
+ <svg viewBox="0 0 64 64">
244
+ <path d="M32 8 L39 26 L58 26 L42 38 L48 56 L32 45 L16 56 L22 38 L6 26 L25 26 Z" fill="none" stroke="#bcbcbc" stroke-width="4"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ <div class="list-divider"></div>
249
+ <div class="list-item">
250
+ <div class="li-icon">
251
+ <svg viewBox="0 0 64 64">
252
+ <path d="M10 34 L32 16 L54 34 V54 H10 Z" fill="none" stroke="#cfe4ff" stroke-width="6"/>
253
+ </svg>
254
+ </div>
255
+ <div>8125 Zollikerberg, Waldburgweg 2</div>
256
+ <div class="li-right star">
257
+ <svg viewBox="0 0 64 64">
258
+ <path d="M32 8 L39 26 L58 26 L42 38 L48 56 L32 45 L16 56 L22 38 L6 26 L25 26 Z" fill="none" stroke="#bcbcbc" stroke-width="4"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <div class="list-divider"></div>
263
+ <div class="list-item">
264
+ <div class="li-icon">
265
+ <svg viewBox="0 0 64 64">
266
+ <circle cx="32" cy="32" r="20" stroke="#cfe4ff" stroke-width="6" fill="none"/>
267
+ </svg>
268
+ </div>
269
+ <div>Waldburg</div>
270
+ <div class="li-right star">
271
+ <svg viewBox="0 0 64 64">
272
+ <path d="M32 8 L39 26 L58 26 L42 38 L48 56 L32 45 L16 56 L22 38 L6 26 L25 26 Z" fill="none" stroke="#bcbcbc" stroke-width="4"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="list-divider"></div>
277
+ <div class="list-item" style="padding-bottom: 40px;">
278
+ <div class="li-icon">
279
+ <svg viewBox="0 0 64 64">
280
+ <circle cx="32" cy="32" r="20" stroke="#cfe4ff" stroke-width="6" fill="none"/>
281
+ </svg>
282
+ </div>
283
+ <div>Waldburg, Station</div>
284
+ <div class="li-right star">
285
+ <svg viewBox="0 0 64 64">
286
+ <path d="M32 8 L39 26 L58 26 L42 38 L48 56 L32 45 L16 56 L22 38 L6 26 L25 26 Z" fill="none" stroke="#bcbcbc" stroke-width="4"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Keyboard mock -->
294
+ <div class="keyboard">
295
+ <div class="kb-top-row">
296
+ <div class="kb-circle">⌫</div>
297
+ <div class="kb-circle">GIF</div>
298
+ <div class="kb-circle">⚙︎</div>
299
+ <div class="kb-circle">G⋮</div>
300
+ <div class="kb-circle">🎨</div>
301
+ <div class="kb-circle">🎙</div>
302
+ </div>
303
+
304
+ <div class="kb-row">
305
+ <div class="kb-btn">q</div><div class="kb-btn">w</div><div class="kb-btn">e</div><div class="kb-btn">r</div><div class="kb-btn">t</div><div class="kb-btn">y</div><div class="kb-btn">u</div><div class="kb-btn">i</div><div class="kb-btn">o</div><div class="kb-btn">p</div>
306
+ </div>
307
+ <div class="kb-row" style="padding-left: 40px;">
308
+ <div class="kb-btn">a</div><div class="kb-btn">s</div><div class="kb-btn">d</div><div class="kb-btn">f</div><div class="kb-btn">g</div><div class="kb-btn">h</div><div class="kb-btn">j</div><div class="kb-btn">k</div><div class="kb-btn">l</div>
309
+ </div>
310
+ <div class="kb-row" style="padding-left: 140px;">
311
+ <div class="kb-btn">z</div><div class="kb-btn">x</div><div class="kb-btn">c</div><div class="kb-btn">v</div><div class="kb-btn">b</div><div class="kb-btn">n</div><div class="kb-btn">m</div>
312
+ <div class="kb-btn wide">⌦</div>
313
+ </div>
314
+ <div class="kb-meta">
315
+ <div class="kb-circle green">?123</div>
316
+ <div class="kb-btn">,</div>
317
+ <div class="kb-btn">🙂</div>
318
+ <div class="kb-btn space"></div>
319
+ <div class="kb-btn">.</div>
320
+ <div class="kb-btn green">✓</div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="home-indicator"></div>
325
+ </div>
326
+ </body>
327
+ </html>
code/7584/7584_5.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#0F0F10; border-radius:28px; box-shadow:0 10px 30px rgba(0,0,0,0.35);
11
+ color:#EDEDED;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0; height:96px;
17
+ padding:0 36px; display:flex; align-items:center; justify-content:space-between;
18
+ color:#EDEDED; font-weight:500; font-size:36px;
19
+ }
20
+ .status-icons { display:flex; align-items:center; gap:28px; }
21
+ .status-dot { width:10px; height:10px; background:#CFCFCF; border-radius:50%; opacity:0.7; }
22
+
23
+ /* Header */
24
+ .header {
25
+ position:absolute; top:96px; left:0; right:0; height:140px;
26
+ display:flex; align-items:center; padding:0 36px;
27
+ }
28
+ .back {
29
+ display:flex; align-items:center; gap:18px; color:#74B2E6; font-size:40px;
30
+ }
31
+ .title {
32
+ margin-left:24px; font-size:56px; font-weight:600; color:#EDEDED;
33
+ }
34
+ .brand {
35
+ margin-left:auto;
36
+ width:160px; height:72px; background:#E0E0E0; border:1px solid #BDBDBD;
37
+ display:flex; align-items:center; justify-content:center; color:#757575; border-radius:8px; font-size:28px;
38
+ }
39
+
40
+ /* Card */
41
+ .search-card {
42
+ position:absolute; top:246px; left:36px; width:1008px; border-radius:26px; overflow:hidden;
43
+ background:#1E1E20; box-shadow:0 8px 24px rgba(0,0,0,0.4);
44
+ }
45
+ .card-top {
46
+ background:#0E72B8; padding:36px; height:220px;
47
+ }
48
+ .input-field {
49
+ background:#2B2B2E; border-radius:18px; padding:28px 32px; color:#fff;
50
+ box-sizing:border-box;
51
+ }
52
+ .input-label { font-size:34px; font-weight:600; color:#CFE6FA; margin-bottom:12px; }
53
+ .input-value { font-size:44px; font-weight:600; color:#FFFFFF; line-height:1.2; }
54
+ .input-sub { font-size:30px; color:#A5A5A8; margin-top:10px; }
55
+
56
+ .results { padding:8px 0 18px 0; }
57
+ .result {
58
+ display:flex; align-items:center; padding:30px 36px; gap:26px;
59
+ border-bottom:1px solid #3A3A3D; font-size:38px; color:#E6E6E8;
60
+ }
61
+ .result:last-child { border-bottom:none; }
62
+ .result .label { flex:1; }
63
+ .results .flag { color:#CFE6FA; }
64
+ .star-btn { width:60px; height:60px; display:flex; align-items:center; justify-content:center; opacity:0.9; }
65
+
66
+ /* Keyboard mock */
67
+ .keyboard {
68
+ position:absolute; left:0; right:0; bottom:92px; height:760px; background:#121212;
69
+ padding:24px 28px; box-sizing:border-box; border-top:1px solid #1E1E1E;
70
+ }
71
+ .key-row { display:flex; gap:18px; margin-bottom:22px; }
72
+ .key {
73
+ flex:1; height:110px; background:#2A2A2C; border-radius:18px;
74
+ display:flex; align-items:center; justify-content:center; color:#EDEDED; font-size:40px;
75
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
76
+ }
77
+ .key.small { flex:0 0 120px; font-size:34px; }
78
+ .key.medium { flex:0 0 160px; }
79
+ .key.round { border-radius:55px; }
80
+ .accent { background:#CBE2B7; color:#0D0D0D; font-weight:700; }
81
+ .enter { background:#CBEFA7; color:#0D0D0D; font-weight:700; }
82
+
83
+ /* Home indicator */
84
+ .home-indicator {
85
+ position:absolute; left:50%; transform:translateX(-50%);
86
+ bottom:24px; width:280px; height:10px; background:#EDEDED; border-radius:8px; opacity:0.85;
87
+ }
88
+
89
+ /* Simple icons */
90
+ .icon { width:48px; height:48px; }
91
+ .icon.small { width:40px; height:40px; }
92
+ .bullet { width:36px; height:36px; border-radius:50%; border:4px solid #CFE6FA; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status Bar -->
99
+ <div class="status-bar">
100
+ <div>10:12</div>
101
+ <div class="status-icons">
102
+ <!-- moon -->
103
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 2a9 9 0 0 0 0 18c3 0 5.7-1.5 7.3-3.9A8.5 8.5 0 0 1 9.8 4.7 9.1 9.1 0 0 0 12 2z"/></svg>
104
+ <!-- plane -->
105
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M2 12l20-4-8 6v6l-4-3v-5z"/></svg>
106
+ <!-- mountain -->
107
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M2 20l7-12 5 8 3-4 5 8z"/></svg>
108
+ <div class="status-dot"></div>
109
+ <!-- location -->
110
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
111
+ <!-- do not disturb -->
112
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-7 9h14v2H5z"/></svg>
113
+ <!-- wifi -->
114
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 18l2 2-2 2-2-2 2-2zm-7-7a12 12 0 0 1 14 0l-2 2a8 8 0 0 0-10 0l-2-2zm3 3a7 7 0 0 1 8 0l-2 2a3 3 0 0 0-4 0l-2-2z"/></svg>
115
+ <!-- battery -->
116
+ <svg class="icon small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M2 7h17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2V7zm20 3h2v4h-2v-4z"/></svg>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Header -->
121
+ <div class="header">
122
+ <div class="back">
123
+ <svg class="icon" viewBox="0 0 24 24" fill="#74B2E6"><path d="M15 5l-7 7 7 7-2 2-9-9 9-9z"/></svg>
124
+ <div>Back</div>
125
+ </div>
126
+ <div class="title">To</div>
127
+ <div class="brand">[IMG: ZVV logo]</div>
128
+ </div>
129
+
130
+ <!-- Search Card -->
131
+ <div class="search-card">
132
+ <div class="card-top">
133
+ <div class="input-field">
134
+ <div class="input-label">Destination</div>
135
+ <div class="input-value">Riedikon, Dorf</div>
136
+ <div class="input-sub">Stop/address</div>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="results">
141
+ <div class="result">
142
+ <div class="bullet"></div>
143
+ <div class="label">Riedikon, Dorf</div>
144
+ <div class="star-btn">
145
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="result">
150
+ <div class="bullet"></div>
151
+ <div class="label">Riedikon, Chis/Naturstation</div>
152
+ <div class="star-btn">
153
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
154
+ </div>
155
+ </div>
156
+
157
+ <div class="result">
158
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFE6FA"><path d="M4 20V4l6 2 6-2v16H4z"/></svg>
159
+ <div class="label">Riedikon, Uster</div>
160
+ <div class="star-btn">
161
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="result">
166
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFE6FA"><path d="M4 20V4l6 2 6-2v16H4z"/></svg>
167
+ <div class="label">Riedikon Park, Uster</div>
168
+ <div class="star-btn">
169
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="result">
174
+ <div class="bullet"></div>
175
+ <div class="label">Birmensdorf ZH, Landikon Dorf</div>
176
+ <div class="star-btn">
177
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <div class="result">
182
+ <div class="bullet"></div>
183
+ <div class="label">Oberrieden Dorf</div>
184
+ <div class="star-btn">
185
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#CFE6FA" stroke-width="2"><path d="M12 2l3.1 6.4 7 .9-5 4.7 1.3 7-6.4-3.3-6.4 3.3 1.3-7-5-4.7 7-.9z"/></svg>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Keyboard -->
192
+ <div class="keyboard">
193
+ <!-- top row -->
194
+ <div class="key-row">
195
+ <div class="key small round">◧</div>
196
+ <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>
197
+ </div>
198
+ <!-- second row -->
199
+ <div class="key-row" style="padding:0 36px;">
200
+ <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>
201
+ <div class="key medium">⌫</div>
202
+ </div>
203
+ <!-- third row -->
204
+ <div class="key-row" style="padding:0 90px;">
205
+ <div class="key medium">⇧</div>
206
+ <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>
207
+ <div class="key medium">,</div>
208
+ </div>
209
+ <!-- bottom row -->
210
+ <div class="key-row">
211
+ <div class="key medium round accent">?123</div>
212
+ <div class="key medium">🌐</div>
213
+ <div class="key" style="flex:1.8">🙂</div>
214
+ <div class="key" style="flex:4">space</div>
215
+ <div class="key medium">.</div>
216
+ <div class="key medium round enter">✓</div>
217
+ <div class="key medium">🎤</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="home-indicator"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/7584/7584_6.html ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Timetable UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #111111;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Header */
19
+ .header-left {
20
+ position: absolute;
21
+ top: 160px;
22
+ left: 48px;
23
+ display: flex;
24
+ align-items: center;
25
+ gap: 18px;
26
+ }
27
+ .back-text {
28
+ color: #78B4DE;
29
+ font-size: 42px;
30
+ font-weight: 500;
31
+ }
32
+ .header-title {
33
+ position: absolute;
34
+ top: 150px;
35
+ left: 0;
36
+ right: 0;
37
+ text-align: center;
38
+ font-size: 56px;
39
+ font-weight: 700;
40
+ letter-spacing: 0.5px;
41
+ }
42
+ .header-right {
43
+ position: absolute;
44
+ top: 150px;
45
+ right: 48px;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 14px;
49
+ color: #FFFFFF;
50
+ font-size: 44px;
51
+ font-weight: 700;
52
+ }
53
+
54
+ /* Card */
55
+ .card {
56
+ position: absolute;
57
+ left: 48px;
58
+ right: 48px;
59
+ top: 320px;
60
+ background: #0E6DB1;
61
+ border-radius: 38px;
62
+ padding: 34px 34px 30px 34px;
63
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
64
+ }
65
+ .field {
66
+ background: #2A2A2A;
67
+ border-radius: 26px;
68
+ padding: 26px 30px;
69
+ margin-bottom: 22px;
70
+ }
71
+ .label {
72
+ color: #A9D3F1;
73
+ font-size: 28px;
74
+ font-weight: 700;
75
+ margin-bottom: 10px;
76
+ }
77
+ .value {
78
+ font-size: 36px;
79
+ line-height: 1.35;
80
+ color: #FFFFFF;
81
+ }
82
+
83
+ .swap-circle {
84
+ position: absolute;
85
+ right: 24px;
86
+ top: 210px; /* overlaps between first and second field */
87
+ width: 92px;
88
+ height: 92px;
89
+ border-radius: 50%;
90
+ border: 6px solid #A9D3F1;
91
+ background: rgba(255,255,255,0.06);
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ }
96
+
97
+ .card-footer {
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: space-between;
101
+ margin-top: 18px;
102
+ padding: 0 6px;
103
+ }
104
+ .footer-left {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 20px;
108
+ }
109
+ .footer-text {
110
+ font-size: 34px;
111
+ letter-spacing: 0.3px;
112
+ }
113
+ .footer-right {
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 26px;
117
+ }
118
+
119
+ .divider {
120
+ position: absolute;
121
+ left: 48px;
122
+ right: 48px;
123
+ top: 700px;
124
+ height: 6px;
125
+ background: #184E6E;
126
+ border-radius: 3px;
127
+ opacity: 0.8;
128
+ }
129
+
130
+ /* Generic icon styling helpers */
131
+ .icon {
132
+ display: inline-block;
133
+ }
134
+ svg { display: block; }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Header left: Back -->
141
+ <div class="header-left">
142
+ <svg class="icon" width="44" height="44" viewBox="0 0 44 44">
143
+ <path d="M30 8 L14 22 L30 36" stroke="#78B4DE" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
144
+ </svg>
145
+ <div class="back-text">Back</div>
146
+ </div>
147
+
148
+ <!-- Header title -->
149
+ <div class="header-title">Timetable</div>
150
+
151
+ <!-- Header right: simple ZVV mark -->
152
+ <div class="header-right">
153
+ <svg class="icon" width="72" height="48" viewBox="0 0 72 48">
154
+ <!-- a minimal emblem: ring with slash -->
155
+ <circle cx="24" cy="24" r="16" stroke="#FFFFFF" stroke-width="4" fill="none" opacity="0.9"/>
156
+ <path d="M8 10 L40 38" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
157
+ </svg>
158
+ ZVV
159
+ </div>
160
+
161
+ <!-- Main card -->
162
+ <div class="card">
163
+ <div class="field">
164
+ <div class="label">From</div>
165
+ <div class="value">Krone, Oberburg 1, 8158 Regensberg (1)</div>
166
+ </div>
167
+
168
+ <div class="field">
169
+ <div class="label">To</div>
170
+ <div class="value">Riedikon, Dorf</div>
171
+ </div>
172
+
173
+ <!-- Swap circle icon -->
174
+ <div class="swap-circle">
175
+ <svg class="icon" width="56" height="56" viewBox="0 0 56 56">
176
+ <!-- Up arrow -->
177
+ <path d="M28 42 V18 M28 18 L22 24 M28 18 L34 24" stroke="#A9D3F1" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
178
+ <!-- Down arrow -->
179
+ <path d="M28 14 V38 M28 38 L22 32 M28 38 L34 32" stroke="#A9D3F1" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.9"/>
180
+ </svg>
181
+ </div>
182
+
183
+ <!-- Footer inside card -->
184
+ <div class="card-footer">
185
+ <div class="footer-left">
186
+ <div class="footer-text">Mon 14.08 Departure 06:43</div>
187
+ <svg class="icon" width="48" height="48" viewBox="0 0 48 48">
188
+ <!-- refresh/cycle -->
189
+ <path d="M8 24a16 16 0 0 1 26-12" stroke="#FFFFFF" stroke-width="3.5" fill="none" stroke-linecap="round"/>
190
+ <path d="M30 10 L36 10 L36 16" stroke="#FFFFFF" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
191
+ <path d="M40 24a16 16 0 0 1-26 12" stroke="#FFFFFF" stroke-width="3.5" fill="none" stroke-linecap="round" opacity="0.9"/>
192
+ <path d="M18 38 L12 38 L12 32" stroke="#FFFFFF" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.9"/>
193
+ </svg>
194
+ </div>
195
+ <div class="footer-right">
196
+ <!-- sliders/settings icon -->
197
+ <svg class="icon" width="54" height="54" viewBox="0 0 54 54">
198
+ <g stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
199
+ <line x1="10" y1="14" x2="44" y2="14"/>
200
+ <circle cx="24" cy="14" r="4" fill="none"/>
201
+ <line x1="10" y1="27" x2="44" y2="27"/>
202
+ <circle cx="34" cy="27" r="4" fill="none"/>
203
+ <line x1="10" y1="40" x2="44" y2="40"/>
204
+ <circle cx="16" cy="40" r="4" fill="none"/>
205
+ </g>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Thin divider below card -->
212
+ <div class="divider"></div>
213
+
214
+ </div>
215
+ </body>
216
+ </html>
code/7584/7584_7.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>Timetable UI</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;}
9
+ #render-target{
10
+ width:1080px;height:2400px;position:relative;overflow:hidden;
11
+ background:#0e0e0e;color:#eaeaea;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .statusbar{
16
+ height:70px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;
17
+ font-weight:600;color:#fafafa;letter-spacing:1px;
18
+ }
19
+ .status-icons{display:flex;gap:22px;align-items:center;color:#cfcfcf;font-size:28px;}
20
+ .dot{width:10px;height:10px;border-radius:50%;background:#cfcfcf;display:inline-block}
21
+ .pill{width:320px;height:12px;background:#ffffff22;border-radius:6px;margin:0 auto 0 24px}
22
+
23
+ /* Header */
24
+ .header{
25
+ height:120px;display:flex;align-items:center;justify-content:center;position:relative;
26
+ }
27
+ .back{
28
+ position:absolute;left:36px;top:50%;transform:translateY(-50%);
29
+ display:flex;align-items:center;gap:14px;color:#78aedd;font-size:38px;font-weight:600;
30
+ }
31
+ .back svg{width:30px;height:30px;fill:#78aedd}
32
+ .title{font-size:56px;font-weight:800;letter-spacing:.5px}
33
+ .brand{
34
+ position:absolute;right:36px;top:50%;transform:translateY(-50%);
35
+ display:flex;align-items:center;gap:12px
36
+ }
37
+ .brand svg{width:60px;height:60px;stroke:#dfe8f5;fill:none;stroke-width:4}
38
+ .brand span{font-size:44px;font-weight:800;color:#dfe8f5}
39
+
40
+ /* Blue search card */
41
+ .search-card{
42
+ margin:18px 28px 24px 28px;background:#0d6fb9;border-radius:28px;padding:28px;position:relative;
43
+ }
44
+ .field{background:#2b2b2b;border-radius:22px;padding:26px 28px;margin:14px 10px;color:#eee}
45
+ .label{font-size:28px;color:#9fd2ff;margin-bottom:6px}
46
+ .value{font-size:40px;font-weight:700;color:#f1f5f9}
47
+ .swap-btn{
48
+ position:absolute;right:32px;top:150px;width:86px;height:86px;border-radius:50%;
49
+ border:4px solid #a2cef5;display:flex;align-items:center;justify-content:center;background:#2b2b2b;color:#a2cef5
50
+ }
51
+ .swap-btn svg{width:42px;height:42px;fill:none;stroke:#a2cef5;stroke-width:6}
52
+ .date-row{
53
+ margin-top:14px;padding:22px 18px 6px 18px;color:#e7f4ff;font-size:34px;font-weight:600;
54
+ display:flex;align-items:center;justify-content:space-between
55
+ }
56
+ .date-actions{display:flex;gap:24px}
57
+ .icon-btn{
58
+ width:64px;height:64px;border-radius:14px;background:#2b2b2b;display:flex;align-items:center;justify-content:center
59
+ }
60
+ .icon-btn svg{width:34px;height:34px;fill:none;stroke:#e7f4ff;stroke-width:5}
61
+
62
+ /* Results container */
63
+ .results{
64
+ margin:28px;background:#2a2a2a;border-radius:26px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.35)
65
+ }
66
+ .trip{padding:34px 34px 30px 34px;border-bottom:1px solid #414141}
67
+ .trip:last-child{border-bottom:none}
68
+ .topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
69
+ .times{display:flex;gap:28px;align-items:center}
70
+ .depart,.arrive{font-size:46px;font-weight:800}
71
+ .on-time{width:28px;height:28px;border-radius:50%;background:#56d07d;display:inline-block}
72
+ .duration{font-size:34px;color:#cfd7dd}
73
+ .route{display:flex;align-items:center;gap:16px;color:#fff}
74
+ .step-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}
75
+ .line{height:6px;background:#e8eef5;border-radius:3px;flex:1;opacity:.95}
76
+ .badge{border:2px solid #e8eef5;color:#e8eef5;padding:6px 14px;border-radius:10px;font-weight:800;font-size:28px}
77
+ .codes{display:flex;gap:18px;margin-top:14px}
78
+ .code{border:2px solid #e8eef5;color:#e8eef5;border-radius:8px;padding:6px 12px;font-weight:800}
79
+ .dest{margin-top:18px;font-size:38px;display:flex;align-items:center;justify-content:space-between}
80
+ .price{border:2px solid #ffffff;color:#ffffff;border-radius:12px;padding:10px 16px;font-weight:800;font-size:30px;white-space:nowrap}
81
+
82
+ /* Bottom handle */
83
+ .handle{position:absolute;left:50%;transform:translateX(-50%);bottom:22px;width:320px;height:12px;background:#e8e8e8;border-radius:8px;opacity:.9}
84
+ </style>
85
+ </head>
86
+ <body>
87
+ <div id="render-target">
88
+
89
+ <!-- Status bar -->
90
+ <div class="statusbar">
91
+ <div style="display:flex;align-items:center;gap:18px">
92
+ <div style="font-size:32px">10:13</div>
93
+ <div class="status-icons">
94
+ <span>🌙</span><span>🌜</span><span>✈️</span><span>⛰️</span><span class="dot"></span>
95
+ </div>
96
+ </div>
97
+ <div class="status-icons">
98
+ <span>📍</span><span>⭘</span><span>◤</span><span>🔋</span>
99
+ </div>
100
+ </div>
101
+
102
+ <!-- Header -->
103
+ <div class="header">
104
+ <div class="back">
105
+ <svg viewBox="0 0 24 24"><path d="M15 18L9 12l6-6"/></svg>
106
+ <span>Back</span>
107
+ </div>
108
+ <div class="title">Timetable</div>
109
+ <div class="brand">
110
+ <svg viewBox="0 0 64 64">
111
+ <circle cx="28" cy="36" r="18"></circle>
112
+ <path d="M4 36h56M18 10l28 52" />
113
+ </svg>
114
+ <span>ZVV</span>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Search Card -->
119
+ <div class="search-card">
120
+ <div class="field">
121
+ <div class="label">From</div>
122
+ <div class="value">Krone, Oberburg 1, 8158 Regensberg (1)</div>
123
+ </div>
124
+ <div class="swap-btn" title="Swap">
125
+ <svg viewBox="0 0 24 24">
126
+ <path d="M8 7h10M14 3l4 4-4 4M16 17H6M10 21l-4-4 4-4"/>
127
+ </svg>
128
+ </div>
129
+ <div class="field">
130
+ <div class="label">To</div>
131
+ <div class="value">Riedikon, Dorf</div>
132
+ </div>
133
+
134
+ <div class="date-row">
135
+ <div>Mon 14.08 Departure 06:43</div>
136
+ <div class="date-actions">
137
+ <div class="icon-btn" title="Refresh">
138
+ <svg viewBox="0 0 24 24"><path d="M20 12a8 8 0 1 1-2-5.3M20 4v6h-6"/></svg>
139
+ </div>
140
+ <div class="icon-btn" title="Filters">
141
+ <svg viewBox="0 0 24 24"><path d="M4 6h16M7 12h10M10 18h4"/></svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Results -->
148
+ <div class="results">
149
+ <!-- Trip 1 -->
150
+ <div class="trip">
151
+ <div class="topline">
152
+ <div class="times">
153
+ <div class="depart">06:58</div>
154
+ <div class="arrive" style="opacity:.85">07:03</div>
155
+ <span class="on-time"></span>
156
+ </div>
157
+ <div class="duration">1 h 8 min</div>
158
+ <div class="arrive">08:06</div>
159
+ </div>
160
+
161
+ <div class="route">
162
+ <!-- walking -->
163
+ <div class="step-icon">
164
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#fff" stroke-width="2">
165
+ <circle cx="12" cy="4" r="2"></circle>
166
+ <path d="M12 6l-2 5-3 3m5-6l4 3 1 6M7 17l4 2"/>
167
+ </svg>
168
+ </div>
169
+ <div style="font-size:26px;opacity:.7;margin-right:8px">5'</div>
170
+ <div class="line" style="max-width:70px"></div>
171
+
172
+ <!-- bus -->
173
+ <div class="step-icon">
174
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
175
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
176
+ <circle cx="7" cy="17" r="1.5"></circle>
177
+ <circle cx="17" cy="17" r="1.5"></circle>
178
+ </svg>
179
+ </div>
180
+ <div class="line"></div>
181
+
182
+ <!-- train -->
183
+ <div class="step-icon">
184
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
185
+ <rect x="5" y="4" width="14" height="12" rx="2"></rect>
186
+ <path d="M7 16l-2 3M17 16l2 3M8 8h8M9 11h6"/>
187
+ </svg>
188
+ </div>
189
+ <div class="line"></div>
190
+
191
+ <!-- bus -->
192
+ <div class="step-icon">
193
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
194
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
195
+ <circle cx="7" cy="17" r="1.5"></circle>
196
+ <circle cx="17" cy="17" r="1.5"></circle>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="codes">
202
+ <div class="code">593</div>
203
+ <div class="code">S 15</div>
204
+ <div class="code">842</div>
205
+ </div>
206
+
207
+ <div class="dest">
208
+ <div>→ Dielsdorf, Bahnhof</div>
209
+ <div class="price">From CHF 6.50</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Trip 2 -->
214
+ <div class="trip">
215
+ <div class="topline">
216
+ <div class="depart">07:28</div>
217
+ <div class="duration">1 h 7 min</div>
218
+ <div class="arrive">08:35</div>
219
+ </div>
220
+
221
+ <div class="route">
222
+ <div class="step-icon">
223
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#fff" stroke-width="2">
224
+ <circle cx="12" cy="4" r="2"></circle>
225
+ <path d="M12 6l-2 5-3 3m5-6l4 3 1 6M7 17l4 2"/>
226
+ </svg>
227
+ </div>
228
+ <div style="font-size:26px;opacity:.7;margin-right:8px">5'</div>
229
+ <div class="line" style="max-width:70px"></div>
230
+ <div class="step-icon">
231
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
232
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
233
+ <circle cx="7" cy="17" r="1.5"></circle>
234
+ <circle cx="17" cy="17" r="1.5"></circle>
235
+ </svg>
236
+ </div>
237
+ <div class="line"></div>
238
+ <div class="step-icon">
239
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
240
+ <rect x="5" y="4" width="14" height="12" rx="2"></rect>
241
+ <path d="M7 16l-2 3M17 16l2 3M8 8h8M9 11h6"/>
242
+ </svg>
243
+ </div>
244
+ <div class="line"></div>
245
+ <div class="step-icon">
246
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
247
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
248
+ <circle cx="7" cy="17" r="1.5"></circle>
249
+ <circle cx="17" cy="17" r="1.5"></circle>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="codes">
255
+ <div class="code">593</div>
256
+ <div class="code">S 15</div>
257
+ <div class="code">842</div>
258
+ </div>
259
+
260
+ <div class="dest">
261
+ <div>→ Dielsdorf, Bahnhof</div>
262
+ <div class="price">From CHF 6.50</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Trip 3 -->
267
+ <div class="trip">
268
+ <div class="topline">
269
+ <div class="depart">07:58</div>
270
+ <div class="duration">1 h 7 min</div>
271
+ <div class="arrive">09:05</div>
272
+ </div>
273
+
274
+ <div class="route">
275
+ <div class="step-icon">
276
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#fff" stroke-width="2">
277
+ <circle cx="12" cy="4" r="2"></circle>
278
+ <path d="M12 6l-2 5-3 3m5-6l4 3 1 6M7 17l4 2"/>
279
+ </svg>
280
+ </div>
281
+ <div style="font-size:26px;opacity:.7;margin-right:8px">5'</div>
282
+ <div class="line" style="max-width:70px"></div>
283
+ <div class="step-icon">
284
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
285
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
286
+ <circle cx="7" cy="17" r="1.5"></circle>
287
+ <circle cx="17" cy="17" r="1.5"></circle>
288
+ </svg>
289
+ </div>
290
+ <div class="line"></div>
291
+ <div class="step-icon">
292
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
293
+ <rect x="5" y="4" width="14" height="12" rx="2"></rect>
294
+ <path d="M7 16l-2 3M17 16l2 3M8 8h8M9 11h6"/>
295
+ </svg>
296
+ </div>
297
+ <div class="line"></div>
298
+ <div class="step-icon">
299
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
300
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
301
+ <circle cx="7" cy="17" r="1.5"></circle>
302
+ <circle cx="17" cy="17" r="1.5"></circle>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="codes">
308
+ <div class="code">593</div>
309
+ <div class="code">S 15</div>
310
+ <div class="code">842</div>
311
+ </div>
312
+
313
+ <div class="dest">
314
+ <div>→ Dielsdorf, Bahnhof</div>
315
+ <div class="price">From CHF 6.50</div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Trip 4 -->
320
+ <div class="trip">
321
+ <div class="topline">
322
+ <div class="depart">08:28</div>
323
+ <div class="duration">1 h 7 min</div>
324
+ <div class="arrive">09:35</div>
325
+ </div>
326
+
327
+ <div class="route">
328
+ <div class="step-icon">
329
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#fff" stroke-width="2">
330
+ <circle cx="12" cy="4" r="2"></circle>
331
+ <path d="M12 6l-2 5-3 3m5-6l4 3 1 6M7 17l4 2"/>
332
+ </svg>
333
+ </div>
334
+ <div style="font-size:26px;opacity:.7;margin-right:8px">5'</div>
335
+ <div class="line" style="max-width:70px"></div>
336
+ <div class="step-icon">
337
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
338
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
339
+ <circle cx="7" cy="17" r="1.5"></circle>
340
+ <circle cx="17" cy="17" r="1.5"></circle>
341
+ </svg>
342
+ </div>
343
+ <div class="line"></div>
344
+ <div class="step-icon">
345
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
346
+ <rect x="5" y="4" width="14" height="12" rx="2"></rect>
347
+ <path d="M7 16l-2 3M17 16l2 3M8 8h8M9 11h6"/>
348
+ </svg>
349
+ </div>
350
+ <div class="line"></div>
351
+ <div class="step-icon">
352
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#fff" stroke-width="2">
353
+ <rect x="3" y="6" width="18" height="10" rx="2"></rect>
354
+ <circle cx="7" cy="17" r="1.5"></circle>
355
+ <circle cx="17" cy="17" r="1.5"></circle>
356
+ </svg>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="codes">
361
+ <div class="code">593</div>
362
+ <div class="code">S 15</div>
363
+ <div class="code">842</div>
364
+ </div>
365
+
366
+ <div class="dest">
367
+ <div>→ Dielsdorf, Bahnhof</div>
368
+ <div class="price">From CHF 6.50</div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="handle"></div>
374
+ </div>
375
+ </body>
376
+ </html>
code/7588/7588_0.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Presentation Editor UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #fff;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; background: #1a1a1a;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px; box-sizing: border-box;
20
+ font-weight: 600; letter-spacing: 0.5px;
21
+ }
22
+ .status-left, .status-right { display: flex; align-items: center; gap: 26px; }
23
+ .status-time { font-size: 40px; }
24
+ .status-icon {
25
+ width: 40px; height: 40px; opacity: 0.85;
26
+ }
27
+
28
+ /* Header row with title and tools */
29
+ .header-bar {
30
+ position: absolute; top: 120px; left: 0; right: 0;
31
+ height: 160px; background: #1a1a1a;
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ padding: 0 40px; box-sizing: border-box;
34
+ }
35
+ .header-left { display: flex; align-items: center; gap: 40px; }
36
+ .header-right { display: flex; align-items: center; gap: 56px; }
37
+ .title {
38
+ font-size: 50px; color: #cf7a3b; font-weight: 600;
39
+ }
40
+ .tool-icon { width: 64px; height: 64px; opacity: 0.95; }
41
+
42
+ /* Workspace area (big black canvas) */
43
+ .workspace {
44
+ position: absolute; top: 280px; left: 0; right: 0; bottom: 520px;
45
+ background: #0d0d0d;
46
+ }
47
+
48
+ /* Slide preview card */
49
+ .slide-wrapper {
50
+ position: absolute; left: 30px; top: 480px;
51
+ width: 1000px; height: 560px;
52
+ border: 2px solid #cfcfcf; background: #0f0f0f;
53
+ box-sizing: border-box;
54
+ }
55
+ .slide {
56
+ position: absolute; inset: 0;
57
+ display: grid; grid-template-columns: 1fr 0.28fr;
58
+ }
59
+ .slide-left {
60
+ background: #203a34;
61
+ position: relative;
62
+ }
63
+ .slide-right {
64
+ background: linear-gradient(180deg, #c7efbc 0%, #a6df95 100%);
65
+ }
66
+ .slide-left::before {
67
+ content: "";
68
+ position: absolute; left: 40px; top: 0; bottom: 0;
69
+ width: 6px; background: #7fd9dc; opacity: 0.8;
70
+ }
71
+ /* Subtitle dashed box */
72
+ .subtitle-box {
73
+ position: absolute; left: 280px; top: 200px;
74
+ width: 480px; height: 90px;
75
+ border: 2px dashed rgba(255,255,255,0.6);
76
+ display: flex; align-items: center; justify-content: flex-end;
77
+ padding-right: 20px; color: rgba(255,255,255,0.75); font-size: 30px;
78
+ }
79
+ .subtitle-tip {
80
+ position: absolute; left: 260px; top: 280px;
81
+ width: 20px; height: 20px; background: #7fd9dc; transform: rotate(45deg);
82
+ }
83
+ /* Title text */
84
+ .title-lines {
85
+ position: absolute; right: 90px; bottom: 120px; text-align: right;
86
+ color: #fff; line-height: 1.1;
87
+ }
88
+ .title-lines .big { font-size: 84px; font-weight: 500; }
89
+ .title-lines .big + .big { margin-top: 20px; }
90
+
91
+ /* Notes & Comments row */
92
+ .meta-row {
93
+ position: absolute; left: 40px; bottom: 680px;
94
+ display: flex; gap: 120px; align-items: center;
95
+ color: #d6d6d6; font-size: 36px;
96
+ }
97
+
98
+ /* Filmstrip thumbnails */
99
+ .filmstrip {
100
+ position: absolute; left: 20px; right: 20px; bottom: 470px;
101
+ height: 260px; display: flex; align-items: center; gap: 30px;
102
+ }
103
+ .thumb {
104
+ width: 420px; height: 240px; border: 2px solid #4a4a4a; background: #E0E0E0;
105
+ display: flex; align-items: center; justify-content: center; color: #757575;
106
+ position: relative; box-sizing: border-box;
107
+ }
108
+ .thumb .label {
109
+ position: absolute; left: 12px; bottom: 8px;
110
+ background: rgba(0,0,0,0.6); color: #fff; padding: 6px 12px; border-radius: 6px; font-size: 28px;
111
+ }
112
+ .thumb.selected { outline: 0; border-color: #cf7a3b; }
113
+ .thumb.selected::after {
114
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 36px; background: #cf7a3b;
115
+ }
116
+
117
+ /* Bottom tools bar */
118
+ .bottom-bar {
119
+ position: absolute; left: 0; right: 0; bottom: 140px;
120
+ height: 200px; background: #1a1a1a; display: flex; align-items: center; justify-content: space-between;
121
+ padding: 0 40px; box-sizing: border-box;
122
+ }
123
+ .bottom-tools { display: flex; align-items: center; gap: 70px; }
124
+ .bicon { width: 86px; height: 86px; opacity: 0.95; }
125
+
126
+ /* Home indicator */
127
+ .home-indicator {
128
+ position: absolute; left: 50%; transform: translateX(-50%);
129
+ bottom: 48px; width: 320px; height: 16px; background: #eaeaea; border-radius: 20px; opacity: 0.85;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status bar -->
137
+ <div class="status-bar">
138
+ <div class="status-left">
139
+ <div class="status-time">3:38</div>
140
+ <!-- A few simple status glyphs -->
141
+ <svg class="status-icon" viewBox="0 0 24 24">
142
+ <circle cx="12" cy="12" r="10" fill="#fff" opacity="0.6"></circle>
143
+ </svg>
144
+ <svg class="status-icon" viewBox="0 0 24 24">
145
+ <rect x="3" y="3" width="18" height="18" fill="#fff" opacity="0.6"></rect>
146
+ </svg>
147
+ <svg class="status-icon" viewBox="0 0 24 24">
148
+ <path d="M3 13 L9 7 L21 19" stroke="#fff" stroke-width="3" fill="none" opacity="0.7"></path>
149
+ </svg>
150
+ <svg class="status-icon" viewBox="0 0 24 24">
151
+ <rect x="4" y="4" width="16" height="16" fill="#fff" opacity="0.6"></rect>
152
+ </svg>
153
+ <svg class="status-icon" viewBox="0 0 24 24">
154
+ <circle cx="12" cy="12" r="2" fill="#fff"></circle>
155
+ </svg>
156
+ </div>
157
+ <div class="status-right">
158
+ <!-- Wi-Fi icon -->
159
+ <svg class="status-icon" viewBox="0 0 24 24">
160
+ <path d="M2 8 C8 3, 16 3, 22 8" stroke="#fff" stroke-width="2" fill="none"></path>
161
+ <path d="M5 12 C10 8, 14 8, 19 12" stroke="#fff" stroke-width="2" fill="none"></path>
162
+ <circle cx="12" cy="16" r="2" fill="#fff"></circle>
163
+ </svg>
164
+ <!-- Battery icon -->
165
+ <svg class="status-icon" viewBox="0 0 24 24">
166
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"></rect>
167
+ <rect x="20" y="10" width="3" height="4" fill="#fff"></rect>
168
+ <rect x="4" y="8" width="12" height="8" fill="#fff"></rect>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Header with title and tool icons -->
174
+ <div class="header-bar">
175
+ <div class="header-left">
176
+ <!-- Large check icon on the left -->
177
+ <svg class="tool-icon" viewBox="0 0 24 24">
178
+ <path d="M4 12 L9 17 L20 6" stroke="#eaeaea" stroke-width="3" fill="none"></path>
179
+ </svg>
180
+ <div class="title">Presentation - Saved</div>
181
+ </div>
182
+ <div class="header-right">
183
+ <!-- Pencil -->
184
+ <svg class="tool-icon" viewBox="0 0 24 24">
185
+ <path d="M3 17 L7 21 L21 7 L17 3 Z" fill="#eaeaea"></path>
186
+ <rect x="3" y="17" width="8" height="4" fill="#eaeaea"></rect>
187
+ </svg>
188
+ <!-- Search -->
189
+ <svg class="tool-icon" viewBox="0 0 24 24">
190
+ <circle cx="11" cy="11" r="8" stroke="#eaeaea" stroke-width="2" fill="none"></circle>
191
+ <line x1="17" y1="17" x2="22" y2="22" stroke="#eaeaea" stroke-width="2"></line>
192
+ </svg>
193
+ <!-- Slideshow icon -->
194
+ <svg class="tool-icon" viewBox="0 0 24 24">
195
+ <rect x="3" y="4" width="18" height="14" stroke="#eaeaea" stroke-width="2" fill="none"></rect>
196
+ <line x1="12" y1="18" x2="9" y2="22" stroke="#eaeaea" stroke-width="2"></line>
197
+ <line x1="12" y1="18" x2="15" y2="22" stroke="#eaeaea" stroke-width="2"></line>
198
+ </svg>
199
+ <!-- Undo -->
200
+ <svg class="tool-icon" viewBox="0 0 24 24">
201
+ <path d="M9 7 L4 12 L9 17" stroke="#eaeaea" stroke-width="2" fill="none"></path>
202
+ <path d="M5 12 H12 C17 12, 19 15, 19 18" stroke="#eaeaea" stroke-width="2" fill="none"></path>
203
+ </svg>
204
+ <!-- More (vertical dots) -->
205
+ <svg class="tool-icon" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="5" r="2" fill="#eaeaea"></circle>
207
+ <circle cx="12" cy="12" r="2" fill="#eaeaea"></circle>
208
+ <circle cx="12" cy="19" r="2" fill="#eaeaea"></circle>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Workspace area -->
214
+ <div class="workspace"></div>
215
+
216
+ <!-- Slide preview -->
217
+ <div class="slide-wrapper">
218
+ <div class="slide">
219
+ <div class="slide-left"></div>
220
+ <div class="slide-right"></div>
221
+ </div>
222
+ <div class="subtitle-box">Double tap to add subtitle</div>
223
+ <div class="subtitle-tip"></div>
224
+ <div class="title-lines">
225
+ <div class="big">Self</div>
226
+ <div class="big">Improvement</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Notes & Comments -->
231
+ <div class="meta-row">
232
+ <div>Notes</div>
233
+ <div>Comments</div>
234
+ </div>
235
+
236
+ <!-- Filmstrip thumbnails -->
237
+ <div class="filmstrip">
238
+ <div class="thumb selected">
239
+ <div>[IMG: Slide Thumbnail - Self Improvement]</div>
240
+ <div class="label">1</div>
241
+ </div>
242
+ <div class="thumb">
243
+ <div>[IMG: Slide Thumbnail]</div>
244
+ <div class="label">2</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Bottom tool bar -->
249
+ <div class="bottom-bar">
250
+ <div class="bottom-tools">
251
+ <!-- Grid/Layout -->
252
+ <svg class="bicon" viewBox="0 0 24 24">
253
+ <rect x="3" y="3" width="8" height="8" fill="#eaeaea"></rect>
254
+ <rect x="13" y="3" width="8" height="8" fill="#eaeaea"></rect>
255
+ <rect x="3" y="13" width="8" height="8" fill="#eaeaea"></rect>
256
+ <rect x="13" y="13" width="8" height="8" fill="#eaeaea"></rect>
257
+ </svg>
258
+ <!-- Add/Plus -->
259
+ <svg class="bicon" viewBox="0 0 24 24">
260
+ <rect x="10" y="3" width="4" height="18" fill="#eaeaea"></rect>
261
+ <rect x="3" y="10" width="18" height="4" fill="#eaeaea"></rect>
262
+ </svg>
263
+ <!-- Table -->
264
+ <svg class="bicon" viewBox="0 0 24 24">
265
+ <rect x="3" y="5" width="18" height="14" stroke="#eaeaea" stroke-width="2" fill="none"></rect>
266
+ <line x1="3" y1="10" x2="21" y2="10" stroke="#eaeaea" stroke-width="2"></line>
267
+ <line x1="10" y1="5" x2="10" y2="19" stroke="#eaeaea" stroke-width="2"></line>
268
+ </svg>
269
+ <!-- Image -->
270
+ <svg class="bicon" viewBox="0 0 24 24">
271
+ <rect x="3" y="4" width="18" height="16" stroke="#eaeaea" stroke-width="2" fill="none"></rect>
272
+ <circle cx="9" cy="10" r="2" fill="#eaeaea"></circle>
273
+ <path d="M5 18 L10 12 L14 16 L19 11 L21 18 Z" fill="#eaeaea"></path>
274
+ </svg>
275
+ <!-- Shape (circle) -->
276
+ <svg class="bicon" viewBox="0 0 24 24">
277
+ <circle cx="12" cy="12" r="8" stroke="#eaeaea" stroke-width="2" fill="none"></circle>
278
+ </svg>
279
+ <!-- Text -->
280
+ <svg class="bicon" viewBox="0 0 24 24">
281
+ <path d="M4 6 H20 M12 6 V20 M7 20 H17" stroke="#eaeaea" stroke-width="2" fill="none"></path>
282
+ </svg>
283
+ <!-- Camera -->
284
+ <svg class="bicon" viewBox="0 0 24 24">
285
+ <rect x="3" y="7" width="18" height="12" rx="2" ry="2" stroke="#eaeaea" stroke-width="2" fill="none"></rect>
286
+ <rect x="8" y="4" width="8" height="4" fill="#eaeaea"></rect>
287
+ <circle cx="12" cy="13" r="4" stroke="#eaeaea" stroke-width="2" fill="none"></circle>
288
+ </svg>
289
+ <!-- Crop -->
290
+ <svg class="bicon" viewBox="0 0 24 24">
291
+ <path d="M6 2 V18 H22 M2 6 H18 V22" stroke="#eaeaea" stroke-width="2" fill="none"></path>
292
+ </svg>
293
+ </div>
294
+ <!-- Right side placeholder for a vertical panel -->
295
+ <div style="width: 120px; height: 100%; border-left: 2px solid #3a3a3a;"></div>
296
+ </div>
297
+
298
+ <!-- Home indicator -->
299
+ <div class="home-indicator"></div>
300
+
301
+ </div>
302
+ </body>
303
+ </html>
code/7588/7588_1.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Presentation Editor Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #111316; color: #fff;
13
+ border-radius: 22px; box-shadow: 0 8px 40px rgba(0,0,0,0.35);
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 110px; background: #1C1C1C; color: #f4f4f4;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 34px; font-size: 34px; letter-spacing: 0.5px;
22
+ }
23
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
24
+ .status-icon svg { width: 36px; height: 36px; fill: none; stroke: #e8e8e8; stroke-width: 2.5; }
25
+ .dot { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; }
26
+
27
+ /* Title and action bar */
28
+ .title-bar {
29
+ position: absolute; top: 110px; left: 0; right: 0;
30
+ height: 130px; background: #1C1C1C; display: flex; align-items: center; justify-content: center;
31
+ }
32
+ .title-bar .title { color: #E5792D; font-size: 44px; font-weight: 600; }
33
+
34
+ .actions-bar {
35
+ position: absolute; top: 240px; left: 0; right: 0;
36
+ height: 120px; background: #1C1C1C; display: flex; align-items: center; padding: 0 40px;
37
+ column-gap: 56px;
38
+ }
39
+ .action { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
40
+ .action svg { width: 64px; height: 64px; fill: none; stroke: #ddd; stroke-width: 2.8; }
41
+
42
+ /* Workspace */
43
+ .workspace {
44
+ position: absolute; top: 360px; left: 0; right: 0; bottom: 0;
45
+ background: #0B0B0B;
46
+ }
47
+
48
+ /* Slide preview */
49
+ .slide-wrapper {
50
+ position: absolute; left: 40px; top: 750px;
51
+ width: 1000px; height: 620px;
52
+ border: 1px solid #bcbcbc; background: #0f2321;
53
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
54
+ }
55
+ .slide-bg {
56
+ position: absolute; inset: 0;
57
+ background: linear-gradient(90deg, #122c29 0%, #183a36 65%, #99c883 90%, #cbe9a9 100%);
58
+ }
59
+ .slide-left-ribbon {
60
+ position: absolute; left: 50px; top: 40px; bottom: 40px; width: 6px; background: #6ED4DA;
61
+ opacity: 0.7;
62
+ }
63
+ .slide-title {
64
+ position: absolute; right: 60px; top: 90px; left: 140px;
65
+ height: 90px; border: 1px dashed rgba(255,255,255,0.6);
66
+ display: flex; align-items: center; justify-content: flex-end; padding-right: 22px;
67
+ color: #fff; font-size: 42px; font-weight: 500;
68
+ background: rgba(0,0,0,0.15);
69
+ }
70
+ .slide-content {
71
+ position: absolute; left: 140px; right: 60px; top: 210px; bottom: 80px;
72
+ border: 1px dashed rgba(255,255,255,0.5); padding: 40px; color: #e9f5f5;
73
+ font-size: 30px;
74
+ background: rgba(0,0,0,0.1);
75
+ }
76
+ .bullet {
77
+ width: 10px; height: 10px; background: #7DE0E6; display: inline-block; margin-right: 16px; border-radius: 2px;
78
+ }
79
+
80
+ /* Notes/Comments row */
81
+ .nc-row {
82
+ position: absolute; left: 40px; right: 40px; top: 1440px;
83
+ height: 80px; display: flex; align-items: center; justify-content: flex-start; gap: 60px; color: #d9d9d9;
84
+ }
85
+ .nc-item { display: flex; align-items: center; gap: 14px; font-size: 32px; }
86
+ .nc-item svg { width: 36px; height: 36px; fill: none; stroke: #d9d9d9; stroke-width: 2.5; }
87
+
88
+ /* Thumbnails strip */
89
+ .thumbs {
90
+ position: absolute; left: 0; right: 0; top: 1520px; height: 340px;
91
+ display: flex; align-items: center; gap: 28px; padding: 0 24px; background: #0f0f0f;
92
+ border-top: 1px solid #1e1e1e;
93
+ }
94
+ .thumb {
95
+ width: 300px; height: 200px; background: #213c36; border: 1px solid #bdbdbd; position: relative;
96
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
97
+ }
98
+ .thumb .t-bg {
99
+ position: absolute; inset: 0;
100
+ background: linear-gradient(90deg, #17332c 70%, #b6e3a1 100%);
101
+ opacity: 0.9;
102
+ }
103
+ .thumb .t-label {
104
+ position: absolute; left: 18px; bottom: 22px; right: 18px; color: #fff; font-size: 26px;
105
+ }
106
+ .thumb-index { position: absolute; left: 14px; bottom: -42px; color: #d3d3d3; font-size: 28px; }
107
+ .thumb.selected::after {
108
+ content: ""; position: absolute; left: 0; right: 0; bottom: -34px; height: 34px; background: #D66E2D;
109
+ }
110
+
111
+ /* Bottom toolbar */
112
+ .bottom-toolbar {
113
+ position: absolute; left: 0; right: 0; bottom: 80px; height: 160px;
114
+ background: #1C1C1C; display: flex; align-items: center; justify-content: space-around;
115
+ border-top: 1px solid #2a2a2a;
116
+ }
117
+ .tool { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
118
+ .tool svg { width: 80px; height: 80px; fill: none; stroke: #e5e5e5; stroke-width: 2.8; }
119
+
120
+ /* Home indicator */
121
+ .home-indicator {
122
+ position: absolute; left: 330px; right: 330px; bottom: 20px; height: 12px;
123
+ background: #ffffff; border-radius: 8px; opacity: 0.9;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">
133
+ <div style="font-weight:600;">3:38</div>
134
+ <div class="status-icon">
135
+ <!-- simple app symbol -->
136
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"/></svg>
137
+ </div>
138
+ <div class="status-icon">
139
+ <!-- folder/document -->
140
+ <svg viewBox="0 0 24 24"><path d="M3 7h8l2 2h8v10H3z"/></svg>
141
+ </div>
142
+ <div class="status-icon">
143
+ <!-- home -->
144
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H14v-6H10v6H3z"/></svg>
145
+ </div>
146
+ <span class="dot"></span>
147
+ </div>
148
+ <div class="status-right">
149
+ <div class="status-icon">
150
+ <!-- wifi -->
151
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8 15c2-2 6-2 8 0"/><circle cx="12" cy="18" r="1.5" fill="#e8e8e8" stroke="none"/></svg>
152
+ </div>
153
+ <div class="status-icon">
154
+ <!-- battery -->
155
+ <svg viewBox="0 0 26 24"><rect x="3" y="6" width="18" height="12" rx="2"/><rect x="22" y="9" width="3" height="6" rx="1"/></svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Title -->
161
+ <div class="title-bar">
162
+ <div class="title">Presentation - Saved</div>
163
+ </div>
164
+
165
+ <!-- Action icons -->
166
+ <div class="actions-bar">
167
+ <div class="action">
168
+ <!-- check -->
169
+ <svg viewBox="0 0 24 24"><path d="M4 12l6 6 10-12"/></svg>
170
+ </div>
171
+ <div class="action">
172
+ <!-- pencil -->
173
+ <svg viewBox="0 0 24 24"><path d="M3 17l2 4 4-2 10-10-4-4L5 15z"/></svg>
174
+ </div>
175
+ <div class="action">
176
+ <!-- search -->
177
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4.5-4.5"/></svg>
178
+ </div>
179
+ <div class="action">
180
+ <!-- present screen -->
181
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="12" rx="2"/><path d="M8 17l-2 4M16 17l2 4"/><path d="M11 10l5 3-5 3z" fill="#ddd" stroke="none"/></svg>
182
+ </div>
183
+ <div class="action">
184
+ <!-- undo -->
185
+ <svg viewBox="0 0 24 24"><path d="M9 7L4 12l5 5"/><path d="M20 12c-3-5-10-5-13 0"/></svg>
186
+ </div>
187
+ <div class="action">
188
+ <!-- more vertical -->
189
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#ddd" stroke="none"/><circle cx="12" cy="12" r="2" fill="#ddd" stroke="none"/><circle cx="12" cy="19" r="2" fill="#ddd" stroke="none"/></svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="workspace">
194
+ <!-- Central slide preview -->
195
+ <div class="slide-wrapper">
196
+ <div class="slide-bg"></div>
197
+ <div class="slide-left-ribbon"></div>
198
+
199
+ <div class="slide-title">Double tap to add title</div>
200
+
201
+ <div class="slide-content">
202
+ <div><span class="bullet"></span>Double tap to add text</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Notes / Comments -->
207
+ <div class="nc-row">
208
+ <div class="nc-item">
209
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2"/><path d="M8 8h8M8 12h8M8 16h6"/></svg>
210
+ <span>Notes</span>
211
+ </div>
212
+ <div class="nc-item">
213
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v10H8l-4 4z"/></svg>
214
+ <span>Comments</span>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Thumbnails strip -->
219
+ <div class="thumbs">
220
+ <div style="display:flex; align-items:flex-end; gap:20px;">
221
+ <div class="thumb">
222
+ <div class="t-bg"></div>
223
+ <div class="t-label">Self Improvement</div>
224
+ <div class="thumb-index">1</div>
225
+ </div>
226
+ <div class="thumb selected">
227
+ <div class="t-bg"></div>
228
+ <div class="thumb-index">2</div>
229
+ </div>
230
+ </div>
231
+ <!-- Placeholder for add slide pane -->
232
+ <div style="margin-left:auto; display:flex; align-items:center; gap:14px;">
233
+ <div style="width:50px; height:50px; border:1px solid #777; border-radius:8px; display:flex; align-items:center; justify-content:center;">
234
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M12 5v14M5 12h14" stroke="#aaa" stroke-width="2.5" fill="none"/></svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Bottom toolbar -->
241
+ <div class="bottom-toolbar">
242
+ <div class="tool">
243
+ <!-- layout/grid -->
244
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="8" height="8"/><rect x="13" y="3" width="8" height="8"/><rect x="3" y="13" width="8" height="8"/><rect x="13" y="13" width="8" height="8"/></svg>
245
+ </div>
246
+ <div class="tool">
247
+ <!-- comment add -->
248
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v10H8l-4 4z"/><path d="M12 9v6M9 12h6"/></svg>
249
+ </div>
250
+ <div class="tool">
251
+ <!-- table -->
252
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14"/><path d="M3 10h18M9 5v14M15 5v14"/></svg>
253
+ </div>
254
+ <div class="tool">
255
+ <!-- image -->
256
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><circle cx="9" cy="10" r="2"/><path d="M21 17l-6-6-5 5-4-3-3 4"/></svg>
257
+ </div>
258
+ <div class="tool">
259
+ <!-- circle shape -->
260
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="7"/></svg>
261
+ </div>
262
+ <div class="tool">
263
+ <!-- text box -->
264
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12"/><path d="M9 16h6M10 9h4"/></svg>
265
+ </div>
266
+ <div class="tool">
267
+ <!-- camera -->
268
+ <svg viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="12" rx="2"/><path d="M8 7l2-3h4l2 3"/><circle cx="12" cy="13" r="4"/></svg>
269
+ </div>
270
+ <div class="tool">
271
+ <!-- crop -->
272
+ <svg viewBox="0 0 24 24"><path d="M7 3v14h14"/><path d="M3 7h14v14"/></svg>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="home-indicator"></div>
277
+ </div>
278
+ </body>
279
+ </html>
code/7588/7588_2.html ADDED
@@ -0,0 +1,461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Presentation Editor UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #121212;
20
+ color: #EDEDED;
21
+ }
22
+
23
+ /* Top status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 100px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 28px;
33
+ box-sizing: border-box;
34
+ color: #fff;
35
+ font-weight: 600;
36
+ font-size: 42px;
37
+ }
38
+ .status-left { display: flex; align-items: center; gap: 18px; }
39
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
40
+
41
+ /* Title and toolbar area */
42
+ .title-area {
43
+ position: absolute;
44
+ top: 100px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 170px;
48
+ box-sizing: border-box;
49
+ padding: 18px 28px 10px;
50
+ color: #d97a35;
51
+ }
52
+ .title-text {
53
+ text-align: center;
54
+ font-size: 50px;
55
+ font-weight: 600;
56
+ letter-spacing: 0.2px;
57
+ margin-bottom: 26px;
58
+ }
59
+ .tool-row {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 38px;
63
+ color: #fafafa;
64
+ padding: 0 18px;
65
+ }
66
+ .tool-left {
67
+ margin-right: auto;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 24px;
71
+ }
72
+ .tool-right {
73
+ margin-left: auto;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 42px;
77
+ }
78
+ .icon-btn svg { display: block; }
79
+
80
+ /* Main workspace */
81
+ .workspace {
82
+ position: absolute;
83
+ top: 270px;
84
+ left: 0;
85
+ width: 1080px;
86
+ height: 1320px;
87
+ background: transparent;
88
+ }
89
+
90
+ /* Slide canvas preview */
91
+ .slide-wrapper {
92
+ position: absolute;
93
+ left: 40px;
94
+ top: 340px;
95
+ width: 1000px;
96
+ height: 720px;
97
+ border: 1px solid #B0BEC5;
98
+ background: linear-gradient(90deg, #243a34 0%, #243a34 78%, #9dcc8a 95%, #bfe2a9 100%);
99
+ box-shadow: 0 2px 0 rgba(255,255,255,0.08) inset;
100
+ }
101
+ .slide-guideline {
102
+ position: absolute;
103
+ left: 54px;
104
+ top: 10px;
105
+ width: 6px;
106
+ height: 700px;
107
+ background: #66d0d0;
108
+ opacity: 0.9;
109
+ }
110
+ .selection {
111
+ position: absolute;
112
+ left: 150px;
113
+ top: 170px;
114
+ width: 720px;
115
+ height: 410px;
116
+ border: 2px dashed rgba(255,255,255,0.5);
117
+ box-sizing: border-box;
118
+ }
119
+ .handle {
120
+ position: absolute;
121
+ width: 34px;
122
+ height: 34px;
123
+ border-radius: 50%;
124
+ background: #fff;
125
+ border: 2px solid #9E9E9E;
126
+ box-shadow: 0 0 0 4px rgba(0,0,0,0.14) inset;
127
+ }
128
+ /* corner handles */
129
+ .h-tl { left: -17px; top: -17px; }
130
+ .h-tr { right: -17px; top: -17px; }
131
+ .h-bl { left: -17px; bottom: -17px; }
132
+ .h-br { right: -17px; bottom: -17px; }
133
+ /* mid-edge handles */
134
+ .h-tm { left: calc(50% - 17px); top: -17px; }
135
+ .h-bm { left: calc(50% - 17px); bottom: -17px; }
136
+ .h-ml { left: -17px; top: calc(50% - 17px); }
137
+ .h-mr { right: -17px; top: calc(50% - 17px); }
138
+
139
+ .rotate-handle {
140
+ position: absolute;
141
+ left: calc(50% - 24px);
142
+ top: -72px;
143
+ width: 48px;
144
+ height: 48px;
145
+ border-radius: 50%;
146
+ background: rgba(255,255,255,0.85);
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ border: 2px solid #9E9E9E;
151
+ }
152
+
153
+ .bullet-line {
154
+ position: absolute;
155
+ left: 190px;
156
+ top: 260px;
157
+ display: flex;
158
+ align-items: center;
159
+ gap: 18px;
160
+ color: #DDE8E6;
161
+ font-size: 34px;
162
+ letter-spacing: 0.2px;
163
+ }
164
+ .bullet {
165
+ width: 14px; height: 14px;
166
+ background: #7EE0D1;
167
+ border-radius: 2px;
168
+ }
169
+
170
+ /* Thumbnails & notes/comments */
171
+ .thumbs-area {
172
+ position: absolute;
173
+ left: 0;
174
+ bottom: 680px;
175
+ width: 1080px;
176
+ height: 260px;
177
+ padding: 0 28px;
178
+ box-sizing: border-box;
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 24px;
182
+ }
183
+ .thumb {
184
+ width: 260px;
185
+ height: 160px;
186
+ border: 1px solid #B0BEC5;
187
+ background: linear-gradient(90deg, #243a34 0%, #243a34 78%, #a9d89a 100%);
188
+ position: relative;
189
+ }
190
+ .thumb .mini-guide {
191
+ position: absolute;
192
+ left: 16px; top: 0;
193
+ width: 6px; height: 100%;
194
+ background: #66d0d0;
195
+ opacity: 0.9;
196
+ }
197
+ .thumb-number {
198
+ color: #BDBDBD; font-size: 32px; margin-top: 8px; text-align: center;
199
+ }
200
+ .thumb.selected::after {
201
+ content: "";
202
+ position: absolute;
203
+ left: 0; right: 0; bottom: -26px;
204
+ height: 26px;
205
+ background: #cf6d2c;
206
+ }
207
+
208
+ .notes-comments {
209
+ margin-left: auto;
210
+ display: flex;
211
+ align-items: center;
212
+ gap: 48px;
213
+ color: #E0E0E0;
214
+ font-size: 38px;
215
+ }
216
+ .nc-item { display: flex; align-items: center; gap: 16px; }
217
+
218
+ /* Formatting toolbar */
219
+ .formatting-bar {
220
+ position: absolute;
221
+ left: 0;
222
+ bottom: 180px;
223
+ width: 1080px;
224
+ height: 230px;
225
+ background: #1d1d1d;
226
+ border-top: 1px solid #2c2c2c;
227
+ display: flex;
228
+ align-items: center;
229
+ padding: 0 26px;
230
+ box-sizing: border-box;
231
+ gap: 36px;
232
+ }
233
+ .fmt-group { display: flex; align-items: center; gap: 42px; }
234
+ .letter {
235
+ font-size: 64px; font-weight: 700; color: #f2f2f2;
236
+ }
237
+ .letter.italic { font-style: italic; font-weight: 600; }
238
+ .letter.underline { text-decoration: underline; font-weight: 600; }
239
+ .letter.accent { color: #f2f2f2; position: relative; }
240
+ .letter.accent::after {
241
+ content: "";
242
+ position: absolute;
243
+ left: 4px; right: 4px; bottom: -10px;
244
+ height: 12px; background: #e53935; border-radius: 2px;
245
+ }
246
+ .list-group, .align-group { display: flex; align-items: center; gap: 30px; }
247
+
248
+ /* Home indicator */
249
+ .home-indicator {
250
+ position: absolute;
251
+ left: 50%;
252
+ transform: translateX(-50%);
253
+ bottom: 70px;
254
+ width: 240px;
255
+ height: 12px;
256
+ background: #fff;
257
+ border-radius: 12px;
258
+ opacity: 0.92;
259
+ }
260
+ </style>
261
+ </head>
262
+ <body>
263
+ <div id="render-target">
264
+
265
+ <!-- Status bar -->
266
+ <div class="status-bar">
267
+ <div class="status-left">
268
+ <div>3:39</div>
269
+ <!-- simple app icons -->
270
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/></svg>
271
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><rect x="3" y="4" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/></svg>
272
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><path d="M3 12h18" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
273
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="20" cy="12" r="2" fill="#fff"/></svg>
274
+ </div>
275
+ <div class="status-right">
276
+ <!-- wifi -->
277
+ <svg width="40" height="40" viewBox="0 0 24 24">
278
+ <path d="M2 9c5-5 15-5 20 0M6 13c3-3 9-3 12 0M10 17c1-1 3-1 4 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
279
+ </svg>
280
+ <!-- battery -->
281
+ <svg width="44" height="44" viewBox="0 0 24 24">
282
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
283
+ <rect x="4" y="9" width="12" height="6" fill="#fff"/>
284
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Title and tools -->
290
+ <div class="title-area">
291
+ <div class="title-text">Presentation - Saved</div>
292
+ <div class="tool-row">
293
+ <div class="tool-left">
294
+ <!-- Check mark -->
295
+ <div class="icon-btn">
296
+ <svg width="64" height="64" viewBox="0 0 24 24">
297
+ <path d="M4 13l5 5L20 7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ <div class="tool-right">
302
+ <!-- A + pencil -->
303
+ <div class="icon-btn">
304
+ <svg width="64" height="64" viewBox="0 0 24 24">
305
+ <text x="2" y="18" font-size="16" fill="#fff" font-weight="700">A</text>
306
+ <path d="M14 6l4 4-6 6H8V14z" fill="none" stroke="#fff" stroke-width="1.7"/>
307
+ </svg>
308
+ </div>
309
+ <!-- Search -->
310
+ <div class="icon-btn">
311
+ <svg width="64" height="64" viewBox="0 0 24 24">
312
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#fff" stroke-width="2"/>
313
+ <path d="M15 15l6 6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
314
+ </svg>
315
+ </div>
316
+ <!-- Slideshow icon -->
317
+ <div class="icon-btn">
318
+ <svg width="64" height="64" viewBox="0 0 24 24">
319
+ <rect x="3" y="4" width="18" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
320
+ <path d="M10 9l5 3-5 3V9z" fill="#fff"/>
321
+ </svg>
322
+ </div>
323
+ <!-- Undo -->
324
+ <div class="icon-btn">
325
+ <svg width="64" height="64" viewBox="0 0 24 24">
326
+ <path d="M9 7L4 12l5 5" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
327
+ <path d="M20 12a8 8 0 0 0-11-7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
328
+ </svg>
329
+ </div>
330
+ <!-- Kebab -->
331
+ <div class="icon-btn">
332
+ <svg width="64" height="64" viewBox="0 0 24 24">
333
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
334
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
335
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Workspace and slide -->
343
+ <div class="workspace">
344
+ <div class="slide-wrapper">
345
+ <div class="slide-guideline"></div>
346
+
347
+ <div class="selection">
348
+ <div class="handle h-tl"></div>
349
+ <div class="handle h-tr"></div>
350
+ <div class="handle h-bl"></div>
351
+ <div class="handle h-br"></div>
352
+ <div class="handle h-tm"></div>
353
+ <div class="handle h-bm"></div>
354
+ <div class="handle h-ml"></div>
355
+ <div class="handle h-mr"></div>
356
+
357
+ <div class="rotate-handle">
358
+ <svg width="30" height="30" viewBox="0 0 24 24">
359
+ <path d="M12 2v4l3-3M5 12a7 7 0 1 0 7-7" fill="none" stroke="#4c4c4c" stroke-width="2" stroke-linecap="round"/>
360
+ </svg>
361
+ </div>
362
+ </div>
363
+
364
+ <div class="bullet-line">
365
+ <div class="bullet"></div>
366
+ <div>Double tap to add text</div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Thumbnails + Notes/Comments -->
372
+ <div class="thumbs-area">
373
+ <div style="display:flex; gap:30px; align-items:flex-start;">
374
+ <div>
375
+ <div class="thumb">
376
+ <div class="mini-guide"></div>
377
+ <!-- Small text inside first thumb to hint title -->
378
+ <div style="position:absolute; left:24px; bottom:20px; color:#DDE8E6; font-size:26px;">Self<br/>Improvement</div>
379
+ </div>
380
+ <div class="thumb-number">1</div>
381
+ </div>
382
+ <div>
383
+ <div class="thumb selected">
384
+ <div class="mini-guide"></div>
385
+ </div>
386
+ <div class="thumb-number">2</div>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="notes-comments">
391
+ <div class="nc-item">
392
+ <svg width="40" height="40" viewBox="0 0 24 24">
393
+ <rect x="4" y="3" width="16" height="18" rx="2" fill="none" stroke="#E0E0E0" stroke-width="2"/>
394
+ <line x1="7" y1="8" x2="17" y2="8" stroke="#E0E0E0" stroke-width="2"/>
395
+ <line x1="7" y1="12" x2="17" y2="12" stroke="#E0E0E0" stroke-width="2"/>
396
+ </svg>
397
+ <div>Notes</div>
398
+ </div>
399
+ <div class="nc-item">
400
+ <svg width="40" height="40" viewBox="0 0 24 24">
401
+ <path d="M4 5h16v10H7l-3 4z" fill="none" stroke="#E0E0E0" stroke-width="2"/>
402
+ </svg>
403
+ <div>Comments</div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+
408
+ <!-- Formatting toolbar -->
409
+ <div class="formatting-bar">
410
+ <div class="fmt-group">
411
+ <div class="letter">B</div>
412
+ <div class="letter italic">I</div>
413
+ <div class="letter underline">U</div>
414
+ <div class="letter accent">A</div>
415
+ </div>
416
+ <div class="list-group" style="margin-left:60px;">
417
+ <!-- bulleted list -->
418
+ <svg width="80" height="60" viewBox="0 0 24 24">
419
+ <circle cx="5" cy="6" r="2" fill="#f2f2f2"/>
420
+ <circle cx="5" cy="12" r="2" fill="#f2f2f2"/>
421
+ <circle cx="5" cy="18" r="2" fill="#f2f2f2"/>
422
+ <line x1="10" y1="6" x2="21" y2="6" stroke="#f2f2f2" stroke-width="2"/>
423
+ <line x1="10" y1="12" x2="21" y2="12" stroke="#f2f2f2" stroke-width="2"/>
424
+ <line x1="10" y1="18" x2="21" y2="18" stroke="#f2f2f2" stroke-width="2"/>
425
+ </svg>
426
+ <!-- numbered list -->
427
+ <svg width="80" height="60" viewBox="0 0 24 24">
428
+ <text x="3" y="8" font-size="8" fill="#f2f2f2">1</text>
429
+ <text x="3" y="14" font-size="8" fill="#f2f2f2">2</text>
430
+ <text x="3" y="20" font-size="8" fill="#f2f2f2">3</text>
431
+ <line x1="10" y1="6" x2="21" y2="6" stroke="#f2f2f2" stroke-width="2"/>
432
+ <line x1="10" y1="12" x2="21" y2="12" stroke="#f2f2f2" stroke-width="2"/>
433
+ <line x1="10" y1="18" x2="21" y2="18" stroke="#f2f2f2" stroke-width="2"/>
434
+ </svg>
435
+ </div>
436
+ <div class="align-group" style="margin-left:auto;">
437
+ <!-- align left -->
438
+ <svg width="80" height="60" viewBox="0 0 24 24">
439
+ <line x1="3" y1="6" x2="21" y2="6" stroke="#f2f2f2" stroke-width="2"/>
440
+ <line x1="3" y1="12" x2="17" y2="12" stroke="#f2f2f2" stroke-width="2"/>
441
+ <line x1="3" y1="18" x2="19" y2="18" stroke="#f2f2f2" stroke-width="2"/>
442
+ </svg>
443
+ <!-- align right -->
444
+ <svg width="80" height="60" viewBox="0 0 24 24">
445
+ <line x1="3" y1="6" x2="21" y2="6" stroke="#f2f2f2" stroke-width="2"/>
446
+ <line x1="7" y1="12" x2="21" y2="12" stroke="#f2f2f2" stroke-width="2"/>
447
+ <line x1="5" y1="18" x2="21" y2="18" stroke="#f2f2f2" stroke-width="2"/>
448
+ </svg>
449
+ <!-- more formatting -->
450
+ <svg width="64" height="64" viewBox="0 0 24 24">
451
+ <path d="M12 5v14M5 12h14" stroke="#f2f2f2" stroke-width="2"/>
452
+ </svg>
453
+ </div>
454
+ </div>
455
+
456
+ <!-- Home indicator -->
457
+ <div class="home-indicator"></div>
458
+
459
+ </div>
460
+ </body>
461
+ </html>
code/7588/7588_3.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Presentation Editor Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #121212;
14
+ border-radius: 0;
15
+ }
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0; left: 0; right: 0;
20
+ height: 96px;
21
+ background: #1c1c1c;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ font-size: 38px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 22px; }
30
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
31
+ .status-icon {
32
+ width: 36px; height: 36px;
33
+ border-radius: 8px;
34
+ background: #2a2a2a;
35
+ border: 1px solid #3a3a3a;
36
+ }
37
+
38
+ /* App header */
39
+ .app-header {
40
+ position: absolute;
41
+ top: 96px; left: 0; right: 0;
42
+ height: 170px;
43
+ background: #1c1c1c;
44
+ color: #e97a35;
45
+ display: flex;
46
+ flex-direction: column;
47
+ justify-content: center;
48
+ padding: 0 32px;
49
+ }
50
+ .title {
51
+ text-align: center;
52
+ font-size: 48px;
53
+ font-weight: 600;
54
+ margin-bottom: 18px;
55
+ }
56
+ .toolbar {
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ gap: 54px;
61
+ }
62
+ .tool-btn svg { width: 48px; height: 48px; }
63
+
64
+ /* Slide canvas area */
65
+ .canvas-area {
66
+ position: absolute;
67
+ top: 350px;
68
+ left: 24px;
69
+ right: 24px;
70
+ height: 930px;
71
+ background: #0c0c0c;
72
+ }
73
+ .slide {
74
+ position: absolute;
75
+ top: 120px;
76
+ left: 40px;
77
+ width: 996px;
78
+ height: 640px;
79
+ background: linear-gradient(90deg, #213a33 0%, #213a33 85%, #b7d79d 100%);
80
+ border: 2px solid #e0e0e0;
81
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset;
82
+ }
83
+ .slide::before {
84
+ content: "";
85
+ position: absolute;
86
+ left: 22px;
87
+ top: 0;
88
+ bottom: 0;
89
+ width: 6px;
90
+ background: #4cc1c7;
91
+ opacity: 0.8;
92
+ }
93
+ .selection {
94
+ position: absolute;
95
+ left: 100px;
96
+ top: 180px;
97
+ width: 790px;
98
+ height: 430px;
99
+ border: 2px dashed rgba(255,255,255,0.55);
100
+ box-sizing: border-box;
101
+ }
102
+ .handle {
103
+ position: absolute;
104
+ width: 28px; height: 28px;
105
+ background: #fff;
106
+ border: 2px solid #bfbfbf;
107
+ border-radius: 50%;
108
+ }
109
+ /* corners */
110
+ .h-tl { top: -14px; left: -14px; }
111
+ .h-tr { top: -14px; right: -14px; }
112
+ .h-bl { bottom: -14px; left: -14px; }
113
+ .h-br { bottom: -14px; right: -14px; }
114
+ /* mids */
115
+ .h-tm { top: -14px; left: calc(50% - 14px); }
116
+ .h-bm { bottom: -14px; left: calc(50% - 14px); }
117
+ .h-ml { top: calc(50% - 14px); left: -14px; }
118
+ .h-mr { top: calc(50% - 14px); right: -14px; }
119
+
120
+ .rotate {
121
+ position: absolute;
122
+ top: 140px;
123
+ left: 50%;
124
+ transform: translateX(-50%);
125
+ width: 52px; height: 52px;
126
+ border-radius: 50%;
127
+ background: #2c2c2c;
128
+ border: 2px solid #d0d0d0;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+ .bullet-line {
134
+ position: absolute;
135
+ left: 140px; top: 350px;
136
+ color: #dbe6e3;
137
+ font-size: 34px;
138
+ display: flex;
139
+ align-items: center;
140
+ gap: 16px;
141
+ }
142
+ .bullet-square {
143
+ width: 12px; height: 12px; background: #4cc1c7; display: inline-block;
144
+ }
145
+
146
+ /* Notes / Comments row */
147
+ .notes-row {
148
+ position: absolute;
149
+ top: 1300px;
150
+ left: 32px;
151
+ right: 32px;
152
+ height: 90px;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: flex-end;
156
+ gap: 34px;
157
+ color: #d9d9d9;
158
+ font-size: 34px;
159
+ }
160
+ .notes-item { display: flex; align-items: center; gap: 12px; }
161
+ .notes-item svg { width: 40px; height: 40px; }
162
+
163
+ /* Thumbnails strip */
164
+ .thumbs {
165
+ position: absolute;
166
+ top: 1400px;
167
+ left: 24px;
168
+ right: 24px;
169
+ height: 310px;
170
+ display: flex;
171
+ align-items: flex-end;
172
+ gap: 24px;
173
+ }
174
+ .thumb {
175
+ position: relative;
176
+ width: 330px;
177
+ height: 220px;
178
+ border: 2px solid #3a3a3a;
179
+ background: linear-gradient(90deg, #233f37 0%, #233f37 80%, #b7d79d 100%);
180
+ }
181
+ .thumb .num {
182
+ position: absolute;
183
+ left: 8px; bottom: 8px;
184
+ color: #cfcfcf; font-size: 30px;
185
+ }
186
+ .thumb.selected::after {
187
+ content: "";
188
+ position: absolute;
189
+ left: 0; right: 0; bottom: 0;
190
+ height: 38px;
191
+ background: #cd6a2a;
192
+ }
193
+
194
+ /* Bottom formatting toolbar */
195
+ .format-bar {
196
+ position: absolute;
197
+ bottom: 84px; left: 0; right: 0;
198
+ height: 170px;
199
+ background: #1c1c1c;
200
+ border-top: 1px solid #2a2a2a;
201
+ display: flex;
202
+ align-items: center;
203
+ gap: 40px;
204
+ padding: 0 36px;
205
+ color: #e6e6e6;
206
+ }
207
+ .fmt-btn { display: flex; align-items: center; justify-content: center; gap: 8px; color: #e6e6e6; }
208
+ .fmt-btn .label { font-size: 46px; font-weight: 700; }
209
+ .fmt-btn.ital .label { font-style: italic; font-weight: 600; }
210
+ .fmt-btn.uline .label { text-decoration: underline; font-weight: 700; }
211
+ .fmt-btn .accent { width: 52px; height: 12px; background: #d53b27; border-radius: 6px; }
212
+
213
+ /* Home pill */
214
+ .home-pill {
215
+ position: absolute;
216
+ bottom: 20px; left: 50%;
217
+ transform: translateX(-50%);
218
+ width: 220px; height: 12px;
219
+ border-radius: 10px;
220
+ background: #e6e6e6;
221
+ opacity: 0.85;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="status-bar">
230
+ <div class="status-left">
231
+ <div>3:39</div>
232
+ <div class="status-icon"></div>
233
+ <div class="status-icon"></div>
234
+ <div class="status-icon"></div>
235
+ <div class="status-icon"></div>
236
+ <div style="width: 10px; height: 10px; background:#fff; border-radius:50%; opacity:0.8;"></div>
237
+ </div>
238
+ <div class="status-right">
239
+ <!-- WiFi -->
240
+ <svg viewBox="0 0 34 24" aria-label="wifi">
241
+ <path d="M2 8Q17-2 32 8" stroke="#fff" stroke-width="2" fill="none"/>
242
+ <path d="M7 13Q16 7 27 13" stroke="#fff" stroke-width="2" fill="none"/>
243
+ <circle cx="17" cy="19" r="2.6" fill="#fff"/>
244
+ </svg>
245
+ <!-- Battery -->
246
+ <svg viewBox="0 0 34 24" aria-label="battery">
247
+ <rect x="1" y="5" width="28" height="14" rx="2" stroke="#fff" stroke-width="2" fill="none"/>
248
+ <rect x="30" y="9" width="3" height="6" fill="#fff"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- App header -->
254
+ <div class="app-header">
255
+ <div class="title">Presentation - Saved</div>
256
+ <div class="toolbar">
257
+ <!-- Checkmark -->
258
+ <div class="tool-btn">
259
+ <svg viewBox="0 0 42 42" aria-label="check">
260
+ <path d="M10 22l8 8 14-18" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
261
+ </svg>
262
+ </div>
263
+ <!-- Text/Pencil -->
264
+ <div class="tool-btn">
265
+ <svg viewBox="0 0 42 42" aria-label="format">
266
+ <path d="M8 32h26" stroke="#fff" stroke-width="2" />
267
+ <path d="M21 8l-9 24" stroke="#fff" stroke-width="2" />
268
+ <path d="M21 8l9 24" stroke="#fff" stroke-width="2" />
269
+ </svg>
270
+ </div>
271
+ <!-- Search -->
272
+ <div class="tool-btn">
273
+ <svg viewBox="0 0 42 42" aria-label="search">
274
+ <circle cx="18" cy="18" r="10" stroke="#fff" stroke-width="3" fill="none"/>
275
+ <path d="M28 28l8 8" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
276
+ </svg>
277
+ </div>
278
+ <!-- Present -->
279
+ <div class="tool-btn">
280
+ <svg viewBox="0 0 42 42" aria-label="present">
281
+ <rect x="8" y="12" width="26" height="16" stroke="#fff" stroke-width="2" fill="none"/>
282
+ <path d="M21 30l-4 6h8l-4-6" stroke="#fff" stroke-width="2" fill="none"/>
283
+ </svg>
284
+ </div>
285
+ <!-- Undo -->
286
+ <div class="tool-btn">
287
+ <svg viewBox="0 0 42 42" aria-label="undo">
288
+ <path d="M16 16h-8l6-6" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
289
+ <path d="M16 16c12 0 20 6 20 16" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
290
+ </svg>
291
+ </div>
292
+ <!-- Kebab -->
293
+ <div class="tool-btn">
294
+ <svg viewBox="0 0 42 42" aria-label="more">
295
+ <circle cx="21" cy="12" r="3.2" fill="#fff"/>
296
+ <circle cx="21" cy="21" r="3.2" fill="#fff"/>
297
+ <circle cx="21" cy="30" r="3.2" fill="#fff"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Canvas area and slide -->
304
+ <div class="canvas-area">
305
+ <!-- Rotate handle -->
306
+ <div class="rotate">
307
+ <svg viewBox="0 0 48 48">
308
+ <circle cx="24" cy="24" r="16" stroke="#dcdcdc" stroke-width="2" fill="none"/>
309
+ <path d="M26 10l8 0-4 4" stroke="#dcdcdc" stroke-width="2" fill="none" stroke-linecap="round"/>
310
+ </svg>
311
+ </div>
312
+
313
+ <div class="slide">
314
+ <div class="selection">
315
+ <div class="handle h-tl"></div>
316
+ <div class="handle h-tr"></div>
317
+ <div class="handle h-bl"></div>
318
+ <div class="handle h-br"></div>
319
+ <div class="handle h-tm"></div>
320
+ <div class="handle h-bm"></div>
321
+ <div class="handle h-ml"></div>
322
+ <div class="handle h-mr"></div>
323
+ </div>
324
+
325
+ <div class="bullet-line">
326
+ <span class="bullet-square"></span>
327
+ <span>Double tap to add text</span>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Notes / Comments -->
333
+ <div class="notes-row">
334
+ <div class="notes-item">
335
+ <svg viewBox="0 0 40 40" aria-label="notes">
336
+ <rect x="8" y="8" width="24" height="24" stroke="#d9d9d9" stroke-width="2" fill="none"/>
337
+ <path d="M12 16h16M12 22h16M12 28h12" stroke="#d9d9d9" stroke-width="2"/>
338
+ </svg>
339
+ <span>Notes</span>
340
+ </div>
341
+ <div class="notes-item">
342
+ <svg viewBox="0 0 40 40" aria-label="comments">
343
+ <path d="M6 12h28v16H16l-6 6v-6H6z" stroke="#d9d9d9" stroke-width="2" fill="none"/>
344
+ </svg>
345
+ <span>Comments</span>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Thumbnails -->
350
+ <div class="thumbs">
351
+ <div class="thumb">
352
+ <div class="num">1</div>
353
+ </div>
354
+ <div class="thumb selected">
355
+ <div class="num">2</div>
356
+ </div>
357
+ <div style="margin-left:auto; height:220px; width:60px; display:flex; align-items:center; justify-content:center;">
358
+ <svg viewBox="0 0 50 50" width="50" height="50">
359
+ <circle cx="25" cy="25" r="22" fill="#2a2a2a" stroke="#3a3a3a"/>
360
+ <path d="M25 14v22M14 25h22" stroke="#dcdcdc" stroke-width="3" stroke-linecap="round"/>
361
+ </svg>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Formatting toolbar -->
366
+ <div class="format-bar">
367
+ <div class="fmt-btn"><span class="label">B</span></div>
368
+ <div class="fmt-btn ital"><span class="label">I</span></div>
369
+ <div class="fmt-btn uline"><span class="label">U</span></div>
370
+ <div class="fmt-btn">
371
+ <svg viewBox="0 0 46 46" width="46" height="46">
372
+ <text x="16" y="32" font-size="28" fill="#e6e6e6" font-weight="700">A</text>
373
+ </svg>
374
+ <span class="accent"></span>
375
+ </div>
376
+ <div class="fmt-btn">
377
+ <svg viewBox="0 0 50 50" width="50" height="50">
378
+ <rect x="8" y="14" width="4" height="4" fill="#e6e6e6"/>
379
+ <path d="M16 16h26M16 26h26M16 36h26" stroke="#e6e6e6" stroke-width="3"/>
380
+ </svg>
381
+ </div>
382
+ <div class="fmt-btn">
383
+ <svg viewBox="0 0 64 50" width="64" height="50">
384
+ <text x="8" y="22" font-size="18" fill="#e6e6e6">1</text>
385
+ <text x="8" y="42" font-size="18" fill="#e6e6e6">2</text>
386
+ <path d="M22 18h34M22 38h34" stroke="#e6e6e6" stroke-width="3"/>
387
+ </svg>
388
+ </div>
389
+ <div class="fmt-btn">
390
+ <svg viewBox="0 0 50 50" width="50" height="50">
391
+ <path d="M12 16h26M12 26h26M12 36h26" stroke="#e6e6e6" stroke-width="3"/>
392
+ <path d="M12 16h8M30 26h8M12 36h8" stroke="#e6e6e6" stroke-width="7"/>
393
+ </svg>
394
+ </div>
395
+ <div class="fmt-btn">
396
+ <svg viewBox="0 0 50 50" width="50" height="50">
397
+ <path d="M12 16h26" stroke="#e6e6e6" stroke-width="3"/>
398
+ <path d="M12 26h26" stroke="#e6e6e6" stroke-width="3"/>
399
+ <path d="M12 36h26" stroke="#e6e6e6" stroke-width="3"/>
400
+ <path d="M36 12v26" stroke="#e6e6e6" stroke-width="3"/>
401
+ </svg>
402
+ </div>
403
+ </div>
404
+
405
+ <!-- Home pill -->
406
+ <div class="home-pill"></div>
407
+ </div>
408
+ </body>
409
+ </html>
code/7588/7588_4.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.0">
6
+ <title>Presentation Editor UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #111;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute; top: 0; left: 0;
19
+ width: 100%; height: 120px;
20
+ background: #1d1d1d;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 32px; box-sizing: border-box;
23
+ font-size: 40px; letter-spacing: 0.5px;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 28px; }
26
+ .status-right { display: flex; align-items: center; gap: 22px; }
27
+ .status-icon svg { width: 38px; height: 38px; fill: #fff; opacity: 0.9; }
28
+
29
+ /* Title bar and tool row */
30
+ .titlebar {
31
+ position: absolute; top: 120px; left: 0;
32
+ width: 100%; height: 120px; background: #1d1d1d;
33
+ display: flex; align-items: center; justify-content: center;
34
+ color: #e67e22; font-size: 46px; font-weight: 600;
35
+ }
36
+ .toolrow {
37
+ position: absolute; top: 240px; left: 0;
38
+ width: 100%; height: 90px; background: #1d1d1d;
39
+ display: flex; align-items: center; justify-content: center; gap: 70px;
40
+ }
41
+ .tool-icon { width: 60px; height: 60px; }
42
+ .tool-icon svg { width: 60px; height: 60px; fill: none; stroke: #ccc; stroke-width: 3; }
43
+
44
+ /* Workspace */
45
+ .workspace {
46
+ position: absolute; top: 330px; left: 0;
47
+ width: 100%; height: 1220px; background: #0d0d0d;
48
+ }
49
+
50
+ /* Slide canvas */
51
+ .slide-canvas {
52
+ position: absolute; left: 24px; top: 700px;
53
+ width: 1032px; height: 640px;
54
+ background: linear-gradient(90deg, #1f3b34 0%, #203f37 70%, #bde1bd 97%, #cde7c8 100%);
55
+ border: 2px solid #555;
56
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset;
57
+ }
58
+ .slide-guideline {
59
+ position: absolute; left: 72px; top: 30px;
60
+ width: 4px; height: 580px; background: #5fdce9; opacity: 0.7;
61
+ }
62
+
63
+ /* Selection boxes */
64
+ .selection-top {
65
+ position: absolute; left: 120px; top: 70px;
66
+ width: 780px; height: 110px;
67
+ border: 2px dashed rgba(255,255,255,0.4);
68
+ }
69
+ .selection-body {
70
+ position: absolute; left: 160px; top: 220px;
71
+ width: 760px; height: 330px;
72
+ border: 2px dashed rgba(255,255,255,0.4);
73
+ }
74
+ .anchor {
75
+ position: absolute; width: 26px; height: 26px;
76
+ background: #fff; border-radius: 50%;
77
+ box-shadow: 0 0 0 3px rgba(0,0,0,0.25) inset;
78
+ }
79
+ /* Anchor positions */
80
+ .selection-top .a1 { left: -13px; top: -13px; }
81
+ .selection-top .a2 { right: -13px; top: -13px; }
82
+ .selection-top .a3 { left: -13px; bottom: -13px; }
83
+ .selection-top .a4 { right: -13px; bottom: -13px; }
84
+ .selection-body .b1 { left: -13px; top: -13px; }
85
+ .selection-body .b2 { right: -13px; top: -13px; }
86
+ .selection-body .b3 { left: -13px; bottom: -13px; }
87
+ .selection-body .b4 { right: -13px; bottom: -13px; }
88
+
89
+ /* Rotation handle */
90
+ .rotate-handle {
91
+ position: absolute; left: 50%; transform: translateX(-50%);
92
+ top: -40px; width: 62px; height: 62px; border-radius: 50%;
93
+ background: #f7f7f7; border: 3px solid #999;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+ .rotate-handle svg { width: 44px; height: 44px; fill: none; stroke: #666; stroke-width: 4; }
97
+
98
+ /* Bullet sample text */
99
+ .bullet {
100
+ position: absolute; left: 200px; top: 280px; display: flex; align-items: center; gap: 20px;
101
+ color: #eaf2ef; font-size: 36px;
102
+ }
103
+ .bullet .dot {
104
+ width: 16px; height: 16px; background: #59e0e3; border-radius: 2px;
105
+ }
106
+
107
+ /* Bottom panel: notes, comments, thumbnails */
108
+ .bottom-panel {
109
+ position: absolute; left: 0; top: 1600px; width: 100%; height: 300px; background: #141414;
110
+ box-shadow: 0 -2px 0 rgba(255,255,255,0.05) inset;
111
+ }
112
+ .nc-row {
113
+ height: 80px; display: flex; align-items: center; gap: 50px; padding-left: 420px; color: #ddd; font-size: 40px;
114
+ }
115
+ .nc-row .nc-item { display: flex; align-items: center; gap: 16px; }
116
+ .nc-row svg { width: 40px; height: 40px; stroke: #ddd; fill: none; stroke-width: 3; }
117
+
118
+ .thumbs {
119
+ position: absolute; left: 24px; top: 100px; right: 24px; height: 180px;
120
+ display: flex; align-items: flex-end; gap: 24px;
121
+ }
122
+ .thumb {
123
+ width: 360px; height: 160px;
124
+ background: #E0E0E0; border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
126
+ position: relative;
127
+ }
128
+ .thumb .num {
129
+ position: absolute; left: 10px; bottom: -34px; color: #bcbcbc; font-size: 36px;
130
+ }
131
+ .thumb.selected::after {
132
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 36px; background: #cc6a2a;
133
+ }
134
+ .right-panel {
135
+ position: absolute; right: 0; top: 0; height: 100%; width: 72px; background: #1f1f1f;
136
+ display: flex; align-items: center; justify-content: center;
137
+ }
138
+ .right-panel .plus {
139
+ width: 56px; height: 56px; border: 2px solid #888; display: flex; align-items: center; justify-content: center; color: #888; font-size: 44px;
140
+ }
141
+
142
+ /* Formatting toolbar */
143
+ .format-toolbar {
144
+ position: absolute; left: 0; bottom: 120px; width: 100%; height: 220px;
145
+ background: #1d1d1d; display: flex; align-items: center; justify-content: center; gap: 50px;
146
+ font-size: 48px; color: #ddd;
147
+ }
148
+ .format-group { display: flex; align-items: center; gap: 36px; }
149
+ .format-btn {
150
+ width: 80px; height: 80px; border-radius: 8px;
151
+ display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06);
152
+ color: #eee; font-weight: 700;
153
+ }
154
+ .format-btn.i { font-style: italic; font-weight: 500; }
155
+ .format-btn.u { text-decoration: underline; font-weight: 700; }
156
+ .format-btn.a { border-bottom: 8px solid #e74c3c; }
157
+ .format-icon svg { width: 60px; height: 60px; fill: none; stroke: #ddd; stroke-width: 3; }
158
+
159
+ /* Home indicator */
160
+ .home-indicator {
161
+ position: absolute; left: 50%; transform: translateX(-50%);
162
+ bottom: 34px; width: 280px; height: 10px; background: #fff; border-radius: 6px; opacity: 0.85;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status bar -->
170
+ <div class="statusbar">
171
+ <div class="status-left">
172
+ <div>3:39</div>
173
+ <div class="status-icon">
174
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
175
+ </div>
176
+ <div class="status-icon">
177
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"/></svg>
178
+ </div>
179
+ <div class="status-icon">
180
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M12 4v16"/></svg>
181
+ </div>
182
+ <div class="status-icon">
183
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/><circle cx="20" cy="12" r="2"/></svg>
184
+ </div>
185
+ </div>
186
+ <div class="status-right">
187
+ <div class="status-icon">
188
+ <svg viewBox="0 0 24 24"><path d="M2 18l6-6 4 4 8-8" /></svg>
189
+ </div>
190
+ <div class="status-icon">
191
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2"/><rect x="9" y="3" width="6" height="3"/></svg>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Title bar and tools -->
197
+ <div class="titlebar">Presentation - Saved</div>
198
+ <div class="toolrow">
199
+ <!-- Check -->
200
+ <div class="tool-icon">
201
+ <svg viewBox="0 0 24 24"><path d="M4 12l5 5 11-11"/></svg>
202
+ </div>
203
+ <!-- Draw/Pen -->
204
+ <div class="tool-icon">
205
+ <svg viewBox="0 0 24 24"><path d="M3 21l6-2 10-10-4-4-10 10-2 6z"/></svg>
206
+ </div>
207
+ <!-- Search -->
208
+ <div class="tool-icon">
209
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M21 21l-6-6"/></svg>
210
+ </div>
211
+ <!-- Slideshow -->
212
+ <div class="tool-icon">
213
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="12" rx="2"/><path d="M12 17l2 3M12 17l-2 3"/></svg>
214
+ </div>
215
+ <!-- Undo -->
216
+ <div class="tool-icon">
217
+ <svg viewBox="0 0 24 24"><path d="M9 7l-5 5 5 5"/><path d="M20 12H6"/></svg>
218
+ </div>
219
+ <!-- More/Vertical dots -->
220
+ <div class="tool-icon">
221
+ <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>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Workspace background -->
226
+ <div class="workspace"></div>
227
+
228
+ <!-- Slide canvas -->
229
+ <div class="slide-canvas">
230
+ <div class="slide-guideline"></div>
231
+
232
+ <div class="selection-top">
233
+ <div class="anchor a1"></div>
234
+ <div class="anchor a2"></div>
235
+ <div class="anchor a3"></div>
236
+ <div class="anchor a4"></div>
237
+
238
+ <div class="rotate-handle">
239
+ <svg viewBox="0 0 24 24"><path d="M12 3v4m0-4l-3 3m3-3l3 3"/><circle cx="12" cy="12" r="7"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="selection-body">
244
+ <div class="anchor b1"></div>
245
+ <div class="anchor b2"></div>
246
+ <div class="anchor b3"></div>
247
+ <div class="anchor b4"></div>
248
+ </div>
249
+
250
+ <div class="bullet">
251
+ <div class="dot"></div>
252
+ <div>Double tap to add text</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Bottom panel -->
257
+ <div class="bottom-panel">
258
+ <div class="nc-row">
259
+ <div class="nc-item">
260
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2"/><line x1="8" y1="9" x2="16" y2="9"/><line x1="8" y1="13" x2="16" y2="13"/></svg>
261
+ <span>Notes</span>
262
+ </div>
263
+ <div class="nc-item">
264
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M7 19l4-4"/></svg>
265
+ <span>Comments</span>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="thumbs">
270
+ <div class="thumb">
271
+ <div>[IMG: Slide 1 thumbnail]</div>
272
+ <div class="num">1</div>
273
+ </div>
274
+ <div class="thumb selected">
275
+ <div>[IMG: Current slide thumbnail]</div>
276
+ <div class="num">2</div>
277
+ </div>
278
+ <div class="right-panel">
279
+ <div class="plus">+</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Formatting toolbar -->
285
+ <div class="format-toolbar">
286
+ <div class="format-group">
287
+ <div class="format-btn">B</div>
288
+ <div class="format-btn i">I</div>
289
+ <div class="format-btn u">U</div>
290
+ <div class="format-btn a">A</div>
291
+ </div>
292
+ <div class="format-group">
293
+ <div class="format-icon">
294
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="2"/><line x1="10" y1="12" x2="20" y2="12"/></svg>
295
+ </div>
296
+ <div class="format-icon">
297
+ <svg viewBox="0 0 24 24"><text x="4" y="16" font-size="12" fill="#ddd">1</text><line x1="10" y1="12" x2="20" y2="12"/></svg>
298
+ </div>
299
+ <div class="format-icon">
300
+ <svg viewBox="0 0 24 24"><text x="4" y="16" font-size="12" fill="#ddd">2</text><line x1="10" y1="12" x2="20" y2="12"/></svg>
301
+ </div>
302
+ <div class="format-icon">
303
+ <svg viewBox="0 0 24 24"><text x="4" y="16" font-size="12" fill="#ddd">3</text><line x1="10" y1="12" x2="20" y2="12"/></svg>
304
+ </div>
305
+ </div>
306
+ <div class="format-group">
307
+ <div class="format-icon">
308
+ <svg viewBox="0 0 24 24"><line x1="4" y1="6" x2="20" y2="6"/><line x1="7" y1="12" x2="20" y2="12"/><line x1="10" y1="18" x2="20" y2="18"/></svg>
309
+ </div>
310
+ <div class="format-icon">
311
+ <svg viewBox="0 0 24 24"><line x1="20" y1="6" x2="4" y2="6"/><line x1="20" y1="12" x2="7" y2="12"/><line x1="20" y1="18" x2="10" y2="18"/></svg>
312
+ </div>
313
+ <div class="format-icon">
314
+ <svg viewBox="0 0 24 24"><line x1="12" y1="6" x2="12" y2="18"/><line x1="4" y1="12" x2="20" y2="12"/></svg>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Home indicator -->
320
+ <div class="home-indicator"></div>
321
+
322
+ </div>
323
+ </body>
324
+ </html>
code/7588/7588_5.html ADDED
@@ -0,0 +1,462 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Mock</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: #0e0f11;
19
+ color: #fff;
20
+ border-radius: 12px;
21
+ box-shadow: 0 10px 40px rgba(0,0,0,0.35);
22
+ }
23
+
24
+ /* Status bar */
25
+ .statusbar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 120px;
31
+ background: #1a1a1a;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 24px;
36
+ box-sizing: border-box;
37
+ }
38
+ .status-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 20px;
42
+ font-weight: 600;
43
+ font-size: 40px;
44
+ }
45
+ .status-center {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 22px;
49
+ }
50
+ .status-icon {
51
+ width: 34px;
52
+ height: 34px;
53
+ background: #2a2a2a;
54
+ border-radius: 50%;
55
+ border: 1px solid #3a3a3a;
56
+ }
57
+ .status-right {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 22px;
61
+ }
62
+ .wifi-icon, .battery-icon {
63
+ display: inline-flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .wifi-icon svg, .battery-icon svg {
68
+ width: 46px;
69
+ height: 46px;
70
+ fill: none;
71
+ stroke: #ffffff;
72
+ stroke-width: 4;
73
+ }
74
+
75
+ /* Content area */
76
+ .content {
77
+ position: absolute;
78
+ top: 120px;
79
+ left: 0;
80
+ width: 1080px;
81
+ bottom: 980px; /* space for keyboard */
82
+ background: linear-gradient(180deg, #122624 0%, #112522 60%, #10221f 100%);
83
+ }
84
+
85
+ /* Right light green band */
86
+ .right-band {
87
+ position: absolute;
88
+ top: 0;
89
+ right: 0;
90
+ width: 120px;
91
+ height: 100%;
92
+ background: linear-gradient(180deg, #bfe78f 0%, #b2e083 50%, #a9db78 100%);
93
+ opacity: 0.95;
94
+ }
95
+ /* subtle decorative lines */
96
+ .band-lines {
97
+ position: absolute;
98
+ right: 10px;
99
+ bottom: 220px;
100
+ width: 100px;
101
+ height: 300px;
102
+ opacity: 0.25;
103
+ }
104
+ .band-lines div {
105
+ position: absolute;
106
+ border: 2px solid #ffffff;
107
+ border-radius: 12px;
108
+ transform: skewX(-30deg);
109
+ }
110
+ .band-lines .l1 { width: 60px; height: 12px; right: 0; bottom: 40px; }
111
+ .band-lines .l2 { width: 90px; height: 12px; right: 0; bottom: 90px; }
112
+ .band-lines .l3 { width: 70px; height: 12px; right: 0; bottom: 140px; }
113
+
114
+ /* Selection rectangle area */
115
+ .selection-wrapper {
116
+ position: absolute;
117
+ left: 60px;
118
+ top: 160px;
119
+ width: 880px;
120
+ height: 860px;
121
+ box-sizing: border-box;
122
+ border: 2px dotted rgba(200,200,200,0.35);
123
+ }
124
+ .handle {
125
+ position: absolute;
126
+ width: 26px;
127
+ height: 26px;
128
+ background: #e5e5e5;
129
+ border-radius: 50%;
130
+ border: 2px solid #bfbfbf;
131
+ }
132
+ .handle.tl { left: -13px; top: -13px; }
133
+ .handle.tr { right: -13px; top: -13px; }
134
+ .handle.bl { left: -13px; bottom: -13px; }
135
+ .handle.br { right: -13px; bottom: -13px; }
136
+ .mid-handle.top { left: 180px; top: -13px; }
137
+ .mid-handle.mid { left: 180px; top: 160px; }
138
+ .mid-handle.bot { left: 180px; bottom: -13px; }
139
+
140
+ /* Vertical caret with blue teardrop */
141
+ .caret-line {
142
+ position: absolute;
143
+ right: -5px;
144
+ top: 40px;
145
+ width: 6px;
146
+ height: 160px;
147
+ background: #dadada;
148
+ opacity: 0.35;
149
+ }
150
+ .drop-handle {
151
+ position: absolute;
152
+ right: -26px;
153
+ top: 130px;
154
+ width: 52px;
155
+ height: 74px;
156
+ }
157
+ .drop-handle svg {
158
+ width: 52px;
159
+ height: 74px;
160
+ }
161
+
162
+ /* Rotate icon */
163
+ .rotate-icon {
164
+ position: absolute;
165
+ left: -40px;
166
+ top: -50px;
167
+ width: 70px;
168
+ height: 70px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ opacity: 0.85;
173
+ }
174
+ .rotate-icon svg {
175
+ width: 70px;
176
+ height: 70px;
177
+ fill: none;
178
+ stroke: #cfd8dc;
179
+ stroke-width: 5;
180
+ }
181
+
182
+ /* Keyboard */
183
+ .keyboard {
184
+ position: absolute;
185
+ left: 0;
186
+ bottom: 0;
187
+ width: 1080px;
188
+ height: 980px;
189
+ background: #181a1d;
190
+ border-top: 4px solid #0b0c0d;
191
+ box-sizing: border-box;
192
+ }
193
+ .kb-toolbar {
194
+ height: 120px;
195
+ background: #222327;
196
+ display: flex;
197
+ align-items: center;
198
+ padding: 0 24px;
199
+ box-sizing: border-box;
200
+ color: #eaeaea;
201
+ gap: 24px;
202
+ }
203
+ .tool {
204
+ display: inline-flex;
205
+ align-items: center;
206
+ justify-content: center;
207
+ width: 64px;
208
+ height: 64px;
209
+ border-radius: 12px;
210
+ background: #2c2e33;
211
+ color: #fff;
212
+ font-weight: 700;
213
+ font-size: 34px;
214
+ }
215
+ .tool.small {
216
+ font-size: 28px;
217
+ }
218
+ .tool.red {
219
+ color: #ff4a4a;
220
+ font-weight: 800;
221
+ }
222
+ .tool-wide {
223
+ width: 110px;
224
+ }
225
+ .tool svg {
226
+ width: 40px;
227
+ height: 40px;
228
+ }
229
+
230
+ .kb-rows {
231
+ padding: 20px 24px 12px;
232
+ box-sizing: border-box;
233
+ }
234
+ .row {
235
+ display: flex;
236
+ justify-content: center;
237
+ gap: 12px;
238
+ margin-bottom: 24px;
239
+ }
240
+ .key {
241
+ width: 92px;
242
+ height: 120px;
243
+ background: #26282d;
244
+ color: #ffffff;
245
+ border-radius: 18px;
246
+ font-size: 40px;
247
+ font-weight: 600;
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: center;
251
+ box-shadow: inset 0 -4px 0 rgba(0,0,0,0.35);
252
+ }
253
+ .key.small {
254
+ font-size: 36px;
255
+ }
256
+ .key.wide {
257
+ width: 160px;
258
+ }
259
+ .key.extra-wide {
260
+ width: 380px;
261
+ }
262
+ .key.light {
263
+ background: #cfd2ff;
264
+ color: #1d1d1f;
265
+ }
266
+ .key.icon svg {
267
+ width: 48px;
268
+ height: 48px;
269
+ fill: none;
270
+ stroke: #ffffff;
271
+ stroke-width: 4;
272
+ }
273
+
274
+ /* Home gesture bar */
275
+ .home-pill {
276
+ position: absolute;
277
+ bottom: 18px;
278
+ left: 50%;
279
+ transform: translateX(-50%);
280
+ width: 300px;
281
+ height: 16px;
282
+ background: #ffffff;
283
+ border-radius: 12px;
284
+ opacity: 0.9;
285
+ }
286
+ </style>
287
+ </head>
288
+ <body>
289
+ <div id="render-target">
290
+ <div class="statusbar">
291
+ <div class="status-left">
292
+ <div>3:39</div>
293
+ <div class="status-icon"></div>
294
+ <div class="status-icon"></div>
295
+ <div class="status-icon"></div>
296
+ </div>
297
+ <div class="status-center">
298
+ <div class="status-icon"></div>
299
+ <div class="status-icon"></div>
300
+ <div class="status-icon"></div>
301
+ <div class="status-icon"></div>
302
+ </div>
303
+ <div class="status-right">
304
+ <div class="wifi-icon">
305
+ <svg viewBox="0 0 24 24">
306
+ <path d="M2 8c10-8 20 0 20 0"></path>
307
+ <path d="M5 11c7-5 14 0 14 0"></path>
308
+ <path d="M8 14c4-3 8 0 8 0"></path>
309
+ <circle cx="12" cy="18" r="2" fill="#fff" stroke="none"></circle>
310
+ </svg>
311
+ </div>
312
+ <div class="battery-icon">
313
+ <svg viewBox="0 0 28 16">
314
+ <rect x="2" y="2" width="20" height="12" rx="2"></rect>
315
+ <rect x="23" y="5" width="3" height="6" rx="1"></rect>
316
+ <rect x="4" y="4" width="14" height="8" fill="#fff" stroke="none"></rect>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="content">
323
+ <div class="selection-wrapper">
324
+ <div class="rotate-icon">
325
+ <svg viewBox="0 0 48 48">
326
+ <path d="M24 6a16 16 0 1 1-11.3 27.3"></path>
327
+ <path d="M15 10l-7 2 5 5"></path>
328
+ </svg>
329
+ </div>
330
+
331
+ <div class="handle tl"></div>
332
+ <div class="handle tr"></div>
333
+ <div class="handle bl"></div>
334
+ <div class="handle br"></div>
335
+
336
+ <div class="handle mid-handle top"></div>
337
+ <div class="handle mid-handle mid"></div>
338
+ <div class="handle mid-handle bot"></div>
339
+
340
+ <div class="caret-line"></div>
341
+ <div class="drop-handle">
342
+ <svg viewBox="0 0 24 34">
343
+ <path d="M12 2C8.5 8 5 12 5 17c0 6 3.5 9 7 9s7-3 7-9c0-5-3.5-9-7-15z" fill="#5f86d6" stroke="#3c5fb1" stroke-width="2"></path>
344
+ <circle cx="12" cy="22" r="4" fill="#ffffff"></circle>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="right-band">
350
+ <div class="band-lines">
351
+ <div class="l1"></div>
352
+ <div class="l2"></div>
353
+ <div class="l3"></div>
354
+ </div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="keyboard">
359
+ <div class="kb-toolbar">
360
+ <div class="tool">B</div>
361
+ <div class="tool">I</div>
362
+ <div class="tool">U</div>
363
+ <div class="tool red">A</div>
364
+ <div class="tool small">1</div>
365
+ <div class="tool small">2</div>
366
+ <div class="tool small">3</div>
367
+ <div class="tool-wide">
368
+ <svg viewBox="0 0 24 24">
369
+ <path d="M3 12h18"></path>
370
+ <path d="M12 3v18"></path>
371
+ </svg>
372
+ </div>
373
+ <div class="tool">
374
+ <svg viewBox="0 0 24 24">
375
+ <circle cx="12" cy="12" r="9"></circle>
376
+ <path d="M12 7v6l4 2"></path>
377
+ </svg>
378
+ </div>
379
+ <div class="tool">
380
+ <svg viewBox="0 0 24 24">
381
+ <path d="M12 2l10 10-10 10L2 12 12 2z" fill="none"></path>
382
+ </svg>
383
+ </div>
384
+ <div class="tool">
385
+ <svg viewBox="0 0 24 24">
386
+ <rect x="4" y="4" width="16" height="16" rx="3"></rect>
387
+ <circle cx="9" cy="9" r="2"></circle>
388
+ <path d="M14 14l4 4"></path>
389
+ </svg>
390
+ </div>
391
+ <div class="tool">
392
+ <svg viewBox="0 0 24 24">
393
+ <path d="M12 3v12"></path>
394
+ <path d="M7 10c0 5 10 5 10 0V3"></path>
395
+ <rect x="6" y="17" width="12" height="3" rx="1"></rect>
396
+ </svg>
397
+ </div>
398
+ </div>
399
+
400
+ <div class="kb-rows">
401
+ <div class="row">
402
+ <div class="key">Q</div>
403
+ <div class="key">W</div>
404
+ <div class="key">E</div>
405
+ <div class="key">R</div>
406
+ <div class="key">T</div>
407
+ <div class="key">Y</div>
408
+ <div class="key">U</div>
409
+ <div class="key">I</div>
410
+ <div class="key">O</div>
411
+ <div class="key">P</div>
412
+ </div>
413
+ <div class="row" style="padding: 0 40px;">
414
+ <div class="key">A</div>
415
+ <div class="key">S</div>
416
+ <div class="key">D</div>
417
+ <div class="key">F</div>
418
+ <div class="key">G</div>
419
+ <div class="key">H</div>
420
+ <div class="key">J</div>
421
+ <div class="key">K</div>
422
+ <div class="key">L</div>
423
+ </div>
424
+ <div class="row">
425
+ <div class="key icon wide">
426
+ <svg viewBox="0 0 24 24">
427
+ <path d="M6 13l6-6 6 6"></path>
428
+ </svg>
429
+ </div>
430
+ <div class="key">Z</div>
431
+ <div class="key">X</div>
432
+ <div class="key">C</div>
433
+ <div class="key">V</div>
434
+ <div class="key">B</div>
435
+ <div class="key">N</div>
436
+ <div class="key">M</div>
437
+ <div class="key icon wide">
438
+ <svg viewBox="0 0 24 24">
439
+ <path d="M22 6H8l-4 6 4 6h14"></path>
440
+ <path d="M16 12h6"></path>
441
+ </svg>
442
+ </div>
443
+ </div>
444
+ <div class="row">
445
+ <div class="key light wide">?123</div>
446
+ <div class="key small">😊</div>
447
+ <div class="key small">,</div>
448
+ <div class="key extra-wide">SPACE</div>
449
+ <div class="key small">.</div>
450
+ <div class="key light wide">
451
+ <svg viewBox="0 0 24 24">
452
+ <path d="M7 4l10 8-10 8V4z" fill="#1d1d1f" stroke="#1d1d1f"></path>
453
+ </svg>
454
+ </div>
455
+ </div>
456
+ </div>
457
+
458
+ <div class="home-pill"></div>
459
+ </div>
460
+ </div>
461
+ </body>
462
+ </html>
code/7588/7588_7.html ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Presentation Editor UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 96px;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 38px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-left { display: flex; align-items: center; gap: 18px; }
34
+ .status-right { display: flex; align-items: center; gap: 22px; }
35
+ .icon-battery, .icon-wifi {
36
+ width: 44px; height: 28px;
37
+ }
38
+
39
+ /* Title and top tools */
40
+ .title-bar {
41
+ position: absolute;
42
+ top: 96px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 180px;
46
+ box-sizing: border-box;
47
+ padding: 14px 34px 0 34px;
48
+ color: #E0782A;
49
+ text-align: center;
50
+ }
51
+ .title-bar .title {
52
+ font-size: 44px;
53
+ font-weight: 600;
54
+ margin-top: 14px;
55
+ }
56
+ .top-tools {
57
+ margin-top: 26px;
58
+ display: flex;
59
+ justify-content: center;
60
+ gap: 56px;
61
+ }
62
+ .tool-icon { width: 52px; height: 52px; fill: none; stroke: #E0E0E0; stroke-width: 2.5; }
63
+
64
+ /* Workspace */
65
+ .workspace {
66
+ position: absolute;
67
+ top: 0;
68
+ left: 0;
69
+ width: 1080px;
70
+ height: 2400px;
71
+ }
72
+
73
+ /* Slide canvas */
74
+ .slide {
75
+ position: absolute;
76
+ left: 40px;
77
+ top: 700px;
78
+ width: 1000px;
79
+ height: 640px;
80
+ background: linear-gradient(90deg, #20332F 0%, #233A33 65%, #8BC97E 100%);
81
+ border: 2px solid rgba(255,255,255,0.25);
82
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.1) inset;
83
+ }
84
+ .slide::before {
85
+ /* thin accent line near left edge */
86
+ content: "";
87
+ position: absolute;
88
+ top: 16px;
89
+ left: 62px;
90
+ width: 4px;
91
+ height: 600px;
92
+ background: #6fd8d1;
93
+ opacity: 0.6;
94
+ }
95
+ .slide-title {
96
+ position: absolute;
97
+ right: 48px;
98
+ top: 88px;
99
+ font-size: 50px;
100
+ color: #ffffff;
101
+ letter-spacing: 0.5px;
102
+ }
103
+ /* selection guides */
104
+ .guide-rect {
105
+ position: absolute;
106
+ left: 160px;
107
+ top: 180px;
108
+ width: 720px;
109
+ height: 380px;
110
+ border: 2px dashed rgba(255,255,255,0.6);
111
+ border-radius: 2px;
112
+ }
113
+ .guide-top {
114
+ position: absolute;
115
+ left: 160px;
116
+ top: 120px;
117
+ width: 720px;
118
+ height: 2px;
119
+ background: repeating-linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.6) 8px, transparent 8px, transparent 16px);
120
+ }
121
+ .handle {
122
+ position: absolute;
123
+ width: 26px;
124
+ height: 26px;
125
+ border-radius: 50%;
126
+ background: #fff;
127
+ border: 2px solid #BDBDBD;
128
+ }
129
+ .h-tl { left: 150px; top: 160px; }
130
+ .h-tr { right: 160px; top: 160px; }
131
+ .h-bl { left: 150px; bottom: 150px; }
132
+ .h-br { right: 160px; bottom: 150px; }
133
+ .h-mid-top { left: 500px; top: 120px; }
134
+ .h-mid-left { left: 150px; top: 360px; }
135
+ .h-mid-right { right: 160px; top: 360px; }
136
+ .bullet {
137
+ position: absolute;
138
+ left: 200px;
139
+ top: 340px;
140
+ color: #D7F0ED;
141
+ font-size: 34px;
142
+ }
143
+ /* rotate handle above the slide */
144
+ .rotate-wrap {
145
+ position: absolute;
146
+ top: 654px;
147
+ left: 520px;
148
+ width: 60px;
149
+ height: 60px;
150
+ border-radius: 50%;
151
+ background: #2A2A2A;
152
+ border: 3px solid #DADADA;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ }
157
+ .rotate-icon { width: 38px; height: 38px; stroke: #DADADA; stroke-width: 3; fill: none; }
158
+
159
+ /* Notes and Comments row */
160
+ .meta-row {
161
+ position: absolute;
162
+ top: 1480px;
163
+ left: 0;
164
+ width: 1080px;
165
+ display: flex;
166
+ justify-content: center;
167
+ gap: 140px;
168
+ align-items: center;
169
+ color: #DADADA;
170
+ font-size: 36px;
171
+ }
172
+ .meta-item { display: flex; align-items: center; gap: 18px; }
173
+ .meta-icon { width: 40px; height: 40px; stroke: #DADADA; stroke-width: 2.5; fill: none; }
174
+
175
+ /* Thumbnails filmstrip */
176
+ .filmstrip {
177
+ position: absolute;
178
+ top: 1660px;
179
+ left: 0;
180
+ width: 1080px;
181
+ height: 260px;
182
+ padding: 18px 26px;
183
+ box-sizing: border-box;
184
+ display: flex;
185
+ align-items: center;
186
+ gap: 28px;
187
+ }
188
+ .thumb {
189
+ width: 320px;
190
+ height: 180px;
191
+ border: 1px solid #BDBDBD;
192
+ background: #E0E0E0;
193
+ color: #757575;
194
+ display: flex;
195
+ justify-content: center;
196
+ align-items: center;
197
+ font-size: 26px;
198
+ position: relative;
199
+ }
200
+ .thumb-num {
201
+ position: absolute;
202
+ left: 10px;
203
+ bottom: -36px;
204
+ font-size: 30px;
205
+ color: #CCCCCC;
206
+ }
207
+ .thumb.selected::after {
208
+ content: "";
209
+ position: absolute;
210
+ left: 0; right: 0; bottom: -40px;
211
+ height: 40px; background: #C8652D;
212
+ }
213
+ .plus-panel {
214
+ margin-left: auto;
215
+ width: 80px; height: 180px;
216
+ border-radius: 8px;
217
+ border: 1px dashed #666;
218
+ display: flex; align-items: center; justify-content: center;
219
+ color: #999; font-size: 60px;
220
+ }
221
+
222
+ /* Bottom formatting toolbar */
223
+ .format-bar {
224
+ position: absolute;
225
+ left: 0;
226
+ bottom: 140px;
227
+ width: 1080px;
228
+ height: 180px;
229
+ background: #1A1A1A;
230
+ box-shadow: 0 -1px 0 rgba(255,255,255,0.06);
231
+ display: flex;
232
+ align-items: center;
233
+ gap: 48px;
234
+ padding: 0 40px;
235
+ box-sizing: border-box;
236
+ }
237
+ .fmt-btn {
238
+ width: 88px; height: 88px;
239
+ border-radius: 8px;
240
+ display: flex; align-items: center; justify-content: center;
241
+ color: #E0E0E0; font-size: 52px; font-weight: 700;
242
+ background: transparent;
243
+ border: 1px solid rgba(255,255,255,0.12);
244
+ }
245
+ .fmt-btn.italic { font-style: italic; font-weight: 500; }
246
+ .fmt-btn.underline { text-decoration: underline; }
247
+ .fmt-btn.color { border-color: #C93D2E; color: #C93D2E; }
248
+ .fmt-icon { width: 72px; height: 72px; stroke: #E0E0E0; stroke-width: 2.5; fill: none; }
249
+
250
+ /* Home indicator */
251
+ .home-indicator {
252
+ position: absolute;
253
+ bottom: 36px;
254
+ left: 50%;
255
+ transform: translateX(-50%);
256
+ width: 340px; height: 14px;
257
+ border-radius: 10px;
258
+ background: #fff;
259
+ opacity: 0.85;
260
+ }
261
+ </style>
262
+ </head>
263
+ <body>
264
+ <div id="render-target">
265
+
266
+ <!-- Status bar -->
267
+ <div class="status-bar">
268
+ <div class="status-left">
269
+ <div>3:42</div>
270
+ <!-- small glyph placeholders -->
271
+ <svg width="26" height="26"><circle cx="13" cy="13" r="12" stroke="#bbb" stroke-width="2" fill="none"/></svg>
272
+ <svg width="26" height="26"><rect x="5" y="5" width="16" height="16" stroke="#bbb" stroke-width="2" fill="none"/></svg>
273
+ <svg width="26" height="26"><path d="M3 23 L10 10 L17 23" stroke="#bbb" stroke-width="2" fill="none"/></svg>
274
+ </div>
275
+ <div class="status-right">
276
+ <svg class="icon-wifi" viewBox="0 0 24 24">
277
+ <path d="M2 8c5-4 15-4 20 0"/>
278
+ <path d="M6 12c3-2 9-2 12 0"/>
279
+ <path d="M10 16c1-1 3-1 4 0"/>
280
+ <circle cx="12" cy="19" r="1.5"/>
281
+ </svg>
282
+ <svg class="icon-battery" viewBox="0 0 28 16">
283
+ <rect x="1" y="1" width="22" height="14" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
284
+ <rect x="4" y="4" width="16" height="8" fill="#fff"/>
285
+ <rect x="23" y="5" width="4" height="6" fill="#fff"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Title and tools row -->
291
+ <div class="title-bar">
292
+ <div class="title">Presentation - Saved</div>
293
+ <div class="top-tools">
294
+ <!-- check -->
295
+ <svg class="tool-icon" viewBox="0 0 24 24"><path d="M4 13 L9 18 L20 7" stroke="#E0E0E0"/></svg>
296
+ <!-- draw (A with pen) -->
297
+ <svg class="tool-icon" viewBox="0 0 24 24">
298
+ <path d="M7 18 L12 4 L17 18" stroke="#E0E0E0"/>
299
+ <path d="M9 13 L15 13" stroke="#E0E0E0"/>
300
+ <path d="M3 21 L8 16" stroke="#E0E0E0"/>
301
+ </svg>
302
+ <!-- search -->
303
+ <svg class="tool-icon" viewBox="0 0 24 24">
304
+ <circle cx="11" cy="11" r="6" stroke="#E0E0E0"/>
305
+ <path d="M16 16 L21 21" stroke="#E0E0E0"/>
306
+ </svg>
307
+ <!-- slideshow screen -->
308
+ <svg class="tool-icon" viewBox="0 0 24 24">
309
+ <rect x="3" y="5" width="18" height="12" rx="2" stroke="#E0E0E0"/>
310
+ <path d="M10 19 L12 22 L14 19" stroke="#E0E0E0"/>
311
+ </svg>
312
+ <!-- undo -->
313
+ <svg class="tool-icon" viewBox="0 0 24 24">
314
+ <path d="M10 7 L5 12 L10 17" stroke="#E0E0E0"/>
315
+ <path d="M5 12 H14 C18 12 20 14 20 18" stroke="#E0E0E0"/>
316
+ </svg>
317
+ <!-- kebab menu -->
318
+ <svg class="tool-icon" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="5" r="2" stroke="#E0E0E0"/>
320
+ <circle cx="12" cy="12" r="2" stroke="#E0E0E0"/>
321
+ <circle cx="12" cy="19" r="2" stroke="#E0E0E0"/>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Workspace and slide -->
327
+ <div class="workspace">
328
+ <div class="rotate-wrap">
329
+ <svg class="rotate-icon" viewBox="0 0 24 24">
330
+ <path d="M12 4 A8 8 0 1 1 6 6" />
331
+ <path d="M6 6 L9 6 L8 3" />
332
+ </svg>
333
+ </div>
334
+
335
+ <div class="slide">
336
+ <div class="slide-title">Confidence</div>
337
+ <div class="guide-top"></div>
338
+ <div class="guide-rect"></div>
339
+
340
+ <!-- handles around guides -->
341
+ <div class="handle h-tl"></div>
342
+ <div class="handle h-tr"></div>
343
+ <div class="handle h-bl"></div>
344
+ <div class="handle h-br"></div>
345
+ <div class="handle h-mid-top"></div>
346
+ <div class="handle h-mid-left"></div>
347
+ <div class="handle h-mid-right"></div>
348
+
349
+ <div class="bullet">• Double tap to add text</div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Notes and comments indicators -->
354
+ <div class="meta-row">
355
+ <div class="meta-item">
356
+ <svg class="meta-icon" viewBox="0 0 24 24">
357
+ <rect x="4" y="4" width="16" height="14" rx="2"/>
358
+ <path d="M7 8 H17 M7 12 H13" />
359
+ </svg>
360
+ <div>Notes</div>
361
+ </div>
362
+ <div class="meta-item">
363
+ <svg class="meta-icon" viewBox="0 0 24 24">
364
+ <path d="M3 5 H21 V16 H12 L8 20 V16 H3 Z" />
365
+ </svg>
366
+ <div>Comments</div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Filmstrip thumbnails -->
371
+ <div class="filmstrip">
372
+ <div class="thumb">
373
+ [IMG: Slide Thumbnail 1]
374
+ <div class="thumb-num">1</div>
375
+ </div>
376
+ <div class="thumb selected">
377
+ [IMG: Slide Thumbnail 2]
378
+ <div class="thumb-num">2</div>
379
+ </div>
380
+ <div class="plus-panel">+</div>
381
+ </div>
382
+
383
+ <!-- Formatting toolbar -->
384
+ <div class="format-bar">
385
+ <div class="fmt-btn">B</div>
386
+ <div class="fmt-btn italic">I</div>
387
+ <div class="fmt-btn underline">U</div>
388
+ <div class="fmt-btn color">A</div>
389
+ <!-- bullets -->
390
+ <svg class="fmt-icon" viewBox="0 0 24 24">
391
+ <circle cx="5" cy="6" r="2"/>
392
+ <path d="M10 6 H20"/>
393
+ <circle cx="5" cy="12" r="2"/>
394
+ <path d="M10 12 H20"/>
395
+ <circle cx="5" cy="18" r="2"/>
396
+ <path d="M10 18 H20"/>
397
+ </svg>
398
+ <!-- numbered list -->
399
+ <svg class="fmt-icon" viewBox="0 0 24 24">
400
+ <path d="M4 6 L6 6"/>
401
+ <path d="M10 6 H20"/>
402
+ <path d="M3 12 L6 12"/>
403
+ <path d="M10 12 H20"/>
404
+ <path d="M2 18 L6 18"/>
405
+ <path d="M10 18 H20"/>
406
+ </svg>
407
+ <!-- align left -->
408
+ <svg class="fmt-icon" viewBox="0 0 24 24">
409
+ <path d="M3 5 H21"/>
410
+ <path d="M3 10 H15"/>
411
+ <path d="M3 15 H21"/>
412
+ <path d="M3 20 H12"/>
413
+ </svg>
414
+ <!-- align center -->
415
+ <svg class="fmt-icon" viewBox="0 0 24 24">
416
+ <path d="M4 5 H20"/>
417
+ <path d="M6 10 H18"/>
418
+ <path d="M3 15 H21"/>
419
+ <path d="M8 20 H16"/>
420
+ </svg>
421
+ <!-- more -->
422
+ <svg class="fmt-icon" viewBox="0 0 24 24">
423
+ <circle cx="12" cy="5" r="2"/>
424
+ <circle cx="12" cy="12" r="2"/>
425
+ <circle cx="12" cy="19" r="2"/>
426
+ </svg>
427
+ </div>
428
+
429
+ <!-- Home indicator -->
430
+ <div class="home-indicator"></div>
431
+ </div>
432
+ </body>
433
+ </html>
code/7588/7588_8.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Presentation UI Mock</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: #0f0f0f;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ height: 130px;
21
+ background: #171717;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ font-size: 48px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 28px;
34
+ }
35
+ .icon {
36
+ width: 44px;
37
+ height: 44px;
38
+ }
39
+
40
+ /* App bar */
41
+ .appbar {
42
+ height: 170px;
43
+ background: #1c1c1c;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 40px;
47
+ box-sizing: border-box;
48
+ border-bottom: 1px solid #2a2a2a;
49
+ }
50
+ .back-btn {
51
+ width: 64px;
52
+ height: 64px;
53
+ margin-right: 24px;
54
+ }
55
+ .title {
56
+ font-size: 64px;
57
+ font-weight: 500;
58
+ }
59
+ .kebab {
60
+ margin-left: auto;
61
+ width: 60px;
62
+ height: 60px;
63
+ }
64
+
65
+ /* Slide list area */
66
+ .content-area {
67
+ height: 1730px;
68
+ overflow: hidden;
69
+ background: #0f0f0f;
70
+ }
71
+ .slides {
72
+ padding: 18px 22px;
73
+ box-sizing: border-box;
74
+ }
75
+ .slide {
76
+ position: relative;
77
+ height: 760px;
78
+ margin: 0 10px;
79
+ background: linear-gradient(135deg, #253330 0%, #233732 100%);
80
+ border: 1px solid #111;
81
+ box-shadow: inset 0 0 0 0 rgba(0,0,0,0.2);
82
+ }
83
+ .slide + .slide {
84
+ margin-top: 24px;
85
+ }
86
+ .divider {
87
+ height: 10px;
88
+ background: #0a0a0a;
89
+ margin: 16px 0;
90
+ }
91
+
92
+ /* Slide decorative bands */
93
+ .band-left, .band-right {
94
+ position: absolute;
95
+ top: 0;
96
+ height: 100%;
97
+ width: 34px;
98
+ background: #18302d;
99
+ }
100
+ .band-left { left: 0; }
101
+ .band-right {
102
+ right: 0;
103
+ background: linear-gradient(0deg, #97d694 0%, #b6e2a8 50%, #97d694 100%);
104
+ opacity: 0.45;
105
+ }
106
+ .inner-left-line {
107
+ position: absolute;
108
+ left: 46px;
109
+ top: 0;
110
+ width: 6px;
111
+ height: 100%;
112
+ background: #86cfd1;
113
+ opacity: 0.8;
114
+ }
115
+
116
+ .corner-triangle {
117
+ position: absolute;
118
+ width: 26px;
119
+ height: 26px;
120
+ left: 84px;
121
+ top: 120px;
122
+ background: #7fd0d6;
123
+ transform: rotate(45deg);
124
+ opacity: 0.8;
125
+ }
126
+
127
+ .slide h1 {
128
+ position: absolute;
129
+ right: 180px;
130
+ top: 290px;
131
+ margin: 0;
132
+ font-size: 96px;
133
+ font-weight: 500;
134
+ line-height: 1.1;
135
+ text-align: right;
136
+ color: #eaeaea;
137
+ }
138
+ .pill {
139
+ position: absolute;
140
+ right: 40px;
141
+ top: 40px;
142
+ background: rgba(0,0,0,0.75);
143
+ color: #fff;
144
+ padding: 18px 28px;
145
+ border-radius: 18px;
146
+ font-size: 40px;
147
+ }
148
+
149
+ /* Second slide state (orange border) */
150
+ .slide--active {
151
+ border: 6px solid #e26a3b;
152
+ }
153
+ .slide--active .corner-triangle { top: 130px; left: 84px; }
154
+ .slide--active h2 {
155
+ position: absolute;
156
+ right: 170px;
157
+ top: 140px;
158
+ margin: 0;
159
+ font-size: 60px;
160
+ font-weight: 400;
161
+ color: #e6e6e6;
162
+ }
163
+
164
+ /* Bottom toolbar */
165
+ .bottom-bar {
166
+ position: absolute;
167
+ bottom: 0;
168
+ left: 0;
169
+ width: 100%;
170
+ height: 260px;
171
+ background: #1f1f1f;
172
+ border-top: 1px solid #2b2b2b;
173
+ display: flex;
174
+ justify-content: space-around;
175
+ align-items: center;
176
+ box-sizing: border-box;
177
+ padding: 10px 20px;
178
+ color: #d7d7d7;
179
+ }
180
+ .tool {
181
+ width: 160px;
182
+ text-align: center;
183
+ font-size: 36px;
184
+ color: #cfcfcf;
185
+ opacity: 0.95;
186
+ }
187
+ .tool svg {
188
+ display: block;
189
+ margin: 0 auto 18px auto;
190
+ width: 72px;
191
+ height: 72px;
192
+ fill: none;
193
+ stroke: #cfcfcf;
194
+ stroke-width: 4;
195
+ }
196
+
197
+ /* Home indicator */
198
+ .home-indicator {
199
+ position: absolute;
200
+ bottom: 270px;
201
+ left: 50%;
202
+ transform: translateX(-50%);
203
+ width: 360px;
204
+ height: 16px;
205
+ background: #ffffff;
206
+ border-radius: 10px;
207
+ opacity: 0.9;
208
+ }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+
214
+ <!-- Status bar -->
215
+ <div class="status-bar">
216
+ <div>3:42</div>
217
+ <div class="status-icons">
218
+ <!-- Simple status icons -->
219
+ <svg class="icon" viewBox="0 0 24 24">
220
+ <circle cx="12" cy="12" r="10" fill="#bdbdbd"/>
221
+ <circle cx="12" cy="12" r="6" fill="#171717"/>
222
+ </svg>
223
+ <svg class="icon" viewBox="0 0 24 24">
224
+ <rect x="3" y="7" width="14" height="10" rx="2" fill="#bdbdbd"/>
225
+ <polygon points="19,9 22,10 22,14 19,15" fill="#bdbdbd"/>
226
+ </svg>
227
+ <svg class="icon" viewBox="0 0 24 24">
228
+ <path d="M3 17h18" stroke="#bdbdbd" stroke-width="3"/>
229
+ <path d="M6 13h12" stroke="#bdbdbd" stroke-width="3"/>
230
+ <path d="M9 9h6" stroke="#bdbdbd" stroke-width="3"/>
231
+ </svg>
232
+ <svg class="icon" viewBox="0 0 24 24">
233
+ <path d="M3 12l6 6 12-12" stroke="#bdbdbd" stroke-width="3" fill="none"/>
234
+ </svg>
235
+ <svg class="icon" viewBox="0 0 24 24">
236
+ <path d="M6 18h12" stroke="#bdbdbd" stroke-width="3"/>
237
+ <path d="M9 4h6l1 12H8z" fill="#bdbdbd"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- App bar -->
243
+ <div class="appbar">
244
+ <svg class="back-btn" viewBox="0 0 24 24">
245
+ <path d="M15 6l-6 6 6 6" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ <div class="title">Presentation</div>
248
+ <svg class="kebab" viewBox="0 0 24 24">
249
+ <circle cx="12" cy="4" r="2" fill="#ffffff"/>
250
+ <circle cx="12" cy="12" r="2" fill="#ffffff"/>
251
+ <circle cx="12" cy="20" r="2" fill="#ffffff"/>
252
+ </svg>
253
+ </div>
254
+
255
+ <!-- Slides content -->
256
+ <div class="content-area">
257
+ <div class="slides">
258
+
259
+ <!-- Slide 1 -->
260
+ <div class="slide">
261
+ <div class="band-left"></div>
262
+ <div class="inner-left-line"></div>
263
+ <div class="band-right"></div>
264
+ <div class="corner-triangle"></div>
265
+ <h1>Self<br>Improvement</h1>
266
+ <div class="pill">Slide 1 of 2</div>
267
+ </div>
268
+
269
+ <div class="divider"></div>
270
+
271
+ <!-- Slide 2 -->
272
+ <div class="slide slide--active">
273
+ <div class="band-left"></div>
274
+ <div class="inner-left-line"></div>
275
+ <div class="band-right"></div>
276
+ <div class="corner-triangle"></div>
277
+ <h2>Confidence</h2>
278
+ </div>
279
+
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom toolbar -->
284
+ <div class="bottom-bar">
285
+ <div class="tool">
286
+ <svg viewBox="0 0 24 24">
287
+ <rect x="3" y="4" width="18" height="14" rx="2"/>
288
+ <polygon points="10,9 15,12 10,15" fill="#cfcfcf" stroke="none"/>
289
+ </svg>
290
+ Present
291
+ </div>
292
+ <div class="tool">
293
+ <svg viewBox="0 0 24 24">
294
+ <rect x="5" y="3" width="14" height="18" rx="2"/>
295
+ <line x1="8" y1="8" x2="16" y2="8"/>
296
+ <line x1="8" y1="12" x2="16" y2="12"/>
297
+ <line x1="8" y1="16" x2="14" y2="16"/>
298
+ </svg>
299
+ Notes
300
+ </div>
301
+ <div class="tool">
302
+ <svg viewBox="0 0 24 24">
303
+ <path d="M4 6h7v12H4z"/>
304
+ <path d="M13 6h7v12h-7z"/>
305
+ </svg>
306
+ Reading view
307
+ </div>
308
+ <div class="tool">
309
+ <svg viewBox="0 0 24 24">
310
+ <path d="M5 19l6-6" />
311
+ <path d="M11 13l4-9 4 4-9 4z" />
312
+ </svg>
313
+ Edit
314
+ </div>
315
+ <div class="tool">
316
+ <svg viewBox="0 0 24 24">
317
+ <circle cx="10" cy="10" r="6"/>
318
+ <line x1="15" y1="15" x2="21" y2="21"/>
319
+ </svg>
320
+ Find
321
+ </div>
322
+ <div class="tool">
323
+ <svg viewBox="0 0 24 24">
324
+ <circle cx="6" cy="18" r="3"/>
325
+ <circle cx="18" cy="6" r="3"/>
326
+ <circle cx="18" cy="18" r="3"/>
327
+ <line x1="8" y1="16" x2="16" y2="8"/>
328
+ <line x1="9" y1="18" x2="15" y2="18"/>
329
+ </svg>
330
+ Share
331
+ </div>
332
+ </div>
333
+
334
+ <div class="home-indicator"></div>
335
+ </div>
336
+ </body>
337
+ </html>
code/7589/7589_0.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Compose - Mock UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#121212; color:#ECECEC;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; width:100%; height:90px;
18
+ padding:0 32px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ color:#FFFFFF; font-size:34px;
21
+ }
22
+ .status-left { display:flex; align-items:center; gap:18px; }
23
+ .status-right { display:flex; align-items:center; gap:22px; }
24
+ .status-icon {
25
+ width:34px; height:34px; border-radius:50%; border:2px solid #BDBDBD; opacity:0.9;
26
+ }
27
+ .battery {
28
+ width:42px; height:24px; border:2px solid #FFFFFF; position:relative; border-radius:4px;
29
+ }
30
+ .battery::after {
31
+ content:""; position:absolute; right:-6px; top:7px; width:4px; height:10px; background:#FFFFFF; border-radius:2px;
32
+ }
33
+ .battery .level { position:absolute; left:2px; top:2px; height:16px; width:30px; background:#FFFFFF; }
34
+
35
+ /* App bar */
36
+ .app-bar {
37
+ position:absolute; top:90px; left:0; width:100%; height:150px;
38
+ display:flex; align-items:center; padding:0 28px;
39
+ }
40
+ .app-actions { display:flex; align-items:center; margin-left:auto; gap:28px; }
41
+ .title { font-size:64px; font-weight:500; margin-left:18px; }
42
+
43
+ .icon { width:60px; height:60px; }
44
+ .icon svg { width:100%; height:100%; }
45
+
46
+ /* Content area */
47
+ .content {
48
+ position:absolute; top:240px; left:0; width:100%;
49
+ padding:0 36px;
50
+ }
51
+ .row {
52
+ display:flex; align-items:center; gap:22px;
53
+ padding:26px 0;
54
+ border-bottom:1px solid #2A2A2A;
55
+ }
56
+ .row .label { width:120px; color:#BBBBBB; font-size:36px; }
57
+ .row .value { flex:1; font-size:36px; color:#E0E0E0; }
58
+ .dropdown { width:40px; height:40px; display:flex; align-items:center; justify-content:center; }
59
+ .placeholder {
60
+ padding:40px 0;
61
+ font-size:40px; color:#9E9E9E;
62
+ }
63
+
64
+ /* Attachment block */
65
+ .attachment {
66
+ margin-top:30px;
67
+ width:100%; max-width:1008px;
68
+ border-radius:18px; overflow:hidden;
69
+ background:#1E1E1E; border:1px solid #2F2F2F;
70
+ }
71
+ .attachment .thumb {
72
+ height:420px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
73
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
74
+ }
75
+ .attachment .meta {
76
+ display:flex; align-items:center; padding:22px;
77
+ gap:18px;
78
+ }
79
+ .photo-icon {
80
+ width:56px; height:56px; background:#D32F2F; border-radius:8px; display:flex; align-items:center; justify-content:center;
81
+ }
82
+ .photo-icon svg { width:38px; height:38px; }
83
+ .file-info { flex:1; }
84
+ .file-name { font-size:34px; color:#E6E6E6; }
85
+ .file-size { font-size:28px; color:#9E9E9E; margin-top:6px; }
86
+ .close-btn {
87
+ width:50px; height:50px; border-radius:50%; background:#2A2A2A;
88
+ display:flex; align-items:center; justify-content:center;
89
+ }
90
+
91
+ /* Keyboard */
92
+ .keyboard {
93
+ position:absolute; left:0; bottom:90px; width:100%;
94
+ background:#1A1A1A; border-top:1px solid #2A2A2A;
95
+ padding:12px 18px 24px;
96
+ }
97
+ .kb-tools { display:flex; align-items:center; gap:22px; padding:8px 0 18px; }
98
+ .tool-btn {
99
+ width:80px; height:54px; border-radius:14px; background:#292929;
100
+ display:flex; align-items:center; justify-content:center; color:#CFCFCF; font-size:28px;
101
+ }
102
+ .kb-row { display:flex; gap:12px; justify-content:center; margin:8px 0; }
103
+ .key {
104
+ height:110px; min-width:86px; background:#2B2B2B; border-radius:18px;
105
+ display:flex; align-items:center; justify-content:center; color:#F1F1F1; font-size:40px;
106
+ }
107
+ .key.wide { min-width:140px; }
108
+ .key.space { flex:1; min-width:200px; }
109
+ .key.small { min-width:120px; }
110
+
111
+ /* Gesture bar */
112
+ .gesture {
113
+ position:absolute; left:50%; bottom:26px; transform:translateX(-50%);
114
+ width:280px; height:10px; background:#FFFFFF; border-radius:6px; opacity:0.9;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status Bar -->
122
+ <div class="status-bar">
123
+ <div class="status-left">
124
+ <div>5:39</div>
125
+ <div class="status-icon"></div>
126
+ <div class="status-icon"></div>
127
+ <div class="status-icon"></div>
128
+ </div>
129
+ <div class="status-right">
130
+ <div class="status-icon"></div>
131
+ <div class="battery"><div class="level"></div></div>
132
+ <div style="font-size:28px;">100%</div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- App Bar -->
137
+ <div class="app-bar">
138
+ <div class="icon">
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M15 6 L9 12 L15 18" fill="none" stroke="#FFFFFF" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
141
+ <path d="M9 12 H21" fill="none" stroke="#FFFFFF" stroke-width="2.8" stroke-linecap="round"/>
142
+ </svg>
143
+ </div>
144
+ <div class="title">Compose</div>
145
+ <div class="app-actions">
146
+ <div class="icon">
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M6 8 C6 5 9 3 12 3 C15 3 18 5 18 8 C18 10 16 12 13 13 L6 20" fill="none" stroke="#FFFFFF" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ </div>
151
+ <div class="icon">
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M3 12 L21 6 L14 12 L21 18 Z" fill="#FFFFFF"/>
154
+ </svg>
155
+ </div>
156
+ <div class="icon">
157
+ <svg viewBox="0 0 24 24">
158
+ <circle cx="12" cy="5" r="2.2" fill="#FFFFFF"/>
159
+ <circle cx="12" cy="12" r="2.2" fill="#FFFFFF"/>
160
+ <circle cx="12" cy="19" r="2.2" fill="#FFFFFF"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Content -->
167
+ <div class="content">
168
+ <div class="row">
169
+ <div class="label">From</div>
170
+ <div class="value">dbwscratch.test.id1@gmail.com</div>
171
+ </div>
172
+ <div class="row">
173
+ <div class="label">To</div>
174
+ <div class="value" style="color:#777777;"> </div>
175
+ <div class="dropdown">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M6 9 L12 15 L18 9" fill="none" stroke="#CFCFCF" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ <div class="row">
182
+ <div class="label">Subject</div>
183
+ <div class="value" style="color:#777777;"></div>
184
+ </div>
185
+
186
+ <div class="placeholder">Compose email</div>
187
+
188
+ <!-- Attachment -->
189
+ <div class="attachment">
190
+ <div class="thumb">[IMG: Office workspace photo]</div>
191
+ <div class="meta">
192
+ <div class="photo-icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="#FFCDD2"/>
195
+ <path d="M4 17 L9 12 L12 15 L16 11 L20 17 Z" fill="#B71C1C"/>
196
+ <circle cx="8" cy="10" r="2" fill="#880E4F"/>
197
+ </svg>
198
+ </div>
199
+ <div class="file-info">
200
+ <div class="file-name">PXL_20230923_112040105.jpg</div>
201
+ <div class="file-size">2.3 MB</div>
202
+ </div>
203
+ <div class="close-btn">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#E0E0E0" stroke-width="2.6" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Keyboard -->
213
+ <div class="keyboard">
214
+ <div class="kb-tools">
215
+ <div class="tool-btn">🧩</div>
216
+ <div class="tool-btn">😊</div>
217
+ <div class="tool-btn">GIF</div>
218
+ <div class="tool-btn">⚙️</div>
219
+ <div class="tool-btn">G↔︎</div>
220
+ <div class="tool-btn">🎨</div>
221
+ <div class="tool-btn">🎙️</div>
222
+ </div>
223
+
224
+ <div class="kb-row">
225
+ <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>
226
+ </div>
227
+ <div class="kb-row">
228
+ <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>
229
+ </div>
230
+ <div class="kb-row">
231
+ <div class="key wide">⇧</div>
232
+ <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>
233
+ <div class="key wide">⌫</div>
234
+ </div>
235
+ <div class="kb-row">
236
+ <div class="key small">?123</div>
237
+ <div class="key small">@</div>
238
+ <div class="key small">☺</div>
239
+ <div class="key space"></div>
240
+ <div class="key small">.</div>
241
+ <div class="key small">↩︎</div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="gesture"></div>
246
+ </div>
247
+ </body>
248
+ </html>
code/7589/7589_1.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Photo Viewer 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
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 120px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-time {
35
+ font-size: 40px;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ gap: 28px;
40
+ align-items: center;
41
+ }
42
+ .status-icons svg { width: 44px; height: 44px; }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ position: absolute;
47
+ top: 120px;
48
+ left: 0;
49
+ width: 100%;
50
+ height: 180px;
51
+ padding: 0 24px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: space-between;
55
+ box-sizing: border-box;
56
+ }
57
+ .app-bar-left, .app-bar-right {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 24px;
61
+ }
62
+ .app-bar svg { width: 72px; height: 72px; }
63
+
64
+ /* Image area */
65
+ .image-area {
66
+ position: absolute;
67
+ top: 300px;
68
+ left: 0;
69
+ width: 100%;
70
+ height: 1400px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ }
75
+ .image-placeholder {
76
+ width: 1080px;
77
+ height: 1400px;
78
+ background: #E0E0E0;
79
+ border: 1px solid #BDBDBD;
80
+ color: #757575;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ font-size: 40px;
85
+ text-align: center;
86
+ box-sizing: border-box;
87
+ }
88
+
89
+ /* Spacer below image to mimic black letterbox area */
90
+ .black-spacer {
91
+ position: absolute;
92
+ top: 1700px; /* 300 + 1400 */
93
+ left: 0;
94
+ width: 100%;
95
+ height: 420px;
96
+ background: #000;
97
+ }
98
+
99
+ /* Bottom toolbar */
100
+ .bottom-toolbar {
101
+ position: absolute;
102
+ bottom: 40px; /* leave room for gesture pill */
103
+ left: 0;
104
+ width: 100%;
105
+ height: 240px;
106
+ display: flex;
107
+ align-items: flex-end;
108
+ justify-content: space-around;
109
+ box-sizing: border-box;
110
+ padding: 0 24px 24px;
111
+ }
112
+ .tool {
113
+ display: flex;
114
+ flex-direction: column;
115
+ align-items: center;
116
+ gap: 18px;
117
+ }
118
+ .tool svg { width: 84px; height: 84px; }
119
+ .tool span {
120
+ font-size: 34px;
121
+ color: #E0E0E0;
122
+ }
123
+
124
+ /* Gesture pill */
125
+ .gesture {
126
+ position: absolute;
127
+ bottom: 16px;
128
+ left: 50%;
129
+ transform: translateX(-50%);
130
+ width: 300px;
131
+ height: 14px;
132
+ background: #E0E0E0;
133
+ border-radius: 7px;
134
+ opacity: 0.9;
135
+ }
136
+
137
+ /* Common icon styles */
138
+ svg { display: block; }
139
+ .stroke { fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
140
+ .fill { fill: #fff; }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Status Bar -->
147
+ <div class="status-bar">
148
+ <div class="status-time">5:40</div>
149
+ <div class="status-icons">
150
+ <!-- Lock -->
151
+ <svg viewBox="0 0 100 100">
152
+ <path class="stroke" d="M25 45 h50 v35 h-50 z" />
153
+ <path class="stroke" d="M35 45 v-12 a15 15 0 1 1 30 0 v12" />
154
+ </svg>
155
+ <!-- Search -->
156
+ <svg viewBox="0 0 100 100">
157
+ <circle class="stroke" cx="42" cy="42" r="22" />
158
+ <path class="stroke" d="M60 60 L85 85" />
159
+ </svg>
160
+ <!-- Wi-Fi -->
161
+ <svg viewBox="0 0 100 100">
162
+ <path class="stroke" d="M15 40 q35 -25 70 0" />
163
+ <path class="stroke" d="M25 55 q25 -18 50 0" />
164
+ <path class="stroke" d="M35 70 q15 -10 30 0" />
165
+ <circle class="fill" cx="50" cy="82" r="5" />
166
+ </svg>
167
+ <!-- Battery -->
168
+ <svg viewBox="0 0 120 100">
169
+ <rect class="stroke" x="10" y="25" width="90" height="50" rx="8" />
170
+ <rect class="fill" x="100" y="40" width="8" height="20" />
171
+ <rect class="fill" x="16" y="31" width="70" height="38" rx="6" />
172
+ </svg>
173
+ <!-- Percentage -->
174
+ <span style="font-size:34px;">100%</span>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- App Bar -->
179
+ <div class="app-bar">
180
+ <div class="app-bar-left">
181
+ <!-- Back Arrow -->
182
+ <svg viewBox="0 0 100 100">
183
+ <path class="stroke" d="M65 20 L25 50 L65 80" />
184
+ </svg>
185
+ </div>
186
+ <div class="app-bar-right">
187
+ <!-- Star (favorite) -->
188
+ <svg viewBox="0 0 100 100">
189
+ <path class="stroke" d="M50 15 L61 38 L86 41 L67 58 L72 83 L50 71 L28 83 L33 58 L14 41 L39 38 Z" />
190
+ </svg>
191
+ <!-- More (vertical dots) -->
192
+ <svg viewBox="0 0 100 100">
193
+ <circle class="fill" cx="50" cy="25" r="7" />
194
+ <circle class="fill" cx="50" cy="50" r="7" />
195
+ <circle class="fill" cx="50" cy="75" r="7" />
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Image Area -->
201
+ <div class="image-area">
202
+ <div class="image-placeholder">[IMG: Open office workspace]</div>
203
+ </div>
204
+
205
+ <div class="black-spacer"></div>
206
+
207
+ <!-- Bottom Toolbar -->
208
+ <div class="bottom-toolbar">
209
+ <div class="tool">
210
+ <!-- Share -->
211
+ <svg viewBox="0 0 100 100">
212
+ <path class="stroke" d="M50 18 L50 60" />
213
+ <path class="stroke" d="M35 33 L50 18 L65 33" />
214
+ <rect class="stroke" x="25" y="60" width="50" height="20" rx="6" />
215
+ </svg>
216
+ <span>Share</span>
217
+ </div>
218
+ <div class="tool">
219
+ <!-- Auto (magic wand) -->
220
+ <svg viewBox="0 0 100 100">
221
+ <path class="stroke" d="M25 75 L75 25" />
222
+ <path class="stroke" d="M30 40 L20 30" />
223
+ <path class="stroke" d="M80 60 L90 70" />
224
+ <path class="stroke" d="M55 15 L55 5" />
225
+ <path class="stroke" d="M15 55 L5 55" />
226
+ </svg>
227
+ <span>Auto</span>
228
+ </div>
229
+ <div class="tool">
230
+ <!-- Edit (pencil) -->
231
+ <svg viewBox="0 0 100 100">
232
+ <path class="stroke" d="M25 75 L35 65 L75 25 L85 35 L45 75 L25 75 Z" />
233
+ <path class="stroke" d="M70 20 L85 35" />
234
+ </svg>
235
+ <span>Edit</span>
236
+ </div>
237
+ <div class="tool">
238
+ <!-- Trash -->
239
+ <svg viewBox="0 0 100 100">
240
+ <path class="stroke" d="M25 35 H75" />
241
+ <rect class="stroke" x="30" y="35" width="40" height="45" rx="6" />
242
+ <rect class="stroke" x="40" y="20" width="20" height="15" rx="5" />
243
+ <path class="stroke" d="M45 45 V70 M55 45 V70" />
244
+ </svg>
245
+ <span>Trash</span>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Gesture pill -->
250
+ <div class="gesture"></div>
251
+ </div>
252
+ </body>
253
+ </html>
code/7589/7589_2.html ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery Trash Prompt</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: #0B0B0B; border-radius: 0; box-shadow: none;
11
+ color: #FFFFFF;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px; box-sizing: border-box; color: #EAEAEA; font-size: 40px;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 28px; }
20
+ .status-icon { width: 44px; height: 44px; }
21
+ .battery { display: inline-flex; align-items: center; gap: 12px; color: #FFFFFF; font-size: 36px; }
22
+ /* Top app bar */
23
+ .app-top {
24
+ position: absolute; top: 140px; left: 0; right: 0; height: 140px;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ padding: 0 36px; box-sizing: border-box; color: #BDBDBD;
27
+ }
28
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
29
+ .icon-24 { width: 64px; height: 64px; }
30
+ /* Background photo (dimmed) */
31
+ .photo-bg {
32
+ position: absolute; top: 320px; left: 0; right: 0; bottom: 320px;
33
+ display: flex; align-items: center; justify-content: center;
34
+ margin: 0 0; opacity: 0.35;
35
+ }
36
+ .photo-placeholder {
37
+ width: 1000px; height: 1500px;
38
+ background: #E0E0E0; border: 1px solid #BDBDBD;
39
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
40
+ }
41
+ /* Modal card */
42
+ .modal {
43
+ position: absolute; left: 120px; top: 740px; width: 840px;
44
+ background: #242424; border-radius: 48px; box-shadow: 0 24px 60px rgba(0,0,0,0.6);
45
+ overflow: hidden;
46
+ }
47
+ .modal-header {
48
+ padding: 48px 56px 24px 56px; font-size: 48px; line-height: 1.2; color: #FFFFFF;
49
+ }
50
+ .modal-image {
51
+ width: 100%; height: 460px;
52
+ background: #E0E0E0; border-top: 1px solid #3A3A3A; border-bottom: 1px solid #3A3A3A;
53
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
54
+ }
55
+ .modal-actions {
56
+ background: #1F1F1F; padding: 40px 56px; display: flex; justify-content: flex-end; gap: 60px; align-items: center;
57
+ }
58
+ .btn-text { font-size: 40px; color: #C7CDD3; }
59
+ .btn-primary { font-size: 40px; color: #FFFFFF; }
60
+ /* Bottom toolbar */
61
+ .bottom-toolbar {
62
+ position: absolute; bottom: 160px; left: 0; width: 100%; height: 220px;
63
+ display: flex; align-items: center; justify-content: space-around; color: #E0E0E0;
64
+ }
65
+ .tool { display: flex; flex-direction: column; align-items: center; gap: 22px; }
66
+ .tool svg { width: 72px; height: 72px; }
67
+ .tool span { font-size: 36px; color: #DADADA; }
68
+ /* Navigation pill */
69
+ .nav-pill {
70
+ position: absolute; bottom: 72px; left: 50%; transform: translateX(-50%);
71
+ width: 240px; height: 18px; background: #FFFFFF; border-radius: 12px; opacity: 0.9;
72
+ }
73
+ </style>
74
+ </head>
75
+ <body>
76
+ <div id="render-target">
77
+ <!-- Status Bar -->
78
+ <div class="status-bar">
79
+ <div class="status-left">5:40</div>
80
+ <div class="status-right">
81
+ <!-- simple lock icon -->
82
+ <svg class="status-icon" viewBox="0 0 24 24">
83
+ <path fill="#EAEAEA" d="M12 2a4 4 0 0 1 4 4v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h2V6a4 4 0 0 1 4-4zm-2 6h4V6a2 2 0 0 0-4 0v2z"/>
84
+ </svg>
85
+ <!-- NFC like icon -->
86
+ <svg class="status-icon" viewBox="0 0 24 24">
87
+ <path fill="#EAEAEA" d="M6 3h12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm3 4v10h2V7h3v10h2V7a3 3 0 0 0-3-3H9z"/>
88
+ </svg>
89
+ <!-- Search icon -->
90
+ <svg class="status-icon" viewBox="0 0 24 24">
91
+ <path fill="#EAEAEA" d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 9 15.5a6.5 6.5 0 0 0 4.44-11.06L14 4a8 8 0 1 1 0 16c-2.1 0-4.02-.81-5.45-2.14l-.27.28v.79L4 20l2 2 4.22-4.22.28-.27h.79l4.21-4.21z"/>
92
+ </svg>
93
+ <!-- dot -->
94
+ <div style="width:14px;height:14px;background:#EAEAEA;border-radius:50%;"></div>
95
+ <!-- WiFi -->
96
+ <svg class="status-icon" viewBox="0 0 24 24">
97
+ <path fill="#EAEAEA" d="M12 18l-2.5 2.5L12 23l2.5-2.5L12 18zm-7-7a12 12 0 0 1 14 0l-2 2a9 9 0 0 0-10 0l-2-2zm3.5 3.5a7 7 0 0 1 7 0l-2 2a4 4 0 0 0-3 0l-2-2z"/>
98
+ </svg>
99
+ <div class="battery">
100
+ <svg class="status-icon" viewBox="0 0 24 24">
101
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#EAEAEA"></rect>
102
+ <rect x="20" y="10" width="2" height="4" fill="#EAEAEA"></rect>
103
+ <rect x="3.5" y="7.5" width="13" height="9" fill="#0B0B0B"></rect>
104
+ <rect x="3.5" y="7.5" width="11" height="9" fill="#4CAF50"></rect>
105
+ </svg>
106
+ <span>100%</span>
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- App top bar with back, star, more -->
112
+ <div class="app-top">
113
+ <div class="icon-btn">
114
+ <svg class="icon-24" viewBox="0 0 24 24">
115
+ <path fill="#BDBDBD" d="M15 5l-7 7 7 7 2-2-5-5 5-5-2-2z"/>
116
+ </svg>
117
+ </div>
118
+ <div style="display:flex; align-items:center; gap:28px;">
119
+ <div class="icon-btn">
120
+ <!-- star outline -->
121
+ <svg class="icon-24" viewBox="0 0 24 24">
122
+ <path fill="#BDBDBD" d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z" />
123
+ </svg>
124
+ </div>
125
+ <div class="icon-btn">
126
+ <!-- vertical dots -->
127
+ <svg class="icon-24" viewBox="0 0 24 24">
128
+ <circle cx="12" cy="5" r="2.2" fill="#BDBDBD"></circle>
129
+ <circle cx="12" cy="12" r="2.2" fill="#BDBDBD"></circle>
130
+ <circle cx="12" cy="19" r="2.2" fill="#BDBDBD"></circle>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Dimmed photo background -->
137
+ <div class="photo-bg">
138
+ <div class="photo-placeholder">[IMG: Office workspace photo]</div>
139
+ </div>
140
+
141
+ <!-- Modal card -->
142
+ <div class="modal">
143
+ <div class="modal-header">
144
+ Allow Gallery to move<br>this photo to trash?
145
+ </div>
146
+ <div class="modal-image">[IMG: Office workspace photo preview]</div>
147
+ <div class="modal-actions">
148
+ <div class="btn-text">Deny</div>
149
+ <div class="btn-primary">Allow</div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Bottom toolbar -->
154
+ <div class="bottom-toolbar">
155
+ <div class="tool">
156
+ <svg viewBox="0 0 24 24">
157
+ <path fill="#DADADA" d="M18 16a3 3 0 1 0-2.83-4H9.83A3 3 0 1 0 8 14a3 3 0 0 0 1.83-.67l5.34-.01A3 3 0 0 0 18 16zM6 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
158
+ </svg>
159
+ <span>Share</span>
160
+ </div>
161
+ <div class="tool">
162
+ <svg viewBox="0 0 24 24">
163
+ <path fill="#DADADA" d="M12 2l1.5 4.5L18 8l-4.5 1.5L12 14l-1.5-4.5L6 8l4.5-1.5L12 2zm-6 16h12v2H6z"/>
164
+ </svg>
165
+ <span>Auto</span>
166
+ </div>
167
+ <div class="tool">
168
+ <svg viewBox="0 0 24 24">
169
+ <path fill="#DADADA" d="M4 20l6-2 6-10-4-2L6 16l-2 4zM14 4l4 2 2-2-4-2-2 2z"/>
170
+ </svg>
171
+ <span>Edit</span>
172
+ </div>
173
+ <div class="tool">
174
+ <svg viewBox="0 0 24 24">
175
+ <path fill="#DADADA" d="M9 3h6l1 2h4v2H4V5h4l1-2zm-2 5h10l-1 12H8L7 8z"/>
176
+ </svg>
177
+ <span>Trash</span>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Navigation pill -->
182
+ <div class="nav-pill"></div>
183
+ </div>
184
+ </body>
185
+ </html>
code/7589/7589_3.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Photo Viewer Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #000000;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #ffffff;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ height: 100px;
26
+ width: 100%;
27
+ background: #111111;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 28px;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left { flex: 1; }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ font-size: 32px;
40
+ }
41
+ .status-icon svg { display: block; }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 100px;
47
+ left: 0;
48
+ height: 160px;
49
+ width: 100%;
50
+ background: #0d0d0d;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 24px;
54
+ }
55
+ .app-left {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 20px;
59
+ }
60
+ .app-right {
61
+ margin-left: auto;
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 36px;
65
+ }
66
+ .icon-btn svg { width: 72px; height: 72px; }
67
+
68
+ /* Image area */
69
+ .image-area {
70
+ position: absolute;
71
+ top: 260px;
72
+ left: 0;
73
+ width: 100%;
74
+ height: 1500px;
75
+ background: #000000;
76
+ }
77
+ .photo-placeholder {
78
+ position: absolute;
79
+ left: 24px;
80
+ right: 24px;
81
+ top: 0;
82
+ bottom: 0;
83
+ background: #E0E0E0;
84
+ border: 1px solid #BDBDBD;
85
+ display: flex;
86
+ justify-content: center;
87
+ align-items: center;
88
+ color: #757575;
89
+ font-size: 44px;
90
+ text-align: center;
91
+ }
92
+
93
+ /* Notification card */
94
+ .notification {
95
+ position: absolute;
96
+ top: 1880px;
97
+ left: 24px;
98
+ width: 1032px;
99
+ background: #ffffff;
100
+ color: #1f1f1f;
101
+ border-radius: 26px;
102
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: space-between;
106
+ padding: 32px 40px;
107
+ font-size: 40px;
108
+ }
109
+ .notification .link {
110
+ color: #1a73e8;
111
+ font-weight: 600;
112
+ }
113
+
114
+ /* Bottom actions */
115
+ .actions {
116
+ position: absolute;
117
+ top: 2040px;
118
+ left: 0;
119
+ width: 100%;
120
+ height: 200px;
121
+ background: #0f0f0f;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-around;
125
+ padding: 12px 24px 24px;
126
+ }
127
+ .action-item {
128
+ width: 220px;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ flex-direction: column;
133
+ gap: 18px;
134
+ color: #ffffff;
135
+ }
136
+ .action-item svg { width: 80px; height: 80px; }
137
+ .action-label { font-size: 38px; }
138
+
139
+ /* Navigation pill */
140
+ .nav-pill {
141
+ position: absolute;
142
+ bottom: 34px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 240px;
146
+ height: 10px;
147
+ background: #9e9e9e;
148
+ border-radius: 8px;
149
+ opacity: 0.7;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status Bar -->
157
+ <div class="status-bar">
158
+ <div class="status-left">5:42</div>
159
+ <div class="status-right">
160
+ <div class="status-icon">
161
+ <!-- Wifi icon -->
162
+ <svg viewBox="0 0 24 24" width="44" height="44">
163
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
164
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
165
+ <circle cx="12" cy="16" r="2" fill="#fff"/>
166
+ </svg>
167
+ </div>
168
+ <div class="status-icon" style="display:flex; align-items:center; gap:10px;">
169
+ <!-- Battery icon -->
170
+ <svg viewBox="0 0 28 16" width="56" height="32">
171
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
172
+ <rect x="3" y="4" width="18" height="8" fill="#fff"/>
173
+ <rect x="23" y="6" width="4" height="4" fill="#fff"/>
174
+ </svg>
175
+ <span>100%</span>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- App Bar -->
181
+ <div class="app-bar">
182
+ <div class="app-left">
183
+ <!-- Back arrow -->
184
+ <div class="icon-btn">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ <div class="app-right">
191
+ <!-- Star outline -->
192
+ <div class="icon-btn">
193
+ <svg viewBox="0 0 24 24">
194
+ <polygon points="12,2 14.8,8.5 22,9.5 16.5,14 18,21 12,17 6,21 7.5,14 2,9.5 9.2,8.5" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ <!-- More (vertical dots) -->
198
+ <div class="icon-btn">
199
+ <svg viewBox="0 0 24 24">
200
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
201
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
202
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Photo Placeholder -->
209
+ <div class="image-area">
210
+ <div class="photo-placeholder">[IMG: Landscape photo taken from a window]</div>
211
+ </div>
212
+
213
+ <!-- Notification card -->
214
+ <div class="notification">
215
+ <div>Moved item to the bin.</div>
216
+ <div class="link">View</div>
217
+ </div>
218
+
219
+ <!-- Bottom actions -->
220
+ <div class="actions">
221
+ <div class="action-item">
222
+ <!-- Share icon -->
223
+ <svg viewBox="0 0 24 24">
224
+ <circle cx="18" cy="5" r="3" fill="#fff"/>
225
+ <circle cx="6" cy="12" r="3" fill="#fff"/>
226
+ <circle cx="18" cy="19" r="3" fill="#fff"/>
227
+ <path d="M8.7 11.2l6-4.2M8.7 12.8l6 4.2" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
228
+ </svg>
229
+ <div class="action-label">Share</div>
230
+ </div>
231
+ <div class="action-item">
232
+ <!-- Auto (magic wand) -->
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M4 20l10-10" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
235
+ <path d="M15 3l1.5 3 3 .5-2.5 2 1 3-3-1.5-2 2.5-.5-3-3-.5 2.5-2L13 3z" fill="#fff"/>
236
+ </svg>
237
+ <div class="action-label">Auto</div>
238
+ </div>
239
+ <div class="action-item">
240
+ <!-- Edit (pencil) -->
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M4 17l9.5-9.5 3 3L7 20H4z" fill="#fff"/>
243
+ <path d="M14.5 7.5l2-2" stroke="#fff" stroke-width="2"/>
244
+ </svg>
245
+ <div class="action-label">Edit</div>
246
+ </div>
247
+ <div class="action-item">
248
+ <!-- Trash can -->
249
+ <svg viewBox="0 0 24 24">
250
+ <rect x="6" y="8" width="12" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
251
+ <rect x="9" y="4" width="6" height="3" fill="#fff"/>
252
+ <path d="M5 8h14" stroke="#fff" stroke-width="2"/>
253
+ </svg>
254
+ <div class="action-label">Trash</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Navigation pill -->
259
+ <div class="nav-pill"></div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/7591/7591_0.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recording UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #1b1514;
20
+ color: #f2e3df;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 90px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 32px;
34
+ color: #f5e6e2;
35
+ font-size: 34px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .sb-icons {
39
+ display: flex;
40
+ gap: 22px;
41
+ align-items: center;
42
+ }
43
+ .sb-dot {
44
+ width: 10px;
45
+ height: 10px;
46
+ background: #e9d6d2;
47
+ border-radius: 50%;
48
+ opacity: 0.8;
49
+ }
50
+ .sb-icon svg {
51
+ width: 34px;
52
+ height: 34px;
53
+ fill: none;
54
+ stroke: #e9d6d2;
55
+ stroke-width: 2.5;
56
+ }
57
+
58
+ /* Back row */
59
+ .back-row {
60
+ position: absolute;
61
+ top: 108px;
62
+ left: 24px;
63
+ height: 72px;
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 14px;
67
+ color: #f2e3df;
68
+ }
69
+ .back-row svg {
70
+ width: 44px;
71
+ height: 44px;
72
+ stroke: #f2e3df;
73
+ stroke-width: 4;
74
+ fill: none;
75
+ }
76
+
77
+ /* Ad card */
78
+ .ad-card {
79
+ position: absolute;
80
+ top: 190px;
81
+ left: 24px;
82
+ width: 1032px;
83
+ background: #4d3130;
84
+ border-radius: 36px;
85
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
86
+ padding: 22px 26px 26px 26px;
87
+ color: #fff;
88
+ }
89
+ .ad-header {
90
+ display: flex;
91
+ justify-content: space-between;
92
+ align-items: center;
93
+ margin-bottom: 16px;
94
+ }
95
+ .ad-header .label {
96
+ font-size: 22px;
97
+ letter-spacing: 1px;
98
+ opacity: 0.9;
99
+ }
100
+ .ad-header .small-icons {
101
+ display: flex;
102
+ gap: 14px;
103
+ opacity: 0.6;
104
+ }
105
+ .ad-header .small-icons .circle {
106
+ width: 30px;
107
+ height: 30px;
108
+ border: 2px solid #c8b7b3;
109
+ border-radius: 50%;
110
+ }
111
+ .ad-content {
112
+ display: flex;
113
+ gap: 22px;
114
+ align-items: center;
115
+ }
116
+ .img-ph {
117
+ width: 150px;
118
+ height: 150px;
119
+ background: #E0E0E0;
120
+ border: 1px solid #BDBDBD;
121
+ border-radius: 22px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ color: #757575;
126
+ font-size: 22px;
127
+ text-align: center;
128
+ padding: 8px;
129
+ }
130
+ .ad-text {
131
+ flex: 1;
132
+ }
133
+ .ad-title {
134
+ font-size: 40px;
135
+ font-weight: 700;
136
+ margin-bottom: 10px;
137
+ line-height: 1.2;
138
+ }
139
+ .ad-desc {
140
+ font-size: 28px;
141
+ color: #e7d9d6;
142
+ }
143
+ .ad-cta {
144
+ margin-top: 22px;
145
+ background: #f3cfc9;
146
+ color: #4d3130;
147
+ border-radius: 56px;
148
+ height: 96px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ font-size: 34px;
153
+ font-weight: 600;
154
+ }
155
+
156
+ /* Dotted divider line */
157
+ .dotted-line {
158
+ position: absolute;
159
+ top: 680px;
160
+ left: 0;
161
+ width: 100%;
162
+ height: 20px;
163
+ background-image: radial-gradient(#e9d6d2 3px, rgba(0,0,0,0) 4px);
164
+ background-size: 26px 12px;
165
+ background-repeat: repeat-x;
166
+ opacity: 0.85;
167
+ }
168
+ .dotted-line .center-bar {
169
+ position: absolute;
170
+ top: 4px;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ width: 28px;
174
+ height: 8px;
175
+ background: #e9d6d2;
176
+ border-radius: 5px;
177
+ }
178
+
179
+ /* Timer */
180
+ .timer {
181
+ position: absolute;
182
+ top: 1450px;
183
+ left: 0;
184
+ width: 100%;
185
+ text-align: center;
186
+ color: #f3e4e0;
187
+ font-size: 120px;
188
+ font-weight: 600;
189
+ letter-spacing: 1px;
190
+ }
191
+ .file-name {
192
+ position: absolute;
193
+ top: 1560px;
194
+ left: 0;
195
+ width: 100%;
196
+ text-align: center;
197
+ color: #cbbab6;
198
+ font-size: 34px;
199
+ }
200
+
201
+ /* Controls */
202
+ .controls {
203
+ position: absolute;
204
+ bottom: 220px;
205
+ left: 0;
206
+ width: 100%;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: space-around;
210
+ padding: 0 70px;
211
+ }
212
+ .pin-icon svg,
213
+ .check-icon svg {
214
+ width: 56px;
215
+ height: 56px;
216
+ stroke: #e9d6d2;
217
+ stroke-width: 4;
218
+ fill: none;
219
+ opacity: 0.85;
220
+ }
221
+
222
+ .pause-btn {
223
+ width: 170px;
224
+ height: 170px;
225
+ background: #e74c3c;
226
+ border-radius: 50%;
227
+ box-shadow: 0 12px 26px rgba(0,0,0,0.45);
228
+ display: flex;
229
+ align-items: center;
230
+ justify-content: center;
231
+ }
232
+ .pause-bars {
233
+ display: flex;
234
+ gap: 16px;
235
+ }
236
+ .pause-bars span {
237
+ display: block;
238
+ width: 20px;
239
+ height: 60px;
240
+ background: #fff;
241
+ border-radius: 4px;
242
+ }
243
+
244
+ /* Home gesture bar */
245
+ .home-bar {
246
+ position: absolute;
247
+ bottom: 62px;
248
+ left: 50%;
249
+ transform: translateX(-50%);
250
+ width: 300px;
251
+ height: 12px;
252
+ background: #e9d6d2;
253
+ opacity: 0.8;
254
+ border-radius: 8px;
255
+ }
256
+ </style>
257
+ </head>
258
+ <body>
259
+ <div id="render-target">
260
+
261
+ <div class="status-bar">
262
+ <div class="time">10:53</div>
263
+ <div class="sb-icons">
264
+ <div class="sb-icon">
265
+ <svg viewBox="0 0 24 24"><path d="M4 12h6M10 12a6 6 0 1 0 4-10" /></svg>
266
+ </div>
267
+ <div class="sb-icon">
268
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
269
+ </div>
270
+ <div class="sb-icon">
271
+ <svg viewBox="0 0 24 24"><path d="M3 17l7-7 4 4 7-7" /></svg>
272
+ </div>
273
+ <div class="sb-dot"></div>
274
+ <div class="sb-dot"></div>
275
+ <div class="sb-icon">
276
+ <svg viewBox="0 0 24 24"><path d="M19 3v18M5 3v18M5 12h14" /></svg>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="back-row">
282
+ <svg viewBox="0 0 48 48"><path d="M30 10 L14 24 L30 38"/></svg>
283
+ </div>
284
+
285
+ <div class="ad-card">
286
+ <div class="ad-header">
287
+ <div class="label">AD</div>
288
+ <div class="small-icons">
289
+ <div class="circle"></div>
290
+ <div class="circle" style="border-radius: 8px;"></div>
291
+ </div>
292
+ </div>
293
+ <div class="ad-content">
294
+ <div class="img-ph">[IMG: Meditation app icon]</div>
295
+ <div class="ad-text">
296
+ <div class="ad-title">Idanim: Meditate, Sleep, Relax</div>
297
+ <div class="ad-desc">Mindful Calm Meditations | Pranayama & Breathing Exercises | Sleep Sounds</div>
298
+ </div>
299
+ </div>
300
+ <div class="ad-cta">Install now</div>
301
+ </div>
302
+
303
+ <div class="dotted-line">
304
+ <div class="center-bar"></div>
305
+ </div>
306
+
307
+ <div class="timer">01:28.7</div>
308
+ <div class="file-name">recording2023-11-20 10-51-32.m4a</div>
309
+
310
+ <div class="controls">
311
+ <div class="pin-icon">
312
+ <svg viewBox="0 0 48 48">
313
+ <circle cx="24" cy="16" r="8"></circle>
314
+ <path d="M24 24v14"></path>
315
+ </svg>
316
+ </div>
317
+
318
+ <div class="pause-btn">
319
+ <div class="pause-bars">
320
+ <span></span>
321
+ <span></span>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="check-icon">
326
+ <svg viewBox="0 0 48 48">
327
+ <path d="M10 26l9 9 19-19"></path>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="home-bar"></div>
333
+ </div>
334
+ </body>
335
+ </html>