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

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/5043/5043_13.html +248 -0
  2. code/5043/5043_4.html +333 -0
  3. code/5043/5043_7.html +271 -0
  4. code/5043/5043_9.html +314 -0
  5. code/5046/5046_11.html +286 -0
  6. code/5046/5046_12.html +402 -0
  7. code/5046/5046_13.html +284 -0
  8. code/5046/5046_2.html +342 -0
  9. code/5046/5046_3.html +261 -0
  10. code/5046/5046_6.html +260 -0
  11. code/5046/5046_7.html +300 -0
  12. code/5046/5046_8.html +404 -0
  13. code/5046/5046_9.html +279 -0
  14. code/5050/5050_0.html +314 -0
  15. code/5050/5050_1.html +408 -0
  16. code/5050/5050_2.html +235 -0
  17. code/5050/5050_4.html +240 -0
  18. code/5052/5052_0.html +372 -0
  19. code/5052/5052_1.html +346 -0
  20. code/5052/5052_2.html +312 -0
  21. code/5052/5052_3.html +320 -0
  22. code/5052/5052_4.html +301 -0
  23. code/5053/5053_0.html +281 -0
  24. code/5053/5053_1.html +438 -0
  25. code/5053/5053_2.html +359 -0
  26. code/5053/5053_3.html +163 -0
  27. code/5053/5053_4.html +253 -0
  28. code/5053/5053_5.html +202 -0
  29. code/5053/5053_6.html +197 -0
  30. code/5053/5053_7.html +283 -0
  31. code/5054/5054_0.html +300 -0
  32. code/5054/5054_1.html +248 -0
  33. code/5054/5054_2.html +236 -0
  34. code/5054/5054_3.html +272 -0
  35. code/5054/5054_4.html +296 -0
  36. code/5054/5054_5.html +241 -0
  37. code/5054/5054_6.html +301 -0
  38. code/5056/5056_0.html +313 -0
  39. code/5056/5056_1.html +351 -0
  40. code/5056/5056_2.html +395 -0
  41. code/5056/5056_3.html +277 -0
  42. code/5056/5056_4.html +419 -0
  43. code/5058/5058_0.html +224 -0
  44. code/5058/5058_1.html +453 -0
  45. code/5058/5058_2.html +243 -0
  46. code/506/506_0.html +226 -0
  47. code/506/506_1.html +336 -0
  48. code/5060/5060_0.html +391 -0
  49. code/5060/5060_1.html +142 -0
  50. code/5061/5061_0.html +608 -0
code/5043/5043_13.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>Mobile Video Ad UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ font-size: 42px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-bar .left { flex: 1; }
35
+ .status-bar .right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 30px;
39
+ font-size: 34px;
40
+ opacity: 0.95;
41
+ }
42
+ .ico { display: inline-flex; }
43
+
44
+ /* Video frame area */
45
+ .video-area {
46
+ position: absolute;
47
+ top: 120px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 2280px;
51
+ background: #E0E0E0;
52
+ border-top: 1px solid #BDBDBD;
53
+ border-left: 1px solid #BDBDBD;
54
+ border-right: 1px solid #BDBDBD;
55
+ color: #757575;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ text-transform: none;
60
+ font-size: 40px;
61
+ }
62
+
63
+ /* Overlay controls near top-left */
64
+ .top-controls {
65
+ position: absolute;
66
+ top: 168px;
67
+ left: 30px;
68
+ display: flex;
69
+ gap: 40px;
70
+ }
71
+ .top-controls svg {
72
+ width: 64px;
73
+ height: 64px;
74
+ fill: #fff;
75
+ opacity: 0.95;
76
+ }
77
+
78
+ /* Brand watermark (top-right on video) */
79
+ .brand-watermark {
80
+ position: absolute;
81
+ top: 310px;
82
+ right: 36px;
83
+ width: 190px;
84
+ height: 130px;
85
+ background: #E0E0E0;
86
+ border: 1px solid #BDBDBD;
87
+ color: #757575;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ font-size: 30px;
92
+ }
93
+
94
+ /* Bottom gradient overlay */
95
+ .bottom-gradient {
96
+ position: absolute;
97
+ left: 0;
98
+ bottom: 0;
99
+ width: 1080px;
100
+ height: 560px;
101
+ background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0));
102
+ pointer-events: none;
103
+ }
104
+
105
+ /* Name tag */
106
+ .name-tag {
107
+ position: absolute;
108
+ left: 58px;
109
+ bottom: 380px;
110
+ transform: rotate(-4deg);
111
+ background: #F0D11A;
112
+ border: 10px solid #3F2D88;
113
+ padding: 26px 38px;
114
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
115
+ }
116
+ .name-tag span {
117
+ font-size: 80px;
118
+ font-weight: 900;
119
+ color: #30156B;
120
+ letter-spacing: 2px;
121
+ }
122
+
123
+ /* Helper text above CTA */
124
+ .helper-text {
125
+ position: absolute;
126
+ left: 40px;
127
+ bottom: 230px;
128
+ color: rgba(255,255,255,0.92);
129
+ font-size: 42px;
130
+ font-weight: 500;
131
+ }
132
+
133
+ /* Toast bubble */
134
+ .toast {
135
+ position: absolute;
136
+ left: 210px;
137
+ bottom: 280px;
138
+ height: 140px;
139
+ width: 660px;
140
+ background: #FFFFFF;
141
+ color: #000;
142
+ border-radius: 80px;
143
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
144
+ display: flex;
145
+ align-items: center;
146
+ padding: 0 36px;
147
+ gap: 26px;
148
+ }
149
+ .toast .badge {
150
+ width: 72px;
151
+ height: 72px;
152
+ border-radius: 36px;
153
+ background: #FFB74D;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ font-weight: 800;
158
+ color: #7A4D00;
159
+ font-size: 36px;
160
+ }
161
+ .toast .text {
162
+ font-size: 44px;
163
+ font-weight: 700;
164
+ color: #333;
165
+ }
166
+
167
+ /* CTA button */
168
+ .cta {
169
+ position: absolute;
170
+ right: 36px;
171
+ bottom: 164px;
172
+ width: 260px;
173
+ height: 120px;
174
+ background: #3B3D41;
175
+ color: #FFFFFF;
176
+ border-radius: 22px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ font-size: 48px;
181
+ font-weight: 700;
182
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
183
+ }
184
+
185
+ /* Progress bar near bottom */
186
+ .progress-wrap {
187
+ position: absolute;
188
+ left: 0;
189
+ bottom: 120px;
190
+ width: 1080px;
191
+ height: 16px;
192
+ background: rgba(0,0,0,0.9);
193
+ }
194
+ .progress {
195
+ height: 100%;
196
+ width: 32%;
197
+ background: #F1C40F;
198
+ }
199
+
200
+ /* Home indicator */
201
+ .home-indicator {
202
+ position: absolute;
203
+ bottom: 36px;
204
+ left: 50%;
205
+ transform: translateX(-50%);
206
+ width: 360px;
207
+ height: 12px;
208
+ background: #FFFFFF;
209
+ border-radius: 6px;
210
+ opacity: 0.95;
211
+ }
212
+
213
+ /* Placeholder label styling inside image areas */
214
+ .img-label { color: #757575; }
215
+ </style>
216
+ </head>
217
+ <body>
218
+ <div id="render-target">
219
+
220
+ <!-- Status bar -->
221
+ <div class="status-bar">
222
+ <div class="left">11:46</div>
223
+ <div class="right">
224
+ <span style="opacity:0.9;">oyo</span>
225
+ <div class="ico" aria-hidden="true">
226
+ <!-- simple square indicator -->
227
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" fill="#fff"/></svg>
228
+ </div>
229
+ <div class="ico" aria-hidden="true">
230
+ <!-- WiFi -->
231
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff">
232
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2 9c2.8-2.4 6.3-3.8 10-3.8s7.2 1.4 10 3.8l-1.6 1.8C18.9 8.8 15.6 7.7 12 7.7S5.1 8.8 3.6 10.8L2 9zm3.4 3.7C7.2 11.1 9.5 10.3 12 10.3c2.5 0 4.8 0.8 6.6 2.4l-1.6 1.8c-1.4-1.2-3.2-1.8-5-1.8s-3.6 0.6-5 1.8L5.4 12.7z"/>
233
+ </svg>
234
+ </div>
235
+ <div class="ico" aria-hidden="true">
236
+ <!-- Battery -->
237
+ <svg width="56" height="56" viewBox="0 0 28 24" fill="none">
238
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" stroke="#fff" stroke-width="2"/>
239
+ <rect x="3" y="7" width="14" height="10" fill="#fff"/>
240
+ <rect x="23" y="9" width="4" height="6" rx="1" fill="#fff"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Video frame placeholder -->
247
+ <div class="video-area">
248
+ <div class="img-label">[IMG:
code/5043/5043_4.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>File Browser 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: #ffffff; color: #212121;
13
+ font-family: Roboto, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0;
19
+ width: 1080px; height: 120px;
20
+ background: #121212; color: #ffffff;
21
+ }
22
+ .status-bar .time {
23
+ position: absolute; left: 32px; top: 30px;
24
+ font-size: 44px; font-weight: 600; letter-spacing: 0.5px;
25
+ }
26
+ .status-bar .carrier {
27
+ position: absolute; left: 240px; top: 36px;
28
+ font-size: 30px; opacity: 0.9;
29
+ }
30
+ .status-bar .icons {
31
+ position: absolute; right: 32px; top: 26px; display: flex; gap: 24px; align-items: center;
32
+ }
33
+ .status-bar svg { display: block; }
34
+
35
+ /* App bar */
36
+ .app-bar {
37
+ position: absolute; top: 120px; left: 0;
38
+ width: 1080px; height: 180px; background: #ffffff;
39
+ border-bottom: 1px solid #e5e5e5;
40
+ }
41
+ .app-bar .back {
42
+ position: absolute; left: 32px; top: 66px;
43
+ }
44
+ .app-bar .title {
45
+ position: absolute; left: 120px; top: 56px;
46
+ font-size: 52px; font-weight: 600;
47
+ }
48
+ .app-bar .device-icon {
49
+ position: absolute; right: 40px; top: 58px;
50
+ }
51
+
52
+ /* Ad card */
53
+ .ad-card {
54
+ position: absolute; top: 320px; left: 36px;
55
+ width: 1008px; height: 260px;
56
+ background: #ffffff;
57
+ border-radius: 16px;
58
+ box-shadow: 0 2px 8px rgba(0,0,0,0.12);
59
+ border: 1px solid #e6e6e6;
60
+ }
61
+ .ad-badge {
62
+ position: absolute; left: 20px; top: 18px;
63
+ background: #d6f5d2; color: #2e7d32;
64
+ font-size: 28px; border-radius: 8px;
65
+ padding: 8px 14px; border: 1px solid #b7e3b2;
66
+ }
67
+ .ad-thumb {
68
+ position: absolute; left: 24px; top: 76px;
69
+ width: 170px; height: 160px;
70
+ background: #E0E0E0; border: 1px solid #BDBDBD;
71
+ display: flex; justify-content: center; align-items: center;
72
+ color: #757575; font-size: 28px; border-radius: 12px;
73
+ }
74
+ .ad-content {
75
+ position: absolute; left: 214px; right: 230px; top: 80px;
76
+ }
77
+ .ad-title { font-size: 44px; font-weight: 600; margin-bottom: 10px; }
78
+ .ad-desc { font-size: 30px; color: #616161; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
79
+ .ad-cta {
80
+ position: absolute; right: 24px; top: 96px;
81
+ background: #2196F3; color: #ffffff; border: none;
82
+ border-radius: 14px; padding: 22px 32px; font-size: 34px; font-weight: 600;
83
+ }
84
+
85
+ /* Quick nav bar with home icon */
86
+ .quick-nav {
87
+ position: absolute; top: 600px; left: 0;
88
+ width: 1080px; height: 120px; background: #f3f3f3;
89
+ border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
90
+ }
91
+ .quick-nav .home-tile {
92
+ position: absolute; left: 36px; top: 18px;
93
+ width: 104px; height: 84px; background: #e6e6e6;
94
+ border-radius: 12px; display: flex; justify-content: center; align-items: center;
95
+ border: 1px solid #d6d6d6;
96
+ }
97
+
98
+ /* Section header */
99
+ .section-header {
100
+ position: absolute; top: 720px; left: 0;
101
+ width: 1080px; height: 100px; background: #ffffff;
102
+ border-bottom: 1px solid #eeeeee;
103
+ }
104
+ .section-header .label {
105
+ position: absolute; left: 36px; top: 26px;
106
+ font-size: 36px; font-weight: 600; color: #424242; display: flex; align-items: center; gap: 10px;
107
+ }
108
+
109
+ /* List */
110
+ .list {
111
+ position: absolute; left: 0; top: 820px; width: 1080px;
112
+ }
113
+ .row {
114
+ position: relative; width: 1080px; height: 180px; background: #ffffff;
115
+ border-bottom: 1px solid #eeeeee;
116
+ }
117
+ .row .row-icon {
118
+ position: absolute; left: 36px; top: 40px; width: 110px; height: 100px;
119
+ display: flex; justify-content: center; align-items: center;
120
+ }
121
+ .row .row-text {
122
+ position: absolute; left: 168px; right: 140px; top: 40px;
123
+ }
124
+ .row .row-title { font-size: 40px; font-weight: 600; color: #222; }
125
+ .row .row-subtitle { font-size: 30px; color: #9e9e9e; margin-top: 6px; }
126
+ .row .row-more {
127
+ position: absolute; right: 40px; top: 60px;
128
+ }
129
+
130
+ /* ZIP file icon */
131
+ .zip-icon {
132
+ width: 110px; height: 100px; border-radius: 16px; background: #f05454;
133
+ display: flex; justify-content: center; align-items: center; color: #ffffff; font-weight: 700; font-size: 36px;
134
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
135
+ }
136
+
137
+ /* Gesture bar */
138
+ .gesture {
139
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
140
+ width: 360px; height: 14px; background: #0d0d0d; border-radius: 8px; opacity: 0.9;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status bar -->
148
+ <div class="status-bar">
149
+ <div class="time">11:31</div>
150
+ <div class="carrier">oyo</div>
151
+ <div class="icons">
152
+ <!-- Wi-Fi icon -->
153
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
154
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
155
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
156
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
157
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
158
+ </svg>
159
+ <!-- Battery icon -->
160
+ <svg width="48" height="42" viewBox="0 0 26 16" fill="none">
161
+ <rect x="1" y="2" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"/>
162
+ <rect x="3" y="4" width="14" height="8" rx="1" fill="#fff"/>
163
+ <rect x="22" y="6" width="3" height="4" rx="1" fill="#fff"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- App bar -->
169
+ <div class="app-bar">
170
+ <!-- Back arrow -->
171
+ <div class="back">
172
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
173
+ <path d="M15 5L6 12l9 7" stroke="#212121" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
174
+ </svg>
175
+ </div>
176
+ <div class="title">File Browser</div>
177
+ <!-- Device icon -->
178
+ <div class="device-icon">
179
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#000">
180
+ <rect x="6" y="2" width="12" height="20" rx="3" />
181
+ <rect x="10" y="18" width="4" height="2" fill="#fff" opacity="0.4"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Ad card -->
187
+ <div class="ad-card">
188
+ <div class="ad-badge">Ad</div>
189
+ <div class="ad-thumb">[IMG: Ad graphic]</div>
190
+ <div class="ad-content">
191
+ <div class="ad-title">Olymp Trade Platform</div>
192
+ <div class="ad-desc">Achieve in trading every day with educational materials and...</div>
193
+ </div>
194
+ <button class="ad-cta">Learn more</button>
195
+ </div>
196
+
197
+ <!-- Quick nav bar -->
198
+ <div class="quick-nav">
199
+ <div class="home-tile">
200
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
201
+ <path d="M3 11l9-7 9 7" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
202
+ <path d="M5 10v9h14v-9" stroke="#616161" stroke-width="2" stroke-linejoin="round"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Section header -->
208
+ <div class="section-header">
209
+ <div class="label">
210
+ <span>Name</span>
211
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none">
212
+ <path d="M6 9l6 6 6-6" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- List -->
218
+ <div class="list">
219
+
220
+ <!-- Row: com.google.intelligence.dbw.showcase -->
221
+ <div class="row" style="top: 0px;">
222
+ <div class="row-icon">
223
+ <svg width="96" height="96" viewBox="0 0 24 24">
224
+ <path d="M3 6h5l2 2h11v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" fill="#FFC107"/>
225
+ </svg>
226
+ </div>
227
+ <div class="row-text">
228
+ <div class="row-title">com.google.intelligence.dbw.showcase</div>
229
+ <div class="row-subtitle">1 item(s)</div>
230
+ </div>
231
+ <div class="row-more">
232
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
233
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Row: blockcanary -->
239
+ <div class="row" style="top: 180px;">
240
+ <div class="row-icon">
241
+ <svg width="96" height="96" viewBox="0 0 24 24">
242
+ <path d="M3 6h5l2 2h11v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" fill="#FFC107"/>
243
+ </svg>
244
+ </div>
245
+ <div class="row-text">
246
+ <div class="row-title">blockcanary</div>
247
+ <div class="row-subtitle">0 item(s)</div>
248
+ </div>
249
+ <div class="row-more">
250
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
251
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Row: .WinZip -->
257
+ <div class="row" style="top: 360px;">
258
+ <div class="row-icon">
259
+ <svg width="96" height="96" viewBox="0 0 24 24">
260
+ <path d="M3 6h5l2 2h11v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" fill="#FFC107"/>
261
+ </svg>
262
+ </div>
263
+ <div class="row-text">
264
+ <div class="row-title">.WinZip</div>
265
+ <div class="row-subtitle">1 item(s)</div>
266
+ </div>
267
+ <div class="row-more">
268
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
269
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Row: WinZip -->
275
+ <div class="row" style="top: 540px;">
276
+ <div class="row-icon">
277
+ <svg width="96" height="96" viewBox="0 0 24 24">
278
+ <path d="M3 6h5l2 2h11v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" fill="#FFC107"/>
279
+ </svg>
280
+ </div>
281
+ <div class="row-text">
282
+ <div class="row-title">WinZip</div>
283
+ <div class="row-subtitle">1 item(s)</div>
284
+ </div>
285
+ <div class="row-more">
286
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
287
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Row: EasyUnRAR -->
293
+ <div class="row" style="top: 720px;">
294
+ <div class="row-icon">
295
+ <svg width="96" height="96" viewBox="0 0 24 24">
296
+ <path d="M3 6h5l2 2h11v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" fill="#FFC107"/>
297
+ </svg>
298
+ </div>
299
+ <div class="row-text">
300
+ <div class="row-title">EasyUnRAR</div>
301
+ <div class="row-subtitle">2 item(s)</div>
302
+ </div>
303
+ <div class="row-more">
304
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
305
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Row: Download.zip -->
311
+ <div class="row" style="top: 900px;">
312
+ <div class="row-icon">
313
+ <div class="zip-icon">ZIP</div>
314
+ </div>
315
+ <div class="row-text">
316
+ <div class="row-title">Download.zip</div>
317
+ <div class="row-subtitle">10.04MB, Jul 6, 2023 4:20 PM</div>
318
+ </div>
319
+ <div class="row-more">
320
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#212121">
321
+ <circle cx="12" cy="5" r="2.3"/><circle cx="12" cy="12" r="2.3"/><circle cx="12" cy="19" r="2.3"/>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+
326
+ </div>
327
+
328
+ <!-- Gesture bar -->
329
+ <div class="gesture"></div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/5043/5043_7.html ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>File Browser 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: #ffffff;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 130px;
17
+ background: #111111; color: #ffffff;
18
+ }
19
+ .status-content { position: absolute; top: 30px; left: 40px; right: 40px; height: 70px; display: flex; align-items: center; justify-content: space-between; }
20
+ .status-time { font-size: 40px; letter-spacing: 0.5px; }
21
+ .status-icons { display: flex; align-items: center; gap: 28px; }
22
+ .status-icon { width: 42px; height: 42px; }
23
+ /* App bar */
24
+ .app-bar {
25
+ position: absolute; top: 130px; left: 0; width: 1080px; height: 150px; background: #ffffff; border-bottom: 1px solid #e6e6e6;
26
+ display: flex; align-items: center;
27
+ }
28
+ .app-back { width: 80px; height: 80px; margin-left: 24px; }
29
+ .app-title { font-size: 48px; font-weight: 700; color: #222; margin-left: 20px; }
30
+ .app-device { margin-left: auto; margin-right: 28px; width: 50px; height: 90px; background: #000; border-radius: 8px; }
31
+ /* Ad card */
32
+ .ad-card {
33
+ position: absolute; top: 300px; left: 30px; width: 1020px; height: 210px;
34
+ background: #ffffff; border: 1px solid #e0e0e0; border-radius: 14px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
35
+ display: flex; align-items: center; padding: 22px;
36
+ }
37
+ .ad-tag {
38
+ position: absolute; left: 20px; top: -20px;
39
+ background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9;
40
+ font-size: 28px; padding: 6px 14px; border-radius: 10px;
41
+ }
42
+ .ad-img {
43
+ width: 150px; height: 150px; background: #E0E0E0; border: 1px solid #BDBDBD;
44
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 12px;
45
+ margin-right: 22px;
46
+ }
47
+ .ad-text { flex: 1; }
48
+ .ad-title { font-size: 34px; font-weight: 700; color: #222; margin-bottom: 6px; }
49
+ .ad-desc { font-size: 26px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
50
+ .ad-info {
51
+ position: absolute; right: 18px; top: 12px;
52
+ width: 36px; height: 36px; border-radius: 50%; background: #e0f2f1; color: #00796b; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 24px; border: 1px solid #a7d8d3;
53
+ }
54
+ .ad-btn {
55
+ margin-left: 22px; background: #1e88e5; color: #fff; font-size: 30px; font-weight: 700; padding: 22px 32px; border-radius: 12px;
56
+ }
57
+ /* Breadcrumb */
58
+ .crumb {
59
+ position: absolute; top: 540px; left: 0; width: 1080px; height: 120px;
60
+ background: #f0f0f0; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
61
+ display: flex; align-items: center; padding: 0 30px;
62
+ }
63
+ .crumb-home { width: 60px; height: 60px; margin-right: 18px; }
64
+ .crumb-text { font-size: 38px; font-weight: 700; color: #444; }
65
+ .crumb-right { margin-left: auto; width: 70px; height: 70px; }
66
+ /* Header "Name" */
67
+ .list-header {
68
+ position: absolute; top: 660px; left: 30px; width: 1020px; height: 80px; display: flex; align-items: center; color: #777;
69
+ border-bottom: 1px solid #ececec;
70
+ }
71
+ .chevron { width: 32px; height: 32px; margin-right: 14px; }
72
+ .header-text { font-size: 30px; }
73
+ /* File rows */
74
+ .list {
75
+ position: absolute; top: 740px; left: 30px; width: 1020px;
76
+ }
77
+ .file-row {
78
+ display: flex; align-items: center; padding: 26px 0; border-bottom: 1px solid #efefef;
79
+ }
80
+ .thumb {
81
+ width: 130px; height: 130px; border-radius: 12px; background: #E0E0E0; border: 1px solid #BDBDBD;
82
+ display: flex; align-items: center; justify-content: center; color: #757575; margin-right: 26px;
83
+ }
84
+ .file-meta { flex: 1; }
85
+ .file-title { font-size: 36px; color: #222; margin-bottom: 8px; }
86
+ .file-sub { font-size: 26px; color: #888; }
87
+ .dots {
88
+ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center;
89
+ }
90
+ /* Folder and ZIP icons */
91
+ .folder-icon {
92
+ width: 130px; height: 90px; border-radius: 10px; background: #FFC107; margin-right: 26px; position: relative;
93
+ }
94
+ .folder-tab { position: absolute; top: -14px; left: 14px; width: 50px; height: 24px; background: #FFB300; border-radius: 6px; }
95
+ .zip-icon {
96
+ width: 130px; height: 130px; border-radius: 16px; background: #F44336; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-right: 26px;
97
+ }
98
+ /* Context menu */
99
+ .context-menu {
100
+ position: absolute; right: 60px; top: 1260px; width: 360px; background: #ffffff; border-radius: 18px;
101
+ box-shadow: 0 18px 40px rgba(0,0,0,0.25); border: 1px solid #e9e9e9;
102
+ }
103
+ .menu-item { padding: 30px 26px; font-size: 32px; color: #333; border-bottom: 1px solid #f2f2f2; }
104
+ .menu-item:last-child { border-bottom: none; }
105
+ /* Bottom gesture area */
106
+ .bottom-area {
107
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 140px; background: #ffffff;
108
+ border-top: 1px solid #f0f0f0;
109
+ }
110
+ .gesture {
111
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
112
+ width: 200px; height: 14px; background: #cfcfcf; border-radius: 8px;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status Bar -->
120
+ <div class="status-bar">
121
+ <div class="status-content">
122
+ <div class="status-time">11:33</div>
123
+ <div class="status-icons">
124
+ <!-- simple signal icon -->
125
+ <svg class="status-icon" viewBox="0 0 48 48">
126
+ <rect x="2" y="26" width="8" height="16" fill="#ffffff" opacity="0.9"></rect>
127
+ <rect x="14" y="20" width="8" height="22" fill="#ffffff" opacity="0.9"></rect>
128
+ <rect x="26" y="14" width="8" height="28" fill="#ffffff" opacity="0.9"></rect>
129
+ <rect x="38" y="8" width="8" height="34" fill="#ffffff" opacity="0.9"></rect>
130
+ </svg>
131
+ <!-- wifi icon -->
132
+ <svg class="status-icon" viewBox="0 0 48 48">
133
+ <path d="M4 16c10-8 30-8 40 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"></path>
134
+ <path d="M10 24c7-6 21-6 28 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"></path>
135
+ <path d="M18 32c4-3 8-3 12 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"></path>
136
+ <circle cx="24" cy="38" r="3" fill="#fff"></circle>
137
+ </svg>
138
+ <!-- battery icon -->
139
+ <svg class="status-icon" viewBox="0 0 48 48">
140
+ <rect x="2" y="12" width="36" height="24" rx="4" ry="4" fill="none" stroke="#fff" stroke-width="4"></rect>
141
+ <rect x="6" y="16" width="24" height="16" fill="#fff"></rect>
142
+ <rect x="40" y="18" width="6" height="12" rx="2" fill="#fff"></rect>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- App Bar -->
149
+ <div class="app-bar">
150
+ <svg class="app-back" viewBox="0 0 48 48">
151
+ <path d="M30 10 L14 24 L30 38" stroke="#222" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
152
+ </svg>
153
+ <div class="app-title">File Browser</div>
154
+ <div class="app-device"></div>
155
+ </div>
156
+
157
+ <!-- Ad Card -->
158
+ <div class="ad-card">
159
+ <div class="ad-tag">Ad</div>
160
+ <div class="ad-img">[IMG: App Ad Graphic]</div>
161
+ <div class="ad-text">
162
+ <div class="ad-title">Olymp Trade Platform</div>
163
+ <div class="ad-desc">Achieve in trading every day with educational materials and...</div>
164
+ </div>
165
+ <div class="ad-btn">Learn more</div>
166
+ <div class="ad-info">i</div>
167
+ </div>
168
+
169
+ <!-- Breadcrumb -->
170
+ <div class="crumb">
171
+ <svg class="crumb-home" viewBox="0 0 48 48">
172
+ <path d="M6 22 L24 6 L42 22" stroke="#777" stroke-width="4" fill="none" stroke-linejoin="round"></path>
173
+ <rect x="12" y="22" width="24" height="20" fill="#777"></rect>
174
+ </svg>
175
+ <div class="crumb-text">Download</div>
176
+ <svg class="crumb-right" viewBox="0 0 48 48">
177
+ <path d="M18 10 L32 24 L18 38" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
178
+ </svg>
179
+ </div>
180
+
181
+ <!-- List Header -->
182
+ <div class="list-header">
183
+ <svg class="chevron" viewBox="0 0 24 24">
184
+ <path d="M6 9 L12 15 L18 9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
185
+ </svg>
186
+ <div class="header-text">Name</div>
187
+ </div>
188
+
189
+ <!-- Files List -->
190
+ <div class="list">
191
+ <!-- Item 1 -->
192
+ <div class="file-row">
193
+ <div class="thumb">[IMG: Mountain thumbnail]</div>
194
+ <div class="file-meta">
195
+ <div class="file-title">Mountain view.jpg</div>
196
+ <div class="file-sub">3.39MB, Jun 28, 2023 4:20 PM</div>
197
+ </div>
198
+ <div class="dots">
199
+ <svg width="40" height="40" viewBox="0 0 24 24">
200
+ <circle cx="12" cy="5" r="2.2" fill="#555"></circle>
201
+ <circle cx="12" cy="12" r="2.2" fill="#555"></circle>
202
+ <circle cx="12" cy="19" r="2.2" fill="#555"></circle>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Item 2 -->
208
+ <div class="file-row">
209
+ <div class="thumb">[IMG: Mountain thumbnail]</div>
210
+ <div class="file-meta">
211
+ <div class="file-title">Mountain view-1.jpg</div>
212
+ <div class="file-sub">3.39MB, Jun 30, 2023 7:53 AM</div>
213
+ </div>
214
+ <div class="dots">
215
+ <svg width="40" height="40" viewBox="0 0 24 24">
216
+ <circle cx="12" cy="5" r="2.2" fill="#555"></circle>
217
+ <circle cx="12" cy="12" r="2.2" fill="#555"></circle>
218
+ <circle cx="12" cy="19" r="2.2" fill="#555"></circle>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Folder -->
224
+ <div class="file-row">
225
+ <div class="folder-icon"><div class="folder-tab"></div></div>
226
+ <div class="file-meta">
227
+ <div class="file-title">TeraBox</div>
228
+ <div class="file-sub">1 item(s)</div>
229
+ </div>
230
+ <div class="dots">
231
+ <svg width="40" height="40" viewBox="0 0 24 24">
232
+ <circle cx="12" cy="5" r="2.2" fill="#555"></circle>
233
+ <circle cx="12" cy="12" r="2.2" fill="#555"></circle>
234
+ <circle cx="12" cy="19" r="2.2" fill="#555"></circle>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- ZIP -->
240
+ <div class="file-row">
241
+ <div class="zip-icon">ZIP</div>
242
+ <div class="file-meta">
243
+ <div class="file-title">Mountain view.zip</div>
244
+ <div class="file-sub">3.34MB, Jul 6, 2023 3:45 PM</div>
245
+ </div>
246
+ <div class="dots">
247
+ <svg width="40" height="40" viewBox="0 0 24 24">
248
+ <circle cx="12" cy="5" r="2.2" fill="#555"></circle>
249
+ <circle cx="12" cy="12" r="2.2" fill="#555"></circle>
250
+ <circle cx="12" cy="19" r="2.2" fill="#555"></circle>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Context Menu -->
257
+ <div class="context-menu">
258
+ <div class="menu-item">Compress</div>
259
+ <div class="menu-item">Share</div>
260
+ <div class="menu-item">Delete</div>
261
+ <div class="menu-item">Multi Select</div>
262
+ </div>
263
+
264
+ <!-- Bottom Gesture Bar -->
265
+ <div class="bottom-area">
266
+ <div class="gesture"></div>
267
+ </div>
268
+
269
+ </div>
270
+ </body>
271
+ </html>
code/5043/5043_9.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Compress Configs - Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 100px;
26
+ background: #111;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ letter-spacing: 0.5px;
34
+ font-size: 36px;
35
+ }
36
+ .status-icons {
37
+ display: flex; align-items: center; gap: 24px;
38
+ }
39
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 3; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ position: absolute;
44
+ top: 100px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 140px;
48
+ background: #fff;
49
+ border-bottom: 1px solid #E6E6E6;
50
+ display: flex; align-items: center;
51
+ padding: 0 24px;
52
+ box-sizing: border-box;
53
+ }
54
+ .back-btn {
55
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .back-btn svg { width: 54px; height: 54px; stroke: #222; stroke-width: 6; fill: none; }
58
+ .title {
59
+ font-size: 56px; font-weight: 500; color: #222;
60
+ }
61
+
62
+ /* Content */
63
+ .content {
64
+ position: absolute;
65
+ top: 240px; left: 0;
66
+ width: 100%; height: 1120px;
67
+ padding: 24px 40px;
68
+ box-sizing: border-box;
69
+ }
70
+ .label {
71
+ font-size: 32px; color: #666; margin: 18px 0 12px;
72
+ }
73
+ .field-row { display: flex; align-items: center; gap: 18px; }
74
+ .text-field {
75
+ flex: 1;
76
+ height: 120px;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ border-radius: 14px;
80
+ box-sizing: border-box;
81
+ padding: 0 28px;
82
+ display: flex; align-items: center;
83
+ font-size: 38px; color: #333;
84
+ }
85
+ .small-btn {
86
+ width: 160px; height: 120px;
87
+ border-radius: 14px;
88
+ background: #E0E0E0; border: 1px solid #BDBDBD;
89
+ display: flex; align-items: center; justify-content: center;
90
+ font-size: 44px; color: #555;
91
+ }
92
+ .select {
93
+ position: relative;
94
+ height: 120px;
95
+ border: 1px solid #D0D0D0;
96
+ border-radius: 14px;
97
+ background: #FAFAFA;
98
+ display: flex; align-items: center; justify-content: space-between;
99
+ padding: 0 28px;
100
+ font-size: 38px;
101
+ color: #333;
102
+ }
103
+ .select .chevron svg { width: 40px; height: 40px; fill: none; stroke: #555; stroke-width: 6; }
104
+
105
+ .divider {
106
+ width: 100%;
107
+ height: 2px;
108
+ background: #E5E5E5;
109
+ margin: 36px 0;
110
+ }
111
+
112
+ /* Dropdown overlay card */
113
+ .dropdown-card {
114
+ position: absolute;
115
+ left: 40px;
116
+ top: 820px;
117
+ width: 1000px;
118
+ background: #fff;
119
+ border: 1px solid #DADADA;
120
+ border-radius: 18px;
121
+ box-shadow: 0 12px 30px rgba(0,0,0,0.12);
122
+ overflow: hidden;
123
+ }
124
+ .dropdown-item {
125
+ height: 120px;
126
+ display: flex; align-items: center;
127
+ padding: 0 36px;
128
+ font-size: 40px; color: #333;
129
+ border-bottom: 1px solid #EFEFEF;
130
+ background: #fff;
131
+ }
132
+ .dropdown-item:last-child { border-bottom: none; }
133
+ .dropdown-item:hover { background: #F5F7FA; }
134
+
135
+ /* Primary button (partially visible at right) */
136
+ .primary-btn {
137
+ position: absolute;
138
+ right: 40px;
139
+ top: 1080px;
140
+ width: 360px; height: 120px;
141
+ background: #1E88E5;
142
+ border-radius: 18px;
143
+ color: #fff;
144
+ display: flex; align-items: center; justify-content: center;
145
+ font-size: 42px; font-weight: 500;
146
+ box-shadow: 0 6px 14px rgba(30,136,229,0.35);
147
+ }
148
+
149
+ /* Keyboard area */
150
+ .keyboard {
151
+ position: absolute;
152
+ bottom: 60px;
153
+ left: 0; width: 100%;
154
+ height: 900px;
155
+ background: #F4EFFA;
156
+ border-top-left-radius: 22px; border-top-right-radius: 22px;
157
+ box-shadow: inset 0 1px 0 #EAEAEA;
158
+ display: flex; flex-direction: column;
159
+ padding: 24px 22px 22px;
160
+ box-sizing: border-box;
161
+ }
162
+ .kb-toolbar {
163
+ height: 100px;
164
+ display: flex; align-items: center; gap: 28px;
165
+ }
166
+ .kb-icon {
167
+ width: 88px; height: 88px;
168
+ background: #EDE7F6;
169
+ border: 1px solid #D5CEE9;
170
+ border-radius: 18px;
171
+ display: flex; align-items: center; justify-content: center;
172
+ color: #6A6A6A; font-size: 36px;
173
+ }
174
+ .kb-rows { margin-top: 18px; display: flex; flex-direction: column; gap: 20px; }
175
+ .kb-row { display: flex; justify-content: center; gap: 18px; }
176
+ .key {
177
+ width: 88px; height: 120px;
178
+ background: #FFFFFF;
179
+ border: 1px solid #E2E2E2;
180
+ border-radius: 18px;
181
+ display: flex; align-items: center; justify-content: center;
182
+ font-size: 44px; color: #333;
183
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
184
+ }
185
+ .key.wide { width: 160px; }
186
+ .key.space { flex: 1; min-width: 360px; }
187
+ .key.icon { font-size: 40px; color: #777; }
188
+ .key.shift svg, .key.back svg {
189
+ width: 44px; height: 44px; stroke: #333; stroke-width: 6; fill: none;
190
+ }
191
+
192
+ /* Bottom navigation handle */
193
+ .nav-handle {
194
+ position: absolute;
195
+ bottom: 16px; left: 50%;
196
+ transform: translateX(-50%);
197
+ width: 300px; height: 14px;
198
+ background: #C7C7C7; border-radius: 8px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status Bar -->
206
+ <div class="status-bar">
207
+ <div>11:36</div>
208
+ <div class="status-icons">
209
+ <!-- Cellular/Wifi simplified -->
210
+ <svg viewBox="0 0 24 24">
211
+ <path d="M2 8c5-5 15-5 20 0"></path>
212
+ <path d="M6 12c3-3 9-3 12 0"></path>
213
+ <path d="M10 16c1.5-1.5 4.5-1.5 6 0"></path>
214
+ <circle cx="17" cy="18" r="1.5" fill="#fff" stroke="none"></circle>
215
+ </svg>
216
+ <!-- Battery -->
217
+ <svg viewBox="0 0 26 24">
218
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
219
+ <rect x="21" y="9" width="3" height="6" rx="1"></rect>
220
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#fff" stroke="none"></rect>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- App Bar -->
226
+ <div class="app-bar">
227
+ <div class="back-btn">
228
+ <svg viewBox="0 0 24 24"><path d="M15 5 L7 12 L15 19"></path></svg>
229
+ </div>
230
+ <div class="title">Compress Configs</div>
231
+ </div>
232
+
233
+ <!-- Content Area -->
234
+ <div class="content">
235
+ <div class="label">File name</div>
236
+ <div class="text-field">CompressFile_20230707T113433Z</div>
237
+
238
+ <div class="label" style="margin-top: 28px;">/emulated/0/EasyUnRAR/Compress</div>
239
+ <div class="field-row">
240
+ <div class="text-field">/emulated/0/EasyUnRAR/Compress</div>
241
+ <div class="small-btn">...</div>
242
+ </div>
243
+
244
+ <div class="label" style="margin-top: 28px;">Format</div>
245
+ <div class="select">
246
+ <span>zip</span>
247
+ <span class="chevron">
248
+ <svg viewBox="0 0 24 24"><path d="M5 9 L12 16 L19 9"></path></svg>
249
+ </span>
250
+ </div>
251
+
252
+ <div class="divider"></div>
253
+ </div>
254
+
255
+ <!-- Dropdown overlay (open list) -->
256
+ <div class="dropdown-card">
257
+ <div class="dropdown-item">Store</div>
258
+ <div class="dropdown-item">Fastest</div>
259
+ <div class="dropdown-item">Fast</div>
260
+ <div class="dropdown-item">Normal</div>
261
+ <div class="dropdown-item">Maximum</div>
262
+ <div class="dropdown-item">Ultra</div>
263
+ </div>
264
+
265
+ <!-- Primary action button peeking on the right -->
266
+ <div class="primary-btn">Compress</div>
267
+
268
+ <!-- Keyboard -->
269
+ <div class="keyboard">
270
+ <div class="kb-toolbar">
271
+ <div class="kb-icon">▦</div>
272
+ <div class="kb-icon">🙂</div>
273
+ <div class="kb-icon">GIF</div>
274
+ <div class="kb-icon">⚙️</div>
275
+ <div class="kb-icon">Gx</div>
276
+ <div class="kb-icon">🎨</div>
277
+ <div class="kb-icon">🎤</div>
278
+ </div>
279
+
280
+ <div class="kb-rows">
281
+ <div class="kb-row">
282
+ <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>
283
+ <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>
284
+ </div>
285
+ <div class="kb-row">
286
+ <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>
287
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
288
+ </div>
289
+ <div class="kb-row">
290
+ <div class="key shift">
291
+ <svg viewBox="0 0 24 24"><path d="M12 5 L5 12 H9 V19 H15 V12 H19 Z"></path></svg>
292
+ </div>
293
+ <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>
294
+ <div class="key back">
295
+ <svg viewBox="0 0 24 24"><path d="M5 7 L11 7 L19 12 L11 17 L5 17 Z"></path></svg>
296
+ </div>
297
+ </div>
298
+ <div class="kb-row">
299
+ <div class="key wide">?123</div>
300
+ <div class="key wide">,</div>
301
+ <div class="key wide">😊</div>
302
+ <div class="key space"></div>
303
+ <div class="key wide">.</div>
304
+ <div class="key wide">↵</div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Bottom navigation handle -->
310
+ <div class="nav-handle"></div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/5046/5046_11.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amtrak Booking UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #FFFFFF;
11
+ box-sizing: border-box;
12
+ }
13
+ .page {
14
+ padding: 40px 48px 0 48px;
15
+ }
16
+ /* Top header */
17
+ .top-logo {
18
+ width: 280px; height: 80px;
19
+ background: #E0E0E0; border: 1px solid #BDBDBD;
20
+ display: flex; align-items: center; justify-content: center;
21
+ color: #1565C0; font-weight: 700; letter-spacing: 2px;
22
+ border-radius: 6px;
23
+ }
24
+ .title {
25
+ margin-top: 40px;
26
+ font-size: 64px; color: #173A4D; font-weight: 600;
27
+ }
28
+ /* Tabs */
29
+ .tabs {
30
+ display: flex; margin-top: 30px; border-radius: 6px; overflow: hidden;
31
+ border: 1px solid #D6DEE5;
32
+ }
33
+ .tab {
34
+ flex: 1; padding: 32px 0; text-align: center; font-size: 40px; color: #0E4A63; background: #F3F6F8;
35
+ }
36
+ .tab.active {
37
+ background: #16789B; color: #FFFFFF; font-weight: 600;
38
+ }
39
+ /* Form sections */
40
+ .form-section {
41
+ margin-top: 40px;
42
+ border-top: 1px solid #E5E8EB;
43
+ padding-top: 20px;
44
+ }
45
+ .row {
46
+ display: flex; align-items: center; justify-content: space-between;
47
+ padding: 26px 0;
48
+ border-bottom: 1px solid #E5E8EB;
49
+ }
50
+ .row .labels { display: flex; flex-direction: column; }
51
+ .label-top { font-size: 36px; color: #395A6C; }
52
+ .label-main { font-size: 48px; color: #0E3E53; font-weight: 600; }
53
+ .subtext { font-size: 34px; color: #6B7E8A; margin-top: 6px; }
54
+ .swap-icons {
55
+ width: 74px; height: 74px; display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .section-header {
58
+ display: flex; align-items: center; gap: 18px; padding: 26px 0 10px 0;
59
+ }
60
+ .section-header .icon {
61
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
62
+ color: #0E4A63;
63
+ }
64
+ .section-header .title-small { font-size: 40px; color: #0E3E53; font-weight: 600; }
65
+ .value-row { font-size: 46px; color: #0E3E53; padding: 10px 0 28px 78px; border-bottom: 1px solid #E5E8EB; }
66
+ .value-row:last-child { border-bottom: 1px solid #E5E8EB; }
67
+ /* Disability info block */
68
+ .info-block {
69
+ margin-top: 30px;
70
+ }
71
+ .info-title {
72
+ font-size: 46px; color: #0E3E53; font-weight: 700; display: flex; align-items: center; justify-content: space-between;
73
+ }
74
+ .info-desc {
75
+ margin-top: 18px; font-size: 34px; color: #4E6A7A; line-height: 1.45;
76
+ }
77
+ /* Coupon section */
78
+ .coupon-row {
79
+ margin-top: 80px;
80
+ }
81
+ .coupon-label {
82
+ display: flex; align-items: center; gap: 16px; font-size: 40px; color: #0E3E53;
83
+ }
84
+ .info-dot {
85
+ width: 48px; height: 48px; border-radius: 50%; border: 2px solid #8EA8B7;
86
+ display: inline-flex; align-items: center; justify-content: center; color: #8EA8B7; font-weight: 700;
87
+ }
88
+ .coupon-input-row {
89
+ margin-top: 22px; display: flex; gap: 24px; align-items: center;
90
+ }
91
+ .input {
92
+ flex: 1; height: 92px; border: 2px solid #D6DEE5; border-radius: 12px; padding: 0 24px;
93
+ font-size: 40px; color: #0E3E53;
94
+ }
95
+ .btn-outline {
96
+ width: 210px; height: 92px; border: 2px solid #4E768A; color: #0E4A63; background: #FFFFFF;
97
+ border-radius: 16px; font-size: 40px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
98
+ }
99
+ /* Primary CTA */
100
+ .cta {
101
+ margin-top: 50px;
102
+ width: 984px; height: 120px; background: #4C8C2B; color: #FFFFFF; font-size: 48px; font-weight: 800;
103
+ border-radius: 14px; display: flex; align-items: center; justify-content: center;
104
+ }
105
+ /* Bottom nav */
106
+ .bottom-nav {
107
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 180px; border-top: 1px solid #E5E8EB;
108
+ background: #FFFFFF; display: flex; align-items: center; justify-content: space-around;
109
+ }
110
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #455A64; }
111
+ .nav-item .icon {
112
+ width: 86px; height: 86px; border-radius: 18px; background: #F0F4F7; display: flex; align-items: center; justify-content: center;
113
+ }
114
+ .nav-item.active .icon { background: #145E85; }
115
+ .nav-item.active .label { color: #145E85; font-weight: 700; }
116
+ .nav-item .label { font-size: 36px; }
117
+ /* Small helpers */
118
+ .chevron {
119
+ width: 40px; height: 40px;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+ <div class="page">
126
+ <div class="top-logo">[IMG: AMTRAK LOGO]</div>
127
+
128
+ <div class="title">Book a Trip</div>
129
+
130
+ <div class="tabs">
131
+ <div class="tab active">ONE-WAY</div>
132
+ <div class="tab">ROUND-TRIP</div>
133
+ </div>
134
+
135
+ <div class="form-section">
136
+
137
+ <!-- From Row -->
138
+ <div class="row">
139
+ <div class="labels">
140
+ <div class="label-top">From</div>
141
+ <div class="label-main">Lorton, VA</div>
142
+ <div class="subtext">Auto Train Station</div>
143
+ </div>
144
+ <div class="swap-icons">
145
+ <!-- Up/Down swap icon -->
146
+ <svg width="54" height="90" viewBox="0 0 54 90">
147
+ <g fill="none" stroke="#135A77" stroke-width="6" stroke-linecap="round" stroke-linejoin="round">
148
+ <path d="M27 6 L12 22"></path>
149
+ <path d="M27 6 L42 22"></path>
150
+ <path d="M27 6 L27 48"></path>
151
+ <path d="M27 84 L12 68"></path>
152
+ <path d="M27 84 L42 68"></path>
153
+ <path d="M27 42 L27 84"></path>
154
+ </g>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- To Row -->
160
+ <div class="row">
161
+ <div class="labels">
162
+ <div class="label-top">To</div>
163
+ <div class="label-main">Sanford, FL</div>
164
+ <div class="subtext">Auto Train Station</div>
165
+ </div>
166
+ <div style="width:74px"></div>
167
+ </div>
168
+
169
+ <!-- Departure -->
170
+ <div class="section-header">
171
+ <div class="icon">
172
+ <!-- Calendar icon -->
173
+ <svg width="60" height="60" viewBox="0 0 60 60">
174
+ <rect x="6" y="14" width="48" height="40" rx="6" fill="none" stroke="#135A77" stroke-width="5"/>
175
+ <line x1="6" y1="24" x2="54" y2="24" stroke="#135A77" stroke-width="5"/>
176
+ <line x1="18" y1="6" x2="18" y2="18" stroke="#135A77" stroke-width="5"/>
177
+ <line x1="42" y1="6" x2="42" y2="18" stroke="#135A77" stroke-width="5"/>
178
+ </svg>
179
+ </div>
180
+ <div class="title-small">Departure</div>
181
+ </div>
182
+ <div class="value-row">September 18th, 2023</div>
183
+
184
+ <!-- Travelers -->
185
+ <div class="section-header">
186
+ <div class="icon">
187
+ <!-- Person icon -->
188
+ <svg width="56" height="56" viewBox="0 0 56 56">
189
+ <circle cx="28" cy="16" r="10" fill="none" stroke="#135A77" stroke-width="5"/>
190
+ <path d="M8 50c3-10 12-16 20-16s17 6 20 16" fill="none" stroke="#135A77" stroke-width="5" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="title-small">Travelers</div>
194
+ </div>
195
+ <div class="value-row">1 Adult</div>
196
+
197
+ <!-- Info block -->
198
+ <div class="info-block">
199
+ <div class="info-title">
200
+ <span>Passenger with Disability or need help?</span>
201
+ <svg class="chevron" viewBox="0 0 24 24">
202
+ <polyline points="6,9 12,15 18,9" fill="none" stroke="#135A77" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
203
+ </svg>
204
+ </div>
205
+ <div class="info-desc">
206
+ Let us know your travel needs; such as if you travel with a mobility device or service animal, if you have vision or hearing loss or if you need assistance in the station.
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Coupon section -->
211
+ <div class="coupon-row">
212
+ <div class="coupon-label">
213
+ <span>Coupons/Discounts</span>
214
+ <span class="info-dot">i</span>
215
+ </div>
216
+ <div class="coupon-input-row">
217
+ <input class="input" placeholder="Coupon/Discount Code" />
218
+ <div class="btn-outline">Add</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- CTA -->
223
+ <div class="cta">FIND TRAINS</div>
224
+
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Bottom navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item">
231
+ <div class="icon">
232
+ <!-- Home icon -->
233
+ <svg width="56" height="56" viewBox="0 0 56 56">
234
+ <path d="M8 28 L28 10 L48 28" fill="none" stroke="#647A88" stroke-width="5"/>
235
+ <rect x="16" y="28" width="24" height="18" fill="none" stroke="#647A88" stroke-width="5"/>
236
+ </svg>
237
+ </div>
238
+ <div class="label">Home</div>
239
+ </div>
240
+ <div class="nav-item active">
241
+ <div class="icon">
242
+ <!-- Train icon -->
243
+ <svg width="56" height="56" viewBox="0 0 56 56">
244
+ <rect x="10" y="10" width="36" height="28" rx="8" fill="none" stroke="#FFFFFF" stroke-width="5"/>
245
+ <circle cx="20" cy="44" r="4" fill="#FFFFFF"/>
246
+ <circle cx="36" cy="44" r="4" fill="#FFFFFF"/>
247
+ </svg>
248
+ </div>
249
+ <div class="label">Book</div>
250
+ </div>
251
+ <div class="nav-item">
252
+ <div class="icon">
253
+ <!-- Clock icon -->
254
+ <svg width="56" height="56" viewBox="0 0 56 56">
255
+ <circle cx="28" cy="28" r="20" fill="none" stroke="#647A88" stroke-width="5"/>
256
+ <line x1="28" y1="28" x2="28" y2="16" stroke="#647A88" stroke-width="5" stroke-linecap="round"/>
257
+ <line x1="28" y1="28" x2="40" y2="28" stroke="#647A88" stroke-width="5" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ <div class="label">Status</div>
261
+ </div>
262
+ <div class="nav-item">
263
+ <div class="icon">
264
+ <!-- User icon -->
265
+ <svg width="56" height="56" viewBox="0 0 56 56">
266
+ <circle cx="28" cy="18" r="10" fill="none" stroke="#647A88" stroke-width="5"/>
267
+ <path d="M8 50c3-10 12-16 20-16s17 6 20 16" fill="none" stroke="#647A88" stroke-width="5" stroke-linecap="round"/>
268
+ </svg>
269
+ </div>
270
+ <div class="label">Account</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <div class="icon">
274
+ <!-- Ellipsis icon -->
275
+ <svg width="56" height="56" viewBox="0 0 56 56">
276
+ <circle cx="14" cy="28" r="4" fill="#647A88"/>
277
+ <circle cx="28" cy="28" r="4" fill="#647A88"/>
278
+ <circle cx="42" cy="28" r="4" fill="#647A88"/>
279
+ </svg>
280
+ </div>
281
+ <div class="label">More</div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </body>
286
+ </html>
code/5046/5046_12.html ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Amtrak - Book a Trip UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #F5F6F7;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #1e2a2f;
16
+ }
17
+
18
+ /* Global spacing and typography */
19
+ .screen {
20
+ padding: 32px 40px 24px 40px;
21
+ }
22
+ .muted { color: #718089; }
23
+ .small { font-size: 32px; }
24
+ .label {
25
+ font-size: 34px;
26
+ color: #5c6a73;
27
+ margin-bottom: 12px;
28
+ }
29
+ .field {
30
+ border-bottom: 4px solid #d8dee2;
31
+ padding-bottom: 22px;
32
+ position: relative;
33
+ margin-bottom: 36px;
34
+ }
35
+ .field .primary {
36
+ font-size: 48px;
37
+ font-weight: 600;
38
+ color: #13424f;
39
+ margin-bottom: 8px;
40
+ }
41
+ .field .secondary {
42
+ font-size: 34px;
43
+ color: #677781;
44
+ }
45
+
46
+ /* Header */
47
+ .header {
48
+ height: 160px;
49
+ display: flex;
50
+ align-items: center;
51
+ }
52
+ .logo {
53
+ width: 250px;
54
+ height: 70px;
55
+ background: #E0E0E0;
56
+ border: 1px solid #BDBDBD;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ color: #757575;
61
+ border-radius: 6px;
62
+ }
63
+ .title {
64
+ font-size: 64px;
65
+ font-weight: 600;
66
+ margin-top: 20px;
67
+ margin-bottom: 28px;
68
+ }
69
+
70
+ /* Tabs */
71
+ .tabs {
72
+ display: flex;
73
+ border-radius: 8px;
74
+ overflow: hidden;
75
+ margin-bottom: 30px;
76
+ }
77
+ .tab {
78
+ flex: 1;
79
+ height: 120px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ font-size: 40px;
84
+ font-weight: 600;
85
+ text-transform: uppercase;
86
+ letter-spacing: 1px;
87
+ }
88
+ .tab.active {
89
+ background: #0b6e83;
90
+ color: #ffffff;
91
+ }
92
+ .tab.inactive {
93
+ background: #e6eef1;
94
+ color: #0b6e83;
95
+ }
96
+
97
+ /* Icons */
98
+ .swap-icon {
99
+ position: absolute;
100
+ right: 18px;
101
+ top: 22px;
102
+ width: 64px;
103
+ height: 110px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ }
108
+ .icon {
109
+ width: 52px;
110
+ height: 52px;
111
+ vertical-align: middle;
112
+ }
113
+
114
+ /* Date & Travelers */
115
+ .row {
116
+ display: flex;
117
+ align-items: center;
118
+ margin-bottom: 36px;
119
+ border-bottom: 4px solid #d8dee2;
120
+ padding-bottom: 22px;
121
+ }
122
+ .row .left-icon {
123
+ width: 72px;
124
+ height: 72px;
125
+ margin-right: 24px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ }
130
+ .row .text-area {
131
+ flex: 1;
132
+ }
133
+ .row .text-area .label {
134
+ margin: 0;
135
+ }
136
+ .row .value {
137
+ font-size: 46px;
138
+ color: #13424f;
139
+ margin-top: 8px;
140
+ }
141
+
142
+ /* Assistance text */
143
+ .assist {
144
+ font-size: 34px;
145
+ color: #5b6b75;
146
+ line-height: 1.45;
147
+ margin-top: 10px;
148
+ margin-bottom: 40px;
149
+ }
150
+
151
+ /* Coupons */
152
+ .coupon-head {
153
+ display: flex;
154
+ align-items: center;
155
+ font-size: 40px;
156
+ color: #13424f;
157
+ margin-bottom: 18px;
158
+ }
159
+ .info-icon {
160
+ width: 38px;
161
+ height: 38px;
162
+ margin-left: 12px;
163
+ }
164
+ .coupon-row {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 24px;
168
+ margin-bottom: 42px;
169
+ }
170
+ .coupon-input {
171
+ flex: 1;
172
+ height: 100px;
173
+ border: none;
174
+ border-bottom: 4px solid #d8dee2;
175
+ background: #ffffff;
176
+ font-size: 40px;
177
+ padding: 16px 20px;
178
+ outline: none;
179
+ color: #13424f;
180
+ }
181
+ .btn-add {
182
+ width: 200px;
183
+ height: 100px;
184
+ border-radius: 16px;
185
+ background: #ffffff;
186
+ border: 4px solid #b9c6ce;
187
+ color: #0b6e83;
188
+ font-size: 44px;
189
+ font-weight: 700;
190
+ }
191
+
192
+ /* Primary button */
193
+ .btn-primary {
194
+ width: 100%;
195
+ height: 120px;
196
+ background: #4a8b20;
197
+ border: none;
198
+ border-radius: 16px;
199
+ color: #ffffff;
200
+ font-size: 48px;
201
+ font-weight: 700;
202
+ letter-spacing: 1px;
203
+ }
204
+
205
+ /* Bottom navigation */
206
+ .bottom-nav {
207
+ position: absolute;
208
+ left: 0;
209
+ bottom: 0;
210
+ width: 1080px;
211
+ height: 180px;
212
+ background: #ffffff;
213
+ border-top: 2px solid #dfe5ea;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: space-around;
217
+ }
218
+ .nav-item {
219
+ display: flex;
220
+ flex-direction: column;
221
+ align-items: center;
222
+ gap: 10px;
223
+ color: #63727c;
224
+ font-size: 34px;
225
+ }
226
+ .nav-item.active {
227
+ color: #0b6e83;
228
+ font-weight: 700;
229
+ }
230
+ .nav-icon {
231
+ width: 70px;
232
+ height: 70px;
233
+ }
234
+
235
+ /* Overlay searching */
236
+ .overlay {
237
+ position: absolute;
238
+ left: 50%;
239
+ top: 980px;
240
+ transform: translateX(-50%);
241
+ width: 700px;
242
+ height: 220px;
243
+ background: rgba(0,0,0,0.85);
244
+ border-radius: 20px;
245
+ display: flex;
246
+ align-items: center;
247
+ gap: 28px;
248
+ padding: 0 40px;
249
+ color: #ffffff;
250
+ }
251
+ .spinner {
252
+ width: 72px;
253
+ height: 72px;
254
+ border: 8px solid rgba(255,255,255,0.25);
255
+ border-top-color: #ffffff;
256
+ border-radius: 50%;
257
+ animation: spin 1s linear infinite;
258
+ }
259
+ @keyframes spin { to { transform: rotate(360deg); } }
260
+ </style>
261
+ </head>
262
+ <body>
263
+ <div id="render-target">
264
+ <div class="screen">
265
+ <div class="header">
266
+ <div class="logo">[IMG: Amtrak Logo]</div>
267
+ </div>
268
+
269
+ <div class="title">Book a Trip</div>
270
+
271
+ <div class="tabs">
272
+ <div class="tab active">ONE-WAY</div>
273
+ <div class="tab inactive">ROUND-TRIP</div>
274
+ </div>
275
+
276
+ <!-- From -->
277
+ <div class="label">From</div>
278
+ <div class="field">
279
+ <div class="primary">Lorton, VA</div>
280
+ <div class="secondary">Auto Train Station</div>
281
+ <div class="swap-icon">
282
+ <svg width="44" height="100" viewBox="0 0 44 100">
283
+ <g fill="#0b6e83">
284
+ <path d="M22 0 L36 18 H8 Z"></path>
285
+ <rect x="20" y="18" width="4" height="26" fill="#0b6e83"></rect>
286
+ <rect x="20" y="56" width="4" height="26" fill="#0b6e83"></rect>
287
+ <path d="M22 100 L8 82 H36 Z"></path>
288
+ </g>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- To -->
294
+ <div class="label">To</div>
295
+ <div class="field">
296
+ <div class="primary">Sanford, FL</div>
297
+ <div class="secondary">Auto Train Station</div>
298
+ <div class="swap-icon" style="opacity:0;"></div>
299
+ </div>
300
+
301
+ <!-- Departure -->
302
+ <div class="row">
303
+ <div class="left-icon">
304
+ <svg class="icon" viewBox="0 0 24 24">
305
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="#0b6e83"></rect>
306
+ <rect x="6" y="2" width="3" height="4" fill="#0b6e83"></rect>
307
+ <rect x="15" y="2" width="3" height="4" fill="#0b6e83"></rect>
308
+ <rect x="6" y="9" width="4" height="3" fill="#ffffff"></rect>
309
+ <rect x="14" y="9" width="4" height="3" fill="#ffffff"></rect>
310
+ </svg>
311
+ </div>
312
+ <div class="text-area">
313
+ <div class="label">Departure</div>
314
+ <div class="value">September 18th, 2023</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Travelers -->
319
+ <div class="row">
320
+ <div class="left-icon">
321
+ <svg class="icon" viewBox="0 0 24 24">
322
+ <circle cx="12" cy="7" r="4" fill="#0b6e83"></circle>
323
+ <path d="M4 22c0-4 4-7 8-7s8 3 8 7" fill="#0b6e83"></path>
324
+ </svg>
325
+ </div>
326
+ <div class="text-area">
327
+ <div class="label">Travelers</div>
328
+ <div class="value">1 Adult</div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Assistance text -->
333
+ <div class="assist">
334
+ Let us know your travel needs; such as if you travel with a mobility device or service animal,
335
+ if you have vision or hearing loss or if you need assistance in the station.
336
+ </div>
337
+
338
+ <!-- Coupons -->
339
+ <div class="coupon-head">
340
+ Coupons/Discounts
341
+ <svg class="info-icon" viewBox="0 0 24 24">
342
+ <circle cx="12" cy="12" r="10" fill="#8aa1ac"></circle>
343
+ <rect x="11" y="10" width="2" height="7" fill="#ffffff"></rect>
344
+ <rect x="11" y="6" width="2" height="2" fill="#ffffff"></rect>
345
+ </svg>
346
+ </div>
347
+ <div class="coupon-row">
348
+ <input class="coupon-input" placeholder="Coupon/Discount Code">
349
+ <button class="btn-add">Add</button>
350
+ </div>
351
+
352
+ <button class="btn-primary">FIND TRAINS</button>
353
+ </div>
354
+
355
+ <!-- Searching overlay -->
356
+ <div class="overlay">
357
+ <div class="spinner"></div>
358
+ <div style="font-size:52px; font-weight:700;">Searching for Trips...</div>
359
+ </div>
360
+
361
+ <!-- Bottom navigation -->
362
+ <div class="bottom-nav">
363
+ <div class="nav-item">
364
+ <svg class="nav-icon" viewBox="0 0 24 24">
365
+ <path d="M3 11 L12 3 L21 11 V21 H14 V15 H10 V21 H3 Z" fill="#7c8992"></path>
366
+ </svg>
367
+ <div>Home</div>
368
+ </div>
369
+ <div class="nav-item active">
370
+ <svg class="nav-icon" viewBox="0 0 24 24">
371
+ <rect x="4" y="4" width="16" height="12" rx="2" fill="#0b6e83"></rect>
372
+ <rect x="8" y="8" width="8" height="4" fill="#ffffff"></rect>
373
+ <rect x="10" y="17" width="4" height="3" fill="#0b6e83"></rect>
374
+ </svg>
375
+ <div>Book</div>
376
+ </div>
377
+ <div class="nav-item">
378
+ <svg class="nav-icon" viewBox="0 0 24 24">
379
+ <circle cx="12" cy="12" r="10" fill="#7c8992"></circle>
380
+ <path d="M12 6 V12 L16 14" stroke="#ffffff" stroke-width="2" fill="none"></path>
381
+ </svg>
382
+ <div>Status</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <svg class="nav-icon" viewBox="0 0 24 24">
386
+ <circle cx="12" cy="8" r="4" fill="#7c8992"></circle>
387
+ <path d="M4 22c0-4 4-7 8-7s8 3 8 7" fill="#7c8992"></path>
388
+ </svg>
389
+ <div>Account</div>
390
+ </div>
391
+ <div class="nav-item">
392
+ <svg class="nav-icon" viewBox="0 0 24 24">
393
+ <circle cx="6" cy="12" r="2" fill="#7c8992"></circle>
394
+ <circle cx="12" cy="12" r="2" fill="#7c8992"></circle>
395
+ <circle cx="18" cy="12" r="2" fill="#7c8992"></circle>
396
+ </svg>
397
+ <div>More</div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </body>
402
+ </html>
code/5046/5046_13.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Departure UI Mock</title>
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: #ffffff;
12
+ border-radius: 24px;
13
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
14
+ color: #0f2b3a;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 0 40px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ color: #9aa4ad;
23
+ font-weight: 600;
24
+ }
25
+ .status-icons { display: flex; gap: 28px; align-items: center; }
26
+ .dot { width: 24px; height: 24px; background: #e9edf1; border-radius: 50%; }
27
+ .signal { width: 26px; height: 18px; background: #e9edf1; border-radius: 4px; }
28
+ .battery { width: 38px; height: 18px; border: 2px solid #c8d0d6; border-radius: 4px; position: relative; }
29
+ .battery::after { content:""; position:absolute; right:-6px; top:4px; width:4px; height:10px; background:#c8d0d6; border-radius:2px; }
30
+
31
+ /* Header controls */
32
+ .header {
33
+ padding: 20px 30px 0 30px;
34
+ }
35
+ .header-row {
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ margin-bottom: 12px;
38
+ }
39
+ .icon-btn {
40
+ width: 72px; height: 72px; border-radius: 18px;
41
+ display:flex; align-items:center; justify-content:center;
42
+ cursor: pointer;
43
+ }
44
+ .icon-btn svg { width: 40px; height: 40px; stroke: #263949; }
45
+ .close-btn {
46
+ width: 82px; height: 82px; border-radius: 20px;
47
+ border: 2px solid #cfd6dc;
48
+ display:flex; align-items:center; justify-content:center;
49
+ }
50
+ .title {
51
+ font-size: 64px; font-weight: 700; margin: 12px 4px 6px;
52
+ }
53
+ .subtitle {
54
+ color: #7a8a98; font-size: 36px; margin: 0 4px 36px;
55
+ }
56
+
57
+ /* Route strip */
58
+ .route {
59
+ display: grid;
60
+ grid-template-columns: 1fr 140px 1fr;
61
+ gap: 16px;
62
+ padding: 18px 30px 16px;
63
+ border-bottom: 1px solid #eef2f5;
64
+ }
65
+ .city { font-size: 60px; font-weight: 800; color: #143d5a; }
66
+ .station { font-size: 32px; color: #667784; margin-top: 8px; }
67
+ .route-arrow {
68
+ display:flex; align-items:center; justify-content:center;
69
+ }
70
+ .route-arrow svg { width: 88px; height: 44px; }
71
+
72
+ /* Card */
73
+ .card {
74
+ margin: 30px;
75
+ border-radius: 28px;
76
+ background: #ffffff;
77
+ box-shadow: 0 10px 28px rgba(0,0,0,0.08);
78
+ border: 1px solid #e8edf2;
79
+ overflow: hidden;
80
+ }
81
+ .card-top {
82
+ display:flex; align-items:flex-start; justify-content: space-between;
83
+ padding: 32px 32px 18px 32px;
84
+ }
85
+ .train-badge {
86
+ display:flex; align-items:center; gap: 16px;
87
+ }
88
+ .badge {
89
+ width: 68px; height: 68px; border-radius: 50%;
90
+ border: 2px solid #a6b4c1;
91
+ display:flex; align-items:center; justify-content:center;
92
+ }
93
+ .badge svg { width: 36px; height: 36px; }
94
+ .train-number { color: #1d4060; font-weight: 700; font-size: 36px; }
95
+
96
+ .details-link {
97
+ display:flex; align-items:center; gap: 14px; color:#2a6db4; font-size: 34px; font-weight: 600;
98
+ }
99
+ .details-link .info {
100
+ width: 40px; height: 40px; border-radius: 20px; border:2px solid #bcd0e3;
101
+ color:#2a6db4; display:flex; align-items:center; justify-content:center; font-weight:700;
102
+ }
103
+
104
+ .times-row {
105
+ display:grid; grid-template-columns: 1fr 1.1fr 1fr;
106
+ align-items: center;
107
+ padding: 8px 32px 26px 32px;
108
+ gap: 18px;
109
+ }
110
+ .time-block { }
111
+ .label { font-size: 32px; color:#6c7b89; letter-spacing: .4px; }
112
+ .time { font-size: 84px; font-weight: 800; color:#0f2b3a; margin-top: 6px; }
113
+
114
+ .middle-block {
115
+ text-align:center; display:flex; flex-direction:column; align-items:center; gap: 16px;
116
+ }
117
+ .fill-indicator {
118
+ display:flex; align-items:center; gap: 14px; color:#5a6a78; font-size: 34px; font-weight:600;
119
+ }
120
+ .mini-train {
121
+ width: 84px; height: 26px; border-radius: 6px; background:#1aa05a; position:relative;
122
+ }
123
+ .mini-train::before { content:""; position:absolute; left:8px; top:6px; width:24px; height:14px; background:#ffffff; border-radius:2px; }
124
+ .mini-train::after { content:""; position:absolute; right:8px; top:6px; width:24px; height:14px; background:#ffffff; border-radius:2px; }
125
+ .arrow-line { display:flex; align-items:center; gap: 10px; color:#495a66; font-size:32px; }
126
+ .arrow-line svg { width: 80px; height: 24px; }
127
+ .duration { font-size: 40px; color:#6a7a88; }
128
+
129
+ .prices {
130
+ display:grid; grid-template-columns: 1fr 1fr;
131
+ border-top: 1px solid #eef2f5;
132
+ }
133
+ .price-box {
134
+ padding: 40px 32px 56px 32px;
135
+ }
136
+ .price-title { font-size: 40px; color:#20384a; font-weight: 700; }
137
+ .price-sub { font-size: 30px; color:#7a8a98; margin-top: 6px; }
138
+ .price-value { font-size: 84px; font-weight: 800; color:#0f2b3a; margin-top: 16px; }
139
+ .divider {
140
+ position:absolute; width:1px; background:#eef2f5; top:0; bottom:0; left:50%;
141
+ }
142
+
143
+ /* Bottom area */
144
+ .footer-space { height: 1120px; }
145
+ .points-bar {
146
+ position:absolute; bottom: 70px; left: 50px; right: 50px;
147
+ display:flex; align-items:center; justify-content:flex-start; gap: 20px;
148
+ }
149
+ .points-label { font-size: 46px; color:#0f2b3a; font-weight:700; }
150
+ .switch {
151
+ position: relative; width: 160px; height: 76px;
152
+ background: #d3d9df; border-radius: 38px; transition: background .2s ease;
153
+ box-shadow: inset 0 0 0 2px #c4cbd2;
154
+ }
155
+ .switch::after {
156
+ content:""; position:absolute; width: 72px; height: 72px; background:#ffffff;
157
+ border-radius: 50%; top: 2px; left: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.18);
158
+ }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <!-- simulated status bar -->
165
+ <div class="status-bar">
166
+ <div style="display:flex; align-items:center; gap:20px;">
167
+ <div style="font-size:40px; color:#0f2b3a; font-weight:800;">10:00</div>
168
+ <div class="dot"></div>
169
+ <div class="dot"></div>
170
+ <div class="dot"></div>
171
+ <div class="dot"></div>
172
+ </div>
173
+ <div class="status-icons">
174
+ <div class="signal"></div>
175
+ <div class="battery"></div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- header -->
180
+ <div class="header">
181
+ <div class="header-row">
182
+ <div class="icon-btn" aria-label="Back">
183
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2.4">
184
+ <path d="M15 5 L7 12 L15 19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="close-btn" aria-label="Close">
188
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2f4456" stroke-width="2.6">
189
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke-linecap="round"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="title">Departure</div>
195
+ <div class="subtitle">Mon, Sep 18 | 1 Traveler | 1 Result</div>
196
+ </div>
197
+
198
+ <!-- route -->
199
+ <div class="route">
200
+ <div>
201
+ <div class="city">Lorton, VA</div>
202
+ <div class="station">Auto Train Station</div>
203
+ </div>
204
+ <div class="route-arrow">
205
+ <svg viewBox="0 0 100 30" fill="none">
206
+ <path d="M5 15 L80 15" stroke="#5c7080" stroke-width="4" stroke-linecap="round"/>
207
+ <path d="M70 7 L95 15 L70 23" stroke="#5c7080" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ <div style="text-align:right;">
211
+ <div class="city">Sanford, FL</div>
212
+ <div class="station">Auto Train Station</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- results card -->
217
+ <div class="card">
218
+ <div class="card-top">
219
+ <div class="train-badge">
220
+ <div class="badge">
221
+ <svg viewBox="0 0 24 24" fill="none" stroke="#1f3950" stroke-width="1.8">
222
+ <rect x="4" y="7" width="16" height="8" rx="2"></rect>
223
+ <circle cx="8" cy="18" r="2"></circle>
224
+ <circle cx="16" cy="18" r="2"></circle>
225
+ </svg>
226
+ </div>
227
+ <div class="train-number">53</div>
228
+ </div>
229
+
230
+ <div class="details-link">Details <div class="info">i</div></div>
231
+ </div>
232
+
233
+ <div class="times-row">
234
+ <div class="time-block">
235
+ <div class="label">MON, SEP 18</div>
236
+ <div class="time">5:00p</div>
237
+ </div>
238
+
239
+ <div class="middle-block">
240
+ <div class="fill-indicator">
241
+ <div class="mini-train" aria-hidden="true"></div>
242
+ <div>40% Full</div>
243
+ </div>
244
+ <div class="arrow-line">
245
+ <svg viewBox="0 0 100 20" fill="none">
246
+ <path d="M6 10 L78 10" stroke="#6a7a88" stroke-width="3" stroke-linecap="round"/>
247
+ <path d="M68 3 L94 10 L68 17" stroke="#6a7a88" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+ <div class="duration">16h 59m</div>
251
+ </div>
252
+
253
+ <div class="time-block" style="text-align:right;">
254
+ <div class="label">TUE, SEP 19</div>
255
+ <div class="time">9:59a</div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="prices" style="position:relative;">
260
+ <div class="divider"></div>
261
+ <div class="price-box">
262
+ <div class="price-title">Coach</div>
263
+ <div class="price-sub">From</div>
264
+ <div class="price-value">$115</div>
265
+ </div>
266
+ <div class="price-box" style="text-align:right;">
267
+ <div class="price-title">Private Rooms</div>
268
+ <div class="price-sub">From</div>
269
+ <div class="price-value">$652</div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="footer-space"></div>
275
+
276
+ <!-- bottom points toggle -->
277
+ <div class="points-bar">
278
+ <div class="points-label">Points</div>
279
+ <div class="switch" aria-label="Toggle Points"></div>
280
+ </div>
281
+
282
+ </div>
283
+ </body>
284
+ </html>
code/5046/5046_2.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amtrak Book a Trip Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#143a4a; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Header */
17
+ .topbar {
18
+ padding: 40px 48px 16px 48px;
19
+ }
20
+ .brand {
21
+ color: #0b6e8d;
22
+ font-weight: 700;
23
+ letter-spacing: 2px;
24
+ display: flex;
25
+ align-items: center;
26
+ gap: 18px;
27
+ font-size: 44px;
28
+ }
29
+ .brand .swoosh {
30
+ width: 120px; height: 28px;
31
+ }
32
+ .page-title {
33
+ font-size: 72px;
34
+ font-weight: 600;
35
+ margin: 24px 0 24px 48px;
36
+ color:#123a4a;
37
+ }
38
+
39
+ /* Tabs */
40
+ .tabs {
41
+ display: flex;
42
+ margin: 0 48px 24px 48px;
43
+ border-radius: 8px;
44
+ overflow: hidden;
45
+ border: 1px solid #d2e3ea;
46
+ }
47
+ .tab {
48
+ width: 50%;
49
+ text-align: center;
50
+ padding: 32px 0;
51
+ font-size: 40px;
52
+ font-weight: 700;
53
+ color: #0b6e8d;
54
+ background:#ffffff;
55
+ }
56
+ .tab.active {
57
+ background:#0b6e8d;
58
+ color:#fff;
59
+ }
60
+
61
+ /* Form section */
62
+ .form {
63
+ margin: 8px 48px 0 48px;
64
+ }
65
+ .field {
66
+ padding: 28px 0;
67
+ border-bottom: 2px solid #e6eef2;
68
+ position: relative;
69
+ }
70
+ .label {
71
+ font-size: 32px;
72
+ color:#46606c;
73
+ display:flex;
74
+ align-items:center;
75
+ gap:18px;
76
+ margin-bottom: 12px;
77
+ }
78
+ .value {
79
+ font-size: 46px;
80
+ color:#0e2f3a;
81
+ }
82
+
83
+ .swap {
84
+ position:absolute;
85
+ right: 0;
86
+ top: 50%;
87
+ transform: translateY(-50%);
88
+ display:flex;
89
+ align-items:center;
90
+ gap: 18px;
91
+ color:#0b6e8d;
92
+ }
93
+ .icon {
94
+ width: 44px; height: 44px;
95
+ }
96
+
97
+ /* Assistance section */
98
+ .assist {
99
+ margin: 40px 48px 0 48px;
100
+ padding-bottom: 16px;
101
+ }
102
+ .assist .headline {
103
+ font-size: 50px;
104
+ font-weight: 700;
105
+ color:#0e2f3a;
106
+ display:flex;
107
+ align-items:center;
108
+ justify-content: space-between;
109
+ }
110
+ .assist .copy {
111
+ margin-top: 14px;
112
+ font-size: 34px;
113
+ line-height: 1.45;
114
+ color:#5b6e77;
115
+ }
116
+
117
+ /* Coupon section */
118
+ .coupon-wrap {
119
+ margin: 48px;
120
+ }
121
+ .coupon-label {
122
+ font-size: 38px;
123
+ color:#0e2f3a;
124
+ display:flex;
125
+ align-items:center;
126
+ gap: 16px;
127
+ margin-bottom: 16px;
128
+ }
129
+ .info-icon {
130
+ width: 38px; height: 38px; color:#87a6b2;
131
+ }
132
+ .coupon-row {
133
+ display:flex;
134
+ gap: 18px;
135
+ align-items: stretch;
136
+ }
137
+ .coupon-input {
138
+ flex:1;
139
+ border: 2px solid #dbe6ec;
140
+ border-radius: 10px;
141
+ padding: 26px;
142
+ font-size: 40px;
143
+ color:#0e2f3a;
144
+ }
145
+ .add-btn {
146
+ width: 210px;
147
+ border: 2px solid #dbe6ec;
148
+ border-radius: 12px;
149
+ background:#ffffff;
150
+ color:#0b6e8d;
151
+ font-weight: 700;
152
+ font-size: 42px;
153
+ }
154
+
155
+ /* CTA */
156
+ .cta {
157
+ margin: 24px 48px 0 48px;
158
+ }
159
+ .primary-btn {
160
+ width: 100%;
161
+ background:#4f830f;
162
+ color:#fff;
163
+ border:none;
164
+ border-radius: 14px;
165
+ padding: 34px 0;
166
+ font-size: 52px;
167
+ font-weight: 800;
168
+ letter-spacing: 1px;
169
+ }
170
+
171
+ /* Bottom nav */
172
+ .bottom-nav {
173
+ position:absolute;
174
+ left:0; right:0; bottom:0;
175
+ height: 200px;
176
+ border-top: 1px solid #e7eff3;
177
+ background:#ffffff;
178
+ display:flex;
179
+ justify-content: space-around;
180
+ align-items:center;
181
+ padding-bottom: 24px;
182
+ }
183
+ .nav-item {
184
+ display:flex;
185
+ flex-direction: column;
186
+ align-items:center;
187
+ gap: 12px;
188
+ color:#6c7f88;
189
+ font-size: 34px;
190
+ }
191
+ .nav-item.active {
192
+ color:#0b6e8d;
193
+ font-weight:700;
194
+ }
195
+ .nav-icon { width: 64px; height: 64px; }
196
+
197
+ .home-bar {
198
+ position:absolute;
199
+ bottom: 8px;
200
+ left: 50%;
201
+ transform: translateX(-50%);
202
+ width: 380px;
203
+ height: 10px;
204
+ background:#0e0e0e;
205
+ border-radius: 8px;
206
+ opacity:.3;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <div class="topbar">
214
+ <div class="brand">
215
+ <svg class="swoosh" viewBox="0 0 120 28">
216
+ <path d="M2 20c22-8 44-12 116-10-31-8-70-10-116 0z" fill="#0b6e8d"/>
217
+ </svg>
218
+ AMTRAK
219
+ </div>
220
+ </div>
221
+
222
+ <div class="page-title">Book a Trip</div>
223
+
224
+ <div class="tabs">
225
+ <div class="tab active">ONE-WAY</div>
226
+ <div class="tab">ROUND-TRIP</div>
227
+ </div>
228
+
229
+ <div class="form">
230
+ <div class="field">
231
+ <div class="label">From</div>
232
+ <div class="value">Camp Verde, AZ</div>
233
+ <div class="swap">
234
+ <svg class="icon" viewBox="0 0 24 24">
235
+ <path fill="#0b6e8d" d="M7 17V6l-3 3h14v2H4l3 3z"/>
236
+ </svg>
237
+ <svg class="icon" viewBox="0 0 24 24">
238
+ <path fill="#0b6e8d" d="M17 7v11l3-3H6v-2h14l-3-3z"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="field">
244
+ <div class="label">To</div>
245
+ <div class="value">Tuscaloosa, AL</div>
246
+ </div>
247
+
248
+ <div class="field">
249
+ <div class="label">
250
+ <svg class="icon" viewBox="0 0 24 24">
251
+ <path fill="#0b6e8d" d="M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm13 8H4v10h16V10zM6 12h4v4H6v-4z"/>
252
+ </svg>
253
+ Departure
254
+ </div>
255
+ <div class="value">September 15th, 2023</div>
256
+ </div>
257
+
258
+ <div class="field">
259
+ <div class="label">
260
+ <svg class="icon" viewBox="0 0 24 24">
261
+ <path fill="#0b6e8d" 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 0-8 2-8 6v2h16v-2c0-4-4-6-8-6z"/>
262
+ </svg>
263
+ Travelers
264
+ </div>
265
+ <div class="value">1 Adult</div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="assist">
270
+ <div class="headline">
271
+ <span>Passenger with Disability or need help?</span>
272
+ <svg class="icon" viewBox="0 0 24 24">
273
+ <path fill="#0b6e8d" d="M7 10l5 5 5-5H7z"/>
274
+ </svg>
275
+ </div>
276
+ <div class="copy">
277
+ Let us know your travel needs; such as if you travel with a mobility device
278
+ or service animal, if you have vision or hearing loss or if you need
279
+ assistance in the station.
280
+ </div>
281
+ </div>
282
+
283
+ <div class="coupon-wrap">
284
+ <div class="coupon-label">
285
+ Coupons/Discounts
286
+ <svg class="info-icon" viewBox="0 0 24 24">
287
+ <circle cx="12" cy="12" r="10" fill="#e8f0f4" stroke="#b5c7cf"/>
288
+ <path d="M11.5 18v-6h1.8V18h-1.8zm0-8V8h1.8v2h-1.8z" fill="#6a8a96"/>
289
+ </svg>
290
+ </div>
291
+ <div class="coupon-row">
292
+ <input class="coupon-input" placeholder="Coupon/Discount Code" />
293
+ <button class="add-btn">Add</button>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="cta">
298
+ <button class="primary-btn">FIND TRAINS</button>
299
+ </div>
300
+
301
+ <div class="bottom-nav">
302
+ <div class="nav-item">
303
+ <svg class="nav-icon" viewBox="0 0 24 24">
304
+ <path fill="#6c7f88" d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
305
+ </svg>
306
+ <div>Home</div>
307
+ </div>
308
+ <div class="nav-item active">
309
+ <svg class="nav-icon" viewBox="0 0 24 24">
310
+ <rect x="4" y="14" width="16" height="6" fill="#0b6e8d"/>
311
+ <rect x="6" y="8" width="12" height="4" fill="#0b6e8d"/>
312
+ <circle cx="9" cy="19" r="1" fill="#fff"/>
313
+ <circle cx="15" cy="19" r="1" fill="#fff"/>
314
+ </svg>
315
+ <div>Book</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <svg class="nav-icon" viewBox="0 0 24 24">
319
+ <path fill="#6c7f88" d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 11h5v-2h-4V6h-2v7z"/>
320
+ </svg>
321
+ <div>Status</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <svg class="nav-icon" viewBox="0 0 24 24">
325
+ <path fill="#6c7f88" d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 3-9 7v1h18v-1c0-4-4-7-9-7z"/>
326
+ </svg>
327
+ <div>Account</div>
328
+ </div>
329
+ <div class="nav-item">
330
+ <svg class="nav-icon" viewBox="0 0 24 24">
331
+ <circle cx="5" cy="12" r="2" fill="#6c7f88"/>
332
+ <circle cx="12" cy="12" r="2" fill="#6c7f88"/>
333
+ <circle cx="19" cy="12" r="2" fill="#6c7f88"/>
334
+ </svg>
335
+ <div>More</div>
336
+ </div>
337
+ </div>
338
+
339
+ <div class="home-bar"></div>
340
+ </div>
341
+ </body>
342
+ </html>
code/5046/5046_3.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select a Station UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #E9EEF1;
13
+ }
14
+
15
+ /* Top App Bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 300px;
22
+ background: #0D5E7F; /* deep teal/blue */
23
+ }
24
+ .appbar .top-controls {
25
+ position: absolute;
26
+ top: 34px;
27
+ left: 28px;
28
+ right: 28px;
29
+ height: 64px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ }
34
+ .back-icon {
35
+ width: 64px; height: 64px;
36
+ }
37
+ .map-link {
38
+ color: #D6E8EF;
39
+ font-size: 38px;
40
+ letter-spacing: 1px;
41
+ }
42
+ .title {
43
+ position: absolute;
44
+ left: 32px;
45
+ top: 116px;
46
+ color: #FFFFFF;
47
+ font-size: 64px;
48
+ font-weight: 600;
49
+ }
50
+
51
+ /* Search bar */
52
+ .search-wrap {
53
+ position: absolute;
54
+ top: 300px;
55
+ left: 30px;
56
+ right: 30px;
57
+ height: 120px;
58
+ background: #FFFFFF;
59
+ border-radius: 28px;
60
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
61
+ display: flex;
62
+ align-items: center;
63
+ padding: 0 34px;
64
+ }
65
+ .search-icon {
66
+ width: 48px; height: 48px; margin-right: 22px;
67
+ }
68
+ .search-placeholder {
69
+ color: #7A8A95;
70
+ font-size: 40px;
71
+ }
72
+
73
+ /* Section label */
74
+ .section-label {
75
+ position: absolute;
76
+ top: 430px;
77
+ left: 30px;
78
+ color: #7A8A95;
79
+ font-size: 36px;
80
+ }
81
+
82
+ /* List */
83
+ .list {
84
+ position: absolute;
85
+ top: 480px;
86
+ left: 0;
87
+ width: 1080px;
88
+ background: #FFFFFF;
89
+ }
90
+ .row {
91
+ display: flex;
92
+ align-items: center;
93
+ padding: 30px 34px;
94
+ border-bottom: 1px solid #E4EAEE;
95
+ }
96
+ .star {
97
+ width: 72px; height: 72px; margin-right: 22px;
98
+ flex-shrink: 0;
99
+ }
100
+ .row-content {
101
+ flex: 1;
102
+ }
103
+ .station-name {
104
+ font-size: 48px;
105
+ color: #0E2A3A;
106
+ }
107
+ .subtitle {
108
+ margin-top: 6px;
109
+ font-size: 34px;
110
+ color: #6F7D88;
111
+ }
112
+ .code {
113
+ font-size: 44px;
114
+ font-weight: 700;
115
+ color: #0D5E7F;
116
+ margin-left: 20px;
117
+ }
118
+
119
+ /* CTA button */
120
+ .cta {
121
+ position: absolute;
122
+ top: 1500px;
123
+ left: 50%;
124
+ transform: translateX(-50%);
125
+ height: 96px;
126
+ padding: 0 44px;
127
+ background: #FFFFFF;
128
+ border-radius: 16px;
129
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
130
+ border: 1px solid #D7E0E6;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ color: #0D5E7F;
135
+ font-size: 40px;
136
+ font-weight: 700;
137
+ }
138
+
139
+ /* Gesture bar */
140
+ .gesture {
141
+ position: absolute;
142
+ bottom: 32px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 520px;
146
+ height: 12px;
147
+ background: #CFCFCF;
148
+ border-radius: 6px;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Top bar -->
156
+ <div class="appbar">
157
+ <div class="top-controls">
158
+ <!-- Back arrow -->
159
+ <svg class="back-icon" viewBox="0 0 24 24">
160
+ <path d="M15.5 4l-9 8 9 8" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ <div class="map-link">MAP</div>
163
+ </div>
164
+ <div class="title">Select a Station</div>
165
+ </div>
166
+
167
+ <!-- Search -->
168
+ <div class="search-wrap">
169
+ <svg class="search-icon" viewBox="0 0 24 24">
170
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#62737D" stroke-width="2"></circle>
171
+ <path d="M20 20l-4.5-4.5" stroke="#62737D" stroke-width="2" stroke-linecap="round"></path>
172
+ </svg>
173
+ <div class="search-placeholder">Search</div>
174
+ </div>
175
+
176
+ <div class="section-label">Recents</div>
177
+
178
+ <!-- List of stations -->
179
+ <div class="list">
180
+ <div class="row">
181
+ <svg class="star" viewBox="0 0 24 24">
182
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
183
+ </svg>
184
+ <div class="row-content">
185
+ <div class="station-name">Birmingham, AL</div>
186
+ </div>
187
+ <div class="code">BHM</div>
188
+ </div>
189
+
190
+ <div class="row">
191
+ <svg class="star" viewBox="0 0 24 24">
192
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
193
+ </svg>
194
+ <div class="row-content">
195
+ <div class="station-name">Camp Verde, AZ</div>
196
+ </div>
197
+ <div class="code">CVD</div>
198
+ </div>
199
+
200
+ <div class="row">
201
+ <svg class="star" viewBox="0 0 24 24">
202
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
203
+ </svg>
204
+ <div class="row-content">
205
+ <div class="station-name">Lorton, VA</div>
206
+ <div class="subtitle">Auto Train Station</div>
207
+ </div>
208
+ <div class="code">LOR</div>
209
+ </div>
210
+
211
+ <div class="row">
212
+ <svg class="star" viewBox="0 0 24 24">
213
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
214
+ </svg>
215
+ <div class="row-content">
216
+ <div class="station-name">Montreal, QC</div>
217
+ <div class="subtitle">Gare Centrale / Central Station</div>
218
+ </div>
219
+ <div class="code">MTR</div>
220
+ </div>
221
+
222
+ <div class="row">
223
+ <svg class="star" viewBox="0 0 24 24">
224
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
225
+ </svg>
226
+ <div class="row-content">
227
+ <div class="station-name">New York, NY</div>
228
+ <div class="subtitle">Moynihan Train Hall at Penn Sta.</div>
229
+ </div>
230
+ <div class="code">NYP</div>
231
+ </div>
232
+
233
+ <div class="row">
234
+ <svg class="star" viewBox="0 0 24 24">
235
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
236
+ </svg>
237
+ <div class="row-content">
238
+ <div class="station-name">Sanford, FL</div>
239
+ <div class="subtitle">Auto Train Station</div>
240
+ </div>
241
+ <div class="code">SFA</div>
242
+ </div>
243
+
244
+ <div class="row" style="border-bottom: none;">
245
+ <svg class="star" viewBox="0 0 24 24">
246
+ <path d="M12 3l2.6 5.3 5.9.9-4.3 4.1 1 5.9L12 17l-5.2 2.2 1-5.9-4.3-4.1 5.9-.9L12 3z" fill="none" stroke="#0D5E7F" stroke-width="2" stroke-linejoin="round"/>
247
+ </svg>
248
+ <div class="row-content">
249
+ <div class="station-name">Tuscaloosa, AL</div>
250
+ </div>
251
+ <div class="code">TCL</div>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="cta">VIEW ALL STATIONS</div>
256
+
257
+ <!-- Gesture bar -->
258
+ <div class="gesture"></div>
259
+ </div>
260
+ </body>
261
+ </html>
code/5046/5046_6.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amtrak Booking UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Arial", Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ color: #1e3a4a;
14
+ }
15
+
16
+ /* General layout */
17
+ .screen-padding { padding: 40px 54px; }
18
+ .logo-row { display: flex; align-items: center; height: 120px; }
19
+ .logo-placeholder {
20
+ width: 260px; height: 60px;
21
+ background: #E0E0E0; border: 1px solid #BDBDBD;
22
+ display: flex; justify-content: center; align-items: center;
23
+ color: #757575; font-weight: bold; border-radius: 6px;
24
+ }
25
+ .title { font-size: 64px; font-weight: 600; margin: 24px 0 30px; color: #0b3a55; }
26
+
27
+ /* Tabs */
28
+ .tabs { display: flex; border-bottom: 1px solid #d6dce2; margin-bottom: 26px; }
29
+ .tab {
30
+ flex: 1; text-align: center; padding: 36px 0;
31
+ font-size: 36px; font-weight: 600; cursor: default;
32
+ }
33
+ .tab.active { background: #14759A; color: #ffffff; border-radius: 8px 8px 0 0; }
34
+ .tab.inactive { color: #14759A; background: #ffffff; }
35
+
36
+ /* Form sections */
37
+ .field-group { margin-top: 26px; }
38
+ .row-label { font-size: 34px; color: #3b5566; display: flex; align-items: center; gap: 18px; }
39
+ .row-content {
40
+ margin-top: 16px; padding-bottom: 24px;
41
+ border-bottom: 2px solid #e6eef5;
42
+ display: flex; align-items: center; justify-content: space-between;
43
+ }
44
+ .station {
45
+ font-size: 46px; color: #0b3a55; font-weight: 600;
46
+ }
47
+ .station-sub { font-size: 32px; color: #5b6e7b; margin-top: 6px; }
48
+ .swap-icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
49
+ .icon { width: 56px; height: 56px; }
50
+ .inline-icon { width: 48px; height: 48px; margin-right: 18px; }
51
+
52
+ /* Date and Travelers */
53
+ .line-row { display: flex; align-items: center; padding-bottom: 24px; border-bottom: 2px solid #e6eef5; }
54
+ .line-row .label { font-size: 34px; color: #3b5566; display: flex; align-items: center; }
55
+ .line-row .value { margin-left: 28px; font-size: 44px; color: #14759A; font-weight: 600; }
56
+
57
+ /* Collapsible help section */
58
+ .help-block { margin-top: 30px; }
59
+ .help-title {
60
+ font-size: 44px; font-weight: 700; color: #0b3a55;
61
+ display: flex; align-items: center; justify-content: space-between;
62
+ }
63
+ .help-desc {
64
+ font-size: 34px; color: #516674; margin-top: 18px; line-height: 1.45;
65
+ }
66
+
67
+ /* Coupon input */
68
+ .coupon-area { margin-top: 52px; }
69
+ .coupon-header { display: flex; align-items: center; gap: 14px; color: #14759A; font-weight: 700; font-size: 36px; }
70
+ .coupon-row {
71
+ margin-top: 18px; display: flex; gap: 20px; align-items: center;
72
+ }
73
+ .text-input {
74
+ flex: 1; height: 80px; border: none; border-bottom: 2px solid #dfe7ef;
75
+ font-size: 40px; color: #0b3a55; outline: none; padding: 8px 4px;
76
+ }
77
+ .btn-add {
78
+ width: 180px; height: 86px; border-radius: 12px; border: 2px solid #cfe0ea;
79
+ background: #ffffff; color: #14759A; font-size: 40px; font-weight: 700;
80
+ }
81
+
82
+ /* Primary CTA */
83
+ .cta {
84
+ margin-top: 60px;
85
+ width: 972px; height: 120px;
86
+ background: #4f8d19; color: #ffffff; border: none; border-radius: 12px;
87
+ font-size: 52px; font-weight: 800; letter-spacing: 1px;
88
+ }
89
+
90
+ /* Bottom navigation */
91
+ .bottom-nav {
92
+ position: absolute; bottom: 0; left: 0; width: 100%;
93
+ height: 180px; border-top: 1px solid #e6eef5; background: #ffffff;
94
+ display: flex; justify-content: space-around; align-items: center;
95
+ }
96
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #556b7a; font-size: 34px; }
97
+ .nav-item.active { color: #14759A; font-weight: 700; }
98
+ .nav-icon { width: 70px; height: 70px; }
99
+
100
+ /* Minor helpers */
101
+ .spacer-xxs { width: 10px; height: 10px; }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+ <div class="screen-padding">
107
+ <div class="logo-row">
108
+ <div class="logo-placeholder">[IMG: AMTRAK Logo]</div>
109
+ </div>
110
+
111
+ <div class="title">Book a Trip</div>
112
+
113
+ <div class="tabs">
114
+ <div class="tab active">ONE-WAY</div>
115
+ <div class="tab inactive">ROUND-TRIP</div>
116
+ </div>
117
+
118
+ <!-- From field -->
119
+ <div class="field-group">
120
+ <div class="row-label">
121
+ <svg class="inline-icon" viewBox="0 0 24 24">
122
+ <path d="M3 12h18" stroke="#1e3a4a" stroke-width="2" fill="none"/>
123
+ <circle cx="6" cy="12" r="3" fill="#14759A"/>
124
+ </svg>
125
+ <span>From</span>
126
+ </div>
127
+ <div class="row-content">
128
+ <div>
129
+ <div class="station">Lorton, VA</div>
130
+ <div class="station-sub">Auto Train Station</div>
131
+ </div>
132
+ <div class="swap-icon">
133
+ <svg class="icon" viewBox="0 0 24 24">
134
+ <path d="M7 17V7l-3 3" stroke="#14759A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
135
+ <path d="M17 7v10l3-3" stroke="#14759A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
136
+ </svg>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- To field -->
142
+ <div class="field-group">
143
+ <div class="row-label">
144
+ <svg class="inline-icon" viewBox="0 0 24 24">
145
+ <path d="M3 12h18" stroke="#1e3a4a" stroke-width="2" fill="none"/>
146
+ <circle cx="18" cy="12" r="3" fill="#14759A"/>
147
+ </svg>
148
+ <span>To</span>
149
+ </div>
150
+ <div class="row-content">
151
+ <div>
152
+ <div class="station">Sanford, FL</div>
153
+ <div class="station-sub">Auto Train Station</div>
154
+ </div>
155
+ <div class="swap-icon">
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <path d="M7 17V7l-3 3" stroke="#14759A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
158
+ <path d="M17 7v10l3-3" stroke="#14759A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Departure -->
165
+ <div class="line-row" style="margin-top: 36px;">
166
+ <div class="label">
167
+ <svg class="inline-icon" viewBox="0 0 24 24">
168
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" stroke="#1e3a4a" stroke-width="2" fill="none"/>
169
+ <path d="M3 9h18" stroke="#1e3a4a" stroke-width="2" />
170
+ <path d="M7 2v4M17 2v4" stroke="#1e3a4a" stroke-width="2" />
171
+ </svg>
172
+ <span>Departure</span>
173
+ </div>
174
+ <div class="value">September 15th, 2023</div>
175
+ </div>
176
+
177
+ <!-- Travelers -->
178
+ <div class="line-row" style="margin-top: 30px;">
179
+ <div class="label">
180
+ <svg class="inline-icon" viewBox="0 0 24 24">
181
+ <circle cx="12" cy="8" r="4" fill="#14759A"/>
182
+ <path d="M4 22c0-5 4-8 8-8s8 3 8 8" stroke="#14759A" stroke-width="2" fill="none"/>
183
+ </svg>
184
+ <span>Travelers</span>
185
+ </div>
186
+ <div class="value" style="color:#0b3a55;">1 Adult</div>
187
+ </div>
188
+
189
+ <!-- Help section -->
190
+ <div class="help-block">
191
+ <div class="help-title">
192
+ <span>Passenger with Disability or need help?</span>
193
+ <svg class="icon" viewBox="0 0 24 24">
194
+ <path d="M8 10l4 4 4-4" stroke="#0b3a55" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ <div class="help-desc">
198
+ Let us know your travel needs; such as if you travel with a mobility device or service animal, if you have vision or hearing loss or if you need assistance in the station.
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Coupons -->
203
+ <div class="coupon-area">
204
+ <div class="coupon-header">
205
+ <span>Coupons/Discounts</span>
206
+ <svg class="inline-icon" viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="10" stroke="#14759A" stroke-width="2" fill="none"/>
208
+ <path d="M12 8v8M12 5h0" stroke="#14759A" stroke-width="2" stroke-linecap="round"/>
209
+ </svg>
210
+ </div>
211
+ <div class="coupon-row">
212
+ <input class="text-input" placeholder="Coupon/Discount Code" />
213
+ <button class="btn-add">Add</button>
214
+ </div>
215
+ </div>
216
+
217
+ <button class="cta">FIND TRAINS</button>
218
+ </div>
219
+
220
+ <!-- Bottom navigation -->
221
+ <div class="bottom-nav">
222
+ <div class="nav-item">
223
+ <svg class="nav-icon" viewBox="0 0 24 24">
224
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="#556b7a"/>
225
+ </svg>
226
+ <div>Home</div>
227
+ </div>
228
+ <div class="nav-item active">
229
+ <svg class="nav-icon" viewBox="0 0 24 24">
230
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#14759A"/>
231
+ <path d="M6 10h12M6 13h12" stroke="#ffffff" stroke-width="1.5"/>
232
+ </svg>
233
+ <div>Book</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg class="nav-icon" viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="9" stroke="#556b7a" stroke-width="2" fill="none"/>
238
+ <path d="M12 7v6l4 2" stroke="#556b7a" stroke-width="2" stroke-linecap="round"/>
239
+ </svg>
240
+ <div>Status</div>
241
+ </div>
242
+ <div class="nav-item">
243
+ <svg class="nav-icon" viewBox="0 0 24 24">
244
+ <circle cx="12" cy="8" r="4" fill="#556b7a"/>
245
+ <path d="M4 22c0-5 4-8 8-8s8 3 8 8" stroke="#556b7a" stroke-width="2" fill="none"/>
246
+ </svg>
247
+ <div>Account</div>
248
+ </div>
249
+ <div class="nav-item">
250
+ <svg class="nav-icon" viewBox="0 0 24 24">
251
+ <circle cx="5" cy="12" r="2" fill="#556b7a"/>
252
+ <circle cx="12" cy="12" r="2" fill="#556b7a"/>
253
+ <circle cx="19" cy="12" r="2" fill="#556b7a"/>
254
+ </svg>
255
+ <div>More</div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+ </body>
260
+ </html>
code/5046/5046_7.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Select a Station UI</title>
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: #FFFFFF;
14
+ }
15
+
16
+ /* Header / App bar */
17
+ .header {
18
+ position: relative;
19
+ background: #0E5F7D;
20
+ height: 420px;
21
+ color: #fff;
22
+ box-sizing: border-box;
23
+ }
24
+ .back-btn {
25
+ position: absolute;
26
+ left: 40px;
27
+ top: 70px;
28
+ width: 64px;
29
+ height: 64px;
30
+ }
31
+ .back-btn svg { width: 100%; height: 100%; fill: none; stroke: #ffffff; stroke-width: 10; }
32
+ .map-text {
33
+ position: absolute;
34
+ right: 40px;
35
+ top: 74px;
36
+ font-weight: 700;
37
+ font-size: 42px;
38
+ letter-spacing: 1px;
39
+ }
40
+ .header-title {
41
+ position: absolute;
42
+ left: 40px;
43
+ bottom: 130px;
44
+ font-size: 72px;
45
+ font-weight: 600;
46
+ }
47
+
48
+ /* Search bar */
49
+ .search-bar-wrap {
50
+ position: absolute;
51
+ left: 40px;
52
+ right: 40px;
53
+ top: 380px;
54
+ height: 110px;
55
+ background: #F5F7F8;
56
+ border-radius: 22px;
57
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05) inset;
58
+ padding: 8px;
59
+ }
60
+ .search-bar {
61
+ height: 94px;
62
+ background: #ffffff;
63
+ border: 1px solid #DDE2E5;
64
+ border-radius: 20px;
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 30px;
68
+ box-sizing: border-box;
69
+ }
70
+ .search-icon {
71
+ width: 50px;
72
+ height: 50px;
73
+ margin-right: 24px;
74
+ }
75
+ .search-icon svg { width: 100%; height: 100%; stroke: #5D7C8C; stroke-width: 8; fill: none; }
76
+ .search-placeholder {
77
+ color: #7C8A95;
78
+ font-size: 44px;
79
+ }
80
+
81
+ /* Content area */
82
+ .content {
83
+ position: absolute;
84
+ top: 500px;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 0;
88
+ background: #ECF0F2;
89
+ overflow-y: auto;
90
+ padding-bottom: 200px;
91
+ }
92
+ .section {
93
+ background: #FFFFFF;
94
+ margin-top: 16px;
95
+ }
96
+ .section-title {
97
+ color: #7B8794;
98
+ font-size: 40px;
99
+ padding: 24px 40px 10px 40px;
100
+ }
101
+
102
+ .row {
103
+ display: flex;
104
+ align-items: center;
105
+ padding: 32px 40px;
106
+ border-top: 1px solid #E6EAED;
107
+ background: #FFFFFF;
108
+ }
109
+ .row:first-of-type { border-top: none; }
110
+ .star {
111
+ width: 64px;
112
+ height: 64px;
113
+ margin-right: 30px;
114
+ flex: 0 0 64px;
115
+ }
116
+ .star svg { width: 100%; height: 100%; fill: none; stroke: #0E5F7D; stroke-width: 10; }
117
+ .row-main {
118
+ flex: 1;
119
+ }
120
+ .city {
121
+ font-size: 50px;
122
+ color: #0F2840;
123
+ font-weight: 600;
124
+ line-height: 1.2;
125
+ }
126
+ .subtitle {
127
+ font-size: 34px;
128
+ color: #79848F;
129
+ margin-top: 8px;
130
+ }
131
+ .code {
132
+ font-size: 48px;
133
+ font-weight: 700;
134
+ color: #0F2840;
135
+ margin-left: 20px;
136
+ }
137
+
138
+ /* Button */
139
+ .view-all-wrap {
140
+ display: flex;
141
+ justify-content: center;
142
+ padding: 40px 0 100px;
143
+ background: #ECF0F2;
144
+ border-top: 1px solid transparent;
145
+ }
146
+ .view-all-btn {
147
+ background: #FFFFFF;
148
+ color: #0E5F7D;
149
+ font-weight: 700;
150
+ font-size: 42px;
151
+ padding: 26px 40px;
152
+ border-radius: 20px;
153
+ border: 1px solid #DDE2E5;
154
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
155
+ }
156
+
157
+ /* Gesture handle placeholder */
158
+ .gesture {
159
+ position: absolute;
160
+ bottom: 22px;
161
+ left: 50%;
162
+ transform: translateX(-50%);
163
+ width: 500px;
164
+ height: 10px;
165
+ background: #C9CDD1;
166
+ border-radius: 6px;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Header -->
174
+ <div class="header">
175
+ <div class="back-btn">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M15 4 L7 12 L15 20" />
178
+ </svg>
179
+ </div>
180
+ <div class="map-text">MAP</div>
181
+ <div class="header-title">Select a Station</div>
182
+ </div>
183
+
184
+ <!-- Search -->
185
+ <div class="search-bar-wrap">
186
+ <div class="search-bar">
187
+ <div class="search-icon">
188
+ <svg viewBox="0 0 24 24">
189
+ <circle cx="10" cy="10" r="7"></circle>
190
+ <line x1="16" y1="16" x2="22" y2="22"></line>
191
+ </svg>
192
+ </div>
193
+ <div class="search-placeholder">Search</div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Content -->
198
+ <div class="content">
199
+ <div class="section">
200
+ <div class="section-title">Recents</div>
201
+
202
+ <div class="row">
203
+ <div class="star">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="row-main">
209
+ <div class="city">Birmingham, AL</div>
210
+ </div>
211
+ <div class="code">BHM</div>
212
+ </div>
213
+
214
+ <div class="row">
215
+ <div class="star">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="row-main">
221
+ <div class="city">Camp Verde, AZ</div>
222
+ </div>
223
+ <div class="code">CVD</div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="star">
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="row-main">
233
+ <div class="city">Lorton, VA</div>
234
+ <div class="subtitle">Auto Train Station</div>
235
+ </div>
236
+ <div class="code">LOR</div>
237
+ </div>
238
+
239
+ <div class="row">
240
+ <div class="star">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
243
+ </svg>
244
+ </div>
245
+ <div class="row-main">
246
+ <div class="city">Montreal, QC</div>
247
+ <div class="subtitle">Gare Centrale / Central Station</div>
248
+ </div>
249
+ <div class="code">MTR</div>
250
+ </div>
251
+
252
+ <div class="row">
253
+ <div class="star">
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="row-main">
259
+ <div class="city">New York, NY</div>
260
+ <div class="subtitle">Moynihan Train Hall at Penn Sta.</div>
261
+ </div>
262
+ <div class="code">NYP</div>
263
+ </div>
264
+
265
+ <div class="row">
266
+ <div class="star">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="row-main">
272
+ <div class="city">Sanford, FL</div>
273
+ <div class="subtitle">Auto Train Station</div>
274
+ </div>
275
+ <div class="code">SFA</div>
276
+ </div>
277
+
278
+ <div class="row">
279
+ <div class="star">
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M12 3 L14.5 9.5 L21 10 L16 14 L17.5 21 L12 17.5 L6.5 21 L8 14 L3 10 L9.5 9.5 Z"></path>
282
+ </svg>
283
+ </div>
284
+ <div class="row-main">
285
+ <div class="city">Tuscaloosa, AL</div>
286
+ </div>
287
+ <div class="code">TCL</div>
288
+ </div>
289
+
290
+ <div class="view-all-wrap">
291
+ <div class="view-all-btn">VIEW ALL STATIONS</div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Bottom gesture handle -->
297
+ <div class="gesture"></div>
298
+ </div>
299
+ </body>
300
+ </html>
code/5046/5046_8.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amtrak - Book a Trip</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
+ color: #1e3d5a;
14
+ }
15
+ .screen {
16
+ padding: 40px 48px 0 48px;
17
+ }
18
+ /* Header */
19
+ .brand {
20
+ display: flex;
21
+ align-items: center;
22
+ gap: 24px;
23
+ margin-top: 20px;
24
+ }
25
+ .brand .logo-placeholder {
26
+ width: 88px;
27
+ height: 52px;
28
+ background: #e0eaf3;
29
+ border: 1px solid #b8c6d8;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ color: #5c7ea6;
34
+ font-size: 20px;
35
+ border-radius: 6px;
36
+ }
37
+ .brand .wordmark {
38
+ font-weight: bold;
39
+ letter-spacing: 4px;
40
+ font-size: 44px;
41
+ color: #1f6ca3;
42
+ }
43
+ .page-title {
44
+ margin-top: 40px;
45
+ font-size: 64px;
46
+ font-weight: 600;
47
+ color: #234b6e;
48
+ }
49
+
50
+ /* Tabs */
51
+ .tabs {
52
+ display: flex;
53
+ margin-top: 30px;
54
+ border-radius: 8px;
55
+ overflow: hidden;
56
+ border: 1px solid #d0d7de;
57
+ }
58
+ .tab {
59
+ width: 50%;
60
+ padding: 30px 0;
61
+ text-align: center;
62
+ font-size: 34px;
63
+ font-weight: 600;
64
+ color: #1f6ca3;
65
+ background: #ffffff;
66
+ }
67
+ .tab.active {
68
+ background: #1f6ca3;
69
+ color: #ffffff;
70
+ }
71
+
72
+ /* Form sections */
73
+ .section {
74
+ margin-top: 36px;
75
+ border-bottom: 2px solid #e6ecf2;
76
+ padding-bottom: 26px;
77
+ position: relative;
78
+ }
79
+ .label {
80
+ font-size: 30px;
81
+ color: #345a78;
82
+ opacity: 0.9;
83
+ }
84
+ .value {
85
+ margin-top: 12px;
86
+ font-size: 42px;
87
+ color: #0b2f4b;
88
+ font-weight: 600;
89
+ }
90
+ .subtext {
91
+ margin-top: 6px;
92
+ font-size: 30px;
93
+ color: #607d93;
94
+ }
95
+ .swap-icon {
96
+ position: absolute;
97
+ right: 12px;
98
+ top: 46px;
99
+ width: 72px;
100
+ height: 72px;
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ }
105
+ .icon-btn svg { width: 54px; height: 54px; stroke: #1f6ca3; }
106
+
107
+ .row {
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 24px;
111
+ }
112
+ .row .icon {
113
+ width: 48px; height: 48px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+ .row .row-content {
117
+ flex: 1;
118
+ }
119
+
120
+ /* Helper section */
121
+ .helper {
122
+ margin-top: 30px;
123
+ line-height: 1.4;
124
+ color: #395a77;
125
+ }
126
+ .helper-title {
127
+ font-size: 44px;
128
+ font-weight: 600;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: space-between;
132
+ }
133
+ .helper-body {
134
+ margin-top: 16px;
135
+ font-size: 30px;
136
+ color: #5a758e;
137
+ }
138
+
139
+ /* Coupon area */
140
+ .coupon-header {
141
+ margin-top: 40px;
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 16px;
145
+ color: #1f6ca3;
146
+ font-size: 32px;
147
+ font-weight: 600;
148
+ }
149
+ .info-dot {
150
+ width: 36px;
151
+ height: 36px;
152
+ border-radius: 50%;
153
+ border: 2px solid #92a8c4;
154
+ color: #92a8c4;
155
+ display: inline-flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ font-size: 22px;
159
+ }
160
+ .coupon-input-row {
161
+ display: flex;
162
+ align-items: center;
163
+ margin-top: 18px;
164
+ border: 2px solid #d7dee6;
165
+ border-radius: 10px;
166
+ overflow: hidden;
167
+ }
168
+ .coupon-input {
169
+ flex: 1;
170
+ padding: 26px;
171
+ font-size: 34px;
172
+ color: #475f78;
173
+ border: none;
174
+ outline: none;
175
+ }
176
+ .add-btn {
177
+ width: 240px;
178
+ text-align: center;
179
+ padding: 28px 0;
180
+ background: #f2f7fb;
181
+ color: #176aa3;
182
+ font-weight: 700;
183
+ border-left: 2px solid #d7dee6;
184
+ font-size: 36px;
185
+ }
186
+
187
+ /* CTA */
188
+ .cta {
189
+ margin-top: 46px;
190
+ background: #4b8004;
191
+ color: #ffffff;
192
+ text-align: center;
193
+ font-size: 44px;
194
+ font-weight: 700;
195
+ padding: 34px 0;
196
+ border-radius: 10px;
197
+ }
198
+
199
+ /* Bottom nav */
200
+ .bottom-nav {
201
+ position: absolute;
202
+ bottom: 0;
203
+ left: 0;
204
+ width: 1080px;
205
+ height: 210px;
206
+ border-top: 1px solid #e0e6ee;
207
+ background: #ffffff;
208
+ display: flex;
209
+ justify-content: space-around;
210
+ align-items: center;
211
+ }
212
+ .nav-item {
213
+ display: flex;
214
+ flex-direction: column;
215
+ align-items: center;
216
+ gap: 12px;
217
+ font-size: 32px;
218
+ color: #5b6f86;
219
+ }
220
+ .nav-item.active { color: #1f6ca3; }
221
+ .nav-icon {
222
+ width: 80px; height: 80px;
223
+ display: flex; align-items: center; justify-content: center;
224
+ border-radius: 16px;
225
+ }
226
+ .nav-item.active .nav-icon {
227
+ background: #e5f1fb;
228
+ border: 2px solid #a5c6e6;
229
+ }
230
+ .home-indicator {
231
+ position: absolute;
232
+ bottom: 220px;
233
+ left: 50%;
234
+ transform: translateX(-50%);
235
+ width: 360px;
236
+ height: 14px;
237
+ background: #101010;
238
+ border-radius: 10px;
239
+ opacity: 0.7;
240
+ }
241
+
242
+ /* simple svg styles */
243
+ svg { display: block; }
244
+ </style>
245
+ </head>
246
+ <body>
247
+ <div id="render-target">
248
+ <div class="screen">
249
+ <!-- Header -->
250
+ <div class="brand">
251
+ <div class="logo-placeholder">[IMG: Amtrak Logo]</div>
252
+ <div class="wordmark">AMTRAK</div>
253
+ </div>
254
+
255
+ <div class="page-title">Book a Trip</div>
256
+
257
+ <!-- Tabs -->
258
+ <div class="tabs">
259
+ <div class="tab active">ONE-WAY</div>
260
+ <div class="tab">ROUND-TRIP</div>
261
+ </div>
262
+
263
+ <!-- From -->
264
+ <div class="section">
265
+ <div class="label">From</div>
266
+ <div class="value">Lorton, VA</div>
267
+ <div class="subtext">Auto Train Station</div>
268
+ <div class="swap-icon icon-btn">
269
+ <!-- up/down arrows -->
270
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="1.6">
271
+ <path d="M7 18V6M7 6l-3 3M7 6l3 3" stroke="#1f6ca3"/>
272
+ <path d="M17 6v12M17 18l-3-3M17 18l3-3" stroke="#1f6ca3"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- To -->
278
+ <div class="section">
279
+ <div class="label">To</div>
280
+ <div class="value">Sanford, FL</div>
281
+ <div class="subtext">Auto Train Station</div>
282
+ </div>
283
+
284
+ <!-- Departure -->
285
+ <div class="section">
286
+ <div class="row">
287
+ <div class="icon">
288
+ <!-- calendar icon -->
289
+ <svg viewBox="0 0 24 24" fill="none" stroke="#254f78" stroke-width="1.6">
290
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
291
+ <path d="M8 3v4M16 3v4M3 10h18"></path>
292
+ </svg>
293
+ </div>
294
+ <div class="row-content">
295
+ <div class="label">Departure</div>
296
+ <div class="value" style="font-weight:600;">September 15th, 2023</div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Travelers -->
302
+ <div class="section">
303
+ <div class="row">
304
+ <div class="icon">
305
+ <!-- user icon -->
306
+ <svg viewBox="0 0 24 24" fill="none" stroke="#254f78" stroke-width="1.6">
307
+ <circle cx="12" cy="7" r="4"></circle>
308
+ <path d="M4 21c0-4.418 3.582-7 8-7s8 2.582 8 7"></path>
309
+ </svg>
310
+ </div>
311
+ <div class="row-content">
312
+ <div class="label">Travelers</div>
313
+ <div class="value">1 Adult</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Helper -->
319
+ <div class="helper">
320
+ <div class="helper-title">
321
+ <span>Passenger with Disability or need help?</span>
322
+ <!-- caret down -->
323
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#1f6ca3" stroke-width="2">
324
+ <path d="M6 9l6 6 6-6" />
325
+ </svg>
326
+ </div>
327
+ <div class="helper-body">
328
+ Let us know your travel needs; such as if you travel with a mobility device or service animal, if you have vision or hearing loss or if you need assistance in the station.
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Coupons -->
333
+ <div class="coupon-header">
334
+ <span>Coupons/Discounts</span>
335
+ <span class="info-dot">i</span>
336
+ </div>
337
+ <div class="coupon-input-row">
338
+ <input class="coupon-input" type="text" placeholder="Coupon/Discount Code" />
339
+ <div class="add-btn">Add</div>
340
+ </div>
341
+
342
+ <!-- CTA -->
343
+ <div class="cta">FIND TRAINS</div>
344
+ </div>
345
+
346
+ <!-- Home indicator (above bottom nav) -->
347
+ <div class="home-indicator"></div>
348
+
349
+ <!-- Bottom Navigation -->
350
+ <div class="bottom-nav">
351
+ <div class="nav-item">
352
+ <div class="nav-icon">
353
+ <!-- Home icon -->
354
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke="#5b6f86" stroke-width="1.8">
355
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-5V12H10v9H5a2 2 0 0 1-2-2v-9z"/>
356
+ </svg>
357
+ </div>
358
+ <div>Home</div>
359
+ </div>
360
+ <div class="nav-item active">
361
+ <div class="nav-icon">
362
+ <!-- Train/Book icon -->
363
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke="#1f6ca3" stroke-width="1.8">
364
+ <rect x="5" y="3" width="14" height="14" rx="3"></rect>
365
+ <path d="M7 17l-2 3M17 17l2 3M7 8h10"></path>
366
+ </svg>
367
+ </div>
368
+ <div>Book</div>
369
+ </div>
370
+ <div class="nav-item">
371
+ <div class="nav-icon">
372
+ <!-- Clock icon -->
373
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke="#5b6f86" stroke-width="1.8">
374
+ <circle cx="12" cy="12" r="9"></circle>
375
+ <path d="M12 7v6l4 2"></path>
376
+ </svg>
377
+ </div>
378
+ <div>Status</div>
379
+ </div>
380
+ <div class="nav-item">
381
+ <div class="nav-icon">
382
+ <!-- User icon -->
383
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke="#5b6f86" stroke-width="1.8">
384
+ <circle cx="12" cy="7" r="4"></circle>
385
+ <path d="M4 21c0-4.418 3.582-7 8-7s8 2.582 8 7"></path>
386
+ </svg>
387
+ </div>
388
+ <div>Account</div>
389
+ </div>
390
+ <div class="nav-item">
391
+ <div class="nav-icon">
392
+ <!-- Ellipsis icon -->
393
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="#5b6f86">
394
+ <circle cx="5" cy="12" r="2"></circle>
395
+ <circle cx="12" cy="12" r="2"></circle>
396
+ <circle cx="19" cy="12" r="2"></circle>
397
+ </svg>
398
+ </div>
399
+ <div>More</div>
400
+ </div>
401
+ </div>
402
+ </div>
403
+ </body>
404
+ </html>
code/5046/5046_9.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Date Picker UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
12
+ color: #0c2f44;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ }
21
+
22
+ /* Top navigation */
23
+ .topbar {
24
+ position: relative;
25
+ height: 190px;
26
+ padding-top: 30px;
27
+ }
28
+ .nav-btn {
29
+ position: absolute;
30
+ left: 40px;
31
+ top: 58px;
32
+ width: 72px;
33
+ height: 72px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ color: #0c5072;
38
+ }
39
+ .done-btn {
40
+ position: absolute;
41
+ right: 40px;
42
+ top: 64px;
43
+ font-size: 40px;
44
+ letter-spacing: 1px;
45
+ color: #0c5072;
46
+ font-weight: 600;
47
+ }
48
+ .screen-title {
49
+ position: absolute;
50
+ left: 40px;
51
+ top: 120px;
52
+ font-size: 56px;
53
+ font-weight: 600;
54
+ color: #134c6b;
55
+ }
56
+ .divider {
57
+ position: absolute;
58
+ left: 0;
59
+ right: 0;
60
+ top: 190px;
61
+ height: 2px;
62
+ background: #e6e6e6;
63
+ }
64
+
65
+ /* Month sections */
66
+ .calendar {
67
+ position: absolute;
68
+ left: 40px;
69
+ right: 40px;
70
+ top: 210px;
71
+ }
72
+ .month-section {
73
+ margin-bottom: 60px;
74
+ }
75
+ .month-title {
76
+ text-align: center;
77
+ font-size: 58px;
78
+ font-weight: 700;
79
+ color: #0e3e5b;
80
+ margin: 40px 0 22px;
81
+ }
82
+ .weekday-row {
83
+ display: grid;
84
+ grid-template-columns: repeat(7, 1fr);
85
+ text-align: center;
86
+ font-size: 30px;
87
+ color: #2a85a6;
88
+ margin: 0 20px 18px;
89
+ }
90
+
91
+ .days-grid {
92
+ display: grid;
93
+ grid-template-columns: repeat(7, 1fr);
94
+ grid-auto-rows: 126px;
95
+ gap: 8px 14px;
96
+ padding: 0 10px;
97
+ }
98
+
99
+ .day {
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ font-size: 44px;
104
+ color: #0b3c54;
105
+ }
106
+ .day.disabled {
107
+ color: #cfcfcf;
108
+ }
109
+ .day.selected .bubble {
110
+ background: #0b5b7a;
111
+ color: #ffffff;
112
+ }
113
+ .bubble {
114
+ width: 116px;
115
+ height: 116px;
116
+ border-radius: 58px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ }
121
+
122
+ /* Bottom home indicator (visual) */
123
+ .system-bar {
124
+ position: absolute;
125
+ bottom: 0;
126
+ left: 0;
127
+ right: 0;
128
+ height: 120px;
129
+ background: #000000;
130
+ }
131
+ .home-pill {
132
+ position: absolute;
133
+ left: 50%;
134
+ bottom: 26px;
135
+ transform: translateX(-50%);
136
+ width: 280px;
137
+ height: 12px;
138
+ background: #bfbfbf;
139
+ border-radius: 10px;
140
+ opacity: 0.7;
141
+ }
142
+
143
+ /* Simple icon */
144
+ .nav-btn svg {
145
+ width: 56px;
146
+ height: 56px;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <div class="topbar">
154
+ <div class="nav-btn">
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M15.5 4.5L7 12l8.5 7.5" fill="none" stroke="#0c5072" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="done-btn">DONE</div>
160
+ <div class="screen-title">Select Date</div>
161
+ <div class="divider"></div>
162
+ </div>
163
+
164
+ <div class="calendar">
165
+
166
+ <!-- September 2023 -->
167
+ <div class="month-section">
168
+ <div class="month-title">September 2023</div>
169
+ <div class="weekday-row">
170
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
171
+ </div>
172
+ <div class="days-grid">
173
+ <!-- Week 1: blanks then 1,2 -->
174
+ <div></div><div></div><div></div><div></div><div></div>
175
+ <div class="day disabled"><div class="bubble">1</div></div>
176
+ <div class="day disabled"><div class="bubble">2</div></div>
177
+
178
+ <!-- Week 2: 3-9 (past) -->
179
+ <div class="day disabled"><div class="bubble">3</div></div>
180
+ <div class="day disabled"><div class="bubble">4</div></div>
181
+ <div class="day disabled"><div class="bubble">5</div></div>
182
+ <div class="day disabled"><div class="bubble">6</div></div>
183
+ <div class="day disabled"><div class="bubble">7</div></div>
184
+ <div class="day disabled"><div class="bubble">8</div></div>
185
+ <div class="day disabled"><div class="bubble">9</div></div>
186
+
187
+ <!-- Week 3: 10-16 (10-14 past, 15 selected) -->
188
+ <div class="day disabled"><div class="bubble">10</div></div>
189
+ <div class="day disabled"><div class="bubble">11</div></div>
190
+ <div class="day disabled"><div class="bubble">12</div></div>
191
+ <div class="day disabled"><div class="bubble">13</div></div>
192
+ <div class="day disabled"><div class="bubble">14</div></div>
193
+ <div class="day selected"><div class="bubble">15</div></div>
194
+ <div class="day"><div class="bubble">16</div></div>
195
+
196
+ <!-- Week 4: 17-23 -->
197
+ <div class="day"><div class="bubble">17</div></div>
198
+ <div class="day"><div class="bubble">18</div></div>
199
+ <div class="day"><div class="bubble">19</div></div>
200
+ <div class="day"><div class="bubble">20</div></div>
201
+ <div class="day"><div class="bubble">21</div></div>
202
+ <div class="day"><div class="bubble">22</div></div>
203
+ <div class="day"><div class="bubble">23</div></div>
204
+
205
+ <!-- Week 5: 24-30 -->
206
+ <div class="day"><div class="bubble">24</div></div>
207
+ <div class="day"><div class="bubble">25</div></div>
208
+ <div class="day"><div class="bubble">26</div></div>
209
+ <div class="day"><div class="bubble">27</div></div>
210
+ <div class="day"><div class="bubble">28</div></div>
211
+ <div class="day"><div class="bubble">29</div></div>
212
+ <div class="day"><div class="bubble">30</div></div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- October 2023 -->
217
+ <div class="month-section">
218
+ <div class="month-title">October 2023</div>
219
+ <div class="weekday-row">
220
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
221
+ </div>
222
+ <div class="days-grid">
223
+ <!-- Week 1 -->
224
+ <div class="day"><div class="bubble">1</div></div>
225
+ <div class="day"><div class="bubble">2</div></div>
226
+ <div class="day"><div class="bubble">3</div></div>
227
+ <div class="day"><div class="bubble">4</div></div>
228
+ <div class="day"><div class="bubble">5</div></div>
229
+ <div class="day"><div class="bubble">6</div></div>
230
+ <div class="day"><div class="bubble">7</div></div>
231
+
232
+ <!-- Week 2 -->
233
+ <div class="day"><div class="bubble">8</div></div>
234
+ <div class="day"><div class="bubble">9</div></div>
235
+ <div class="day"><div class="bubble">10</div></div>
236
+ <div class="day"><div class="bubble">11</div></div>
237
+ <div class="day"><div class="bubble">12</div></div>
238
+ <div class="day"><div class="bubble">13</div></div>
239
+ <div class="day"><div class="bubble">14</div></div>
240
+
241
+ <!-- Week 3 -->
242
+ <div class="day"><div class="bubble">15</div></div>
243
+ <div class="day"><div class="bubble">16</div></div>
244
+ <div class="day"><div class="bubble">17</div></div>
245
+ <div class="day"><div class="bubble">18</div></div>
246
+ <div class="day"><div class="bubble">19</div></div>
247
+ <div class="day"><div class="bubble">20</div></div>
248
+ <div class="day"><div class="bubble">21</div></div>
249
+
250
+ <!-- Week 4 -->
251
+ <div class="day"><div class="bubble">22</div></div>
252
+ <div class="day"><div class="bubble">23</div></div>
253
+ <div class="day"><div class="bubble">24</div></div>
254
+ <div class="day"><div class="bubble">25</div></div>
255
+ <div class="day"><div class="bubble">26</div></div>
256
+ <div class="day"><div class="bubble">27</div></div>
257
+ <div class="day"><div class="bubble">28</div></div>
258
+
259
+ <!-- Week 5 -->
260
+ <div class="day"><div class="bubble">29</div></div>
261
+ <div class="day"><div class="bubble">30</div></div>
262
+ <div class="day"><div class="bubble">31</div></div>
263
+ <!-- trailing blanks -->
264
+ <div></div><div></div><div></div><div></div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- November title only (visible at bottom) -->
269
+ <div class="month-section" style="margin-bottom: 0;">
270
+ <div class="month-title">November 2023</div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="system-bar">
275
+ <div class="home-pill"></div>
276
+ </div>
277
+ </div>
278
+ </body>
279
+ </html>
code/5050/5050_0.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Home UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background:
15
+ radial-gradient(1200px 700px at 150px -200px, #eaf1ff 0%, #b7c9f0 30%, rgba(23,38,73,0.8) 60%, #0a1325 80%) ,
16
+ linear-gradient(180deg, #0a1325 0%, #040912 60%, #02060d 100%);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 28px;
23
+ left: 36px;
24
+ right: 36px;
25
+ height: 80px;
26
+ color: #ffffff;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ opacity: 0.95;
31
+ }
32
+ .status-left {
33
+ font-size: 38px;
34
+ letter-spacing: 1px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ gap: 26px;
39
+ align-items: center;
40
+ }
41
+ .status-icon svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 2.5; }
42
+
43
+ /* App grid */
44
+ .apps-grid {
45
+ position: absolute;
46
+ top: 1320px;
47
+ left: 0;
48
+ width: 100%;
49
+ display: grid;
50
+ grid-template-columns: repeat(4, 1fr);
51
+ justify-items: center;
52
+ row-gap: 90px;
53
+ }
54
+ .app {
55
+ width: 210px;
56
+ text-align: center;
57
+ color: #ffffff;
58
+ }
59
+ .icon-circle {
60
+ width: 170px;
61
+ height: 170px;
62
+ border-radius: 50%;
63
+ background: #ffffff;
64
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .icon-circle svg { width: 104px; height: 104px; }
70
+ .label {
71
+ font-size: 36px;
72
+ margin-top: 20px;
73
+ text-shadow: 0 2px 4px rgba(0,0,0,0.35);
74
+ }
75
+ .spacer { width: 210px; height: 210px; }
76
+
77
+ /* Dock */
78
+ .dock {
79
+ position: absolute;
80
+ bottom: 490px;
81
+ left: 90px;
82
+ width: 900px;
83
+ display: grid;
84
+ grid-template-columns: repeat(4, 1fr);
85
+ justify-items: center;
86
+ column-gap: 62px;
87
+ }
88
+ .dock .icon-circle { width: 160px; height: 160px; }
89
+ .dock .icon-circle svg { width: 92px; height: 92px; }
90
+
91
+ /* Search bar */
92
+ .search-bar {
93
+ position: absolute;
94
+ bottom: 230px;
95
+ left: 70px;
96
+ width: 940px;
97
+ height: 120px;
98
+ background: #2d3138;
99
+ border-radius: 60px;
100
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: space-between;
104
+ padding: 0 32px;
105
+ color: #ffffff;
106
+ }
107
+ .search-left {
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 22px;
111
+ font-size: 40px;
112
+ }
113
+ .g-logo {
114
+ width: 64px; height: 64px; border-radius: 50%;
115
+ background: #1f1f1f;
116
+ display: flex; align-items: center; justify-content: center;
117
+ font-weight: 700;
118
+ color: #4caf50;
119
+ }
120
+ .search-actions {
121
+ display: flex; align-items: center; gap: 24px;
122
+ }
123
+ .action-btn {
124
+ width: 72px; height: 72px; border-radius: 16px; background: #3a3f46;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .action-btn svg { width: 38px; height: 38px; stroke: #ff5252; fill: none; }
128
+ .action-btn.camera svg { stroke: #e0e0e0; }
129
+
130
+ /* Gesture bar */
131
+ .gesture {
132
+ position: absolute;
133
+ bottom: 120px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 320px;
137
+ height: 14px;
138
+ border-radius: 8px;
139
+ background: rgba(255,255,255,0.75);
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Status Bar -->
147
+ <div class="status-bar">
148
+ <div class="status-left">11:02</div>
149
+ <div class="status-right">
150
+ <div class="status-icon">
151
+ <!-- Wi-Fi -->
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M2 8c5-4 15-4 20 0"/>
154
+ <path d="M5 12c4-3 10-3 14 0"/>
155
+ <path d="M9 16c2-2 4-2 6 0"/>
156
+ <circle cx="12" cy="19" r="1.8" fill="#fff" stroke="none"/>
157
+ </svg>
158
+ </div>
159
+ <div class="status-icon">
160
+ <!-- Battery -->
161
+ <svg viewBox="0 0 30 24">
162
+ <rect x="2" y="5" width="22" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2.5"/>
163
+ <rect x="24" y="9" width="4" height="6" rx="1" ry="1" fill="#fff" stroke="none"/>
164
+ <rect x="4" y="7" width="18" height="10" fill="#fff" stroke="none" opacity="0.8"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Apps Grid -->
171
+ <div class="apps-grid">
172
+ <!-- Row 1: two icons placed to the right -->
173
+ <div class="spacer"></div>
174
+ <div class="spacer"></div>
175
+
176
+ <div class="app">
177
+ <div class="icon-circle">
178
+ <!-- Drive (simplified triangle) -->
179
+ <svg viewBox="0 0 100 100">
180
+ <polygon points="50,18 86,76 14,76" fill="#4CAF50"/>
181
+ </svg>
182
+ </div>
183
+ <div class="label">Drive</div>
184
+ </div>
185
+
186
+ <div class="app">
187
+ <div class="icon-circle">
188
+ <!-- Citymapper (green circle + arrow) -->
189
+ <svg viewBox="0 0 100 100">
190
+ <circle cx="50" cy="50" r="36" fill="#35c759"/>
191
+ <path d="M30 50h40" stroke="#fff" stroke-width="8" stroke-linecap="round"/>
192
+ <path d="M58 38l12 12-12 12" stroke="#fff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
193
+ </svg>
194
+ </div>
195
+ <div class="label">Citymapper</div>
196
+ </div>
197
+
198
+ <!-- Row 2: four icons -->
199
+ <div class="app">
200
+ <div class="icon-circle">
201
+ <!-- Play Store (simplified kite) -->
202
+ <svg viewBox="0 0 100 100">
203
+ <polygon points="20,20 78,50 20,80" fill="#4285F4"/>
204
+ <polygon points="20,20 40,50 20,80" fill="#34A853"/>
205
+ <polygon points="40,50 78,50 60,64" fill="#FBBC05"/>
206
+ <polygon points="40,50 60,36 78,50 60,64" fill="#EA4335"/>
207
+ </svg>
208
+ </div>
209
+ <div class="label">Play Store</div>
210
+ </div>
211
+
212
+ <div class="app">
213
+ <div class="icon-circle">
214
+ <!-- Photos (four petals) -->
215
+ <svg viewBox="0 0 100 100">
216
+ <circle cx="50" cy="34" r="16" fill="#4285F4"/>
217
+ <circle cx="66" cy="50" r="16" fill="#FBBC05"/>
218
+ <circle cx="50" cy="66" r="16" fill="#34A853"/>
219
+ <circle cx="34" cy="50" r="16" fill="#EA4335"/>
220
+ </svg>
221
+ </div>
222
+ <div class="label">Photos</div>
223
+ </div>
224
+
225
+ <div class="app">
226
+ <div class="icon-circle">
227
+ <!-- Gmail (envelope M) -->
228
+ <svg viewBox="0 0 100 100">
229
+ <rect x="18" y="28" width="64" height="44" rx="8" fill="#fff" stroke="#d93025" stroke-width="6"/>
230
+ <path d="M18 28l32 24 32-24" stroke="#d93025" stroke-width="8" fill="none"/>
231
+ </svg>
232
+ </div>
233
+ <div class="label">Gmail</div>
234
+ </div>
235
+
236
+ <div class="app">
237
+ <div class="icon-circle">
238
+ <!-- YouTube -->
239
+ <svg viewBox="0 0 100 100">
240
+ <rect x="20" y="30" width="60" height="40" rx="12" fill="#ff0000"/>
241
+ <polygon points="45,36 65,50 45,64" fill="#fff"/>
242
+ </svg>
243
+ </div>
244
+ <div class="label">YouTube</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Dock Icons -->
249
+ <div class="dock">
250
+ <div class="icon-circle">
251
+ <!-- Phone -->
252
+ <svg viewBox="0 0 100 100">
253
+ <path d="M32 28c4-4 10-4 14 0l6 6c2 2 2 5 0 7l-6 6c6 12 17 21 30 26l6-6c2-2 5-2 7 0l6 6c4 4 4 10 0 14l-6 6c-6 6-16 4-24 1-20-8-36-24-44-44-3-8-5-18 1-24l6-6z" fill="#3b82f6"/>
254
+ </svg>
255
+ </div>
256
+ <div class="icon-circle">
257
+ <!-- Messages -->
258
+ <svg viewBox="0 0 100 100">
259
+ <rect x="20" y="22" width="60" height="44" rx="12" fill="#4c8bf5"/>
260
+ <rect x="28" y="30" width="44" height="12" rx="6" fill="#fff"/>
261
+ <rect x="28" y="46" width="32" height="10" rx="5" fill="#e6f0ff"/>
262
+ </svg>
263
+ </div>
264
+ <div class="icon-circle">
265
+ <!-- Chrome -->
266
+ <svg viewBox="0 0 100 100">
267
+ <circle cx="50" cy="50" r="40" fill="#ea4335"/>
268
+ <path d="M50 10a40 40 0 0 1 34 20H50z" fill="#fbbc05"/>
269
+ <path d="M20 38a40 40 0 0 0 30 52l20-32-20-20z" fill="#34a853"/>
270
+ <circle cx="50" cy="50" r="16" fill="#4285f4"/>
271
+ </svg>
272
+ </div>
273
+ <div class="icon-circle">
274
+ <!-- Camera -->
275
+ <svg viewBox="0 0 100 100">
276
+ <rect x="18" y="30" width="64" height="40" rx="10" fill="#5a5a5a"/>
277
+ <circle cx="50" cy="50" r="14" fill="#dfe7ff"/>
278
+ <rect x="34" y="22" width="12" height="10" rx="3" fill="#7a7a7a"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Search Bar -->
284
+ <div class="search-bar">
285
+ <div class="search-left">
286
+ <div class="g-logo">G</div>
287
+ <div style="color:#cfd3da;">Search...</div>
288
+ </div>
289
+ <div class="search-actions">
290
+ <div class="action-btn">
291
+ <!-- Microphone -->
292
+ <svg viewBox="0 0 24 24">
293
+ <path d="M12 4a3 3 0 0 1 3 3v5a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3z"/>
294
+ <path d="M5 11a7 7 0 0 0 14 0" stroke-linecap="round"/>
295
+ <path d="M12 18v3" stroke-linecap="round"/>
296
+ </svg>
297
+ </div>
298
+ <div class="action-btn camera">
299
+ <!-- Camera -->
300
+ <svg viewBox="0 0 24 24">
301
+ <rect x="3" y="6" width="18" height="12" rx="2"/>
302
+ <circle cx="12" cy="12" r="4"/>
303
+ <rect x="8" y="3" width="6" height="3" rx="1"/>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Gesture bar -->
310
+ <div class="gesture"></div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/5050/5050_1.html ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Drive Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #1f2227;
15
+ color: #E9ECEF;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 95px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ color: #E9ECEF;
31
+ font-size: 34px;
32
+ letter-spacing: 1px;
33
+ opacity: 0.95;
34
+ }
35
+ .status-icons { display: flex; align-items: center; gap: 22px; }
36
+
37
+ /* Header row with pill title */
38
+ .topbar {
39
+ position: absolute;
40
+ top: 110px;
41
+ left: 32px;
42
+ right: 32px;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 26px;
46
+ }
47
+ .hamburger {
48
+ width: 84px;
49
+ height: 84px;
50
+ border-radius: 18px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ color: #C9CDD3;
55
+ }
56
+ .pill {
57
+ flex: 1;
58
+ height: 96px;
59
+ background: #2b3238;
60
+ border-radius: 52px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ font-size: 44px;
65
+ font-weight: 600;
66
+ color: #EAF0F6;
67
+ letter-spacing: 0.3px;
68
+ }
69
+ .avatar {
70
+ width: 84px;
71
+ height: 84px;
72
+ background: #39444c;
73
+ border-radius: 50%;
74
+ border: 2px solid #4f5b63;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ font-weight: 700;
79
+ color: #B6D2D9;
80
+ font-size: 44px;
81
+ }
82
+
83
+ /* Tabs */
84
+ .tabs {
85
+ position: absolute;
86
+ top: 240px;
87
+ left: 60px;
88
+ right: 60px;
89
+ display: flex;
90
+ gap: 60px;
91
+ color: #C7CDD3;
92
+ font-size: 38px;
93
+ }
94
+ .tab {
95
+ padding: 20px 0;
96
+ position: relative;
97
+ }
98
+ .tab.active { color: #EAF0F6; }
99
+ .tab.active::after {
100
+ content: "";
101
+ position: absolute;
102
+ left: 0;
103
+ bottom: -18px;
104
+ width: 160px;
105
+ height: 8px;
106
+ background: #8FB3FF;
107
+ border-radius: 4px;
108
+ }
109
+ .divider {
110
+ position: absolute;
111
+ top: 310px;
112
+ left: 0;
113
+ width: 100%;
114
+ height: 2px;
115
+ background: #343a40;
116
+ }
117
+
118
+ /* List section */
119
+ .section {
120
+ position: absolute;
121
+ left: 60px;
122
+ right: 60px;
123
+ }
124
+ .section.one { top: 360px; }
125
+ .section.two { top: 1180px; }
126
+
127
+ .section-header {
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: space-between;
131
+ }
132
+ .title-left {
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 26px;
136
+ }
137
+ .doc-icon, .form-icon {
138
+ width: 64px;
139
+ height: 64px;
140
+ border-radius: 12px;
141
+ display: inline-flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ color: white;
145
+ }
146
+ .doc-icon { background: #4b88f5; }
147
+ .form-icon { background: #b583d7; }
148
+ .section-title {
149
+ font-size: 56px;
150
+ font-weight: 700;
151
+ color: #E9EEF5;
152
+ }
153
+ .kebab {
154
+ width: 60px;
155
+ height: 60px;
156
+ color: #B7BDC4;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ }
161
+
162
+ .preview-card {
163
+ margin-top: 40px;
164
+ background: #2c2f34;
165
+ border-radius: 28px;
166
+ padding: 44px;
167
+ height: 360px;
168
+ box-sizing: border-box;
169
+ }
170
+ .preview-inner {
171
+ width: 100%;
172
+ height: 100%;
173
+ background: #E0E0E0;
174
+ border: 1px solid #BDBDBD;
175
+ border-radius: 18px;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ color: #757575;
180
+ font-size: 40px;
181
+ }
182
+
183
+ .activity {
184
+ margin-top: 38px;
185
+ display: flex;
186
+ align-items: center;
187
+ gap: 26px;
188
+ color: #B9C0C8;
189
+ font-size: 34px;
190
+ }
191
+ .mini-avatar {
192
+ width: 80px;
193
+ height: 80px;
194
+ border-radius: 50%;
195
+ background: #3b4851;
196
+ border: 2px solid #4f5b63;
197
+ display: flex;
198
+ align-items: center;
199
+ justify-content: center;
200
+ color: #B6D2D9;
201
+ font-weight: 700;
202
+ font-size: 40px;
203
+ }
204
+ .section-sep {
205
+ position: absolute;
206
+ left: 0;
207
+ right: 0;
208
+ height: 2px;
209
+ background: #343a40;
210
+ }
211
+ .section-sep.one { top: 760px; } /* under first activity */
212
+ .section-sep.two { top: 1580px; }
213
+
214
+ /* FAB */
215
+ .fab {
216
+ position: absolute;
217
+ right: 50px;
218
+ bottom: 300px;
219
+ width: 120px;
220
+ height: 120px;
221
+ background: #3b4550;
222
+ border-radius: 32px;
223
+ box-shadow: 0 8px 24px rgba(0,0,0,0.4);
224
+ display: flex;
225
+ align-items: center;
226
+ justify-content: center;
227
+ color: #EAF0F6;
228
+ }
229
+ .fab svg { width: 54px; height: 54px; }
230
+
231
+ /* Bottom navigation */
232
+ .bottom-nav {
233
+ position: absolute;
234
+ bottom: 110px;
235
+ left: 0;
236
+ width: 100%;
237
+ height: 188px;
238
+ background: #2a3036;
239
+ display: flex;
240
+ align-items: center;
241
+ justify-content: space-around;
242
+ padding-top: 16px;
243
+ box-sizing: border-box;
244
+ color: #C5CBD2;
245
+ }
246
+ .nav-item {
247
+ width: 25%;
248
+ text-align: center;
249
+ font-size: 30px;
250
+ }
251
+ .nav-item .icon-wrap {
252
+ width: 112px;
253
+ height: 88px;
254
+ margin: 0 auto 8px;
255
+ border-radius: 24px;
256
+ display: flex;
257
+ align-items: center;
258
+ justify-content: center;
259
+ color: #C5CBD2;
260
+ background: transparent;
261
+ }
262
+ .nav-item.active .icon-wrap {
263
+ background: #3a424a;
264
+ color: #FFFFFF;
265
+ }
266
+ .nav-item.active .label { color: #FFFFFF; }
267
+ .label { display: block; margin-top: 4px; }
268
+
269
+ /* Gesture bar */
270
+ .gesture {
271
+ position: absolute;
272
+ bottom: 36px;
273
+ left: 50%;
274
+ transform: translateX(-50%);
275
+ width: 320px;
276
+ height: 12px;
277
+ background: #E6E6E6;
278
+ opacity: 0.9;
279
+ border-radius: 8px;
280
+ }
281
+
282
+ /* Utility */
283
+ .muted { color: #AEB5BC; }
284
+
285
+ /* Small helpers for SVG sizing */
286
+ svg { display: block; }
287
+ </style>
288
+ </head>
289
+ <body>
290
+ <div id="render-target">
291
+
292
+ <!-- Status Bar -->
293
+ <div class="status-bar">
294
+ <div>11:02</div>
295
+ <div class="status-icons">
296
+ <!-- simple mail icon -->
297
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#C9CDD3"><path d="M20 6H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 2-8 5L4 8h16z"/></svg>
298
+ <!-- wifi -->
299
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#C9CDD3"><path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-4a8 8 0 0 0-12 0l1.5 1.5a6 6 0 0 1 9 0L18 16zm3-3a12 12 0 0 0-18 0L4.5 15.5a10 10 0 0 1 15 0L21 13z"/></svg>
300
+ <!-- battery -->
301
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#C9CDD3"><path d="M16 7H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm5 3h-1v4h1c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1z"/></svg>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Header with pill -->
306
+ <div class="topbar">
307
+ <div class="hamburger">
308
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#C9CDD3"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
309
+ </div>
310
+ <div class="pill">Google Drive</div>
311
+ <div class="avatar">C</div>
312
+ </div>
313
+
314
+ <!-- Tabs -->
315
+ <div class="tabs">
316
+ <div class="tab active">Suggested</div>
317
+ <div class="tab">Notifications</div>
318
+ </div>
319
+ <div class="divider"></div>
320
+
321
+ <!-- Section 1 -->
322
+ <div class="section one">
323
+ <div class="section-header">
324
+ <div class="title-left">
325
+ <div class="doc-icon">
326
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="white"><path d="M14 2H6c-1.1 0-2 .9-2 2v16a2 2 0 0 0 2 2h12c1.1 0 2-.9 2-2V8l-6-6zM13 9V3.5L18.5 9H13z"/></svg>
327
+ </div>
328
+ <div class="section-title">Project x</div>
329
+ </div>
330
+ <div class="kebab">
331
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#B7BDC4"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="preview-card">
336
+ <div class="preview-inner">[IMG: Document Preview]</div>
337
+ </div>
338
+
339
+ <div class="activity">
340
+ <div class="mini-avatar">C</div>
341
+ <div>You modified in the past month</div>
342
+ </div>
343
+ </div>
344
+ <div class="section-sep one"></div>
345
+
346
+ <!-- Section 2 -->
347
+ <div class="section two">
348
+ <div class="section-header">
349
+ <div class="title-left">
350
+ <div class="form-icon">
351
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="white"><path d="M14 2H7C5.9 2 5 2.9 5 4v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V7l-5-5zM13 8V3.5L17.5 8H13z"/></svg>
352
+ </div>
353
+ <div class="section-title">My Doc</div>
354
+ </div>
355
+ <div class="kebab">
356
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#B7BDC4"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="preview-card" style="height: 420px; background:#2e3137;">
361
+ <div class="preview-inner" style="background:#E0D9EA; color:#6b5e73;">[IMG: Google Form Preview]</div>
362
+ </div>
363
+
364
+ <div class="activity">
365
+ <div class="mini-avatar">C</div>
366
+ <div>You modified in the past year</div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Floating Action Button -->
371
+ <div class="fab">
372
+ <svg viewBox="0 0 24 24" fill="#FFFFFF"><path d="M11 5h2v14h-2zM5 11h14v2H5z"/></svg>
373
+ </div>
374
+
375
+ <!-- Bottom Navigation -->
376
+ <div class="bottom-nav">
377
+ <div class="nav-item active">
378
+ <div class="icon-wrap">
379
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3l9-8z"/></svg>
380
+ </div>
381
+ <span class="label">Home</span>
382
+ </div>
383
+ <div class="nav-item">
384
+ <div class="icon-wrap">
385
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="currentColor"><path d="M12 17.3l-6.2 3.7 1.7-7.1L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.5 4.7 1.7 7.1z" /></svg>
386
+ </div>
387
+ <span class="label">Starred</span>
388
+ </div>
389
+ <div class="nav-item">
390
+ <div class="icon-wrap">
391
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="currentColor"><path d="M16 11c1.7 0 5 1 5 3v3h-6v-3c0-1-.4-1.8-1-2.4 0 0 1-.6 2-0.6zM8 11c1 0 2 .6 2 .6-.6.6-1 1.4-1 2.4v3H3v-3c0-2 3.3-3 5-3zM8 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm8 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
392
+ </div>
393
+ <span class="label">Shared</span>
394
+ </div>
395
+ <div class="nav-item">
396
+ <div class="icon-wrap">
397
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="currentColor"><path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6v-2H4V8h6V4zm10 0h-8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></svg>
398
+ </div>
399
+ <span class="label">Files</span>
400
+ </div>
401
+ </div>
402
+
403
+ <!-- Gesture bar -->
404
+ <div class="gesture"></div>
405
+
406
+ </div>
407
+ </body>
408
+ </html>
code/5050/5050_2.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search in Drive 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: #121212; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 90px; padding: 0 32px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #EAEAEA; font-size: 32px;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 28px; }
23
+ .status-icon { width: 38px; height: 38px; }
24
+
25
+ /* Header / search bar */
26
+ .header {
27
+ position: absolute; top: 90px; left: 0; right: 0;
28
+ height: 140px; padding: 28px 32px 20px 32px;
29
+ display: flex; align-items: center; gap: 24px;
30
+ }
31
+ .back-btn {
32
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .search-bar {
35
+ flex: 1; height: 84px; border-radius: 18px;
36
+ background: #1F1F1F; border: 1px solid #2A2A2A;
37
+ display: flex; align-items: center; padding: 0 22px; gap: 18px;
38
+ color: #BDBDBD; font-size: 34px;
39
+ }
40
+ .search-text { color: #C9C9C9; }
41
+
42
+ /* Filter chips */
43
+ .chips {
44
+ position: absolute; top: 240px; left: 24px; right: 24px;
45
+ display: flex; gap: 20px; flex-wrap: nowrap;
46
+ }
47
+ .chip {
48
+ height: 88px; padding: 0 24px; border-radius: 22px;
49
+ background: #1A1A1A; border: 1px solid #3B3B3B;
50
+ display: flex; align-items: center; gap: 16px; color: #EDEDED; font-size: 32px;
51
+ }
52
+ .chip-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
53
+
54
+ /* Content area */
55
+ .content {
56
+ position: absolute; top: 520px; left: 0; right: 0;
57
+ text-align: center;
58
+ }
59
+ .avatar {
60
+ width: 160px; height: 160px; border-radius: 50%;
61
+ margin: 0 auto 20px auto;
62
+ background: #E0E0E0; border: 1px solid #BDBDBD;
63
+ display: flex; align-items: center; justify-content: center;
64
+ color: #757575; font-size: 24px;
65
+ }
66
+ .name {
67
+ font-size: 40px; color: #EAEAEA;
68
+ }
69
+
70
+ /* Keyboard */
71
+ .keyboard {
72
+ position: absolute; left: 0; right: 0; bottom: 100px;
73
+ height: 820px; background: #1A1A1A; border-top: 1px solid #2B2B2B;
74
+ padding: 24px 24px 28px 24px;
75
+ }
76
+ .kb-row {
77
+ display: flex; justify-content: center; gap: 18px; margin-bottom: 26px;
78
+ }
79
+ .key {
80
+ height: 110px; width: 90px; border-radius: 26px;
81
+ background: #2A2A2A; color: #E0E0E0; font-size: 46px; line-height: 110px;
82
+ text-align: center;
83
+ }
84
+ .key.wide { width: 160px; }
85
+ .key.space { width: 440px; }
86
+ .key.circle {
87
+ width: 116px; height: 116px; border-radius: 50%;
88
+ line-height: 116px; background: #C8CEFF; color: #202020;
89
+ }
90
+ .key.icon { font-size: 40px; }
91
+ .key.small { font-size: 34px; }
92
+
93
+ /* Bottom gesture bar */
94
+ .gesture {
95
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
96
+ width: 240px; height: 10px; background: #E0E0E0; border-radius: 6px; opacity: 0.7;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+ <!-- Status Bar -->
103
+ <div class="status-bar">
104
+ <div class="time">11:03</div>
105
+ <div class="status-right">
106
+ <!-- WiFi icon -->
107
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
108
+ <path d="M2 8c6-5 14-5 20 0" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
109
+ <path d="M5 11c5-4 9-4 14 0" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
110
+ <path d="M8 14c3-2 5-2 8 0" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
111
+ <circle cx="12" cy="18" r="2" fill="#EDEDED"/>
112
+ </svg>
113
+ <!-- Battery icon -->
114
+ <svg class="status-icon" viewBox="0 0 28 24" fill="none">
115
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#EDEDED" stroke-width="2"/>
116
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#EDEDED"/>
117
+ <rect x="22" y="10" width="4" height="4" rx="1" fill="#EDEDED"/>
118
+ </svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Header -->
123
+ <div class="header">
124
+ <div class="back-btn">
125
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
126
+ <path d="M14 5 L7 12 L14 19" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
127
+ </svg>
128
+ </div>
129
+ <div class="search-bar">
130
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
131
+ <circle cx="10.5" cy="10.5" r="6.5" stroke="#BDBDBD" stroke-width="2"/>
132
+ <path d="M16 16 L21 21" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
133
+ </svg>
134
+ <span class="search-text">Search in Drive</span>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Filter Chips -->
139
+ <div class="chips">
140
+ <div class="chip">
141
+ <div class="chip-icon">
142
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
143
+ <rect x="3" y="3" width="18" height="18" rx="2" stroke="#64B5F6" stroke-width="2"/>
144
+ <path d="M6 8h12M6 12h12M6 16h8" stroke="#64B5F6" stroke-width="2" stroke-linecap="round"/>
145
+ </svg>
146
+ </div>
147
+ <span>Documents</span>
148
+ </div>
149
+ <div class="chip">
150
+ <div class="chip-icon">
151
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
152
+ <path d="M6 3h9l5 5v13H6z" stroke="#EF9A9A" stroke-width="2" fill="none"/>
153
+ <path d="M15 3v6h6" stroke="#EF9A9A" stroke-width="2"/>
154
+ <rect x="8" y="11" width="8" height="6" rx="1" fill="#EF9A9A"/>
155
+ </svg>
156
+ </div>
157
+ <span>PDFs</span>
158
+ </div>
159
+ <div class="chip">
160
+ <div class="chip-icon">
161
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
162
+ <rect x="3" y="3" width="18" height="18" rx="2" stroke="#F48FB1" stroke-width="2"/>
163
+ <rect x="5" y="5" width="14" height="10" rx="1" stroke="#F48FB1" stroke-width="2"/>
164
+ <path d="M5 15l4-4 3 3 2-2 5 5" stroke="#F48FB1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
165
+ </svg>
166
+ </div>
167
+ <span>Photos &amp; images</span>
168
+ </div>
169
+ <div class="chip">
170
+ <div class="chip-icon">
171
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
172
+ <path d="M3 7h10l2 3h6v9H3z" stroke="#FFD54F" stroke-width="2" fill="none"/>
173
+ </svg>
174
+ </div>
175
+ <span>Folders</span>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Content -->
180
+ <div class="content">
181
+ <div class="avatar">[IMG: User Avatar]</div>
182
+ <div class="name">User Name</div>
183
+ </div>
184
+
185
+ <!-- Keyboard -->
186
+ <div class="keyboard">
187
+ <div class="kb-row">
188
+ <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>
189
+ <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>
190
+ </div>
191
+ <div class="kb-row">
192
+ <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>
193
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
194
+ </div>
195
+ <div class="kb-row">
196
+ <div class="key wide">⇧</div>
197
+ <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>
198
+ <div class="key">n</div><div class="key">m</div>
199
+ <div class="key wide icon">
200
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
201
+ <path d="M4 8l8 8M12 8l-8 8" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ <div class="kb-row">
206
+ <div class="key wide small">?123</div>
207
+ <div class="key small">,</div>
208
+ <div class="key wide icon">😊</div>
209
+ <div class="key space"></div>
210
+ <div class="key wide icon">
211
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
212
+ <circle cx="12" cy="12" r="9" stroke="#E0E0E0" stroke-width="2"/>
213
+ <path d="M12 3v18M3 12h18" stroke="#E0E0E0" stroke-width="2"/>
214
+ </svg>
215
+ </div>
216
+ <div class="key wide icon">
217
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
218
+ <circle cx="12" cy="12" r="9" stroke="#E0E0E0" stroke-width="2"/>
219
+ <path d="M12 8l4 6H8l4-6z" fill="#E0E0E0"/>
220
+ </svg>
221
+ </div>
222
+ <div class="key circle">
223
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
224
+ <circle cx="10.5" cy="10.5" r="6.5" stroke="#202020" stroke-width="2"/>
225
+ <path d="M16 16 L21 21" stroke="#202020" stroke-width="2" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Bottom gesture bar -->
232
+ <div class="gesture"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/5050/5050_4.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recording List</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: #121317;
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
+ width: 1080px;
26
+ height: 120px;
27
+ background: #121317;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 36px;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-time { font-size: 36px; color: #EDEDED; }
35
+ .status-icons {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ }
41
+ .status-icons svg { fill: none; stroke: #EDEDED; stroke-width: 4; }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 140px;
50
+ background: #24262B;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 28px;
54
+ border-bottom: 1px solid #2E3137;
55
+ }
56
+ .app-bar .icon-btn {
57
+ width: 96px;
58
+ height: 96px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ border-radius: 16px;
63
+ }
64
+ .app-title {
65
+ font-size: 44px;
66
+ font-weight: 600;
67
+ margin-left: 16px;
68
+ }
69
+ .spacer { flex: 1; }
70
+ .icon-btn svg { stroke: #EDEDED; stroke-width: 4; fill: none; }
71
+
72
+ /* Content grid */
73
+ .content {
74
+ position: absolute;
75
+ top: 260px;
76
+ left: 0;
77
+ width: 100%;
78
+ padding: 36px 48px;
79
+ }
80
+ .grid {
81
+ display: flex;
82
+ gap: 48px;
83
+ }
84
+ .card {
85
+ width: calc((100% - 48px) / 2);
86
+ background: #1F2126;
87
+ border-radius: 28px;
88
+ padding: 28px;
89
+ box-shadow: 0 6px 16px rgba(0,0,0,0.35);
90
+ }
91
+ .thumb {
92
+ width: 100%;
93
+ height: 340px;
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ border-radius: 24px;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ color: #757575;
101
+ font-size: 30px;
102
+ }
103
+ .file-row {
104
+ display: flex;
105
+ align-items: center;
106
+ margin-top: 28px;
107
+ }
108
+ .doc-icon {
109
+ width: 64px;
110
+ height: 64px;
111
+ background: transparent;
112
+ margin-right: 18px;
113
+ }
114
+ .doc-icon svg { fill: #4D8AF0; }
115
+ .file-name {
116
+ font-size: 34px;
117
+ color: #EDEDED;
118
+ flex: 1;
119
+ }
120
+ .menu-btn {
121
+ width: 64px;
122
+ height: 64px;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ }
127
+ .menu-btn svg { fill: #C9C9C9; }
128
+
129
+ /* Gesture bar */
130
+ .gesture-bar {
131
+ position: absolute;
132
+ bottom: 40px;
133
+ left: 50%;
134
+ transform: translateX(-50%);
135
+ width: 320px;
136
+ height: 12px;
137
+ background: #F1F1F1;
138
+ border-radius: 12px;
139
+ opacity: 0.9;
140
+ }
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">11:04</div>
149
+ <div class="status-icons">
150
+ <!-- Signal/WiFi -->
151
+ <svg width="44" height="44" viewBox="0 0 48 48">
152
+ <path d="M4 16c10-8 30-8 40 0"></path>
153
+ <path d="M10 24c7-6 21-6 28 0"></path>
154
+ <path d="M16 32c4-4 12-4 16 0"></path>
155
+ <circle cx="24" cy="36" r="2" fill="#EDEDED" stroke="none"></circle>
156
+ </svg>
157
+ <!-- Battery -->
158
+ <svg width="60" height="44" viewBox="0 0 60 44">
159
+ <rect x="4" y="10" width="44" height="24" rx="4" ry="4"></rect>
160
+ <rect x="8" y="14" width="36" height="16" fill="#EDEDED" stroke="none"></rect>
161
+ <rect x="50" y="16" width="6" height="12" rx="2" ry="2"></rect>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- App Bar -->
167
+ <div class="app-bar">
168
+ <div class="icon-btn">
169
+ <!-- Back Arrow -->
170
+ <svg width="48" height="48" viewBox="0 0 48 48">
171
+ <path d="M30 10 L16 24 L30 38"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="app-title">Recording 1</div>
175
+ <div class="spacer"></div>
176
+ <div class="icon-btn">
177
+ <!-- Close X -->
178
+ <svg width="48" height="48" viewBox="0 0 48 48">
179
+ <path d="M12 12 L36 36"></path>
180
+ <path d="M36 12 L12 36"></path>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Content -->
186
+ <div class="content">
187
+ <div class="grid">
188
+
189
+ <!-- Card 1 -->
190
+ <div class="card">
191
+ <div class="thumb">[IMG: Document preview]</div>
192
+ <div class="file-row">
193
+ <div class="doc-icon">
194
+ <!-- Blue document icon -->
195
+ <svg width="64" height="64" viewBox="0 0 48 48">
196
+ <path d="M12 6h18l6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V12a6 6 0 0 1 6-6z"></path>
197
+ <path d="M30 6v10h10" fill="#74A5FF"></path>
198
+ </svg>
199
+ </div>
200
+ <div class="file-name">Recording 1</div>
201
+ <div class="menu-btn">
202
+ <!-- Vertical dots -->
203
+ <svg width="24" height="24" viewBox="0 0 24 24">
204
+ <circle cx="12" cy="5" r="2"></circle>
205
+ <circle cx="12" cy="12" r="2"></circle>
206
+ <circle cx="12" cy="19" r="2"></circle>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Card 2 -->
213
+ <div class="card">
214
+ <div class="thumb">[IMG: Document preview]</div>
215
+ <div class="file-row">
216
+ <div class="doc-icon">
217
+ <svg width="64" height="64" viewBox="0 0 48 48">
218
+ <path d="M12 6h18l6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V12a6 6 0 0 1 6-6z"></path>
219
+ <path d="M30 6v10h10" fill="#74A5FF"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="file-name">Copy of Recording 1</div>
223
+ <div class="menu-btn">
224
+ <svg width="24" height="24" viewBox="0 0 24 24">
225
+ <circle cx="12" cy="5" r="2"></circle>
226
+ <circle cx="12" cy="12" r="2"></circle>
227
+ <circle cx="12" cy="19" r="2"></circle>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Gesture Bar -->
237
+ <div class="gesture-bar"></div>
238
+ </div>
239
+ </body>
240
+ </html>
code/5052/5052_0.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Item - Seller feedback</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: #FFFFFF;
15
+ font-family: "Roboto", "Inter", Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 96px;
25
+ width: 100%;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #000;
31
+ font-size: 34px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .sb-icon {
39
+ width: 32px; height: 32px;
40
+ opacity: 0.8;
41
+ }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 96px;
47
+ left: 0;
48
+ width: 100%;
49
+ height: 148px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ box-sizing: border-box;
54
+ }
55
+ .back-btn {
56
+ width: 88px; height: 88px; display: flex; align-items: center; justify-content: center;
57
+ }
58
+ .app-title {
59
+ font-size: 56px; font-weight: 700; margin-left: 12px;
60
+ }
61
+ .app-actions {
62
+ margin-left: auto;
63
+ display: flex; align-items: center; gap: 24px;
64
+ }
65
+ .circle-icon {
66
+ width: 92px; height: 92px; border-radius: 46px; background: #F2F2F2;
67
+ display: flex; align-items: center; justify-content: center;
68
+ box-shadow: 0 0 0 1px #DDD inset;
69
+ }
70
+ .circle-icon svg { width: 44px; height: 44px; }
71
+
72
+ /* Ratings section */
73
+ .ratings {
74
+ position: absolute;
75
+ top: 260px;
76
+ left: 36px;
77
+ right: 36px;
78
+ }
79
+ .rating-row {
80
+ display: flex;
81
+ align-items: center;
82
+ margin: 28px 0;
83
+ }
84
+ .rating-label {
85
+ flex: 1 1 auto;
86
+ font-size: 38px;
87
+ color: #222;
88
+ }
89
+ .rating-bar-wrap {
90
+ width: 420px;
91
+ display: flex; align-items: center; gap: 16px;
92
+ }
93
+ .rating-bar {
94
+ flex: 1; height: 12px; background: #000; border-radius: 8px;
95
+ }
96
+ .rating-value {
97
+ width: 72px; text-align: right; font-size: 32px; color: #333;
98
+ }
99
+
100
+ /* Section header */
101
+ .section-header {
102
+ position: absolute;
103
+ top: 560px;
104
+ left: 36px;
105
+ right: 36px;
106
+ display: flex; align-items: center;
107
+ }
108
+ .section-title {
109
+ font-size: 56px; font-weight: 700;
110
+ }
111
+ .filter-pill {
112
+ margin-left: auto;
113
+ padding: 26px 34px;
114
+ border: 2px solid #D1D1D1;
115
+ border-radius: 54px;
116
+ font-size: 36px; color: #222; background: #fff;
117
+ display: flex; align-items: center; gap: 18px;
118
+ box-shadow: 0 2px 0 #EEE;
119
+ }
120
+ .chev-down {
121
+ width: 22px; height: 22px; border-right: 3px solid #666; border-bottom: 3px solid #666; transform: rotate(45deg);
122
+ margin-top: -6px;
123
+ }
124
+
125
+ /* Feedback list */
126
+ .list {
127
+ position: absolute;
128
+ top: 760px;
129
+ left: 36px;
130
+ right: 36px;
131
+ }
132
+ .fb-item {
133
+ padding: 34px 0;
134
+ }
135
+ .meta {
136
+ display: flex; align-items: center; gap: 18px;
137
+ color: #555; font-size: 34px;
138
+ }
139
+ .plus-icon {
140
+ width: 48px; height: 48px; border-radius: 24px; background: #2BB24C; color: #fff;
141
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 34px;
142
+ }
143
+ .meta .dot { margin: 0 8px; color: #888; }
144
+ .fb-text {
145
+ margin-top: 20px;
146
+ font-size: 40px; line-height: 1.45; color: #111;
147
+ }
148
+ .divider {
149
+ height: 2px; background: #E6E6E6; margin: 34px 0;
150
+ }
151
+
152
+ /* CTA Button */
153
+ .cta-wrap {
154
+ position: absolute;
155
+ left: 36px;
156
+ right: 36px;
157
+ bottom: 300px;
158
+ display: flex; justify-content: center;
159
+ }
160
+ .cta {
161
+ width: 960px; height: 120px; border-radius: 60px;
162
+ border: 4px solid #3B6DF6; color: #3B6DF6; font-size: 44px; font-weight: 600;
163
+ display: flex; align-items: center; justify-content: center;
164
+ background: #fff;
165
+ }
166
+
167
+ /* Bottom navigation */
168
+ .bottom-nav {
169
+ position: absolute;
170
+ left: 0; right: 0; bottom: 0;
171
+ height: 230px; background: #FAFAFA; border-top: 2px solid #EAEAEA;
172
+ display: flex; align-items: center; justify-content: space-around;
173
+ }
174
+ .nav-item {
175
+ width: 180px; text-align: center; color: #777;
176
+ }
177
+ .nav-icon {
178
+ width: 64px; height: 64px; margin: 18px auto 14px auto;
179
+ }
180
+ .nav-label {
181
+ font-size: 28px;
182
+ }
183
+ .active { color: #2F6EF6; }
184
+ .notif-dot {
185
+ position: absolute; width: 32px; height: 32px; background: #E53935; color: #fff;
186
+ border-radius: 16px; font-size: 22px; line-height: 32px; text-align: center;
187
+ right: -6px; top: -10px;
188
+ }
189
+ .icon-wrap { position: relative; display: inline-block; }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Status bar -->
196
+ <div class="status-bar">
197
+ <div>3:01</div>
198
+ <div class="status-right">
199
+ <!-- simple status icons -->
200
+ <svg class="sb-icon" viewBox="0 0 24 24">
201
+ <circle cx="12" cy="12" r="10" fill="#777"></circle>
202
+ </svg>
203
+ <svg class="sb-icon" viewBox="0 0 24 24">
204
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#777"></rect>
205
+ </svg>
206
+ <svg class="sb-icon" viewBox="0 0 24 24">
207
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#777"></rect>
208
+ <rect x="20" y="9" width="2" height="6" fill="#777"></rect>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- App bar -->
214
+ <div class="app-bar">
215
+ <div class="back-btn">
216
+ <svg width="44" height="44" viewBox="0 0 24 24">
217
+ <path d="M15 6l-6 6 6 6" stroke="#000" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+ <div class="app-title">Item</div>
221
+ <div class="app-actions">
222
+ <div class="circle-icon">
223
+ <svg viewBox="0 0 24 24">
224
+ <circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2" fill="none"></circle>
225
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#111" stroke-width="2" />
226
+ </svg>
227
+ </div>
228
+ <div class="circle-icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <circle cx="12" cy="5" r="2" fill="#111"></circle>
231
+ <circle cx="12" cy="12" r="2" fill="#111"></circle>
232
+ <circle cx="12" cy="19" r="2" fill="#111"></circle>
233
+ </svg>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Ratings -->
239
+ <div class="ratings">
240
+ <div class="rating-row">
241
+ <div class="rating-label">Accurate description</div>
242
+ <div class="rating-bar-wrap">
243
+ <div class="rating-bar"></div>
244
+ <div class="rating-value"></div>
245
+ </div>
246
+ </div>
247
+ <div class="rating-row">
248
+ <div class="rating-label">Reasonable shipping cost</div>
249
+ <div class="rating-bar-wrap">
250
+ <div class="rating-bar"></div>
251
+ <div class="rating-value"></div>
252
+ </div>
253
+ </div>
254
+ <div class="rating-row">
255
+ <div class="rating-label">Shipping speed</div>
256
+ <div class="rating-bar-wrap">
257
+ <div class="rating-bar"></div>
258
+ <div class="rating-value"></div>
259
+ </div>
260
+ </div>
261
+ <div class="rating-row">
262
+ <div class="rating-label">Communication</div>
263
+ <div class="rating-bar-wrap">
264
+ <div class="rating-bar"></div>
265
+ <div class="rating-value">5.0</div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Seller feedback header -->
271
+ <div class="section-header">
272
+ <div class="section-title">Seller feedback (9,020)</div>
273
+ <div class="filter-pill">
274
+ <span>All ratings</span>
275
+ <div class="chev-down"></div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Feedback list -->
280
+ <div class="list">
281
+ <div class="fb-item">
282
+ <div class="meta">
283
+ <div class="plus-icon">+</div>
284
+ <div>v***v (553)</div>
285
+ <div class="dot">•</div>
286
+ <div>Past 6 months</div>
287
+ </div>
288
+ <div class="fb-text">
289
+ Excellent seller. Ordered one day, arrived the next. Item exactly as described and well packaged. Many thanks.
290
+ </div>
291
+ </div>
292
+ <div class="divider"></div>
293
+
294
+ <div class="fb-item">
295
+ <div class="meta">
296
+ <div class="plus-icon">+</div>
297
+ <div>6***6 (98)</div>
298
+ <div class="dot">•</div>
299
+ <div>Past 6 months</div>
300
+ </div>
301
+ <div class="fb-text">
302
+ My item arrived on time, well packaged and in pristine condition. I was very pleased with the fast postage, decently priced. Look forward to doing business with you again. Thank you ��.
303
+ </div>
304
+ </div>
305
+ <div class="divider"></div>
306
+
307
+ <div class="fb-item">
308
+ <div class="meta">
309
+ <div class="plus-icon">+</div>
310
+ <div>4***r (83)</div>
311
+ <div class="dot">•</div>
312
+ <div>Past 6 months</div>
313
+ </div>
314
+ <div class="fb-text">
315
+ This seller went out of their way to give me 24 hour Royal Mail postage, the item is exactly as described. I shall be using again for any future battery purchases. Thank You very much 10/10
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- CTA -->
321
+ <div class="cta-wrap">
322
+ <div class="cta">See all feedback</div>
323
+ </div>
324
+
325
+ <!-- Bottom navigation -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-item">
328
+ <svg class="nav-icon" viewBox="0 0 24 24">
329
+ <path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#777" stroke-width="2" />
330
+ </svg>
331
+ <div class="nav-label">Home</div>
332
+ </div>
333
+
334
+ <div class="nav-item">
335
+ <svg class="nav-icon" viewBox="0 0 24 24">
336
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#777" stroke-width="2"></circle>
337
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6" fill="none" stroke="#777" stroke-width="2"></path>
338
+ </svg>
339
+ <div class="nav-label">My eBay</div>
340
+ </div>
341
+
342
+ <div class="nav-item active">
343
+ <svg class="nav-icon" viewBox="0 0 24 24">
344
+ <circle cx="11" cy="11" r="6" stroke="#2F6EF6" stroke-width="2" fill="none"></circle>
345
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#2F6EF6" stroke-width="2"></line>
346
+ </svg>
347
+ <div class="nav-label">Search</div>
348
+ </div>
349
+
350
+ <div class="nav-item">
351
+ <div class="icon-wrap">
352
+ <svg class="nav-icon" viewBox="0 0 24 24">
353
+ <path d="M12 3c-3 0-5 2.5-5 5.5V11l-2 2v1h14v-1l-2-2V8.5C17 5.5 15 3 12 3z" fill="none" stroke="#777" stroke-width="2"></path>
354
+ <rect x="6" y="18" width="12" height="3" fill="#777"></rect>
355
+ </svg>
356
+ <div class="notif-dot">1</div>
357
+ </div>
358
+ <div class="nav-label">Inbox</div>
359
+ </div>
360
+
361
+ <div class="nav-item">
362
+ <svg class="nav-icon" viewBox="0 0 24 24">
363
+ <path d="M4 7l12-4 4 4-12 4-4-4z" fill="none" stroke="#777" stroke-width="2"></path>
364
+ <circle cx="17" cy="7" r="2" fill="#777"></circle>
365
+ </svg>
366
+ <div class="nav-label">Selling</div>
367
+ </div>
368
+ </div>
369
+
370
+ </div>
371
+ </body>
372
+ </html>
code/5052/5052_1.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flipkart Styled Mobile UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 26px;
16
+ box-shadow: 0 8px 30px rgba(0,0,0,0.12);
17
+ color: #222;
18
+ }
19
+
20
+ /* Utility */
21
+ .row { display: flex; align-items: center; }
22
+ .space-between { justify-content: space-between; }
23
+ .muted { color: #6b6b6b; }
24
+ .pill { border-radius: 999px; }
25
+ .section { padding: 0 36px; }
26
+ .icon svg { display: block; }
27
+
28
+ /* Top status padding */
29
+ .statusbar { height: 80px; }
30
+
31
+ /* Brand header */
32
+ .brand { padding: 20px 36px 10px; display: flex; align-items: center; gap: 20px; }
33
+ .bag {
34
+ width: 80px; height: 80px; background: linear-gradient(180deg,#ffd43b,#ffb300);
35
+ border-radius: 18px; position: relative;
36
+ display: flex; align-items: center; justify-content: center;
37
+ box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
38
+ }
39
+ .bag:before { content: "f"; font-weight: 900; color: #1a56f0; font-size: 48px; line-height: 1; }
40
+ .brand .title { font-size: 52px; font-weight: 700; color: #2a63ff; }
41
+
42
+ /* Search + toggle */
43
+ .searchRow { padding: 10px 36px 20px; display: flex; align-items: center; gap: 24px; }
44
+ .toggle {
45
+ display: flex; flex-direction: column; gap: 10px; width: 200px;
46
+ }
47
+ .toggle label { font-size: 28px; color: #5a5a5a; }
48
+ .toggle .switch {
49
+ width: 120px; height: 56px; background: #f1f1f1; border-radius: 28px; position: relative; border: 1px solid #e0e0e0;
50
+ display: flex; align-items: center; padding: 4px;
51
+ }
52
+ .switch .knob {
53
+ width: 48px; height: 48px; background: #fff; border-radius: 50%; border: 1px solid #d2d2d2; box-shadow: 0 1px 2px rgba(0,0,0,0.1);
54
+ }
55
+ .switch .txt { margin-left: 8px; font-weight: 700; font-size: 26px; color: #666; }
56
+
57
+ .search {
58
+ flex: 1; height: 96px; border: 1px solid #d9d9d9; border-radius: 18px; background: #f8f8f8;
59
+ display: flex; align-items: center; padding: 0 24px; gap: 18px;
60
+ }
61
+ .search input { border: none; outline: none; background: transparent; font-size: 36px; flex: 1; color: #444; }
62
+ .search .icon { width: 52px; height: 52px; color: #6b6b6b; }
63
+ .divider { width: 1px; height: 54px; background: #dadada; }
64
+
65
+ /* Banner */
66
+ .banner { margin-top: 8px; padding: 0 0 12px; }
67
+ .banner .img {
68
+ width: 100%; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
70
+ }
71
+ .dots { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
72
+ .dot { width: 60px; height: 16px; background: #d1d1d1; border-radius: 10px; }
73
+ .dot.active { background: #a8a8a8; width: 120px; }
74
+
75
+ /* Circular quick actions */
76
+ .quickwrap { background: #fff; padding: 28px 0; }
77
+ .quicklist { padding: 0 24px; display: flex; gap: 26px; overflow: hidden; }
78
+ .quick { width: 180px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
79
+ .quick .circle {
80
+ width: 140px; height: 140px; border-radius: 50%;
81
+ background: #ffffff; border: 1px solid #e6e6e6; display: flex; align-items: center; justify-content: center;
82
+ box-shadow: 0 2px 8px rgba(0,0,0,0.05);
83
+ }
84
+ .quick .label { text-align: center; font-size: 28px; color: #333; line-height: 1.2; }
85
+
86
+ /* Promo cards */
87
+ .cards { padding: 14px 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
88
+ .card {
89
+ height: 240px; background: #fff; border: 1px solid #e3e3e3; border-radius: 18px;
90
+ padding: 14px;
91
+ display: flex; align-items: center; justify-content: center;
92
+ }
93
+ .card .img { width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; font-size: 28px; border-radius: 12px; }
94
+
95
+ /* Section title */
96
+ .titleRow { padding: 18px 36px 0; font-size: 44px; font-weight: 700; }
97
+
98
+ /* Recently viewed items */
99
+ .items { padding: 20px 24px; display: flex; gap: 22px; }
100
+ .item {
101
+ width: 240px; height: 280px; border: 1px solid #e1e1e1; border-radius: 18px; background: #fff;
102
+ padding: 14px; display: flex; flex-direction: column; gap: 12px;
103
+ }
104
+ .item .img { flex: 1; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; }
105
+ .item .name { font-size: 28px; color: #222; }
106
+
107
+ /* Mid pager dots */
108
+ .pager { display: flex; justify-content: center; gap: 18px; margin: 8px 0 6px; }
109
+ .pager .oval { width: 160px; height: 28px; background: #000; border-radius: 16px; position: relative; }
110
+ .pager .oval:before, .pager .oval:after {
111
+ content: ""; position: absolute; top: 7px; width: 40px; height: 14px; background: #d9d9d9; border-radius: 10px;
112
+ }
113
+ .pager .oval:before { left: 22px; }
114
+ .pager .oval:after { right: 22px; }
115
+
116
+ /* Bottom navigation */
117
+ .bottomBar {
118
+ position: absolute; left: 0; right: 0; bottom: 70px;
119
+ height: 160px; border-top: 1px solid #e8e8e8; background: #ffffff;
120
+ display: grid; grid-template-columns: repeat(5, 1fr);
121
+ }
122
+ .tab {
123
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
124
+ color: #666; font-size: 24px;
125
+ }
126
+ .tab.active { color: #2a63ff; }
127
+ .home-indicator {
128
+ position: absolute; left: 50%; transform: translateX(-50%);
129
+ bottom: 20px; width: 360px; height: 12px; background: #000; opacity: 0.1; border-radius: 8px;
130
+ }
131
+
132
+ /* Simple icon styles */
133
+ .i-32 svg { width: 40px; height: 40px; }
134
+ .i-36 svg { width: 44px; height: 44px; }
135
+ .i-48 svg { width: 56px; height: 56px; }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+ <!-- mock status bar spacing -->
141
+ <div class="statusbar"></div>
142
+
143
+ <!-- Brand header -->
144
+ <div class="brand">
145
+ <div class="bag"></div>
146
+ <div class="title">Flipkart</div>
147
+ </div>
148
+
149
+ <!-- Search & toggle -->
150
+ <div class="searchRow">
151
+ <div class="toggle">
152
+ <label>Brand Mall</label>
153
+ <div class="switch">
154
+ <div class="knob"></div>
155
+ <div class="txt">OFF</div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="search">
160
+ <div class="icon i-48">
161
+ <!-- search icon -->
162
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
163
+ <circle cx="11" cy="11" r="7"></circle>
164
+ <line x1="16.65" y1="16.65" x2="22" y2="22"></line>
165
+ </svg>
166
+ </div>
167
+ <input type="text" value="shoes"/>
168
+ <div class="icon i-48">
169
+ <!-- mic icon -->
170
+ <svg viewBox="0 0 24 24" fill="currentColor">
171
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3z"></path>
172
+ <path d="M19 11a7 7 0 0 1-14 0"></path>
173
+ <path d="M12 18v4"></path>
174
+ </svg>
175
+ </div>
176
+ <div class="divider"></div>
177
+ <div class="icon i-48">
178
+ <!-- camera icon -->
179
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
180
+ <path d="M4 7h4l2-3h4l2 3h4v12H4z"></path>
181
+ <circle cx="12" cy="13" r="4"></circle>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Banner -->
188
+ <div class="banner">
189
+ <div class="img">[IMG: Mobile Sale Banner]</div>
190
+ <div class="dots">
191
+ <div class="dot active"></div>
192
+ <div class="dot"></div>
193
+ <div class="dot"></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Quick actions -->
198
+ <div class="quickwrap">
199
+ <div class="quicklist">
200
+ <div class="quick">
201
+ <div class="circle icon i-36">
202
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ff8c00" stroke-width="2">
203
+ <circle cx="12" cy="12" r="9"></circle>
204
+ <path d="M12 7v6l3 2"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="label">SuperCoin</div>
208
+ </div>
209
+ <div class="quick">
210
+ <div class="circle icon i-36">
211
+ <svg viewBox="0 0 24 24" fill="none" stroke="#1e88e5" stroke-width="2">
212
+ <rect x="4" y="3" width="16" height="18" rx="2"></rect>
213
+ <path d="M8 9h8"></path>
214
+ <path d="M8 13h5"></path>
215
+ <path d="M12 3v4"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Prepaid Recharge</div>
219
+ </div>
220
+ <div class="quick">
221
+ <div class="circle icon i-36">
222
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2ecc71" stroke-width="2">
223
+ <path d="M3 12h6l2-3 4 6 2-3h4"></path>
224
+ </svg>
225
+ </div>
226
+ <div class="label">Spoyl</div>
227
+ </div>
228
+ <div class="quick">
229
+ <div class="circle icon i-36">
230
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2e7d32" stroke-width="2">
231
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
232
+ <path d="M3 10h18"></path>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Money+</div>
236
+ </div>
237
+ <div class="quick">
238
+ <div class="circle icon i-36">
239
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ff6f61" stroke-width="2">
240
+ <path d="M12 21s-6-4.35-6-9a6 6 0 1 1 12 0c0 4.65-6 9-6 9z"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="label">NextGen Brands</div>
244
+ </div>
245
+ <div class="quick">
246
+ <div class="circle icon i-36">
247
+ <svg viewBox="0 0 24 24" fill="none" stroke="#9c27b0" stroke-width="2">
248
+ <circle cx="12" cy="12" r="9"></circle>
249
+ <path d="M8 12h8"></path>
250
+ </svg>
251
+ </div>
252
+ <div class="label">More</div>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Promo cards -->
258
+ <div class="cards">
259
+ <div class="card"><div class="img">[IMG: Recharge Offer Card]</div></div>
260
+ <div class="card"><div class="img">[IMG: Flight Offer Card]</div></div>
261
+ <div class="card"><div class="img">[IMG: Smartwatch Offer Card]</div></div>
262
+ </div>
263
+
264
+ <div class="titleRow">Recently Viewed Stores</div>
265
+
266
+ <!-- Recently viewed horizontal list -->
267
+ <div class="items">
268
+ <div class="item">
269
+ <div class="img">[IMG: Smartphone Product]</div>
270
+ <div class="name">Mobiles</div>
271
+ </div>
272
+ <div class="item">
273
+ <div class="img">[IMG: Wooden Side Table]</div>
274
+ <div class="name">Side Tables</div>
275
+ </div>
276
+ <div class="item">
277
+ <div class="img">[IMG: Quinoa Pack]</div>
278
+ <div class="name">Quinoa</div>
279
+ </div>
280
+ <div class="item">
281
+ <div class="img">[IMG: True Wireless Earbuds]</div>
282
+ <div class="name">True Wireless</div>
283
+ </div>
284
+ </div>
285
+
286
+ <div class="pager">
287
+ <div class="oval"></div>
288
+ </div>
289
+
290
+ <!-- Bottom Navigation -->
291
+ <div class="bottomBar">
292
+ <div class="tab active">
293
+ <div class="icon i-32">
294
+ <!-- home -->
295
+ <svg viewBox="0 0 24 24" fill="currentColor">
296
+ <path d="M12 3l9 8h-3v9h-12v-9h-3z"></path>
297
+ </svg>
298
+ </div>
299
+ <div>Home</div>
300
+ </div>
301
+ <div class="tab">
302
+ <div class="icon i-32">
303
+ <!-- grid/categories -->
304
+ <svg viewBox="0 0 24 24" fill="currentColor">
305
+ <path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"></path>
306
+ </svg>
307
+ </div>
308
+ <div>Categories</div>
309
+ </div>
310
+ <div class="tab">
311
+ <div class="icon i-32">
312
+ <!-- bell -->
313
+ <svg viewBox="0 0 24 24" fill="currentColor">
314
+ <path d="M12 2a6 6 0 0 1 6 6v4l2 3H4l2-3V8a6 6 0 0 1 6-6z"></path>
315
+ <path d="M9 19a3 3 0 0 0 6 0"></path>
316
+ </svg>
317
+ </div>
318
+ <div>Notifications</div>
319
+ </div>
320
+ <div class="tab">
321
+ <div class="icon i-32">
322
+ <!-- user -->
323
+ <svg viewBox="0 0 24 24" fill="currentColor">
324
+ <circle cx="12" cy="8" r="4"></circle>
325
+ <path d="M4 22c0-4 4-7 8-7s8 3 8 7"></path>
326
+ </svg>
327
+ </div>
328
+ <div>Account</div>
329
+ </div>
330
+ <div class="tab">
331
+ <div class="icon i-32">
332
+ <!-- cart -->
333
+ <svg viewBox="0 0 24 24" fill="currentColor">
334
+ <circle cx="9" cy="20" r="2"></circle>
335
+ <circle cx="17" cy="20" r="2"></circle>
336
+ <path d="M3 4h2l3 12h10l2-8H7"></path>
337
+ </svg>
338
+ </div>
339
+ <div>Cart</div>
340
+ </div>
341
+ </div>
342
+
343
+ <div class="home-indicator"></div>
344
+ </div>
345
+ </body>
346
+ </html>
code/5052/5052_2.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search 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;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 92px;
20
+ padding: 0 28px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #1f1f1f;
25
+ font-size: 32px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 18px; }
29
+ .status-right { display: flex; align-items: center; gap: 18px; }
30
+ .icon {
31
+ width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
32
+ }
33
+ .battery {
34
+ width: 54px; height: 26px; border: 2px solid #333; border-radius: 4px; position: relative;
35
+ }
36
+ .battery::after {
37
+ content: "";
38
+ position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #333; border-radius: 2px;
39
+ }
40
+ .battery .level { width: 70%; height: 100%; background: #333; }
41
+
42
+ /* Search header */
43
+ .search-header {
44
+ padding: 10px 18px 6px 6px;
45
+ display: flex; align-items: center; gap: 10px;
46
+ }
47
+ .back-btn {
48
+ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; cursor: default;
49
+ }
50
+ .search-box {
51
+ flex: 1;
52
+ height: 86px;
53
+ border: 2px solid #3D5AFE;
54
+ border-radius: 44px;
55
+ display: flex; align-items: center; padding: 0 18px;
56
+ box-sizing: border-box;
57
+ }
58
+ .search-box .left {
59
+ display: flex; align-items: center; gap: 12px; flex: 1;
60
+ }
61
+ .search-box .placeholder {
62
+ font-size: 34px; color: #6b6b6b;
63
+ }
64
+ .search-box .right {
65
+ display: flex; align-items: center; gap: 20px;
66
+ }
67
+
68
+ /* Upload section */
69
+ .upload-section {
70
+ background: #EEF4FF;
71
+ padding: 26px 24px 32px 24px;
72
+ box-sizing: border-box;
73
+ }
74
+ .upload-title {
75
+ font-size: 34px; color: #1e1e1e; margin-bottom: 18px; font-weight: 600;
76
+ }
77
+ .upload-actions {
78
+ display: flex; gap: 24px;
79
+ }
80
+ .upload-btn {
81
+ flex: 1;
82
+ background: #fff;
83
+ border: 1px solid #DADCE0;
84
+ border-radius: 16px;
85
+ height: 104px;
86
+ display: flex; align-items: center; justify-content: center; gap: 14px;
87
+ font-size: 32px; color: #1a73e8; font-weight: 600;
88
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
89
+ }
90
+ .upload-btn .btn-icon {
91
+ width: 44px; height: 44px; color: #1a73e8;
92
+ }
93
+
94
+ /* Products */
95
+ .section-title {
96
+ font-size: 36px;
97
+ font-weight: 700;
98
+ color: #222;
99
+ padding: 22px 24px 10px 24px;
100
+ }
101
+ .product-grid {
102
+ padding: 0 24px 20px 24px;
103
+ box-sizing: border-box;
104
+ display: grid;
105
+ grid-template-columns: repeat(3, 1fr);
106
+ gap: 24px;
107
+ }
108
+ .product-card {
109
+ background: #fff;
110
+ border: 1px solid #E3E6EA;
111
+ border-radius: 18px;
112
+ padding: 14px;
113
+ box-sizing: border-box;
114
+ text-align: center;
115
+ }
116
+ .img-ph {
117
+ width: 100%;
118
+ height: 220px;
119
+ background: #E0E0E0;
120
+ border: 1px solid #BDBDBD;
121
+ border-radius: 12px;
122
+ display: flex; align-items: center; justify-content: center;
123
+ color: #757575; font-size: 26px;
124
+ margin-bottom: 12px;
125
+ }
126
+ .p-title {
127
+ font-size: 28px; font-weight: 700; color: #333; letter-spacing: 0.3px;
128
+ }
129
+ .p-sub {
130
+ font-size: 24px; color: #6b6b6b; margin-top: 4px;
131
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
132
+ }
133
+
134
+ /* Keyboard (overlay) */
135
+ .keyboard {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 34px;
138
+ height: 880px;
139
+ background: #F3F0F8;
140
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
141
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
142
+ padding: 14px 18px 18px 18px;
143
+ box-sizing: border-box;
144
+ }
145
+ .kbd-top {
146
+ height: 70px; display: flex; align-items: center; gap: 36px;
147
+ }
148
+ .kbd-pill {
149
+ position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
150
+ width: 240px; height: 10px; background: #bdbdbd; border-radius: 8px;
151
+ }
152
+ .keys { margin-top: 6px; display: grid; row-gap: 16px; }
153
+ .row { display: flex; justify-content: center; gap: 14px; }
154
+ .key {
155
+ background: #fff; color: #111;
156
+ border-radius: 16px;
157
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
158
+ height: 100px; min-width: 80px;
159
+ display: flex; align-items: center; justify-content: center;
160
+ font-size: 40px; font-weight: 600;
161
+ padding: 0 10px;
162
+ }
163
+ .key.wide { min-width: 120px; }
164
+ .key.extra-wide { min-width: 520px; }
165
+ .key.pink { background: #FFDCE6; }
166
+ .key.green { background: #C7F0C4; }
167
+ .key.small { font-size: 30px; font-weight: 500; }
168
+ .kbd-icons { width: 54px; height: 54px; background: #D6EAD1; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
169
+ .kbd-icons svg { width: 28px; height: 28px; }
170
+
171
+ /* Gesture nav bar shadow imitation */
172
+ .overlay-bottom-bar {
173
+ position: absolute; bottom: 8px; left: 50%;
174
+ transform: translateX(-50%);
175
+ width: 280px; height: 8px; background: #9e9e9e; border-radius: 10px;
176
+ opacity: 0.8;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status bar -->
184
+ <div class="status-bar">
185
+ <div class="status-left">
186
+ <div>3:02</div>
187
+ <div class="icon">
188
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#444" aria-hidden="true">
189
+ <path d="M12 2a9 9 0 0 0-9 9v4l-2 2v1h22v-1l-2-2v-4a9 9 0 0 0-9-9z"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#444"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>
194
+ </div>
195
+ </div>
196
+ <div class="status-right">
197
+ <svg class="icon" viewBox="0 0 24 24" width="32" height="32" fill="#444"><path d="M12 3L2 12h3v7h14v-7h3L12 3z"/></svg>
198
+ <div class="battery"><div class="level"></div></div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Search header -->
203
+ <div class="search-header">
204
+ <div class="back-btn">
205
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#222">
206
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="search-box">
210
+ <div class="left">
211
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#3D5AFE"><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.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
212
+ <div class="placeholder">shoes</div>
213
+ </div>
214
+ <div class="right">
215
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#3D5AFE"><path d="M12 3a3 3 0 0 0-3 3v5a3 3 0 0 0 2 2.82V17h2v-3.18A3 3 0 0 0 15 11V6a3 3 0 0 0-3-3z"/></svg>
216
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#3D5AFE"><path d="M20 5h-3.2l-1.6-2H8.8L7.2 5H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 13H4V7h4.05l1.6-2h4.7l1.6 2H20v11zM12 9a4 4 0 1 0 .001 8.001A4 4 0 0 0 12 9z"/></svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Upload image section -->
222
+ <div class="upload-section">
223
+ <div class="upload-title">Upload an image to search for similar products</div>
224
+ <div class="upload-actions">
225
+ <div class="upload-btn">
226
+ <svg class="btn-icon" viewBox="0 0 24 24" fill="currentColor">
227
+ <path d="M20 5h-3l-2-2H9L7 5H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-8 13a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/>
228
+ </svg>
229
+ <span>Take a photo</span>
230
+ </div>
231
+ <div class="upload-btn">
232
+ <svg class="btn-icon" viewBox="0 0 24 24" fill="currentColor">
233
+ <path d="M21 19H3V5h18v14zM5 7v10h14V7H5zm4 2h6v6H9V9z"/>
234
+ </svg>
235
+ <span>Choose from gallery</span>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Popular products -->
241
+ <div class="section-title">Popular Products</div>
242
+ <div class="product-grid">
243
+ <div class="product-card">
244
+ <div class="img-ph">[IMG: MOTOROLA Phone]</div>
245
+ <div class="p-title">MOTOROLA</div>
246
+ <div class="p-sub">Mobiles</div>
247
+ </div>
248
+ <div class="product-card">
249
+ <div class="img-ph">[IMG: SAMSUNG TV]</div>
250
+ <div class="p-title">SAMSUNG</div>
251
+ <div class="p-sub">Televisions</div>
252
+ </div>
253
+ <div class="product-card">
254
+ <div class="img-ph">[IMG: Canon Camera]</div>
255
+ <div class="p-title">Canon</div>
256
+ <div class="p-sub">DSLR & Mirrorl...</div>
257
+ </div>
258
+ <div class="product-card">
259
+ <div class="img-ph">[IMG: Checkered Scarf]</div>
260
+ <div class="p-title">Scarves</div>
261
+ <div class="p-sub">Winter Wear</div>
262
+ </div>
263
+ <div class="product-card">
264
+ <div class="img-ph">[IMG: Colorful Towels]</div>
265
+ <div class="p-title">Blankets</div>
266
+ <div class="p-sub">Home & Living</div>
267
+ </div>
268
+ <div class="product-card">
269
+ <div class="img-ph">[IMG: Smartphone]</div>
270
+ <div class="p-title">Note 12</div>
271
+ <div class="p-sub">Mobiles</div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Keyboard overlay -->
276
+ <div class="keyboard">
277
+ <div class="kbd-top">
278
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg></div>
279
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><circle cx="12" cy="9" r="3"/><path d="M12 12c-4 0-6 2-6 4v2h12v-2c0-2-2-4-6-4z"/></svg></div>
280
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><path d="M4 7h16v2H4zm0 4h10v2H4zm0 4h7v2H4z"/></svg></div>
281
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-1 9h2v3h-2zM4 11h3v2H4zm13 0h3v2h-3z"/></svg></div>
282
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><path d="M2 4h20v2H2zm0 7h20v2H2zm0 7h20v2H2z"/></svg></div>
283
+ <div class="kbd-icons"><svg viewBox="0 0 24 24" fill="#2e7d32"><circle cx="12" cy="12" r="10" opacity=".2"/><path d="M12 3a9 9 0 0 0-9 9v4l-2 2v1h22v-1l-2-2v-4a9 9 0 0 0-9-9z"/></svg></div>
284
+ </div>
285
+
286
+ <div class="keys">
287
+ <div class="row">
288
+ <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>
289
+ </div>
290
+ <div class="row">
291
+ <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>
292
+ </div>
293
+ <div class="row">
294
+ <div class="key wide pink">⇧</div>
295
+ <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>
296
+ <div class="key wide pink">⌫</div>
297
+ </div>
298
+ <div class="row">
299
+ <div class="key wide pink small">?123</div>
300
+ <div class="key wide pink small">,</div>
301
+ <div class="key extra-wide"></div>
302
+ <div class="key small">.</div>
303
+ <div class="key green">✓</div>
304
+ </div>
305
+ </div>
306
+ <div class="kbd-pill"></div>
307
+ </div>
308
+
309
+ <div class="overlay-bottom-bar"></div>
310
+ </div>
311
+ </body>
312
+ </html>
code/5052/5052_3.html ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI - Apple iPhone 14</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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: #ffffff; border-radius: 28px; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
12
+ color: #202124;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0; height: 96px;
18
+ padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 36px; color: #111;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 24px; }
22
+ .status-icon { width: 40px; height: 40px; background: #e9e9e9; border-radius: 8px; }
23
+
24
+ /* Search header */
25
+ .search-header {
26
+ position: absolute; top: 96px; left: 0; right: 0; height: 160px;
27
+ display: flex; align-items: center; gap: 24px; padding: 0 24px;
28
+ }
29
+ .back-btn {
30
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
31
+ }
32
+ .search-box {
33
+ flex: 1; height: 110px; border: 2px solid #2f66f2; border-radius: 56px;
34
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
35
+ }
36
+ .sb-icon { width: 56px; height: 56px; margin-right: 16px; }
37
+ .sb-text {
38
+ flex: 1; font-size: 40px; color: #111; letter-spacing: 0.2px;
39
+ }
40
+ .sb-clear {
41
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
42
+ }
43
+
44
+ /* Suggestions list */
45
+ .suggestions {
46
+ position: absolute; top: 256px; left: 0; right: 0; bottom: 860px;
47
+ overflow: hidden; padding: 8px 12px 0 12px;
48
+ }
49
+ .suggest-item {
50
+ display: flex; align-items: center; padding: 26px 18px; gap: 22px;
51
+ border-bottom: 1px solid #eeeeee;
52
+ }
53
+ .s-left-icon {
54
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .s-img {
57
+ width: 96px; height: 96px; background: #E0E0E0; border: 1px solid #BDBDBD;
58
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; border-radius: 10px;
59
+ }
60
+ .s-texts { flex: 1; }
61
+ .s-title { font-size: 36px; color: #202124; }
62
+ .s-sub { font-size: 28px; color: #5f6368; margin-top: 6px; }
63
+ .s-right {
64
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
65
+ }
66
+
67
+ /* Keyboard mock */
68
+ .keyboard {
69
+ position: absolute; left: 0; right: 0; bottom: 0; height: 860px;
70
+ background: #f3f0f8; border-top-left-radius: 24px; border-top-right-radius: 24px;
71
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
72
+ }
73
+ .kb-toolbar {
74
+ height: 120px; padding: 0 32px; display: flex; align-items: center; gap: 36px;
75
+ }
76
+ .kb-tool {
77
+ width: 88px; height: 88px; border-radius: 20px; background: #ffffff; border: 1px solid #e0e0e0;
78
+ display: flex; align-items: center; justify-content: center; color: #666; font-size: 28px;
79
+ }
80
+ .kb-tool.green { background: #c9e7c7; color: #1d7a3d; }
81
+
82
+ .kb-rows { padding: 8px 24px 24px 24px; }
83
+ .kb-row { display: flex; gap: 16px; justify-content: center; margin-bottom: 24px; }
84
+ .key {
85
+ width: 88px; height: 120px; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 28px;
86
+ display: flex; align-items: center; justify-content: center; font-size: 40px; color: #222;
87
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
88
+ }
89
+ .key.wide { width: 180px; }
90
+ .key.space { flex: 1; min-width: 360px; }
91
+ .key.green { background: #c8e6c9; color: #1b5e20; }
92
+ .key.pink { background: #ffd7df; color: #7b1b34; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status Bar -->
99
+ <div class="status-bar">
100
+ <div>3:03</div>
101
+ <div class="status-right">
102
+ <div class="status-icon" title="status"></div>
103
+ <div class="status-icon" title="status"></div>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Search Header -->
108
+ <div class="search-header">
109
+ <div class="back-btn" aria-label="Back">
110
+ <svg width="48" height="48" viewBox="0 0 24 24">
111
+ <path d="M14 5 L7 12 L14 19" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
112
+ </svg>
113
+ </div>
114
+
115
+ <div class="search-box">
116
+ <div class="sb-icon">
117
+ <svg width="56" height="56" viewBox="0 0 24 24">
118
+ <circle cx="10" cy="10" r="6.5" stroke="#2f66f2" stroke-width="2" fill="none"></circle>
119
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#2f66f2" stroke-width="2" stroke-linecap="round"></line>
120
+ </svg>
121
+ </div>
122
+ <div class="sb-text">APPLE iphone 14</div>
123
+ <div class="sb-clear">
124
+ <svg width="48" height="48" viewBox="0 0 24 24">
125
+ <line x1="6" y1="6" x2="18" y2="18" stroke="#212121" stroke-width="2" stroke-linecap="round"></line>
126
+ <line x1="18" y1="6" x2="6" y2="18" stroke="#212121" stroke-width="2" stroke-linecap="round"></line>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Suggestions -->
133
+ <div class="suggestions">
134
+ <div class="suggest-item">
135
+ <div class="s-img">[IMG: iPhone 14]</div>
136
+ <div class="s-texts">
137
+ <div class="s-title">apple iphone 14 plus</div>
138
+ <div class="s-sub">in Mobiles</div>
139
+ </div>
140
+ <div class="s-right">
141
+ <svg width="40" height="40" viewBox="0 0 24 24">
142
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="suggest-item">
148
+ <div class="s-img">[IMG: iPhone 14]</div>
149
+ <div class="s-texts">
150
+ <div class="s-title">apple iphone 14</div>
151
+ <div class="s-sub">in Mobiles</div>
152
+ </div>
153
+ <div class="s-right">
154
+ <svg width="40" height="40" viewBox="0 0 24 24">
155
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="suggest-item">
161
+ <div class="s-left-icon">
162
+ <svg width="48" height="48" viewBox="0 0 24 24">
163
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
164
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
165
+ </svg>
166
+ </div>
167
+ <div class="s-texts">
168
+ <div class="s-title">apple iphone 14 pro</div>
169
+ </div>
170
+ <div class="s-right">
171
+ <svg width="40" height="40" viewBox="0 0 24 24">
172
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="suggest-item">
178
+ <div class="s-left-icon">
179
+ <svg width="48" height="48" viewBox="0 0 24 24">
180
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
181
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
182
+ </svg>
183
+ </div>
184
+ <div class="s-texts">
185
+ <div class="s-title">apple iphone 14 pro max</div>
186
+ </div>
187
+ <div class="s-right">
188
+ <svg width="40" height="40" viewBox="0 0 24 24">
189
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="suggest-item">
195
+ <div class="s-left-icon">
196
+ <svg width="48" height="48" viewBox="0 0 24 24">
197
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
198
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
199
+ </svg>
200
+ </div>
201
+ <div class="s-texts">
202
+ <div class="s-title">apple iphone 14 plus 256</div>
203
+ </div>
204
+ <div class="s-right">
205
+ <svg width="40" height="40" viewBox="0 0 24 24">
206
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="suggest-item">
212
+ <div class="s-left-icon">
213
+ <svg width="48" height="48" viewBox="0 0 24 24">
214
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
215
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
216
+ </svg>
217
+ </div>
218
+ <div class="s-texts">
219
+ <div class="s-title">apple iphone 14 back cover</div>
220
+ </div>
221
+ <div class="s-right">
222
+ <svg width="40" height="40" viewBox="0 0 24 24">
223
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="suggest-item">
229
+ <div class="s-left-icon">
230
+ <svg width="48" height="48" viewBox="0 0 24 24">
231
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
232
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
233
+ </svg>
234
+ </div>
235
+ <div class="s-texts">
236
+ <div class="s-title">apple iphone 14 cover</div>
237
+ </div>
238
+ <div class="s-right">
239
+ <svg width="40" height="40" viewBox="0 0 24 24">
240
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="suggest-item">
246
+ <div class="s-left-icon">
247
+ <svg width="48" height="48" viewBox="0 0 24 24">
248
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
249
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
250
+ </svg>
251
+ </div>
252
+ <div class="s-texts">
253
+ <div class="s-title">apple iphone 14 256 gb</div>
254
+ </div>
255
+ <div class="s-right">
256
+ <svg width="40" height="40" viewBox="0 0 24 24">
257
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="suggest-item">
263
+ <div class="s-left-icon">
264
+ <svg width="48" height="48" viewBox="0 0 24 24">
265
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
266
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
267
+ </svg>
268
+ </div>
269
+ <div class="s-texts">
270
+ <div class="s-title">apple iphone 14 mini</div>
271
+ </div>
272
+ <div class="s-right">
273
+ <svg width="40" height="40" viewBox="0 0 24 24">
274
+ <path d="M8 5 L16 12 L8 19" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Keyboard -->
281
+ <div class="keyboard">
282
+ <div class="kb-toolbar">
283
+ <div class="kb-tool green">▦</div>
284
+ <div class="kb-tool">😊</div>
285
+ <div class="kb-tool">GIF</div>
286
+ <div class="kb-tool">⚙️</div>
287
+ <div class="kb-tool">G</div>
288
+ <div class="kb-tool">🎨</div>
289
+ <div style="flex:1"></div>
290
+ <div class="kb-tool">🎤</div>
291
+ </div>
292
+
293
+ <div class="kb-rows">
294
+ <div class="kb-row">
295
+ <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>
296
+ <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>
297
+ </div>
298
+ <div class="kb-row">
299
+ <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>
300
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
301
+ </div>
302
+ <div class="kb-row">
303
+ <div class="key pink">⇧</div>
304
+ <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>
305
+ <div class="key pink">⌫</div>
306
+ </div>
307
+ <div class="kb-row">
308
+ <div class="key wide pink">?123</div>
309
+ <div class="key">,</div>
310
+ <div class="key wide">😊</div>
311
+ <div class="key space"></div>
312
+ <div class="key">.</div>
313
+ <div class="key green">✓</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ </div>
319
+ </body>
320
+ </html>
code/5052/5052_4.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+ .status-bar {
16
+ height: 100px;
17
+ padding: 0 32px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #333;
22
+ font-weight: 600;
23
+ font-size: 36px;
24
+ }
25
+ .status-icons { display:flex; gap:26px; align-items:center; }
26
+ .top-search {
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 18px 24px;
30
+ gap: 24px;
31
+ }
32
+ .icon-btn {
33
+ width: 56px; height: 56px; border-radius: 28px;
34
+ display:flex; align-items:center; justify-content:center;
35
+ background: transparent;
36
+ }
37
+ .search-field {
38
+ flex:1;
39
+ background:#F0F0F3;
40
+ border:1px solid #E0E0E0;
41
+ height: 88px;
42
+ border-radius: 16px;
43
+ display:flex; align-items:center; gap:18px;
44
+ padding: 0 24px;
45
+ color:#666; font-size:34px;
46
+ }
47
+ .search-right { display:flex; align-items:center; gap:18px; }
48
+ .cart {
49
+ margin-left: 8px;
50
+ width: 64px; height:64px;
51
+ display:flex; align-items:center; justify-content:center;
52
+ }
53
+
54
+ .pill-row {
55
+ display:flex; flex-wrap:wrap; gap:18px;
56
+ padding: 12px 24px;
57
+ }
58
+ .pill {
59
+ padding: 18px 30px;
60
+ border:1px solid #D9D9D9;
61
+ border-radius: 30px;
62
+ color:#333;
63
+ font-size:32px;
64
+ background:#FFF;
65
+ }
66
+ .badge-row { display:flex; gap:18px; padding: 20px 24px; }
67
+ .badge {
68
+ display:flex; align-items:center; gap:16px;
69
+ border:1px solid #D9D9D9;
70
+ border-radius: 18px;
71
+ padding: 20px 26px;
72
+ font-size:32px;
73
+ color:#333;
74
+ background:#FFF;
75
+ }
76
+ .banner {
77
+ margin: 18px 24px;
78
+ height: 280px;
79
+ border-radius: 24px;
80
+ background:#E0E0E0;
81
+ border:1px solid #BDBDBD;
82
+ display:flex; align-items:center; justify-content:center;
83
+ color:#757575; font-size:34px; font-weight:600;
84
+ }
85
+ .divider { height:18px; background:#F3F3F3; margin: 0 0 12px 0; }
86
+
87
+ .section-header {
88
+ display:flex; align-items:center; justify-content:space-between;
89
+ padding: 24px;
90
+ }
91
+ .section-header .title {
92
+ font-size:54px; font-weight:700; color:#111; line-height:1.2;
93
+ }
94
+ .section-header .subtitle {
95
+ font-size:30px; color:#777; margin-top:8px;
96
+ }
97
+ .logo-box {
98
+ width: 160px; height: 120px;
99
+ background:#E0E0E0; border:1px solid #BDBDBD;
100
+ display:flex; align-items:center; justify-content:center;
101
+ color:#757575; font-size:28px; border-radius:16px;
102
+ }
103
+
104
+ .product-list { padding: 10px 24px 120px; }
105
+ .product-item {
106
+ display:flex; gap:26px; padding: 26px 0;
107
+ border-bottom:1px solid #EFEFEF;
108
+ }
109
+ .prod-image {
110
+ width: 220px; height: 220px; border-radius: 18px;
111
+ background:#E0E0E0; border:1px solid #BDBDBD;
112
+ display:flex; align-items:center; justify-content:center;
113
+ color:#757575; font-size:26px; text-align:center; padding:8px;
114
+ }
115
+ .prod-info { flex:1; }
116
+ .prod-title { font-size:38px; font-weight:600; color:#222; margin-bottom:10px; }
117
+ .rating-row { display:flex; align-items:center; gap:14px; margin: 8px 0 12px; }
118
+ .stars { display:flex; gap:6px; }
119
+ .rating-count { color:#777; font-size:28px; }
120
+ .assured {
121
+ display:flex; align-items:center; gap:8px;
122
+ margin-left: 12px;
123
+ font-size:26px; color:#1E88E5;
124
+ }
125
+ .price-row { display:flex; align-items:center; gap:18px; margin-top:8px; }
126
+ .discount { color:#14A44D; font-size:36px; font-weight:700; }
127
+ .mrp { color:#9E9E9E; font-size:32px; text-decoration: line-through; }
128
+ .price { color:#111; font-size:40px; font-weight:700; }
129
+
130
+ .home-indicator {
131
+ position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
132
+ width: 320px; height: 12px; background:#000; opacity:.12; border-radius: 12px;
133
+ }
134
+ /* Simple helper */
135
+ .svg { width: 40px; height: 40px; }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <div class="status-bar">
142
+ <div>3:04</div>
143
+ <div class="status-icons">
144
+ <!-- simple mail icon -->
145
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#555" d="M3 6h18v12H3z"/><path fill="#fff" d="M3 6l9 6 9-6"/></svg>
146
+ <!-- settings cog (minimal) -->
147
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#555"/><path d="M4 12h4M16 12h4M12 4v4M12 16v4" stroke="#555" stroke-width="2" stroke-linecap="round"/></svg>
148
+ <!-- signal/battery -->
149
+ <svg class="svg" viewBox="0 0 24 24"><path d="M2 18h2v2H2zM6 14h2v6H6zM10 10h2v10h-2zM14 6h2v14h-2zM18 3h2v17h-2z" fill="#555"/></svg>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="top-search">
154
+ <div class="icon-btn">
155
+ <!-- back arrow -->
156
+ <svg class="svg" viewBox="0 0 24 24"><path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
157
+ </div>
158
+
159
+ <div class="search-field">
160
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#666" stroke-width="2" stroke-linecap="round"/></svg>
161
+ <div>APPLE iphone 14</div>
162
+ <div class="search-right" style="margin-left:auto;">
163
+ <!-- mic -->
164
+ <svg class="svg" viewBox="0 0 24 24"><rect x="9" y="4" width="6" height="10" rx="3" fill="#666"/><path d="M6 12a6 6 0 0012 0M12 18v2" stroke="#666" stroke-width="2" stroke-linecap="round"/></svg>
165
+ <!-- camera -->
166
+ <svg class="svg" viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" stroke="#666" stroke-width="2" fill="none"/><circle cx="12" cy="12" r="4" stroke="#666" stroke-width="2" fill="none"/><path d="M8 6l2-2h4l2 2" stroke="#666" stroke-width="2"/></svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="cart">
171
+ <!-- cart icon -->
172
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 5h2l2 12h10l2-8H7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/><circle cx="9" cy="19" r="2" fill="#333"/><circle cx="17" cy="19" r="2" fill="#333"/></svg>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="pill-row">
177
+ <div class="pill">Sort By ▼</div>
178
+ <div class="pill" style="display:flex; align-items:center; gap:10px;">
179
+ <svg class="svg" viewBox="0 0 24 24"><path d="M4 6h16M4 12h10M4 18h6" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
180
+ Filter
181
+ </div>
182
+ <div class="pill" style="display:flex; align-items:center; gap:10px;">
183
+ <svg class="svg" viewBox="0 0 24 24"><rect x="4" y="6" width="6" height="12" stroke="#333" stroke-width="2" fill="none"/><rect x="14" y="8" width="6" height="8" stroke="#333" stroke-width="2" fill="none"/></svg>
184
+ Compare
185
+ </div>
186
+ <div class="pill">Price ▼</div>
187
+ <div class="pill">RAM</div>
188
+ </div>
189
+
190
+ <div class="badge-row">
191
+ <div class="badge">
192
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2l4 4-8 8-4-4z" fill="#5B9CF8"/><path d="M8 16l-4 4" stroke="#5B9CF8" stroke-width="2" stroke-linecap="round"/></svg>
193
+ Big Bachat Deals
194
+ </div>
195
+ <div class="badge">
196
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 18h4l3-6 3 4 4-8 4 10" stroke="#6C78FF" stroke-width="2" fill="none"/></svg>
197
+ 5G
198
+ </div>
199
+ </div>
200
+
201
+ <div class="banner">[IMG: Promotional Banner - Android Premier League Sale]</div>
202
+
203
+ <div class="divider"></div>
204
+
205
+ <div class="section-header">
206
+ <div>
207
+ <div class="title">APPLE iPhone 14</div>
208
+ <div class="subtitle">15.49 cm (6.1 inch) Super Retina XDR Display | A15 Bionic</div>
209
+ </div>
210
+ <div class="logo-box">[IMG: Apple Logo]</div>
211
+ </div>
212
+
213
+ <div class="product-list">
214
+
215
+ <!-- Product 1 -->
216
+ <div class="product-item">
217
+ <div class="prod-image">[IMG: iPhone 14 - Blue]</div>
218
+ <div class="prod-info">
219
+ <div class="prod-title">APPLE iPhone 14 (Blue, 128 GB)</div>
220
+ <div class="rating-row">
221
+ <div class="stars">
222
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
223
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
224
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
225
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
226
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
227
+ </div>
228
+ <div class="rating-count">(2,44,312)</div>
229
+ <div class="assured">
230
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2l4 8-4 12-4-12z" fill="#FFC107"/></svg>
231
+ Plus F‑ASSURED
232
+ </div>
233
+ </div>
234
+ <div class="price-row">
235
+ <div class="discount">12% off</div>
236
+ <div class="mrp">69,900</div>
237
+ <div class="price">₹60,999</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Product 2 -->
243
+ <div class="product-item">
244
+ <div class="prod-image">[IMG: iPhone 14 - Starlight]</div>
245
+ <div class="prod-info">
246
+ <div class="prod-title">APPLE iPhone 14 (Starlight, 128 GB)</div>
247
+ <div class="rating-row">
248
+ <div class="stars">
249
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
250
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
251
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
252
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
253
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
254
+ </div>
255
+ <div class="rating-count">(2,44,312)</div>
256
+ <div class="assured">
257
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2l4 8-4 12-4-12z" fill="#FFC107"/></svg>
258
+ Plus F‑ASSURED
259
+ </div>
260
+ </div>
261
+ <div class="price-row">
262
+ <div class="discount">11% off</div>
263
+ <div class="mrp">69,900</div>
264
+ <div class="price">₹61,999</div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Product 3 -->
270
+ <div class="product-item">
271
+ <div class="prod-image">[IMG: iPhone 14 - Purple]</div>
272
+ <div class="prod-info">
273
+ <div class="prod-title">APPLE iPhone 14 (Purple, 128 GB)</div>
274
+ <div class="rating-row">
275
+ <div class="stars">
276
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
277
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
278
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
279
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
280
+ <svg class="svg" viewBox="0 0 24 24"><path fill="#1ABC5B" d="M12 2l3 7h7l-5.5 4.2L18 21l-6-4-6 4 1.5-7.8L2 9h7z"/></svg>
281
+ </div>
282
+ <div class="rating-count">(2,44,312)</div>
283
+ <div class="assured">
284
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2l4 8-4 12-4-12z" fill="#FFC107"/></svg>
285
+ Plus F‑ASSURED
286
+ </div>
287
+ </div>
288
+ <div class="price-row">
289
+ <div class="discount">11% off</div>
290
+ <div class="mrp">69,900</div>
291
+ <div class="price">₹61,999</div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ </div>
297
+
298
+ <div class="home-indicator"></div>
299
+ </div>
300
+ </body>
301
+ </html>
code/5053/5053_0.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Download - File Manager 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: #1f2b23; /* deep green */
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #ffffff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 110px;
24
+ background: #1f2b23;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ font-size: 44px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left { flex: 1; }
32
+ .status-right {
33
+ display: flex;
34
+ gap: 28px;
35
+ align-items: center;
36
+ }
37
+ .status-icon svg { display: block; }
38
+
39
+ /* App bar */
40
+ .appbar {
41
+ position: absolute;
42
+ top: 110px; left: 0; right: 0;
43
+ height: 220px;
44
+ background: #243728;
45
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25);
46
+ }
47
+ .appbar-inner {
48
+ position: absolute;
49
+ bottom: 22px; left: 96px; right: 96px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ }
54
+ .app-title {
55
+ margin-left: 12px;
56
+ }
57
+ .app-title .title {
58
+ font-size: 76px;
59
+ font-weight: 600;
60
+ line-height: 1;
61
+ margin-bottom: 12px;
62
+ }
63
+ .app-title .subtitle {
64
+ font-size: 34px;
65
+ color: #b8c7b9;
66
+ }
67
+ .nav-back {
68
+ position: absolute;
69
+ left: 28px; bottom: 20px;
70
+ width: 72px; height: 72px;
71
+ display: flex; align-items: center; justify-content: center;
72
+ }
73
+ .app-actions {
74
+ position: absolute;
75
+ right: 22px; bottom: 18px;
76
+ display: flex; gap: 36px;
77
+ }
78
+ .action-btn { width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; }
79
+
80
+ /* List area */
81
+ .list-area {
82
+ position: absolute;
83
+ top: 330px; left: 0; right: 0; bottom: 220px;
84
+ background: #121816;
85
+ }
86
+ .list-item {
87
+ height: 170px;
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 0 36px;
91
+ border-bottom: 1px solid rgba(255,255,255,0.06);
92
+ }
93
+ .folder-icon {
94
+ width: 120px; height: 120px;
95
+ position: relative;
96
+ margin-right: 28px;
97
+ }
98
+ .folder-icon svg { width: 100%; height: 100%; display:block; }
99
+ .up-overlay {
100
+ position: absolute;
101
+ top: 8px; left: 8px;
102
+ width: 56px; height: 56px;
103
+ }
104
+ .item-text { flex: 1; }
105
+ .item-name {
106
+ font-size: 46px;
107
+ margin-bottom: 6px;
108
+ }
109
+ .item-sub {
110
+ font-size: 32px;
111
+ color: #a9b3aa;
112
+ }
113
+ .item-date {
114
+ font-size: 32px;
115
+ color: #a9b3aa;
116
+ }
117
+
118
+ /* Floating action button */
119
+ .fab {
120
+ position: absolute;
121
+ right: 36px; bottom: 170px;
122
+ width: 150px; height: 150px;
123
+ background: #5FAE6E;
124
+ border-radius: 50%;
125
+ box-shadow: 0 14px 24px rgba(0,0,0,0.5);
126
+ display: flex; align-items: center; justify-content: center;
127
+ }
128
+
129
+ /* Home indicator */
130
+ .home-indicator {
131
+ position: absolute;
132
+ bottom: 72px; left: 50%;
133
+ transform: translateX(-50%);
134
+ width: 300px; height: 12px;
135
+ background: rgba(255,255,255,0.85);
136
+ border-radius: 8px;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status Bar -->
144
+ <div class="statusbar">
145
+ <div class="status-left">8:54</div>
146
+ <div class="status-right">
147
+ <!-- Simple status icons -->
148
+ <div class="status-icon">
149
+ <!-- Do Not Disturb icon (circle with minus) -->
150
+ <svg width="40" height="40" viewBox="0 0 24 24">
151
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
152
+ <rect x="6" y="11" width="12" height="2" fill="#fff"/>
153
+ </svg>
154
+ </div>
155
+ <div class="status-icon">
156
+ <!-- Cast icon -->
157
+ <svg width="40" height="40" viewBox="0 0 24 24">
158
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
159
+ <path d="M3 17c3 0 5 2 5 4" stroke="#fff" stroke-width="2" fill="none"/>
160
+ <path d="M3 13c5 0 8 4 8 8" stroke="#fff" stroke-width="2" fill="none"/>
161
+ </svg>
162
+ </div>
163
+ <div class="status-icon">
164
+ <!-- Cloud icon -->
165
+ <svg width="40" height="40" viewBox="0 0 24 24">
166
+ <path d="M6 16a4 4 0 1 1 1-7 5 5 0 0 1 9 2h1a3 3 0 1 1 0 6H6z" fill="#fff"/>
167
+ </svg>
168
+ </div>
169
+ <div class="status-icon">
170
+ <!-- Wi-Fi icon -->
171
+ <svg width="40" height="40" viewBox="0 0 24 24">
172
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
173
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" fill="none"/>
174
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" fill="none"/>
175
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
176
+ </svg>
177
+ </div>
178
+ <div class="status-icon">
179
+ <!-- Battery icon -->
180
+ <svg width="40" height="40" viewBox="0 0 24 24">
181
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
182
+ <rect x="4" y="9" width="14" height="6" fill="#fff"/>
183
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- App Bar -->
190
+ <div class="appbar">
191
+ <div class="nav-back">
192
+ <!-- Back arrow -->
193
+ <svg width="56" height="56" viewBox="0 0 24 24">
194
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ <div class="app-actions">
198
+ <!-- Search -->
199
+ <div class="action-btn">
200
+ <svg width="56" height="56" viewBox="0 0 24 24">
201
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#fff" stroke-width="2"/>
202
+ <path d="M20 20l-4.5-4.5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
203
+ </svg>
204
+ </div>
205
+ <!-- List view -->
206
+ <div class="action-btn">
207
+ <svg width="56" height="56" viewBox="0 0 24 24">
208
+ <rect x="4" y="6" width="16" height="2" fill="#fff"/>
209
+ <rect x="4" y="11" width="16" height="2" fill="#fff"/>
210
+ <rect x="4" y="16" width="16" height="2" fill="#fff"/>
211
+ </svg>
212
+ </div>
213
+ <!-- More (kebab) -->
214
+ <div class="action-btn">
215
+ <svg width="56" height="56" viewBox="0 0 24 24">
216
+ <circle cx="12" cy="6" r="2" fill="#fff"/>
217
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
218
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ <div class="appbar-inner">
223
+ <div class="app-title">
224
+ <div class="title">Download</div>
225
+ <div class="subtitle">/storage/emulated/0</div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- List Area -->
231
+ <div class="list-area">
232
+
233
+ <!-- Parent folder item -->
234
+ <div class="list-item">
235
+ <div class="folder-icon">
236
+ <!-- Orange folder -->
237
+ <svg viewBox="0 0 100 80" aria-label="Folder icon">
238
+ <path d="M5 25 H40 L50 40 H95 V75 H5 Z" fill="#F5A623" stroke="#d08d1c" stroke-width="2"/>
239
+ </svg>
240
+ <!-- Up arrow overlay -->
241
+ <svg class="up-overlay" viewBox="0 0 100 100" aria-label="Up">
242
+ <path d="M50 70 V30" stroke="#58B769" stroke-width="10" stroke-linecap="round"/>
243
+ <path d="M35 45 L50 30 L65 45" stroke="#58B769" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
244
+ </svg>
245
+ </div>
246
+ <div class="item-text">
247
+ <div class="item-name">..</div>
248
+ </div>
249
+ <div class="item-date"></div>
250
+ </div>
251
+
252
+ <!-- DCIM item -->
253
+ <div class="list-item">
254
+ <div class="folder-icon">
255
+ <svg viewBox="0 0 100 80" aria-label="Folder icon">
256
+ <path d="M5 25 H40 L50 40 H95 V75 H5 Z" fill="#F5A623" stroke="#d08d1c" stroke-width="2"/>
257
+ </svg>
258
+ </div>
259
+ <div class="item-text">
260
+ <div class="item-name">DCIM</div>
261
+ <div class="item-sub">1 item</div>
262
+ </div>
263
+ <div class="item-date">6/13/23</div>
264
+ </div>
265
+
266
+ <!-- Large empty area below as in screenshot -->
267
+ </div>
268
+
269
+ <!-- Floating Action Button -->
270
+ <div class="fab">
271
+ <svg width="84" height="84" viewBox="0 0 100 100">
272
+ <path d="M50 20 V80 M20 50 H80" stroke="#fff" stroke-width="12" stroke-linecap="round"/>
273
+ </svg>
274
+ </div>
275
+
276
+ <!-- Home indicator -->
277
+ <div class="home-indicator"></div>
278
+
279
+ </div>
280
+ </body>
281
+ </html>
code/5053/5053_1.html ADDED
@@ -0,0 +1,438 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>RAR 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: #2f2f2f;
14
+ font-family: Arial, sans-serif;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ background: #3949ab;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ justify-content: space-between;
27
+ font-size: 36px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 18px; }
30
+ .status-center { display: flex; align-items: center; gap: 28px; opacity: 0.92; }
31
+ .status-right { display: flex; align-items: center; gap: 20px; }
32
+
33
+ /* App bar */
34
+ .app-bar {
35
+ height: 150px;
36
+ background: #3f51b5;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 24px;
40
+ box-sizing: border-box;
41
+ justify-content: space-between;
42
+ }
43
+ .app-left {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .app-title {
49
+ font-weight: 700;
50
+ font-size: 48px;
51
+ letter-spacing: 1px;
52
+ }
53
+ .app-right {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 32px;
57
+ }
58
+ .icon-btn {
59
+ width: 90px;
60
+ height: 90px;
61
+ display: grid;
62
+ place-items: center;
63
+ border-radius: 12px;
64
+ }
65
+
66
+ /* List area */
67
+ .list {
68
+ position: absolute;
69
+ left: 0;
70
+ right: 0;
71
+ top: 240px; /* 90 + 150 */
72
+ bottom: 90px; /* leave space for bottom path bar */
73
+ overflow: hidden;
74
+ }
75
+ .rows {
76
+ height: 100%;
77
+ overflow-y: hidden;
78
+ }
79
+ .row {
80
+ height: 160px;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 30px;
84
+ box-sizing: border-box;
85
+ border-bottom: 1px solid #424242;
86
+ background: #2e2e2e;
87
+ }
88
+ .folder-svg {
89
+ width: 120px;
90
+ height: 90px;
91
+ margin-right: 30px;
92
+ flex-shrink: 0;
93
+ }
94
+ .row-content {
95
+ flex: 1;
96
+ min-width: 0;
97
+ }
98
+ .row-title {
99
+ font-size: 44px;
100
+ font-weight: 600;
101
+ color: #eaeaea;
102
+ white-space: nowrap;
103
+ overflow: hidden;
104
+ text-overflow: ellipsis;
105
+ }
106
+ .row-sub {
107
+ font-size: 28px;
108
+ color: #bdbdbd;
109
+ margin-top: 8px;
110
+ }
111
+ .checkbox {
112
+ width: 64px;
113
+ height: 64px;
114
+ border: 4px solid #9e9e9e;
115
+ border-radius: 8px;
116
+ margin-left: 20px;
117
+ flex-shrink: 0;
118
+ box-sizing: border-box;
119
+ opacity: 0.9;
120
+ }
121
+
122
+ /* Archive image placeholder */
123
+ .img-placeholder {
124
+ width: 120px;
125
+ height: 90px;
126
+ background: #E0E0E0;
127
+ border: 1px solid #BDBDBD;
128
+ color: #757575;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ margin-right: 30px;
133
+ font-size: 24px;
134
+ }
135
+
136
+ /* Bottom path bar */
137
+ .path-bar {
138
+ position: absolute;
139
+ left: 0;
140
+ right: 0;
141
+ bottom: 0;
142
+ height: 90px;
143
+ background: #3f51b5;
144
+ display: flex;
145
+ align-items: center;
146
+ padding: 0 24px;
147
+ box-sizing: border-box;
148
+ font-size: 34px;
149
+ color: #cfd8dc;
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">
159
+ <span>8:55</span>
160
+ </div>
161
+ <div class="status-center">
162
+ <!-- Play icon -->
163
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
164
+ <polygon points="6,4 20,12 6,20"></polygon>
165
+ </svg>
166
+ <!-- Video rectangle -->
167
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
168
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
169
+ </svg>
170
+ <!-- Phone icon -->
171
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
172
+ <path d="M6 2h12v20H6z"></path>
173
+ </svg>
174
+ <!-- Cloud icon -->
175
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
176
+ <path d="M8 18h8a4 4 0 0 0 0-8h-.2A5 5 0 0 0 6 11a3.5 3.5 0 0 0 2 7z"></path>
177
+ </svg>
178
+ </div>
179
+ <div class="status-right">
180
+ <!-- WiFi -->
181
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
182
+ <path d="M2 8c5-4 15-4 20 0"></path>
183
+ <path d="M5 11c3-3 11-3 14 0"></path>
184
+ <path d="M8 14c2-2 6-2 8 0"></path>
185
+ <circle cx="12" cy="17" r="1.6" fill="#fff"></circle>
186
+ </svg>
187
+ <!-- Battery -->
188
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
189
+ <rect x="3" y="6" width="16" height="12" rx="2"></rect>
190
+ <rect x="5" y="8" width="12" height="8" fill="#fff"></rect>
191
+ <rect x="20" y="10" width="2.5" height="6" fill="#fff"></rect>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App Bar -->
197
+ <div class="app-bar">
198
+ <div class="app-left">
199
+ <!-- Hamburger -->
200
+ <div class="icon-btn">
201
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#fff">
202
+ <rect x="3" y="5" width="18" height="2"></rect>
203
+ <rect x="3" y="11" width="18" height="2"></rect>
204
+ <rect x="3" y="17" width="18" height="2"></rect>
205
+ </svg>
206
+ </div>
207
+ <div class="app-title">RAR</div>
208
+ </div>
209
+ <div class="app-right">
210
+ <!-- Grid + plus -->
211
+ <div class="icon-btn">
212
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#fff">
213
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
214
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
215
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
216
+ <rect x="14" y="14" width="7" height="7" rx="1" opacity="0.4"></rect>
217
+ <rect x="16.5" y="15.5" width="3" height="9"></rect>
218
+ <rect x="14" y="18" width="9" height="3"></rect>
219
+ </svg>
220
+ </div>
221
+ <!-- Grid + upload -->
222
+ <div class="icon-btn">
223
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#fff">
224
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
225
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
226
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
227
+ <rect x="14" y="14" width="7" height="7" rx="1" opacity="0.4"></rect>
228
+ <path d="M12 22v-8" stroke="#fff" stroke-width="2"></path>
229
+ <path d="M8 14l4-4 4 4" fill="none" stroke="#fff" stroke-width="2"></path>
230
+ </svg>
231
+ </div>
232
+ <!-- Trash -->
233
+ <div class="icon-btn">
234
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#fff">
235
+ <rect x="6" y="8" width="12" height="12" rx="2"></rect>
236
+ <rect x="9" y="4" width="6" height="3" rx="1"></rect>
237
+ <rect x="4" y="7" width="16" height="2"></rect>
238
+ </svg>
239
+ </div>
240
+ <!-- More (vertical) -->
241
+ <div class="icon-btn">
242
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff">
243
+ <circle cx="12" cy="5" r="2.2"></circle>
244
+ <circle cx="12" cy="12" r="2.2"></circle>
245
+ <circle cx="12" cy="19" r="2.2"></circle>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Content List -->
252
+ <div class="list">
253
+ <div class="rows">
254
+ <!-- Row template -->
255
+ <div class="row">
256
+ <!-- Folder icon -->
257
+ <svg class="folder-svg" viewBox="0 0 100 70">
258
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
259
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
260
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
261
+ </svg>
262
+ <div class="row-content">
263
+ <div class="row-title">com.google.intelligence.dbw.showcase</div>
264
+ <div class="row-sub">6/12/23 10:49 AM</div>
265
+ </div>
266
+ <div class="checkbox"></div>
267
+ </div>
268
+
269
+ <div class="row">
270
+ <svg class="folder-svg" viewBox="0 0 100 70">
271
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
272
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
273
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
274
+ </svg>
275
+ <div class="row-content">
276
+ <div class="row-title">DCIM</div>
277
+ <div class="row-sub">7/7/23 8:44 AM</div>
278
+ </div>
279
+ <div class="checkbox"></div>
280
+ </div>
281
+
282
+ <div class="row">
283
+ <svg class="folder-svg" viewBox="0 0 100 70">
284
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
285
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
286
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
287
+ </svg>
288
+ <div class="row-content">
289
+ <div class="row-title">Documents</div>
290
+ <div class="row-sub">8/31/22 10:02 AM</div>
291
+ </div>
292
+ <div class="checkbox"></div>
293
+ </div>
294
+
295
+ <div class="row">
296
+ <svg class="folder-svg" viewBox="0 0 100 70">
297
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
298
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
299
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
300
+ </svg>
301
+ <div class="row-content">
302
+ <div class="row-title">Download</div>
303
+ <div class="row-sub">7/7/23 8:50 AM</div>
304
+ </div>
305
+ <div class="checkbox"></div>
306
+ </div>
307
+
308
+ <div class="row">
309
+ <svg class="folder-svg" viewBox="0 0 100 70">
310
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
311
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
312
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
313
+ </svg>
314
+ <div class="row-content">
315
+ <div class="row-title">Movies</div>
316
+ <div class="row-sub">8/31/22 10:02 AM</div>
317
+ </div>
318
+ <div class="checkbox"></div>
319
+ </div>
320
+
321
+ <div class="row">
322
+ <svg class="folder-svg" viewBox="0 0 100 70">
323
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
324
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
325
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
326
+ </svg>
327
+ <div class="row-content">
328
+ <div class="row-title">Music</div>
329
+ <div class="row-sub">8/31/22 10:02 AM</div>
330
+ </div>
331
+ <div class="checkbox"></div>
332
+ </div>
333
+
334
+ <div class="row">
335
+ <svg class="folder-svg" viewBox="0 0 100 70">
336
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
337
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
338
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
339
+ </svg>
340
+ <div class="row-content">
341
+ <div class="row-title">Notifications</div>
342
+ <div class="row-sub">6/14/23 12:25 PM</div>
343
+ </div>
344
+ <div class="checkbox"></div>
345
+ </div>
346
+
347
+ <div class="row">
348
+ <svg class="folder-svg" viewBox="0 0 100 70">
349
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
350
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
351
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
352
+ </svg>
353
+ <div class="row-content">
354
+ <div class="row-title">Pictures</div>
355
+ <div class="row-sub">6/22/23 3:31 PM</div>
356
+ </div>
357
+ <div class="checkbox"></div>
358
+ </div>
359
+
360
+ <div class="row">
361
+ <svg class="folder-svg" viewBox="0 0 100 70">
362
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
363
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
364
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
365
+ </svg>
366
+ <div class="row-content">
367
+ <div class="row-title">PocketBook</div>
368
+ <div class="row-sub">7/5/23 3:54 PM</div>
369
+ </div>
370
+ <div class="checkbox"></div>
371
+ </div>
372
+
373
+ <div class="row">
374
+ <svg class="folder-svg" viewBox="0 0 100 70">
375
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
376
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
377
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
378
+ </svg>
379
+ <div class="row-content">
380
+ <div class="row-title">Podcasts</div>
381
+ <div class="row-sub">8/31/22 10:02 AM</div>
382
+ </div>
383
+ <div class="checkbox"></div>
384
+ </div>
385
+
386
+ <div class="row">
387
+ <svg class="folder-svg" viewBox="0 0 100 70">
388
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
389
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
390
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
391
+ </svg>
392
+ <div class="row-content">
393
+ <div class="row-title">Recordings</div>
394
+ <div class="row-sub">8/31/22 10:02 AM</div>
395
+ </div>
396
+ <div class="checkbox"></div>
397
+ </div>
398
+
399
+ <div class="row">
400
+ <svg class="folder-svg" viewBox="0 0 100 70">
401
+ <path d="M10 20h26l8 10h46v30a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6V26a6 6 0 0 1 6-6z" fill="#64b5f6"></path>
402
+ <rect x="10" y="22" width="80" height="40" rx="6" fill="#4fa3f0"></rect>
403
+ <rect x="10" y="14" width="30" height="12" rx="3" fill="#8fd1ff"></rect>
404
+ </svg>
405
+ <div class="row-content">
406
+ <div class="row-title">Ringtones</div>
407
+ <div class="row-sub">8/31/22 10:02 AM</div>
408
+ </div>
409
+ <div class="checkbox"></div>
410
+ </div>
411
+
412
+ <!-- Archive files -->
413
+ <div class="row">
414
+ <div class="img-placeholder">[IMG: Archive Icon]</div>
415
+ <div class="row-content">
416
+ <div class="row-title">DCIM.7z</div>
417
+ <div class="row-sub">17.3 MB • 7/7/23 8:23 AM</div>
418
+ </div>
419
+ <div class="checkbox"></div>
420
+ </div>
421
+
422
+ <div class="row">
423
+ <div class="img-placeholder">[IMG: Archive Icon]</div>
424
+ <div class="row-content">
425
+ <div class="row-title">Download.rar</div>
426
+ <div class="row-sub">72 B • 7/7/23 8:39 AM</div>
427
+ </div>
428
+ <div class="checkbox"></div>
429
+ </div>
430
+ </div>
431
+ </div>
432
+
433
+ <!-- Bottom Path Bar -->
434
+ <div class="path-bar">/storage/emulated/0</div>
435
+
436
+ </div>
437
+ </body>
438
+ </html>
code/5053/5053_2.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>RAR File List 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: #2b2b2b;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ background: #3e4bb8;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-time {
29
+ font-size: 40px;
30
+ font-weight: 500;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons { display: flex; gap: 28px; align-items: center; }
34
+ .status-icons svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 2.5; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 150px;
39
+ background: #3f51b5;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 30px;
43
+ box-sizing: border-box;
44
+ }
45
+ .app-left { display: flex; align-items: center; gap: 26px; }
46
+ .app-title { font-size: 54px; font-weight: 600; letter-spacing: 1px; }
47
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 36px; }
48
+ .app-actions svg { width: 56px; height: 56px; fill: none; stroke: #fff; stroke-width: 2.5; }
49
+
50
+ /* Content list */
51
+ .content {
52
+ position: absolute;
53
+ top: 260px; /* status + app bar */
54
+ left: 0;
55
+ right: 0;
56
+ bottom: 120px; /* leave space for bottom info */
57
+ overflow: hidden;
58
+ background: #2f2f2f;
59
+ }
60
+ .scroll {
61
+ height: 100%;
62
+ overflow-y: auto;
63
+ padding-bottom: 50px;
64
+ }
65
+ .row {
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 34px 28px;
69
+ border-bottom: 1px solid #3d3d3d;
70
+ box-sizing: border-box;
71
+ }
72
+ .thumb {
73
+ width: 120px;
74
+ height: 100px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ color: #757575;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ font-size: 26px;
82
+ border-radius: 6px;
83
+ margin-right: 28px;
84
+ }
85
+ .meta {
86
+ flex: 1;
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 24px;
90
+ }
91
+ .name {
92
+ font-size: 40px;
93
+ font-weight: 600;
94
+ color: #eaeaea;
95
+ flex: 1;
96
+ white-space: nowrap;
97
+ overflow: hidden;
98
+ text-overflow: ellipsis;
99
+ }
100
+ .date {
101
+ font-size: 28px;
102
+ color: #bfbfbf;
103
+ white-space: nowrap;
104
+ }
105
+ .subline {
106
+ font-size: 28px;
107
+ color: #bfbfbf;
108
+ margin-top: 8px;
109
+ }
110
+ .text-wrap {
111
+ display: flex;
112
+ flex-direction: column;
113
+ flex: 1;
114
+ }
115
+ .checkbox {
116
+ width: 70px;
117
+ height: 70px;
118
+ border: 4px solid #9e9e9e;
119
+ border-radius: 10px;
120
+ margin-left: 20px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ }
125
+ .checkbox.checked {
126
+ border-color: #7aa8ff;
127
+ }
128
+ .checkbox.checked svg { width: 52px; height: 52px; stroke: #4a86ff; stroke-width: 8; fill: none; }
129
+
130
+ /* Bottom info bar */
131
+ .bottom-info {
132
+ position: absolute;
133
+ left: 0;
134
+ right: 0;
135
+ bottom: 90px;
136
+ height: 80px;
137
+ background: #3f51b5;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: space-between;
141
+ padding: 0 26px;
142
+ box-sizing: border-box;
143
+ font-size: 32px;
144
+ font-weight: 500;
145
+ }
146
+
147
+ /* Gesture handle */
148
+ .gesture {
149
+ position: absolute;
150
+ bottom: 24px;
151
+ left: 50%;
152
+ transform: translateX(-50%);
153
+ width: 300px;
154
+ height: 10px;
155
+ background: #e6e6e6;
156
+ border-radius: 8px;
157
+ }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="status-time">8:55</div>
165
+ <div class="status-icons">
166
+ <!-- Simple media icon -->
167
+ <svg viewBox="0 0 24 24"><path d="M5 5h14v14H5z"/><path d="M9 9l6 3-6 3z" fill="#fff"/></svg>
168
+ <!-- Play icon -->
169
+ <svg viewBox="0 0 24 24"><path d="M6 4l12 8-12 8z" fill="#fff"/></svg>
170
+ <!-- Phone icon -->
171
+ <svg viewBox="0 0 24 24"><path d="M7 2h10v20H7z"/></svg>
172
+ <!-- Cloud icon -->
173
+ <svg viewBox="0 0 24 24"><path d="M7 14h10a4 4 0 0 0-4-4 5 5 0 0 0-9 2 3 3 0 0 0 3 2z"/></svg>
174
+ <!-- Signal/Wifi -->
175
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M12 19l1 1-1-1z" stroke-linecap="round"/></svg>
176
+ <!-- Battery -->
177
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"/><rect x="21" y="9" width="2" height="6"/></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- App bar -->
182
+ <div class="app-bar">
183
+ <div class="app-left">
184
+ <!-- Hamburger -->
185
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke-linecap="round"/></svg>
186
+ <div class="app-title">RAR</div>
187
+ </div>
188
+ <div class="app-actions">
189
+ <!-- Grid + icon -->
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/>
192
+ <path d="M12 4v6M9 7h6" stroke="#fff"/>
193
+ </svg>
194
+ <!-- Grid upload icon -->
195
+ <svg viewBox="0 0 24 24">
196
+ <path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/>
197
+ <path d="M12 17v-6M9 13l3-3 3 3" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
198
+ </svg>
199
+ <!-- Trash -->
200
+ <svg viewBox="0 0 24 24"><path d="M4 7h16M9 7V4h6v3M6 7l1 13h10l1-13"/></svg>
201
+ <!-- More vertical -->
202
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="12" cy="19" r="2" fill="#fff"/></svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Content list -->
207
+ <div class="content">
208
+ <div class="scroll">
209
+
210
+ <div class="row">
211
+ <div class="thumb">[IMG: Folder]</div>
212
+ <div class="meta">
213
+ <div class="name">com.google.intelligence.dbw.showcase</div>
214
+ <div class="date">6/12/23 10:49 AM</div>
215
+ </div>
216
+ <div class="checkbox"></div>
217
+ </div>
218
+
219
+ <div class="row">
220
+ <div class="thumb">[IMG: Folder]</div>
221
+ <div class="meta">
222
+ <div class="name">DCIM</div>
223
+ <div class="date">7/7/23 8:44 AM</div>
224
+ </div>
225
+ <div class="checkbox"></div>
226
+ </div>
227
+
228
+ <div class="row">
229
+ <div class="thumb">[IMG: Folder]</div>
230
+ <div class="meta">
231
+ <div class="name">Documents</div>
232
+ <div class="date">8/31/22 10:02 AM</div>
233
+ </div>
234
+ <div class="checkbox"></div>
235
+ </div>
236
+
237
+ <div class="row">
238
+ <div class="thumb">[IMG: Folder]</div>
239
+ <div class="meta">
240
+ <div class="name">Download</div>
241
+ <div class="date">7/7/23 8:50 AM</div>
242
+ </div>
243
+ <div class="checkbox"></div>
244
+ </div>
245
+
246
+ <div class="row">
247
+ <div class="thumb">[IMG: Folder]</div>
248
+ <div class="meta">
249
+ <div class="name">Movies</div>
250
+ <div class="date">8/31/22 10:02 AM</div>
251
+ </div>
252
+ <div class="checkbox"></div>
253
+ </div>
254
+
255
+ <div class="row">
256
+ <div class="thumb">[IMG: Folder]</div>
257
+ <div class="meta">
258
+ <div class="name">Music</div>
259
+ <div class="date">8/31/22 10:02 AM</div>
260
+ </div>
261
+ <div class="checkbox"></div>
262
+ </div>
263
+
264
+ <div class="row">
265
+ <div class="thumb">[IMG: Folder]</div>
266
+ <div class="meta">
267
+ <div class="name">Notifications</div>
268
+ <div class="date">6/14/23 12:25 PM</div>
269
+ </div>
270
+ <div class="checkbox"></div>
271
+ </div>
272
+
273
+ <div class="row">
274
+ <div class="thumb">[IMG: Folder]</div>
275
+ <div class="meta">
276
+ <div class="name">Pictures</div>
277
+ <div class="date">6/22/23 3:31 PM</div>
278
+ </div>
279
+ <div class="checkbox"></div>
280
+ </div>
281
+
282
+ <div class="row">
283
+ <div class="thumb">[IMG: Folder]</div>
284
+ <div class="meta">
285
+ <div class="name">PocketBook</div>
286
+ <div class="date">7/5/23 3:54 PM</div>
287
+ </div>
288
+ <div class="checkbox"></div>
289
+ </div>
290
+
291
+ <div class="row">
292
+ <div class="thumb">[IMG: Folder]</div>
293
+ <div class="meta">
294
+ <div class="name">Podcasts</div>
295
+ <div class="date">8/31/22 10:02 AM</div>
296
+ </div>
297
+ <div class="checkbox"></div>
298
+ </div>
299
+
300
+ <div class="row">
301
+ <div class="thumb">[IMG: Folder]</div>
302
+ <div class="meta">
303
+ <div class="name">Recordings</div>
304
+ <div class="date">8/31/22 10:02 AM</div>
305
+ </div>
306
+ <div class="checkbox"></div>
307
+ </div>
308
+
309
+ <div class="row">
310
+ <div class="thumb">[IMG: Folder]</div>
311
+ <div class="meta">
312
+ <div class="name">Ringtones</div>
313
+ <div class="date">7/7/23 8:23 AM</div>
314
+ </div>
315
+ <div class="checkbox"></div>
316
+ </div>
317
+
318
+ <div class="row">
319
+ <div class="thumb">[IMG: Archive Icon]</div>
320
+ <div class="text-wrap">
321
+ <div class="meta">
322
+ <div class="name">DCIM.7z</div>
323
+ <div class="date">7/7/23 8:23 AM</div>
324
+ </div>
325
+ <div class="subline">17.3 MB</div>
326
+ </div>
327
+ <div class="checkbox"></div>
328
+ </div>
329
+
330
+ <div class="row">
331
+ <div class="thumb">[IMG: Archive Icon]</div>
332
+ <div class="text-wrap">
333
+ <div class="meta">
334
+ <div class="name">Download.rar</div>
335
+ <div class="date">7/7/23 8:39 AM</div>
336
+ </div>
337
+ <div class="subline">72 B</div>
338
+ </div>
339
+ <div class="checkbox checked">
340
+ <svg viewBox="0 0 24 24">
341
+ <path d="M5 12l5 5 9-11" />
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Bottom information bar -->
350
+ <div class="bottom-info">
351
+ <div>1 / 18</div>
352
+ <div>72 B / 17.3 MB</div>
353
+ </div>
354
+
355
+ <!-- Gesture handle -->
356
+ <div class="gesture"></div>
357
+ </div>
358
+ </body>
359
+ </html>
code/5053/5053_3.html ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Extraction options 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: #1f1f1f;
13
+ color: #EDEDED;
14
+ }
15
+ /* Header (status + app bar) */
16
+ .header { position: absolute; top: 0; left: 0; right: 0; height: 340px; background: #3F51B5; }
17
+ .status-bar {
18
+ height: 110px; display: flex; align-items: center; color: #fff;
19
+ padding: 0 32px; font-size: 40px; letter-spacing: 0.5px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 20px; }
22
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
23
+ .app-bar {
24
+ height: 230px; display: flex; align-items: center; gap: 26px;
25
+ padding: 0 32px; color: #fff;
26
+ }
27
+ .title { font-size: 64px; font-weight: 500; }
28
+ .icon { width: 56px; height: 56px; }
29
+ /* Content area */
30
+ .content {
31
+ position: absolute; top: 340px; left: 0; right: 0; bottom: 200px;
32
+ background: #2A2A2A;
33
+ padding: 40px 40px 0 40px;
34
+ }
35
+ .top-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
36
+ .btn-pill {
37
+ background: #666; color: #F5F5F5; border-radius: 10px; padding: 20px 28px;
38
+ font-size: 40px; font-weight: 500; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
39
+ }
40
+ .path-field {
41
+ font-size: 46px; color: #fff; margin: 14px 0 28px 0; padding-bottom: 18px;
42
+ border-bottom: 2px solid #5E5E5E;
43
+ }
44
+ .group { margin-top: 22px; }
45
+ .option {
46
+ display: flex; align-items: center; gap: 22px; margin: 24px 0;
47
+ font-size: 44px; color: #DCDCDC;
48
+ }
49
+ input[type="radio"], input[type="checkbox"] {
50
+ width: 42px; height: 42px; accent-color: #88D0C6;
51
+ }
52
+ .disabled { color: #8C8C8C; }
53
+ .disabled input { opacity: 0.6; }
54
+ /* Bottom actions */
55
+ .bottom-actions {
56
+ position: absolute; left: 0; right: 0; bottom: 120px;
57
+ display: flex; justify-content: space-between; align-items: center;
58
+ padding: 0 40px;
59
+ color: #88D0C6; font-size: 44px; font-weight: 500;
60
+ }
61
+ .home-pill {
62
+ position: absolute; left: 50%; transform: translateX(-50%);
63
+ bottom: 36px; width: 280px; height: 14px; background: #EDEDED; border-radius: 10px; opacity: 0.9;
64
+ }
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <div id="render-target">
69
+ <!-- Header -->
70
+ <div class="header">
71
+ <div class="status-bar">
72
+ <div class="status-left">
73
+ <span>8:56</span>
74
+ <!-- Simple status icons -->
75
+ <svg class="icon" viewBox="0 0 48 48">
76
+ <rect x="8" y="10" width="32" height="28" rx="4" fill="white"/>
77
+ <polygon points="18,18 30,24 18,30" fill="#3F51B5"/>
78
+ </svg>
79
+ <svg class="icon" viewBox="0 0 48 48">
80
+ <rect x="10" y="10" width="28" height="28" rx="6" fill="white"/>
81
+ <rect x="16" y="16" width="16" height="16" fill="#3F51B5"/>
82
+ </svg>
83
+ <svg class="icon" viewBox="0 0 48 48">
84
+ <path d="M10 30c8-12 12-12 20 0" stroke="white" stroke-width="4" fill="none"/>
85
+ <rect x="20" y="8" width="8" height="8" fill="white"/>
86
+ </svg>
87
+ </div>
88
+ <div class="status-right">
89
+ <svg class="icon" viewBox="0 0 48 48">
90
+ <path d="M6 34c8-10 18-10 36 0" stroke="white" stroke-width="4" fill="none"/>
91
+ <path d="M12 28c6-6 18-6 24 0" stroke="white" stroke-width="4" fill="none"/>
92
+ <circle cx="24" cy="20" r="2" fill="white"/>
93
+ </svg>
94
+ <svg class="icon" viewBox="0 0 48 48">
95
+ <rect x="6" y="12" width="30" height="24" rx="4" fill="white"/>
96
+ <rect x="38" y="18" width="4" height="12" fill="white"/>
97
+ </svg>
98
+ </div>
99
+ </div>
100
+ <div class="app-bar">
101
+ <svg class="icon" viewBox="0 0 48 48">
102
+ <path d="M30 10 L16 24 L30 38" stroke="white" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
103
+ </svg>
104
+ <div class="title">Extraction options</div>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- Content -->
109
+ <div class="content">
110
+ <div class="top-actions">
111
+ <div class="btn-pill">Destination path...</div>
112
+ <div class="btn-pill">BROWSE...</div>
113
+ </div>
114
+
115
+ <div class="path-field">/storage/emulated/0/Download</div>
116
+
117
+ <div class="group">
118
+ <label class="option">
119
+ <input type="radio" name="overwrite" checked>
120
+ <span>Ask before overwrite</span>
121
+ </label>
122
+ <label class="option">
123
+ <input type="radio" name="overwrite">
124
+ <span>Overwrite without prompt</span>
125
+ </label>
126
+ <label class="option">
127
+ <input type="radio" name="overwrite">
128
+ <span>Skip existing files</span>
129
+ </label>
130
+ </div>
131
+
132
+ <div class="group" style="margin-top: 36px;">
133
+ <label class="option">
134
+ <input type="checkbox">
135
+ <span>Keep broken files</span>
136
+ </label>
137
+ <label class="option">
138
+ <input type="checkbox">
139
+ <span>Do not extract paths</span>
140
+ </label>
141
+ <label class="option disabled">
142
+ <input type="checkbox" disabled>
143
+ <span>Extract archives to subfolders</span>
144
+ </label>
145
+ <label class="option">
146
+ <input type="checkbox" checked>
147
+ <span>Display extracted files</span>
148
+ </label>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Bottom actions -->
153
+ <div class="bottom-actions">
154
+ <div>CANCEL</div>
155
+ <div>SAVE SETTINGS</div>
156
+ <div>HELP</div>
157
+ <div>OK</div>
158
+ </div>
159
+
160
+ <div class="home-pill"></div>
161
+ </div>
162
+ </body>
163
+ </html>
code/5053/5053_4.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Browse for folder UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2f2f2f;
14
+ font-family: Roboto, Arial, sans-serif;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Top bars */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 90px;
25
+ background: #3F51B5;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 28px;
29
+ box-sizing: border-box;
30
+ font-size: 34px;
31
+ color: #eaeaea;
32
+ }
33
+ .statusbar .left { flex: 0 0 auto; }
34
+ .statusbar .center { flex: 1 1 auto; text-align: center; opacity: 0.9; }
35
+ .statusbar .right { flex: 0 0 auto; display: flex; gap: 20px; align-items: center; }
36
+
37
+ /* Simple status icons */
38
+ .icon-wifi, .icon-battery, .icon-cloud, .icon-cam { display: inline-block; }
39
+ .icon-wifi svg, .icon-battery svg, .icon-cloud svg, .icon-cam svg { height: 36px; width: 48px; }
40
+
41
+ .appbar {
42
+ position: absolute;
43
+ top: 90px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 180px;
47
+ background: #3F51B5;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 28px;
51
+ box-sizing: border-box;
52
+ }
53
+ .hamburger {
54
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
55
+ margin-right: 24px;
56
+ }
57
+ .app-title {
58
+ font-size: 60px;
59
+ font-weight: 500;
60
+ letter-spacing: 0.5px;
61
+ }
62
+
63
+ .path {
64
+ position: absolute;
65
+ top: 270px;
66
+ left: 0;
67
+ width: 1080px;
68
+ height: 90px;
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 28px;
72
+ box-sizing: border-box;
73
+ color: #cfd8dc;
74
+ font-size: 34px;
75
+ border-bottom: 1px solid rgba(255,255,255,0.08);
76
+ background: #2f2f2f;
77
+ }
78
+
79
+ .list {
80
+ position: absolute;
81
+ top: 360px;
82
+ left: 0;
83
+ width: 1080px;
84
+ }
85
+ .row {
86
+ width: 1080px;
87
+ height: 170px;
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 0 28px;
91
+ box-sizing: border-box;
92
+ border-bottom: 1px solid rgba(255,255,255,0.08);
93
+ }
94
+ .folder-icon {
95
+ position: relative;
96
+ width: 120px; height: 100px;
97
+ margin-right: 26px;
98
+ }
99
+ .row .title {
100
+ font-size: 46px;
101
+ color: #eaeaea;
102
+ }
103
+ .row .subtitle {
104
+ font-size: 30px;
105
+ color: #9aa7ad;
106
+ margin-top: 12px;
107
+ }
108
+ .row .right {
109
+ margin-left: auto;
110
+ text-align: right;
111
+ font-size: 32px;
112
+ color: #b0bec5;
113
+ }
114
+
115
+ .button-bar {
116
+ position: absolute;
117
+ bottom: 120px;
118
+ left: 0;
119
+ width: 1080px;
120
+ height: 120px;
121
+ display: flex;
122
+ align-items: center;
123
+ padding: 0 32px;
124
+ box-sizing: border-box;
125
+ }
126
+ .btn-text {
127
+ color: #78c6c3;
128
+ font-size: 44px;
129
+ letter-spacing: 2px;
130
+ text-transform: uppercase;
131
+ }
132
+ .btn-left { flex: 1; }
133
+ .btn-center { flex: 1; text-align: center; }
134
+ .btn-right { flex: 1; text-align: right; }
135
+
136
+ .gesture-bar {
137
+ position: absolute;
138
+ bottom: 48px;
139
+ left: 50%;
140
+ transform: translateX(-50%);
141
+ width: 360px;
142
+ height: 14px;
143
+ background: rgba(255,255,255,0.85);
144
+ border-radius: 7px;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status bar -->
152
+ <div class="statusbar">
153
+ <div class="left">8:57</div>
154
+ <div class="center">
155
+ <!-- simple placeholders resembling small system icons -->
156
+ <span class="icon-cam">
157
+ <svg viewBox="0 0 24 24">
158
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#eaeaea"></rect>
159
+ <circle cx="12" cy="12" r="3" fill="#3F51B5"></circle>
160
+ </svg>
161
+ </span>
162
+ <span class="icon-cloud">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M6 14a4 4 0 0 1 4-4h1a5 5 0 0 1 9 2h-1a4 4 0 0 1 0 8H8a4 4 0 0 1-2-6z" fill="#eaeaea"></path>
165
+ </svg>
166
+ </span>
167
+ </div>
168
+ <div class="right">
169
+ <span class="icon-wifi">
170
+ <svg viewBox="0 0 24 24">
171
+ <path d="M2 8c5-4 15-4 20 0" stroke="#eaeaea" stroke-width="2" fill="none"/>
172
+ <path d="M5 12c4-3 10-3 14 0" stroke="#eaeaea" stroke-width="2" fill="none"/>
173
+ <circle cx="12" cy="17" r="2" fill="#eaeaea"/>
174
+ </svg>
175
+ </span>
176
+ <span class="icon-battery">
177
+ <svg viewBox="0 0 28 18">
178
+ <rect x="1" y="3" width="22" height="12" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"></rect>
179
+ <rect x="3" y="5" width="16" height="8" fill="#eaeaea"></rect>
180
+ <rect x="23" y="7" width="4" height="4" rx="1" fill="#eaeaea"></rect>
181
+ </svg>
182
+ </span>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- App bar -->
187
+ <div class="appbar">
188
+ <div class="hamburger">
189
+ <svg viewBox="0 0 24 24" width="54" height="54">
190
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="app-title">Browse for folder</div>
194
+ </div>
195
+
196
+ <!-- Path row -->
197
+ <div class="path">/storage/emulated/0/Download</div>
198
+
199
+ <!-- List area -->
200
+ <div class="list">
201
+
202
+ <!-- Row 1 -->
203
+ <div class="row">
204
+ <div class="folder-icon">
205
+ <svg viewBox="0 0 100 80" width="120" height="100">
206
+ <path d="M6 22h30l10 10h48v38a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V22z" fill="#81D4FA"></path>
207
+ <rect x="6" y="12" width="32" height="14" rx="6" fill="#6EC6FF"></rect>
208
+ </svg>
209
+ <!-- Up arrow overlay -->
210
+ <div style="position:absolute; right:-6px; top:-6px;">
211
+ <svg viewBox="0 0 24 24" width="48" height="48">
212
+ <path d="M12 5l6 6h-4v8H10v-8H6z" fill="#4CAF50"></path>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ <div>
217
+ <div class="title">Up one level</div>
218
+ </div>
219
+ <div class="right">
220
+ <div>Device storage</div>
221
+ <div>98.4 GB / 109 GB</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Row 2 -->
226
+ <div class="row">
227
+ <div class="folder-icon">
228
+ <svg viewBox="0 0 100 80" width="120" height="100">
229
+ <path d="M6 22h30l10 10h48v38a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V22z" fill="#81D4FA"></path>
230
+ <rect x="6" y="12" width="32" height="14" rx="6" fill="#6EC6FF"></rect>
231
+ </svg>
232
+ </div>
233
+ <div>
234
+ <div class="title">DCIM</div>
235
+ </div>
236
+ <div class="right">6/13/23 11:38 AM</div>
237
+ </div>
238
+
239
+ </div>
240
+
241
+ <!-- Bottom action bar -->
242
+ <div class="button-bar">
243
+ <div class="btn-left"><span class="btn-text">Cancel</span></div>
244
+ <div class="btn-center"><span class="btn-text">Help</span></div>
245
+ <div class="btn-right"><span class="btn-text">OK</span></div>
246
+ </div>
247
+
248
+ <!-- Gesture indicator -->
249
+ <div class="gesture-bar"></div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/5053/5053_5.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Browse for folder</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #2f2f2f;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Top blue header */
19
+ .header { position: relative; width: 100%; background: #3F51B5; }
20
+ .statusbar {
21
+ height: 110px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ color: #fff;
27
+ font-size: 40px;
28
+ opacity: 0.95;
29
+ }
30
+ .status-right { display: flex; align-items: center; gap: 28px; }
31
+ .appbar {
32
+ height: 160px;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 32px;
36
+ color: #fff;
37
+ }
38
+ .hamburger {
39
+ width: 80px; height: 80px; margin-right: 26px;
40
+ }
41
+ .title {
42
+ font-size: 60px;
43
+ font-weight: 500;
44
+ letter-spacing: 0.5px;
45
+ }
46
+
47
+ /* Path row */
48
+ .path-row {
49
+ height: 90px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ background: #2f2f2f;
54
+ color: #c7c7c7;
55
+ font-size: 36px;
56
+ }
57
+
58
+ /* List */
59
+ .list { width: 100%; }
60
+ .item {
61
+ position: relative;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 24px 36px;
65
+ height: 200px;
66
+ border-top: 1px solid rgba(255,255,255,0.06);
67
+ border-bottom: 1px solid rgba(255,255,255,0.06);
68
+ color: #eaeaea;
69
+ }
70
+ .folder-icon {
71
+ position: relative;
72
+ width: 140px; height: 110px;
73
+ margin-right: 30px;
74
+ }
75
+ .folder-svg { width: 140px; height: 110px; }
76
+ .arrow-up {
77
+ position: absolute;
78
+ right: -6px; top: -10px;
79
+ width: 42px; height: 42px;
80
+ }
81
+ .item-title { font-size: 44px; }
82
+ .item-sub { color: #bdbdbd; font-size: 34px; margin-top: 6px; }
83
+ .right-info {
84
+ margin-left: auto;
85
+ text-align: right;
86
+ color: #bdbdbd;
87
+ font-size: 34px;
88
+ }
89
+
90
+ /* Bottom actions */
91
+ .actions {
92
+ position: absolute;
93
+ left: 0; right: 0; bottom: 170px;
94
+ height: 120px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ padding: 0 60px;
99
+ color: #7ed0c7;
100
+ font-size: 46px;
101
+ letter-spacing: 1px;
102
+ }
103
+
104
+ /* Gesture pill */
105
+ .gesture {
106
+ position: absolute;
107
+ bottom: 54px;
108
+ left: 50%;
109
+ transform: translateX(-50%);
110
+ width: 360px;
111
+ height: 16px;
112
+ border-radius: 16px;
113
+ background: #ffffff;
114
+ opacity: 0.9;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+ <div class="header">
121
+ <div class="statusbar">
122
+ <div class="status-left">8:57</div>
123
+ <div class="status-right">
124
+ <!-- Simple status icons -->
125
+ <svg width="58" height="38" viewBox="0 0 58 38" fill="none">
126
+ <rect x="2" y="10" width="54" height="18" rx="9" stroke="white" stroke-width="4"></rect>
127
+ <circle cx="13" cy="19" r="6" fill="white"></circle>
128
+ </svg>
129
+ <svg width="50" height="38" viewBox="0 0 50 38" fill="none">
130
+ <rect x="2" y="6" width="32" height="26" rx="3" stroke="white" stroke-width="4"></rect>
131
+ <rect x="38" y="12" width="8" height="14" fill="white"></rect>
132
+ </svg>
133
+ <svg width="46" height="38" viewBox="0 0 46 38" fill="none">
134
+ <path d="M2 28 L16 14 L28 22 L42 8" stroke="white" stroke-width="4" fill="none"></path>
135
+ <circle cx="42" cy="8" r="4" fill="white"></circle>
136
+ </svg>
137
+ <svg width="36" height="36" viewBox="0 0 36 36">
138
+ <rect x="6" y="6" width="24" height="24" rx="3" stroke="#fff" stroke-width="3"></rect>
139
+ <rect x="10" y="10" width="16" height="16" fill="#fff"></rect>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+ <div class="appbar">
144
+ <svg class="hamburger" viewBox="0 0 100 100">
145
+ <rect x="10" y="22" width="80" height="10" fill="#fff"></rect>
146
+ <rect x="10" y="45" width="80" height="10" fill="#fff"></rect>
147
+ <rect x="10" y="68" width="80" height="10" fill="#fff"></rect>
148
+ </svg>
149
+ <div class="title">Browse for folder</div>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="path-row">/storage/emulated/0/Download/DCIM</div>
154
+
155
+ <div class="list">
156
+ <!-- Item 1 -->
157
+ <div class="item">
158
+ <div class="folder-icon">
159
+ <svg class="folder-svg" viewBox="0 0 140 110">
160
+ <path d="M10 35 H56 L68 20 H130 V95 H10 Z" fill="#77B5FF" stroke="#5FA7F5" stroke-width="3"></path>
161
+ </svg>
162
+ <!-- Green upload/up arrow -->
163
+ <svg class="arrow-up" viewBox="0 0 42 42">
164
+ <rect x="1" y="1" width="40" height="40" rx="8" fill="#2ecc71" stroke="#29b765" stroke-width="2"></rect>
165
+ <path d="M21 28 V12 M21 12 L13 20 M21 12 L29 20" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
166
+ </svg>
167
+ </div>
168
+ <div>
169
+ <div class="item-title">Up one level</div>
170
+ </div>
171
+ <div class="right-info">
172
+ <div>Device storage</div>
173
+ <div>98.4 GB / 109 GB</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Item 2 -->
178
+ <div class="item">
179
+ <div class="folder-icon">
180
+ <svg class="folder-svg" viewBox="0 0 140 110">
181
+ <path d="M10 35 H56 L68 20 H130 V95 H10 Z" fill="#77B5FF" stroke="#5FA7F5" stroke-width="3"></path>
182
+ </svg>
183
+ </div>
184
+ <div>
185
+ <div class="item-title" style="color:#ffffff">Camera</div>
186
+ </div>
187
+ <div class="right-info">
188
+ <div>6/22/23 3:31 PM</div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="actions">
194
+ <div>CANCEL</div>
195
+ <div>HELP</div>
196
+ <div>OK</div>
197
+ </div>
198
+
199
+ <div class="gesture"></div>
200
+ </div>
201
+ </body>
202
+ </html>
code/5053/5053_6.html ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Extraction Options 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; position: relative; overflow: hidden;
11
+ background: #2B2B2B; border-radius: 24px;
12
+ box-shadow: 0 8px 24px rgba(0,0,0,0.3);
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Top status area */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
19
+ background: #3F51B5; color: #fff;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 36px; box-sizing: border-box;
22
+ }
23
+ .status-left { font-size: 40px; font-weight: 600; letter-spacing: 1px; }
24
+ .status-right { display: flex; gap: 28px; align-items: center; }
25
+ .status-icon svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 4; }
26
+
27
+ /* App bar */
28
+ .app-bar {
29
+ position: absolute; top: 120px; left: 0; width: 100%; height: 200px;
30
+ background: #3F51B5; display: flex; align-items: center;
31
+ padding: 0 32px; box-sizing: border-box;
32
+ }
33
+ .back-btn {
34
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
35
+ }
36
+ .app-title {
37
+ font-size: 64px; font-weight: 600; margin-left: 12px;
38
+ }
39
+
40
+ /* Content */
41
+ .content {
42
+ position: absolute; top: 320px; left: 0; right: 0; bottom: 200px;
43
+ padding: 40px; box-sizing: border-box;
44
+ }
45
+
46
+ .row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
47
+
48
+ .btn-gray {
49
+ background: #4A4A4A; color: #EAEAEA; border-radius: 12px;
50
+ height: 100px; display: flex; align-items: center; justify-content: center;
51
+ padding: 0 24px; font-size: 40px; font-weight: 600;
52
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
53
+ }
54
+ .btn-small { width: 320px; }
55
+ .btn-wide { width: 380px; }
56
+
57
+ .path-field {
58
+ margin-top: 28px; border-bottom: 2px solid #555; padding-bottom: 16px;
59
+ font-size: 40px; color: #EDEDED;
60
+ }
61
+
62
+ .options {
63
+ margin-top: 40px; display: flex; flex-direction: column; gap: 30px;
64
+ }
65
+ .option {
66
+ display: flex; align-items: center; gap: 26px; color: #DADADA; font-size: 40px;
67
+ }
68
+
69
+ /* Radio */
70
+ .radio-icon {
71
+ width: 42px; height: 42px; border-radius: 50%;
72
+ border: 4px solid #999; position: relative;
73
+ }
74
+ .radio.selected .radio-icon {
75
+ border-color: #7FD6CF;
76
+ }
77
+ .radio.selected .radio-icon::after {
78
+ content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%;
79
+ background: #7FD6CF; top: 50%; left: 50%; transform: translate(-50%, -50%);
80
+ }
81
+
82
+ /* Checkbox */
83
+ .check-icon {
84
+ width: 42px; height: 42px; border-radius: 6px; border: 4px solid #999; position: relative;
85
+ }
86
+ .checkbox.checked .check-icon {
87
+ border-color: #7FD6CF;
88
+ }
89
+ .checkbox.checked .check-icon::after {
90
+ content: ""; position: absolute; width: 18px; height: 10px; border-left: 6px solid #7FD6CF; border-bottom: 6px solid #7FD6CF;
91
+ transform: rotate(-45deg); top: 8px; left: 8px;
92
+ }
93
+ .option.disabled { color: #9B9B9B; }
94
+ .option.disabled .check-icon { border-color: #777; }
95
+
96
+ /* Bottom actions */
97
+ .bottom-actions {
98
+ position: absolute; left: 0; right: 0; bottom: 50px;
99
+ display: flex; justify-content: space-between; padding: 0 40px; box-sizing: border-box;
100
+ color: #8FDAD3; font-size: 42px; font-weight: 700; letter-spacing: 1px;
101
+ }
102
+ .action { cursor: default; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status Bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">8:57</div>
111
+ <div class="status-right">
112
+ <div class="status-icon">
113
+ <!-- simple video icon -->
114
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="14" height="14" rx="2" ry="2" stroke-linejoin="round"></rect><polygon points="10,9 16,12 10,15" fill="#fff" stroke="none"></polygon></svg>
115
+ </div>
116
+ <div class="status-icon">
117
+ <!-- cast icon -->
118
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2" ry="2"></rect><path d="M3 17c4 0 6 2 8 4" stroke="#fff" fill="none"></path><circle cx="5" cy="19" r="1.6" fill="#fff" stroke="none"></circle></svg>
119
+ </div>
120
+ <div class="status-icon">
121
+ <!-- cloud icon -->
122
+ <svg viewBox="0 0 24 24"><path d="M6 15h10a4 4 0 0 0 0-8 5 5 0 0 0-9-2 4 4 0 0 0-1 10z" fill="none" stroke="#fff"></path></svg>
123
+ </div>
124
+ <div class="status-icon">
125
+ <!-- wifi icon -->
126
+ <svg viewBox="0 0 24 24"><path d="M3 9c5-4 13-4 18 0" fill="none"></path><path d="M6 12c3-3 9-3 12 0" fill="none"></path><path d="M9 15c2-2 4-2 6 0" fill="none"></path><circle cx="12" cy="18" r="1.5" fill="#fff" stroke="none"></circle></svg>
127
+ </div>
128
+ <div class="status-icon">
129
+ <!-- battery icon -->
130
+ <svg viewBox="0 0 26 24"><rect x="3" y="6" width="18" height="12" rx="2" ry="2"></rect><rect x="22" y="10" width="2" height="4"></rect><rect x="5" y="8" width="14" height="8" fill="#fff" stroke="none"></rect></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- App Bar -->
136
+ <div class="app-bar">
137
+ <div class="back-btn">
138
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3">
139
+ <path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"></path>
140
+ </svg>
141
+ </div>
142
+ <div class="app-title">Extraction options</div>
143
+ </div>
144
+
145
+ <!-- Content -->
146
+ <div class="content">
147
+ <div class="row">
148
+ <div class="btn-gray btn-small">Destination path...</div>
149
+ <div class="btn-gray btn-wide">BROWSE...</div>
150
+ </div>
151
+
152
+ <div class="path-field">/storage/emulated/0/Download/DCIM</div>
153
+
154
+ <div class="options">
155
+ <div class="option radio selected">
156
+ <div class="radio-icon"></div>
157
+ <div>Ask before overwrite</div>
158
+ </div>
159
+ <div class="option radio">
160
+ <div class="radio-icon"></div>
161
+ <div>Overwrite without prompt</div>
162
+ </div>
163
+ <div class="option radio">
164
+ <div class="radio-icon"></div>
165
+ <div>Skip existing files</div>
166
+ </div>
167
+
168
+ <div class="option checkbox">
169
+ <div class="check-icon"></div>
170
+ <div>Keep broken files</div>
171
+ </div>
172
+ <div class="option checkbox">
173
+ <div class="check-icon"></div>
174
+ <div>Do not extract paths</div>
175
+ </div>
176
+ <div class="option checkbox disabled">
177
+ <div class="check-icon"></div>
178
+ <div>Extract archives to subfolders</div>
179
+ </div>
180
+ <div class="option checkbox checked">
181
+ <div class="check-icon"></div>
182
+ <div>Display extracted files</div>
183
+ </div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Bottom Actions -->
188
+ <div class="bottom-actions">
189
+ <div class="action">CANCEL</div>
190
+ <div class="action">SAVE SETTINGS</div>
191
+ <div class="action">HELP</div>
192
+ <div class="action">OK</div>
193
+ </div>
194
+
195
+ </div>
196
+ </body>
197
+ </html>
code/5053/5053_7.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>RAR UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #2f3033;
15
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #EDEEF0;
17
+ }
18
+
19
+ /* Top bars */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 92px;
24
+ background: #3E4CC5;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 32px;
29
+ color: #ffffff;
30
+ }
31
+ .status-left {
32
+ display: flex; align-items: center; gap: 18px;
33
+ font-size: 34px; font-weight: 600;
34
+ }
35
+ .status-icons { display: flex; align-items: center; gap: 20px; }
36
+ .status-icons svg { width: 34px; height: 34px; fill: #fff; opacity: 0.95; }
37
+
38
+ .app-bar {
39
+ position: absolute;
40
+ top: 92px; left: 0; right: 0;
41
+ height: 140px;
42
+ background: #4654D9;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 26px;
46
+ box-shadow: 0 2px 0 rgba(0,0,0,0.35) inset;
47
+ }
48
+ .app-title {
49
+ display: flex; align-items: center;
50
+ gap: 24px; flex: 1;
51
+ }
52
+ .hamburger {
53
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
54
+ }
55
+ .hamburger svg { width: 44px; height: 44px; fill: #fff; }
56
+ .title-text { font-size: 54px; font-weight: 700; color: #fff; letter-spacing: 1px; }
57
+
58
+ .actions {
59
+ display: flex; align-items: center; gap: 34px;
60
+ }
61
+ .action-btn {
62
+ width: 92px; height: 92px; display: inline-flex; align-items: center; justify-content: center;
63
+ }
64
+ .action-btn svg { width: 58px; height: 58px; fill: #e9ecff; }
65
+
66
+ /* List area */
67
+ .content {
68
+ position: absolute;
69
+ top: 232px; /* status + app bar */
70
+ left: 0; right: 0; bottom: 160px; /* leave space for path bar & gesture */
71
+ overflow: hidden;
72
+ background: #2f3033;
73
+ }
74
+ .row {
75
+ height: 180px;
76
+ display: flex; align-items: center;
77
+ padding: 0 28px;
78
+ border-bottom: 1px solid #424448;
79
+ }
80
+ .folder-wrap {
81
+ display: flex; align-items: center; gap: 26px;
82
+ flex: 1;
83
+ }
84
+ .folder-icon {
85
+ position: relative;
86
+ width: 130px; height: 96px;
87
+ display: inline-flex; align-items: center; justify-content: center;
88
+ }
89
+ .folder-icon svg { width: 130px; height: 96px; }
90
+ .arrow-badge {
91
+ position: absolute; right: -4px; top: -6px;
92
+ width: 34px; height: 34px; background: #41d160;
93
+ clip-path: polygon(50% 0, 0 100%, 100% 100%);
94
+ border-radius: 6px;
95
+ box-shadow: 0 0 0 3px rgba(0,0,0,0.2) inset;
96
+ }
97
+ .primary { font-size: 46px; font-weight: 700; color: #EDEEF0; }
98
+ .secondary { font-size: 30px; color: #b4b7bd; margin-top: 6px; }
99
+ .meta {
100
+ font-size: 30px; color: #b4b7bd; margin-right: 22px; white-space: nowrap;
101
+ }
102
+
103
+ .checkbox {
104
+ width: 74px; height: 74px; border: 4px solid #7e8085; border-radius: 14px; opacity: 0.9;
105
+ display: flex; align-items: center; justify-content: center;
106
+ }
107
+ .checkbox .grid-mini svg { width: 40px; height: 40px; fill: #AEB2BA; }
108
+
109
+ /* Snackbar & path */
110
+ .snackbar {
111
+ position: absolute;
112
+ left: 64px; right: 64px;
113
+ bottom: 170px;
114
+ height: 128px;
115
+ background: #3b3d41;
116
+ color: #e9eaee;
117
+ border-radius: 30px;
118
+ display: flex; align-items: center; gap: 26px;
119
+ padding: 0 28px;
120
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35);
121
+ letter-spacing: 0.2px;
122
+ }
123
+ .snack-icon {
124
+ width: 64px; height: 64px;
125
+ border-radius: 12px; overflow: hidden;
126
+ display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
127
+ }
128
+ .snack-icon div { width: 100%; height: 100%; }
129
+ .snack-icon .c1 { background: #DB4437; }
130
+ .snack-icon .c2 { background: #0F9D58; }
131
+ .snack-icon .c3 { background: #F4B400; }
132
+ .snack-icon .c4 { background: #4285F4; }
133
+ .snack-text { font-size: 32px; line-height: 1.25; }
134
+
135
+ .path-bar {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 66px;
138
+ height: 72px;
139
+ background: #3E4CC5;
140
+ color: #fff;
141
+ display: flex; align-items: center;
142
+ padding: 0 22px;
143
+ font-size: 30px;
144
+ }
145
+
146
+ .gesture {
147
+ position: absolute;
148
+ bottom: 18px; left: 50%;
149
+ transform: translateX(-50%);
150
+ width: 300px; height: 10px; background: #e9e9ea;
151
+ border-radius: 6px; opacity: 0.9;
152
+ }
153
+
154
+ /* Utility icons */
155
+ .dot-vertical {
156
+ width: 18px; height: 60px; display: inline-flex; flex-direction: column; justify-content: space-between;
157
+ }
158
+ .dot-vertical span {
159
+ width: 10px; height: 10px; border-radius: 50%; background: #fff; display: block;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+ <!-- Status Bar -->
166
+ <div class="status-bar">
167
+ <div class="status-left">
168
+ <div>8:58</div>
169
+ <!-- simple small status icons -->
170
+ <svg viewBox="0 0 24 24"><rect x="3" y="10" width="4" height="8" rx="1"></rect><rect x="9" y="7" width="4" height="11" rx="1"></rect><rect x="15" y="4" width="4" height="14" rx="1"></rect></svg>
171
+ <svg viewBox="0 0 24 24"><polygon points="3,5 21,12 3,19" /></svg>
172
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="10" rx="2"></rect><rect x="9" y="14" width="6" height="6" rx="3"></rect></svg>
173
+ </div>
174
+ <div class="status-icons">
175
+ <svg viewBox="0 0 24 24"><path d="M2 12h20L12 3z"></path></svg>
176
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"></path></svg>
177
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6v4h7v4H9v4z"></path></svg>
178
+ <svg viewBox="0 0 24 24"><path d="M3 8h18v2H3zm0 6h18v2H3z"></path></svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- App Bar -->
183
+ <div class="app-bar">
184
+ <div class="app-title">
185
+ <div class="hamburger">
186
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"></path></svg>
187
+ </div>
188
+ <div class="title-text">RAR</div>
189
+ </div>
190
+ <div class="actions">
191
+ <div class="action-btn" title="Add to archive">
192
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v6H3zM5 5h14M6 12h6v6H6zM13 12h5v2h-5zM13 16h5v2h-5z"></path></svg>
193
+ </div>
194
+ <div class="action-btn" title="Extract">
195
+ <svg viewBox="0 0 24 24"><path d="M7 3h10v4H7zM12 9l5 5h-3v5h-4v-5H7z"></path></svg>
196
+ </div>
197
+ <div class="action-btn" title="Delete">
198
+ <svg viewBox="0 0 24 24"><path d="M8 6h8l-1 14H9zM6 6h12v2H6zM10 4h4v2h-4z"></path></svg>
199
+ </div>
200
+ <div class="action-btn" title="More">
201
+ <div class="dot-vertical"><span></span><span></span><span></span></div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- List -->
207
+ <div class="content">
208
+ <!-- Row 1 -->
209
+ <div class="row">
210
+ <div class="folder-wrap">
211
+ <div class="folder-icon">
212
+ <svg viewBox="0 0 120 90">
213
+ <rect x="6" y="28" width="108" height="56" rx="10" fill="#79BBFF" stroke="#5EA6F3" stroke-width="2"></rect>
214
+ <rect x="6" y="12" width="54" height="24" rx="8" fill="#99CCFF" stroke="#8BC1FF" stroke-width="2"></rect>
215
+ </svg>
216
+ <div class="arrow-badge"></div>
217
+ </div>
218
+ <div>
219
+ <div class="primary">Up one level</div>
220
+ </div>
221
+ </div>
222
+ <div class="meta">Device storage<br><span style="color:#c9ccd1;">98.4 GB / 109 GB</span></div>
223
+ <div class="checkbox">
224
+ <div class="grid-mini">
225
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"></path></svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Row 2 -->
231
+ <div class="row">
232
+ <div class="folder-wrap">
233
+ <div class="folder-icon">
234
+ <svg viewBox="0 0 120 90">
235
+ <rect x="6" y="28" width="108" height="56" rx="10" fill="#79BBFF" stroke="#5EA6F3" stroke-width="2"></rect>
236
+ <rect x="6" y="12" width="54" height="24" rx="8" fill="#99CCFF" stroke="#8BC1FF" stroke-width="2"></rect>
237
+ </svg>
238
+ </div>
239
+ <div>
240
+ <div class="primary">Camera</div>
241
+ </div>
242
+ </div>
243
+ <div class="meta">6/22/23 3:31 PM</div>
244
+ <div class="checkbox"></div>
245
+ </div>
246
+
247
+ <!-- Row 3 -->
248
+ <div class="row">
249
+ <div class="folder-wrap">
250
+ <div class="folder-icon">
251
+ <svg viewBox="0 0 120 90">
252
+ <rect x="6" y="28" width="108" height="56" rx="10" fill="#79BBFF" stroke="#5EA6F3" stroke-width="2"></rect>
253
+ <rect x="6" y="12" width="54" height="24" rx="8" fill="#99CCFF" stroke="#8BC1FF" stroke-width="2"></rect>
254
+ </svg>
255
+ </div>
256
+ <div>
257
+ <div class="primary">Download</div>
258
+ </div>
259
+ </div>
260
+ <div class="meta">7/7/23 8:58 AM</div>
261
+ <div class="checkbox"></div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Snackbar -->
266
+ <div class="snackbar">
267
+ <div class="snack-icon">
268
+ <div class="c1"></div><div class="c2"></div>
269
+ <div class="c3"></div><div class="c4"></div>
270
+ </div>
271
+ <div class="snack-text">
272
+ Folder /storage/emulated/0/Download/DCIM with extracted files is opened
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Path bar -->
277
+ <div class="path-bar">/storage/emulated/0/Download/DCIM</div>
278
+
279
+ <!-- Gesture handle -->
280
+ <div class="gesture"></div>
281
+ </div>
282
+ </body>
283
+ </html>
code/5054/5054_0.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar 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;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ .statusbar {
19
+ height: 110px;
20
+ background: #1c1c1c;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 36px;
25
+ font-size: 36px;
26
+ letter-spacing: 0.3px;
27
+ }
28
+ .status-right { display: flex; align-items: center; gap: 24px; }
29
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 3; }
30
+
31
+ .appbar {
32
+ height: 150px;
33
+ background: #1c1c1c;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 36px;
37
+ }
38
+ .appbar .left { display: flex; align-items: center; gap: 36px; }
39
+ .appbar .right { margin-left: auto; display: flex; align-items: center; gap: 36px; }
40
+ .hamburger svg, .search svg, .calendar svg, .caret svg { width: 56px; height: 56px; fill: none; stroke: #fff; stroke-width: 4; }
41
+ .title {
42
+ font-size: 54px;
43
+ font-weight: 600;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 16px;
47
+ }
48
+ .avatar {
49
+ width: 88px;
50
+ height: 88px;
51
+ border-radius: 44px;
52
+ background: #7C85E3;
53
+ color: #fff;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ font-weight: 700;
58
+ font-size: 40px;
59
+ }
60
+
61
+ .content {
62
+ background: #0f0f0f;
63
+ padding: 24px 36px 160px 36px;
64
+ }
65
+
66
+ .week-label {
67
+ color: #B6B6B6;
68
+ font-size: 32px;
69
+ margin: 24px 0 18px 196px;
70
+ }
71
+
72
+ .date-row {
73
+ display: grid;
74
+ grid-template-columns: 160px 1fr;
75
+ column-gap: 36px;
76
+ margin-bottom: 24px;
77
+ align-items: start;
78
+ }
79
+
80
+ .date-col {
81
+ color: #BFBFBF;
82
+ }
83
+ .dow { font-size: 34px; margin-bottom: 6px; }
84
+ .daynum { font-size: 72px; font-weight: 700; color: #FFFFFF; }
85
+
86
+ .events { padding-top: 2px; }
87
+
88
+ .event-pill {
89
+ border-radius: 36px;
90
+ padding: 28px 36px;
91
+ width: 800px;
92
+ max-width: 800px;
93
+ color: #fff;
94
+ margin-bottom: 18px;
95
+ }
96
+ .blue { background: #63A7DD; }
97
+ .teal { background: #4FA39A; }
98
+
99
+ .event-title { font-size: 40px; font-weight: 700; }
100
+ .event-time { font-size: 32px; opacity: 0.95; margin-top: 8px; }
101
+
102
+ /* October banner */
103
+ .month-banner {
104
+ background: #F3C96A;
105
+ color: #111;
106
+ border-radius: 0;
107
+ padding: 36px;
108
+ margin: 28px -36px 24px -36px;
109
+ }
110
+ .month-title { font-size: 56px; font-weight: 700; margin-bottom: 24px; }
111
+ .illustration {
112
+ width: 100%;
113
+ height: 240px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ color: #757575;
120
+ font-size: 36px;
121
+ border-radius: 12px;
122
+ }
123
+
124
+ /* Floating action button */
125
+ .fab {
126
+ position: absolute;
127
+ right: 40px;
128
+ top: 1620px;
129
+ width: 120px;
130
+ height: 120px;
131
+ border-radius: 28px;
132
+ background: #4A4A4E;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ box-shadow: 0 6px 16px rgba(0,0,0,0.3);
137
+ }
138
+ .fab svg { width: 60px; height: 60px; stroke: #fff; stroke-width: 10; }
139
+
140
+ /* Gesture bar */
141
+ .gesture {
142
+ position: absolute;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ bottom: 26px;
146
+ width: 340px;
147
+ height: 14px;
148
+ background: #EDEDED;
149
+ border-radius: 7px;
150
+ opacity: 0.85;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <!-- Status bar -->
157
+ <div class="statusbar">
158
+ <div class="status-left">8:09</div>
159
+ <div class="status-right">
160
+ <span class="status-icon">
161
+ <!-- Wi-Fi -->
162
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c4-3 10-3 14 0"/><path d="M8 16c3-2 5-2 8 0"/><circle cx="12" cy="19" r="1.7" fill="#fff" stroke="none"/></svg>
163
+ </span>
164
+ <span class="status-icon">
165
+ <!-- Cellular -->
166
+ <svg viewBox="0 0 24 24"><rect x="3" y="14" width="3" height="7" fill="#fff" stroke="none"/><rect x="8" y="11" width="3" height="10" fill="#fff" stroke="none"/><rect x="13" y="8" width="3" height="13" fill="#fff" stroke="none"/><rect x="18" y="5" width="3" height="16" fill="#fff" stroke="none"/></svg>
167
+ </span>
168
+ <span class="status-icon">
169
+ <!-- Battery -->
170
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#fff"/><rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"/><rect x="22" y="9" width="3" height="6" rx="1" ry="1" fill="#fff" stroke="none"/></svg>
171
+ </span>
172
+ <span style="font-size:32px; color:#fff;">100%</span>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- App bar -->
177
+ <div class="appbar">
178
+ <div class="left">
179
+ <div class="hamburger">
180
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h12"/></svg>
181
+ </div>
182
+ <div class="title">
183
+ September
184
+ <span class="caret">
185
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
186
+ </span>
187
+ </div>
188
+ </div>
189
+ <div class="right">
190
+ <div class="search">
191
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M15 15l6 6"/></svg>
192
+ </div>
193
+ <div class="calendar">
194
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2" ry="2"/><path d="M3 9h18"/><path d="M7 3v4M17 3v4"/></svg>
195
+ </div>
196
+ <div class="avatar">C</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Content -->
201
+ <div class="content">
202
+ <div class="week-label">Sep 24 – 30</div>
203
+ <div class="date-row">
204
+ <div class="date-col">
205
+ <div class="dow">Sun</div>
206
+ <div class="daynum">24</div>
207
+ </div>
208
+ <div class="events">
209
+ <div class="event-pill blue">
210
+ <div class="event-title">Casual meeting</div>
211
+ <div class="event-time">5:30 – 6:30 PM</div>
212
+ </div>
213
+ <div class="event-pill blue">
214
+ <div class="event-title">Book Fair</div>
215
+ <div class="event-time">8 – 9 PM</div>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="date-row" style="margin-top: 16px;">
221
+ <div class="date-col">
222
+ <div class="dow">Thu</div>
223
+ <div class="daynum">28</div>
224
+ </div>
225
+ <div class="events">
226
+ <div class="event-pill teal">
227
+ <div class="event-title">Milad un-Nabi/Id-e-Milad</div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- October banner section with illustration -->
233
+ <div class="month-banner">
234
+ <div class="month-title">October 2023</div>
235
+ <div class="illustration">[IMG: Autumn harvest illustration]</div>
236
+ </div>
237
+
238
+ <div class="week-label">Oct 1 – 7</div>
239
+ <div class="date-row">
240
+ <div class="date-col">
241
+ <div class="dow">Mon</div>
242
+ <div class="daynum">2</div>
243
+ </div>
244
+ <div class="events">
245
+ <div class="event-pill teal">
246
+ <div class="event-title">Mahatma Gandhi Jayanti</div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="week-label" style="margin-top: 18px;">Oct 8 – 14</div>
252
+ <div class="date-row">
253
+ <div class="date-col">
254
+ <div class="dow">Wed</div>
255
+ <div class="daynum">11</div>
256
+ </div>
257
+ <div class="events">
258
+ <div class="event-pill blue">
259
+ <div class="event-title">HR meeting</div>
260
+ <div class="event-time">11:00 AM – 12:00 PM</div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="week-label" style="margin-top: 18px;">Oct 15 – 21</div>
266
+ <div class="date-row">
267
+ <div class="date-col">
268
+ <div class="dow">Sun</div>
269
+ <div class="daynum">15</div>
270
+ </div>
271
+ <div class="events">
272
+ <div class="event-pill teal" style="position: relative;">
273
+ <div class="event-title">First Day of Sharad Navratri</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="date-row">
279
+ <div class="date-col">
280
+ <div class="dow">Fri</div>
281
+ <div class="daynum">20</div>
282
+ </div>
283
+ <div class="events">
284
+ <div class="event-pill teal">
285
+ <div class="event-title">First Day of Durga Puja Festivities</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Floating Action Button -->
292
+ <div class="fab">
293
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
294
+ </div>
295
+
296
+ <!-- Gesture bar -->
297
+ <div class="gesture"></div>
298
+ </div>
299
+ </body>
300
+ </html>
code/5054/5054_1.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>Event Details UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #FFFFFF;
30
+ opacity: 0.95;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ font-size: 42px;
35
+ font-weight: 600;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ font-size: 34px;
43
+ color: #E0E0E0;
44
+ }
45
+ .sb-icon svg { width: 48px; height: 48px; stroke: #E0E0E0; fill: none; stroke-width: 4; }
46
+ .battery svg { width: 64px; height: 48px; }
47
+
48
+ /* Top actions */
49
+ .top-actions {
50
+ margin-top: 120px;
51
+ padding: 24px 36px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: space-between;
55
+ }
56
+ .icon-btn {
57
+ width: 72px;
58
+ height: 72px;
59
+ background: transparent;
60
+ border: none;
61
+ padding: 0;
62
+ cursor: default;
63
+ }
64
+ .icon-btn svg {
65
+ width: 72px;
66
+ height: 72px;
67
+ stroke: #CFCFCF;
68
+ fill: none;
69
+ stroke-width: 6;
70
+ stroke-linecap: round;
71
+ stroke-linejoin: round;
72
+ }
73
+ .actions-right {
74
+ display: flex;
75
+ gap: 16px;
76
+ }
77
+
78
+ /* Title and meta */
79
+ .title-row {
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 40px;
83
+ margin-top: 16px;
84
+ }
85
+ .color-dot {
86
+ width: 44px;
87
+ height: 44px;
88
+ background: #4F83FF;
89
+ border-radius: 8px;
90
+ margin-right: 24px;
91
+ }
92
+ .event-title {
93
+ font-size: 76px;
94
+ font-weight: 600;
95
+ line-height: 1.1;
96
+ color: #FFFFFF;
97
+ }
98
+ .subline {
99
+ padding-left: 108px; /* aligns under title after color dot */
100
+ padding-right: 40px;
101
+ margin-top: 18px;
102
+ font-size: 32px;
103
+ color: #BDBDBD;
104
+ }
105
+
106
+ /* Details list */
107
+ .details {
108
+ margin-top: 56px;
109
+ padding: 0 40px;
110
+ }
111
+ .detail-item {
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 28px;
115
+ padding: 24px 0;
116
+ border-bottom: 1px solid rgba(255,255,255,0.06);
117
+ }
118
+ .detail-item:last-child { border-bottom: none; }
119
+ .detail-icon svg {
120
+ width: 60px;
121
+ height: 60px;
122
+ stroke: #DADADA;
123
+ fill: none;
124
+ stroke-width: 6;
125
+ stroke-linecap: round;
126
+ stroke-linejoin: round;
127
+ }
128
+ .detail-text {
129
+ flex: 1;
130
+ color: #E5E5E5;
131
+ font-size: 38px;
132
+ }
133
+ .detail-text .label {
134
+ font-size: 40px;
135
+ color: #EDEDED;
136
+ margin-bottom: 6px;
137
+ }
138
+ .detail-text .sub {
139
+ font-size: 30px;
140
+ color: #BDBDBD;
141
+ }
142
+
143
+ /* Bottom gesture bar */
144
+ .gesture-bar {
145
+ position: absolute;
146
+ bottom: 56px;
147
+ left: 50%;
148
+ transform: translateX(-50%);
149
+ width: 280px;
150
+ height: 12px;
151
+ background: #EAEAEA;
152
+ border-radius: 20px;
153
+ opacity: 0.9;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Status Bar -->
161
+ <div class="status-bar">
162
+ <div class="status-left">8:10</div>
163
+ <div class="status-right">
164
+ <div class="sb-icon wifi">
165
+ <svg viewBox="0 0 64 64">
166
+ <path d="M8 32 Q32 16 56 32"></path>
167
+ <path d="M16 38 Q32 26 48 38"></path>
168
+ <path d="M24 44 Q32 36 40 44"></path>
169
+ <circle cx="32" cy="50" r="3" fill="#E0E0E0" stroke="none"></circle>
170
+ </svg>
171
+ </div>
172
+ <div class="battery">
173
+ <svg viewBox="0 0 72 48">
174
+ <rect x="6" y="10" width="52" height="28" rx="6" ry="6" stroke="#E0E0E0"></rect>
175
+ <rect x="58" y="16" width="8" height="16" rx="3" ry="3" fill="#E0E0E0" stroke="#E0E0E0"></rect>
176
+ <rect x="12" y="16" width="38" height="16" rx="3" ry="3" fill="#E0E0E0" stroke="none"></rect>
177
+ </svg>
178
+ </div>
179
+ <div>100%</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Top Actions -->
184
+ <div class="top-actions">
185
+ <button class="icon-btn" aria-label="Close">
186
+ <svg viewBox="0 0 72 72">
187
+ <path d="M18 18 L54 54"></path>
188
+ <path d="M54 18 L18 54"></path>
189
+ </svg>
190
+ </button>
191
+ <div class="actions-right">
192
+ <button class="icon-btn" aria-label="Edit">
193
+ <svg viewBox="0 0 72 72">
194
+ <path d="M46 18 L54 26 L26 54 L18 54 L18 46 Z"></path>
195
+ <path d="M40 24 L48 32"></path>
196
+ </svg>
197
+ </button>
198
+ <button class="icon-btn" aria-label="More">
199
+ <svg viewBox="0 0 72 72">
200
+ <circle cx="36" cy="18" r="6" fill="#CFCFCF" stroke="none"></circle>
201
+ <circle cx="36" cy="36" r="6" fill="#CFCFCF" stroke="none"></circle>
202
+ <circle cx="36" cy="54" r="6" fill="#CFCFCF" stroke="none"></circle>
203
+ </svg>
204
+ </button>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Title and time -->
209
+ <div class="title-row">
210
+ <div class="color-dot"></div>
211
+ <div class="event-title">Book Fair</div>
212
+ </div>
213
+ <div class="subline">Tomorrow • 8:00 – 9:00 PM</div>
214
+
215
+ <!-- Details -->
216
+ <div class="details">
217
+ <div class="detail-item">
218
+ <div class="detail-icon">
219
+ <svg viewBox="0 0 60 60">
220
+ <path d="M30 12 C22 12 18 20 18 26 V36 H42 V26 C42 20 38 12 30 12 Z"></path>
221
+ <circle cx="30" cy="44" r="4" fill="#DADADA" stroke="none"></circle>
222
+ </svg>
223
+ </div>
224
+ <div class="detail-text">30 minutes before</div>
225
+ </div>
226
+
227
+ <div class="detail-item">
228
+ <div class="detail-icon">
229
+ <svg viewBox="0 0 60 60">
230
+ <rect x="12" y="18" width="36" height="28" rx="6"></rect>
231
+ <path d="M12 24 H48"></path>
232
+ <path d="M20 14 V22"></path>
233
+ <path d="M40 14 V22"></path>
234
+ </svg>
235
+ </div>
236
+ <div class="detail-text">
237
+ <div class="label">Events</div>
238
+ <div class="sub">dbwscratch.test.id1@gmail.com</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Bottom gesture bar -->
244
+ <div class="gesture-bar"></div>
245
+
246
+ </div>
247
+ </body>
248
+ </html>
code/5054/5054_2.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Event - Dark UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121212; color:#FFFFFF; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0; height:120px;
15
+ display:flex; align-items:center; justify-content:space-between;
16
+ padding:0 36px; color:#cfcfcf; font-size:36px;
17
+ }
18
+ .status-right { display:flex; align-items:center; gap:24px; }
19
+ .top-chevron {
20
+ position:absolute; top:120px; left:50%; transform:translateX(-50%);
21
+ width:120px; height:40px; opacity:.5;
22
+ }
23
+ .app-header {
24
+ position:absolute; top:160px; left:36px; right:36px;
25
+ padding-bottom:30px; border-bottom:1px solid #1f1f1f;
26
+ }
27
+ .header-line { display:flex; align-items:center; justify-content:space-between; }
28
+ .close-wrap { width:72px; height:72px; display:flex; align-items:center; }
29
+ .title { font-size:72px; font-weight:500; margin:34px 0 14px 0; }
30
+ .save-btn {
31
+ background:#cfd2dc; color:#1c1c1c; font-size:42px; padding:22px 34px;
32
+ border-radius:36px; box-shadow:0 1px 0 rgba(255,255,255,.08); border:0;
33
+ }
34
+ .content {
35
+ position:absolute; top:360px; left:0; right:0; bottom:0;
36
+ }
37
+ .section { border-bottom:1px solid #1f1f1f; }
38
+ .row {
39
+ display:flex; align-items:center; gap:32px;
40
+ padding:34px 36px;
41
+ }
42
+ .icon { width:56px; height:56px; flex:0 0 56px; }
43
+ .label { font-size:42px; color:#ededed; flex:1; }
44
+ .value { font-size:42px; color:#ededed; }
45
+ .subtext { font-size:36px; color:#a0a0a0; padding:0 36px 34px 124px; }
46
+ .date-row { padding:32px 36px 32px 124px; display:flex; align-items:center; border-top:1px solid #1f1f1f; }
47
+ .pill-btn {
48
+ margin:16px 36px 24px 124px; padding:20px 26px; font-size:36px; color:#dfe3ea;
49
+ border:2px solid #3a3a3a; border-radius:16px; display:inline-block;
50
+ }
51
+ .toggle {
52
+ width:140px; height:72px; background:#2a2a2a; border-radius:36px; position:relative; border:2px solid #3a3a3a;
53
+ }
54
+ .toggle::after {
55
+ content:""; position:absolute; top:8px; left:8px; width:56px; height:56px;
56
+ background:#6b6b6b; border-radius:50%;
57
+ }
58
+ .divider-thick { height:1px; background:#1f1f1f; }
59
+ .gesture {
60
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
61
+ width:380px; height:16px; border-radius:8px; background:#e9e9e9; opacity:.85;
62
+ }
63
+ .dot {
64
+ width:20px; height:20px; background:#4da3ff; border-radius:50%; margin-right:12px; border:2px solid #2d6cb3;
65
+ }
66
+ </style>
67
+ </head>
68
+ <body>
69
+ <div id="render-target">
70
+
71
+ <!-- Status Bar -->
72
+ <div class="status-bar">
73
+ <div>8:10</div>
74
+ <div class="status-right">
75
+ <!-- Wi-Fi -->
76
+ <svg class="icon" viewBox="0 0 24 24">
77
+ <path d="M3 9c4-3 14-3 18 0" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"/>
78
+ <path d="M6 12c3-2 9-2 12 0" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"/>
79
+ <circle cx="12" cy="16.5" r="1.5" fill="#cfcfcf"/>
80
+ </svg>
81
+ <!-- Signal -->
82
+ <svg class="icon" viewBox="0 0 24 24">
83
+ <rect x="4" y="14" width="3" height="6" fill="#cfcfcf"/>
84
+ <rect x="9" y="11" width="3" height="9" fill="#cfcfcf"/>
85
+ <rect x="14" y="8" width="3" height="12" fill="#cfcfcf"/>
86
+ </svg>
87
+ <!-- Battery -->
88
+ <svg class="icon" viewBox="0 0 24 24">
89
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#cfcfcf" stroke-width="2" fill="none"/>
90
+ <rect x="20" y="10" width="2" height="4" fill="#cfcfcf"/>
91
+ <rect x="4" y="8" width="12" height="8" fill="#cfcfcf"/>
92
+ </svg>
93
+ <div style="font-size:36px;">100%</div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- Top chevron -->
98
+ <svg class="top-chevron" viewBox="0 0 24 24">
99
+ <path d="M6 9l6 6 6-6" stroke="#787878" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
100
+ </svg>
101
+
102
+ <!-- Header -->
103
+ <div class="app-header">
104
+ <div class="header-line">
105
+ <div class="close-wrap">
106
+ <svg class="icon" viewBox="0 0 24 24">
107
+ <path d="M6 6L18 18M6 18L18 6" stroke="#d9d9d9" stroke-width="2" stroke-linecap="round"/>
108
+ </svg>
109
+ </div>
110
+ <button class="save-btn">Save</button>
111
+ </div>
112
+ <div class="title">Book Fair</div>
113
+ </div>
114
+
115
+ <!-- Content -->
116
+ <div class="content">
117
+
118
+ <!-- All-day -->
119
+ <div class="section">
120
+ <div class="row">
121
+ <svg class="icon" viewBox="0 0 24 24">
122
+ <circle cx="12" cy="12" r="8" stroke="#bdbdbd" stroke-width="2" fill="none"/>
123
+ <path d="M12 7v5l4 2" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/>
124
+ </svg>
125
+ <div class="label">All-day</div>
126
+ <div class="toggle"></div>
127
+ </div>
128
+ <div class="date-row">
129
+ <div class="label">Sun, Sep 24, 2023</div>
130
+ <div class="value">8:00 PM</div>
131
+ </div>
132
+ <div class="date-row">
133
+ <div class="label">Sun, Sep 24, 2023</div>
134
+ <div class="value">9:00 PM</div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Timezone -->
139
+ <div class="section">
140
+ <div class="row">
141
+ <svg class="icon" viewBox="0 0 24 24">
142
+ <circle cx="12" cy="12" r="9" stroke="#bdbdbd" stroke-width="2" fill="none"/>
143
+ <path d="M12 3v18M3 12h18" stroke="#bdbdbd" stroke-width="2" fill="none" opacity=".7"/>
144
+ </svg>
145
+ <div class="label">India Standard Time</div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Repeat -->
150
+ <div class="section">
151
+ <div class="row">
152
+ <svg class="icon" viewBox="0 0 24 24">
153
+ <path d="M7 7h6l-2-2M17 17h-6l2 2" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/>
154
+ <path d="M8 9a5 5 0 017 0M16 15a5 5 0 01-7 0" stroke="#bdbdbd" stroke-width="2" fill="none" opacity=".7"/>
155
+ </svg>
156
+ <div class="label">Does not repeat</div>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="divider-thick"></div>
161
+
162
+ <!-- Add people -->
163
+ <div class="section">
164
+ <div class="row">
165
+ <svg class="icon" viewBox="0 0 24 24">
166
+ <circle cx="12" cy="9" r="3" fill="#bdbdbd"/>
167
+ <path d="M5 19c0-3 3-5 7-5s7 2 7 5" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/>
168
+ </svg>
169
+ <div class="label">Add people</div>
170
+ </div>
171
+ <div class="pill-btn">View schedules</div>
172
+ </div>
173
+
174
+ <!-- Video conferencing -->
175
+ <div class="section">
176
+ <div class="row">
177
+ <svg class="icon" viewBox="0 0 24 24">
178
+ <rect x="3" y="7" width="12" height="10" rx="2" ry="2" stroke="#bdbdbd" stroke-width="2" fill="none"/>
179
+ <polygon points="17,10 21,8 21,16 17,14" fill="#bdbdbd"/>
180
+ </svg>
181
+ <div class="label">Add video conferencing</div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Location -->
186
+ <div class="section">
187
+ <div class="row">
188
+ <svg class="icon" viewBox="0 0 24 24">
189
+ <path d="M12 3a7 7 0 00-7 7c0 5 7 11 7 11s7-6 7-11a7 7 0 00-7-7z" stroke="#bdbdbd" stroke-width="2" fill="none"/>
190
+ <circle cx="12" cy="10" r="2.5" fill="#bdbdbd"/>
191
+ </svg>
192
+ <div class="label">Add location</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Notification -->
197
+ <div class="section">
198
+ <div class="row">
199
+ <svg class="icon" viewBox="0 0 24 24">
200
+ <path d="M6 18h12l-1-8a5 5 0 00-10 0l-1 8z" stroke="#bdbdbd" stroke-width="2" fill="none"/>
201
+ <path d="M10 18a2 2 0 004 0" stroke="#bdbdbd" stroke-width="2" fill="none"/>
202
+ </svg>
203
+ <div class="label">30 minutes before</div>
204
+ <svg class="icon" viewBox="0 0 24 24">
205
+ <path d="M6 6L18 18M6 18L18 6" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="subtext">Add notification</div>
209
+ </div>
210
+
211
+ <!-- Default color -->
212
+ <div class="section">
213
+ <div class="row">
214
+ <div class="dot"></div>
215
+ <div class="label">Default color</div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Description -->
220
+ <div class="section">
221
+ <div class="row">
222
+ <svg class="icon" viewBox="0 0 24 24">
223
+ <path d="M4 6h16M4 12h16M4 18h10" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/>
224
+ </svg>
225
+ <div class="label">Add description</div>
226
+ </div>
227
+ </div>
228
+
229
+ </div>
230
+
231
+ <!-- Gesture bar -->
232
+ <div class="gesture"></div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/5054/5054_3.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Time Picker UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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: #0f0f10; border-radius: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.35);
12
+ color: #e6e6e6;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0; height: 120px; padding: 28px 36px 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between; color: #fff; font-weight: 500;
19
+ }
20
+ .status-time { font-size: 40px; letter-spacing: 0.2px; }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; }
22
+ .icon { width: 40px; height: 40px; display: inline-block; }
23
+ .icon svg { width: 100%; height: 100%; fill: none; stroke: #fff; stroke-width: 2.8; }
24
+ .battery { display: flex; align-items: center; gap: 10px; font-size: 30px; }
25
+
26
+ /* Header area */
27
+ .header {
28
+ position: absolute; top: 140px; left: 36px; right: 36px; height: 160px;
29
+ display: flex; align-items: center; justify-content: space-between; color: #cfcfcf;
30
+ }
31
+ .header-left { display: flex; align-items: center; gap: 30px; }
32
+ .x-btn {
33
+ width: 66px; height: 66px; border-radius: 33px; display: flex; align-items: center; justify-content: center;
34
+ color: #9e9e9e;
35
+ }
36
+ .x-btn svg { stroke: #9e9e9e; stroke-width: 4; }
37
+ .chevron-down { position: absolute; top: 190px; left: 50%; transform: translateX(-50%); opacity: 0.6; }
38
+ .save-chip {
39
+ background: #3c3f46; color: #eaeaf0; border-radius: 32px; padding: 18px 34px; font-size: 34px;
40
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
41
+ }
42
+ .title {
43
+ position: absolute; top: 240px; left: 120px; font-size: 82px; font-weight: 500; color: #d2d2d2; opacity: 0.8;
44
+ }
45
+
46
+ /* List row example behind dialog */
47
+ .list-row {
48
+ position: absolute; top: 420px; left: 36px; right: 36px; height: 110px;
49
+ display: flex; align-items: center; gap: 22px; color: #c9c9c9; border-top: 1px solid #1d1d1f; border-bottom: 1px solid #1d1d1f;
50
+ }
51
+ .circle-icon {
52
+ width: 60px; height: 60px; border-radius: 30px; background: #1e1e22; display: flex; align-items: center; justify-content: center;
53
+ box-shadow: inset 0 0 0 1px #2a2a2e;
54
+ }
55
+ .list-row .label { font-size: 40px; }
56
+ .toggle {
57
+ margin-left: auto; width: 120px; height: 68px; border-radius: 34px; background: #25262a; position: relative;
58
+ box-shadow: inset 0 0 0 1px #34363b;
59
+ }
60
+ .toggle::after {
61
+ content: ""; position: absolute; top: 7px; left: 8px; width: 54px; height: 54px; border-radius: 27px; background: #909398;
62
+ }
63
+
64
+ /* Overlay + Dialog */
65
+ .overlay {
66
+ position: absolute; inset: 0; background: rgba(0,0,0,0.55);
67
+ }
68
+ .dialog {
69
+ position: absolute; left: 60px; right: 60px; top: 640px; height: 1180px; background: #2a2b2f; border-radius: 40px;
70
+ box-shadow: 0 18px 50px rgba(0,0,0,0.6);
71
+ padding: 46px 52px;
72
+ }
73
+ .dialog-title { font-size: 36px; color: #cfcfcf; opacity: 0.9; }
74
+
75
+ /* Digital time area */
76
+ .time-row {
77
+ margin-top: 30px; display: grid; grid-template-columns: 360px 60px 360px 140px; align-items: center; gap: 24px;
78
+ }
79
+ .block {
80
+ height: 190px; border-radius: 26px; background: #3f4653; display: flex; align-items: center; justify-content: center;
81
+ color: #e5e8f4; font-size: 120px; font-weight: 600; letter-spacing: 1px;
82
+ }
83
+ .colon { font-size: 140px; color: #d8d8d8; text-align: center; }
84
+ .ampm {
85
+ display: grid; grid-template-rows: 1fr 1fr; gap: 14px;
86
+ }
87
+ .ampm .btn {
88
+ height: 88px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
89
+ font-size: 34px; letter-spacing: 1px; border: 1px solid #5a6070;
90
+ }
91
+ .btn.am { background: #151517; color: #ececec; opacity: 0.8; }
92
+ .btn.pm { background: #4a5162; color: #e9edf8; }
93
+
94
+ /* Clock face */
95
+ .clock {
96
+ position: relative; margin: 40px auto 0 auto; width: 860px; height: 860px; border-radius: 50%;
97
+ background: radial-gradient(closest-side, #2f3137 0%, #2f3137 60%, #2a2b2f 100%);
98
+ box-shadow: inset 0 0 0 2px #3b3d45;
99
+ }
100
+ .num {
101
+ position: absolute; color: #d6d6d6; font-size: 40px; opacity: 0.92;
102
+ transform: translate(-50%, -50%);
103
+ }
104
+ .n12 { top: 8%; left: 50%; }
105
+ .n1 { top: 16%; left: 75%; }
106
+ .n2 { top: 32%; left: 90%; }
107
+ .n3 { top: 50%; left: 96%; }
108
+ .n4 { top: 68%; left: 90%; }
109
+ .n5 { top: 84%; left: 75%; }
110
+ .n6 { top: 92%; left: 50%; }
111
+ .n7 { top: 84%; left: 25%; }
112
+ .n8 { top: 68%; left: 10%; }
113
+ .n9 { top: 50%; left: 4%; }
114
+ .n10 { top: 32%; left: 10%; }
115
+ .n11 { top: 16%; left: 25%; }
116
+
117
+ /* Hand pointing to 8 */
118
+ .hand {
119
+ position: absolute; top: 50%; left: 50%; width: 300px; height: 4px; background: #aab0bc;
120
+ transform-origin: left center; transform: translate(-50%, -50%) rotate(220deg);
121
+ border-radius: 2px;
122
+ }
123
+ .hand-dot {
124
+ position: absolute; right: -8px; top: 50%; transform: translateY(-50%);
125
+ width: 22px; height: 22px; border-radius: 50%; background: #cbd1dc;
126
+ }
127
+ .selected-hour {
128
+ position: absolute; width: 130px; height: 130px; border-radius: 65px; background: #c9cfe0; color: #222;
129
+ display: flex; align-items: center; justify-content: center; font-size: 46px; font-weight: 600;
130
+ top: 68%; left: 10%; transform: translate(-50%, -50%);
131
+ box-shadow: 0 6px 20px rgba(0,0,0,0.3);
132
+ }
133
+
134
+ /* Dialog footer */
135
+ .dialog-footer {
136
+ position: absolute; left: 36px; right: 36px; bottom: 36px; display: flex; align-items: center; justify-content: space-between;
137
+ color: #cfd3da; font-size: 40px;
138
+ }
139
+ .kbd {
140
+ display: flex; align-items: center; gap: 14px; color: #cfd3da;
141
+ }
142
+ .kbd-box {
143
+ width: 64px; height: 46px; border-radius: 6px; background: #31343b; border: 1px solid #464b58;
144
+ display: flex; align-items: center; justify-content: center;
145
+ }
146
+ .footer-actions { display: flex; gap: 40px; }
147
+ .footer-actions .action { color: #d0d2d7; opacity: 0.9; }
148
+
149
+ /* Gesture bar */
150
+ .gesture {
151
+ position: absolute; bottom: 38px; left: 50%; width: 260px; height: 12px; background: #e6e6ea; border-radius: 6px; transform: translateX(-50%); opacity: 0.85;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+
158
+ <!-- Status bar -->
159
+ <div class="status-bar">
160
+ <div class="status-time">8:11</div>
161
+ <div class="status-icons">
162
+ <span class="icon">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M2 16l10-10 10 10" />
165
+ <path d="M6 16l6-6 6 6" />
166
+ </svg>
167
+ </span>
168
+ <span class="icon">
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M3 20h18" />
171
+ <path d="M5 16h14" />
172
+ <path d="M8 12h8" />
173
+ <path d="M12 8h0" />
174
+ </svg>
175
+ </span>
176
+ <div class="battery">
177
+ <span class="icon">
178
+ <svg viewBox="0 0 24 24">
179
+ <rect x="2" y="6" width="18" height="12" rx="2" />
180
+ <rect x="21" y="9" width="2" height="6" rx="1" />
181
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#fff" />
182
+ </svg>
183
+ </span>
184
+ <span>100%</span>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Header and title -->
190
+ <div class="header">
191
+ <div class="header-left">
192
+ <div class="x-btn">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M4 4l16 16M20 4L4 20" />
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="save-chip">Save</div>
199
+ </div>
200
+ <div class="chevron-down">
201
+ <svg width="64" height="64" viewBox="0 0 24 24">
202
+ <path d="M5 9l7 7 7-7" stroke="#9e9e9e" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
203
+ </svg>
204
+ </div>
205
+ <div class="title">Book Fair</div>
206
+
207
+ <!-- Row example behind dialog -->
208
+ <div class="list-row">
209
+ <div class="circle-icon">
210
+ <svg width="36" height="36" viewBox="0 0 24 24">
211
+ <circle cx="12" cy="12" r="8" stroke="#9ea3ad" fill="none" stroke-width="2"/>
212
+ <path d="M12 12V8M12 12h4" stroke="#9ea3ad" stroke-width="2" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="label">All-day</div>
216
+ <div class="toggle"></div>
217
+ </div>
218
+
219
+ <!-- Overlay and dialog -->
220
+ <div class="overlay"></div>
221
+ <div class="dialog">
222
+ <div class="dialog-title">Select time</div>
223
+
224
+ <div class="time-row">
225
+ <div class="block">08</div>
226
+ <div class="colon">:</div>
227
+ <div class="block" style="background:#3b404c;color:#e7e7e7;">00</div>
228
+ <div class="ampm">
229
+ <div class="btn am">AM</div>
230
+ <div class="btn pm">PM</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="clock">
235
+ <div class="num n12">12</div>
236
+ <div class="num n1">1</div>
237
+ <div class="num n2">2</div>
238
+ <div class="num n3">3</div>
239
+ <div class="num n4">4</div>
240
+ <div class="num n5">5</div>
241
+ <div class="num n6">6</div>
242
+ <div class="num n7">7</div>
243
+ <div class="num n8">8</div>
244
+ <div class="num n9">9</div>
245
+ <div class="num n10">10</div>
246
+ <div class="num n11">11</div>
247
+
248
+ <div class="hand"><div class="hand-dot"></div></div>
249
+ <div class="selected-hour">8</div>
250
+ </div>
251
+
252
+ <div class="dialog-footer">
253
+ <div class="kbd">
254
+ <div class="kbd-box">
255
+ <svg width="40" height="28" viewBox="0 0 24 24">
256
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#cfd3da" fill="none" stroke-width="2"/>
257
+ <path d="M5 10h2M9 10h2M13 10h2M17 10h2M7 14h10" stroke="#cfd3da" stroke-width="2" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ <span>Keyboard</span>
261
+ </div>
262
+ <div class="footer-actions">
263
+ <span class="action">Cancel</span>
264
+ <span class="action" style="font-weight:600;">OK</span>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="gesture"></div>
270
+ </div>
271
+ </body>
272
+ </html>
code/5054/5054_4.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Time Picker UI 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;
11
+ position: relative; overflow: hidden;
12
+ background: #101214; /* dark app background */
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 96px; padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #fff; font-size: 40px; letter-spacing: 0.5px;
21
+ }
22
+ .status-right {
23
+ display: flex; align-items: center; gap: 24px; color: #fff; font-size: 34px;
24
+ }
25
+ .status-icon {
26
+ width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; opacity: 0.85;
27
+ }
28
+ .battery {
29
+ display: inline-flex; align-items: center; gap: 8px;
30
+ }
31
+ .battery svg { width: 44px; height: 28px; }
32
+ .battery span { font-size: 34px; color: #fff; }
33
+
34
+ /* Header / title area beneath */
35
+ .header {
36
+ position: absolute; top: 140px; left: 36px; right: 36px;
37
+ display: flex; align-items: center; justify-content: space-between;
38
+ color: #D0D0D0;
39
+ }
40
+ .close-x {
41
+ width: 72px; height: 72px; border-radius: 50%;
42
+ display: flex; align-items: center; justify-content: center;
43
+ color: #8A8A8A; font-size: 56px;
44
+ }
45
+ .title {
46
+ position: absolute; left: 140px; top: 210px;
47
+ font-size: 96px; color: #BDBDBD; font-weight: 500; letter-spacing: 0.5px;
48
+ }
49
+ .save-pill {
50
+ position: absolute; right: 36px; top: 210px;
51
+ background: #5c6472; color: #EDEFF3;
52
+ padding: 24px 36px; border-radius: 40px; font-size: 44px;
53
+ }
54
+ .chevron {
55
+ position: absolute; top: 220px; left: 50%; transform: translateX(-50%);
56
+ width: 120px; height: 26px; opacity: 0.35;
57
+ }
58
+
59
+ /* Underlay form list (subtle) */
60
+ .list {
61
+ position: absolute; top: 360px; left: 36px; right: 36px;
62
+ color: #A8A8A8; font-size: 48px;
63
+ }
64
+ .list-row {
65
+ display: flex; align-items: center; height: 140px;
66
+ border-bottom: 1px solid rgba(255,255,255,0.06);
67
+ }
68
+ .row-icon {
69
+ width: 72px; height: 72px; margin-right: 28px; opacity: 0.45;
70
+ }
71
+ .toggle {
72
+ margin-left: auto; width: 132px; height: 72px; border-radius: 36px;
73
+ background: #2a2d31; position: relative;
74
+ }
75
+ .toggle::after {
76
+ content: ""; position: absolute; top: 10px; left: 10px;
77
+ width: 52px; height: 52px; border-radius: 50%; background: #666a73;
78
+ }
79
+
80
+ /* Time picker modal */
81
+ .time-modal {
82
+ position: absolute;
83
+ left: 60px; right: 60px; top: 520px;
84
+ height: 1160px;
85
+ background: #2A2C2F;
86
+ border-radius: 48px;
87
+ box-shadow: 0 30px 80px rgba(0,0,0,0.6);
88
+ color: #E9EBF2;
89
+ }
90
+ .modal-inner { padding: 60px 60px 40px 60px; }
91
+ .modal-title { font-size: 44px; color: #C9CBD3; margin-bottom: 40px; }
92
+
93
+ .time-row {
94
+ display: flex; align-items: center; gap: 24px;
95
+ }
96
+ .digit-box {
97
+ width: 260px; height: 180px; border-radius: 28px;
98
+ display: flex; align-items: center; justify-content: center;
99
+ font-size: 140px; font-weight: 600; letter-spacing: 4px;
100
+ color: #F0F0F0;
101
+ }
102
+ .digit-hour { background: #3A3B3E; }
103
+ .digit-minute { background: #4B5161; }
104
+ .colon { font-size: 140px; color: #C7CAD3; margin: 0 8px; line-height: 180px; }
105
+ .ampm {
106
+ margin-left: auto; display: flex; flex-direction: column; gap: 18px;
107
+ }
108
+ .ampm .btn {
109
+ width: 150px; height: 90px; border-radius: 16px; border: 2px solid #73777F;
110
+ display: flex; align-items: center; justify-content: center;
111
+ font-size: 44px;
112
+ color: #EAEAEA; background: transparent;
113
+ }
114
+ .ampm .btn.active { background: #4B5161; }
115
+
116
+ /* Dial */
117
+ .dial {
118
+ position: relative; width: 720px; height: 720px;
119
+ margin: 40px auto 20px auto;
120
+ border-radius: 50%;
121
+ background: radial-gradient(circle at center, #35363a 0%, #2f3135 55%, #2A2C2F 100%);
122
+ }
123
+ .dial .num {
124
+ position: absolute; color: #D7DAE2; font-size: 44px; opacity: 0.85;
125
+ }
126
+ /* positions around circle */
127
+ .n00 { top: 16px; left: 338px; }
128
+ .n05 { top: 70px; left: 550px; }
129
+ .n10 { top: 150px; left: 640px; }
130
+ .n15 { top: 230px; left: 690px; }
131
+ .n20 { top: 310px; left: 710px; }
132
+ .n25 { top: 390px; left: 690px; }
133
+ .n30 { top: 640px; left: 338px; }
134
+ .n35 { top: 580px; left: 110px; }
135
+ .n40 { top: 500px; left: 26px; }
136
+ .n45 { top: 420px; left: 10px; }
137
+ .n50 { top: 330px; left: 24px; }
138
+ .n55 { top: 70px; left: 120px; }
139
+
140
+ /* hand pointing to 00 */
141
+ .hand-line {
142
+ position: absolute; left: 358px; top: 180px; width: 4px; height: 320px;
143
+ background: #aeb2c6; border-radius: 2px;
144
+ }
145
+ .hand-dot {
146
+ position: absolute; left: 352px; top: 512px;
147
+ width: 16px; height: 16px; border-radius: 50%; background: #aeb2c6;
148
+ }
149
+ .hand-head {
150
+ position: absolute; left: 325px; top: 100px;
151
+ width: 86px; height: 86px; border-radius: 50%;
152
+ background: #c7cbd9; color: #1f2329; display: flex; align-items: center; justify-content: center;
153
+ font-size: 40px; font-weight: 600;
154
+ box-shadow: 0 6px 16px rgba(0,0,0,0.35);
155
+ }
156
+
157
+ /* Bottom actions inside modal */
158
+ .modal-footer {
159
+ position: absolute; left: 60px; right: 60px; bottom: 36px;
160
+ display: flex; align-items: center; justify-content: space-between;
161
+ color: #D7DAE2; font-size: 46px;
162
+ }
163
+ .kbd {
164
+ display: inline-flex; align-items: center; gap: 18px; color: #D7DAE2;
165
+ }
166
+ .kbd svg { width: 64px; height: 64px; opacity: 0.85; }
167
+ .actions {
168
+ display: flex; align-items: center; gap: 60px;
169
+ }
170
+
171
+ /* Home pill indicator */
172
+ .home-pill {
173
+ position: absolute; bottom: 54px; left: 50%; transform: translateX(-50%);
174
+ width: 280px; height: 16px; background: #EDEFF3; border-radius: 8px; opacity: 0.7;
175
+ }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+
181
+ <!-- Status bar -->
182
+ <div class="status-bar">
183
+ <div class="status-left">8:12</div>
184
+ <div class="status-right">
185
+ <div class="status-icon"></div>
186
+ <div class="status-icon"></div>
187
+ <div class="battery">
188
+ <svg viewBox="0 0 24 24" fill="none">
189
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"></rect>
190
+ <rect x="20" y="10" width="2" height="4" fill="#fff"></rect>
191
+ <rect x="4" y="8" width="14" height="8" fill="#fff"></rect>
192
+ </svg>
193
+ <span>100%</span>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Header and title -->
199
+ <div class="header">
200
+ <div class="close-x">×</div>
201
+ </div>
202
+ <div class="title">Book Fair</div>
203
+ <div class="save-pill">Save</div>
204
+ <svg class="chevron" viewBox="0 0 120 26">
205
+ <path d="M6 6 L60 20 L114 6" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.35"></path>
206
+ </svg>
207
+
208
+ <!-- Subtle form list underlay -->
209
+ <div class="list">
210
+ <div class="list-row">
211
+ <svg class="row-icon" viewBox="0 0 24 24">
212
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#BFC3CC" stroke-width="2" opacity="0.5"></circle>
213
+ <path d="M12 6v6l4 2" stroke="#BFC3CC" stroke-width="2" fill="none" opacity="0.5"></path>
214
+ </svg>
215
+ <div>All-day</div>
216
+ <div class="toggle"></div>
217
+ </div>
218
+ <div class="list-row">
219
+ <svg class="row-icon" viewBox="0 0 24 24">
220
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#BFC3CC" stroke-width="2" opacity="0.5"></rect>
221
+ <path d="M4 10h16" stroke="#BFC3CC" stroke-width="2" opacity="0.5"></path>
222
+ </svg>
223
+ <div>Add notification</div>
224
+ </div>
225
+ <div class="list-row">
226
+ <svg class="row-icon" viewBox="0 0 24 24">
227
+ <circle cx="6" cy="12" r="3" fill="#3E6EA8" opacity="0.8"></circle>
228
+ <path d="M12 6h8v12h-8z" stroke="#BFC3CC" stroke-width="2" fill="none" opacity="0.5"></path>
229
+ </svg>
230
+ <div>Default color</div>
231
+ </div>
232
+ <div class="list-row">
233
+ <svg class="row-icon" viewBox="0 0 24 24">
234
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#BFC3CC" stroke-width="2" opacity="0.5"></path>
235
+ </svg>
236
+ <div>Add description</div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Time picker modal -->
241
+ <div class="time-modal">
242
+ <div class="modal-inner">
243
+ <div class="modal-title">Select time</div>
244
+
245
+ <div class="time-row">
246
+ <div class="digit-box digit-hour">04</div>
247
+ <div class="colon">:</div>
248
+ <div class="digit-box digit-minute">00</div>
249
+
250
+ <div class="ampm">
251
+ <div class="btn">AM</div>
252
+ <div class="btn active">PM</div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="dial">
257
+ <!-- minutes around -->
258
+ <div class="num n00">00</div>
259
+ <div class="num n05">05</div>
260
+ <div class="num n10">10</div>
261
+ <div class="num n15">15</div>
262
+ <div class="num n20">20</div>
263
+ <div class="num n25">25</div>
264
+ <div class="num n30">30</div>
265
+ <div class="num n35">35</div>
266
+ <div class="num n40">40</div>
267
+ <div class="num n45">45</div>
268
+ <div class="num n50">50</div>
269
+ <div class="num n55">55</div>
270
+
271
+ <!-- hand -->
272
+ <div class="hand-head">00</div>
273
+ <div class="hand-line"></div>
274
+ <div class="hand-dot"></div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="modal-footer">
279
+ <div class="kbd">
280
+ <svg viewBox="0 0 24 24" fill="none">
281
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#D7DAE2" stroke-width="2"></rect>
282
+ <rect x="4" y="8" width="16" height="8" rx="1" fill="#D7DAE2"></rect>
283
+ </svg>
284
+ </div>
285
+ <div class="actions">
286
+ <div>Cancel</div>
287
+ <div>OK</div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Home pill -->
293
+ <div class="home-pill"></div>
294
+ </div>
295
+ </body>
296
+ </html>
code/5054/5054_5.html ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Event Edit - Dark</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
+ .status-bar {
16
+ height: 96px; padding: 0 32px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #e0e0e0; font-size: 36px;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 24px; }
21
+ .icon { width: 56px; height: 56px; fill: #bdbdbd; }
22
+ .header {
23
+ position: relative;
24
+ padding: 24px 32px 16px 32px;
25
+ border-bottom: 1px solid #2a2a2a;
26
+ }
27
+ .close-btn { position: absolute; left: 32px; top: 24px; }
28
+ .save-pill {
29
+ position: absolute; right: 32px; top: 16px;
30
+ background: #cfd3e7; color: #1d1d1f;
31
+ padding: 20px 36px; border-radius: 28px;
32
+ font-weight: 600; font-size: 34px;
33
+ }
34
+ .chevron {
35
+ position: absolute; left: 50%; transform: translateX(-50%);
36
+ top: 70px; opacity: 0.6;
37
+ }
38
+ .title {
39
+ margin-top: 80px; margin-bottom: 24px;
40
+ font-size: 68px; font-weight: 500; color: #f5f5f5;
41
+ }
42
+
43
+ .section { }
44
+ .row {
45
+ display: flex; align-items: center; justify-content: space-between;
46
+ padding: 36px 40px; border-bottom: 1px solid #2a2a2a;
47
+ font-size: 36px; color: #e6e6e6;
48
+ }
49
+ .row .left { display: flex; align-items: center; gap: 28px; }
50
+ .subtext { color: #b0b0b0; font-size: 32px; margin-top: 8px; }
51
+ .value { color: #e6e6e6; font-size: 36px; }
52
+ .toggle {
53
+ width: 162px; height: 84px; border-radius: 42px;
54
+ background: #3a3a3a; position: relative;
55
+ }
56
+ .toggle .knob {
57
+ width: 64px; height: 64px; border-radius: 50%;
58
+ background: #8a8a8a; position: absolute; right: 10px; top: 10px;
59
+ box-shadow: 0 2px 6px rgba(0,0,0,0.4);
60
+ }
61
+ .divider { height: 1px; background: #2a2a2a; }
62
+ .chip-btn {
63
+ margin: 24px 40px 0 140px;
64
+ display: inline-block; padding: 18px 28px; border-radius: 14px;
65
+ border: 1px solid #5f6368; color: #cfd3e7; font-size: 34px;
66
+ }
67
+ .blue-dot {
68
+ width: 28px; height: 28px; border-radius: 50%; background: #4fa3ff;
69
+ box-shadow: 0 0 0 8px rgba(79,163,255,0.15);
70
+ }
71
+ .x-small { color: #bdbdbd; font-size: 40px; }
72
+ .home-indicator {
73
+ position: absolute; left: 50%; transform: translateX(-50%);
74
+ bottom: 34px; width: 360px; height: 12px; border-radius: 6px; background: #e0e0e0; opacity: 0.9;
75
+ }
76
+ </style>
77
+ </head>
78
+ <body>
79
+ <div id="render-target">
80
+
81
+ <!-- Status Bar -->
82
+ <div class="status-bar">
83
+ <div>8:12</div>
84
+ <div class="status-icons">
85
+ <!-- Signal -->
86
+ <svg class="icon" viewBox="0 0 24 24">
87
+ <path d="M3 18h2v3H3v-3zm4-5h2v8H7v-8zm4-4h2v12h-2V9zm4-4h2v16h-2V5z"/>
88
+ </svg>
89
+ <!-- WiFi -->
90
+ <svg class="icon" viewBox="0 0 24 24">
91
+ <path d="M12 18c-1 0-1.8.7-2 .9l2 2 2-2c-.2-.2-1-.9-2-.9zM2 9l2 2c2.6-2.6 6.1-3.4 8-3.4s5.4.8 8 3.4l2-2C18.9 5.5 15.6 4 12 4S5.1 5.5 2 9z"/>
92
+ </svg>
93
+ <!-- Battery -->
94
+ <svg class="icon" viewBox="0 0 24 24">
95
+ <path d="M20 7h1v10h-1V7zM3 8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V8zm3 1h11v6H6V9z"/>
96
+ </svg>
97
+ <div style="font-size:32px;color:#e0e0e0;">100%</div>
98
+ </div>
99
+ </div>
100
+
101
+ <!-- Header -->
102
+ <div class="header">
103
+ <!-- Close -->
104
+ <div class="close-btn">
105
+ <svg class="icon" viewBox="0 0 24 24">
106
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3 1.4 1.4z"/>
107
+ </svg>
108
+ </div>
109
+ <!-- Save Pill -->
110
+ <div class="save-pill">Save</div>
111
+ <!-- Chevron -->
112
+ <div class="chevron">
113
+ <svg width="100" height="24" viewBox="0 0 24 24" style="fill:#9e9e9e;">
114
+ <path d="M12 15L5 9h14l-7 6z"/>
115
+ </svg>
116
+ </div>
117
+ <!-- Title -->
118
+ <div class="title">Book Fair</div>
119
+ </div>
120
+
121
+ <!-- Content -->
122
+ <div class="section">
123
+
124
+ <!-- All-day -->
125
+ <div class="row">
126
+ <div class="left">
127
+ <svg class="icon" viewBox="0 0 24 24">
128
+ <path d="M12 1a11 11 0 100 22 11 11 0 000-22zm1 5h-2v7h7v-2h-5V6z"/>
129
+ </svg>
130
+ <div>All-day</div>
131
+ </div>
132
+ <div class="toggle"><div class="knob"></div></div>
133
+ </div>
134
+
135
+ <!-- Start Date -->
136
+ <div class="row">
137
+ <div class="left">
138
+ <div>Sun, Sep 24, 2023</div>
139
+ </div>
140
+ <div class="value">4:00 PM</div>
141
+ </div>
142
+
143
+ <!-- End Date -->
144
+ <div class="row">
145
+ <div class="left">
146
+ <div>Sun, Sep 24, 2023</div>
147
+ </div>
148
+ <div class="value">5:00 PM</div>
149
+ </div>
150
+
151
+ <!-- Time Zone -->
152
+ <div class="row">
153
+ <div class="left">
154
+ <svg class="icon" viewBox="0 0 24 24">
155
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 2c1.7 0 3.2.5 4.5 1.4L12 12H5.1A7.99 7.99 0 0112 4zM4.5 14H12l4.5 4.6A8.02 8.02 0 0112 20a8 8 0 01-7.5-6z"/>
156
+ </svg>
157
+ <div>India Standard Time</div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Repeat -->
162
+ <div class="row">
163
+ <div class="left">
164
+ <svg class="icon" viewBox="0 0 24 24">
165
+ <path d="M7 7h8V4l4 4-4 4V9H7v6h2v2H7a4 4 0 01-4-4V9h4V7z"/>
166
+ </svg>
167
+ <div>Does not repeat</div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="divider"></div>
172
+
173
+ <!-- Add people -->
174
+ <div class="row">
175
+ <div class="left">
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <path d="M16 11a4 4 0 100-8 4 4 0 000 8zM4 18c0-3.3 5-5 8-5s8 1.7 8 5v2H4v-2z"/>
178
+ </svg>
179
+ <div>Add people</div>
180
+ </div>
181
+ </div>
182
+ <div class="chip-btn">View schedules</div>
183
+
184
+ <!-- Video conferencing -->
185
+ <div class="row" style="margin-top: 8px;">
186
+ <div class="left">
187
+ <svg class="icon" viewBox="0 0 24 24">
188
+ <path d="M3 6h12a2 2 0 012 2v2l4-3v10l-4-3v2a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2z"/>
189
+ </svg>
190
+ <div>Add video conferencing</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Location -->
195
+ <div class="row">
196
+ <div class="left">
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <path d="M12 2a7 7 0 00-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z"/>
199
+ </svg>
200
+ <div>Add location</div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Notification -->
205
+ <div class="row">
206
+ <div class="left">
207
+ <svg class="icon" viewBox="0 0 24 24">
208
+ <path d="M12 22a2 2 0 002-2H10a2 2 0 002 2zm6-6V9a6 6 0 10-12 0v7L4 18v2h16v-2l-2-2z"/>
209
+ </svg>
210
+ <div>
211
+ <div>30 minutes before</div>
212
+ <div class="subtext">Add notification</div>
213
+ </div>
214
+ </div>
215
+ <div class="x-small">✕</div>
216
+ </div>
217
+
218
+ <!-- Color -->
219
+ <div class="row">
220
+ <div class="left">
221
+ <div class="blue-dot"></div>
222
+ <div>Default color</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Description -->
227
+ <div class="row">
228
+ <div class="left">
229
+ <svg class="icon" viewBox="0 0 24 24">
230
+ <path d="M4 6h16v2H4V6zm0 5h10v2H4v-2zm0 5h16v2H4v-2z"/>
231
+ </svg>
232
+ <div>Add description</div>
233
+ </div>
234
+ </div>
235
+
236
+ </div>
237
+
238
+ <div class="home-indicator"></div>
239
+ </div>
240
+ </body>
241
+ </html>
code/5054/5054_6.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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: #121212;
15
+ font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 80px;
22
+ padding: 0 32px;
23
+ color: #EDEDED;
24
+ font-weight: 600;
25
+ font-size: 34px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ background: #1A1A1A;
30
+ }
31
+ .status-icons { display: flex; gap: 28px; align-items: center; }
32
+ .status-dot { width: 14px; height: 14px; border-radius: 50%; background: #EDEDED; opacity: .9; }
33
+
34
+ /* App bar */
35
+ .app-bar {
36
+ height: 120px;
37
+ padding: 0 28px;
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: space-between;
41
+ background: #1F1F1F;
42
+ border-bottom: 1px solid #222;
43
+ }
44
+ .app-left {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 28px;
48
+ }
49
+ .hamburger {
50
+ width: 56px; height: 56px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center;
51
+ }
52
+ .app-title {
53
+ font-size: 56px;
54
+ font-weight: 600;
55
+ letter-spacing: .2px;
56
+ display: inline-flex;
57
+ align-items: center;
58
+ gap: 12px;
59
+ }
60
+ .app-right {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 34px;
64
+ }
65
+ .avatar {
66
+ width: 64px; height: 64px; background: #6F79E2; border-radius: 50%;
67
+ display: flex; align-items: center; justify-content: center; font-weight: 700;
68
+ }
69
+ .icon-btn {
70
+ width: 64px; height: 64px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
71
+ }
72
+ .icon { width: 44px; height: 44px; fill: none; stroke: #EDEDED; stroke-width: 4px; }
73
+
74
+ /* Content */
75
+ .content { padding: 24px 24px 140px 24px; }
76
+ .day-row {
77
+ display: grid;
78
+ grid-template-columns: 140px 1fr;
79
+ column-gap: 26px;
80
+ align-items: start;
81
+ margin-bottom: 26px;
82
+ }
83
+ .date-box {
84
+ padding-top: 16px;
85
+ text-align: center;
86
+ color: #BDBDBD;
87
+ }
88
+ .date-box .dow { font-size: 40px; }
89
+ .date-box .daynum { font-size: 72px; color: #EDEDED; font-weight: 600; margin-top: 8px; }
90
+
91
+ .pill {
92
+ background: #5EA8E8;
93
+ border-radius: 32px;
94
+ padding: 28px 32px;
95
+ box-sizing: border-box;
96
+ color: #fff;
97
+ }
98
+ .pill + .pill { margin-top: 22px; }
99
+ .pill.green { background: #4CA894; }
100
+ .pill-title { font-weight: 700; font-size: 44px; }
101
+ .pill-sub { font-size: 34px; opacity: .9; margin-top: 8px; }
102
+
103
+ .section-banner {
104
+ margin: 28px -24px 24px -24px;
105
+ padding: 40px 24px 0 24px;
106
+ }
107
+ .month-heading {
108
+ font-size: 60px; font-weight: 600; margin: 10px 24px 24px;
109
+ }
110
+ .img-placeholder {
111
+ width: 100%;
112
+ height: 420px;
113
+ background: #E0E0E0;
114
+ border: 1px solid #BDBDBD;
115
+ color: #757575;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ font-size: 40px;
120
+ border-radius: 8px;
121
+ }
122
+
123
+ .week-label {
124
+ color: #9E9E9E;
125
+ font-size: 34px;
126
+ margin: 32px 0 12px 166px; /* aligned under event column */
127
+ }
128
+
129
+ /* FAB */
130
+ .fab {
131
+ position: absolute;
132
+ right: 44px;
133
+ bottom: 340px;
134
+ width: 108px; height: 108px;
135
+ background: #3A3A3A;
136
+ border-radius: 28px;
137
+ box-shadow: 0 6px 18px rgba(0,0,0,.45);
138
+ display: flex; align-items: center; justify-content: center;
139
+ color: #fff; font-size: 72px; line-height: 0;
140
+ }
141
+
142
+ /* Gesture bar */
143
+ .gesture {
144
+ position: absolute;
145
+ bottom: 26px;
146
+ left: 50%; transform: translateX(-50%);
147
+ width: 280px; height: 12px; border-radius: 8px; background: #EDEDED; opacity: .9;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status bar -->
155
+ <div class="status-bar">
156
+ <div>8:13</div>
157
+ <div class="status-icons">
158
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" /></svg>
159
+ <div class="status-dot"></div>
160
+ <div>100%</div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- App bar -->
165
+ <div class="app-bar">
166
+ <div class="app-left">
167
+ <div class="hamburger">
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <path d="M3 6h18M3 12h18M3 18h18"/>
170
+ </svg>
171
+ </div>
172
+ <div class="app-title">
173
+ <span>September</span>
174
+ <svg class="icon" viewBox="0 0 24 24">
175
+ <path d="M6 9l6 6 6-6"/>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+ <div class="app-right">
180
+ <div class="icon-btn">
181
+ <svg class="icon" viewBox="0 0 24 24">
182
+ <circle cx="11" cy="11" r="7"/>
183
+ <path d="M20 20l-4-4"/>
184
+ </svg>
185
+ </div>
186
+ <div class="icon-btn">
187
+ <svg class="icon" viewBox="0 0 24 24">
188
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2"/>
189
+ <path d="M7 3v4M17 3v4M3 10h18"/>
190
+ </svg>
191
+ </div>
192
+ <div class="avatar">C</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Content -->
197
+ <div class="content">
198
+
199
+ <!-- September 24 -->
200
+ <div class="day-row">
201
+ <div class="date-box">
202
+ <div class="dow">Sun</div>
203
+ <div class="daynum">24</div>
204
+ </div>
205
+ <div>
206
+ <div class="pill">
207
+ <div class="pill-title">Book Fair</div>
208
+ <div class="pill-sub">4 – 5 PM</div>
209
+ </div>
210
+ <div class="pill">
211
+ <div class="pill-title">Casual meeting</div>
212
+ <div class="pill-sub">5:30 – 6:30 PM</div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- September 28 -->
218
+ <div class="day-row">
219
+ <div class="date-box">
220
+ <div class="dow">Thu</div>
221
+ <div class="daynum">28</div>
222
+ </div>
223
+ <div>
224
+ <div class="pill green">
225
+ <div class="pill-title">Milad un-Nabi/Id-e-Milad</div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- October banner -->
231
+ <div class="section-banner">
232
+ <div class="month-heading">October 2023</div>
233
+ <div class="img-placeholder">[IMG: Autumn harvest illustration]</div>
234
+ </div>
235
+
236
+ <!-- Oct 1–7 -->
237
+ <div class="week-label">Oct 1 – 7</div>
238
+ <div class="day-row">
239
+ <div class="date-box">
240
+ <div class="dow">Mon</div>
241
+ <div class="daynum">2</div>
242
+ </div>
243
+ <div>
244
+ <div class="pill green">
245
+ <div class="pill-title">Mahatma Gandhi Jayanti</div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Oct 8–14 -->
251
+ <div class="week-label">Oct 8 – 14</div>
252
+ <div class="day-row">
253
+ <div class="date-box">
254
+ <div class="dow">Wed</div>
255
+ <div class="daynum">11</div>
256
+ </div>
257
+ <div>
258
+ <div class="pill">
259
+ <div class="pill-title">HR meeting</div>
260
+ <div class="pill-sub">11:00 AM – 12:00 PM</div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Oct 15–21 -->
266
+ <div class="week-label">Oct 15 – 21</div>
267
+ <div class="day-row">
268
+ <div class="date-box">
269
+ <div class="dow">Sun</div>
270
+ <div class="daynum">15</div>
271
+ </div>
272
+ <div>
273
+ <div class="pill green">
274
+ <div class="pill-title">First Day of Sharad Navratri</div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Oct 20 -->
280
+ <div class="day-row" style="margin-bottom: 80px;">
281
+ <div class="date-box">
282
+ <div class="dow">Fri</div>
283
+ <div class="daynum">20</div>
284
+ </div>
285
+ <div>
286
+ <div class="pill green">
287
+ <div class="pill-title">First Day of Durga Puja Festivities</div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ </div>
293
+
294
+ <!-- Floating action button -->
295
+ <div class="fab">+</div>
296
+
297
+ <!-- Gesture bar -->
298
+ <div class="gesture"></div>
299
+ </div>
300
+ </body>
301
+ </html>
code/5056/5056_0.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Men shoes - Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 0 44px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111;
27
+ font-size: 34px;
28
+ }
29
+ .status-right {
30
+ display: flex; align-items: center; gap: 22px; color: #444;
31
+ }
32
+ .status-dot {
33
+ width: 18px; height: 18px; background: #111; border-radius: 50%;
34
+ display: inline-block;
35
+ }
36
+
37
+ /* Header */
38
+ .header {
39
+ padding: 20px 44px 10px 44px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ }
44
+ .header-left {
45
+ display: flex; align-items: center; gap: 16px;
46
+ }
47
+ .header-right {
48
+ display: flex; align-items: center; gap: 34px;
49
+ }
50
+ .icon-btn {
51
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
52
+ }
53
+ .icon { width: 44px; height: 44px; }
54
+
55
+ /* Title */
56
+ .title-wrap { padding: 10px 64px 20px 64px; }
57
+ .page-title { font-size: 68px; line-height: 1.1; font-weight: 700; margin: 18px 0 6px 0; color: #1C1C1C; }
58
+ .subtitle { font-size: 32px; color: #8B8B8B; }
59
+
60
+ /* Grid */
61
+ .grid {
62
+ padding: 10px 64px 280px 64px;
63
+ display: grid;
64
+ grid-template-columns: 1fr 1fr;
65
+ grid-column-gap: 48px;
66
+ grid-row-gap: 90px;
67
+ }
68
+ .card {}
69
+ .img-wrap {
70
+ position: relative;
71
+ height: 560px;
72
+ border-radius: 28px;
73
+ background: #E0E0E0;
74
+ border: 1px solid #BDBDBD;
75
+ display: flex; align-items: center; justify-content: center;
76
+ color: #757575; font-size: 32px; text-align: center; padding: 24px;
77
+ }
78
+ .badge {
79
+ position: absolute; top: 18px; left: 18px;
80
+ background: #222; color: #fff; font-size: 26px; font-weight: 700;
81
+ padding: 10px 16px; border-radius: 10px;
82
+ }
83
+ .overlay-left, .overlay-right, .overlay-round {
84
+ position: absolute; bottom: 22px;
85
+ background: #FFFFFF; border: 1px solid #E5E5E5;
86
+ border-radius: 28px; padding: 10px 14px; display: flex; align-items: center; gap: 10px;
87
+ box-shadow: 0 2px 6px rgba(0,0,0,0.05);
88
+ color: #555; font-size: 28px;
89
+ }
90
+ .overlay-left { left: 22px; }
91
+ .overlay-right { right: 22px; }
92
+ .overlay-round {
93
+ right: 22px; width: 62px; height: 62px; justify-content: center; padding: 0; border-radius: 50%;
94
+ }
95
+
96
+ /* Card text */
97
+ .brand { margin-top: 26px; font-size: 36px; font-weight: 700; color: #333; }
98
+ .prod { margin-top: 10px; font-size: 34px; color: #565656; line-height: 44px; }
99
+ .price-row { margin-top: 22px; display: flex; align-items: baseline; gap: 18px; }
100
+ .cur { font-size: 42px; font-weight: 800; color: #111; }
101
+ .old { font-size: 32px; color: #8C8C8C; text-decoration: line-through; }
102
+ .off { font-size: 32px; color: #2E7D32; font-weight: 700; }
103
+ .best-price { margin-top: 14px; color: #2E7D32; font-size: 30px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
104
+ .selling { margin-top: 12px; color: #B53C36; font-size: 32px; font-weight: 700; }
105
+
106
+ /* Bottom action bar */
107
+ .bottom-bar {
108
+ position: absolute; left: 0; right: 0; bottom: 0;
109
+ height: 220px; background: #0E0E0E; color: #EFEFEF;
110
+ display: flex;
111
+ border-top: 1px solid #1D1D1D;
112
+ }
113
+ .bar-item {
114
+ flex: 1; display: flex; align-items: center; justify-content: center; gap: 18px; position: relative;
115
+ border-right: 1px solid #1D1D1D;
116
+ }
117
+ .bar-item:last-child { border-right: 0; }
118
+ .bar-text { display: flex; flex-direction: column; gap: 6px; }
119
+ .bar-title { font-size: 34px; letter-spacing: 1px; font-weight: 700; }
120
+ .bar-sub { font-size: 26px; color: #BDBDBD; }
121
+ .bar-icon { width: 42px; height: 42px; fill: #EFEFEF; }
122
+
123
+ /* Home indicator */
124
+ .home-indicator {
125
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
126
+ width: 280px; height: 10px; background: #FFFFFF; border-radius: 8px; opacity: 0.9;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Top status bar -->
134
+ <div class="status-bar">
135
+ <div>9:48</div>
136
+ <div class="status-right">
137
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#555" stroke-width="2" fill="none"/></svg>
138
+ <svg class="icon" viewBox="0 0 24 24"><path d="M10 17l6-5-6-5v10z" fill="#444"/></svg>
139
+ <span class="status-dot"></span>
140
+ <span style="width:10px;height:10px;border-radius:50%;background:#111;display:inline-block;"></span>
141
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 8h14v10H3z" fill="none" stroke="#444" stroke-width="2"/><rect x="17.5" y="10" width="3" height="6" fill="#444"/></svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Header -->
146
+ <div class="header">
147
+ <div class="header-left">
148
+ <div class="icon-btn" aria-label="Back">
149
+ <svg class="icon" viewBox="0 0 24 24">
150
+ <path d="M15 5l-7 7 7 7" fill="none" stroke="#1C1C1C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+ <div class="header-right">
155
+ <div class="icon-btn" aria-label="Search">
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <circle cx="11" cy="11" r="7" stroke="#1C1C1C" stroke-width="2" fill="none"/>
158
+ <path d="M20 20l-4-4" stroke="#1C1C1C" stroke-width="2" stroke-linecap="round"/>
159
+ </svg>
160
+ </div>
161
+ <div class="icon-btn" aria-label="Wishlist">
162
+ <svg class="icon" viewBox="0 0 24 24">
163
+ <path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z" fill="none" stroke="#1C1C1C" stroke-width="2"/>
164
+ </svg>
165
+ </div>
166
+ <div class="icon-btn" aria-label="Bag">
167
+ <svg class="icon" viewBox="0 0 24 24">
168
+ <path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#1C1C1C" stroke-width="2"/>
169
+ <path d="M9 8V7a3 3 0 0 1 6 0v1" fill="none" stroke="#1C1C1C" stroke-width="2"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Title -->
176
+ <div class="title-wrap">
177
+ <div class="page-title">Men shoes</div>
178
+ <div class="subtitle">33361 Products</div>
179
+ </div>
180
+
181
+ <!-- Product Grid -->
182
+ <div class="grid">
183
+
184
+ <!-- Card 1 -->
185
+ <div class="card">
186
+ <div class="img-wrap">
187
+ <div>[IMG: Red and white running shoe]</div>
188
+ <div class="overlay-left" title="Compare">
189
+ <svg width="28" height="28" viewBox="0 0 24 24">
190
+ <path d="M6 17h6M6 12h10M6 7h8" stroke="#444" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="overlay-round" title="Wishlist">
194
+ <svg width="30" height="30" viewBox="0 0 24 24">
195
+ <path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ <div class="brand">Campus</div>
200
+ <div class="prod">Renegade Lace-Up Running Shoes</div>
201
+ <div class="price-row">
202
+ <div class="cur">₹1649</div>
203
+ <div class="old">₹2199</div>
204
+ <div class="off">25% off</div>
205
+ </div>
206
+ <div class="best-price">
207
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l2 4 4 2-4 2-2 4-2-4-4-2 4-2 2-4z" fill="#2E7D32"/></svg>
208
+ <span>Best Price ₹550</span>
209
+ </div>
210
+ <div class="selling">Selling Fast</div>
211
+ </div>
212
+
213
+ <!-- Card 2 -->
214
+ <div class="card">
215
+ <div class="img-wrap">
216
+ <div class="badge">BESTSELLER</div>
217
+ <div>[IMG: Model wearing navy tracksuit and shoes]</div>
218
+ <div class="overlay-left" title="Compare">
219
+ <svg width="28" height="28" viewBox="0 0 24 24">
220
+ <path d="M6 17h6M6 12h10M6 7h8" stroke="#444" stroke-width="2" stroke-linecap="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="overlay-right" title="Wishlist count">
224
+ <svg width="28" height="28" viewBox="0 0 24 24">
225
+ <path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"/>
226
+ </svg>
227
+ <span>5.4K</span>
228
+ </div>
229
+ </div>
230
+ <div class="brand">Puma</div>
231
+ <div class="prod">Dwane IDP Running Shoes</div>
232
+ <div class="price-row">
233
+ <div class="cur">₹1080</div>
234
+ <div class="old">₹3999</div>
235
+ <div class="off">73% off</div>
236
+ </div>
237
+ <div class="selling">Selling Fast</div>
238
+ </div>
239
+
240
+ <!-- Card 3 -->
241
+ <div class="card">
242
+ <div class="img-wrap">
243
+ <div>[IMG: Black running shoe]</div>
244
+ <div class="overlay-left" title="Compare">
245
+ <svg width="28" height="28" viewBox="0 0 24 24">
246
+ <path d="M6 17h6M6 12h10M6 7h8" stroke="#444" stroke-width="2" stroke-linecap="round"/>
247
+ </svg>
248
+ </div>
249
+ <div class="overlay-right" title="Wishlist count">
250
+ <svg width="28" height="28" viewBox="0 0 24 24">
251
+ <path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"/>
252
+ </svg>
253
+ <span>3.1K</span>
254
+ </div>
255
+ </div>
256
+ <div class="brand">NIKE</div>
257
+ </div>
258
+
259
+ <!-- Card 4 -->
260
+ <div class="card">
261
+ <div class="img-wrap">
262
+ <div class="badge">BESTSELLER</div>
263
+ <div>[IMG: White sneaker]</div>
264
+ <div class="overlay-left" title="Compare">
265
+ <svg width="28" height="28" viewBox="0 0 24 24">
266
+ <path d="M6 17h6M6 12h10M6 7h8" stroke="#444" stroke-width="2" stroke-linecap="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="overlay-right" title="Wishlist count">
270
+ <svg width="28" height="28" viewBox="0 0 24 24">
271
+ <path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"/>
272
+ </svg>
273
+ <span>9.2K</span>
274
+ </div>
275
+ </div>
276
+ <div class="brand">Puma</div>
277
+ </div>
278
+
279
+ </div>
280
+
281
+ <!-- Bottom action bar -->
282
+ <div class="bottom-bar">
283
+ <div class="bar-item">
284
+ <svg class="bar-icon" viewBox="0 0 24 24">
285
+ <path d="M8 4v8M4 8h8M16 20v-8m4 4h-8" stroke="#EFEFEF" stroke-width="2" fill="none" stroke-linecap="round"/>
286
+ </svg>
287
+ <div class="bar-text">
288
+ <div class="bar-title">SORT BY</div>
289
+ <div class="bar-sub">Relevance</div>
290
+ </div>
291
+ </div>
292
+ <div class="bar-item">
293
+ <svg class="bar-icon" viewBox="0 0 24 24">
294
+ <path d="M4 6h16v3H4zM4 11h16v7H4z" fill="none" stroke="#EFEFEF" stroke-width="2"/>
295
+ </svg>
296
+ <div class="bar-text">
297
+ <div class="bar-title">CATEGORY</div>
298
+ </div>
299
+ </div>
300
+ <div class="bar-item">
301
+ <svg class="bar-icon" viewBox="0 0 24 24">
302
+ <path d="M3 5h18l-7 7v7l-4-2v-5L3 5z" fill="none" stroke="#EFEFEF" stroke-width="2" stroke-linejoin="round"/>
303
+ </svg>
304
+ <div class="bar-text">
305
+ <div class="bar-title">FILTERS</div>
306
+ </div>
307
+ </div>
308
+ <div class="home-indicator"></div>
309
+ </div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/5056/5056_1.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0" />
6
+ <title>Product Detail - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 120px;
24
+ padding: 0 40px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ font-size: 40px;
29
+ color: #000;
30
+ box-sizing: border-box;
31
+ background: #fff;
32
+ }
33
+ .status-right { display: flex; gap: 24px; align-items: center; }
34
+ .dot { width: 12px; height: 12px; background: #111; border-radius: 50%; display: inline-block; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ position: absolute;
39
+ top: 120px; left: 0; right: 0;
40
+ height: 160px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 32px;
44
+ box-sizing: border-box;
45
+ background: #fff;
46
+ border-bottom: 1px solid #eee;
47
+ }
48
+ .app-left, .app-right { display: flex; align-items: center; }
49
+ .app-left { gap: 24px; }
50
+ .app-right { margin-left: auto; gap: 40px; padding-right: 24px; }
51
+ .icon-btn {
52
+ width: 96px; height: 96px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ border-radius: 12px;
55
+ }
56
+ .icon { width: 56px; height: 56px; fill: none; stroke: #111; stroke-width: 6; }
57
+
58
+ /* Image gallery area */
59
+ .gallery {
60
+ position: absolute;
61
+ top: 280px;
62
+ left: 40px;
63
+ right: 40px;
64
+ height: 1380px;
65
+ display: flex;
66
+ gap: 28px;
67
+ }
68
+ .hero {
69
+ position: relative;
70
+ width: 1060px;
71
+ height: 100%;
72
+ background: #E0E0E0;
73
+ border: 1px solid #BDBDBD;
74
+ display: flex; align-items: center; justify-content: center;
75
+ color: #757575;
76
+ font-size: 44px;
77
+ text-align: center;
78
+ }
79
+ .side {
80
+ flex: 1;
81
+ background: #E0E0E0;
82
+ border: 1px solid #BDBDBD;
83
+ display: flex; align-items: center; justify-content: center;
84
+ color: #757575; font-size: 36px;
85
+ }
86
+ .badge {
87
+ position: absolute;
88
+ top: 24px; left: 0;
89
+ background: #222;
90
+ color: #fff;
91
+ font-size: 36px;
92
+ padding: 16px 22px;
93
+ border-radius: 6px;
94
+ letter-spacing: 1px;
95
+ }
96
+ .pager {
97
+ position: absolute;
98
+ bottom: 24px; left: 24px;
99
+ width: 320px; height: 16px;
100
+ background: #1d1d1d;
101
+ border-radius: 8px;
102
+ }
103
+
104
+ /* Floating action chips */
105
+ .float-actions {
106
+ position: absolute;
107
+ right: 84px;
108
+ top: 880px;
109
+ display: flex;
110
+ flex-direction: column;
111
+ gap: 34px;
112
+ z-index: 2;
113
+ }
114
+ .fab {
115
+ width: 180px; height: 180px;
116
+ background: #fff;
117
+ border-radius: 50%;
118
+ box-shadow: 0 10px 24px rgba(0,0,0,0.12);
119
+ display: flex; align-items: center; justify-content: center;
120
+ border: 1px solid #e6e6e6;
121
+ position: relative;
122
+ }
123
+ .fab-label {
124
+ position: absolute;
125
+ bottom: -46px;
126
+ width: 100%;
127
+ text-align: center;
128
+ color: #777;
129
+ font-size: 32px;
130
+ letter-spacing: 0.5px;
131
+ }
132
+ .fab .icon { stroke: #444; width: 72px; height: 72px; }
133
+
134
+ /* Wishlist info strip */
135
+ .wishstrip {
136
+ position: absolute;
137
+ top: 1680px;
138
+ left: 0; right: 0;
139
+ height: 130px;
140
+ background: #F2F4F5;
141
+ border-top: 1px solid #eee;
142
+ border-bottom: 1px solid #eee;
143
+ display: flex; align-items: center;
144
+ padding: 0 40px;
145
+ box-sizing: border-box;
146
+ font-size: 40px;
147
+ color: #333;
148
+ }
149
+ .wishstrip .heart {
150
+ width: 52px; height: 52px; margin-right: 20px;
151
+ color: #E74C3C;
152
+ }
153
+
154
+ /* Product details */
155
+ .details {
156
+ position: absolute;
157
+ top: 1830px;
158
+ left: 40px; right: 40px;
159
+ }
160
+ .brand { font-size: 64px; font-weight: 700; margin-bottom: 8px; }
161
+ .title { font-size: 54px; color: #333; text-decoration: underline; margin-bottom: 24px; }
162
+ .price-row { display: flex; align-items: baseline; gap: 24px; margin: 18px 0; }
163
+ .price { font-size: 80px; font-weight: 800; }
164
+ .mrp { font-size: 52px; color: #888; text-decoration: line-through; }
165
+ .off { font-size: 52px; color: #17A34A; font-weight: 700; }
166
+ .subtle { color: #777; font-size: 38px; margin-top: 10px; }
167
+ .selling { color: #D35400; font-size: 44px; font-weight: 700; margin-top: 22px; }
168
+
169
+ /* Bottom action bar */
170
+ .bottom-bar {
171
+ position: absolute;
172
+ left: 0; right: 0; bottom: 80px;
173
+ height: 220px;
174
+ background: #fff;
175
+ border-top: 1px solid #eaeaea;
176
+ display: flex; align-items: center; gap: 24px;
177
+ padding: 0 40px;
178
+ box-sizing: border-box;
179
+ z-index: 1;
180
+ }
181
+ .mini {
182
+ width: 220px; height: 140px;
183
+ border: 1px solid #e5e5e5; border-radius: 28px;
184
+ display: flex; align-items: center; justify-content: center;
185
+ background: #fff;
186
+ }
187
+ .mini.dark {
188
+ background: #111; border-color: #111;
189
+ }
190
+ .mini .icon { width: 60px; height: 60px; }
191
+ .mini.dark .icon { stroke: #fff; }
192
+ .bag-button {
193
+ margin-left: auto;
194
+ height: 140px; width: 520px;
195
+ border-radius: 28px;
196
+ background: #eaeaea;
197
+ color: #7a7a7a;
198
+ font-size: 48px;
199
+ display: flex; align-items: center; justify-content: center;
200
+ font-weight: 700;
201
+ }
202
+ .home-indicator {
203
+ position: absolute; left: 50%; transform: translateX(-50%);
204
+ bottom: 24px;
205
+ width: 280px; height: 14px; background: #000; opacity: 0.8; border-radius: 8px;
206
+ }
207
+
208
+ /* Teaching overlay (wishlist spotlight) */
209
+ .wishlist-overlay {
210
+ position: absolute;
211
+ left: 50%;
212
+ transform: translateX(-50%);
213
+ width: 1700px; height: 1700px;
214
+ bottom: -230px; /* push down so only the top arc shows */
215
+ background: rgba(29, 45, 58, 0.92);
216
+ border-radius: 50%;
217
+ z-index: 3;
218
+ pointer-events: none;
219
+ }
220
+ .wishlist-overlay .overlay-text {
221
+ position: absolute;
222
+ top: 220px; left: 80px; right: 80px;
223
+ color: #fff;
224
+ }
225
+ .overlay-title { font-size: 72px; font-weight: 800; margin-bottom: 22px; }
226
+ .overlay-sub { font-size: 44px; line-height: 1.4; max-width: 980px; opacity: 0.95; }
227
+
228
+ .magnifier {
229
+ position: absolute;
230
+ left: 50%; transform: translateX(-50%);
231
+ bottom: 60px;
232
+ width: 820px; height: 820px;
233
+ background: rgba(255,255,255,0.95);
234
+ border-radius: 50%;
235
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
236
+ }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <!-- Status bar -->
243
+ <div class="status-bar">
244
+ <div>9:49</div>
245
+ <div class="status-right">
246
+ <svg class="icon" viewBox="0 0 48 48" style="stroke:#000;"><circle cx="18" cy="24" r="12"></circle><path d="M28 30 L38 40" /></svg>
247
+ <div class="dot"></div>
248
+ <svg class="icon" viewBox="0 0 48 48" style="stroke:#000;"><path d="M6 30 L42 30" /><path d="M12 24 L36 24" /><path d="M18 18 L30 18" /></svg>
249
+ <svg class="icon" viewBox="0 0 48 48" style="stroke:#000;"><rect x="10" y="10" width="28" height="28" rx="6"></rect><rect x="18" y="4" width="12" height="8" rx="3"></rect></svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- App Bar -->
254
+ <div class="app-bar">
255
+ <div class="app-left">
256
+ <div class="icon-btn">
257
+ <svg class="icon" viewBox="0 0 48 48"><path d="M30 8 L14 24 L30 40" /></svg>
258
+ </div>
259
+ </div>
260
+ <div class="app-right">
261
+ <div class="icon-btn">
262
+ <svg class="icon" viewBox="0 0 48 48"><circle cx="22" cy="22" r="14" /><path d="M34 34 L44 44" /></svg>
263
+ </div>
264
+ <div class="icon-btn">
265
+ <svg class="icon" viewBox="0 0 48 48"><path d="M24 40 C12 30, 18 18, 24 22 C30 18, 36 30, 24 40 Z" /></svg>
266
+ </div>
267
+ <div class="icon-btn">
268
+ <svg class="icon" viewBox="0 0 48 48">
269
+ <rect x="10" y="16" width="28" height="22" rx="4"></rect>
270
+ <path d="M18 16 v-4 a6 6 0 0 1 12 0 v4" />
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Gallery -->
277
+ <div class="gallery">
278
+ <div class="hero">
279
+ [IMG: Model wearing navy tracksuit and blue running shoes]
280
+ <div class="badge">BESTSELLER</div>
281
+ <div class="pager"></div>
282
+ </div>
283
+ <div class="side">[IMG: Close-up of navy running shoe]</div>
284
+ </div>
285
+
286
+ <!-- Floating quick actions -->
287
+ <div class="float-actions">
288
+ <div class="fab">
289
+ <svg class="icon" viewBox="0 0 48 48"><rect x="10" y="10" width="28" height="28" rx="4"></rect><path d="M24 14 V34" /><path d="M14 24 H34" /></svg>
290
+ <div class="fab-label">SIMILAR</div>
291
+ </div>
292
+ <div class="fab">
293
+ <svg class="icon" viewBox="0 0 48 48"><rect x="8" y="12" width="32" height="20" rx="3"></rect><path d="M14 14 V30 M22 14 V30 M30 14 V30" /></svg>
294
+ <div class="fab-label">SIZE</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Wishlist strip -->
299
+ <div class="wishstrip">
300
+ <svg class="heart" viewBox="0 0 48 48">
301
+ <path d="M24 40 C10 30, 6 22, 12 16 C16 12, 22 14, 24 18 C26 14, 32 12, 36 16 C42 22, 38 30, 24 40 Z" fill="#E74C3C" stroke="#E74C3C" stroke-width="2"/>
302
+ </svg>
303
+ <div>5.4K shoppers wishlisted in last 30 days</div>
304
+ </div>
305
+
306
+ <!-- Details -->
307
+ <div class="details">
308
+ <div class="brand">Puma</div>
309
+ <div class="title">Dwane IDP Running Shoes</div>
310
+
311
+ <div class="price-row">
312
+ <div class="price">₹1,080</div>
313
+ <div class="mrp">MRP ₹3,999</div>
314
+ <div class="off">73% off</div>
315
+ </div>
316
+ <div class="subtle">Price inclusive of all taxes.</div>
317
+ <div class="selling">Selling Fast</div>
318
+ </div>
319
+
320
+ <!-- Bottom bar (underlay) -->
321
+ <div class="bottom-bar">
322
+ <div class="mini">
323
+ <svg class="icon" viewBox="0 0 48 48">
324
+ <circle cx="12" cy="12" r="6"></circle>
325
+ <circle cx="36" cy="8" r="6"></circle>
326
+ <circle cx="36" cy="32" r="6"></circle>
327
+ <path d="M12 12 L36 8 M12 12 L36 32" />
328
+ </svg>
329
+ </div>
330
+ <div class="mini">
331
+ <svg class="icon" viewBox="0 0 48 48"><path d="M24 40 C12 30, 18 18, 24 22 C30 18, 36 30, 24 40 Z" /></svg>
332
+ </div>
333
+ <div class="mini dark">
334
+ <svg class="icon" viewBox="0 0 48 48"><rect x="10" y="16" width="28" height="22" rx="4"></rect><path d="M18 16 v-4 a6 6 0 0 1 12 0 v4" /></svg>
335
+ </div>
336
+ <div class="bag-button">Add To Bag</div>
337
+ </div>
338
+
339
+ <!-- Teaching overlay spotlight -->
340
+ <div class="wishlist-overlay">
341
+ <div class="overlay-text">
342
+ <div class="overlay-title">Wishlist for later!</div>
343
+ <div class="overlay-sub">Love a product? Tap this heart and we will wishlist it for you.</div>
344
+ </div>
345
+ <div class="magnifier"></div>
346
+ </div>
347
+
348
+ <div class="home-indicator"></div>
349
+ </div>
350
+ </body>
351
+ </html>
code/5056/5056_2.html ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Product Detail - Running Shoes</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1440px;
13
+ height: 3120px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top bars */
18
+ .status-bar {
19
+ height: 80px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #111;
25
+ font-weight: 600;
26
+ font-size: 36px;
27
+ }
28
+ .top-appbar {
29
+ height: 160px;
30
+ border-bottom: 1px solid #ECECEC;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 28px;
34
+ gap: 16px;
35
+ }
36
+ .app-actions {
37
+ margin-left: auto;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 36px;
41
+ }
42
+ .icon {
43
+ width: 56px;
44
+ height: 56px;
45
+ }
46
+ .icon-sm { width: 44px; height: 44px; }
47
+
48
+ /* Image gallery */
49
+ .gallery-wrap {
50
+ position: relative;
51
+ padding: 24px 24px 0 24px;
52
+ }
53
+ .product-image {
54
+ width: 1392px;
55
+ height: 1240px;
56
+ background: #E0E0E0;
57
+ border: 1px solid #BDBDBD;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ color: #616161;
62
+ font-size: 40px;
63
+ text-align: center;
64
+ line-height: 1.25;
65
+ }
66
+ .tag-badge {
67
+ position: absolute;
68
+ top: 48px;
69
+ left: 24px;
70
+ background: #111;
71
+ color: #fff;
72
+ padding: 16px 28px;
73
+ font-size: 36px;
74
+ border-radius: 8px;
75
+ letter-spacing: .5px;
76
+ }
77
+
78
+ /* Floating actions (Similar, Size) */
79
+ .float-actions {
80
+ position: absolute;
81
+ right: 40px;
82
+ top: 540px;
83
+ display: flex;
84
+ flex-direction: column;
85
+ align-items: center;
86
+ gap: 40px;
87
+ }
88
+ .chip-circle {
89
+ width: 144px;
90
+ height: 144px;
91
+ background: #fff;
92
+ border-radius: 50%;
93
+ border: 1px solid #E5E5E5;
94
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .chip-label {
100
+ margin-top: 10px;
101
+ font-size: 30px;
102
+ color: #4F4F4F;
103
+ text-align: center;
104
+ }
105
+
106
+ /* Wishlist pill */
107
+ .wishlist-prompt {
108
+ margin: 18px 24px 0 24px;
109
+ padding: 26px 28px;
110
+ border-top: 1px solid #EFEFEF;
111
+ border-bottom: 1px solid #EFEFEF;
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 18px;
115
+ background: #F8F8F8;
116
+ font-size: 36px;
117
+ font-weight: 600;
118
+ color: #222;
119
+ }
120
+
121
+ /* Product details */
122
+ .detail {
123
+ padding: 36px 40px 0 40px;
124
+ }
125
+ .brand {
126
+ font-size: 60px;
127
+ font-weight: 700;
128
+ letter-spacing: .2px;
129
+ }
130
+ .title {
131
+ font-size: 48px;
132
+ color: #777;
133
+ margin-top: 12px;
134
+ }
135
+ .price-row {
136
+ margin-top: 32px;
137
+ display: flex;
138
+ align-items: baseline;
139
+ gap: 22px;
140
+ }
141
+ .price {
142
+ font-size: 72px;
143
+ font-weight: 800;
144
+ }
145
+ .mrp {
146
+ font-size: 44px;
147
+ color: #8a8a8a;
148
+ text-decoration: line-through;
149
+ }
150
+ .off {
151
+ font-size: 44px;
152
+ color: #2E7D32;
153
+ font-weight: 700;
154
+ }
155
+ .tax-note {
156
+ margin-top: 12px;
157
+ color: #9E9E9E;
158
+ font-size: 36px;
159
+ }
160
+ .fast {
161
+ margin-top: 18px;
162
+ color: #D32F2F;
163
+ font-size: 40px;
164
+ font-weight: 700;
165
+ }
166
+
167
+ /* Offers card */
168
+ .offer-card {
169
+ margin: 40px;
170
+ border: 1px solid #E2E2E2;
171
+ border-radius: 18px;
172
+ padding: 32px;
173
+ display: flex;
174
+ align-items: center;
175
+ gap: 24px;
176
+ background: #fff;
177
+ }
178
+ .offer-text {
179
+ font-size: 36px;
180
+ color: #333;
181
+ line-height: 1.35;
182
+ flex: 1;
183
+ }
184
+ .offer-cta {
185
+ width: 320px;
186
+ min-height: 170px;
187
+ border-radius: 16px;
188
+ background: #F3F5F7;
189
+ color: #7A8A99;
190
+ display: flex;
191
+ flex-direction: column;
192
+ align-items: center;
193
+ justify-content: center;
194
+ gap: 12px;
195
+ font-size: 36px;
196
+ text-align: center;
197
+ }
198
+ .offer-cta a {
199
+ color: #2F6FE4;
200
+ text-decoration: none;
201
+ font-weight: 700;
202
+ font-size: 34px;
203
+ }
204
+ .more-offers {
205
+ margin: 0 40px;
206
+ color: #2F6FE4;
207
+ font-size: 38px;
208
+ font-weight: 700;
209
+ }
210
+
211
+ /* Bottom action bar */
212
+ .bottom-bar {
213
+ position: absolute;
214
+ left: 0;
215
+ right: 0;
216
+ bottom: 120px;
217
+ background: #fff;
218
+ border-top: 1px solid #E9E9E9;
219
+ height: 240px;
220
+ display: flex;
221
+ align-items: center;
222
+ padding: 0 36px;
223
+ gap: 28px;
224
+ }
225
+ .circle-btn {
226
+ width: 180px;
227
+ height: 160px;
228
+ border: 1px solid #E7E7E7;
229
+ border-radius: 24px;
230
+ background: #FAFAFA;
231
+ display: flex;
232
+ align-items: center;
233
+ justify-content: center;
234
+ }
235
+ .add-to-bag {
236
+ flex: 1;
237
+ height: 160px;
238
+ border-radius: 24px;
239
+ background: #111;
240
+ color: #fff;
241
+ display: flex;
242
+ align-items: center;
243
+ justify-content: center;
244
+ gap: 18px;
245
+ font-size: 48px;
246
+ font-weight: 700;
247
+ }
248
+ .home-indicator {
249
+ position: absolute;
250
+ bottom: 40px;
251
+ left: 50%;
252
+ transform: translateX(-50%);
253
+ width: 260px;
254
+ height: 10px;
255
+ background: #DADADA;
256
+ border-radius: 10px;
257
+ }
258
+ </style>
259
+ </head>
260
+ <body>
261
+ <div id="render-target">
262
+
263
+ <!-- Status bar (time + symbols) -->
264
+ <div class="status-bar">
265
+ <div>9:49</div>
266
+ <div style="display:flex; align-items:center; gap:20px;">
267
+ <!-- small symbols placeholders -->
268
+ <svg class="icon-sm" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#111"/></svg>
269
+ <svg class="icon-sm" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#111"/></svg>
270
+ <svg class="icon-sm" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#111"/></svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- App bar -->
275
+ <div class="top-appbar">
276
+ <!-- Back icon -->
277
+ <svg class="icon" viewBox="0 0 24 24">
278
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+
281
+ <div class="app-actions">
282
+ <!-- Search -->
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#111" stroke-width="2"/>
285
+ <path d="M16.5 16.5L21 21" stroke="#111" stroke-width="2" stroke-linecap="round"/>
286
+ </svg>
287
+ <!-- Heart -->
288
+ <svg class="icon" viewBox="0 0 24 24">
289
+ <path d="M12 20s-7-4.4-7-9.5C5 7 7 5 9.5 5 11 5 12 6 12 6s1-1 2.5-1C17 5 19 7 19 10.5 19 15.6 12 20 12 20z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
290
+ </svg>
291
+ <!-- Bag -->
292
+ <svg class="icon" viewBox="0 0 24 24">
293
+ <path d="M6 8h12l-1 11H7L6 8z" fill="none" stroke="#111" stroke-width="2"/>
294
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" fill="none" stroke="#111" stroke-width="2"/>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Gallery -->
300
+ <div class="gallery-wrap">
301
+ <div class="tag-badge">BESTSELLER</div>
302
+ <div class="product-image">[IMG: Model wearing navy tracksuit seated, blue running shoes displayed]</div>
303
+
304
+ <!-- Floating actions -->
305
+ <div class="float-actions">
306
+ <div style="display:flex; flex-direction:column; align-items:center;">
307
+ <div class="chip-circle">
308
+ <!-- Document icon -->
309
+ <svg class="icon" viewBox="0 0 24 24">
310
+ <path d="M7 3h7l5 5v13H7z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
311
+ <path d="M14 3v6h6" fill="none" stroke="#111" stroke-width="2"/>
312
+ </svg>
313
+ </div>
314
+ <div class="chip-label">SIMILAR</div>
315
+ </div>
316
+
317
+ <div style="display:flex; flex-direction:column; align-items:center;">
318
+ <div class="chip-circle">
319
+ <!-- Ruler icon -->
320
+ <svg class="icon" viewBox="0 0 24 24">
321
+ <rect x="3" y="9" width="18" height="6" rx="2" fill="none" stroke="#111" stroke-width="2"/>
322
+ <path d="M7 9v6M11 9v6M15 9v6" stroke="#111" stroke-width="2"/>
323
+ </svg>
324
+ </div>
325
+ <div class="chip-label">SIZE</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Wishlist info -->
331
+ <div class="wishlist-prompt">
332
+ <svg class="icon-sm" viewBox="0 0 24 24">
333
+ <path d="M12 20s-7-4.4-7-9.5C5 7 7 5 9.5 5 11 5 12 6 12 6s1-1 2.5-1C17 5 19 7 19 10.5 19 15.6 12 20 12 20z" fill="#E53935"/>
334
+ </svg>
335
+ <div>5.4K shoppers wishlisted in last 30 days</div>
336
+ </div>
337
+
338
+ <!-- Details -->
339
+ <div class="detail">
340
+ <div class="brand">Puma</div>
341
+ <div class="title">Dwane IDP Running Shoes</div>
342
+
343
+ <div class="price-row">
344
+ <div class="price">₹1,080</div>
345
+ <div class="mrp">MRP ₹3,999</div>
346
+ <div class="off">73% off</div>
347
+ </div>
348
+ <div class="tax-note">Price inclusive of all taxes.</div>
349
+ <div class="fast">Selling Fast</div>
350
+ </div>
351
+
352
+ <!-- Offer card -->
353
+ <div class="offer-card">
354
+ <div class="offer-text">
355
+ Get Flat Rs. 75 Mobikwik Cashback on a minimum transaction of Rs 999 on paying using Mobikwik wallet for the first time.
356
+ </div>
357
+ <div class="offer-cta">
358
+ <div>MOBIKWIK</div>
359
+ <div>OFFER</div>
360
+ <a href="#">T&amp;C</a>
361
+ </div>
362
+ </div>
363
+ <div class="more-offers">+ 13 more offers</div>
364
+
365
+ <!-- Bottom action bar -->
366
+ <div class="bottom-bar">
367
+ <div class="circle-btn">
368
+ <!-- Share icon -->
369
+ <svg class="icon" viewBox="0 0 24 24">
370
+ <circle cx="6" cy="12" r="2" fill="#111"/>
371
+ <circle cx="18" cy="6" r="2" fill="#111"/>
372
+ <circle cx="18" cy="18" r="2" fill="#111"/>
373
+ <path d="M8 12l8-6M8 12l8 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
374
+ </svg>
375
+ </div>
376
+ <div class="circle-btn">
377
+ <!-- Heart outline -->
378
+ <svg class="icon" viewBox="0 0 24 24">
379
+ <path d="M12 20s-7-4.4-7-9.5C5 7 7 5 9.5 5 11 5 12 6 12 6s1-1 2.5-1C17 5 19 7 19 10.5 19 15.6 12 20 12 20z" fill="none" stroke="#111" stroke-width="2"/>
380
+ </svg>
381
+ </div>
382
+ <div class="add-to-bag">
383
+ <!-- Bag icon -->
384
+ <svg class="icon" viewBox="0 0 24 24" style="filter: invert(1);">
385
+ <path d="M6 8h12l-1 11H7L6 8z" fill="none" stroke="#fff" stroke-width="2"/>
386
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" fill="none" stroke="#fff" stroke-width="2"/>
387
+ </svg>
388
+ <span>Add To Bag</span>
389
+ </div>
390
+ </div>
391
+
392
+ <div class="home-indicator"></div>
393
+ </div>
394
+ </body>
395
+ </html>
code/5056/5056_3.html ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Product Detail Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#111; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 48px;
21
+ display: flex;
22
+ align-items: center;
23
+ font-weight: 600;
24
+ font-size: 48px;
25
+ color:#1a1a1a;
26
+ }
27
+ .status-bar .right {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 28px;
32
+ }
33
+ .dot { width: 18px; height: 18px; background:#111; border-radius:50%; display:inline-block; }
34
+
35
+ /* App bar */
36
+ .app-bar {
37
+ height: 160px;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 36px 0 24px;
41
+ border-bottom: 2px solid #eeeeee;
42
+ }
43
+ .left-actions { display: flex; align-items: center; gap: 24px; }
44
+ .right-actions { margin-left: auto; display:flex; align-items:center; gap: 36px; }
45
+ .icon-btn { width: 84px; height: 84px; display:flex; align-items:center; justify-content:center; }
46
+ .icon { width: 48px; height: 48px; fill: none; stroke:#111; stroke-width: 6; }
47
+
48
+ /* Content area */
49
+ .content { padding: 48px; }
50
+ .brand { font-size: 60px; font-weight: 700; margin-top: 8px; }
51
+ .title { font-size: 50px; color:#666; margin-top: 14px; }
52
+ .price-row { display:flex; align-items: baseline; gap: 22px; margin-top: 28px; }
53
+ .price { font-size: 80px; font-weight: 800; }
54
+ .mrp { font-size: 46px; color:#888; text-decoration: line-through; }
55
+ .off { font-size: 56px; color:#0a8f3b; font-weight: 700; }
56
+ .tax { font-size: 42px; color:#8a8a8a; margin-top: 12px; }
57
+ .fast { font-size: 46px; color:#d32f2f; margin-top: 22px; font-weight: 700; }
58
+
59
+ .offer-card {
60
+ margin-top: 56px;
61
+ border: 2px solid #e3e3e3;
62
+ border-radius: 18px;
63
+ display: flex;
64
+ overflow: hidden;
65
+ }
66
+ .offer-text { padding: 42px; font-size: 44px; color:#333; line-height: 1.35; flex: 1; background:#fafafa; }
67
+ .offer-side {
68
+ width: 360px; min-height: 220px;
69
+ background:#eef1f4;
70
+ border-left: 2px solid #e0e0e0;
71
+ display:flex; flex-direction:column; align-items:center; justify-content:center;
72
+ color:#7b8a99; font-size:46px; gap: 18px; text-align:center;
73
+ }
74
+ .more-offers { text-align: right; color:#2f6ea5; font-weight:700; font-size: 46px; margin-top: 30px; }
75
+
76
+ .divider { height: 24px; background:#f2f4f6; margin: 64px -48px 0 -48px; }
77
+
78
+ /* Color section */
79
+ .section { padding: 64px 0; }
80
+ .section h3 { margin:0; font-size: 60px; }
81
+ .subtle { color:#666; font-size: 46px; margin-top: 18px; }
82
+ .swatch {
83
+ width: 150px; height:150px; border-radius:50%;
84
+ border: 10px solid #111; display:flex; align-items:center; justify-content:center;
85
+ margin-top: 32px; overflow:hidden; background:#E0E0E0;
86
+ }
87
+ .swatch span { font-size: 34px; color:#555; }
88
+
89
+ /* Size section */
90
+ .size-header { display:flex; align-items:center; }
91
+ .badge {
92
+ margin-left: 18px; border: 4px solid #ffcc66; color:#e09a00;
93
+ padding: 6px 14px; border-radius: 10px; font-weight:700; font-size: 40px;
94
+ }
95
+ .link { margin-left:auto; color:#2f6ea5; font-weight:700; font-size: 44px; }
96
+ .sizes { display:flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
97
+ .size-box {
98
+ width: 160px; height: 120px; border: 2px solid #d9d9d9; border-radius: 22px;
99
+ display:flex; align-items:center; justify-content:center; font-size: 52px; color:#333;
100
+ background:#fff; position: relative;
101
+ }
102
+ .size-box.disabled { background:#f1f1f1; color:#888; }
103
+ .size-box .strike {
104
+ position:absolute; width: 180px; height: 0; border-top: 6px solid #222; transform: rotate(-35deg);
105
+ }
106
+
107
+ /* Delivery section */
108
+ .row { display:flex; align-items:center; }
109
+ .row .link { margin-left:auto; }
110
+
111
+ /* Bottom bar */
112
+ .bottom-bar {
113
+ position: absolute;
114
+ left: 0; right: 0; bottom: 120px;
115
+ padding: 24px 36px;
116
+ }
117
+ .bottom-wrap {
118
+ background:#fff;
119
+ border-radius: 28px;
120
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
121
+ padding: 24px;
122
+ display:flex; align-items:center; gap: 24px;
123
+ }
124
+ .square-btn {
125
+ width: 220px; height: 160px; border-radius: 28px; border: 2px solid #eee;
126
+ display:flex; align-items:center; justify-content:center; background:#f7f7f7;
127
+ }
128
+ .cta {
129
+ flex: 1;
130
+ height: 160px; border-radius: 28px; background:#111; color:#fff;
131
+ display:flex; align-items:center; justify-content:center; gap: 20px;
132
+ font-size: 58px; font-weight: 700;
133
+ }
134
+ .cta .icon { stroke:#fff; }
135
+
136
+ /* Home pill */
137
+ .home-pill {
138
+ position: absolute; left: 50%; transform: translateX(-50%);
139
+ bottom: 42px; width: 320px; height: 16px; background:#e6e6e6; border-radius: 12px;
140
+ }
141
+
142
+ /* Utility */
143
+ .muted { color:#9e9e9e; }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status Bar -->
150
+ <div class="status-bar">
151
+ 9:50
152
+ <div class="right">
153
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"></circle><path d="M11 7v5l3 2" stroke-linecap="round" stroke-linejoin="round"></path></svg>
154
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="8"></circle></svg>
155
+ <span class="dot"></span>
156
+ <span class="dot" style="opacity:.5"></span>
157
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke-linecap="round"></path><path d="M19 6l2 6-2 6" stroke-linecap="round" stroke-linejoin="round"></path></svg>
158
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2"></rect><path d="M20 6v12" stroke-width="8" opacity=".3"></path></svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- App Bar -->
163
+ <div class="app-bar">
164
+ <div class="left-actions">
165
+ <div class="icon-btn">
166
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke-linecap="round" stroke-linejoin="round"></path></svg>
167
+ </div>
168
+ </div>
169
+ <div class="right-actions">
170
+ <div class="icon-btn">
171
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-4-4"></path></svg>
172
+ </div>
173
+ <div class="icon-btn">
174
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s7-4.5 7-10a4 4 0 0 0-7-2 4 4 0 0 0-7 2c0 5.5 7 10 7 10z" fill="none"></path></svg>
175
+ </div>
176
+ <div class="icon-btn">
177
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 7h10v12H7z"></path><path d="M9 7V6a3 3 0 0 1 6 0v1" fill="none"></path></svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Content -->
183
+ <div class="content">
184
+ <div class="brand">Puma</div>
185
+ <div class="title">Dwane IDP Running Shoes</div>
186
+
187
+ <div class="price-row">
188
+ <div class="price">₹1,080</div>
189
+ <div class="mrp">MRP ₹3,999</div>
190
+ <div class="off">73% off</div>
191
+ </div>
192
+ <div class="tax">Price inclusive of all taxes.</div>
193
+ <div class="fast">Selling Fast</div>
194
+
195
+ <div class="offer-card">
196
+ <div class="offer-text">
197
+ Get Flat Rs. 75 Mobikwik Cashback on a minimum transaction of Rs 999 on paying using Mobikwik wallet for the first time.
198
+ </div>
199
+ <div class="offer-side">
200
+ <div>MOBIKWIK</div>
201
+ <div>OFFER</div>
202
+ <div style="color:#2f6ea5; font-weight:700; font-size:44px;">T&amp;C</div>
203
+ </div>
204
+ </div>
205
+ <div class="more-offers">+ 13 more offers</div>
206
+
207
+ <div class="divider"></div>
208
+
209
+ <div class="section">
210
+ <h3>Color</h3>
211
+ <div class="subtle">Black</div>
212
+ <div class="swatch">
213
+ <span>[IMG: Black color swatch]</span>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="divider"></div>
218
+
219
+ <div class="section">
220
+ <div class="size-header">
221
+ <h3>Select Size</h3>
222
+ <div class="badge">UK</div>
223
+ <div class="link">Size chart</div>
224
+ </div>
225
+
226
+ <div class="sizes">
227
+ <div class="size-box">6</div>
228
+ <div class="size-box disabled">
229
+ 7
230
+ <span class="strike"></span>
231
+ </div>
232
+ <div class="size-box">8</div>
233
+ <div class="size-box">9</div>
234
+ <div class="size-box disabled">
235
+ 10
236
+ <span class="strike"></span>
237
+ </div>
238
+ <div class="size-box disabled" style="background:#efefef;">
239
+ 11
240
+ <span class="strike"></span>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="divider"></div>
246
+
247
+ <div class="section">
248
+ <div class="row">
249
+ <h3>Delivery Details</h3>
250
+ <div class="link">Check delivery date</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Bottom action bar -->
256
+ <div class="bottom-bar">
257
+ <div class="bottom-wrap">
258
+ <div class="square-btn">
259
+ <svg class="icon" viewBox="0 0 24 24">
260
+ <path d="M4 12v6a2 2 0 0 0 2 2h12" stroke-linecap="round"></path>
261
+ <path d="M8 8l8-5v10l-8-5z" fill="none"></path>
262
+ </svg>
263
+ </div>
264
+ <div class="square-btn">
265
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s7-4.5 7-10a4 4 0 0 0-7-2 4 4 0 0 0-7 2c0 5.5 7 10 7 10z"></path></svg>
266
+ </div>
267
+ <div class="cta">
268
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 7h10v12H7z"></path><path d="M9 7V6a3 3 0 0 1 6 0v1" fill="none"></path></svg>
269
+ <span>Add To Bag</span>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="home-pill"></div>
275
+ </div>
276
+ </body>
277
+ </html>
code/5056/5056_4.html ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Product Page UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Header */
20
+ .header {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ right: 0;
25
+ height: 220px;
26
+ background: #fff;
27
+ border-bottom: 1px solid #e8e8e8;
28
+ }
29
+ .header-inner {
30
+ position: absolute;
31
+ bottom: 20px;
32
+ left: 40px;
33
+ right: 40px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ }
38
+ .icon-btn {
39
+ width: 64px;
40
+ height: 64px;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ border-radius: 12px;
45
+ background: transparent;
46
+ }
47
+ .icon-btn svg { width: 36px; height: 36px; stroke: #111; }
48
+ .nav-left { display: flex; gap: 16px; align-items: center; }
49
+ .nav-right { display: flex; gap: 32px; align-items: center; }
50
+
51
+ /* Content container */
52
+ .content {
53
+ position: absolute;
54
+ top: 220px;
55
+ left: 0;
56
+ right: 0;
57
+ padding: 0 48px 280px 48px; /* bottom padding to make room for sticky bar */
58
+ }
59
+ .divider {
60
+ height: 24px;
61
+ background: #f1f3f5;
62
+ margin: 20px -48px 20px -48px;
63
+ border-top: 1px solid #e9ecef;
64
+ border-bottom: 1px solid #e9ecef;
65
+ }
66
+
67
+ /* Section titles */
68
+ .section {
69
+ padding: 24px 0;
70
+ }
71
+ .section-head {
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: space-between;
75
+ margin-bottom: 16px;
76
+ }
77
+ .section-head h2 {
78
+ margin: 0;
79
+ font-size: 48px;
80
+ font-weight: 700;
81
+ color: #222;
82
+ }
83
+ .link {
84
+ color: #1a73e8;
85
+ font-weight: 600;
86
+ font-size: 38px;
87
+ }
88
+ .subtle {
89
+ color: #666;
90
+ font-size: 34px;
91
+ }
92
+
93
+ /* Size selector */
94
+ .unit-pill {
95
+ display: inline-flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ border: 2px solid #f3c170;
99
+ color: #d99200;
100
+ font-weight: 700;
101
+ border-radius: 10px;
102
+ padding: 6px 12px;
103
+ margin-left: 16px;
104
+ font-size: 30px;
105
+ }
106
+ .sizes {
107
+ display: flex;
108
+ gap: 24px;
109
+ flex-wrap: wrap;
110
+ margin-top: 12px;
111
+ }
112
+ .size {
113
+ width: 160px;
114
+ height: 120px;
115
+ border: 1px solid #d9d9d9;
116
+ border-radius: 18px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ font-size: 44px;
121
+ font-weight: 600;
122
+ color: #222;
123
+ background: #fff;
124
+ box-shadow: 0 2px 0 #eee;
125
+ position: relative;
126
+ }
127
+ .size.disabled {
128
+ background: #f5f5f5;
129
+ color: #888;
130
+ }
131
+ .size.disabled::after {
132
+ content: "";
133
+ position: absolute;
134
+ left: 22%;
135
+ right: 22%;
136
+ top: 12%;
137
+ bottom: 12%;
138
+ border-top: 4px solid #222;
139
+ transform: rotate(-35deg);
140
+ opacity: 0.7;
141
+ }
142
+
143
+ /* Bank offers */
144
+ .offer {
145
+ display: grid;
146
+ grid-template-columns: 76px 1fr;
147
+ gap: 24px;
148
+ padding: 16px 0;
149
+ }
150
+ .offer-title {
151
+ font-size: 38px;
152
+ margin: 0 0 8px 0;
153
+ font-weight: 600;
154
+ }
155
+ .offer .tc {
156
+ color: #1a73e8;
157
+ font-weight: 600;
158
+ font-size: 34px;
159
+ }
160
+
161
+ .bank-icon, .trust-icon {
162
+ width: 64px;
163
+ height: 64px;
164
+ }
165
+ .trust-row {
166
+ margin-top: 40px;
167
+ display: grid;
168
+ grid-template-columns: repeat(3, 1fr);
169
+ gap: 40px;
170
+ text-align: center;
171
+ padding-bottom: 200px;
172
+ }
173
+ .trust-item h4 {
174
+ margin: 18px 0 0 0;
175
+ font-size: 36px;
176
+ font-weight: 700;
177
+ }
178
+
179
+ /* Sticky action bar */
180
+ .sticky-bar {
181
+ position: absolute;
182
+ left: 0;
183
+ right: 0;
184
+ bottom: 80px;
185
+ height: 200px;
186
+ background: #ffffff;
187
+ border-top: 1px solid #e5e5e5;
188
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
189
+ display: flex;
190
+ align-items: center;
191
+ gap: 24px;
192
+ padding: 0 48px;
193
+ }
194
+ .pill-btn {
195
+ height: 120px;
196
+ border-radius: 26px;
197
+ display: inline-flex;
198
+ align-items: center;
199
+ justify-content: center;
200
+ font-size: 44px;
201
+ font-weight: 700;
202
+ border: 1px solid #e0e0e0;
203
+ background: #f8f8f8;
204
+ color: #222;
205
+ width: 160px;
206
+ gap: 16px;
207
+ }
208
+ .favorite { width: 160px; }
209
+ .cta {
210
+ flex: 1;
211
+ height: 120px;
212
+ border-radius: 30px;
213
+ background: #111;
214
+ color: #fff;
215
+ display: inline-flex;
216
+ align-items: center;
217
+ justify-content: center;
218
+ gap: 20px;
219
+ font-size: 44px;
220
+ font-weight: 700;
221
+ }
222
+ .cta svg { stroke: #fff; }
223
+
224
+ /* Home indicator */
225
+ .home-indicator {
226
+ position: absolute;
227
+ bottom: 24px;
228
+ left: 50%;
229
+ transform: translateX(-50%);
230
+ width: 420px;
231
+ height: 18px;
232
+ border-radius: 12px;
233
+ background: #d8d8d8;
234
+ }
235
+ </style>
236
+ </head>
237
+ <body>
238
+ <div id="render-target">
239
+
240
+ <!-- Header -->
241
+ <div class="header">
242
+ <div class="header-inner">
243
+ <div class="nav-left">
244
+ <button class="icon-btn" aria-label="Back">
245
+ <svg viewBox="0 0 36 36" fill="none" stroke-width="3">
246
+ <path d="M22 6 L10 18 L22 30" />
247
+ </svg>
248
+ </button>
249
+ </div>
250
+ <div class="nav-right">
251
+ <button class="icon-btn" aria-label="Search">
252
+ <svg viewBox="0 0 36 36" fill="none" stroke-width="3">
253
+ <circle cx="16" cy="16" r="10" />
254
+ <path d="M26 26 L34 34" />
255
+ </svg>
256
+ </button>
257
+ <button class="icon-btn" aria-label="Wishlist">
258
+ <svg viewBox="0 0 36 36" fill="none" stroke-width="3">
259
+ <path d="M18 30 C12 24,4 20,4 12 C4 8,7 6,10 6 C12 6,14 7,16 9 C18 7,20 6,22 6 C25 6,28 8,28 12 C28 20,20 24,18 30 Z"/>
260
+ </svg>
261
+ </button>
262
+ <button class="icon-btn" aria-label="Bag">
263
+ <svg viewBox="0 0 36 36" fill="none" stroke-width="3">
264
+ <path d="M8 12 H28 L30 30 H6 Z"/>
265
+ <path d="M12 12 C12 8 14 6 18 6 C22 6 24 8 24 12" />
266
+ </svg>
267
+ </button>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Content -->
273
+ <div class="content">
274
+ <!-- Select Size -->
275
+ <div class="section">
276
+ <div class="section-head">
277
+ <h2>Select Size <span class="unit-pill">UK</span></h2>
278
+ <div class="link">Size chart</div>
279
+ </div>
280
+ <div class="sizes">
281
+ <div class="size">6</div>
282
+ <div class="size disabled">7</div>
283
+ <div class="size">8</div>
284
+ <div class="size">9</div>
285
+ <div class="size disabled">10</div>
286
+ <div class="size disabled">11</div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="divider"></div>
291
+
292
+ <!-- Delivery Details -->
293
+ <div class="section">
294
+ <div class="section-head">
295
+ <h2>Delivery Details</h2>
296
+ <div class="link">Check delivery date</div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="divider"></div>
301
+
302
+ <!-- Bank Offers -->
303
+ <div class="section">
304
+ <div class="section-head">
305
+ <h2>Bank Offers</h2>
306
+ <div class="link">+ 6 more offers</div>
307
+ </div>
308
+
309
+ <div class="offer">
310
+ <div class="bank-icon">
311
+ <svg viewBox="0 0 64 64" fill="none" stroke="#111" stroke-width="3">
312
+ <path d="M8 24 L32 10 L56 24 Z"/>
313
+ <path d="M16 26 V46 M48 26 V46 M8 46 H56"/>
314
+ <circle cx="32" cy="34" r="5" />
315
+ </svg>
316
+ </div>
317
+ <div>
318
+ <p class="offer-title">Save ₹29 by choosing Prepaid over COD</p>
319
+ <div class="link tc">T&amp;C Apply</div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="offer">
324
+ <div class="bank-icon">
325
+ <svg viewBox="0 0 64 64" fill="none" stroke="#111" stroke-width="3">
326
+ <path d="M8 24 L32 10 L56 24 Z"/>
327
+ <path d="M16 26 V46 M48 26 V46 M8 46 H56"/>
328
+ <circle cx="32" cy="34" r="5" />
329
+ </svg>
330
+ </div>
331
+ <div>
332
+ <p class="offer-title">Get Extra 5% off upto Rs. 100 by using your Flash.co email ID. Exclusive for Flash.co email ID users.</p>
333
+ <div class="link tc">T&amp;C Apply</div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="divider"></div>
339
+
340
+ <!-- Product Details -->
341
+ <div class="section">
342
+ <div class="section-head">
343
+ <h2>Product Details</h2>
344
+ <div class="link">+ More</div>
345
+ </div>
346
+ <ul class="subtle" style="list-style: disc; padding-left: 48px; line-height: 1.8; margin: 0;">
347
+ <li>Wipe with a clean, dry cloth when needed</li>
348
+ <li>Textile upper</li>
349
+ <li>Lace Fastening</li>
350
+ <li>Regular Fit</li>
351
+ </ul>
352
+ </div>
353
+
354
+ <div class="divider"></div>
355
+
356
+ <!-- Trust indicators -->
357
+ <div class="trust-row">
358
+ <div class="trust-item">
359
+ <div class="trust-icon" style="margin: 0 auto;">
360
+ <svg viewBox="0 0 64 64" fill="none" stroke="#111" stroke-width="3">
361
+ <circle cx="32" cy="22" r="10"/>
362
+ <path d="M12 54 C16 42,48 42,52 54" />
363
+ <circle cx="32" cy="32" r="12" fill="#1a9ecf" stroke="#1a9ecf"/>
364
+ <path d="M26 32 L30 36 L38 28" stroke="#fff" stroke-width="4" />
365
+ </svg>
366
+ </div>
367
+ <h4>18 Million+</h4>
368
+ </div>
369
+ <div class="trust-item">
370
+ <div class="trust-icon" style="margin: 0 auto;">
371
+ <svg viewBox="0 0 64 64" fill="none" stroke="#111" stroke-width="3">
372
+ <path d="M32 8 L40 16 L56 18 L46 28 L48 44 L32 37 L16 44 L18 28 L8 18 L24 16 Z"/>
373
+ <circle cx="32" cy="32" r="12" fill="#1a9ecf" stroke="#1a9ecf"/>
374
+ <path d="M26 32 L30 36 L38 28" stroke="#fff" stroke-width="4"/>
375
+ </svg>
376
+ </div>
377
+ <h4>Genuine</h4>
378
+ </div>
379
+ <div class="trust-item">
380
+ <div class="trust-icon" style="margin: 0 auto;">
381
+ <svg viewBox="0 0 64 64" fill="none" stroke="#111" stroke-width="3">
382
+ <path d="M32 10 L52 18 V30 C52 42 44 50 32 54 C20 50 12 42 12 30 V18 Z"/>
383
+ <path d="M26 32 L30 36 L38 28" stroke="#1a9ecf" stroke-width="4"/>
384
+ <path d="M12 40 C16 34,24 32,28 36 M52 40 C48 34,40 32,36 36" />
385
+ </svg>
386
+ </div>
387
+ <h4>Quality</h4>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <!-- Sticky Action Bar -->
393
+ <div class="sticky-bar">
394
+ <button class="pill-btn" aria-label="Share">
395
+ <svg viewBox="0 0 36 36" fill="none" stroke="#111" stroke-width="2.5" style="width:32px;height:32px">
396
+ <circle cx="8" cy="18" r="4"/>
397
+ <circle cx="28" cy="8" r="4"/>
398
+ <circle cx="28" cy="28" r="4"/>
399
+ <path d="M12 18 L24 10 M12 18 L24 26"/>
400
+ </svg>
401
+ </button>
402
+ <button class="pill-btn favorite" aria-label="Wishlist">
403
+ <svg viewBox="0 0 36 36" fill="none" stroke="#111" stroke-width="2.5" style="width:32px;height:32px">
404
+ <path d="M18 30 C12 24,4 20,4 12 C4 8,7 6,10 6 C12 6,14 7,16 9 C18 7,20 6,22 6 C25 6,28 8,28 12 C28 20,20 24,18 30 Z"/>
405
+ </svg>
406
+ </button>
407
+ <button class="cta" aria-label="Add To Bag">
408
+ <svg viewBox="0 0 36 36" fill="none" stroke-width="3" style="width:36px;height:36px">
409
+ <path d="M8 12 H28 L30 30 H6 Z" stroke="#fff"/>
410
+ <path d="M12 12 C12 8 14 6 18 6 C22 6 24 8 24 12" stroke="#fff"/>
411
+ </svg>
412
+ Add To Bag
413
+ </button>
414
+ </div>
415
+
416
+ <div class="home-indicator"></div>
417
+ </div>
418
+ </body>
419
+ </html>
code/5058/5058_0.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Alarm UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#121417; color:#ffffff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:100px; padding:24px 32px; box-sizing:border-box;
16
+ display:flex; align-items:center; justify-content:space-between; color:#fff;
17
+ font-size:36px; letter-spacing:0.5px;
18
+ }
19
+ .status-right { display:flex; align-items:center; gap:22px; }
20
+ .dot { width:10px; height:10px; background:#9aa0a6; border-radius:50%; margin-left:6px; }
21
+
22
+ /* Simple status icons */
23
+ .icon { display:inline-block; }
24
+ .wifi svg, .battery svg { fill:none; stroke:#e6e6e6; stroke-width:4; }
25
+ .wifi { width:40px; height:40px; }
26
+ .battery { width:46px; height:40px; }
27
+
28
+ /* Header */
29
+ .header {
30
+ position:absolute; top:120px; left:44px; right:44px; height:90px;
31
+ display:flex; align-items:center; justify-content:space-between;
32
+ }
33
+ .header .title { font-size:64px; font-weight:600; color:#e9e9ea; }
34
+ .kebab {
35
+ width:10px; height:42px; display:flex; flex-direction:column; justify-content:space-between; align-items:center;
36
+ }
37
+ .kebab span { width:10px; height:10px; background:#90959b; border-radius:50%; }
38
+
39
+ /* Alarm cards */
40
+ .cards { position:absolute; top:240px; left:30px; right:30px; }
41
+ .card {
42
+ position:relative; background:#1d2227; border-radius:36px;
43
+ padding:40px; margin-bottom:32px;
44
+ box-shadow: 0 2px 0 rgba(0,0,0,0.3) inset;
45
+ }
46
+ .time-row { display:flex; align-items:flex-end; gap:24px; }
47
+ .time {
48
+ font-size:144px; line-height:1; font-weight:700; color:#e6e7ea;
49
+ }
50
+ .ampm {
51
+ font-size:48px; font-weight:700; margin-bottom:18px; color:#d7d9dd;
52
+ }
53
+ .subtext { margin-top:36px; font-size:40px; color:#b6bcc4; }
54
+ .expand {
55
+ position:absolute; right:36px; top:36px; width:50px; height:50px; border-radius:50%;
56
+ background:#3b4046; display:flex; justify-content:center; align-items:center;
57
+ }
58
+ .expand svg { width:26px; height:26px; fill:none; stroke:#cfd3d7; stroke-width:5; }
59
+ .switch {
60
+ position:absolute; right:36px; bottom:36px; width:220px; height:92px;
61
+ background:#155a7a; border-radius:46px; display:flex; align-items:center; justify-content:flex-end; padding:8px;
62
+ }
63
+ .switch .knob {
64
+ width:76px; height:76px; background:#bfe1ff; border-radius:50%;
65
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25);
66
+ }
67
+
68
+ /* Big plus */
69
+ .big-plus {
70
+ position:absolute; left:50%; transform:translateX(-50%);
71
+ top:1660px; width:300px; height:300px; border-radius:50%;
72
+ background:#a9cdf7; display:flex; align-items:center; justify-content:center;
73
+ color:#0c2740; font-size:160px; font-weight:700;
74
+ box-shadow: 0 20px 60px rgba(0,0,0,0.45);
75
+ }
76
+
77
+ /* Bottom navigation */
78
+ .bottom-bar {
79
+ position:absolute; bottom:0; left:0; right:0; height:220px;
80
+ background:#1a1f24; border-top:1px solid #20262b;
81
+ display:flex; align-items:center; justify-content:space-around;
82
+ }
83
+ .tab {
84
+ width:180px; height:160px; display:flex; flex-direction:column;
85
+ align-items:center; justify-content:center; color:#9aa0a6; gap:14px;
86
+ position:relative;
87
+ }
88
+ .tab .label { font-size:38px; }
89
+ .tab svg { width:64px; height:64px; stroke:#9aa0a6; fill:none; stroke-width:6; }
90
+ .tab.active { color:#ffffff; }
91
+ .tab.active svg { stroke:#ffffff; }
92
+ .active-bg {
93
+ position:absolute; left:-20px; top:16px; width:210px; height:92px; border-radius:46px;
94
+ background:#2a3138; z-index:-1;
95
+ }
96
+
97
+ /* Home indicator */
98
+ .home-indicator {
99
+ position:absolute; bottom:26px; left:50%; transform:translateX(-50%);
100
+ width:600px; height:12px; background:#e0e0e0; border-radius:6px; opacity:0.9;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="status-bar">
109
+ <div class="status-left">8:54
110
+ <span class="dot" style="margin-left:18px;"></span>
111
+ <span class="dot"></span>
112
+ <span class="dot"></span>
113
+ <span class="dot"></span>
114
+ <span class="dot"></span>
115
+ <span class="dot" style="margin-left:12px;"></span>
116
+ </div>
117
+ <div class="status-right">
118
+ <div class="wifi icon">
119
+ <svg viewBox="0 0 24 24">
120
+ <path d="M2 8c5-4 15-4 20 0"></path>
121
+ <path d="M5 12c3-2 11-2 14 0"></path>
122
+ <path d="M9 16c2-1 4-1 6 0"></path>
123
+ <circle cx="12" cy="19" r="1.8" fill="#e6e6e6"></circle>
124
+ </svg>
125
+ </div>
126
+ <div class="battery icon">
127
+ <svg viewBox="0 0 28 18">
128
+ <rect x="2" y="2" width="20" height="14" rx="2"></rect>
129
+ <rect x="4" y="4" width="13" height="10" fill="#e6e6e6" stroke="none"></rect>
130
+ <rect x="22" y="6" width="4" height="6" rx="1"></rect>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Header -->
137
+ <div class="header">
138
+ <div class="title">Alarm</div>
139
+ <div class="kebab">
140
+ <span></span><span></span><span></span>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Cards -->
145
+ <div class="cards">
146
+ <!-- Card 1 -->
147
+ <div class="card">
148
+ <div class="time-row">
149
+ <div class="time">8:00</div>
150
+ <div class="ampm">AM</div>
151
+ </div>
152
+ <div class="subtext">Tomorrow</div>
153
+ <div class="expand">
154
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
155
+ </div>
156
+ <div class="switch"><div class="knob"></div></div>
157
+ </div>
158
+
159
+ <!-- Card 2 -->
160
+ <div class="card">
161
+ <div class="time-row">
162
+ <div class="time">11:00</div>
163
+ <div class="ampm">PM</div>
164
+ </div>
165
+ <div class="subtext">Today</div>
166
+ <div class="expand">
167
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
168
+ </div>
169
+ <div class="switch"><div class="knob"></div></div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Big plus button -->
174
+ <div class="big-plus">+</div>
175
+
176
+ <!-- Bottom navigation -->
177
+ <div class="bottom-bar">
178
+ <div class="tab active">
179
+ <div class="active-bg"></div>
180
+ <svg viewBox="0 0 24 24">
181
+ <circle cx="12" cy="12" r="7"></circle>
182
+ <path d="M12 5V3"></path>
183
+ <path d="M12 21v-2"></path>
184
+ <path d="M5 8l-2-2"></path>
185
+ <path d="M21 8l2-2"></path>
186
+ </svg>
187
+ <div class="label">Alarm</div>
188
+ </div>
189
+ <div class="tab">
190
+ <svg viewBox="0 0 24 24">
191
+ <circle cx="12" cy="12" r="8"></circle>
192
+ <path d="M12 6v6l4 2"></path>
193
+ </svg>
194
+ <div class="label">Clock</div>
195
+ </div>
196
+ <div class="tab">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M6 4h12v16H6z"></path>
199
+ <path d="M10 8h8"></path>
200
+ <path d="M10 12h8"></path>
201
+ </svg>
202
+ <div class="label">Timer</div>
203
+ </div>
204
+ <div class="tab">
205
+ <svg viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="8"></circle>
207
+ <path d="M12 8v6"></path>
208
+ <path d="M12 12h4"></path>
209
+ </svg>
210
+ <div class="label">Stopwatch</div>
211
+ </div>
212
+ <div class="tab">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="3" y="10" width="18" height="8" rx="2"></rect>
215
+ <path d="M6 10V7c0-2 3-3 6-3s6 1 6 3v3"></path>
216
+ </svg>
217
+ <div class="label">Bedtime</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="home-indicator"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/5058/5058_1.html ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Alarm UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f161b;
13
+ color: #e6eaef;
14
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
15
+ border-radius: 32px;
16
+ box-shadow: 0 20px 64px rgba(0,0,0,0.4);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 100px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #dfe6ec;
27
+ font-size: 40px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .ghost-dot {
36
+ width: 24px;
37
+ height: 24px;
38
+ border-radius: 50%;
39
+ background: #dfe6ec;
40
+ opacity: 0.85;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 26px;
46
+ }
47
+ .icon {
48
+ width: 36px;
49
+ height: 36px;
50
+ display: inline-block;
51
+ }
52
+ .icon svg { width: 100%; height: 100%; fill: #dfe6ec; }
53
+
54
+ /* Header title */
55
+ .header {
56
+ padding: 8px 36px 20px 36px;
57
+ font-size: 68px;
58
+ font-weight: 600;
59
+ }
60
+
61
+ /* Cards */
62
+ .alarm-card {
63
+ background: #1a2127;
64
+ margin: 18px 30px;
65
+ border-radius: 36px;
66
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
67
+ }
68
+ .alarm-card.small {
69
+ padding: 32px 36px;
70
+ }
71
+ .alarm-card.large {
72
+ padding: 34px 36px 40px 36px;
73
+ }
74
+
75
+ .time-row {
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: space-between;
79
+ }
80
+ .time {
81
+ font-size: 160px;
82
+ line-height: 1;
83
+ font-weight: 700;
84
+ letter-spacing: 2px;
85
+ }
86
+ .ampm {
87
+ font-size: 52px;
88
+ margin-left: 12px;
89
+ opacity: 0.9;
90
+ vertical-align: top;
91
+ font-weight: 600;
92
+ }
93
+ .subtle {
94
+ font-size: 40px;
95
+ color: #b0bac3;
96
+ margin-top: 18px;
97
+ }
98
+
99
+ /* Toggle */
100
+ .toggle {
101
+ width: 164px;
102
+ height: 84px;
103
+ background: #0d5a83;
104
+ border-radius: 50px;
105
+ position: relative;
106
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
107
+ }
108
+ .toggle .thumb {
109
+ width: 68px;
110
+ height: 68px;
111
+ background: #bfe3ff;
112
+ border-radius: 50%;
113
+ position: absolute;
114
+ top: 8px;
115
+ right: 10px; /* ON state */
116
+ box-shadow: 0 2px 8px rgba(0,0,0,0.35);
117
+ }
118
+
119
+ /* Large card header */
120
+ .label-row {
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: space-between;
124
+ color: #b7c1c9;
125
+ margin-bottom: 16px;
126
+ }
127
+ .label-row .left {
128
+ display: flex;
129
+ align-items: center;
130
+ gap: 16px;
131
+ font-size: 42px;
132
+ }
133
+ .chip {
134
+ display: inline-flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ width: 92px;
138
+ height: 92px;
139
+ border-radius: 50%;
140
+ border: 2px solid #3a444c;
141
+ color: #c0c7ce;
142
+ font-size: 44px;
143
+ margin-right: 18px;
144
+ background: rgba(255,255,255,0.02);
145
+ }
146
+ .days {
147
+ display: flex;
148
+ gap: 22px;
149
+ margin: 26px 0 10px 0;
150
+ }
151
+
152
+ /* Options list */
153
+ .options {
154
+ margin-top: 18px;
155
+ }
156
+ .option {
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: space-between;
160
+ padding: 22px 4px;
161
+ border-top: 1px solid rgba(255,255,255,0.06);
162
+ }
163
+ .option:first-child { border-top: none; }
164
+ .option .left {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 22px;
168
+ font-size: 46px;
169
+ }
170
+ .option .right {
171
+ display: flex;
172
+ align-items: center;
173
+ gap: 20px;
174
+ }
175
+ .icon-sm { width: 48px; height: 48px; }
176
+ .icon-sm svg { fill: #cbd3da; }
177
+
178
+ .plus-pill {
179
+ width: 74px;
180
+ height: 74px;
181
+ border-radius: 50%;
182
+ border: 3px solid #9fd0ff;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ color: #9fd0ff;
187
+ font-size: 48px;
188
+ box-sizing: border-box;
189
+ }
190
+ .check-pill {
191
+ width: 74px;
192
+ height: 74px;
193
+ border-radius: 50%;
194
+ background: #8fc1ff;
195
+ color: #0d5a83;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ font-weight: 800;
200
+ box-shadow: 0 2px 6px rgba(0,0,0,0.35);
201
+ }
202
+
203
+ /* Floating action button */
204
+ .fab {
205
+ position: absolute;
206
+ left: 50%;
207
+ bottom: 340px;
208
+ transform: translateX(-50%);
209
+ width: 270px;
210
+ height: 270px;
211
+ background: #a8d3ff;
212
+ border-radius: 50%;
213
+ box-shadow: 0 14px 36px rgba(0,0,0,0.45);
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ }
218
+ .fab .plus {
219
+ width: 120px;
220
+ height: 120px;
221
+ color: #0d5a83;
222
+ font-size: 112px;
223
+ line-height: 0;
224
+ }
225
+
226
+ /* Bottom navigation */
227
+ .bottom-nav {
228
+ position: absolute;
229
+ bottom: 0;
230
+ left: 0;
231
+ width: 1080px;
232
+ height: 220px;
233
+ background: #171e23;
234
+ border-top-left-radius: 28px;
235
+ border-top-right-radius: 28px;
236
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.4) inset;
237
+ }
238
+ .nav-items {
239
+ display: flex;
240
+ height: 100%;
241
+ align-items: center;
242
+ justify-content: space-around;
243
+ padding: 0 24px;
244
+ text-align: center;
245
+ }
246
+ .nav-item {
247
+ display: flex;
248
+ flex-direction: column;
249
+ align-items: center;
250
+ gap: 12px;
251
+ color: #cfd6dc;
252
+ }
253
+ .nav-item .label {
254
+ font-size: 40px;
255
+ }
256
+ .nav-item .nav-icon {
257
+ width: 72px;
258
+ height: 72px;
259
+ }
260
+ .selected .nav-icon svg { fill: #9fd0ff; }
261
+ .selected .label { color: #9fd0ff; }
262
+
263
+ /* Gesture bar */
264
+ .gesture {
265
+ position: absolute;
266
+ bottom: 230px;
267
+ left: 50%;
268
+ transform: translateX(-50%);
269
+ width: 520px;
270
+ height: 16px;
271
+ background: #cfd6dc;
272
+ border-radius: 8px;
273
+ opacity: 0.95;
274
+ }
275
+ </style>
276
+ </head>
277
+ <body>
278
+ <div id="render-target">
279
+
280
+ <!-- Status bar -->
281
+ <div class="status-bar">
282
+ <div class="status-left">
283
+ <div>8:54</div>
284
+ <div class="ghost-dot"></div>
285
+ <div class="ghost-dot"></div>
286
+ <div class="ghost-dot"></div>
287
+ <div class="ghost-dot"></div>
288
+ <div class="ghost-dot" style="opacity:.6;"></div>
289
+ </div>
290
+ <div class="status-right">
291
+ <div class="icon">
292
+ <!-- wifi -->
293
+ <svg viewBox="0 0 24 24"><path d="M12 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-7.07-5.97a12.06 12.06 0 0 1 14.14 0l-1.41 1.41a10.06 10.06 0 0 0-11.32 0l-1.41-1.41zm3.54 3.54a7.06 7.06 0 0 1 7.06 0l-1.41 1.41a5.06 5.06 0 0 0-4.24 0l-1.41-1.41z"/></svg>
294
+ </div>
295
+ <div class="icon">
296
+ <!-- battery -->
297
+ <svg viewBox="0 0 24 24"><path d="M16 5h1V3h-1v2zm-12 2a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7zm2 0v12h9V7H6z"/></svg>
298
+ </div>
299
+ <div class="icon">
300
+ <!-- more vertical -->
301
+ <svg viewBox="0 0 24 24"><path d="M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Header Title -->
307
+ <div class="header">Alarm</div>
308
+
309
+ <!-- First alarm (collapsed) -->
310
+ <div class="alarm-card small">
311
+ <div class="time-row">
312
+ <div class="time">8:00 <span class="ampm">AM</span></div>
313
+ <div class="toggle"><div class="thumb"></div></div>
314
+ </div>
315
+ <div class="subtle">Tomorrow</div>
316
+ </div>
317
+
318
+ <!-- Second alarm (expanded) -->
319
+ <div class="alarm-card large">
320
+ <div class="label-row">
321
+ <div class="left">
322
+ <svg class="icon-sm" viewBox="0 0 24 24"><path d="M4 4h16v2H4zm2 4h12v2H6z"/></svg>
323
+ <div style="font-size:44px;">Add label</div>
324
+ </div>
325
+ <div class="icon-sm">
326
+ <!-- chevron up -->
327
+ <svg viewBox="0 0 24 24"><path d="M7.41 14.59 12 10l4.59 4.59L18 13l-6-6-6 6z"/></svg>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="time-row" style="margin-top:6px;">
332
+ <div class="time">11:00 <span class="ampm">PM</span></div>
333
+ <div class="toggle"><div class="thumb"></div></div>
334
+ </div>
335
+ <div class="subtle">Today</div>
336
+
337
+ <div class="days">
338
+ <div class="chip">S</div>
339
+ <div class="chip">M</div>
340
+ <div class="chip">T</div>
341
+ <div class="chip">W</div>
342
+ <div class="chip">T</div>
343
+ <div class="chip">F</div>
344
+ <div class="chip">S</div>
345
+ </div>
346
+
347
+ <div class="options">
348
+ <div class="option">
349
+ <div class="left">
350
+ <div class="icon-sm">
351
+ <!-- schedule alarm icon -->
352
+ <svg viewBox="0 0 24 24"><path d="M7 2h2v2H7zM15 2h2v2h-2zM5 6h14v14H5zM12 8a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-.5 2h1v4l3 1-0.3.95L11.5 15V10z"/></svg>
353
+ </div>
354
+ <div>Schedule alarm</div>
355
+ </div>
356
+ <div class="right">
357
+ <div class="plus-pill">+</div>
358
+ </div>
359
+ </div>
360
+
361
+ <div class="option">
362
+ <div class="left">
363
+ <div class="icon-sm">
364
+ <!-- bell icon -->
365
+ <svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm8-6V11a6 6 0 0 0-12 0v5l-2 2v1h16v-1l-2-2z"/></svg>
366
+ </div>
367
+ <div>Default (Fresh Start)</div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="option">
372
+ <div class="left">
373
+ <div class="icon-sm">
374
+ <!-- vibrate icon -->
375
+ <svg viewBox="0 0 24 24"><path d="M3 7h2v10H3V7zm16 0h2v10h-2V7zM7 5h10v14H7V5z"/></svg>
376
+ </div>
377
+ <div>Vibrate</div>
378
+ </div>
379
+ <div class="right">
380
+ <div class="check-pill">✓</div>
381
+ </div>
382
+ </div>
383
+
384
+ <div class="option">
385
+ <div class="left">
386
+ <div class="icon-sm">
387
+ <!-- assistant routine icon -->
388
+ <svg viewBox="0 0 24 24"><path d="M12 3a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm7 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM5 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
389
+ </div>
390
+ <div>Google Assistant Routine</div>
391
+ </div>
392
+ <div class="right">
393
+ <div class="plus-pill">+</div>
394
+ </div>
395
+ </div>
396
+
397
+ <div class="option">
398
+ <div class="left">
399
+ <div class="icon-sm">
400
+ <!-- delete icon -->
401
+ <svg viewBox="0 0 24 24"><path d="M6 7h12v14H6zM9 4h6v2H9zM4 7h16v2H4z"/></svg>
402
+ </div>
403
+ <div>Delete</div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Floating Action Button -->
410
+ <div class="fab"><div class="plus">+</div></div>
411
+
412
+ <!-- Gesture bar -->
413
+ <div class="gesture"></div>
414
+
415
+ <!-- Bottom Navigation -->
416
+ <div class="bottom-nav">
417
+ <div class="nav-items">
418
+ <div class="nav-item selected">
419
+ <div class="nav-icon">
420
+ <svg viewBox="0 0 24 24"><path d="M7 3h10v2H7zM5 7h14v12H5zM9 10h6v6H9z"/></svg>
421
+ </div>
422
+ <div class="label">Alarm</div>
423
+ </div>
424
+ <div class="nav-item">
425
+ <div class="nav-icon">
426
+ <svg viewBox="0 0 24 24"><path d="M12 7V3l-1 1-1-1v4H7l1 1-1 1h4v4l1-1 1 1V9h4l-1-1 1-1h-4z"/></svg>
427
+ </div>
428
+ <div class="label">Clock</div>
429
+ </div>
430
+ <div class="nav-item">
431
+ <div class="nav-icon">
432
+ <svg viewBox="0 0 24 24"><path d="M7 5h10v2H7zM5 9h14v10H5z"/></svg>
433
+ </div>
434
+ <div class="label">Timer</div>
435
+ </div>
436
+ <div class="nav-item">
437
+ <div class="nav-icon">
438
+ <svg viewBox="0 0 24 24"><path d="M12 2l2 2h4v2h-2a8 8 0 1 1-8 0H6V4h4l2-2zm0 6a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"/></svg>
439
+ </div>
440
+ <div class="label">Stopwatch</div>
441
+ </div>
442
+ <div class="nav-item">
443
+ <div class="nav-icon">
444
+ <svg viewBox="0 0 24 24"><path d="M3 11h18v8H3zM5 7h10l3 4H5z"/></svg>
445
+ </div>
446
+ <div class="label">Bedtime</div>
447
+ </div>
448
+ </div>
449
+ </div>
450
+
451
+ </div>
452
+ </body>
453
+ </html>
code/5058/5058_2.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Alarm UI Replica</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #12161A;
13
+ color: #FFFFFF;
14
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%; height: 120px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ padding: 0 40px;
24
+ color: #FFFFFF;
25
+ font-size: 48px;
26
+ opacity: 0.9;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 24px; }
29
+ .ghost-dot {
30
+ width: 24px; height: 24px; background: #FFFFFF; border-radius: 50%;
31
+ opacity: 0.85;
32
+ }
33
+ .status-right { display: flex; align-items: center; gap: 30px; }
34
+ .icon-battery {
35
+ width: 64px; height: 36px; border: 3px solid #fff; border-radius: 8px; position: relative;
36
+ }
37
+ .icon-battery::after {
38
+ content: ""; position: absolute; right: -10px; top: 10px; width: 8px; height: 16px; background: #fff; border-radius: 2px;
39
+ }
40
+ .icon-battery .level {
41
+ position: absolute; left: 4px; top: 4px; width: 40px; height: 24px; background: #FFFFFF; border-radius: 4px;
42
+ }
43
+ .icon-wifi {
44
+ width: 44px; height: 44px;
45
+ }
46
+
47
+ /* Title and menu dots */
48
+ .title {
49
+ position: absolute; top: 150px; left: 44px;
50
+ font-size: 66px; font-weight: 600; letter-spacing: 0.5px;
51
+ }
52
+ .menu-dots {
53
+ position: absolute; top: 160px; right: 40px;
54
+ width: 16px; display: flex; flex-direction: column; gap: 10px; align-items: center;
55
+ }
56
+ .menu-dots span {
57
+ width: 12px; height: 12px; background: #B0BEC5; border-radius: 50%;
58
+ }
59
+
60
+ /* Alarm Card */
61
+ .alarm-card {
62
+ position: absolute; top: 290px; left: 30px;
63
+ width: 1020px; height: 470px;
64
+ background: #1F2429; border-radius: 48px;
65
+ box-shadow: inset 0 2px 0 rgba(0,0,0,0.35);
66
+ padding: 52px 52px;
67
+ }
68
+ .time-row { display: flex; align-items: flex-end; gap: 26px; }
69
+ .time {
70
+ font-size: 220px; font-weight: 800; line-height: 1; letter-spacing: 2px;
71
+ color: #E7ECEF;
72
+ }
73
+ .am {
74
+ font-size: 72px; margin-bottom: 22px; color: #CFD8DC; letter-spacing: 1px;
75
+ }
76
+ .tomorrow {
77
+ position: absolute; left: 82px; bottom: 58px;
78
+ font-size: 56px; color: #CFD8DC;
79
+ }
80
+ .chevron-btn {
81
+ position: absolute; right: 38px; top: 38px;
82
+ width: 64px; height: 64px; border-radius: 20px;
83
+ background: #2A2F35; display: flex; align-items: center; justify-content: center;
84
+ }
85
+ .toggle {
86
+ position: absolute; right: 70px; top: 264px;
87
+ width: 230px; height: 104px; border-radius: 52px;
88
+ background: #0F516B; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px;
89
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
90
+ }
91
+ .toggle .knob {
92
+ width: 92px; height: 92px; border-radius: 50%;
93
+ background: #C6E2FF; box-shadow: 0 2px 0 rgba(0,0,0,0.25);
94
+ }
95
+
96
+ /* Big Floating Action Button */
97
+ .fab {
98
+ position: absolute; bottom: 460px; left: 50%; transform: translateX(-50%);
99
+ width: 320px; height: 320px; border-radius: 50%;
100
+ background: #A8D3FF; display: flex; align-items: center; justify-content: center;
101
+ box-shadow: inset 0 -8px 0 rgba(0,0,0,0.25);
102
+ }
103
+ .fab span {
104
+ font-size: 180px; color: #103E67; line-height: 0.9;
105
+ }
106
+
107
+ /* Bottom navigation bar */
108
+ .navbar {
109
+ position: absolute; bottom: 0; left: 0;
110
+ width: 100%; height: 220px;
111
+ background: #1C2126; border-top: 1px solid #2B3137;
112
+ display: flex; align-items: center; justify-content: space-around;
113
+ }
114
+ .nav-item { width: 20%; text-align: center; color: #CFD8DC; }
115
+ .nav-icon-wrap {
116
+ width: 104px; height: 104px; margin: 10px auto; border-radius: 26px;
117
+ display: flex; align-items: center; justify-content: center;
118
+ }
119
+ .nav-item.active .nav-icon-wrap { background: rgba(128,179,255,0.15); }
120
+ .nav-label { font-size: 42px; margin-top: 6px; }
121
+ .nav-icon { width: 64px; height: 64px; }
122
+
123
+ /* Home indicator */
124
+ .home-indicator {
125
+ position: absolute; bottom: 240px; left: 50%; transform: translateX(-50%);
126
+ width: 540px; height: 12px; background: #E0E0E0; border-radius: 6px; opacity: 0.9;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status bar -->
134
+ <div class="status">
135
+ <div class="status-left">
136
+ <div>8:56</div>
137
+ <div class="ghost-dot"></div>
138
+ <div class="ghost-dot"></div>
139
+ <div class="ghost-dot"></div>
140
+ <div class="ghost-dot"></div>
141
+ <div class="ghost-dot"></div>
142
+ <div class="ghost-dot" style="width: 10px; height: 10px;"></div>
143
+ </div>
144
+ <div class="status-right">
145
+ <!-- Wi-Fi simple arcs -->
146
+ <svg class="icon-wifi" viewBox="0 0 24 24">
147
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
148
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
149
+ <circle cx="12" cy="16.5" r="1.5" fill="#fff"/>
150
+ </svg>
151
+ <div class="icon-battery"><div class="level"></div></div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Title and menu -->
156
+ <div class="title">Alarm</div>
157
+ <div class="menu-dots">
158
+ <span></span><span></span><span></span>
159
+ </div>
160
+
161
+ <!-- Main alarm card -->
162
+ <div class="alarm-card">
163
+ <div class="time-row">
164
+ <div class="time">8:00</div>
165
+ <div class="am">AM</div>
166
+ </div>
167
+
168
+ <div class="tomorrow">Tomorrow</div>
169
+
170
+ <div class="chevron-btn">
171
+ <svg width="28" height="28" viewBox="0 0 24 24">
172
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
173
+ </svg>
174
+ </div>
175
+
176
+ <div class="toggle">
177
+ <div class="knob"></div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Big plus FAB -->
182
+ <div class="fab"><span>+</span></div>
183
+
184
+ <!-- Home indicator -->
185
+ <div class="home-indicator"></div>
186
+
187
+ <!-- Bottom navigation -->
188
+ <div class="navbar">
189
+ <div class="nav-item active">
190
+ <div class="nav-icon-wrap">
191
+ <!-- Alarm clock icon -->
192
+ <svg class="nav-icon" viewBox="0 0 24 24">
193
+ <circle cx="12" cy="13" r="7" stroke="#9EC3FF" stroke-width="2" fill="none"/>
194
+ <path d="M12 13V9M12 13l4 2" stroke="#9EC3FF" stroke-width="2" stroke-linecap="round"/>
195
+ <path d="M5 5l3 2M19 5l-3 2" stroke="#9EC3FF" stroke-width="2" stroke-linecap="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="nav-label">Alarm</div>
199
+ </div>
200
+ <div class="nav-item">
201
+ <div class="nav-icon-wrap">
202
+ <!-- Analog clock -->
203
+ <svg class="nav-icon" viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="8" stroke="#CFD8DC" stroke-width="2" fill="none"/>
205
+ <path d="M12 12V7M12 12l4 2" stroke="#CFD8DC" stroke-width="2" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="nav-label">Clock</div>
209
+ </div>
210
+ <div class="nav-item">
211
+ <div class="nav-icon-wrap">
212
+ <!-- Hourglass -->
213
+ <svg class="nav-icon" viewBox="0 0 24 24">
214
+ <path d="M7 4h10M7 20h10M7 4c0 5 10 5 10 10s-10 5-10 10" stroke="#CFD8DC" stroke-width="2" fill="none" stroke-linecap="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="nav-label">Timer</div>
218
+ </div>
219
+ <div class="nav-item">
220
+ <div class="nav-icon-wrap">
221
+ <!-- Stopwatch -->
222
+ <svg class="nav-icon" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="13" r="7" stroke="#CFD8DC" stroke-width="2" fill="none"/>
224
+ <path d="M12 13V9M9 3h6" stroke="#CFD8DC" stroke-width="2" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="nav-label">Stopwatch</div>
228
+ </div>
229
+ <div class="nav-item">
230
+ <div class="nav-icon-wrap">
231
+ <!-- Bed icon -->
232
+ <svg class="nav-icon" viewBox="0 0 24 24">
233
+ <rect x="3" y="12" width="18" height="5" fill="none" stroke="#CFD8DC" stroke-width="2"/>
234
+ <rect x="5" y="9" width="6" height="3" fill="none" stroke="#CFD8DC" stroke-width="2"/>
235
+ </svg>
236
+ </div>
237
+ <div class="nav-label">Bedtime</div>
238
+ </div>
239
+ </div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/506/506_0.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Editorial Review UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #333333; color: #FFFFFF;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
16
+ background: #3a3a3a; display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 40px; box-sizing: border-box; font-size: 38px; color: #fff;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 26px; }
20
+ .app-bar {
21
+ position: absolute; top: 120px; left: 0; width: 100%; height: 120px;
22
+ background: #2b2b2b; display: flex; align-items: center; justify-content: space-between;
23
+ padding: 0 24px; box-sizing: border-box;
24
+ }
25
+ .app-left { display: flex; align-items: center; gap: 24px; }
26
+ .app-right { display: flex; align-items: center; gap: 20px; }
27
+ .badge {
28
+ position: absolute; right: -6px; top: -6px; background: #FFB300; color: #000;
29
+ width: 40px; height: 40px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
30
+ font-weight: 700; font-size: 24px; box-shadow: 0 2px 0 rgba(0,0,0,0.35);
31
+ }
32
+ .content {
33
+ position: absolute; top: 240px; left: 0; right: 0; bottom: 220px;
34
+ padding: 0 40px 40px; box-sizing: border-box; overflow: hidden;
35
+ }
36
+ h1, h2 { margin: 0; }
37
+ .title {
38
+ font-size: 48px; font-weight: 800; margin-top: 24px; margin-bottom: 14px;
39
+ }
40
+ .progress {
41
+ height: 16px; background: #1e1e1e; border-radius: 10px; overflow: hidden; margin-bottom: 28px;
42
+ }
43
+ .progress .fill { height: 100%; background: #FFB300; width: 42%; }
44
+ .para {
45
+ font-size: 34px; line-height: 1.42; color: #E6E6E6; margin-bottom: 36px;
46
+ }
47
+ .label {
48
+ font-size: 34px; color: #DADADA; margin: 24px 0 8px;
49
+ }
50
+ .section-title {
51
+ font-size: 42px; font-weight: 800; margin-top: 34px; margin-bottom: 16px;
52
+ }
53
+ .list { margin-top: 10px; }
54
+ .item { display: flex; align-items: center; gap: 24px; margin: 18px 0; }
55
+ .icon-like svg { fill: #6FDA57; }
56
+ .icon-dislike svg { fill: #FF4D4F; }
57
+ .item-text { font-size: 34px; color: #E6E6E6; }
58
+ .recent-header { display: flex; align-items: center; justify-content: space-between; margin-top: 40px; }
59
+ .recent-title { font-size: 42px; font-weight: 800; }
60
+ .clear { font-size: 34px; color: #CCCCCC; }
61
+ .progress.thin { height: 14px; margin-top: 18px; }
62
+ .progress.thin .fill { width: 28%; }
63
+ .card {
64
+ width: 520px; height: 480px; margin-top: 24px;
65
+ background: #E0E0E0; border: 1px solid #BDBDBD;
66
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px; font-weight: 600;
67
+ }
68
+ .bottom-bar {
69
+ position: absolute; left: 0; right: 0; bottom: 70px; height: 180px;
70
+ background: #111111; display: flex; align-items: center; justify-content: space-between;
71
+ padding: 0 40px; box-sizing: border-box;
72
+ }
73
+ .bottom-actions { display: flex; align-items: center; gap: 60px; }
74
+ .cta { font-size: 44px; font-weight: 900; color: #FFFFFF; }
75
+ .home-indicator {
76
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
77
+ width: 300px; height: 12px; background: #EDEDED; border-radius: 6px; opacity: 0.85;
78
+ }
79
+ /* Generic icon sizes */
80
+ .icon { width: 64px; height: 64px; }
81
+ .small-icon { width: 44px; height: 44px; }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Status Bar -->
88
+ <div class="status-bar">
89
+ <div>10:36</div>
90
+ <div class="status-right">
91
+ <!-- simple status icons -->
92
+ <svg class="small-icon" viewBox="0 0 64 64">
93
+ <circle cx="10" cy="54" r="6" fill="#ffffff"></circle>
94
+ <circle cx="28" cy="38" r="6" fill="#ffffff"></circle>
95
+ <circle cx="46" cy="22" r="6" fill="#ffffff"></circle>
96
+ <path d="M10 54 L28 38 L46 22" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round"></path>
97
+ </svg>
98
+ <svg class="small-icon" viewBox="0 0 64 64">
99
+ <rect x="6" y="16" width="42" height="28" rx="4" stroke="#ffffff" stroke-width="6" fill="none"></rect>
100
+ <rect x="10" y="20" width="28" height="20" fill="#ffffff"></rect>
101
+ <rect x="52" y="24" width="6" height="12" rx="2" fill="#ffffff"></rect>
102
+ </svg>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- App Bar -->
107
+ <div class="app-bar">
108
+ <div class="app-left">
109
+ <!-- Back arrow -->
110
+ <svg class="icon" viewBox="0 0 72 72">
111
+ <path d="M46 14 L22 36 L46 58" stroke="#ffffff" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
112
+ </svg>
113
+ <!-- Hamburger -->
114
+ <svg class="icon" viewBox="0 0 72 72">
115
+ <rect x="14" y="20" width="44" height="6" fill="#ffffff"></rect>
116
+ <rect x="14" y="34" width="30" height="6" fill="#ffffff"></rect>
117
+ <rect x="14" y="48" width="44" height="6" fill="#ffffff"></rect>
118
+ </svg>
119
+ </div>
120
+ <div class="app-right" style="position:relative;">
121
+ <!-- Cart -->
122
+ <div style="position:relative;">
123
+ <svg class="icon" viewBox="0 0 72 72">
124
+ <circle cx="26" cy="58" r="6" fill="#ffffff"></circle>
125
+ <circle cx="52" cy="58" r="6" fill="#ffffff"></circle>
126
+ <path d="M14 18 H24 L30 40 H56 L60 26 H30" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
127
+ </svg>
128
+ <div class="badge">0</div>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Content -->
134
+ <div class="content">
135
+ <div class="title">Editorial Review</div>
136
+ <div class="progress"><div class="fill"></div></div>
137
+
138
+ <div class="para">
139
+ The Samsung refrigerator in question here is an excellent purchase, as it comes with a Family Hub that allows you to connect with your family members, communicate, plan, and entertain in new ways. The filter provided in the middle of the inner drawer ensures that you get clean and filtered water.
140
+ </div>
141
+ <div class="para">
142
+ Customer reviews of this refrigerator are overwhelmingly positive, with users praising the product for being as described, as well as the prompt delivery (within three weeks).
143
+ </div>
144
+
145
+ <div class="label">Key</div>
146
+
147
+ <div class="section-title">Pros</div>
148
+ <div class="list">
149
+ <div class="item">
150
+ <div class="icon-like">
151
+ <svg class="icon" viewBox="0 0 72 72">
152
+ <path d="M20 44 V22 H30 L38 12 L44 22 V44 H58 V60 H20 V44 Z"></path>
153
+ </svg>
154
+ </div>
155
+ <div class="item-text">Comes with a Family Hub for easy connectivity</div>
156
+ </div>
157
+ <div class="item">
158
+ <div class="icon-like">
159
+ <svg class="icon" viewBox="0 0 72 72">
160
+ <path d="M20 44 V22 H30 L38 12 L44 22 V44 H58 V60 H20 V44 Z"></path>
161
+ </svg>
162
+ </div>
163
+ <div class="item-text">Filter in the inner drawer for clean water</div>
164
+ </div>
165
+ <div class="item">
166
+ <div class="icon-like">
167
+ <svg class="icon" viewBox="0 0 72 72">
168
+ <path d="M20 44 V22 H30 L38 12 L44 22 V44 H58 V60 H20 V44 Z"></path>
169
+ </svg>
170
+ </div>
171
+ <div class="item-text">Prompt delivery</div>
172
+ </div>
173
+ <div class="item">
174
+ <div class="icon-like">
175
+ <svg class="icon" viewBox="0 0 72 72">
176
+ <path d="M20 44 V22 H30 L38 12 L44 22 V44 H58 V60 H20 V44 Z"></path>
177
+ </svg>
178
+ </div>
179
+ <div class="item-text">Key</div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="section-title" style="margin-top: 36px;">Cons</div>
184
+ <div class="list">
185
+ <div class="item">
186
+ <div class="icon-dislike">
187
+ <svg class="icon" viewBox="0 0 72 72">
188
+ <path d="M20 28 V50 H30 L38 60 L44 50 V28 H58 V12 H20 V28 Z"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="item-text">Curbside delivery requires the customer to bring it into their home</div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="recent-header">
196
+ <div class="recent-title">Recent items</div>
197
+ <div class="clear">Clear</div>
198
+ </div>
199
+ <div class="progress thin"><div class="fill"></div></div>
200
+
201
+ <div class="card">[IMG: Samsung Refrigerator]</div>
202
+ </div>
203
+
204
+ <!-- Bottom bar -->
205
+ <div class="bottom-bar">
206
+ <div class="bottom-actions">
207
+ <!-- Heart -->
208
+ <svg class="icon" viewBox="0 0 72 72">
209
+ <path d="M36 58 C20 46 12 38 12 26 C12 18 18 12 26 12 C30 12 34 14 36 18 C38 14 42 12 46 12 C54 12 60 18 60 26 C60 38 52 46 36 58 Z" fill="#ffffff"></path>
210
+ </svg>
211
+ <!-- Share -->
212
+ <svg class="icon" viewBox="0 0 72 72">
213
+ <circle cx="16" cy="36" r="8" fill="#ffffff"></circle>
214
+ <circle cx="56" cy="20" r="8" fill="#ffffff"></circle>
215
+ <circle cx="56" cy="52" r="8" fill="#ffffff"></circle>
216
+ <path d="M24 36 L48 24" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round"></path>
217
+ <path d="M24 36 L48 48" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="cta">ADD TO CART</div>
221
+ </div>
222
+
223
+ <div class="home-indicator"></div>
224
+ </div>
225
+ </body>
226
+ </html>
code/506/506_1.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2f2f2f;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #eaeaea;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #fff;
26
+ opacity: 0.9;
27
+ }
28
+ .status-left { font-weight: 600; font-size: 44px; letter-spacing: 1px; }
29
+ .status-icons { display: flex; align-items: center; gap: 28px; }
30
+ .status-dot { width: 14px; height: 14px; background:#cfcfcf; border-radius:50%; display:inline-block; }
31
+
32
+ /* App bar */
33
+ .app-bar {
34
+ height: 110px;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 24px;
38
+ gap: 24px;
39
+ }
40
+ .icon-btn {
41
+ width: 84px;
42
+ height: 84px;
43
+ border-radius: 16px;
44
+ background: transparent;
45
+ border: none;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .app-spacer { flex: 1; }
51
+ .cart-wrap { position: relative; width: 96px; height: 96px; display:flex; align-items:center; justify-content:center; }
52
+ .badge {
53
+ position: absolute;
54
+ right: 8px;
55
+ top: 8px;
56
+ background: #ffb000;
57
+ color: #111;
58
+ width: 44px; height: 44px;
59
+ border-radius: 50%;
60
+ font-weight: 700;
61
+ font-size: 28px;
62
+ display:flex; align-items:center; justify-content:center;
63
+ border: 2px solid #222;
64
+ }
65
+
66
+ /* Green banner */
67
+ .banner {
68
+ background: #7EC600;
69
+ color: #103000;
70
+ font-size: 42px;
71
+ line-height: 1.35;
72
+ padding: 28px 36px;
73
+ font-weight: 700;
74
+ }
75
+
76
+ /* Content area */
77
+ .content {
78
+ padding: 36px;
79
+ font-size: 40px;
80
+ line-height: 1.6;
81
+ color: #e0e0e0;
82
+ }
83
+ .section-title {
84
+ margin-top: 42px;
85
+ margin-bottom: 12px;
86
+ font-size: 52px;
87
+ font-weight: 800;
88
+ color: #f0f0f0;
89
+ }
90
+ .sub-title {
91
+ margin-top: 40px;
92
+ margin-bottom: 22px;
93
+ font-size: 48px;
94
+ font-weight: 800;
95
+ color: #f0f0f0;
96
+ }
97
+
98
+ /* List items */
99
+ .list {
100
+ display: flex;
101
+ flex-direction: column;
102
+ gap: 26px;
103
+ margin-bottom: 20px;
104
+ }
105
+ .list-item {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 22px;
109
+ font-size: 42px;
110
+ color: #f5f5f5;
111
+ }
112
+ .thumb-up svg { fill: #72d252; }
113
+ .thumb-down svg { fill: #e64a3c; }
114
+
115
+ /* Recent items */
116
+ .recent-header {
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: space-between;
120
+ margin-top: 40px;
121
+ margin-bottom: 16px;
122
+ }
123
+ .recent-header .title { font-size: 56px; font-weight: 800; color:#f0f0f0; }
124
+ .recent-header .clear { font-size: 40px; color: #cfcfcf; }
125
+ .progress {
126
+ width: 100%;
127
+ height: 16px;
128
+ background: #3c3c3c;
129
+ border-radius: 10px;
130
+ overflow: hidden;
131
+ margin-bottom: 26px;
132
+ }
133
+ .progress .bar { width: 42%; height: 100%; background: #FFA512; }
134
+
135
+ .card {
136
+ width: 420px;
137
+ border: 2px solid #1f1f1f;
138
+ background: #2b2b2b;
139
+ border-radius: 12px;
140
+ padding: 16px;
141
+ }
142
+ .img-ph {
143
+ width: 100%;
144
+ height: 360px;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ display: flex;
148
+ justify-content: center;
149
+ align-items: center;
150
+ color: #757575;
151
+ font-size: 36px;
152
+ font-weight: 600;
153
+ }
154
+
155
+ /* Bottom bar */
156
+ .bottom-bar {
157
+ position: absolute;
158
+ left: 0; right: 0; bottom: 110px;
159
+ height: 170px;
160
+ background: #111;
161
+ border-top: 1px solid #222;
162
+ display: flex;
163
+ align-items: center;
164
+ padding: 0 36px;
165
+ gap: 34px;
166
+ }
167
+ .bottom-actions { display:flex; align-items:center; gap: 48px; }
168
+ .add-btn {
169
+ margin-left: auto;
170
+ background: transparent;
171
+ color: #ffffff;
172
+ font-weight: 900;
173
+ font-size: 52px;
174
+ letter-spacing: 1px;
175
+ }
176
+
177
+ /* Home indicator */
178
+ .home-indicator {
179
+ position: absolute;
180
+ bottom: 36px;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ width: 360px;
184
+ height: 16px;
185
+ background: #dcdcdc;
186
+ border-radius: 10px;
187
+ opacity: 0.9;
188
+ }
189
+
190
+ /* SVG icon sizes */
191
+ .icon-32 { width: 64px; height: 64px; }
192
+ .icon-40 { width: 80px; height: 80px; }
193
+ .icon-small { width: 44px; height: 44px; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div class="status-left">10:36</div>
202
+ <div class="status-icons">
203
+ <!-- simple dots to mimic small apps -->
204
+ <span class="status-dot"></span>
205
+ <span class="status-dot"></span>
206
+ <span class="status-dot"></span>
207
+ <!-- Wi-Fi -->
208
+ <svg class="icon-small" viewBox="0 0 24 24">
209
+ <path fill="#ffffff" d="M12 18.5l2.2 2.2L12 23l-2.2-2.3L12 18.5zm-7-7.4l1.4 1.4C8.2 10 11.8 10 17.6 12.5l1.4-1.4C14.6 7.7 9.4 7.7 5 11.1zm3.5 3.4l1.5 1.5c2.1-1.2 4.4-1.2 6.5 0l1.5-1.5c-3-2-6.9-2-9.5 0z"/>
210
+ </svg>
211
+ <!-- Battery -->
212
+ <svg class="icon-small" viewBox="0 0 24 24">
213
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#ffffff"></rect>
214
+ <rect x="20.5" y="10" width="2" height="4" fill="#ffffff"></rect>
215
+ <rect x="4" y="8" width="12" height="8" fill="#1db954"></rect>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- App bar with back/menu and cart -->
221
+ <div class="app-bar">
222
+ <button class="icon-btn" aria-label="Back">
223
+ <svg class="icon-40" viewBox="0 0 24 24">
224
+ <path fill="#ffffff" d="M15.5 4l-8 8 8 8 1.5-1.5-6.5-6.5 6.5-6.5z"></path>
225
+ </svg>
226
+ </button>
227
+ <button class="icon-btn" aria-label="Menu">
228
+ <svg class="icon-40" viewBox="0 0 24 24">
229
+ <rect x="4" y="6" width="16" height="2" fill="#ffffff"></rect>
230
+ <rect x="4" y="11" width="16" height="2" fill="#ffffff"></rect>
231
+ <rect x="4" y="16" width="16" height="2" fill="#ffffff"></rect>
232
+ </svg>
233
+ </button>
234
+ <div class="app-spacer"></div>
235
+ <div class="cart-wrap" aria-label="Cart">
236
+ <svg class="icon-40" viewBox="0 0 24 24">
237
+ <path fill="#ffffff" d="M8 3h8v4H8zM6 7h12v12H6z"></path>
238
+ </svg>
239
+ <div class="badge">1</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Success banner -->
244
+ <div class="banner">
245
+ Samsung RF27T5501SR 27 cu. ft. 3-Door French Door Refrigerator has been added in your cart successfully.
246
+ </div>
247
+
248
+ <!-- Main content -->
249
+ <div class="content">
250
+ <p>
251
+ This refrigerator is a great appliance for your kitchen and a smart purchase, as it comes with a Family Hub that allows you to connect with your family members, communicate, plan, and entertain in new ways. The filter provided in the middle of the inner drawer ensures that you get clean and filtered water.
252
+ </p>
253
+ <p>
254
+ Customer reviews of this refrigerator are overwhelmingly positive, with users praising the product for being as described, as well as the prompt delivery (within three weeks).
255
+ </p>
256
+
257
+ <div class="section-title">Key</div>
258
+
259
+ <div class="sub-title">Pros</div>
260
+ <div class="list">
261
+ <div class="list-item">
262
+ <span class="thumb-up">
263
+ <svg class="icon-32" viewBox="0 0 24 24">
264
+ <path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l1-4.3V3c0-.6-.4-1-1-1L9 8v11h9c1.1 0 2-.9 2-2v-8z"></path>
265
+ </svg>
266
+ </span>
267
+ <span>Comes with a Family Hub for easy connectivity</span>
268
+ </div>
269
+ <div class="list-item">
270
+ <span class="thumb-up">
271
+ <svg class="icon-32" viewBox="0 0 24 24">
272
+ <path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l1-4.3V3c0-.6-.4-1-1-1L9 8v11h9c1.1 0 2-.9 2-2v-8z"></path>
273
+ </svg>
274
+ </span>
275
+ <span>Filter in the inner drawer for clean water</span>
276
+ </div>
277
+ <div class="list-item">
278
+ <span class="thumb-up">
279
+ <svg class="icon-32" viewBox="0 0 24 24">
280
+ <path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l1-4.3V3c0-.6-.4-1-1-1L9 8v11h9c1.1 0 2-.9 2-2v-8z"></path>
281
+ </svg>
282
+ </span>
283
+ <span>Prompt delivery</span>
284
+ </div>
285
+ <div class="list-item">
286
+ <span class="thumb-up">
287
+ <svg class="icon-32" viewBox="0 0 24 24">
288
+ <path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l1-4.3V3c0-.6-.4-1-1-1L9 8v11h9c1.1 0 2-.9 2-2v-8z"></path>
289
+ </svg>
290
+ </span>
291
+ <span>Key</span>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="sub-title">Cons</div>
296
+ <div class="list">
297
+ <div class="list-item">
298
+ <span class="thumb-down">
299
+ <svg class="icon-32" viewBox="0 0 24 24">
300
+ <path d="M22 3h-4v12h4V3zM2 10c0 1.1.9 2 2 2h6l-1 4.3v1.7c0 .6.4 1 1 1l5-6.9V1H6C4.9 1 4 1.9 4 3v7z"></path>
301
+ </svg>
302
+ </span>
303
+ <span>Curbside delivery requires the customer to bring it into their home</span>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="recent-header">
308
+ <div class="title">Recent items</div>
309
+ <div class="clear">Clear</div>
310
+ </div>
311
+ <div class="progress"><div class="bar"></div></div>
312
+
313
+ <div class="card">
314
+ <div class="img-ph">[IMG: Silver Refrigerator]</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Bottom action bar -->
319
+ <div class="bottom-bar">
320
+ <div class="bottom-actions">
321
+ <!-- Heart -->
322
+ <svg class="icon-40" viewBox="0 0 24 24">
323
+ <path fill="#ffffff" d="M12 21s-7-4.6-9.2-7.3C0.5 11.1 1.4 7.8 4.4 7.1 6.2 6.7 7.9 7.5 9 8.7c1.1-1.2 2.8-2 4.6-1.6 3 0.7 3.9 4 1.6 6.6C19 16.4 12 21 12 21z"></path>
324
+ </svg>
325
+ <!-- Share -->
326
+ <svg class="icon-40" viewBox="0 0 24 24">
327
+ <path fill="#ffffff" d="M18 16.1c-.9 0-1.7.4-2.2 1l-7.2-3.6c.1-.3.1-.6.1-.9s0-.6-.1-.9l7.2-3.6c.5.6 1.3 1 2.2 1 1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3c0 .2 0 .4.1.6L7 9.1C6.5 8.5 5.8 8.1 5 8.1c-1.7 0-3 1.3-3 3s1.3 3 3 3c.8 0 1.5-.4 2-.9l8.1 4c0 .2-.1.4-.1.7 0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-2.8-3-2.8z"></path>
328
+ </svg>
329
+ </div>
330
+ <div class="add-btn">ADD TO CART</div>
331
+ </div>
332
+
333
+ <div class="home-indicator"></div>
334
+ </div>
335
+ </body>
336
+ </html>
code/5060/5060_0.html ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ border-radius: 32px;
16
+ box-shadow: 0 12px 40px rgba(0,0,0,0.15);
17
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
18
+ color: #111;
19
+ }
20
+
21
+ /* Status bar */
22
+ .statusbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 96px;
28
+ padding: 0 32px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-left {
35
+ font-weight: 600;
36
+ font-size: 32px;
37
+ color: #111;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 20px;
43
+ }
44
+ .icon {
45
+ width: 34px;
46
+ height: 34px;
47
+ }
48
+ .battery {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 8px;
52
+ font-size: 28px;
53
+ color: #111;
54
+ }
55
+
56
+ /* Search header and bar */
57
+ .search-header {
58
+ position: absolute;
59
+ top: 96px;
60
+ left: 0;
61
+ width: 1080px;
62
+ padding: 24px 24px 16px 24px;
63
+ box-sizing: border-box;
64
+ }
65
+ .search-row {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 20px;
69
+ }
70
+ .back-btn {
71
+ width: 72px;
72
+ height: 72px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ }
77
+ .searchbar {
78
+ flex: 1;
79
+ height: 88px;
80
+ background: #F3F4F6;
81
+ border-radius: 44px;
82
+ padding: 0 28px;
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 18px;
86
+ box-sizing: border-box;
87
+ border: 1px solid #E4E6EB;
88
+ }
89
+ .search-text {
90
+ flex: 1;
91
+ font-size: 36px;
92
+ color: #222;
93
+ }
94
+ .ghost-btn {
95
+ width: 56px;
96
+ height: 56px;
97
+ border-radius: 28px;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ background: #EAEAEA;
102
+ }
103
+ .search-action {
104
+ margin-left: 8px;
105
+ font-size: 36px;
106
+ color: #1a73e8;
107
+ font-weight: 600;
108
+ }
109
+
110
+ /* Results section */
111
+ .results {
112
+ position: absolute;
113
+ top: 240px;
114
+ left: 0;
115
+ width: 1080px;
116
+ padding: 8px 32px 0 32px;
117
+ box-sizing: border-box;
118
+ }
119
+ .results-title {
120
+ font-size: 40px;
121
+ color: #333;
122
+ margin-bottom: 28px;
123
+ }
124
+ .file-item {
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ padding: 20px 0;
129
+ }
130
+ .file-left {
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 28px;
134
+ }
135
+ .thumb {
136
+ width: 140px;
137
+ height: 140px;
138
+ background: #E0E0E0;
139
+ border: 1px solid #BDBDBD;
140
+ border-radius: 16px;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ color: #757575;
145
+ font-size: 26px;
146
+ text-align: center;
147
+ }
148
+ .file-info .name {
149
+ font-size: 46px;
150
+ color: #1a73e8;
151
+ font-weight: 700;
152
+ line-height: 1.2;
153
+ }
154
+ .file-info .meta {
155
+ margin-top: 6px;
156
+ font-size: 32px;
157
+ color: #6b7280;
158
+ }
159
+ .radio {
160
+ width: 44px;
161
+ height: 44px;
162
+ border-radius: 50%;
163
+ border: 3px solid #D1D5DB;
164
+ margin-right: 16px;
165
+ }
166
+
167
+ /* Keyboard overlay */
168
+ .keyboard {
169
+ position: absolute;
170
+ bottom: 48px;
171
+ left: 0;
172
+ width: 1080px;
173
+ height: 860px;
174
+ background: #1f1f1f;
175
+ border-top-left-radius: 28px;
176
+ border-top-right-radius: 28px;
177
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
178
+ padding: 16px 20px 24px 20px;
179
+ box-sizing: border-box;
180
+ }
181
+ .suggestions {
182
+ height: 92px;
183
+ display: flex;
184
+ align-items: center;
185
+ gap: 18px;
186
+ color: #e5e7eb;
187
+ font-size: 34px;
188
+ border-bottom: 1px solid rgba(255,255,255,0.08);
189
+ margin-bottom: 10px;
190
+ padding: 0 6px;
191
+ }
192
+ .suggestions .chip {
193
+ color: #fff;
194
+ background: #2b2b2b;
195
+ border-radius: 12px;
196
+ padding: 6px 12px;
197
+ }
198
+ .kb-row {
199
+ display: flex;
200
+ gap: 12px;
201
+ justify-content: center;
202
+ margin: 12px 0;
203
+ }
204
+ .key {
205
+ height: 118px;
206
+ min-width: 88px;
207
+ flex: 1;
208
+ max-width: 98px;
209
+ background: #2b2b2b;
210
+ border-radius: 18px;
211
+ color: #fff;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+ font-size: 44px;
216
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.03);
217
+ }
218
+ .key.small { max-width: 88px; }
219
+ .key.wide { flex: 1.6; }
220
+ .key.xwide { flex: 4; }
221
+ .key.icon {
222
+ background: #3a3a3a;
223
+ }
224
+ .bottom-bar {
225
+ display: flex;
226
+ gap: 14px;
227
+ align-items: center;
228
+ margin-top: 4px;
229
+ }
230
+ .search-submit {
231
+ width: 150px;
232
+ height: 150px;
233
+ border-radius: 75px;
234
+ background: #dfe6f9;
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ }
239
+ .home-indicator {
240
+ position: absolute;
241
+ bottom: 10px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ width: 300px;
245
+ height: 14px;
246
+ background: #E5E5E5;
247
+ border-radius: 7px;
248
+ }
249
+ </style>
250
+ </head>
251
+ <body>
252
+ <div id="render-target">
253
+
254
+ <!-- Status Bar -->
255
+ <div class="statusbar">
256
+ <div class="status-left">9:01</div>
257
+ <div class="status-right">
258
+ <!-- cellular -->
259
+ <svg class="icon" viewBox="0 0 24 24">
260
+ <rect x="2" y="14" width="3" height="8" fill="#111"/>
261
+ <rect x="7" y="10" width="3" height="12" fill="#111"/>
262
+ <rect x="12" y="6" width="3" height="16" fill="#111"/>
263
+ <rect x="17" y="2" width="3" height="20" fill="#111"/>
264
+ </svg>
265
+ <!-- wifi -->
266
+ <svg class="icon" viewBox="0 0 24 24">
267
+ <path d="M2 9c5-5 15-5 20 0" stroke="#111" stroke-width="2" fill="none"/>
268
+ <path d="M5 12c4-4 10-4 14 0" stroke="#111" stroke-width="2" fill="none"/>
269
+ <path d="M8 15c3-3 5-3 8 0" stroke="#111" stroke-width="2" fill="none"/>
270
+ <circle cx="12" cy="18" r="2" fill="#111"/>
271
+ </svg>
272
+ <!-- battery -->
273
+ <div class="battery">
274
+ <svg class="icon" viewBox="0 0 28 16">
275
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#111" fill="none" stroke-width="2"/>
276
+ <rect x="3" y="4" width="16" height="8" rx="1" fill="#111"/>
277
+ <rect x="23" y="5" width="4" height="6" rx="1" fill="#111"/>
278
+ </svg>
279
+ 98%
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Search area -->
285
+ <div class="search-header">
286
+ <div class="search-row">
287
+ <div class="back-btn">
288
+ <svg width="36" height="36" viewBox="0 0 24 24">
289
+ <path d="M15 19l-7-7 7-7" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
290
+ </svg>
291
+ </div>
292
+ <div class="searchbar">
293
+ <div class="search-text">MyFitshare</div>
294
+ <div class="ghost-btn">
295
+ <svg width="24" height="24" viewBox="0 0 24 24">
296
+ <path d="M6 6l12 12M18 6L6 18" stroke="#666" stroke-width="2" stroke-linecap="round"/>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ <div class="search-action">Search</div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Results -->
305
+ <div class="results">
306
+ <div class="results-title">Search results (1)</div>
307
+ <div class="file-item">
308
+ <div class="file-left">
309
+ <div class="thumb">[IMG: App Thumbnail]</div>
310
+ <div class="file-info">
311
+ <div class="name">MyfitShare.PNG</div>
312
+ <div class="meta">94.17KB · Location: TeraBox</div>
313
+ </div>
314
+ </div>
315
+ <div class="radio"></div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Keyboard -->
320
+ <div class="keyboard">
321
+ <div class="suggestions">
322
+ <svg width="34" height="34" viewBox="0 0 24 24">
323
+ <rect x="3" y="3" width="7" height="7" fill="#fff"/>
324
+ <rect x="14" y="3" width="7" height="7" fill="#fff"/>
325
+ <rect x="3" y="14" width="7" height="7" fill="#fff"/>
326
+ <rect x="14" y="14" width="7" height="7" fill="#fff"/>
327
+ </svg>
328
+ <span class="chip">MyFitshare</span>
329
+ <span>|</span>
330
+ <span class="chip">Myfitshare</span>
331
+ <div style="margin-left:auto; display:flex; align-items:center; gap:12px;">
332
+ <svg width="36" height="36" viewBox="0 0 24 24">
333
+ <path d="M12 4v12m-6-6h12" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
334
+ </svg>
335
+ <svg width="36" height="36" viewBox="0 0 24 24">
336
+ <path d="M12 5v8l3 3" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Row 1 -->
342
+ <div class="kb-row">
343
+ <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>
344
+ <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>
345
+ </div>
346
+ <!-- Row 2 -->
347
+ <div class="kb-row" style="padding: 0 60px;">
348
+ <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>
349
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
350
+ </div>
351
+ <!-- Row 3 -->
352
+ <div class="kb-row" style="padding: 0 120px;">
353
+ <div class="key wide">
354
+ <svg width="32" height="32" viewBox="0 0 24 24">
355
+ <path d="M7 20l5-12 5 12" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
356
+ </svg>
357
+ </div>
358
+ <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>
359
+ <div class="key wide">
360
+ <svg width="40" height="40" viewBox="0 0 24 24">
361
+ <path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
362
+ </svg>
363
+ </div>
364
+ </div>
365
+ <!-- Row 4 / bottom bar -->
366
+ <div class="bottom-bar">
367
+ <div class="key wide">?123</div>
368
+ <div class="key small">,</div>
369
+ <div class="key icon small">
370
+ <svg width="30" height="30" viewBox="0 0 24 24">
371
+ <circle cx="12" cy="10" r="4" stroke="#fff" stroke-width="2" fill="none"/>
372
+ <path d="M6 22c0-4 12-4 12 0" stroke="#fff" stroke-width="2" fill="none"/>
373
+ </svg>
374
+ </div>
375
+ <div class="key xwide">space</div>
376
+ <div class="key small">.</div>
377
+ <div class="search-submit">
378
+ <svg width="64" height="64" viewBox="0 0 24 24">
379
+ <circle cx="11" cy="11" r="7" stroke="#1a73e8" stroke-width="2" fill="none"/>
380
+ <path d="M20 20l-4-4" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
381
+ </svg>
382
+ </div>
383
+ </div>
384
+ </div>
385
+
386
+ <!-- Home indicator -->
387
+ <div class="home-indicator"></div>
388
+
389
+ </div>
390
+ </body>
391
+ </html>
code/5060/5060_1.html ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MyfitShare.PNG Viewer</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: #000000; color: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px;
20
+ font-weight: 500;
21
+ }
22
+ .status-left { font-size: 38px; letter-spacing: 0.5px; }
23
+ .status-right { display: flex; align-items: center; gap: 28px; }
24
+ .status-icon svg { width: 36px; height: 36px; opacity: 0.9; }
25
+
26
+ /* Header with back and title */
27
+ .header {
28
+ position: absolute; top: 120px; left: 0; width: 100%; height: 120px;
29
+ display: flex; align-items: center;
30
+ padding: 0 24px 0 24px;
31
+ }
32
+ .back-btn { width: 80px; height: 120px; display: flex; align-items: center; justify-content: center; }
33
+ .back-btn svg { width: 42px; height: 42px; }
34
+ .title {
35
+ flex: 1; text-align: center;
36
+ font-size: 50px; font-weight: 500; color: #FFFFFF;
37
+ }
38
+
39
+ /* Image area */
40
+ .content-area {
41
+ position: absolute; top: 240px; left: 0; right: 0; bottom: 360px;
42
+ }
43
+ .img-placeholder {
44
+ position: absolute; left: 40px; width: 1000px; height: 920px;
45
+ top: 420px; /* centered visually within the black area */
46
+ background: #E0E0E0; border: 1px solid #BDBDBD;
47
+ display: flex; align-items: center; justify-content: center;
48
+ color: #757575; font-size: 40px; font-weight: 500;
49
+ border-radius: 8px;
50
+ }
51
+
52
+ /* Preview pill */
53
+ .preview-pill {
54
+ position: absolute; left: 50%; transform: translateX(-50%);
55
+ bottom: 360px; /* above bottom actions */
56
+ padding: 22px 40px;
57
+ border: 2px solid #3D3D3D;
58
+ border-radius: 40px;
59
+ color: #E0E0E0; font-size: 34px; opacity: 0.95;
60
+ background: rgba(0,0,0,0.35);
61
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
62
+ }
63
+
64
+ /* Bottom actions */
65
+ .toolbar {
66
+ position: absolute; left: 0; right: 0; bottom: 140px; height: 220px;
67
+ display: flex; align-items: center; justify-content: space-around;
68
+ }
69
+ .tool {
70
+ width: 200px; text-align: center; color: #E0E0E0;
71
+ }
72
+ .tool svg { width: 72px; height: 72px; display: block; margin: 0 auto; }
73
+ .tool-label { margin-top: 18px; font-size: 34px; }
74
+
75
+ .premium-badge {
76
+ position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
77
+ background: #E5C777; color: #2A2A2A;
78
+ font-weight: 600; font-size: 26px;
79
+ border-radius: 20px; padding: 6px 16px;
80
+ }
81
+
82
+ /* Home indicator */
83
+ .home-indicator {
84
+ position: absolute; left: 50%; transform: translateX(-50%);
85
+ bottom: 52px; width: 280px; height: 10px; border-radius: 10px;
86
+ background: rgba(255,255,255,0.75);
87
+ }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status bar -->
94
+ <div class="status-bar">
95
+ <div class="status-left">9:01</div>
96
+ <div class="status-right">
97
+ <div class="status-icon" title="Do Not Disturb">
98
+ <svg viewBox="0 0 24 24" fill="#FFFFFF">
99
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#FFFFFF" stroke-width="2"/>
100
+ <rect x="6" y="11" width="12" height="2" fill="#FFFFFF"/>
101
+ </svg>
102
+ </div>
103
+ <div class="status-icon" title="Wi‑Fi">
104
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
105
+ <path d="M2 8c5-4 15-4 20 0"/>
106
+ <path d="M5 12c3-3 11-3 14 0"/>
107
+ <path d="M8 16c2-2 6-2 8 0"/>
108
+ <circle cx="12" cy="19" r="1.8" fill="#FFFFFF" stroke="none"/>
109
+ </svg>
110
+ </div>
111
+ <div class="status-icon" title="Battery 99%">
112
+ <svg viewBox="0 0 28 24">
113
+ <rect x="2" y="5" width="22" height="14" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
114
+ <rect x="4" y="7" width="18.5" height="10" fill="#FFFFFF"/>
115
+ <rect x="24" y="9" width="3" height="6" rx="1" fill="#FFFFFF"/>
116
+ </svg>
117
+ </div>
118
+ <div style="font-size: 28px; opacity: 0.9;">99%</div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Header -->
123
+ <div class="header">
124
+ <div class="back-btn">
125
+ <svg viewBox="0 0 24 24" stroke="#FFFFFF" stroke-width="2" fill="none">
126
+ <path d="M15 5 L7 12 L15 19" />
127
+ </svg>
128
+ </div>
129
+ <div class="title">MyfitShare.PNG</div>
130
+ <div style="width:80px;"></div>
131
+ </div>
132
+
133
+ <!-- Content area -->
134
+ <div class="content-area">
135
+ <div class="img-placeholder">[IMG: Fitbit share card]</div>
136
+ <div class="preview-pill">Preview original image(94.2KB)</div>
137
+ </div>
138
+
139
+ <!-- Bottom toolbar -->
140
+ <div class="toolbar">
141
+ <div class="tool">
142
+ <svg viewBox="0 0 24 24" fill="n
code/5061/5061_0.html ADDED
@@ -0,0 +1,608 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Oats</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
+ color: #1f2937;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #f7f7f9;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 108px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 40px;
34
+ font-size: 38px;
35
+ color: #111827;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 22px;
41
+ }
42
+ .status-dot {
43
+ width: 18px;
44
+ height: 18px;
45
+ border-radius: 50%;
46
+ background: #6b7280;
47
+ display: inline-block;
48
+ }
49
+
50
+ /* Search bar area */
51
+ .search-wrap {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 36px;
55
+ right: 36px;
56
+ height: 120px;
57
+ background: #ffffff;
58
+ border-radius: 28px;
59
+ box-shadow: 0 2px 10px rgba(0,0,0,0.06);
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 28px;
63
+ gap: 24px;
64
+ }
65
+ .icon-btn {
66
+ width: 72px;
67
+ height: 72px;
68
+ border-radius: 36px;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ background: #f1f5f9;
73
+ }
74
+ .search-text {
75
+ flex: 1;
76
+ font-size: 44px;
77
+ color: #111827;
78
+ }
79
+ .search-actions {
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 16px;
83
+ }
84
+ .search-pill {
85
+ width: 72px;
86
+ height: 72px;
87
+ border-radius: 36px;
88
+ background: #f3f4f6;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #6b7280;
93
+ font-size: 42px;
94
+ }
95
+
96
+ .results-label {
97
+ position: absolute;
98
+ top: 260px;
99
+ left: 36px;
100
+ font-size: 42px;
101
+ font-weight: 600;
102
+ color: #111827;
103
+ }
104
+
105
+ /* Close overlay button */
106
+ .close-overlay {
107
+ position: absolute;
108
+ top: 360px;
109
+ left: 50%;
110
+ transform: translateX(-50%);
111
+ width: 120px;
112
+ height: 120px;
113
+ border-radius: 60px;
114
+ background: #111827;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ z-index: 3;
119
+ }
120
+ .close-overlay svg {
121
+ width: 48px;
122
+ height: 48px;
123
+ stroke: #ffffff;
124
+ stroke-width: 8;
125
+ stroke-linecap: round;
126
+ }
127
+
128
+ /* Bottom sheet (product detail) */
129
+ .sheet {
130
+ position: absolute;
131
+ top: 420px;
132
+ left: 0;
133
+ width: 1080px;
134
+ height: 1810px;
135
+ background: #ffffff;
136
+ border-top-left-radius: 44px;
137
+ border-top-right-radius: 44px;
138
+ box-shadow: 0 -6px 14px rgba(0,0,0,0.08);
139
+ padding: 40px 40px 280px 40px;
140
+ }
141
+
142
+ .product-image {
143
+ width: 720px;
144
+ height: 920px;
145
+ margin: 20px auto 28px auto;
146
+ background: #E0E0E0;
147
+ border: 1px solid #BDBDBD;
148
+ border-radius: 24px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ color: #757575;
153
+ font-size: 40px;
154
+ }
155
+
156
+ .dots {
157
+ width: 260px;
158
+ margin: 0 auto 20px auto;
159
+ display: flex;
160
+ justify-content: center;
161
+ gap: 18px;
162
+ }
163
+ .dot {
164
+ width: 18px;
165
+ height: 18px;
166
+ border-radius: 9px;
167
+ background: #c4c4c4;
168
+ }
169
+ .dot.active {
170
+ background: #374151;
171
+ }
172
+
173
+ .title-row {
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: space-between;
177
+ margin-top: 10px;
178
+ }
179
+ .title-row h1 {
180
+ margin: 0;
181
+ font-size: 62px;
182
+ font-weight: 800;
183
+ color: #111827;
184
+ }
185
+ .share-btn {
186
+ width: 104px;
187
+ height: 104px;
188
+ border-radius: 52px;
189
+ background: #ffffff;
190
+ border: 1px solid #e5e7eb;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ }
195
+ .share-btn svg {
196
+ width: 44px;
197
+ height: 44px;
198
+ fill: none;
199
+ stroke: #111827;
200
+ stroke-width: 8;
201
+ }
202
+
203
+ .time-row {
204
+ display: flex;
205
+ align-items: center;
206
+ gap: 16px;
207
+ margin-top: 22px;
208
+ font-size: 38px;
209
+ color: #10b981;
210
+ font-weight: 600;
211
+ }
212
+ .time-row svg {
213
+ width: 36px;
214
+ height: 36px;
215
+ stroke: #10b981;
216
+ stroke-width: 7;
217
+ fill: none;
218
+ }
219
+
220
+ .brand-row {
221
+ margin-top: 36px;
222
+ padding: 24px 0;
223
+ display: flex;
224
+ align-items: center;
225
+ border-bottom: 1px solid #e5e7eb;
226
+ }
227
+ .brand-avatar {
228
+ width: 96px;
229
+ height: 96px;
230
+ border-radius: 18px;
231
+ background: #E0E0E0;
232
+ border: 1px solid #BDBDBD;
233
+ display: flex;
234
+ align-items: center;
235
+ justify-content: center;
236
+ color: #757575;
237
+ font-size: 30px;
238
+ margin-right: 24px;
239
+ }
240
+ .brand-info {
241
+ flex: 1;
242
+ }
243
+ .brand-name {
244
+ font-size: 42px;
245
+ font-weight: 700;
246
+ color: #111827;
247
+ }
248
+ .brand-link {
249
+ font-size: 36px;
250
+ color: #16a34a;
251
+ margin-top: 6px;
252
+ }
253
+ .chev {
254
+ width: 64px;
255
+ height: 64px;
256
+ border-radius: 32px;
257
+ background: #f3f4f6;
258
+ display: flex;
259
+ align-items: center;
260
+ justify-content: center;
261
+ }
262
+ .chev svg {
263
+ width: 34px;
264
+ height: 34px;
265
+ stroke: #6b7280;
266
+ stroke-width: 7;
267
+ fill: none;
268
+ }
269
+
270
+ .section-title {
271
+ font-size: 48px;
272
+ font-weight: 800;
273
+ margin: 28px 0 20px 0;
274
+ color: #111827;
275
+ }
276
+
277
+ .unit-options {
278
+ display: flex;
279
+ gap: 24px;
280
+ }
281
+ .unit-card {
282
+ flex: 1;
283
+ min-width: 0;
284
+ border-radius: 28px;
285
+ padding: 28px;
286
+ border: 1px solid #e5e7eb;
287
+ background: #ffffff;
288
+ position: relative;
289
+ }
290
+ .unit-card.selected {
291
+ border: 3px solid #22c55e;
292
+ box-shadow: 0 4px 10px rgba(34,197,94,0.15);
293
+ }
294
+ .unit-card.disabled {
295
+ background: #f3f4f6;
296
+ color: #6b7280;
297
+ }
298
+ .badge {
299
+ position: absolute;
300
+ top: -22px;
301
+ left: 24px;
302
+ background: #3b82f6;
303
+ color: #ffffff;
304
+ font-size: 30px;
305
+ font-weight: 700;
306
+ padding: 10px 18px;
307
+ border-radius: 16px;
308
+ }
309
+ .unit-name {
310
+ font-size: 44px;
311
+ font-weight: 700;
312
+ margin-bottom: 12px;
313
+ color: #111827;
314
+ }
315
+ .unit-card.disabled .unit-name {
316
+ color: #6b7280;
317
+ }
318
+ .stock {
319
+ font-size: 36px;
320
+ color: #6b7280;
321
+ }
322
+ .price-row {
323
+ display: flex;
324
+ align-items: center;
325
+ gap: 16px;
326
+ }
327
+ .price {
328
+ font-size: 50px;
329
+ font-weight: 800;
330
+ color: #111827;
331
+ }
332
+ .mrp {
333
+ font-size: 40px;
334
+ color: #9ca3af;
335
+ text-decoration: line-through;
336
+ }
337
+
338
+ .similar-title {
339
+ margin-top: 34px;
340
+ }
341
+ .similar-scroll {
342
+ margin-top: 20px;
343
+ display: flex;
344
+ gap: 24px;
345
+ overflow: hidden;
346
+ }
347
+ .product-card {
348
+ width: 312px;
349
+ border: 1px solid #e5e7eb;
350
+ border-radius: 28px;
351
+ background: #ffffff;
352
+ padding: 18px;
353
+ position: relative;
354
+ }
355
+ .product-card .placeholder {
356
+ width: 100%;
357
+ height: 220px;
358
+ background: #E0E0E0;
359
+ border: 1px solid #BDBDBD;
360
+ border-radius: 18px;
361
+ display: flex;
362
+ align-items: center;
363
+ justify-content: center;
364
+ color: #757575;
365
+ font-size: 28px;
366
+ margin-bottom: 14px;
367
+ }
368
+ .ribbon {
369
+ position: absolute;
370
+ top: 16px;
371
+ left: 16px;
372
+ background: #3b82f6;
373
+ color: #ffffff;
374
+ font-size: 28px;
375
+ font-weight: 800;
376
+ padding: 8px 14px;
377
+ border-radius: 12px;
378
+ }
379
+ .mini-badge {
380
+ display: inline-block;
381
+ background: #60a5fa;
382
+ color: #ffffff;
383
+ font-size: 26px;
384
+ font-weight: 700;
385
+ padding: 6px 10px;
386
+ border-radius: 10px;
387
+ margin-bottom: 8px;
388
+ }
389
+ .mini-title {
390
+ font-size: 34px;
391
+ font-weight: 700;
392
+ margin-bottom: 6px;
393
+ color: #111827;
394
+ }
395
+ .mini-price-row {
396
+ display: flex;
397
+ align-items: center;
398
+ gap: 10px;
399
+ }
400
+ .mini-price-row .price {
401
+ font-size: 38px;
402
+ }
403
+ .mini-price-row .mrp {
404
+ font-size: 30px;
405
+ }
406
+
407
+ /* Bottom sticky bar */
408
+ .bottom-bar {
409
+ position: absolute;
410
+ bottom: 120px;
411
+ left: 0;
412
+ width: 1080px;
413
+ height: 220px;
414
+ background: #ffffff;
415
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.08);
416
+ display: flex;
417
+ align-items: center;
418
+ justify-content: space-between;
419
+ padding: 24px 40px;
420
+ z-index: 5;
421
+ }
422
+ .bar-left {
423
+ display: flex;
424
+ align-items: center;
425
+ gap: 22px;
426
+ }
427
+ .bar-left .mini-badge {
428
+ background: #60a5fa;
429
+ font-size: 30px;
430
+ padding: 8px 14px;
431
+ border-radius: 12px;
432
+ }
433
+ .bar-left .unit-name {
434
+ margin: 0;
435
+ font-size: 40px;
436
+ }
437
+ .bar-left .price-row .price {
438
+ font-size: 44px;
439
+ }
440
+ .cta {
441
+ background: #22c55e;
442
+ color: #ffffff;
443
+ border: none;
444
+ border-radius: 16px;
445
+ font-size: 44px;
446
+ font-weight: 800;
447
+ padding: 28px 60px;
448
+ width: 420px;
449
+ height: 120px;
450
+ cursor: pointer;
451
+ }
452
+
453
+ /* Home indicator */
454
+ .home-indicator {
455
+ position: absolute;
456
+ bottom: 34px;
457
+ left: 50%;
458
+ transform: translateX(-50%);
459
+ width: 360px;
460
+ height: 14px;
461
+ background: #111827;
462
+ border-radius: 7px;
463
+ opacity: 0.9;
464
+ }
465
+
466
+ /* SVG helpers */
467
+ .svg-fill {
468
+ fill: #111827;
469
+ }
470
+ </style>
471
+ </head>
472
+ <body>
473
+ <div id="render-target">
474
+ <!-- Status bar -->
475
+ <div class="status-bar">
476
+ <div>1:31</div>
477
+ <div class="status-icons">
478
+ <span class="status-dot"></span>
479
+ <svg width="40" height="40" viewBox="0 0 24 24"><path class="svg-fill" d="M12 3l8 6H4l8-6zm-8 8h16v10H4V11z"/></svg>
480
+ <div>100%</div>
481
+ </div>
482
+ </div>
483
+
484
+ <!-- Search bar -->
485
+ <div class="search-wrap">
486
+ <div class="icon-btn">
487
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#111827" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
488
+ </div>
489
+ <div class="search-text">oats</div>
490
+ <div class="search-actions">
491
+ <div class="search-pill">x</div>
492
+ <div class="icon-btn">
493
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 3c1.7 0 3 1.3 3 3v5c0 1.7-1.3 3-3 3s-3-1.3-3-3V6c0-1.7 1.3-3 3-3z" fill="#111827"/><path d="M5 10v1c0 3.9 3.1 7 7 7s7-3.1 7-7v-1" stroke="#111827" stroke-width="2" fill="none"/></svg>
494
+ </div>
495
+ </div>
496
+ </div>
497
+
498
+ <div class="results-label">Showing results for "oats"</div>
499
+
500
+ <!-- Close overlay button -->
501
+ <div class="close-overlay">
502
+ <svg viewBox="0 0 24 24">
503
+ <path d="M6 6l12 12M18 6L6 18"></path>
504
+ </svg>
505
+ </div>
506
+
507
+ <!-- Product Detail Sheet -->
508
+ <div class="sheet">
509
+ <div class="product-image">[IMG: Quaker Oats Pack]</div>
510
+
511
+ <div class="dots">
512
+ <div class="dot active"></div>
513
+ <div class="dot"></div>
514
+ <div class="dot"></div>
515
+ <div class="dot"></div>
516
+ <div class="dot"></div>
517
+ </div>
518
+
519
+ <div class="title-row">
520
+ <h1>Quaker Rolled Oats</h1>
521
+ <div class="share-btn" title="Share">
522
+ <svg viewBox="0 0 24 24">
523
+ <path d="M7 17l10-10M17 7H9m8 0v8" stroke-linecap="round" stroke-linejoin="round"></path>
524
+ </svg>
525
+ </div>
526
+ </div>
527
+
528
+ <div class="time-row">
529
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v6l4 2" stroke-linecap="round"></path></svg>
530
+ <span>13 MINS</span>
531
+ </div>
532
+
533
+ <div class="brand-row">
534
+ <div class="brand-avatar">[IMG: Brand Logo]</div>
535
+ <div class="brand-info">
536
+ <div class="brand-name">Quaker</div>
537
+ <div class="brand-link">Explore all products</div>
538
+ </div>
539
+ <div class="chev">
540
+ <svg viewBox="0 0 24 24"><path d="M9 18l6-6-6-6" stroke-linecap="round" stroke-linejoin="round"></path></svg>
541
+ </div>
542
+ </div>
543
+
544
+ <div class="section-title">Select Unit</div>
545
+ <div class="unit-options">
546
+ <div class="unit-card selected">
547
+ <div class="badge">18% OFF</div>
548
+ <div class="unit-name">1 kg</div>
549
+ <div class="price-row">
550
+ <span class="price">₹163</span>
551
+ <span class="mrp">₹199</span>
552
+ </div>
553
+ </div>
554
+ <div class="unit-card disabled">
555
+ <div class="unit-name">2 kg</div>
556
+ <div class="stock">Out of stock</div>
557
+ </div>
558
+ </div>
559
+
560
+ <div class="section-title similar-title">Similar Products</div>
561
+ <div class="similar-scroll">
562
+ <div class="product-card">
563
+ <div class="ribbon">20% OFF</div>
564
+ <div class="placeholder">[IMG: Oats Pack]</div>
565
+ <div class="mini-badge">18% OFF</div>
566
+ <div class="mini-title">1 kg</div>
567
+ <div class="mini-price-row">
568
+ <span class="price">₹163</span>
569
+ <span class="mrp">MRP ₹199</span>
570
+ </div>
571
+ </div>
572
+ <div class="product-card">
573
+ <div class="placeholder">[IMG: Oats Pack]</div>
574
+ <div class="mini-title">1 kg</div>
575
+ <div class="mini-price-row">
576
+ <span class="price">₹163</span>
577
+ <span class="mrp">MRP ₹199</span>
578
+ </div>
579
+ </div>
580
+ <div class="product-card">
581
+ <div class="ribbon">20% OFF</div>
582
+ <div class="placeholder">[IMG: Oats Pack]</div>
583
+ <div class="mini-title">Pack of 2</div>
584
+ <div class="mini-price-row">
585
+ <span class="price">₹320</span>
586
+ <span class="mrp">MRP ₹400</span>
587
+ </div>
588
+ </div>
589
+ </div>
590
+ </div>
591
+
592
+ <!-- Bottom sheet bar -->
593
+ <div class="bottom-bar">
594
+ <div class="bar-left">
595
+ <div class="mini-badge">18% OFF</div>
596
+ <div class="unit-name">1 kg</div>
597
+ <div class="price-row">
598
+ <span class="price">₹163</span>
599
+ <span class="mrp">MRP ₹199</span>
600
+ </div>
601
+ </div>
602
+ <button class="cta">Add to cart</button>
603
+ </div>
604
+
605
+ <div class="home-indicator"></div>
606
+ </div>
607
+ </body>
608
+ </html>