yhzheng1031 commited on
Commit
130cd69
·
verified ·
1 Parent(s): 6c4f0ae

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/13911/13911_4.html +258 -0
  2. code/13912/13912_1.html +214 -0
  3. code/13912/13912_2.html +359 -0
  4. code/13912/13912_3.html +259 -0
  5. code/13912/13912_4.html +545 -0
  6. code/13912/13912_5.html +473 -0
  7. code/13912/13912_6.html +258 -0
  8. code/13912/13912_7.html +386 -0
  9. code/13913/13913_0.html +306 -0
  10. code/13913/13913_1.html +264 -0
  11. code/13913/13913_2.html +432 -0
  12. code/13913/13913_3.html +491 -0
  13. code/13914/13914_0.html +292 -0
  14. code/13914/13914_1.html +307 -0
  15. code/13914/13914_2.html +218 -0
  16. code/13914/13914_4.html +205 -0
  17. code/13916/13916_0.html +410 -0
  18. code/13916/13916_1.html +409 -0
  19. code/13916/13916_2.html +355 -0
  20. code/13916/13916_3.html +391 -0
  21. code/13916/13916_4.html +358 -0
  22. code/13916/13916_5.html +315 -0
  23. code/13916/13916_6.html +257 -0
  24. code/13916/13916_7.html +296 -0
  25. code/13918/13918_0.html +338 -0
  26. code/13918/13918_1.html +398 -0
  27. code/13918/13918_2.html +248 -0
  28. code/13918/13918_3.html +348 -0
  29. code/13919/13919_0.html +209 -0
  30. code/13919/13919_1.html +185 -0
  31. code/13919/13919_10.html +247 -0
  32. code/13919/13919_11.html +177 -0
  33. code/13919/13919_2.html +157 -0
  34. code/13919/13919_3.html +273 -0
  35. code/13919/13919_4.html +211 -0
  36. code/13919/13919_5.html +224 -0
  37. code/13919/13919_6.html +267 -0
  38. code/13919/13919_7.html +236 -0
  39. code/13919/13919_8.html +250 -0
  40. code/13919/13919_9.html +265 -0
  41. code/1392/1392_0.html +388 -0
  42. code/1392/1392_1.html +375 -0
  43. code/1392/1392_2.html +355 -0
  44. code/1392/1392_3.html +321 -0
  45. code/1392/1392_4.html +391 -0
  46. code/1392/1392_5.html +247 -0
  47. code/1392/1392_6.html +299 -0
  48. code/1392/1392_7.html +239 -0
  49. code/1392/1392_8.html +295 -0
  50. code/13921/13921_0.html +278 -0
code/13911/13911_4.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Nike Product - 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
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ background:#000;
22
+ color:#fff;
23
+ display:flex;
24
+ align-items:center;
25
+ justify-content:space-between;
26
+ padding: 0 36px;
27
+ box-sizing:border-box;
28
+ font-size:34px;
29
+ letter-spacing:0.5px;
30
+ }
31
+ .status-right {
32
+ display:flex;
33
+ align-items:center;
34
+ gap:26px;
35
+ }
36
+ .status-icon svg { display:block; }
37
+
38
+ /* Header */
39
+ .header {
40
+ height: 140px;
41
+ display:flex;
42
+ align-items:center;
43
+ padding: 0 28px;
44
+ box-sizing:border-box;
45
+ position: relative;
46
+ background:#fff;
47
+ border-bottom: 1px solid #e9e9e9;
48
+ }
49
+ .back-btn, .right-icons {
50
+ display:flex; align-items:center; gap:28px;
51
+ }
52
+ .title {
53
+ position:absolute;
54
+ left:50%;
55
+ transform:translateX(-50%);
56
+ font-size:44px;
57
+ font-weight:700;
58
+ color:#222;
59
+ }
60
+ .icon-btn { width:56px; height:56px; display:flex; align-items:center; justify-content:center; }
61
+ .bag {
62
+ position: relative;
63
+ }
64
+ .badge {
65
+ position:absolute;
66
+ top:-4px; right:-4px;
67
+ width:40px; height:40px;
68
+ border-radius:8px;
69
+ border:2px solid #fff;
70
+ background:#111;
71
+ color:#fff;
72
+ font-size:26px;
73
+ display:flex; align-items:center; justify-content:center;
74
+ font-weight:700;
75
+ }
76
+
77
+ /* Indicator line */
78
+ .indicator {
79
+ height: 22px;
80
+ background:#f2f2f2;
81
+ display:flex;
82
+ align-items:center;
83
+ justify-content:center;
84
+ }
85
+ .indicator .bar {
86
+ width: 260px; height: 6px; background:#cfcfcf; border-radius:4px;
87
+ }
88
+
89
+ /* Content */
90
+ .content {
91
+ padding: 28px;
92
+ box-sizing: border-box;
93
+ }
94
+
95
+ .gallery {
96
+ display:flex;
97
+ gap: 28px;
98
+ margin-top: 18px;
99
+ margin-bottom: 40px;
100
+ }
101
+ .img-card {
102
+ width: 328px; height: 240px;
103
+ background:#E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ display:flex; align-items:center; justify-content:center;
106
+ color:#757575;
107
+ font-size:28px; text-align:center;
108
+ }
109
+
110
+ .subtitle {
111
+ font-size:38px;
112
+ color:#222;
113
+ margin: 26px 0 6px 0;
114
+ font-weight:500;
115
+ }
116
+ .product-name {
117
+ font-size:70px;
118
+ font-weight:800;
119
+ margin: 10px 0 26px 0;
120
+ letter-spacing:-0.5px;
121
+ }
122
+ .price {
123
+ font-size:44px; margin: 10px 0;
124
+ }
125
+ .muted {
126
+ color:#8a8a8a;
127
+ font-size:32px;
128
+ line-height:1.35;
129
+ }
130
+
131
+ .description {
132
+ margin-top: 60px;
133
+ font-size:36px;
134
+ line-height:1.7;
135
+ color:#222;
136
+ }
137
+
138
+ .bullets {
139
+ margin-top: 36px;
140
+ margin-left: 24px;
141
+ font-size:34px;
142
+ color:#222;
143
+ line-height:1.7;
144
+ }
145
+ .bullets li { margin-bottom: 18px; }
146
+
147
+ .link {
148
+ margin-top: 48px;
149
+ font-size:38px;
150
+ color:#9c9c9c;
151
+ }
152
+
153
+ /* Bottom gesture bar */
154
+ .gesture {
155
+ position:absolute;
156
+ bottom: 26px;
157
+ left:50%;
158
+ transform:translateX(-50%);
159
+ width: 320px; height: 12px;
160
+ background:#bfbfbf;
161
+ border-radius: 8px;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Android-like status bar -->
169
+ <div class="status-bar">
170
+ <div class="time">12:38</div>
171
+ <div class="status-right">
172
+ <div class="status-icon">
173
+ <!-- location dot -->
174
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff">
175
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
176
+ </svg>
177
+ </div>
178
+ <div class="status-icon">
179
+ <!-- wifi -->
180
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff">
181
+ <path d="M12 20l2-2-2-2-2 2 2 2zm-7-8a12 12 0 0 1 14 0l1.5-1.5a14 14 0 0 0-17 0L5 12zm3 3a8 8 0 0 1 8 0l1.5-1.5a10 10 0 0 0-11 0L8 15z"/>
182
+ </svg>
183
+ </div>
184
+ <div class="status-icon" style="display:flex; align-items:center; gap:8px;">
185
+ <!-- battery -->
186
+ <svg width="48" height="36" viewBox="0 0 28 18" fill="#fff">
187
+ <rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
188
+ <rect x="3" y="5" width="18" height="8" fill="#fff"/>
189
+ <rect x="23" y="6" width="3" height="6" fill="#fff"/>
190
+ </svg>
191
+ <span>97%</span>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Header -->
197
+ <div class="header">
198
+ <div class="back-btn icon-btn">
199
+ <svg width="48" height="48" viewBox="0 0 24 24">
200
+ <path d="M15 4L7 12l8 8" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="title">Nike Revolution 7</div>
204
+ <div class="right-icons" style="margin-left:auto;">
205
+ <div class="icon-btn">
206
+ <!-- search -->
207
+ <svg width="48" height="48" viewBox="0 0 24 24">
208
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2.4" fill="none"/>
209
+ <path d="M20 20l-4-4" stroke="#111" stroke-width="2.4" stroke-linecap="round"/>
210
+ </svg>
211
+ </div>
212
+ <div class="icon-btn bag">
213
+ <!-- bag -->
214
+ <svg width="48" height="48" viewBox="0 0 24 24">
215
+ <path d="M6 9h12l-1 11H7L6 9z" stroke="#111" stroke-width="2" fill="none"/>
216
+ <path d="M9 9V7a3 3 0 0 1 6 0v2" stroke="#111" stroke-width="2" fill="none"/>
217
+ </svg>
218
+ <div class="badge">2</div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Indicator -->
224
+ <div class="indicator">
225
+ <div class="bar"></div>
226
+ </div>
227
+
228
+ <!-- Content -->
229
+ <div class="content">
230
+ <div class="gallery">
231
+ <div class="img-card">[IMG: Grey Nike Shoe]</div>
232
+ <div class="img-card">[IMG: White Nike Shoe]</div>
233
+ <div class="img-card">[IMG: Black Nike Shoe]</div>
234
+ </div>
235
+
236
+ <div class="subtitle">Men's Road Running Shoes</div>
237
+ <div class="product-name">Nike Revolution 7</div>
238
+
239
+ <div class="price">MRP : ₹ 3 695.00</div>
240
+ <div class="muted">Incl. of taxes<br>(Also includes all applicable duties)</div>
241
+
242
+ <div class="description">
243
+ We loaded the Revolution 7 with the sort of soft cushioning and support that might change your running world. Stylish as ever, comfortable when the rubber meets the road and performance-driven for your desired pace, it's an evolution of a fan favourite that offers a soft, smooth ride.
244
+ </div>
245
+
246
+ <ul class="bullets">
247
+ <li>Shown: Wolf Grey/Smoke Grey/Black/Volt</li>
248
+ <li>Style: FB2207-002</li>
249
+ <li>Country/Region of Origin: Indonesia</li>
250
+ </ul>
251
+
252
+ <div class="link">View Product Details</div>
253
+ </div>
254
+
255
+ <div class="gesture"></div>
256
+ </div>
257
+ </body>
258
+ </html>
code/13912/13912_1.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flashcards UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #121212; /* dark app background */
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 88px;
29
+ color: #FFFFFF;
30
+ padding: 0 28px;
31
+ box-sizing: border-box;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ }
36
+ .status-left {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 20px;
40
+ font-size: 32px;
41
+ letter-spacing: 0.5px;
42
+ }
43
+ .status-icons {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 16px;
47
+ }
48
+ .status-right {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 18px;
52
+ }
53
+
54
+ /* App bar */
55
+ .app-bar {
56
+ position: absolute;
57
+ top: 88px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 128px;
61
+ background: #1f2a2f; /* slightly lighter than background */
62
+ display: flex;
63
+ align-items: center;
64
+ box-sizing: border-box;
65
+ padding: 0 24px;
66
+ color: #FFFFFF;
67
+ }
68
+ .back-btn {
69
+ width: 64px;
70
+ height: 64px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ margin-right: 8px;
75
+ }
76
+ .app-title {
77
+ font-size: 42px;
78
+ font-weight: 600;
79
+ margin-left: 8px;
80
+ }
81
+
82
+ /* Content area */
83
+ .content {
84
+ position: absolute;
85
+ top: 216px; /* status (88) + app bar (128) */
86
+ left: 0;
87
+ width: 100%;
88
+ padding: 40px 48px;
89
+ box-sizing: border-box;
90
+ color: #FFFFFF;
91
+ }
92
+
93
+ .thumb-card {
94
+ width: 660px;
95
+ height: 370px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ border-radius: 26px;
99
+ box-shadow: 0 6px 14px rgba(0,0,0,0.35);
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #757575;
104
+ font-size: 34px;
105
+ }
106
+
107
+ .list-row {
108
+ margin-top: 24px;
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 24px;
112
+ }
113
+ .yellow-icon {
114
+ width: 56px;
115
+ height: 56px;
116
+ background: #FFC107;
117
+ border-radius: 8px;
118
+ box-shadow: inset 0 0 0 4px rgba(0,0,0,0.25);
119
+ }
120
+ .row-title {
121
+ font-size: 40px;
122
+ font-weight: 500;
123
+ color: #F5F5F5;
124
+ }
125
+ .spacer {
126
+ flex: 1;
127
+ }
128
+
129
+ /* Bottom gesture bar */
130
+ .gesture-bar {
131
+ position: absolute;
132
+ bottom: 36px;
133
+ left: 50%;
134
+ transform: translateX(-50%);
135
+ width: 240px;
136
+ height: 10px;
137
+ background: #EAEAEA;
138
+ border-radius: 20px;
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-left">
149
+ <div>10:34</div>
150
+ <div class="status-icons">
151
+ <!-- Moon icon -->
152
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
153
+ <path d="M12 2a8.5 8.5 0 0 0 0 17c3.9 0 7.2-2.6 8.3-6.2A7.5 7.5 0 0 1 12 2z"></path>
154
+ </svg>
155
+ <!-- Small rounded square (placeholder icon) -->
156
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
157
+ <rect x="5" y="5" width="14" height="14" rx="3"></rect>
158
+ </svg>
159
+ <!-- Play icon -->
160
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
161
+ <path d="M8 5v14l11-7-11-7z"></path>
162
+ </svg>
163
+ <!-- Dot icon -->
164
+ <svg width="14" height="14" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
165
+ <circle cx="12" cy="12" r="4"></circle>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+ <div class="status-right">
170
+ <!-- Wi-Fi icon -->
171
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.95">
172
+ <path d="M12 20l2-2-2-2-2 2 2 2zm-4.5-5.5a6 6 0 0 1 9 0l-1.5 1.5a4 4 0 0 0-6 0l-1.5-1.5zm-4-4a10 10 0 0 1 17 0l-1.6 1.6a8 8 0 0 0-13.8 0L3.5 10.5z"></path>
173
+ </svg>
174
+ <!-- Battery icon -->
175
+ <svg width="54" height="34" viewBox="0 0 32 18" fill="none" stroke="#FFFFFF" stroke-width="2" opacity="0.95">
176
+ <rect x="2" y="3" width="24" height="12" rx="2" fill="none"></rect>
177
+ <rect x="26" y="6" width="4" height="6" rx="1" fill="#FFFFFF" stroke="none"></rect>
178
+ <rect x="4" y="5" width="18" height="8" fill="#FFFFFF" stroke="none"></rect>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- App bar -->
184
+ <div class="app-bar">
185
+ <div class="back-btn">
186
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#FFFFFF">
187
+ <path d="M15 19L8 12l7-7v14z"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="app-title">Flashcards</div>
191
+ </div>
192
+
193
+ <!-- Content -->
194
+ <div class="content">
195
+ <div class="thumb-card">[IMG: Flashcards thumbnail]</div>
196
+
197
+ <div class="list-row">
198
+ <div class="yellow-icon"></div>
199
+ <div class="row-title">Flash cards</div>
200
+ <div class="spacer"></div>
201
+ <!-- More (vertical dots) icon -->
202
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#BDBDBD">
203
+ <circle cx="12" cy="5" r="2.2"></circle>
204
+ <circle cx="12" cy="12" r="2.2"></circle>
205
+ <circle cx="12" cy="19" r="2.2"></circle>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Bottom gesture bar -->
211
+ <div class="gesture-bar"></div>
212
+ </div>
213
+ </body>
214
+ </html>
code/13912/13912_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>Drive Dark UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ font-family: "Roboto", Arial, sans-serif;
16
+ color: #EAEAEA;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 96px;
25
+ padding: 28px 32px 0 32px;
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ box-sizing: border-box;
30
+ color: #ffffff;
31
+ font-size: 32px;
32
+ }
33
+ .status-icons { display: flex; align-items: center; gap: 18px; opacity: 0.85; }
34
+ .status-dot { width: 10px; height: 10px; background: #9AA0A6; border-radius: 50%; }
35
+ .icon {
36
+ width: 32px; height: 32px;
37
+ fill: none; stroke: #ffffff; stroke-width: 2.4;
38
+ }
39
+ .battery { width: 42px; height: 24px; }
40
+
41
+ /* Header with search */
42
+ .app-header {
43
+ position: absolute;
44
+ top: 96px; left: 0; width: 100%;
45
+ padding: 24px 32px 12px 32px;
46
+ box-sizing: border-box;
47
+ }
48
+ .header-row {
49
+ display: flex; align-items: center; gap: 22px;
50
+ }
51
+ .menu-btn {
52
+ width: 64px; height: 64px; border-radius: 12px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #B0BEC5;
55
+ }
56
+ .menu-icon { width: 36px; height: 36px; fill: none; stroke: #D0D0D0; stroke-width: 4; }
57
+ .search-pill {
58
+ flex: 1;
59
+ height: 88px;
60
+ border-radius: 44px;
61
+ background: #1E1E1E;
62
+ border: 1px solid #2A2A2A;
63
+ display: flex; align-items: center; gap: 16px;
64
+ padding: 0 24px;
65
+ color: #9E9E9E;
66
+ font-size: 32px;
67
+ }
68
+ .search-icon { width: 34px; height: 34px; stroke: #9E9E9E; stroke-width: 3; }
69
+ .avatar {
70
+ width: 72px; height: 72px; border-radius: 36px;
71
+ background: #6C59D9; color: #fff;
72
+ display: flex; align-items: center; justify-content: center;
73
+ font-weight: 600; font-size: 32px;
74
+ }
75
+
76
+ /* Tabs */
77
+ .tabs {
78
+ margin-top: 16px;
79
+ display: flex; gap: 40px;
80
+ padding: 0 8px;
81
+ align-items: center;
82
+ }
83
+ .tab {
84
+ font-size: 30px; color: #C7C7C7;
85
+ }
86
+ .tab.active {
87
+ color: #8AB4F8; position: relative;
88
+ }
89
+ .tab.active::after {
90
+ content: "";
91
+ position: absolute; left: 0; right: 0; bottom: -18px;
92
+ height: 6px; border-radius: 3px; background: #8AB4F8;
93
+ }
94
+
95
+ .divider {
96
+ position: absolute; left: 0; right: 0;
97
+ top: 244px;
98
+ height: 2px; background: #1F1F1F;
99
+ }
100
+
101
+ /* Content area */
102
+ .content {
103
+ position: absolute;
104
+ top: 262px; left: 0; right: 0;
105
+ bottom: 200px;
106
+ padding: 24px 32px 0 32px;
107
+ box-sizing: border-box;
108
+ }
109
+ .section-head {
110
+ display: flex; align-items: center; gap: 12px;
111
+ color: #CFCFCF; font-size: 30px;
112
+ margin-bottom: 24px;
113
+ }
114
+ .down-icon { width: 24px; height: 24px; stroke: #CFCFCF; stroke-width: 3; }
115
+
116
+ .grid {
117
+ display: grid;
118
+ grid-template-columns: repeat(2, 1fr);
119
+ gap: 40px 30px;
120
+ }
121
+ .item {
122
+ display: flex; flex-direction: column;
123
+ gap: 16px;
124
+ }
125
+ .preview {
126
+ position: relative;
127
+ width: 100%;
128
+ height: 240px;
129
+ background: #2B2B2B;
130
+ border: 1px solid #3A3A3A;
131
+ border-radius: 22px;
132
+ display: flex; align-items: center; justify-content: center;
133
+ color: #A1A1A1; font-size: 28px;
134
+ text-align: center;
135
+ }
136
+ .chip {
137
+ position: absolute; left: 12px; bottom: 12px;
138
+ padding: 6px 10px; border-radius: 8px;
139
+ font-size: 22px; color: #fff;
140
+ }
141
+ .chip.red { background: #D05454; }
142
+ .chip.green { background: #7CB342; color: #0b0b0b; }
143
+ .chip.blue { background: #5C93E6; }
144
+ .overlay-avatar {
145
+ position: absolute; right: 12px; bottom: 12px;
146
+ width: 40px; height: 40px; border-radius: 20px;
147
+ background: #E0E0E0; border: 1px solid #BDBDBD;
148
+ display: flex; align-items: center; justify-content: center;
149
+ color: #757575; font-size: 16px;
150
+ }
151
+
152
+ .item-row {
153
+ display: flex; align-items: center; justify-content: space-between;
154
+ }
155
+ .item-title {
156
+ font-size: 30px; color: #EDEDED;
157
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
158
+ }
159
+ .dots {
160
+ width: 28px; height: 28px; fill: #C7C7C7;
161
+ }
162
+
163
+ /* Floating action button */
164
+ .fab {
165
+ position: absolute;
166
+ right: 40px; top: 1580px;
167
+ width: 120px; height: 120px; border-radius: 60px;
168
+ background: #2E3B49; box-shadow: 0 8px 24px rgba(0,0,0,0.5);
169
+ display: flex; align-items: center; justify-content: center;
170
+ }
171
+ .plus {
172
+ width: 48px; height: 48px; stroke: #EAF2F8; stroke-width: 6;
173
+ }
174
+
175
+ /* Bottom nav */
176
+ .gesture {
177
+ position: absolute; left: 50%; transform: translateX(-50%);
178
+ bottom: 210px; width: 360px; height: 12px; border-radius: 8px;
179
+ background: #9E9E9E; opacity: 0.5;
180
+ }
181
+ .bottom-nav {
182
+ position: absolute; left: 0; bottom: 0; width: 100%;
183
+ height: 200px; background: #1A1A1A; border-top: 1px solid #2A2A2A;
184
+ display: flex; align-items: center; justify-content: space-around;
185
+ }
186
+ .nav-item {
187
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
188
+ color: #C1C1C1; font-size: 26px;
189
+ }
190
+ .nav-item .nav-icon { width: 42px; height: 42px; stroke: #C1C1C1; stroke-width: 2.6; }
191
+ .nav-item.active { color: #8AB4F8; }
192
+ .nav-item.active .nav-icon { stroke: #8AB4F8; }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>10:34</div>
201
+ <div class="status-icons">
202
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18"/><path d="M7 8h10"/><path d="M10 16h4"/></svg>
203
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/></svg>
204
+ <svg class="icon" viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="3"/></svg>
205
+ <span class="status-dot"></span>
206
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 12c4-9 16-9 20 0" /><path d="M6 12c2-4 10-4 12 0" /><circle cx="12" cy="12" r="2" /></svg>
207
+ <svg class="battery" viewBox="0 0 40 24">
208
+ <rect x="2" y="4" width="32" height="16" rx="3" fill="none" stroke="#fff" stroke-width="2"/>
209
+ <rect x="35" y="9" width="4" height="6" rx="1" fill="#fff"/>
210
+ <rect x="4" y="6" width="24" height="12" rx="2" fill="#8AB4F8"/>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- App header -->
216
+ <div class="app-header">
217
+ <div class="header-row">
218
+ <div class="menu-btn">
219
+ <svg class="menu-icon" viewBox="0 0 24 24">
220
+ <path d="M3 6h18M3 12h18M3 18h18"/>
221
+ </svg>
222
+ </div>
223
+ <div class="search-pill">
224
+ <svg class="search-icon" viewBox="0 0 24 24">
225
+ <circle cx="10" cy="10" r="7" fill="none"/>
226
+ <path d="M21 21l-6-6" />
227
+ </svg>
228
+ <span>Search in Drive</span>
229
+ </div>
230
+ <div class="avatar">C</div>
231
+ </div>
232
+
233
+ <div class="tabs">
234
+ <div class="tab active">My Drive</div>
235
+ <div class="tab">Computers</div>
236
+ <div style="margin-left:auto;">
237
+ <svg class="icon" viewBox="0 0 24 24" style="stroke:#C7C7C7;"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="divider"></div>
243
+
244
+ <!-- Content -->
245
+ <div class="content">
246
+ <div class="section-head">
247
+ <span>Last modified by me</span>
248
+ <svg class="down-icon" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
249
+ </div>
250
+
251
+ <div class="grid">
252
+ <!-- Folders -->
253
+ <div class="item">
254
+ <div class="preview">[IMG: Folder]</div>
255
+ <div class="item-row">
256
+ <div class="item-title">Nature</div>
257
+ <svg class="dots" viewBox="0 0 24 24">
258
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="item">
264
+ <div class="preview">[IMG: Folder]</div>
265
+ <div class="item-row">
266
+ <div class="item-title">ToDoReminder_Backup</div>
267
+ <svg class="dots" viewBox="0 0 24 24">
268
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Files row -->
274
+ <div class="item">
275
+ <div class="preview">
276
+ [IMG: landscape design preview]
277
+ <div class="chip red">PDF</div>
278
+ </div>
279
+ <div class="item-row">
280
+ <div class="item-title">landscape design</div>
281
+ <svg class="dots" viewBox="0 0 24 24">
282
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="item">
288
+ <div class="preview">
289
+ [IMG: APK file icon]
290
+ <div class="chip green">APK</div>
291
+ </div>
292
+ <div class="item-row">
293
+ <div class="item-title">landscaping-ideas.apk</div>
294
+ <svg class="dots" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Files row -->
301
+ <div class="item">
302
+ <div class="preview">[IMG: Text document]</div>
303
+ <div class="item-row">
304
+ <div class="item-title">screenshot.txt</div>
305
+ <svg class="dots" viewBox="0 0 24 24">
306
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+
311
+ <div class="item">
312
+ <div class="preview">
313
+ [IMG: Tableau Blueprint preview]
314
+ <div class="overlay-avatar">[avatar]</div>
315
+ <div class="chip red">PDF</div>
316
+ </div>
317
+ <div class="item-row">
318
+ <div class="item-title">tableau_blueprint.pdf</div>
319
+ <svg class="dots" viewBox="0 0 24 24">
320
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Floating Add Button -->
328
+ <div class="fab">
329
+ <svg class="plus" viewBox="0 0 24 24">
330
+ <path d="M12 4v16M4 12h16"/>
331
+ </svg>
332
+ </div>
333
+
334
+ <!-- Gesture bar -->
335
+ <div class="gesture"></div>
336
+
337
+ <!-- Bottom navigation -->
338
+ <div class="bottom-nav">
339
+ <div class="nav-item">
340
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M3 11l9-7 9 7"/><path d="M5 10v10h14V10"/></svg>
341
+ <div>Home</div>
342
+ </div>
343
+ <div class="nav-item">
344
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 17.3l-5.4 3.2 1.4-6.2L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-5 4.6 1.4 6.2z"/></svg>
345
+ <div>Starred</div>
346
+ </div>
347
+ <div class="nav-item">
348
+ <svg class="nav-icon" viewBox="0 0 24 24"><circle cx="7" cy="8" r="3"/><circle cx="17" cy="8" r="3"/><path d="M3 20c0-4 4-6 7-6s7 2 7 6"/></svg>
349
+ <div>Shared</div>
350
+ </div>
351
+ <div class="nav-item active">
352
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M3 5h18v14H3z"/><path d="M8 5v14M16 5v14"/></svg>
353
+ <div>Files</div>
354
+ </div>
355
+ </div>
356
+
357
+ </div>
358
+ </body>
359
+ </html>
code/13912/13912_3.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Drive Dark UI - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E0E0E0;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 26px; }
31
+ .header {
32
+ position: absolute;
33
+ top: 90px;
34
+ left: 0; right: 0;
35
+ padding: 26px 30px 12px;
36
+ }
37
+ .search-row {
38
+ position: relative;
39
+ height: 110px;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 24px;
43
+ }
44
+ .avatar {
45
+ width: 78px; height: 78px;
46
+ border-radius: 999px;
47
+ background: #5E5CE6;
48
+ display: flex; align-items: center; justify-content: center;
49
+ font-weight: 700; font-size: 40px;
50
+ }
51
+ .search-pill {
52
+ flex: 1;
53
+ height: 96px;
54
+ border-radius: 48px;
55
+ background: #1E1E1E;
56
+ display: flex; align-items: center;
57
+ padding: 0 30px 0 110px;
58
+ color: #9E9E9E;
59
+ font-size: 34px;
60
+ position: relative;
61
+ }
62
+ .menu-btn {
63
+ position: absolute;
64
+ left: 18px;
65
+ top: 50%;
66
+ transform: translateY(-50%);
67
+ width: 84px; height: 84px;
68
+ border-radius: 42px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .menu-btn svg { fill: #BDBDBD; }
72
+ .magnifier {
73
+ position: absolute; left: 102px;
74
+ width: 40px; height: 40px;
75
+ }
76
+ .tabs {
77
+ margin-top: 26px;
78
+ display: flex; gap: 36px;
79
+ padding: 0 18px;
80
+ align-items: flex-end;
81
+ }
82
+ .tab {
83
+ font-size: 36px;
84
+ color: #9E9E9E;
85
+ padding: 10px 8px;
86
+ }
87
+ .tab.active { color: #CFE3FF; font-weight: 600; position: relative; }
88
+ .tab.active::after {
89
+ content: "";
90
+ position: absolute; left: 8px; right: 8px; bottom: -16px;
91
+ height: 7px; background: #4F8BFF; border-radius: 6px;
92
+ }
93
+ .divider {
94
+ height: 1px; background: #2A2A2A; margin: 28px -30px 0;
95
+ }
96
+ .subheader {
97
+ display: flex; align-items: center; justify-content: space-between;
98
+ color: #BDBDBD; font-size: 30px;
99
+ padding: 30px 12px 10px;
100
+ }
101
+ .subheader .right { display: flex; align-items: center; gap: 24px; }
102
+ .content {
103
+ position: absolute;
104
+ top: 390px;
105
+ left: 30px; right: 30px;
106
+ bottom: 520px; /* space for bottom sheet */
107
+ overflow: hidden;
108
+ }
109
+ .grid {
110
+ display: grid;
111
+ grid-template-columns: 1fr 1fr;
112
+ gap: 36px 36px;
113
+ }
114
+ .item-card {
115
+ background: #1A1A1A;
116
+ border-radius: 26px;
117
+ padding: 22px;
118
+ position: relative;
119
+ }
120
+ .folder-icon {
121
+ width: 100%;
122
+ height: 280px;
123
+ background: #2D2D2D;
124
+ border-radius: 22px;
125
+ border: 1px solid #3A3A3A;
126
+ display: flex; align-items: center; justify-content: center;
127
+ color: #9E9E9E; font-size: 36px;
128
+ }
129
+ .item-title {
130
+ margin-top: 20px;
131
+ color: #DADADA;
132
+ font-size: 34px;
133
+ }
134
+ .dots {
135
+ position: absolute; right: 12px; bottom: 26px;
136
+ width: 26px; height: 60px; display: flex; flex-direction: column;
137
+ align-items: center; justify-content: center; gap: 8px;
138
+ }
139
+ .dot { width: 8px; height: 8px; background: #8C8C8C; border-radius: 50%; }
140
+ .thumb {
141
+ width: 100%;
142
+ height: 230px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ border-radius: 22px;
146
+ color: #757575;
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 30px;
149
+ }
150
+ .chip {
151
+ position: absolute;
152
+ left: 36px; bottom: 90px;
153
+ background: #DB5C5C; color: white;
154
+ border-radius: 12px; padding: 6px 12px; font-size: 22px;
155
+ }
156
+ .apk-chip { background: #C7D76D; color: #111; }
157
+ .view-toggle, .sort-caret { fill: #9E9E9E; }
158
+ /* Bottom sheet */
159
+ .bottom-sheet {
160
+ position: absolute;
161
+ left: 0; right: 0; bottom: 0;
162
+ height: 520px;
163
+ background: #192026;
164
+ border-top-left-radius: 40px;
165
+ border-top-right-radius: 40px;
166
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
167
+ padding: 34px 40px 28px;
168
+ }
169
+ .sheet-dimmer {
170
+ position: absolute; left: 0; right: 0; bottom: 520px; top: 0;
171
+ background: rgba(0,0,0,0.2);
172
+ }
173
+ .grabber {
174
+ width: 160px; height: 10px; border-radius: 6px;
175
+ background: #3A3F45; margin: 0 auto 32px;
176
+ }
177
+ .actions {
178
+ display: grid;
179
+ grid-template-columns: repeat(3, 1fr);
180
+ row-gap: 56px;
181
+ column-gap: 30px;
182
+ padding: 0 10px;
183
+ }
184
+ .action {
185
+ display: flex; flex-direction: column; align-items: center; gap: 20px;
186
+ color: #D3D9DF; font-size: 28px;
187
+ }
188
+ .icon-circle {
189
+ width: 120px; height: 120px; border-radius: 60px;
190
+ border: 2px solid #3B4651;
191
+ display: flex; align-items: center; justify-content: center;
192
+ background: #202830;
193
+ }
194
+ .blue { color: #7DB4FF; }
195
+ .green { color: #5FC56B; }
196
+ .orange { color: #FFB243; }
197
+ .gesture-bar {
198
+ position: absolute; bottom: 18px; left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 360px; height: 10px; border-radius: 6px; background: #E6E6E6; opacity: 0.85;
201
+ }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+ <!-- Status bar -->
207
+ <div class="status-bar">
208
+ <div>10:35</div>
209
+ <div class="status-icons">
210
+ <!-- four small icons -->
211
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#E0E0E0" d="M12 2a5 5 0 0 0 0 10 5 5 0 0 0 0-10z"/></svg>
212
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#E0E0E0" d="M3 12h18v2H3z"/></svg>
213
+ <svg width="28" height="28" viewBox="0 0 24 24"><circle cx="12" cy="12" r="6" fill="#E0E0E0"/></svg>
214
+ <svg width="28" height="28" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" fill="#E0E0E0"/></svg>
215
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M12 3c3.87 0 7 3.13 7 7v4l2 2v1H3v-1l2-2v-4c0-3.87 3.13-7 7-7z"/></svg>
216
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M7 21h10V7H7v14zm3-18h4l1 2H9l1-2z"/></svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Header with search -->
221
+ <div class="header">
222
+ <div class="search-row">
223
+ <div class="search-pill">
224
+ <div class="menu-btn">
225
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z" fill="#BDBDBD"/></svg>
226
+ </div>
227
+ <svg class="magnifier" viewBox="0 0 24 24">
228
+ <path fill="#7F8C99" d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8L20 22l2-2-6.5-6zM10 15a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/>
229
+ </svg>
230
+ Search in Drive
231
+ </div>
232
+ <div class="avatar">C</div>
233
+ </div>
234
+
235
+ <div class="tabs">
236
+ <div class="tab active">My Drive</div>
237
+ <div class="tab">Computers</div>
238
+ </div>
239
+ <div class="divider"></div>
240
+
241
+ <div class="subheader">
242
+ <div>Last modified by me
243
+ <svg class="sort-caret" width="26" height="26" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
244
+ </div>
245
+ <div class="right">
246
+ <svg class="view-toggle" width="36" height="36" viewBox="0 0 24 24"><path d="M3 5h8v6H3V5zm10 0h8v6h-8V5zM3 13h8v6H3v-6zm10 0h8v6h-8v-6z"/></svg>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Content grid -->
252
+ <div class="content">
253
+ <div class="grid">
254
+ <!-- Folder 1 -->
255
+ <div class="item-card">
256
+ <div class="folder-icon">Folder</div>
257
+ <div class="item-title">Nature</div>
258
+ <div class="dots"><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
259
+
code/13912/13912_4.html ADDED
@@ -0,0 +1,545 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Files - Dark UI</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: #1b1b1b;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #eaeaea;
17
+ }
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #f5f5f5;
25
+ font-weight: 600;
26
+ font-size: 42px;
27
+ }
28
+ .status-left {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 14px;
37
+ }
38
+ .circle-icon { width: 20px; height: 20px; background:#cfcfcf; border-radius:50%; opacity:0.9; }
39
+ .status-right { display: flex; align-items: center; gap: 22px; }
40
+ .wifi {
41
+ width: 40px; height: 28px;
42
+ }
43
+ .battery {
44
+ width: 54px; height: 28px;
45
+ }
46
+
47
+ .content { padding: 12px 36px 36px 36px; }
48
+
49
+ .search-bar {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 22px;
53
+ background: #2a2a2a;
54
+ border-radius: 16px;
55
+ height: 120px;
56
+ padding: 0 28px;
57
+ border: 1px solid #3a3a3a;
58
+ margin-top: 12px;
59
+ }
60
+ .hamburger, .dots {
61
+ width: 52px; height: 52px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ border-radius: 10px;
64
+ color: #cfcfcf;
65
+ }
66
+ .search-text {
67
+ flex: 1;
68
+ color: #d8d8d8;
69
+ font-size: 42px;
70
+ }
71
+
72
+ .chips {
73
+ display: flex;
74
+ gap: 24px;
75
+ margin-top: 26px;
76
+ flex-wrap: wrap;
77
+ }
78
+ .chip {
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 16px;
82
+ padding: 22px 28px;
83
+ border-radius: 18px;
84
+ border: 2px solid #3b3b3b;
85
+ background: #262626;
86
+ color: #f1f1f1;
87
+ font-size: 34px;
88
+ }
89
+ .chip .icon {
90
+ width: 48px; height: 48px; border-radius: 12px;
91
+ display: inline-flex; align-items: center; justify-content: center;
92
+ border: 2px solid currentColor;
93
+ }
94
+ .chip.images { color: #ff9aa2; }
95
+ .chip.audio { color: #b388ff; }
96
+ .chip.videos { color: #8bd16a; }
97
+ .chip.docs { color: #7bd7ff; }
98
+
99
+ .section-title {
100
+ margin-top: 36px;
101
+ color: #b8b8b8;
102
+ font-size: 28px;
103
+ letter-spacing: 1px;
104
+ }
105
+
106
+ .app-grid {
107
+ margin-top: 26px;
108
+ display: flex;
109
+ gap: 46px;
110
+ align-items: flex-start;
111
+ }
112
+ .app-item {
113
+ width: 160px;
114
+ text-align: center;
115
+ }
116
+ .app-icon {
117
+ width: 120px; height: 120px;
118
+ border-radius: 60px;
119
+ background: #2d2d2d;
120
+ border: 2px solid #3a3a3a;
121
+ margin: 0 auto 16px;
122
+ display: flex; align-items: center; justify-content: center;
123
+ }
124
+ .app-label {
125
+ font-size: 30px; color: #e1e1e1;
126
+ }
127
+
128
+ .recent-header {
129
+ margin-top: 40px;
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: space-between;
133
+ }
134
+ .recent-title {
135
+ font-size: 40px;
136
+ font-weight: 600;
137
+ color: #eeeeee;
138
+ }
139
+ .grid-toggle {
140
+ width: 56px; height: 56px; border-radius: 12px;
141
+ background: #2c2c2c; border: 1px solid #3a3a3a;
142
+ display: flex; align-items: center; justify-content: center;
143
+ }
144
+
145
+ .list {
146
+ margin-top: 6px;
147
+ }
148
+ .item {
149
+ display: flex;
150
+ align-items: center;
151
+ padding: 28px 8px 28px 0;
152
+ }
153
+ .divider {
154
+ height: 1px; background: #3a3a3a; margin: 0 0 0 0;
155
+ }
156
+ .leading {
157
+ width: 120px; flex: 0 0 120px;
158
+ display: flex; align-items: center; justify-content: center;
159
+ }
160
+ .pdf-badge {
161
+ width: 90px; height: 70px; border-radius: 12px;
162
+ background: #e57373; color: #1b1b1b; font-weight: 700;
163
+ display: flex; align-items: center; justify-content: center;
164
+ font-size: 28px;
165
+ border: 1px solid #cf5454;
166
+ }
167
+ .thumb {
168
+ width: 96px; height: 96px; background: #E0E0E0; border: 1px solid #BDBDBD;
169
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; text-align: center; border-radius: 10px;
170
+ }
171
+ .doc-icon {
172
+ width: 80px; height: 90px; border: 2px solid #9e9e9e; border-radius: 10px; position: relative;
173
+ }
174
+ .doc-icon::after {
175
+ content: ""; position: absolute; top: -2px; right: -2px; width: 26px; height: 26px; background: #9e9e9e; border-radius: 6px;
176
+ }
177
+ .meta {
178
+ flex: 1;
179
+ padding: 0 12px;
180
+ }
181
+ .filename {
182
+ font-size: 36px; color: #f2f2f2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
183
+ }
184
+ .sub {
185
+ margin-top: 8px; font-size: 28px; color: #bcbcbc;
186
+ }
187
+ .actions {
188
+ display: flex; gap: 16px;
189
+ }
190
+ .square-btn {
191
+ width: 70px; height: 70px; border-radius: 12px; background: #2d2d2d; border: 1px solid #3a3a3a; display: flex; align-items: center; justify-content: center;
192
+ }
193
+ .progress {
194
+ height: 10px; background: #333; border-radius: 6px; overflow: hidden; margin-top: 14px;
195
+ }
196
+ .bar { height: 100%; width: 60%; background: #85d16f; }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status bar -->
203
+ <div class="status-bar">
204
+ <div class="status-left">
205
+ <div>10:35</div>
206
+ <div class="status-icons">
207
+ <div class="circle-icon"></div>
208
+ <div class="circle-icon"></div>
209
+ <div class="circle-icon"></div>
210
+ <div class="circle-icon" style="width:8px;height:8px;opacity:.6;"></div>
211
+ </div>
212
+ </div>
213
+ <div class="status-right">
214
+ <svg class="wifi" viewBox="0 0 24 24" fill="none">
215
+ <path d="M2 8c5-4 15-4 20 0" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
216
+ <path d="M5 12c3-3 11-3 14 0" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
217
+ <circle cx="12" cy="16" r="2" fill="#eaeaea"/>
218
+ </svg>
219
+ <svg class="battery" viewBox="0 0 26 14" fill="none">
220
+ <rect x="1" y="1" width="20" height="12" rx="2" stroke="#eaeaea" stroke-width="2"/>
221
+ <rect x="3" y="3" width="14" height="8" rx="1" fill="#eaeaea"/>
222
+ <rect x="22" y="4" width="3" height="6" rx="1" fill="#eaeaea"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="content">
228
+
229
+ <!-- Search bar -->
230
+ <div class="search-bar">
231
+ <div class="hamburger">
232
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
233
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#dcdcdc" stroke-width="2" stroke-linecap="round"/>
234
+ </svg>
235
+ </div>
236
+ <div class="search-text">Search this phone</div>
237
+ <div class="dots">
238
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#dcdcdc">
239
+ <circle cx="12" cy="5" r="2.2"/>
240
+ <circle cx="12" cy="12" r="2.2"/>
241
+ <circle cx="12" cy="19" r="2.2"/>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Chips -->
247
+ <div class="chips">
248
+ <div class="chip images">
249
+ <span class="icon">
250
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
251
+ <rect x="3" y="4" width="18" height="14" rx="2" stroke="currentColor" stroke-width="2"/>
252
+ <path d="M7 13l3-3 4 4 3-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
253
+ </svg>
254
+ </span>
255
+ Images
256
+ </div>
257
+ <div class="chip audio">
258
+ <span class="icon">
259
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
260
+ <path d="M8 6v9a4 4 0 1 0 2-3V6h6v6" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
261
+ </svg>
262
+ </span>
263
+ Audio
264
+ </div>
265
+ <div class="chip videos">
266
+ <span class="icon">
267
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
268
+ <rect x="3" y="5" width="14" height="14" rx="2" stroke="currentColor" stroke-width="2"/>
269
+ <polygon points="17,8 22,11 22,13 17,16" fill="currentColor"/>
270
+ </svg>
271
+ </span>
272
+ Videos
273
+ </div>
274
+ <div class="chip docs">
275
+ <span class="icon">
276
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
277
+ <path d="M6 4h9l3 3v13H6z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
278
+ <path d="M9 10h6M9 13h6" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
279
+ </svg>
280
+ </span>
281
+ Documents
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Browse files -->
286
+ <div class="section-title">BROWSE FILES IN OTHER APPS</div>
287
+ <div class="app-grid">
288
+ <div class="app-item">
289
+ <div class="app-icon">
290
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
291
+ <rect x="3" y="4" width="18" height="14" rx="2" stroke="#f1f1f1" stroke-width="2"/>
292
+ <circle cx="9" cy="10" r="2" fill="#f1f1f1"/>
293
+ <path d="M7 16l4-4 4 4" stroke="#f1f1f1" stroke-width="2" stroke-linecap="round"/>
294
+ </svg>
295
+ </div>
296
+ <div class="app-label">Gallery</div>
297
+ </div>
298
+ <div class="app-item">
299
+ <div class="app-icon">
300
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
301
+ <path d="M7 6v12a4 4 0 1 0 2-3V6h8v7" stroke="#f1f1f1" stroke-width="2" stroke-linecap="round"/>
302
+ </svg>
303
+ </div>
304
+ <div class="app-label">Media</div>
305
+ </div>
306
+ <div class="app-item">
307
+ <div class="app-icon">
308
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
309
+ <circle cx="12" cy="12" r="9" stroke="#f1f1f1" stroke-width="2"/>
310
+ <polygon points="10,8 16,12 10,16" fill="#f1f1f1"/>
311
+ </svg>
312
+ </div>
313
+ <div class="app-label">Photos</div>
314
+ </div>
315
+ <div class="app-item">
316
+ <div class="app-icon">
317
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
318
+ <rect x="4" y="4" width="16" height="16" rx="3" stroke="#f1f1f1" stroke-width="2"/>
319
+ <path d="M12 7v6" stroke="#f1f1f1" stroke-width="2" stroke-linecap="round"/>
320
+ <circle cx="12" cy="16" r="2" fill="#f1f1f1"/>
321
+ </svg>
322
+ </div>
323
+ <div class="app-label">Bug reports</div>
324
+ </div>
325
+ <div class="app-item">
326
+ <div class="app-icon">
327
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
328
+ <path d="M4 18l8-12 8 12H4z" stroke="#f1f1f1" stroke-width="2" stroke-linejoin="round"/>
329
+ </svg>
330
+ </div>
331
+ <div class="app-label">Drive</div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Recent files header -->
336
+ <div class="recent-header">
337
+ <div class="recent-title">Recent files</div>
338
+ <div class="grid-toggle">
339
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#dcdcdc">
340
+ <rect x="3" y="3" width="5" height="5" rx="1"/>
341
+ <rect x="10" y="3" width="5" height="5" rx="1"/>
342
+ <rect x="17" y="3" width="5" height="5" rx="1"/>
343
+ <rect x="3" y="10" width="5" height="5" rx="1"/>
344
+ <rect x="10" y="10" width="5" height="5" rx="1"/>
345
+ <rect x="17" y="10" width="5" height="5" rx="1"/>
346
+ <rect x="3" y="17" width="5" height="5" rx="1"/>
347
+ <rect x="10" y="17" width="5" height="5" rx="1"/>
348
+ <rect x="17" y="17" width="5" height="5" rx="1"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Recent list -->
354
+ <div class="list">
355
+
356
+ <div class="item">
357
+ <div class="leading">
358
+ <div class="pdf-badge">PDF</div>
359
+ </div>
360
+ <div class="meta">
361
+ <div class="filename">beginning_birders_guide_4.pdf</div>
362
+ <div class="sub">10:04 AM, 725 kB, PDF document</div>
363
+ </div>
364
+ <div class="actions">
365
+ <div class="square-btn">
366
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
367
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
368
+ </svg>
369
+ </div>
370
+ <div class="square-btn">
371
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
372
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ <div class="divider"></div>
378
+
379
+ <div class="item">
380
+ <div class="leading">
381
+ <div class="pdf-badge">PDF</div>
382
+ </div>
383
+ <div class="meta">
384
+ <div class="filename">beginning_birders_guide_4 (1).pdf</div>
385
+ <div class="sub">10:04 AM, 725 kB, PDF document</div>
386
+ </div>
387
+ <div class="actions">
388
+ <div class="square-btn">
389
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
390
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
391
+ </svg>
392
+ </div>
393
+ <div class="square-btn">
394
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
395
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
396
+ </svg>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ <div class="divider"></div>
401
+
402
+ <div class="item">
403
+ <div class="leading">
404
+ <div class="pdf-badge">PDF</div>
405
+ </div>
406
+ <div class="meta">
407
+ <div class="filename">Heath-Benefits-of-Hiking-fact-s...</div>
408
+ <div class="sub">10:02 AM, 101 kB, PDF document</div>
409
+ </div>
410
+ <div class="actions">
411
+ <div class="square-btn">
412
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
413
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
414
+ </svg>
415
+ </div>
416
+ <div class="square-btn">
417
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
418
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
419
+ </svg>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ <div class="divider"></div>
424
+
425
+ <div class="item">
426
+ <div class="leading">
427
+ <div class="pdf-badge">PDF</div>
428
+ </div>
429
+ <div class="meta">
430
+ <div class="filename">eth_garden_tools_and_their_use_...</div>
431
+ <div class="sub">10:00 AM, 515 kB, PDF document</div>
432
+ </div>
433
+ <div class="actions">
434
+ <div class="square-btn">
435
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
436
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
437
+ </svg>
438
+ </div>
439
+ <div class="square-btn">
440
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
441
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
442
+ </svg>
443
+ </div>
444
+ </div>
445
+ </div>
446
+ <div class="divider"></div>
447
+
448
+ <div class="item">
449
+ <div class="leading">
450
+ <div class="pdf-badge">PDF</div>
451
+ </div>
452
+ <div class="meta">
453
+ <div class="filename">eth_garden_tools_and_their_use_...</div>
454
+ <div class="sub">10:00 AM, 515 kB, PDF document</div>
455
+ </div>
456
+ <div class="actions">
457
+ <div class="square-btn">
458
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
459
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
460
+ </svg>
461
+ </div>
462
+ <div class="square-btn">
463
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
464
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
465
+ </svg>
466
+ </div>
467
+ </div>
468
+ </div>
469
+ <div class="divider"></div>
470
+
471
+ <div class="item">
472
+ <div class="leading">
473
+ <div class="thumb">[IMG: Screenshot]</div>
474
+ </div>
475
+ <div class="meta">
476
+ <div class="filename">Screenshot_20231115-095802.png</div>
477
+ <div class="sub">9:58 AM, 1.81 MB, PNG image</div>
478
+ </div>
479
+ <div class="actions">
480
+ <div class="square-btn">
481
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
482
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2"/>
483
+ </svg>
484
+ </div>
485
+ <div class="square-btn">
486
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
487
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2"/>
488
+ </svg>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ <div class="divider"></div>
493
+
494
+ <div class="item">
495
+ <div class="leading">
496
+ <div class="thumb">[IMG: Screenshot]</div>
497
+ </div>
498
+ <div class="meta">
499
+ <div class="filename">Screenshot_20231115-095709.png</div>
500
+ <div class="sub">9:57 AM, 168 kB, PNG image</div>
501
+ </div>
502
+ <div class="actions">
503
+ <div class="square-btn">
504
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
505
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2"/>
506
+ </svg>
507
+ </div>
508
+ <div class="square-btn">
509
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
510
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2"/>
511
+ </svg>
512
+ </div>
513
+ </div>
514
+ </div>
515
+ <div class="divider"></div>
516
+
517
+ <div class="item">
518
+ <div class="leading">
519
+ <div class="doc-icon"></div>
520
+ </div>
521
+ <div class="meta">
522
+ <div class="filename">gardening-website-template.zip</div>
523
+ <div class="sub">9:55 AM, 1.17 MB, ZIP archive</div>
524
+ <div class="progress"><div class="bar"></div></div>
525
+ </div>
526
+ <div class="actions">
527
+ <div class="square-btn">
528
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
529
+ <path d="M4 20l8-8M12 12h8v8" stroke="#eaeaea" stroke-width="2"/>
530
+ </svg>
531
+ </div>
532
+ <div class="square-btn">
533
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none">
534
+ <path d="M20 4l-8 8M12 12H4V4" stroke="#eaeaea" stroke-width="2"/>
535
+ </svg>
536
+ </div>
537
+ </div>
538
+ </div>
539
+
540
+ </div>
541
+ </div>
542
+
543
+ </div>
544
+ </body>
545
+ </html>
code/13912/13912_5.html ADDED
@@ -0,0 +1,473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Files App UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #ECECEC;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 28px 36px 0 36px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #F5F5F5;
28
+ font-size: 42px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 28px;
35
+ }
36
+ .status-dot, .status-icon {
37
+ width: 34px; height: 34px; border-radius: 50%;
38
+ background: #D6D6D6;
39
+ opacity: 0.9;
40
+ }
41
+ .status-icon.play { clip-path: polygon(30% 20%, 85% 50%, 30% 80%); background: #D6D6D6; width: 38px; height: 38px; border-radius: 6px; }
42
+ .status-shape {
43
+ width: 40px; height: 24px; border: 3px solid #D6D6D6; border-radius: 4px; position: relative;
44
+ }
45
+ .status-shape::after {
46
+ content: ""; position: absolute; right: -12px; top: 6px;
47
+ width: 0; height: 0; border-left: 6px solid #D6D6D6; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
48
+ }
49
+
50
+ /* Main content area */
51
+ .content {
52
+ position: absolute;
53
+ left: 0;
54
+ top: 120px;
55
+ width: 100%;
56
+ padding: 24px 30px 40px 30px;
57
+ box-sizing: border-box;
58
+ }
59
+
60
+ /* Search bar */
61
+ .search-row {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 20px;
65
+ }
66
+ .icon-btn {
67
+ width: 92px; height: 92px;
68
+ border-radius: 16px;
69
+ background: #1F1F1F;
70
+ border: 1px solid #2E2E2E;
71
+ display: flex; align-items: center; justify-content: center;
72
+ }
73
+ .icon-btn svg { width: 48px; height: 48px; fill: #E0E0E0; }
74
+ .search-bar {
75
+ flex: 1;
76
+ height: 92px;
77
+ border-radius: 20px;
78
+ background: #202224;
79
+ border: 1px solid #2D2D2D;
80
+ display: flex; align-items: center;
81
+ padding: 0 28px;
82
+ box-sizing: border-box;
83
+ color: #BDBDBD;
84
+ font-size: 42px;
85
+ }
86
+ .search-placeholder { flex: 1; }
87
+ .more-btn { width: 92px; height: 92px; border-radius: 16px; background: #1F1F1F; border: 1px solid #2E2E2E; display:flex;align-items:center;justify-content:center; }
88
+ .more-btn svg { width: 40px; height: 40px; fill: #E0E0E0; }
89
+
90
+ /* Category chips */
91
+ .chips {
92
+ margin-top: 34px;
93
+ display: flex;
94
+ gap: 24px;
95
+ flex-wrap: nowrap;
96
+ }
97
+ .chip {
98
+ display: flex; align-items: center; gap: 18px;
99
+ padding: 18px 28px;
100
+ border: 2px solid #3A3A3A;
101
+ border-radius: 18px;
102
+ background: #181818;
103
+ color: #ECECEC;
104
+ font-size: 38px;
105
+ }
106
+ .chip .chip-icon {
107
+ width: 52px; height: 52px; border-radius: 10px; background: #2A2A2A; display:flex;align-items:center;justify-content:center;
108
+ }
109
+ .chip .chip-icon svg { width: 34px; height: 34px; fill: #FF8A65; }
110
+ .chip.audio .chip-icon svg { fill: #9E76FF; }
111
+ .chip.videos .chip-icon svg { fill: #7ED36F; }
112
+ .chip.docs .chip-icon svg { fill: #5EC8FF; }
113
+
114
+ /* Section title */
115
+ .section-title {
116
+ margin-top: 40px;
117
+ font-size: 34px;
118
+ color: #B0B0B0;
119
+ letter-spacing: 1px;
120
+ text-transform: uppercase;
121
+ }
122
+
123
+ /* App shortcuts */
124
+ .apps-grid {
125
+ margin-top: 26px;
126
+ display: grid;
127
+ grid-template-columns: repeat(5, 1fr);
128
+ gap: 28px;
129
+ }
130
+ .app {
131
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
132
+ }
133
+ .app .circle {
134
+ width: 130px; height: 130px; border-radius: 50%;
135
+ background: #1E1E1E; border: 1px solid #2E2E2E;
136
+ display: flex; align-items: center; justify-content: center;
137
+ color: #9E9E9E; font-size: 28px; text-align: center; padding: 6px; box-sizing: border-box;
138
+ }
139
+ .app .label { font-size: 34px; color: #E0E0E0; }
140
+
141
+ /* Recent files header */
142
+ .recent-header {
143
+ margin-top: 46px;
144
+ display: flex; align-items: center; justify-content: space-between;
145
+ }
146
+ .recent-header .title {
147
+ font-size: 40px; color: #E0E0E0;
148
+ }
149
+ .grid-toggle {
150
+ width: 72px; height: 72px; border-radius: 16px; background: #1F1F1F; border: 1px solid #2E2E2E; display:flex;align-items:center;justify-content:center;
151
+ }
152
+ .grid-toggle svg { width: 40px; height: 40px; fill: #E0E0E0; }
153
+
154
+ /* File list */
155
+ .file-list {
156
+ margin-top: 20px;
157
+ border-top: 1px solid #2A2A2A;
158
+ }
159
+ .file-item {
160
+ display: flex;
161
+ align-items: center;
162
+ gap: 28px;
163
+ padding: 26px 6px;
164
+ border-bottom: 1px solid #2A2A2A;
165
+ }
166
+ .file-left {
167
+ width: 80px; height: 80px; border-radius: 12px; background: #E57373; color: #121212;
168
+ display:flex; align-items:center; justify-content:center; font-weight: bold;
169
+ }
170
+ .file-left.image {
171
+ background: #E0E0E0; color: #757575; border: 1px solid #BDBDBD;
172
+ }
173
+ .file-info {
174
+ flex: 1;
175
+ min-width: 0;
176
+ }
177
+ .file-name {
178
+ font-size: 40px; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
179
+ }
180
+ .file-meta {
181
+ font-size: 32px; color: #B0B0B0; margin-top: 8px;
182
+ }
183
+ .file-actions {
184
+ display: flex; gap: 16px;
185
+ }
186
+ .action {
187
+ width: 72px; height: 72px; border-radius: 12px; background: #1F1F1F; border: 1px solid #2E2E2E;
188
+ display:flex;align-items:center;justify-content:center;
189
+ }
190
+ .action svg { width: 40px; height: 40px; fill: #E0E0E0; }
191
+
192
+ /* Scroll indicator (subtle bar near bottom item) */
193
+ .scroll-indicator {
194
+ width: 80%; height: 10px; background: #E0E0E0; border-radius: 6px; margin: 18px auto 0;
195
+ opacity: 0.7;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status bar -->
203
+ <div class="status-bar">
204
+ <div class="time">10:38</div>
205
+ <div class="status-right">
206
+ <div class="status-dot"></div>
207
+ <div class="status-icon play"></div>
208
+ <div class="status-icon play"></div>
209
+ <div class="status-dot"></div>
210
+ <div class="status-shape"></div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Content -->
215
+ <div class="content">
216
+
217
+ <!-- Search -->
218
+ <div class="search-row">
219
+ <div class="icon-btn" aria-label="Menu">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"></path>
222
+ </svg>
223
+ </div>
224
+ <div class="search-bar">
225
+ <div class="search-placeholder">Search this phone</div>
226
+ </div>
227
+ <div class="more-btn" aria-label="More">
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M12 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4z"></path>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Category chips -->
235
+ <div class="chips">
236
+ <div class="chip images">
237
+ <div class="chip-icon">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M3 5h18v14H3zM5 7v10h14V7H5zm3 2a2 2 0 110 4 2 2 0 010-4zm-1 8l4-4 3 3 4-5 3 6H7z"></path>
240
+ </svg>
241
+ </div>
242
+ <span>Images</span>
243
+ </div>
244
+ <div class="chip audio">
245
+ <div class="chip-icon">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M9 6h2v8a3 3 0 11-2-2V6zm6-1h2v10a3 3 0 11-2-2V5z"></path>
248
+ </svg>
249
+ </div>
250
+ <span>Audio</span>
251
+ </div>
252
+ <div class="chip videos">
253
+ <div class="chip-icon">
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M3 5h14v14H3zM18 8l6-3v14l-6-3V8z"></path>
256
+ </svg>
257
+ </div>
258
+ <span>Videos</span>
259
+ </div>
260
+ <div class="chip docs">
261
+ <div class="chip-icon">
262
+ <svg viewBox="0 0 24 24">
263
+ <path d="M6 3h9l6 6v12H6zM15 3v6h6"></path>
264
+ </svg>
265
+ </div>
266
+ <span>Documents</span>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Browse files in other apps -->
271
+ <div class="section-title">BROWSE FILES IN OTHER APPS</div>
272
+ <div class="apps-grid">
273
+ <div class="app">
274
+ <div class="circle">[IMG: Gallery Icon]</div>
275
+ <div class="label">Gallery</div>
276
+ </div>
277
+ <div class="app">
278
+ <div class="circle">[IMG: Media Icon]</div>
279
+ <div class="label">Media</div>
280
+ </div>
281
+ <div class="app">
282
+ <div class="circle">[IMG: Photos Icon]</div>
283
+ <div class="label">Photos</div>
284
+ </div>
285
+ <div class="app">
286
+ <div class="circle">[IMG: Bug reports]</div>
287
+ <div class="label">Bug reports</div>
288
+ </div>
289
+ <div class="app">
290
+ <div class="circle">[IMG: Drive Icon]</div>
291
+ <div class="label">Drive</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Recent files -->
296
+ <div class="recent-header">
297
+ <div class="title">Recent files</div>
298
+ <div class="grid-toggle">
299
+ <svg viewBox="0 0 24 24">
300
+ <path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"></path>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+
305
+ <div class="file-list">
306
+ <div class="file-item">
307
+ <div class="file-left">PDF</div>
308
+ <div class="file-info">
309
+ <div class="file-name">beginning_birders_guide_4.pdf</div>
310
+ <div class="file-meta">10:04 AM, 725 kB, PDF document</div>
311
+ </div>
312
+ <div class="file-actions">
313
+ <div class="action" title="Open">
314
+ <svg viewBox="0 0 24 24">
315
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
316
+ </svg>
317
+ </div>
318
+ <div class="action" title="Share">
319
+ <svg viewBox="0 0 24 24">
320
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ </div>
325
+
326
+ <div class="file-item">
327
+ <div class="file-left">PDF</div>
328
+ <div class="file-info">
329
+ <div class="file-name">beginning_birders_guide_4 (1).pdf</div>
330
+ <div class="file-meta">10:04 AM, 725 kB, PDF document</div>
331
+ </div>
332
+ <div class="file-actions">
333
+ <div class="action">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
336
+ </svg>
337
+ </div>
338
+ <div class="action">
339
+ <svg viewBox="0 0 24 24">
340
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="file-item">
347
+ <div class="file-left">PDF</div>
348
+ <div class="file-info">
349
+ <div class="file-name">Heath-Benefits-of-Hiking-fact-s...</div>
350
+ <div class="file-meta">10:02 AM, 101 kB, PDF document</div>
351
+ </div>
352
+ <div class="file-actions">
353
+ <div class="action">
354
+ <svg viewBox="0 0 24 24">
355
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
356
+ </svg>
357
+ </div>
358
+ <div class="action">
359
+ <svg viewBox="0 0 24 24">
360
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
361
+ </svg>
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <div class="file-item">
367
+ <div class="file-left">PDF</div>
368
+ <div class="file-info">
369
+ <div class="file-name">eth_garden_tools_and_their_use_...</div>
370
+ <div class="file-meta">10:00 AM, 515 kB, PDF document</div>
371
+ </div>
372
+ <div class="file-actions">
373
+ <div class="action">
374
+ <svg viewBox="0 0 24 24">
375
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
376
+ </svg>
377
+ </div>
378
+ <div class="action">
379
+ <svg viewBox="0 0 24 24">
380
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
381
+ </svg>
382
+ </div>
383
+ </div>
384
+ </div>
385
+
386
+ <div class="file-item">
387
+ <div class="file-left">PDF</div>
388
+ <div class="file-info">
389
+ <div class="file-name">eth_garden_tools_and_their_use_...</div>
390
+ <div class="file-meta">10:00 AM, 515 kB, PDF document</div>
391
+ </div>
392
+ <div class="file-actions">
393
+ <div class="action">
394
+ <svg viewBox="0 0 24 24">
395
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
396
+ </svg>
397
+ </div>
398
+ <div class="action">
399
+ <svg viewBox="0 0 24 24">
400
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
401
+ </svg>
402
+ </div>
403
+ </div>
404
+ </div>
405
+
406
+ <div class="file-item">
407
+ <div class="file-left image">[IMG]</div>
408
+ <div class="file-info">
409
+ <div class="file-name">Screenshot_20231115-095802.png</div>
410
+ <div class="file-meta">9:58 AM, 1.81 MB, PNG image</div>
411
+ </div>
412
+ <div class="file-actions">
413
+ <div class="action">
414
+ <svg viewBox="0 0 24 24">
415
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
416
+ </svg>
417
+ </div>
418
+ <div class="action">
419
+ <svg viewBox="0 0 24 24">
420
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
421
+ </svg>
422
+ </div>
423
+ </div>
424
+ </div>
425
+
426
+ <div class="file-item">
427
+ <div class="file-left image">[IMG]</div>
428
+ <div class="file-info">
429
+ <div class="file-name">Screenshot_20231115-095709.png</div>
430
+ <div class="file-meta">9:57 AM, 168 kB, PNG image</div>
431
+ </div>
432
+ <div class="file-actions">
433
+ <div class="action">
434
+ <svg viewBox="0 0 24 24">
435
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
436
+ </svg>
437
+ </div>
438
+ <div class="action">
439
+ <svg viewBox="0 0 24 24">
440
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
441
+ </svg>
442
+ </div>
443
+ </div>
444
+ </div>
445
+
446
+ <div class="file-item">
447
+ <div class="file-left image">ZIP</div>
448
+ <div class="file-info">
449
+ <div class="file-name">gardening-website-template.zip</div>
450
+ <div class="file-meta">9:55 AM, 1.17 MB, ZIP archive</div>
451
+ </div>
452
+ <div class="file-actions">
453
+ <div class="action">
454
+ <svg viewBox="0 0 24 24">
455
+ <path d="M7 17h10v2H7zM12 3l5 5h-4v6h-2V8H7l5-5z"></path>
456
+ </svg>
457
+ </div>
458
+ <div class="action">
459
+ <svg viewBox="0 0 24 24">
460
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zM6 14a3 3 0 10-3-3 3 3 0 003 3zm12 8a3 3 0 10-3-3 3 3 0 003 3zM8 12l6-3M8 12l6 5" stroke="#E0E0E0" fill="none" stroke-width="2"></path>
461
+ </svg>
462
+ </div>
463
+ </div>
464
+ </div>
465
+
466
+ <div class="scroll-indicator"></div>
467
+ </div>
468
+
469
+ </div>
470
+
471
+ </div>
472
+ </body>
473
+ </html>
code/13912/13912_6.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Drive UI - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EAEAEA;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 100px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #F5F5F5; font-size: 36px; letter-spacing: 0.5px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; }
22
+ .status-dot { width: 10px; height: 10px; background:#BDBDBD; border-radius: 50%; }
23
+ .icon-circle { width: 34px; height: 34px; border-radius: 50%; background:#E0E0E0; }
24
+ .wifi { width: 36px; height: 24px; border: 2px solid #E0E0E0; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom: none; }
25
+ .battery { width: 52px; height: 26px; border: 2px solid #E0E0E0; position: relative; border-radius: 6px; }
26
+ .battery::after { content:""; position:absolute; right:-8px; top:8px; width:6px; height:10px; background:#E0E0E0; border-radius:2px; }
27
+ /* Top search area */
28
+ .top-bar { position: absolute; top: 100px; left: 0; right: 0; padding: 24px 30px; }
29
+ .search-row { display: flex; align-items: center; gap: 20px; }
30
+ .hamburger { width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; }
31
+ .search-pill {
32
+ flex: 1; height: 90px; background:#263238; border-radius: 45px;
33
+ display: flex; align-items: center; padding: 0 26px; color: #C7CDD1; font-size: 34px;
34
+ }
35
+ .search-pill svg { margin-right: 18px; }
36
+ .avatar {
37
+ width: 72px; height: 72px; border-radius: 50%; background:#673AB7;
38
+ display:flex; align-items:center; justify-content:center; color:#fff; font-weight:bold; font-size: 36px;
39
+ }
40
+ /* Tabs */
41
+ .tabs { margin-top: 28px; display:flex; align-items:flex-end; justify-content: space-between; }
42
+ .tab-left { display:flex; gap: 40px; padding-left: 6px; }
43
+ .tab { font-size: 34px; color:#C7CDD1; }
44
+ .tab.active { color:#EAEAEA; position: relative; }
45
+ .tab.active::after {
46
+ content:""; position:absolute; bottom:-20px; left:0; width: 140px; height:6px; background:#3D7BF6; border-radius:3px;
47
+ }
48
+ .view-toggle { width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; }
49
+ .divider { margin-top: 30px; height: 2px; background:#1F2933; }
50
+ /* Section header */
51
+ .section-header {
52
+ margin-top: 40px; padding: 0 30px; display:flex; align-items:center; justify-content: space-between;
53
+ color:#C7CDD1; font-size: 34px;
54
+ }
55
+ /* Grid of items */
56
+ .grid {
57
+ margin-top: 22px; padding: 0 30px;
58
+ display: grid; grid-template-columns: 1fr 1fr; gap: 36px 28px;
59
+ }
60
+ .item {
61
+ min-height: 360px;
62
+ }
63
+ .thumb {
64
+ width: 100%; height: 220px;
65
+ background:#E0E0E0; border:1px solid #BDBDBD; border-radius: 24px;
66
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 32px;
67
+ }
68
+ .item-row { margin-top: 16px; display:flex; align-items:center; justify-content: space-between; }
69
+ .name { font-size: 32px; color:#EAEAEA; max-width: 420px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
70
+ .label {
71
+ display:inline-block; padding: 8px 14px; border-radius: 10px; font-size: 26px; margin-right: 12px; font-weight: 600;
72
+ }
73
+ .pdf { background:#E57373; color:#1A1A1A; }
74
+ .apk { background:#C5E1A5; color:#1A1A1A; }
75
+ .doc { background:#90CAF9; color:#1A1A1A; }
76
+ .menu-dot { width:8px; height:8px; background:#C7CDD1; border-radius:50%; display:inline-block; margin:4px 0; }
77
+ .vertical-menu { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; width: 40px; }
78
+ /* Floating action button */
79
+ .fab {
80
+ position: absolute; right: 40px; top: 1820px;
81
+ width: 110px; height: 110px; border-radius: 55px; background:#2E7D32;
82
+ display:flex; align-items:center; justify-content:center; box-shadow: 0 8px 20px rgba(0,0,0,0.4);
83
+ }
84
+ .fab svg { width: 44px; height: 44px; fill: #EAEAEA; }
85
+ /* Bottom nav */
86
+ .bottom-nav {
87
+ position: absolute; bottom: 0; left: 0; right: 0;
88
+ height: 170px; background:#1F2430; border-top:1px solid #2B2F3A;
89
+ display:flex; align-items:center; justify-content: space-around;
90
+ }
91
+ .nav-item { display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 10px; color:#C7CDD1; font-size: 28px; }
92
+ .nav-item.active { color:#6FA8FF; }
93
+ .gesture {
94
+ position:absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
95
+ width: 220px; height: 8px; background:#E0E0E0; border-radius: 4px; opacity:0.7;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div>10:38</div>
105
+ <div class="status-icons">
106
+ <div class="icon-circle"></div>
107
+ <div class="icon-circle"></div>
108
+ <div class="icon-circle"></div>
109
+ <div class="status-dot"></div>
110
+ <div class="wifi"></div>
111
+ <div class="battery"></div>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Search and profile -->
116
+ <div class="top-bar">
117
+ <div class="search-row">
118
+ <div class="hamburger">
119
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#E0E0E0">
120
+ <rect x="3" y="5" width="18" height="2" rx="1"></rect>
121
+ <rect x="3" y="11" width="18" height="2" rx="1"></rect>
122
+ <rect x="3" y="17" width="18" height="2" rx="1"></rect>
123
+ </svg>
124
+ </div>
125
+ <div class="search-pill">
126
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#B0BEC5">
127
+ <circle cx="11" cy="11" r="7"></circle>
128
+ <rect x="17" y="17" width="6" height="2" transform="rotate(45 17 17)"></rect>
129
+ </svg>
130
+ <span>Search in Drive</span>
131
+ </div>
132
+ <div class="avatar">C</div>
133
+ </div>
134
+
135
+ <div class="tabs">
136
+ <div class="tab-left">
137
+ <div class="tab active">My Drive</div>
138
+ <div class="tab">Computers</div>
139
+ </div>
140
+ <div class="view-toggle">
141
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#C7CDD1">
142
+ <rect x="4" y="6" width="16" height="2"></rect>
143
+ <rect x="4" y="11" width="16" height="2"></rect>
144
+ <rect x="4" y="16" width="16" height="2"></rect>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+ <div class="divider"></div>
149
+ </div>
150
+
151
+ <!-- Section header -->
152
+ <div class="section-header" style="top: 290px; position: absolute; width: 100%;">
153
+ <div>Last modified by me</div>
154
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#C7CDD1">
155
+ <path d="M7 10l5 5 5-5H7z"></path>
156
+ </svg>
157
+ </div>
158
+
159
+ <!-- Grid content -->
160
+ <div class="grid" style="position: absolute; top: 350px; left: 0; right: 0;">
161
+ <!-- Row 1 -->
162
+ <div class="item">
163
+ <div class="thumb">[IMG: Folder]</div>
164
+ <div class="item-row">
165
+ <div class="name">Nature</div>
166
+ <div class="vertical-menu">
167
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ <div class="item">
172
+ <div class="thumb">[IMG: Folder]</div>
173
+ <div class="item-row">
174
+ <div class="name">ToDoReminder_Backup</div>
175
+ <div class="vertical-menu">
176
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Row 2 -->
182
+ <div class="item">
183
+ <div class="thumb">[IMG: PDF thumbnail]</div>
184
+ <div class="item-row">
185
+ <div class="name"><span class="label pdf">PDF</span>beginning_birders_guid...</div>
186
+ <div class="vertical-menu">
187
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ <div class="item">
192
+ <div class="thumb">[IMG: PDF thumbnail]</div>
193
+ <div class="item-row">
194
+ <div class="name"><span class="label pdf">PDF</span>landscape design</div>
195
+ <div class="vertical-menu">
196
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Row 3 -->
202
+ <div class="item">
203
+ <div class="thumb">[IMG: APK icon]</div>
204
+ <div class="item-row">
205
+ <div class="name"><span class="label apk">APK</span>landscaping-ideas.apk</div>
206
+ <div class="vertical-menu">
207
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ <div class="item">
212
+ <div class="thumb">[IMG: Text file thumbnail]</div>
213
+ <div class="item-row">
214
+ <div class="name"><span class="label doc">TXT</span>screenshot.txt</div>
215
+ <div class="vertical-menu">
216
+ <span class="menu-dot"></span><span class="menu-dot"></span><span class="menu-dot"></span>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Floating action button -->
223
+ <div class="fab">
224
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v14h-2zM5 11h14v2H5z"></path></svg>
225
+ </div>
226
+
227
+ <!-- Bottom navigation -->
228
+ <div class="bottom-nav">
229
+ <div class="nav-item">
230
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#C7CDD1">
231
+ <path d="M12 3l9 8h-3v7h-12v-7h-3l9-8z"></path>
232
+ </svg>
233
+ <div>Home</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#C7CDD1">
237
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
238
+ </svg>
239
+ <div>Starred</div>
240
+ </div>
241
+ <div class="nav-item">
242
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#C7CDD1">
243
+ <path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z"></path>
244
+ </svg>
245
+ <div>Shared</div>
246
+ </div>
247
+ <div class="nav-item active">
248
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#6FA8FF">
249
+ <path d="M3 4h18v3H3V4zm0 6h18v3H3v-3zm0 6h18v3H3v-3z"></path>
250
+ </svg>
251
+ <div>Files</div>
252
+ </div>
253
+ </div>
254
+ <div class="gesture"></div>
255
+
256
+ </div>
257
+ </body>
258
+ </html>
code/13912/13912_7.html ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mobile UI Mock - Drive</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f1f1f;
15
+ color: #e9e9e9;
16
+ }
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0; left: 0;
20
+ width: 100%;
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #d7d7d7;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ }
36
+ .dot-icon { width: 20px; height: 20px; background: #cfcfcf; border-radius: 50%; opacity: 0.85; }
37
+ .battery {
38
+ width: 42px; height: 22px; border: 2px solid #cfcfcf; border-radius: 4px; position: relative;
39
+ }
40
+ .battery::after { content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 10px; background: #cfcfcf; border-radius: 2px; }
41
+ .battery-fill { position: absolute; left: 3px; top: 3px; width: 28px; height: 14px; background: #cfcfcf; }
42
+
43
+ .app-header {
44
+ position: absolute;
45
+ top: 90px; left: 0; right: 0;
46
+ height: 210px;
47
+ padding: 24px 36px 0 36px;
48
+ box-sizing: border-box;
49
+ }
50
+ .search-bar {
51
+ height: 110px;
52
+ background: #2a2d31;
53
+ border-radius: 55px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 28px;
57
+ box-sizing: border-box;
58
+ }
59
+ .hamburger {
60
+ width: 56px; height: 56px; margin-right: 24px;
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .search-text {
64
+ font-size: 38px;
65
+ color: #cfd8dc;
66
+ letter-spacing: 0.3px;
67
+ flex: 1;
68
+ }
69
+ .avatar {
70
+ width: 76px; height: 76px; border-radius: 50%;
71
+ background: #6a3df5;
72
+ display: flex; align-items: center; justify-content: center;
73
+ font-weight: bold; color: #ffffff; font-size: 38px;
74
+ }
75
+
76
+ .top-tabs {
77
+ margin-top: 20px;
78
+ padding: 0 6px;
79
+ display: flex; align-items: center; gap: 48px;
80
+ font-size: 34px;
81
+ }
82
+ .tab {
83
+ color: #c9c9c9;
84
+ padding-bottom: 18px;
85
+ }
86
+ .tab.active {
87
+ color: #ffffff;
88
+ border-bottom: 5px solid #8ab4f8;
89
+ }
90
+ .tab-spacer { flex: 1; }
91
+ .list-toggle {
92
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
93
+ }
94
+
95
+ .content {
96
+ position: absolute;
97
+ top: 300px;
98
+ left: 0; right: 0; bottom: 210px;
99
+ padding: 18px 36px 0 36px;
100
+ box-sizing: border-box;
101
+ overflow: hidden;
102
+ }
103
+ .section-head {
104
+ display: flex; align-items: center; justify-content: space-between;
105
+ color: #b9b9b9; font-size: 34px;
106
+ margin: 14px 6px 26px 6px;
107
+ }
108
+ .section-left { display: flex; align-items: center; gap: 12px; }
109
+ .grid {
110
+ display: grid;
111
+ grid-template-columns: 1fr 1fr;
112
+ gap: 38px 38px;
113
+ }
114
+ .item {
115
+ position: relative;
116
+ }
117
+ .thumb {
118
+ width: 100%;
119
+ height: 300px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ display: flex; align-items: center; justify-content: center;
123
+ color: #757575; font-size: 34px;
124
+ border-radius: 18px;
125
+ }
126
+ .label-row {
127
+ margin-top: 18px;
128
+ display: flex; align-items: center; justify-content: space-between;
129
+ }
130
+ .item-title {
131
+ font-size: 36px; color: #ffffff;
132
+ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
133
+ max-width: 80%;
134
+ }
135
+ .more {
136
+ width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
137
+ }
138
+
139
+ .file-tag {
140
+ position: absolute;
141
+ left: 16px; bottom: 16px;
142
+ padding: 6px 10px;
143
+ font-size: 26px;
144
+ border-radius: 8px;
145
+ color: #fff;
146
+ }
147
+ .tag-pdf { background: #e06262; }
148
+ .tag-apk { background: #a7d65e; color: #1a1a1a; }
149
+
150
+ .fab {
151
+ position: absolute;
152
+ right: 40px;
153
+ bottom: 420px;
154
+ width: 112px; height: 112px;
155
+ background: #3a79ff;
156
+ border-radius: 50%;
157
+ box-shadow: 0 8px 18px rgba(0,0,0,0.45);
158
+ display: flex; align-items: center; justify-content: center;
159
+ }
160
+ .bottom-nav {
161
+ position: absolute;
162
+ bottom: 0; left: 0; right: 0;
163
+ height: 210px;
164
+ background: #2a2a2a;
165
+ border-top: 1px solid #3a3a3a;
166
+ display: flex; align-items: center; justify-content: space-around;
167
+ padding-bottom: 24px;
168
+ box-sizing: border-box;
169
+ }
170
+ .nav-item {
171
+ width: 180px;
172
+ height: 140px;
173
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
174
+ gap: 12px; color: #cfcfcf; font-size: 30px;
175
+ border-radius: 28px;
176
+ }
177
+ .nav-item.active {
178
+ background: rgba(255,255,255,0.08);
179
+ color: #ffffff;
180
+ }
181
+ .gesture {
182
+ position: absolute; bottom: 215px; left: 50%;
183
+ transform: translateX(-50%);
184
+ width: 240px; height: 12px; background: #e7e7e7; border-radius: 8px; opacity: 0.8;
185
+ }
186
+ /* Simple SVG helpers */
187
+ svg { display: block; }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Status Bar -->
194
+ <div class="status-bar">
195
+ <div>10:38</div>
196
+ <div class="status-right">
197
+ <div class="dot-icon"></div>
198
+ <div class="dot-icon"></div>
199
+ <div class="dot-icon"></div>
200
+ <div class="dot-icon"></div>
201
+ <svg width="34" height="34">
202
+ <circle cx="17" cy="17" r="15" stroke="#cfcfcf" stroke-width="2" fill="none"></circle>
203
+ </svg>
204
+ <svg width="36" height="36">
205
+ <path d="M4 30 L18 8 L32 30 Z" fill="#cfcfcf"></path>
206
+ </svg>
207
+ <div class="battery"><div class="battery-fill"></div></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- App Header with Search -->
212
+ <div class="app-header">
213
+ <div class="search-bar">
214
+ <div class="hamburger">
215
+ <svg width="44" height="44" viewBox="0 0 24 24">
216
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#cfd8dc" stroke-width="2" stroke-linecap="round" fill="none"></path>
217
+ </svg>
218
+ </div>
219
+ <div class="search-text">Search in Drive</div>
220
+ <div class="avatar">C</div>
221
+ </div>
222
+ <div class="top-tabs">
223
+ <div class="tab active">My Drive</div>
224
+ <div class="tab">Computers</div>
225
+ <div class="tab-spacer"></div>
226
+ <div class="list-toggle">
227
+ <svg width="40" height="40" viewBox="0 0 24 24">
228
+ <path d="M4 6h14M4 12h14M4 18h14" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" fill="none"></path>
229
+ <circle cx="20" cy="6" r="2" fill="#cfcfcf"></circle>
230
+ <circle cx="20" cy="12" r="2" fill="#cfcfcf"></circle>
231
+ <circle cx="20" cy="18" r="2" fill="#cfcfcf"></circle>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Content -->
238
+ <div class="content">
239
+ <div class="section-head">
240
+ <div class="section-left">
241
+ <span>Last modified by me</span>
242
+ <svg width="28" height="28" viewBox="0 0 24 24">
243
+ <path d="M6 9l6 6 6-6" stroke="#b9b9b9" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
244
+ </svg>
245
+ </div>
246
+ <div>
247
+ <svg width="40" height="40" viewBox="0 0 24 24">
248
+ <path d="M4 6h14M4 12h14M4 18h14" stroke="#b9b9b9" stroke-width="2" stroke-linecap="round" fill="none"></path>
249
+ <circle cx="20" cy="6" r="2" fill="#b9b9b9"></circle>
250
+ <circle cx="20" cy="12" r="2" fill="#b9b9b9"></circle>
251
+ <circle cx="20" cy="18" r="2" fill="#b9b9b9"></circle>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="grid">
257
+ <!-- Row: Folders -->
258
+ <div class="item">
259
+ <div class="thumb">[IMG: Folder]</div>
260
+ <div class="label-row">
261
+ <div class="item-title">Nature</div>
262
+ <div class="more">
263
+ <svg width="28" height="28" viewBox="0 0 24 24">
264
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
265
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
266
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ <div class="item">
272
+ <div class="thumb">[IMG: Folder]</div>
273
+ <div class="label-row">
274
+ <div class="item-title">ToDoReminder_Backup</div>
275
+ <div class="more">
276
+ <svg width="28" height="28" viewBox="0 0 24 24">
277
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
278
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
279
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Row: PDF thumbnails -->
286
+ <div class="item">
287
+ <div class="thumb">[IMG: PDF Thumbnail]</div>
288
+ <div class="file-tag tag-pdf">PDF</div>
289
+ <div class="label-row">
290
+ <div class="item-title">beginning_birders_guid...</div>
291
+ <div class="more">
292
+ <svg width="28" height="28" viewBox="0 0 24 24">
293
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
294
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
295
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ <div class="item">
301
+ <div class="thumb">[IMG: PDF Thumbnail]</div>
302
+ <div class="file-tag tag-pdf">PDF</div>
303
+ <div class="label-row">
304
+ <div class="item-title">landscape design</div>
305
+ <div class="more">
306
+ <svg width="28" height="28" viewBox="0 0 24 24">
307
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
308
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
309
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Row: APK and text file -->
316
+ <div class="item">
317
+ <div class="thumb">[IMG: APK App Icon]</div>
318
+ <div class="file-tag tag-apk">APK</div>
319
+ <div class="label-row">
320
+ <div class="item-title">landscaping-ideas.apk</div>
321
+ <div class="more">
322
+ <svg width="28" height="28" viewBox="0 0 24 24">
323
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
324
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
325
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ <div class="item">
331
+ <div class="thumb">[IMG: Plain Document Preview]</div>
332
+ <div class="label-row">
333
+ <div class="item-title">screenshot.txt</div>
334
+ <div class="more">
335
+ <svg width="28" height="28" viewBox="0 0 24 24">
336
+ <circle cx="12" cy="5" r="2" fill="#b9b9b9"></circle>
337
+ <circle cx="12" cy="12" r="2" fill="#b9b9b9"></circle>
338
+ <circle cx="12" cy="19" r="2" fill="#b9b9b9"></circle>
339
+ </svg>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Floating Action Button -->
346
+ <div class="fab">
347
+ <svg width="44" height="44" viewBox="0 0 24 24">
348
+ <path d="M12 5v14M5 12h14" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round"></path>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Bottom Navigation -->
354
+ <div class="gesture"></div>
355
+ <div class="bottom-nav">
356
+ <div class="nav-item">
357
+ <svg width="40" height="40" viewBox="0 0 24 24">
358
+ <path d="M3 11l9-7 9 7v9h-6v-6H9v6H3z" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linejoin="round"></path>
359
+ </svg>
360
+ <div>Home</div>
361
+ </div>
362
+ <div class="nav-item">
363
+ <svg width="40" height="40" viewBox="0 0 24 24">
364
+ <path d="M12 3l3 7h7l-5.6 4.2L18 21l-6-4-6 4 1.6-6.8L2 10h7z" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linejoin="round"></path>
365
+ </svg>
366
+ <div>Starred</div>
367
+ </div>
368
+ <div class="nav-item">
369
+ <svg width="40" height="40" viewBox="0 0 24 24">
370
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#cfcfcf" stroke-width="2"></circle>
371
+ <path d="M4 21c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#cfcfcf" stroke-width="2"></path>
372
+ </svg>
373
+ <div>Shared</div>
374
+ </div>
375
+ <div class="nav-item active">
376
+ <svg width="40" height="40" viewBox="0 0 24 24">
377
+ <path d="M4 4h16v16H4z" fill="none" stroke="#ffffff" stroke-width="2"></path>
378
+ <path d="M4 10h16M10 4v16" stroke="#ffffff" stroke-width="2"></path>
379
+ </svg>
380
+ <div>Files</div>
381
+ </div>
382
+ </div>
383
+
384
+ </div>
385
+ </body>
386
+ </html>
code/13913/13913_0.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>SFMTA Trip Planner - 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: #f4f4f4;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ background: #121212;
23
+ color: #fff;
24
+ font-weight: 600;
25
+ font-size: 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ justify-content: space-between;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ opacity: 0.9;
37
+ }
38
+ .dot { width: 14px; height: 14px; border-radius: 50%; background: #fff; opacity: 0.8; }
39
+
40
+ /* Browser bar */
41
+ .browser-bar {
42
+ height: 110px;
43
+ background: #1e1e1e;
44
+ color: #eaeaea;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 24px 0 20px;
48
+ box-sizing: border-box;
49
+ gap: 18px;
50
+ }
51
+ .browser-title { font-size: 38px; letter-spacing: 0.3px; }
52
+ .browser-left, .browser-right {
53
+ display: flex; align-items: center; gap: 18px;
54
+ }
55
+ .icon-btn {
56
+ width: 70px; height: 70px; border-radius: 35px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ color: #eaeaea; background: transparent;
59
+ }
60
+ .icon-square {
61
+ width: 60px; height: 60px; border-radius: 8px; border: 2px solid #d9d9d9; opacity: 0.8;
62
+ }
63
+
64
+ /* Site header */
65
+ .site-header {
66
+ display: flex;
67
+ align-items: center;
68
+ background: #55616b;
69
+ height: 140px;
70
+ padding: 0;
71
+ box-sizing: border-box;
72
+ }
73
+ .logo-wrap {
74
+ width: 160px; height: 140px; background: #1989d3; display:flex; align-items:center; justify-content:center;
75
+ }
76
+ .logo {
77
+ width: 110px; height: 100px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
78
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:28px;
79
+ }
80
+ .brand {
81
+ color: #fff; font-size: 56px; font-weight: 700; margin-left: 22px;
82
+ }
83
+ .site-header-right {
84
+ margin-left: auto; margin-right: 24px; display: flex; align-items: center; gap: 24px;
85
+ }
86
+ .chip {
87
+ background: #fff; color: #333; border-radius: 26px; padding: 10px 18px; font-size: 34px; display:flex; align-items:center; gap: 10px;
88
+ }
89
+ .hamburger {
90
+ width: 92px; height: 92px; border-radius: 10px; background: rgba(255,255,255,0.25);
91
+ display:flex; align-items:center; justify-content:center;
92
+ }
93
+ .hamburger div { width: 46px; height: 6px; background: #e7e7e7; margin: 6px 0; }
94
+
95
+ /* Alert banner */
96
+ .alert {
97
+ background: #fff;
98
+ color: #444;
99
+ font-size: 38px;
100
+ padding: 26px 28px;
101
+ box-sizing: border-box;
102
+ border-top: 1px solid #e5e5e5;
103
+ border-bottom: 1px solid #e5e5e5;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: space-between;
107
+ font-style: italic;
108
+ }
109
+ .btn-subscribe {
110
+ background: #b3121b; color: #fff; padding: 18px 26px; border-radius: 8px; font-weight: 700; font-size: 36px;
111
+ }
112
+
113
+ /* Quick planner strip */
114
+ .quick-planner {
115
+ background: #d6d7d9;
116
+ padding: 28px;
117
+ box-sizing: border-box;
118
+ }
119
+ .qp-title { font-size: 48px; font-weight: 700; margin-bottom: 18px; color: #4a4a4a; }
120
+ .qp-row { display:flex; align-items:center; gap: 18px; margin-bottom: 18px; }
121
+ .qp-input {
122
+ flex: 1;
123
+ background: #fff; border-radius: 6px; padding: 26px; font-size: 38px; box-sizing: border-box;
124
+ border: 1px solid #d0d0d0; height: 96px; display:flex; align-items:center;
125
+ }
126
+ .qp-row-2 { display:flex; align-items:center; gap: 18px; }
127
+ .select {
128
+ background:#fff; border:1px solid #cfcfcf; border-radius: 8px; height: 90px; padding: 0 18px; font-size: 38px; display:flex; align-items:center;
129
+ }
130
+ .go-btn {
131
+ background: #b3121b; color:#fff; font-weight: 800; font-size: 48px; border-radius: 14px;
132
+ padding: 22px 36px; border: 4px solid #ffd24a; box-shadow: 0 2px 0 #8a0f15 inset;
133
+ }
134
+
135
+ /* Breadcrumb */
136
+ .crumbs {
137
+ background: #666c72; color: #fff; height: 96px; display:flex; align-items:center; padding: 0 28px; box-sizing: border-box;
138
+ font-size: 40px;
139
+ }
140
+ .crumbs b { font-weight: 800; }
141
+
142
+ /* Content card */
143
+ .content {
144
+ padding: 28px;
145
+ }
146
+ .card {
147
+ background: #ffffff;
148
+ border-radius: 12px;
149
+ padding: 36px 32px;
150
+ box-sizing: border-box;
151
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
152
+ }
153
+ .card h1 { margin: 6px 0 10px; font-size: 64px; }
154
+ .share {
155
+ font-size: 34px; color: #3e3e3e; margin-bottom: 8px; display:flex; align-items:center; gap: 12px; flex-wrap: wrap;
156
+ }
157
+ .badge {
158
+ padding: 6px 12px; border-radius: 6px; color: #fff; font-weight: 700; display:inline-flex; align-items:center; gap: 8px;
159
+ }
160
+ .badge.fb { background:#1877f2; }
161
+ .badge.tw { background:#1da1f2; }
162
+ .badge.li { background:#0a66c2; }
163
+ .muted-link { color:#1a73e8; }
164
+ .divider { height: 1px; background: #e6e6e6; margin: 22px 0 24px; }
165
+ .section-title { font-size: 48px; font-weight: 700; margin: 4px 0 16px; }
166
+ .label { font-size: 36px; font-weight: 700; color:#424242; margin: 18px 0 10px; }
167
+ .input {
168
+ width: 100%; height: 110px; padding: 0 24px; font-size: 40px;
169
+ border: 1px solid #d9d9d9; border-radius: 12px; box-sizing: border-box; color: #7a7a7a;
170
+ background: #fafafa;
171
+ display:flex; align-items:center;
172
+ }
173
+ .dropdown {
174
+ width: 220px; height: 86px; border:1px solid #cfcfcf; border-radius: 10px; padding: 0 18px; font-size: 38px; display:flex; align-items:center; background:#fff;
175
+ }
176
+
177
+ /* Bottom gesture bar */
178
+ .bottom-bar {
179
+ position: absolute;
180
+ bottom: 0;
181
+ left: 0;
182
+ height: 120px;
183
+ width: 100%;
184
+ background: #111;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ }
189
+ .pill { width: 260px; height: 12px; border-radius: 6px; background: #e8e8e8; opacity: 0.9; }
190
+ /* Simple icons */
191
+ .svg-ico { width: 44px; height: 44px; fill: currentColor; }
192
+ .svg-ico-lg { width: 60px; height: 60px; fill: currentColor; }
193
+ .chevrons { color:#444; width: 48px; height: 48px; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div>12:41</div>
202
+ <div class="status-right">
203
+ <div>4°</div>
204
+ <div>82%</div>
205
+ <div class="dot"></div>
206
+ <div class="dot"></div>
207
+ <div class="dot"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Browser bar -->
212
+ <div class="browser-bar">
213
+ <div class="browser-left">
214
+ <div class="icon-btn">
215
+ <svg class="svg-ico" viewBox="0 0 24 24"><path d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" fill="none"/></svg>
216
+ </div>
217
+ <div class="icon-square"></div>
218
+ <div class="browser-title">sfmta.com</div>
219
+ </div>
220
+ <div class="browser-right" style="margin-left:auto">
221
+ <div class="icon-btn">
222
+ <svg class="svg-ico" viewBox="0 0 24 24"><path d="M18 8a6 6 0 11-2.2-4.6L22 10l-2 2-4.3-4.3" fill="currentColor"/></svg>
223
+ </div>
224
+ <div class="icon-btn">
225
+ <svg class="svg-ico" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Site header -->
231
+ <div class="site-header">
232
+ <div class="logo-wrap">
233
+ <div class="logo">[IMG: SFMTA Logo]</div>
234
+ </div>
235
+ <div class="brand">SFMTA</div>
236
+ <div class="site-header-right">
237
+ <div class="icon-btn" title="Search">
238
+ <svg class="svg-ico-lg" viewBox="0 0 24 24"><circle cx="10" cy="10" r="6" stroke="currentColor" stroke-width="2" fill="none"/><path d="M14 14l6 6" stroke="currentColor" stroke-width="2" /></svg>
239
+ </div>
240
+ <div class="chip">
241
+ <span style="font-weight:800;color:#ea4335">G</span>
242
+ <span>Select Language</span>
243
+ </div>
244
+ <div class="hamburger" aria-label="Menu">
245
+ <div></div><div></div><div></div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Alert banner -->
251
+ <div class="alert">
252
+ <div>We are unable to display alerts at this time. Alerts are still available by subscription.</div>
253
+ <div class="btn-subscribe">Subscribe</div>
254
+ </div>
255
+
256
+ <!-- Quick planner section -->
257
+ <div class="quick-planner">
258
+ <div class="qp-title">Trip Planner</div>
259
+ <div class="qp-row">
260
+ <div class="qp-input">Newark Penn Station</div>
261
+ <div class="chevrons">
262
+ <svg viewBox="0 0 24 24"><path d="M8 5l7 7-7 7" stroke="currentColor" stroke-width="2" fill="none"/></svg>
263
+ </div>
264
+ <div class="qp-input">new York, NY USA on 11</div>
265
+ </div>
266
+ <div class="qp-row-2">
267
+ <div class="select">Muni ▾</div>
268
+ <div class="go-btn">Let's Go...</div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Breadcrumbs -->
273
+ <div class="crumbs"><b>Home</b>&nbsp;/&nbsp; Trip Planner</div>
274
+
275
+ <!-- Main content -->
276
+ <div class="content">
277
+ <div class="card">
278
+ <h1>Trip Planner</h1>
279
+ <div class="share">
280
+ Share this:
281
+ <span class="badge fb">f Facebook</span>
282
+ <span class="badge tw">t Twitter</span>
283
+ <span class="badge li">in LinkedIn</span>
284
+ </div>
285
+ <div style="font-size:36px; color:#333; margin-bottom: 10px;">SFMTA.com/TripPlanner</div>
286
+ <div class="divider"></div>
287
+
288
+ <div class="section-title">Find your way around San Francisco</div>
289
+
290
+ <div class="label">Starting Location (Point A)</div>
291
+ <div class="input">e.g. 1 Market St.</div>
292
+
293
+ <div class="label" style="margin-top:22px;">Ending Location (Point B)</div>
294
+ <div class="input">e.g. Crissy Field</div>
295
+
296
+ <div class="label" style="margin-top:26px;">How I want to travel</div>
297
+ <div class="dropdown">Muni ▾</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Bottom phone gesture bar -->
302
+ <div class="bottom-bar"><div class="pill"></div></div>
303
+
304
+ </div>
305
+ </body>
306
+ </html>
code/13913/13913_1.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Booking UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: linear-gradient(180deg, #b21f2a 0%, #9b1a22 100%);
12
+ color: #fff;
13
+ }
14
+
15
+ /* Header texts */
16
+ .header { padding: 130px 70px 20px; }
17
+ .welcome { text-align: center; font-size: 52px; font-weight: 700; opacity: 0.95; margin-bottom: 40px; }
18
+ .title { font-size: 84px; font-weight: 800; line-height: 1.05; }
19
+
20
+ /* Chat bubble */
21
+ .chat {
22
+ position: absolute; top: 220px; right: 50px; width: 92px; height: 92px;
23
+ border: 3px solid #ffdfe2; border-radius: 22px; display: flex; align-items: center; justify-content: center;
24
+ }
25
+ .chat svg { width: 58px; height: 58px; stroke: #ffdfe2; fill: none; stroke-width: 6; }
26
+
27
+ /* Card */
28
+ .card {
29
+ position: relative;
30
+ margin: 40px 40px 0;
31
+ background: #3a0a10;
32
+ border-radius: 36px;
33
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
34
+ padding: 50px;
35
+ }
36
+
37
+ .field {
38
+ background: #ffffff;
39
+ border-radius: 10px;
40
+ padding: 26px 28px;
41
+ margin-bottom: 28px;
42
+ position: relative;
43
+ }
44
+ .field .label {
45
+ font-size: 28px; letter-spacing: 1px; color: #9c9c9c; font-weight: 700; text-transform: uppercase;
46
+ }
47
+ .field .value {
48
+ font-size: 44px; color: #111; font-weight: 800; margin-top: 8px;
49
+ }
50
+ .field .placeholder { color: #b9b9b9; font-weight: 600; }
51
+ .icon-right {
52
+ position: absolute; right: 24px; top: 0; bottom: 0; display: flex; align-items: center;
53
+ }
54
+ .icon-right svg { width: 46px; height: 46px; stroke: #333; }
55
+
56
+ /* Swap floating circle */
57
+ .swap-circle {
58
+ position: absolute; right: 30px; top: 128px;
59
+ width: 110px; height: 110px; background: #fff;
60
+ border: 6px solid #d1d1d1; border-radius: 55px;
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .swap-circle svg { width: 60px; height: 60px; stroke: #333; stroke-width: 6; }
64
+
65
+ /* One-way check */
66
+ .oneway {
67
+ display: flex; align-items: center; gap: 26px; color: #f3f3f3;
68
+ margin: 18px 0 30px;
69
+ }
70
+ .checkbox {
71
+ width: 64px; height: 64px; border: 3px solid #eee; border-radius: 8px;
72
+ }
73
+ .oneway span { font-size: 44px; font-weight: 600; }
74
+
75
+ /* Two-column rows */
76
+ .row { display: flex; gap: 26px; }
77
+ .row .field { flex: 1; margin-bottom: 26px; }
78
+ .caret { width: 22px; height: 22px; border-right: 6px solid #333; border-bottom: 6px solid #333; transform: rotate(45deg); margin-left: 10px; }
79
+
80
+ /* Options panel */
81
+ .options {
82
+ background: rgba(255,255,255,0.08);
83
+ border-radius: 14px;
84
+ padding: 34px;
85
+ margin: 18px 0 36px;
86
+ color: #e8e8e8;
87
+ }
88
+ .option-item { display: flex; align-items: center; gap: 26px; margin: 18px 0; font-size: 40px; }
89
+
90
+ /* Search button */
91
+ .cta {
92
+ background: #f05a0f; color: #fff; text-align: center;
93
+ border-radius: 18px; height: 132px; display: flex; align-items: center; justify-content: center;
94
+ font-size: 48px; font-weight: 800; letter-spacing: 1px;
95
+ margin: 20px 0 30px;
96
+ }
97
+
98
+ /* Bottom navigation */
99
+ .nav {
100
+ position: absolute; left: 0; right: 0; bottom: 80px; height: 190px;
101
+ background: #ffffff; color: #111; border-top: 1px solid #e5e5e5;
102
+ display: flex; align-items: center; justify-content: space-around;
103
+ }
104
+ .nav .item { display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 34px; }
105
+ .nav .item .icon { width: 56px; height: 56px; }
106
+ .nav .item.active { color: #b21f2a; font-weight: 700; }
107
+ .home-indicator {
108
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
109
+ width: 260px; height: 12px; border-radius: 6px; background: #e6e6e6;
110
+ }
111
+ .black-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: #000; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <div class="header">
118
+ <div class="welcome">Welcome</div>
119
+ <div class="title">Book your next trip</div>
120
+ </div>
121
+
122
+ <div class="chat" aria-label="Chat">
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M4 5h16v10H8l-4 4V5z"/>
125
+ <circle cx="9" cy="10" r="1.5"/>
126
+ <circle cx="13" cy="10" r="1.5"/>
127
+ <circle cx="17" cy="10" r="1.5"/>
128
+ </svg>
129
+ </div>
130
+
131
+ <div class="card">
132
+ <div class="field">
133
+ <div class="label">Departure station</div>
134
+ <div class="value">Bruxelles-Midi/Brussel-Zuid</div>
135
+ </div>
136
+
137
+ <div class="swap-circle" title="Swap">
138
+ <svg viewBox="0 0 24 24" fill="none">
139
+ <path d="M12 3v18M8 7l4-4 4 4M8 17l4 4 4-4"/>
140
+ </svg>
141
+ </div>
142
+
143
+ <div class="field">
144
+ <div class="label">Arrival station</div>
145
+ <div class="value">Paris Nord</div>
146
+ </div>
147
+
148
+ <div class="field">
149
+ <div class="label">Departure date</div>
150
+ <div class="value">Friday August 11</div>
151
+ <div class="icon-right" aria-hidden="true">
152
+ <svg viewBox="0 0 24 24" fill="none">
153
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke-width="2" stroke="currentColor"/>
154
+ <path d="M3 9h18M8 3v4M16 3v4" stroke="currentColor" stroke-width="2"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="field">
160
+ <div class="label">Return date</div>
161
+ <div class="value placeholder">Return date</div>
162
+ <div class="icon-right" aria-hidden="true">
163
+ <svg viewBox="0 0 24 24" fill="none">
164
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke-width="2" stroke="currentColor"/>
165
+ <path d="M3 9h18M8 3v4M16 3v4" stroke="currentColor" stroke-width="2"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="oneway">
171
+ <div class="checkbox" aria-hidden="true"></div>
172
+ <span>One-way ticket</span>
173
+ </div>
174
+
175
+ <div class="row">
176
+ <div class="field">
177
+ <div class="label">Adult (26-59)</div>
178
+ <div class="value" style="display:flex; align-items:center; justify-content:space-between;">
179
+ <span>1 Adult</span>
180
+ <span class="caret"></span>
181
+ </div>
182
+ </div>
183
+ <div class="field">
184
+ <div class="label">Kid (4-11)</div>
185
+ <div class="value" style="display:flex; align-items:center; justify-content:space-between;">
186
+ <span>0 Kid</span>
187
+ <span class="caret"></span>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="row">
193
+ <div class="field">
194
+ <div class="label">Youth (12-25)</div>
195
+ <div class="value" style="display:flex; align-items:center; justify-content:space-between;">
196
+ <span>0 Youth</span>
197
+ <span class="caret"></span>
198
+ </div>
199
+ </div>
200
+ <div class="field">
201
+ <div class="label">Senior (60+)</div>
202
+ <div class="value" style="display:flex; align-items:center; justify-content:space-between;">
203
+ <span>0 Senior</span>
204
+ <span class="caret"></span>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="options">
210
+ <div class="option-item">
211
+ <div class="checkbox"></div>
212
+ <span>Thalys Pass</span>
213
+ </div>
214
+ <div class="option-item">
215
+ <div class="checkbox"></div>
216
+ <span>My Thalys World Member</span>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="cta">SEARCH</div>
221
+ </div>
222
+
223
+ <div class="nav">
224
+ <div class="item active">
225
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
226
+ <circle cx="11" cy="11" r="7" stroke="#b21f2a" stroke-width="2"/>
227
+ <path d="M16.5 16.5L21 21" stroke="#b21f2a" stroke-width="2" stroke-linecap="round"/>
228
+ </svg>
229
+ <div>Book</div>
230
+ </div>
231
+ <div class="item">
232
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
233
+ <circle cx="12" cy="12" r="9" stroke="#111" stroke-width="2"/>
234
+ <path d="M12 6v6l4 2" stroke="#111" stroke-width="2" stroke-linecap="round"/>
235
+ </svg>
236
+ <div>Timetables</div>
237
+ </div>
238
+ <div class="item">
239
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
240
+ <rect x="3" y="3" width="18" height="18" rx="2"/>
241
+ <path d="M3 10h18M10 3v18"/>
242
+ </svg>
243
+ <div>My tickets</div>
244
+ </div>
245
+ <div class="item">
246
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
247
+ <circle cx="12" cy="8" r="4"/>
248
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6"/>
249
+ </svg>
250
+ <div>My account</div>
251
+ </div>
252
+ <div class="item">
253
+ <svg class="icon" viewBox="0 0 24 24" fill="#111">
254
+ <circle cx="5" cy="12" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="19" cy="12" r="2.2"/>
255
+ </svg>
256
+ <div>More</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="home-indicator"></div>
261
+ <div class="black-bar"></div>
262
+ </div>
263
+ </body>
264
+ </html>
code/13913/13913_2.html ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Booking UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #b12b34; /* deep red background */
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Top status bar (mock) */
20
+ .status {
21
+ position: absolute;
22
+ top: 18px;
23
+ left: 30px;
24
+ right: 30px;
25
+ height: 56px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 28px;
31
+ opacity: 0.95;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status .right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon {
40
+ display: inline-flex;
41
+ width: 36px; height: 36px;
42
+ align-items: center; justify-content: center;
43
+ }
44
+ /* Chat bubble button */
45
+ .chat {
46
+ position: absolute;
47
+ top: 180px;
48
+ right: 36px;
49
+ width: 82px;
50
+ height: 82px;
51
+ border: 3px solid #fff;
52
+ border-radius: 18px;
53
+ background: rgba(255,255,255,0.05);
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .chat svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 5; }
59
+
60
+ /* Headings */
61
+ .welcome {
62
+ width: 100%;
63
+ text-align: center;
64
+ margin-top: 110px;
65
+ font-weight: 700;
66
+ font-size: 54px;
67
+ }
68
+ .big-title {
69
+ margin: 36px 0 0 66px;
70
+ font-size: 82px;
71
+ font-weight: 900;
72
+ line-height: 1.05;
73
+ }
74
+
75
+ /* Form card */
76
+ .card {
77
+ position: absolute;
78
+ left: 36px;
79
+ right: 36px;
80
+ top: 360px;
81
+ background: #3a0e13; /* dark wine */
82
+ border-radius: 42px;
83
+ padding: 46px 44px 34px;
84
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25) inset;
85
+ }
86
+ .field {
87
+ position: relative;
88
+ background: #F3F3F3;
89
+ border: 2px solid #d9d9d9;
90
+ border-radius: 14px;
91
+ padding: 22px 90px 22px 26px;
92
+ margin-bottom: 28px;
93
+ color: #111;
94
+ }
95
+ .field .label {
96
+ font-size: 26px;
97
+ letter-spacing: 0.5px;
98
+ color: #8c8c8c;
99
+ text-transform: uppercase;
100
+ margin-bottom: 6px;
101
+ }
102
+ .field .value {
103
+ font-size: 40px;
104
+ font-weight: 700;
105
+ }
106
+ .field .icon-right {
107
+ position: absolute;
108
+ right: 24px;
109
+ top: 50%;
110
+ transform: translateY(-50%);
111
+ width: 54px; height: 54px;
112
+ display: flex; align-items: center; justify-content: center;
113
+ color: #7b1f24;
114
+ }
115
+ .swap-circle {
116
+ position: absolute;
117
+ right: -14px;
118
+ top: 50%;
119
+ transform: translateY(-50%);
120
+ width: 86px; height: 86px;
121
+ background: #fff;
122
+ border: 4px solid #333;
123
+ border-radius: 50%;
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .swap-circle svg { width: 46px; height: 46px; stroke: #333; fill: none; stroke-width: 5; }
127
+
128
+ /* Checkbox style (outline) */
129
+ .check-row {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 24px;
133
+ color: #fff;
134
+ margin: 18px 0 28px;
135
+ }
136
+ .check {
137
+ width: 64px; height: 64px;
138
+ border: 3px solid #d7d7d7;
139
+ border-radius: 6px;
140
+ background: transparent;
141
+ }
142
+ .check-row span { font-size: 36px; }
143
+
144
+ /* Passenger grid */
145
+ .grid {
146
+ display: grid;
147
+ grid-template-columns: 1fr 1fr;
148
+ gap: 28px;
149
+ margin-bottom: 26px;
150
+ }
151
+ .card-small {
152
+ background: #F3F3F3;
153
+ border: 2px solid #d9d9d9;
154
+ border-radius: 12px;
155
+ padding: 20px 72px 22px 24px;
156
+ color: #111;
157
+ position: relative;
158
+ }
159
+ .card-small .small-label {
160
+ font-size: 26px;
161
+ color: #8c8c8c;
162
+ text-transform: uppercase;
163
+ letter-spacing: .5px;
164
+ margin-bottom: 6px;
165
+ }
166
+ .card-small .small-value {
167
+ font-size: 38px;
168
+ font-weight: 700;
169
+ }
170
+ .card-small .dd {
171
+ position: absolute;
172
+ right: 18px;
173
+ top: 50%;
174
+ transform: translateY(-50%);
175
+ width: 48px; height: 48px;
176
+ display: flex; align-items: center; justify-content: center;
177
+ }
178
+
179
+ /* Tinted options panel */
180
+ .muted {
181
+ background: rgba(255,255,255,0.12);
182
+ border-radius: 18px;
183
+ padding: 28px;
184
+ margin: 8px 0 34px;
185
+ }
186
+ .muted .check-row { margin: 10px 0; }
187
+ .muted .check { border-color: #d5d0d0; }
188
+ .muted span { color: #e9e9e9; font-size: 34px; }
189
+
190
+ /* Search button */
191
+ .search-btn {
192
+ width: 100%;
193
+ background: #dddddd;
194
+ color: #1f1f1f;
195
+ border: none;
196
+ border-radius: 22px;
197
+ height: 120px;
198
+ font-size: 46px;
199
+ font-weight: 700;
200
+ letter-spacing: 1px;
201
+ position: relative;
202
+ }
203
+ .search-btn .spin {
204
+ position: absolute;
205
+ right: 32px;
206
+ top: 50%;
207
+ transform: translateY(-50%);
208
+ width: 68px; height: 68px;
209
+ }
210
+
211
+ /* Bottom navigation */
212
+ .nav {
213
+ position: absolute;
214
+ left: 0; right: 0; bottom: 80px;
215
+ height: 220px;
216
+ background: #ffffff;
217
+ border-top-left-radius: 20px;
218
+ border-top-right-radius: 20px;
219
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.15);
220
+ display: flex;
221
+ align-items: center;
222
+ justify-content: space-around;
223
+ color: #3a3a3a;
224
+ }
225
+ .nav .item {
226
+ width: 200px;
227
+ display: flex;
228
+ flex-direction: column;
229
+ align-items: center;
230
+ gap: 12px;
231
+ font-size: 30px;
232
+ }
233
+ .nav .item.active { color: #b12b34; font-weight: 700; }
234
+ .nav svg { width: 56px; height: 56px; }
235
+
236
+ /* home indicator (mock) */
237
+ .home-indicator {
238
+ position: absolute;
239
+ bottom: 18px;
240
+ left: 50%;
241
+ transform: translateX(-50%);
242
+ width: 320px;
243
+ height: 10px;
244
+ background: #000;
245
+ opacity: 0.25;
246
+ border-radius: 8px;
247
+ }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+ <!-- Mock status bar -->
253
+ <div class="status">
254
+ <div>12:46&nbsp;&nbsp;&nbsp;4°</div>
255
+ <div class="right">
256
+ <div class="icon">
257
+ <svg viewBox="0 0 24 24"><path d="M2 12l4 4 6-6" stroke="#fff" stroke-width="2" fill="none"/></svg>
258
+ </div>
259
+ <div class="icon">
260
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M3 12h14M3 6h10" stroke="#fff" stroke-width="2" fill="none"/></svg>
261
+ </div>
262
+ <div class="icon">
263
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/><path d="M22 10v4" stroke="#fff" stroke-width="2"/></svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="welcome">Welcome</div>
269
+ <div class="big-title">Book your next trip</div>
270
+
271
+ <div class="chat" aria-label="chat">
272
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H8l-4 4V4zM8 10h8M8 7h10" /></svg>
273
+ </div>
274
+
275
+ <!-- Form Card -->
276
+ <div class="card">
277
+ <!-- Departure Station -->
278
+ <div class="field">
279
+ <div class="label">DEPARTURE STATION</div>
280
+ <div class="value">Bruxelles-Midi/Brussel-Zuid</div>
281
+ <div class="swap-circle" title="Swap">
282
+ <svg viewBox="0 0 24 24">
283
+ <path d="M7 8l5-5 5 5M12 3v18M17 16l-5 5-5-5" />
284
+ </svg>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Arrival Station -->
289
+ <div class="field">
290
+ <div class="label">ARRIVAL STATION</div>
291
+ <div class="value">Paris Nord</div>
292
+ <div class="icon-right">
293
+ <svg viewBox="0 0 24 24">
294
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="#7b1f24" stroke-width="2"/>
295
+ <path d="M3 8h18" stroke="#7b1f24" stroke-width="2"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Departure Date -->
301
+ <div class="field">
302
+ <div class="label">DEPARTURE DATE</div>
303
+ <div class="value">Friday August 11</div>
304
+ <div class="icon-right">
305
+ <svg viewBox="0 0 24 24">
306
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="#7b1f24" stroke-width="2"/>
307
+ <path d="M3 8h18M8 2v4M16 2v4" stroke="#7b1f24" stroke-width="2"/>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Return Date -->
313
+ <div class="field">
314
+ <div class="label" style="text-transform:none; color:#9f9f9f">Return date</div>
315
+ <div class="value" style="color:#9f9f9f; font-weight:600"> </div>
316
+ <div class="icon-right">
317
+ <svg viewBox="0 0 24 24">
318
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="#7b1f24" stroke-width="2"/>
319
+ <path d="M3 8h18M8 2v4M16 2v4" stroke="#7b1f24" stroke-width="2"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- One-way ticket -->
325
+ <div class="check-row">
326
+ <div class="check"></div>
327
+ <span>One-way ticket</span>
328
+ </div>
329
+
330
+ <!-- Passenger grid -->
331
+ <div class="grid">
332
+ <div class="card-small">
333
+ <div class="small-label">ADULT (26-59)</div>
334
+ <div class="small-value">1 Adult</div>
335
+ <div class="dd">
336
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#7b1f24" stroke-width="2"/></svg>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="card-small">
341
+ <div class="small-label">KID (4-11)</div>
342
+ <div class="small-value">0 Kid</div>
343
+ <div class="dd">
344
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#7b1f24" stroke-width="2"/></svg>
345
+ </div>
346
+ </div>
347
+
348
+ <div class="card-small">
349
+ <div class="small-label">YOUTH (12-25)</div>
350
+ <div class="small-value">0 Youth</div>
351
+ <div class="dd">
352
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#7b1f24" stroke-width="2"/></svg>
353
+ </div>
354
+ </div>
355
+
356
+ <div class="card-small">
357
+ <div class="small-label">SENIOR (60+)</div>
358
+ <div class="small-value">0 Senior</div>
359
+ <div class="dd">
360
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#7b1f24" stroke-width="2"/></svg>
361
+ </div>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Options panel -->
366
+ <div class="muted">
367
+ <div class="check-row">
368
+ <div class="check"></div>
369
+ <span>Thalys Pass</span>
370
+ </div>
371
+ <div class="check-row">
372
+ <div class="check"></div>
373
+ <span>My Thalys World Member</span>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Search button -->
378
+ <button class="search-btn">
379
+ SEARCH
380
+ <svg class="spin" viewBox="0 0 24 24">
381
+ <circle cx="12" cy="12" r="9" stroke="#c63a3f" stroke-width="2" fill="none" stroke-dasharray="10 8"/>
382
+ <path d="M12 3v4" stroke="#c63a3f" stroke-width="2" />
383
+ </svg>
384
+ </button>
385
+ </div>
386
+
387
+ <!-- Bottom navigation -->
388
+ <div class="nav">
389
+ <div class="item active">
390
+ <svg viewBox="0 0 24 24">
391
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#b12b34" stroke-width="2"/>
392
+ <path d="M16.5 16.5l4 4" stroke="#b12b34" stroke-width="2" />
393
+ </svg>
394
+ <div>Book</div>
395
+ </div>
396
+ <div class="item">
397
+ <svg viewBox="0 0 24 24">
398
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#444" stroke-width="2"/>
399
+ <path d="M12 6v6l4 2" stroke="#444" stroke-width="2"/>
400
+ </svg>
401
+ <div>Timetables</div>
402
+ </div>
403
+ <div class="item">
404
+ <svg viewBox="0 0 24 24">
405
+ <rect x="3" y="3" width="7" height="7" fill="none" stroke="#444" stroke-width="2"/>
406
+ <rect x="14" y="3" width="7" height="7" fill="none" stroke="#444" stroke-width="2"/>
407
+ <rect x="3" y="14" width="7" height="7" fill="none" stroke="#444" stroke-width="2"/>
408
+ <rect x="14" y="14" width="7" height="7" fill="none" stroke="#444" stroke-width="2"/>
409
+ </svg>
410
+ <div>My tickets</div>
411
+ </div>
412
+ <div class="item">
413
+ <svg viewBox="0 0 24 24">
414
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#444" stroke-width="2"/>
415
+ <path d="M4 21c1-4 5-6 8-6s7 2 8 6" fill="none" stroke="#444" stroke-width="2"/>
416
+ </svg>
417
+ <div>My account</div>
418
+ </div>
419
+ <div class="item">
420
+ <svg viewBox="0 0 24 24">
421
+ <circle cx="5" cy="12" r="2" fill="#444"/>
422
+ <circle cx="12" cy="12" r="2" fill="#444"/>
423
+ <circle cx="19" cy="12" r="2" fill="#444"/>
424
+ </svg>
425
+ <div>More</div>
426
+ </div>
427
+ </div>
428
+
429
+ <div class="home-indicator"></div>
430
+ </div>
431
+ </body>
432
+ </html>
code/13913/13913_3.html ADDED
@@ -0,0 +1,491 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Train Results UI</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,Helvetica,Arial,sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111;
16
+ }
17
+
18
+ /* Top red header */
19
+ .header {
20
+ background: #b51e2b;
21
+ color: #fff;
22
+ padding-top: 18px;
23
+ padding-bottom: 28px;
24
+ position: relative;
25
+ }
26
+ .status-bar {
27
+ height: 52px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 34px;
32
+ opacity: 0.95;
33
+ font-size: 28px;
34
+ letter-spacing: 0.2px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .status-icon {
42
+ width: 22px; height: 22px; border-radius: 2px; border: 2px solid #fff; opacity: 0.9;
43
+ }
44
+
45
+ .header-inner {
46
+ padding: 24px 34px 30px 34px;
47
+ }
48
+ .logo-row {
49
+ display: flex;
50
+ justify-content: center;
51
+ align-items: center;
52
+ height: 74px;
53
+ position: relative;
54
+ }
55
+ .close-btn {
56
+ position: absolute;
57
+ right: 24px;
58
+ top: -6px;
59
+ width: 64px;
60
+ height: 64px;
61
+ border-radius: 50%;
62
+ border: 2px solid rgba(255,255,255,0.7);
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .title {
66
+ font-size: 42px;
67
+ font-weight: 700;
68
+ line-height: 1.25;
69
+ margin-top: 10px;
70
+ }
71
+ .subtitle {
72
+ margin-top: 10px;
73
+ font-size: 28px;
74
+ opacity: 0.9;
75
+ }
76
+ .edit-pill {
77
+ position: absolute;
78
+ right: 24px;
79
+ bottom: 30px;
80
+ width: 70px; height: 70px;
81
+ border-radius: 50%;
82
+ background: rgba(255,255,255,0.12);
83
+ border: 2px solid rgba(255,255,255,0.6);
84
+ display: flex; align-items: center; justify-content: center;
85
+ }
86
+
87
+ /* Date selector bar */
88
+ .dates {
89
+ display: grid;
90
+ grid-template-columns: 1fr 1fr 1fr;
91
+ height: 190px;
92
+ border-bottom: 1px solid #dfdfdf;
93
+ }
94
+ .date-cell {
95
+ display: flex;
96
+ flex-direction: column;
97
+ justify-content: center;
98
+ padding: 0 38px;
99
+ border-right: 1px solid #ececec;
100
+ background: #f2f2f2;
101
+ }
102
+ .date-cell:last-child { border-right: none; }
103
+ .date-cell h4 {
104
+ margin: 0;
105
+ font-size: 30px;
106
+ color: #777;
107
+ font-weight: 700;
108
+ }
109
+ .price-lg {
110
+ margin-top: 10px;
111
+ font-size: 56px;
112
+ font-weight: 800;
113
+ color: #b51e2b;
114
+ }
115
+ .currency { font-weight: 800; }
116
+ .selected { background: #fff; }
117
+ .selected .price-lg { color: #111; }
118
+ .date-arrow {
119
+ position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
120
+ }
121
+ .date-wrap { position: relative; }
122
+
123
+ /* Compare row */
124
+ .info-row {
125
+ display: flex;
126
+ justify-content: space-between;
127
+ align-items: center;
128
+ padding: 26px 36px;
129
+ background: #f5f5f5;
130
+ color: #777;
131
+ font-size: 28px;
132
+ border-bottom: 1px solid #e6e6e6;
133
+ }
134
+ .info-row a { color: #5a6ebf; text-decoration: underline; }
135
+
136
+ /* List of trains */
137
+ .list {
138
+ height: 1660px;
139
+ overflow: hidden;
140
+ }
141
+ .item {
142
+ padding: 34px 36px;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: space-between;
146
+ border-bottom: 1px solid #ececec;
147
+ }
148
+ .times {
149
+ display: flex;
150
+ align-items: baseline;
151
+ gap: 14px;
152
+ font-size: 38px;
153
+ font-weight: 800;
154
+ color: #222;
155
+ }
156
+ .dots {
157
+ color: #999;
158
+ font-weight: 700;
159
+ font-size: 26px;
160
+ letter-spacing: 2px;
161
+ }
162
+ .sub {
163
+ margin-top: 8px;
164
+ font-size: 26px;
165
+ color: #8a8a8a;
166
+ }
167
+ .left-col { display: flex; flex-direction: column; }
168
+ .right-col {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 16px;
172
+ }
173
+ .badge-orange {
174
+ color: #e65100;
175
+ font-size: 26px;
176
+ font-weight: 700;
177
+ text-align: right;
178
+ }
179
+ .price-red {
180
+ color: #b51e2b;
181
+ font-size: 40px;
182
+ font-weight: 900;
183
+ text-align: right;
184
+ }
185
+ .muted-from {
186
+ color: #666;
187
+ font-size: 26px;
188
+ font-weight: 700;
189
+ text-align: right;
190
+ }
191
+ .chev {
192
+ width: 28px; height: 18px;
193
+ }
194
+
195
+ /* Bottom gesture area */
196
+ .bottom-safe {
197
+ position: absolute;
198
+ bottom: 0;
199
+ left: 0;
200
+ width: 1080px;
201
+ height: 120px;
202
+ background: #000;
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ }
207
+ .home-pill {
208
+ width: 200px; height: 12px;
209
+ border-radius: 8px;
210
+ background: #e9e9e9;
211
+ opacity: 0.95;
212
+ }
213
+ /* Utility */
214
+ .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
215
+ </style>
216
+ </head>
217
+ <body>
218
+ <div id="render-target">
219
+ <div class="header">
220
+ <div class="status-bar">
221
+ <div>12:46</div>
222
+ <div class="status-right">
223
+ <span>4°</span>
224
+ <span>82°</span>
225
+ <span class="status-icon" style="border-radius:50%"></span>
226
+ <span class="status-icon"></span>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="header-inner">
231
+ <div class="logo-row">
232
+ <!-- Simple white train swoosh -->
233
+ <svg width="160" height="40" viewBox="0 0 160 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Logo">
234
+ <path d="M5 30c30-18 60-22 110-18M80 18c8-9 18-13 30-12" stroke="#ffffff" stroke-width="6" stroke-linecap="round"/>
235
+ </svg>
236
+ <div class="close-btn" aria-label="Close">
237
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
238
+ <path d="M6 6l12 12M18 6l-12 12"></path>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ <div class="title">Outbound: Bruxelles-Midi/Brussel-Zuid - Paris Nord</div>
243
+ <div class="subtitle">Friday 11 August - 1 adult</div>
244
+ <div class="edit-pill" title="Edit">
245
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
246
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"></path>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Date selector -->
253
+ <div class="dates">
254
+ <div class="date-cell">
255
+ <h4>&nbsp;</h4>
256
+ </div>
257
+ <div class="date-cell selected">
258
+ <div class="date-wrap">
259
+ <h4>Fri 11 Aug</h4>
260
+ <div class="price-lg">109 <span class="currency">€</span></div>
261
+ </div>
262
+ </div>
263
+ <div class="date-cell">
264
+ <div class="date-wrap">
265
+ <h4>Sat 12 Aug</h4>
266
+ <div class="price-lg" style="color:#b51e2b;">95 <span class="currency">€</span></div>
267
+ <div class="date-arrow">
268
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
269
+ <path d="M9 18l6-6-6-6"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Info row -->
277
+ <div class="info-row">
278
+ <div><a href="#">Compare our classes</a></div>
279
+ <div>Price displayed for: 1 adult</div>
280
+ </div>
281
+
282
+ <!-- Results list -->
283
+ <div class="list">
284
+ <div class="item">
285
+ <div class="left-col">
286
+ <div class="times">
287
+ <span>10:13</span>
288
+ <span class="dots">• •• •</span>
289
+ <span>11:35</span>
290
+ </div>
291
+ <div class="sub">Travel time: 1:22</div>
292
+ </div>
293
+ <div class="right-col">
294
+ <div>
295
+ <div class="badge-orange">Only 3 seats left from</div>
296
+ <div class="price-red">160 €</div>
297
+ </div>
298
+ <svg class="chev" viewBox="0 0 24 24">
299
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="item">
305
+ <div class="left-col">
306
+ <div class="times">
307
+ <span>10:44</span>
308
+ <span class="dots">• •• •</span>
309
+ <span>12:05</span>
310
+ </div>
311
+ <div class="sub">Travel time: 1:21</div>
312
+ </div>
313
+ <div class="right-col">
314
+ <div>
315
+ <div class="muted-from">from</div>
316
+ <div class="price-red">160 €</div>
317
+ </div>
318
+ <svg class="chev" viewBox="0 0 24 24">
319
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="item">
325
+ <div class="left-col">
326
+ <div class="times">
327
+ <span>11:13</span>
328
+ <span class="dots">• •• •</span>
329
+ <span>12:35</span>
330
+ </div>
331
+ <div class="sub">Travel time: 1:22</div>
332
+ </div>
333
+ <div class="right-col">
334
+ <div>
335
+ <div class="muted-from">from</div>
336
+ <div class="price-red">109 €</div>
337
+ </div>
338
+ <svg class="chev" viewBox="0 0 24 24">
339
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
340
+ </svg>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="item">
345
+ <div class="left-col">
346
+ <div class="times">
347
+ <span>11:13</span>
348
+ <span class="dots">• •• •</span>
349
+ <span>12:35</span>
350
+ </div>
351
+ <div class="sub">Travel time: 1:22</div>
352
+ </div>
353
+ <div class="right-col">
354
+ <div>
355
+ <div class="badge-orange">Only 5 seats left from</div>
356
+ <div class="price-red">109 €</div>
357
+ </div>
358
+ <svg class="chev" viewBox="0 0 24 24">
359
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
360
+ </svg>
361
+ </div>
362
+ </div>
363
+
364
+ <div class="item">
365
+ <div class="left-col">
366
+ <div class="times">
367
+ <span>12:42</span>
368
+ <span class="dots">• •• •</span>
369
+ <span>14:05</span>
370
+ </div>
371
+ <div class="sub">Travel time: 1:23</div>
372
+ </div>
373
+ <div class="right-col">
374
+ <div>
375
+ <div class="badge-orange">9 seats left from</div>
376
+ <div class="price-red">109 €</div>
377
+ </div>
378
+ <svg class="chev" viewBox="0 0 24 24">
379
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
380
+ </svg>
381
+ </div>
382
+ </div>
383
+
384
+ <div class="item">
385
+ <div class="left-col">
386
+ <div class="times">
387
+ <span>13:21</span>
388
+ <span class="dots">• •• •</span>
389
+ <span>14:44</span>
390
+ </div>
391
+ <div class="sub">Travel time: 1:23</div>
392
+ </div>
393
+ <div class="right-col">
394
+ <div>
395
+ <div class="muted-from">from</div>
396
+ <div class="price-red">109 €</div>
397
+ </div>
398
+ <svg class="chev" viewBox="0 0 24 24">
399
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
400
+ </svg>
401
+ </div>
402
+ </div>
403
+
404
+ <div class="item">
405
+ <div class="left-col">
406
+ <div class="times">
407
+ <span>14:43</span>
408
+ <span class="dots">• •• •</span>
409
+ <span>16:05</span>
410
+ </div>
411
+ <div class="sub">Travel time: 1:22</div>
412
+ </div>
413
+ <div class="right-col">
414
+ <div>
415
+ <div class="muted-from">from</div>
416
+ <div class="price-red">109 €</div>
417
+ </div>
418
+ <svg class="chev" viewBox="0 0 24 24">
419
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
420
+ </svg>
421
+ </div>
422
+ </div>
423
+
424
+ <div class="item">
425
+ <div class="left-col">
426
+ <div class="times">
427
+ <span>15:16</span>
428
+ <span class="dots">• •• •</span>
429
+ <span>16:38</span>
430
+ </div>
431
+ <div class="sub">Travel time: 1:22</div>
432
+ </div>
433
+ <div class="right-col">
434
+ <div>
435
+ <div class="muted-from">from</div>
436
+ <div class="price-red">109 €</div>
437
+ </div>
438
+ <svg class="chev" viewBox="0 0 24 24">
439
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
440
+ </svg>
441
+ </div>
442
+ </div>
443
+
444
+ <div class="item">
445
+ <div class="left-col">
446
+ <div class="times">
447
+ <span>15:16</span>
448
+ <span class="dots">• •• •</span>
449
+ <span>16:38</span>
450
+ </div>
451
+ <div class="sub">Travel time: 1:22</div>
452
+ </div>
453
+ <div class="right-col">
454
+ <div>
455
+ <div class="muted-from">from</div>
456
+ <div class="price-red">109 €</div>
457
+ </div>
458
+ <svg class="chev" viewBox="0 0 24 24">
459
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
460
+ </svg>
461
+ </div>
462
+ </div>
463
+
464
+ <div class="item">
465
+ <div class="left-col">
466
+ <div class="times">
467
+ <span>15:37</span>
468
+ <span class="dots">• •• •</span>
469
+ <span>16:59</span>
470
+ </div>
471
+ <div class="sub">Travel time: 1:22</div>
472
+ </div>
473
+ <div class="right-col">
474
+ <div>
475
+ <div class="muted-from">from</div>
476
+ <div class="price-red">109 €</div>
477
+ </div>
478
+ <svg class="chev" viewBox="0 0 24 24">
479
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#999" stroke-width="2"/>
480
+ </svg>
481
+ </div>
482
+ </div>
483
+ </div>
484
+
485
+ <!-- Bottom gesture bar -->
486
+ <div class="bottom-safe">
487
+ <div class="home-pill"></div>
488
+ </div>
489
+ </div>
490
+ </body>
491
+ </html>
code/13914/13914_0.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Language Lesson Screen</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: #24313B;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Top green header */
20
+ .topbar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 240px;
26
+ background: #26A867;
27
+ }
28
+ .status {
29
+ position: absolute;
30
+ top: 24px;
31
+ left: 40px;
32
+ right: 40px;
33
+ height: 80px;
34
+ color: #ffffff;
35
+ font-size: 42px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ opacity: 0.95;
40
+ }
41
+ .status .right-icons {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 28px;
45
+ }
46
+
47
+ /* Close (X) */
48
+ .close-btn {
49
+ position: absolute;
50
+ left: 56px;
51
+ top: 152px;
52
+ width: 56px;
53
+ height: 56px;
54
+ }
55
+ .close-btn svg { width: 56px; height: 56px; }
56
+
57
+ /* Media (video) area */
58
+ .media {
59
+ position: absolute;
60
+ top: 240px;
61
+ left: 0;
62
+ width: 1080px;
63
+ height: 700px;
64
+ background: #E0E0E0;
65
+ border-top: 1px solid #BDBDBD;
66
+ border-bottom: 1px solid #BDBDBD;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ color: #757575;
71
+ font-size: 44px;
72
+ letter-spacing: 0.2px;
73
+ }
74
+
75
+ /* Overlay word on media */
76
+ .overlay-strip {
77
+ position: absolute;
78
+ left: 0;
79
+ bottom: -1px;
80
+ width: 1080px;
81
+ height: 130px;
82
+ background: rgba(20, 28, 35, 0.55);
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ pointer-events: none;
87
+ }
88
+ .overlay-strip .word {
89
+ font-size: 78px;
90
+ font-weight: 800;
91
+ text-shadow: 0 2px 4px rgba(0,0,0,0.35);
92
+ }
93
+
94
+ /* Dark lesson panel */
95
+ .panel {
96
+ position: absolute;
97
+ top: 240px + 700px; /* not valid, overridden below */
98
+ }
99
+ .lesson-panel {
100
+ position: absolute;
101
+ top: 940px;
102
+ left: 0;
103
+ width: 1080px;
104
+ height: 1460px;
105
+ background: #2E3A46;
106
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
107
+ }
108
+
109
+ .pager {
110
+ position: absolute;
111
+ top: 36px;
112
+ left: 0;
113
+ width: 100%;
114
+ text-align: center;
115
+ }
116
+ .dot {
117
+ display: inline-block;
118
+ width: 20px;
119
+ height: 20px;
120
+ margin: 0 10px;
121
+ border-radius: 50%;
122
+ background: rgba(255,255,255,0.9);
123
+ }
124
+ .dot.inactive { background: rgba(255,255,255,0.45); }
125
+
126
+ .bolt {
127
+ position: absolute;
128
+ top: 22px;
129
+ right: 36px;
130
+ width: 120px;
131
+ height: 120px;
132
+ opacity: 0.9;
133
+ }
134
+
135
+ .content {
136
+ position: absolute;
137
+ top: 210px;
138
+ left: 80px;
139
+ width: 920px;
140
+ text-align: center;
141
+ }
142
+ .label {
143
+ color: #91A3B3;
144
+ font-size: 34px;
145
+ font-weight: 700;
146
+ letter-spacing: 1px;
147
+ }
148
+ .main-meaning {
149
+ margin-top: 28px;
150
+ font-size: 68px;
151
+ font-weight: 800;
152
+ line-height: 1.25;
153
+ color: #FFFFFF;
154
+ }
155
+ .sub-label {
156
+ margin-top: 60px;
157
+ color: #91A3B3;
158
+ font-size: 32px;
159
+ font-weight: 800;
160
+ letter-spacing: 1px;
161
+ }
162
+ .literal {
163
+ margin-top: 12px;
164
+ font-size: 44px;
165
+ font-weight: 700;
166
+ color: #EFF3F6;
167
+ }
168
+
169
+ .know-btn {
170
+ margin: 70px auto 0;
171
+ width: 600px;
172
+ height: 110px;
173
+ border-radius: 999px;
174
+ border: 4px solid #2EC27E;
175
+ color: #2EC27E;
176
+ background: transparent;
177
+ font-size: 40px;
178
+ font-weight: 800;
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: center;
182
+ }
183
+
184
+ .continue-wrap {
185
+ position: absolute;
186
+ left: 0;
187
+ right: 0;
188
+ bottom: 140px;
189
+ display: flex;
190
+ justify-content: center;
191
+ }
192
+ .continue-btn {
193
+ width: 900px;
194
+ height: 132px;
195
+ border-radius: 28px;
196
+ background: #F2C230;
197
+ color: #1E2A33;
198
+ font-size: 56px;
199
+ font-weight: 800;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ box-shadow: 0 10px 0 rgba(0,0,0,0.18);
204
+ }
205
+
206
+ /* Home indicator */
207
+ .home-indicator {
208
+ position: absolute;
209
+ bottom: 50px;
210
+ left: 50%;
211
+ transform: translateX(-50%);
212
+ width: 260px;
213
+ height: 10px;
214
+ border-radius: 8px;
215
+ background: rgba(255,255,255,0.85);
216
+ }
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+
222
+ <!-- Top green header with status and close -->
223
+ <div class="topbar">
224
+ <div class="status">
225
+ <div>7:52</div>
226
+ <div class="right-icons">
227
+ <!-- WiFi icon -->
228
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
229
+ <path d="M2 8c5.5-4.5 14.5-4.5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
230
+ <path d="M5 11c3.8-3 10.2-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
231
+ <path d="M8 14c2-1.6 6-1.6 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
232
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
233
+ </svg>
234
+ <!-- Battery icon -->
235
+ <svg width="50" height="44" viewBox="0 0 28 16" fill="none">
236
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#fff" stroke-width="2"/>
237
+ <rect x="3" y="4" width="18" height="8" fill="#fff"/>
238
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#fff"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="close-btn" aria-label="Close">
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M5 5l14 14M19 5L5 19" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Media area -->
251
+ <div class="media">
252
+ [IMG: Street scene video]
253
+ <div class="overlay-strip">
254
+ <div class="word">bonjour</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Lesson panel -->
259
+ <div class="lesson-panel">
260
+ <div class="pager">
261
+ <span class="dot"></span>
262
+ <span class="dot inactive"></span>
263
+ </div>
264
+
265
+ <!-- Lightning/boost icon -->
266
+ <div class="bolt">
267
+ <svg viewBox="0 0 100 100">
268
+ <circle cx="50" cy="50" r="46" fill="none" stroke="#4FB7D7" stroke-width="6"/>
269
+ <path d="M56 10L28 56h18l-2 30 28-48H54l2-28z" fill="#4FB7D7"/>
270
+ </svg>
271
+ </div>
272
+
273
+ <div class="content">
274
+ <div class="label">ENGLISH (US)</div>
275
+ <div class="main-meaning">good morning; good day</div>
276
+
277
+ <div class="sub-label">LITERAL TRANSLATION</div>
278
+ <div class="literal">good-day</div>
279
+
280
+ <div class="know-btn">I already know this</div>
281
+ </div>
282
+
283
+ <div class="continue-wrap">
284
+ <div class="continue-btn">Continue</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Home indicator -->
289
+ <div class="home-indicator"></div>
290
+ </div>
291
+ </body>
292
+ </html>
code/13914/13914_1.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
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: #22303b; /* overall dark backdrop seen in lower section */
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Top green header */
19
+ .header {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 210px;
25
+ background: #2FB27C;
26
+ }
27
+ .status-row {
28
+ position: absolute;
29
+ top: 34px;
30
+ left: 40px;
31
+ right: 40px;
32
+ display: flex;
33
+ justify-content: space-between;
34
+ align-items: center;
35
+ color: #fff;
36
+ }
37
+ .status-time {
38
+ font-size: 44px;
39
+ font-weight: 600;
40
+ letter-spacing: 0.5px;
41
+ }
42
+ .status-icons {
43
+ display: flex;
44
+ gap: 28px;
45
+ align-items: center;
46
+ }
47
+ .icon {
48
+ display: inline-flex;
49
+ width: 48px;
50
+ height: 48px;
51
+ }
52
+ .close-wrap {
53
+ position: absolute;
54
+ left: 40px;
55
+ bottom: 30px;
56
+ width: 80px;
57
+ height: 80px;
58
+ }
59
+ .progress-track {
60
+ position: absolute;
61
+ left: 0;
62
+ bottom: -8px;
63
+ width: 100%;
64
+ height: 8px;
65
+ background: rgba(255,255,255,0.35);
66
+ }
67
+ .progress-fill {
68
+ width: 26%;
69
+ height: 100%;
70
+ background: #ffffff;
71
+ }
72
+
73
+ /* Media/Image area */
74
+ .media {
75
+ position: absolute;
76
+ top: 218px;
77
+ left: 0;
78
+ width: 1080px;
79
+ height: 820px;
80
+ overflow: hidden;
81
+ }
82
+ .media .image-placeholder {
83
+ width: 1080px;
84
+ height: 820px;
85
+ background: #E0E0E0;
86
+ border-top: 1px solid #BDBDBD;
87
+ border-bottom: 1px solid #BDBDBD;
88
+ display: flex;
89
+ justify-content: center;
90
+ align-items: center;
91
+ color: #757575;
92
+ font-size: 36px;
93
+ }
94
+ .caption-bar {
95
+ position: absolute;
96
+ left: 0;
97
+ bottom: 0;
98
+ width: 1080px;
99
+ height: 120px;
100
+ background: rgba(0,0,0,0.35);
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ }
105
+ .caption-text {
106
+ font-size: 62px;
107
+ font-weight: 700;
108
+ color: #fff;
109
+ }
110
+
111
+ /* Dark learning card section */
112
+ .card {
113
+ position: absolute;
114
+ top: 1040px;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 1360px;
118
+ background: #2C3B49;
119
+ }
120
+
121
+ .dots {
122
+ position: absolute;
123
+ top: 60px;
124
+ left: 0;
125
+ width: 100%;
126
+ display: flex;
127
+ justify-content: center;
128
+ gap: 24px;
129
+ }
130
+ .dot {
131
+ width: 22px;
132
+ height: 22px;
133
+ border-radius: 50%;
134
+ background: rgba(255,255,255,0.35);
135
+ }
136
+ .dot.active {
137
+ background: #FFFFFF;
138
+ }
139
+
140
+ .bolt {
141
+ position: absolute;
142
+ top: 40px;
143
+ right: 40px;
144
+ width: 104px;
145
+ height: 104px;
146
+ border-radius: 50%;
147
+ border: 4px solid #58C1FF;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ opacity: 0.85;
152
+ }
153
+ .bolt svg { width: 56px; height: 56px; }
154
+
155
+ .labels {
156
+ position: absolute;
157
+ top: 180px;
158
+ left: 80px;
159
+ right: 80px;
160
+ }
161
+ .sub-label {
162
+ font-size: 30px;
163
+ font-weight: 700;
164
+ color: #9CAAB3;
165
+ letter-spacing: 1px;
166
+ }
167
+ .main-phrase {
168
+ margin-top: 28px;
169
+ font-size: 72px;
170
+ line-height: 88px;
171
+ font-weight: 800;
172
+ color: #FFFFFF;
173
+ }
174
+ .literal-label {
175
+ margin-top: 40px;
176
+ font-size: 30px;
177
+ font-weight: 700;
178
+ color: #9CAAB3;
179
+ letter-spacing: 1px;
180
+ }
181
+ .literal-text {
182
+ margin-top: 16px;
183
+ font-size: 44px;
184
+ color: #D2D8DE;
185
+ font-weight: 500;
186
+ }
187
+
188
+ .known-btn {
189
+ margin: 60px auto 0;
190
+ width: 560px;
191
+ height: 96px;
192
+ border-radius: 48px;
193
+ border: 4px solid #35B27A;
194
+ color: #35B27A;
195
+ background: transparent;
196
+ font-size: 38px;
197
+ font-weight: 700;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ }
202
+
203
+ .continue-wrap {
204
+ position: absolute;
205
+ bottom: 180px;
206
+ left: 0;
207
+ width: 100%;
208
+ display: flex;
209
+ justify-content: center;
210
+ }
211
+ .continue-btn {
212
+ width: 920px;
213
+ height: 132px;
214
+ border-radius: 28px;
215
+ background: #FFC447;
216
+ color: #1D2B34;
217
+ font-size: 56px;
218
+ font-weight: 800;
219
+ display: flex;
220
+ align-items: center;
221
+ justify-content: center;
222
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
223
+ }
224
+
225
+ .home-indicator {
226
+ position: absolute;
227
+ bottom: 48px;
228
+ left: 50%;
229
+ transform: translateX(-50%);
230
+ width: 280px;
231
+ height: 10px;
232
+ background: rgba(255,255,255,0.35);
233
+ border-radius: 6px;
234
+ }
235
+ </style>
236
+ </head>
237
+ <body>
238
+ <div id="render-target">
239
+
240
+ <!-- Top header with status and close -->
241
+ <div class="header">
242
+ <div class="status-row">
243
+ <div class="status-time">7:53</div>
244
+ <div class="status-icons">
245
+ <!-- WiFi icon -->
246
+ <svg class="icon" viewBox="0 0 24 24">
247
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" />
248
+ <path d="M5 11c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" />
249
+ <path d="M8 14c3-2 5-2 8 0" stroke="#fff" stroke-width="2" fill="none" />
250
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
251
+ </svg>
252
+ <!-- Battery icon -->
253
+ <svg class="icon" viewBox="0 0 30 24">
254
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
255
+ <rect x="3" y="7" width="14" height="10" fill="#fff"/>
256
+ <rect x="24" y="9" width="4" height="6" rx="1" fill="#fff"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+ <div class="close-wrap">
261
+ <svg viewBox="0 0 100 100">
262
+ <path d="M20 20 L80 80 M80 20 L20 80" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round" />
263
+ </svg>
264
+ </div>
265
+ <div class="progress-track"><div class="progress-fill"></div></div>
266
+ </div>
267
+
268
+ <!-- Media area -->
269
+ <div class="media">
270
+ <div class="image-placeholder">[IMG: Indoor setting with person]</div>
271
+ <div class="caption-bar">
272
+ <div class="caption-text">ça va ?</div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Learning card -->
277
+ <div class="card">
278
+ <div class="dots">
279
+ <div class="dot active"></div>
280
+ <div class="dot"></div>
281
+ </div>
282
+
283
+ <div class="bolt">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M14 2 L6 14 H12 L10 22 L18 10 H12 Z" fill="#58C1FF"/>
286
+ </svg>
287
+ </div>
288
+
289
+ <div class="labels">
290
+ <div class="sub-label">ENGLISH (US)</div>
291
+ <div class="main-phrase">are you good?</div>
292
+ <div class="literal-label">LITERAL TRANSLATION</div>
293
+ <div class="literal-text">it goes ?</div>
294
+
295
+ <div class="known-btn">I already know this</div>
296
+ </div>
297
+
298
+ <div class="continue-wrap">
299
+ <div class="continue-btn">Continue</div>
300
+ </div>
301
+
302
+ <div class="home-indicator"></div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/13914/13914_2.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>UI Render</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #0e1b24;
20
+ }
21
+
22
+ /* Header / Status area */
23
+ .topbar {
24
+ position: relative;
25
+ width: 100%;
26
+ height: 220px;
27
+ background: #58a882; /* teal-green */
28
+ color: #fff;
29
+ }
30
+ .status-row {
31
+ position: absolute;
32
+ top: 28px;
33
+ left: 36px;
34
+ right: 36px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ }
39
+ .time {
40
+ font-weight: 600;
41
+ font-size: 48px;
42
+ letter-spacing: 0.5px;
43
+ }
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 26px;
48
+ }
49
+ .status-icons svg {
50
+ width: 42px;
51
+ height: 42px;
52
+ fill: none;
53
+ stroke: #fff;
54
+ stroke-width: 2.5;
55
+ }
56
+
57
+ .header-actions {
58
+ position: absolute;
59
+ left: 36px;
60
+ bottom: 48px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 28px;
64
+ }
65
+ .close-big {
66
+ width: 64px;
67
+ height: 64px;
68
+ opacity: 0.85;
69
+ }
70
+ .right-actions {
71
+ position: absolute;
72
+ right: 36px;
73
+ bottom: 48px;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 28px;
77
+ }
78
+ .right-actions svg {
79
+ width: 48px;
80
+ height: 48px;
81
+ stroke: #fff;
82
+ fill: none;
83
+ stroke-width: 2.5;
84
+ }
85
+
86
+ .progress-bar {
87
+ position: absolute;
88
+ bottom: 0;
89
+ left: 0;
90
+ right: 0;
91
+ height: 10px;
92
+ background: #cfd8dc;
93
+ }
94
+ .progress-bar .fill {
95
+ width: 220px; /* small progress filled */
96
+ height: 100%;
97
+ background: #ffffff;
98
+ }
99
+
100
+ /* Video frame placeholder */
101
+ .video-area {
102
+ position: relative;
103
+ width: 100%;
104
+ height: 1050px;
105
+ background: #e0e0e0;
106
+ border-bottom: 1px solid #bdbdbd;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ color: #757575;
111
+ font-size: 36px;
112
+ }
113
+
114
+ /* Answer grid */
115
+ .answers-wrap {
116
+ position: relative;
117
+ width: 100%;
118
+ padding: 48px;
119
+ box-sizing: border-box;
120
+ background: #0e1b24;
121
+ }
122
+ .answers-grid {
123
+ display: grid;
124
+ grid-template-columns: 1fr 1fr;
125
+ gap: 48px;
126
+ }
127
+ .tile {
128
+ background: #5f6874;
129
+ color: #ffffff;
130
+ border-radius: 18px;
131
+ height: 420px;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ font-size: 54px;
136
+ font-weight: 500;
137
+ }
138
+
139
+ /* Gesture bar (bottom) */
140
+ .gesture-bar {
141
+ position: absolute;
142
+ bottom: 34px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 240px;
146
+ height: 12px;
147
+ background: rgba(255,255,255,0.85);
148
+ border-radius: 6px;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+ <!-- Header -->
155
+ <div class="topbar">
156
+ <div class="status-row">
157
+ <div class="time">7:53</div>
158
+ <div class="status-icons">
159
+ <!-- Wi-Fi Icon -->
160
+ <svg viewBox="0 0 24 24" aria-hidden="true">
161
+ <path d="M2.5 8.5c6-6 13-6 19 0"/>
162
+ <path d="M6 12c4.2-4.2 8.8-4.2 13 0"/>
163
+ <path d="M9.5 15.5c2.4-2.4 5.1-2.4 7.5 0"/>
164
+ <circle cx="12" cy="18.2" r="1.6" fill="#fff" stroke="none"/>
165
+ </svg>
166
+ <!-- Battery Icon -->
167
+ <svg viewBox="0 0 24 24" aria-hidden="true">
168
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
169
+ <rect x="4" y="8" width="12" height="8" fill="#fff" stroke="none"></rect>
170
+ <rect x="20" y="9" width="2.2" height="6" rx="1"></rect>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="header-actions">
176
+ <!-- Large Close (X) -->
177
+ <svg class="close-big" viewBox="0 0 24 24" aria-hidden="true">
178
+ <path d="M4 4l16 16M20 4L4 20" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round"/>
179
+ </svg>
180
+ </div>
181
+
182
+ <div class="right-actions">
183
+ <!-- Speaker Icon -->
184
+ <svg viewBox="0 0 24 24" aria-hidden="true">
185
+ <path d="M4 9h4l5-4v14l-5-4H4z" stroke-linejoin="round"/>
186
+ <path d="M16 9c1.8 1.2 1.8 4.8 0 6" />
187
+ </svg>
188
+ <!-- Small Close (X) -->
189
+ <svg viewBox="0 0 24 24" aria-hidden="true">
190
+ <path d="M5 5l14 14M19 5L5 19" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+
194
+ <div class="progress-bar">
195
+ <div class="fill"></div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Video frame placeholder -->
200
+ <div class="video-area">
201
+ [IMG: Video frame indoors]
202
+ </div>
203
+
204
+ <!-- Answer options -->
205
+ <div class="answers-wrap">
206
+ <div class="answers-grid">
207
+ <div class="tile">bientôt</div>
208
+ <div class="tile">bonjour</div>
209
+ <div class="tile">bleu</div>
210
+ <div class="tile">baser</div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Gesture bar -->
215
+ <div class="gesture-bar"></div>
216
+ </div>
217
+ </body>
218
+ </html>
code/13914/13914_4.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Lesson Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #233242; /* overall dark backdrop behind sections */
13
+ }
14
+
15
+ /* Top green header */
16
+ .topbar {
17
+ position: absolute; left: 0; top: 0;
18
+ width: 1080px; height: 260px;
19
+ background: #2EBE7B;
20
+ color: #FFFFFF;
21
+ }
22
+ .status {
23
+ position: absolute; top: 26px; left: 40px;
24
+ font-weight: 600; font-size: 42px; letter-spacing: 1px;
25
+ }
26
+ .status-icons {
27
+ position: absolute; top: 24px; right: 40px; display: flex; align-items: center; gap: 26px;
28
+ }
29
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 18; }
30
+ .dismiss {
31
+ position: absolute; left: 56px; bottom: 44px;
32
+ width: 90px; height: 90px;
33
+ }
34
+ .dismiss svg { width: 100%; height: 100%; }
35
+ .progress-bar-bg {
36
+ position: absolute; left: 0; bottom: 0;
37
+ width: 1080px; height: 18px; background: rgba(255,255,255,0.25);
38
+ }
39
+ .progress-bar-fill {
40
+ width: 520px; height: 100%; background: rgba(255,255,255,0.85);
41
+ }
42
+
43
+ /* Media area */
44
+ .media {
45
+ position: absolute; left: 0; top: 260px; width: 1080px; height: 900px;
46
+ }
47
+ .img-placeholder {
48
+ position: absolute; inset: 0;
49
+ background: #E0E0E0; border: 1px solid #BDBDBD;
50
+ display: flex; align-items: center; justify-content: center;
51
+ color: #757575; font-size: 44px; letter-spacing: .3px;
52
+ }
53
+ .caption {
54
+ position: absolute; left: 0; right: 0; bottom: 0;
55
+ height: 140px; background: rgba(0,0,0,0.35);
56
+ display: flex; align-items: center; justify-content: center;
57
+ color: #FFFFFF; font-size: 76px; font-weight: 800;
58
+ text-shadow: 0 2px 4px rgba(0,0,0,0.35);
59
+ }
60
+
61
+ /* Lower panel */
62
+ .panel {
63
+ position: absolute; left: 0; top: 1160px;
64
+ width: 1080px; height: 1240px;
65
+ background: #2B3A4A;
66
+ color: #EAEFF5;
67
+ }
68
+ .panel-inner {
69
+ position: relative; width: 100%; height: 100%;
70
+ padding: 40px 80px 200px;
71
+ box-sizing: border-box;
72
+ }
73
+ .dots {
74
+ position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
75
+ display: flex; gap: 22px;
76
+ }
77
+ .dot {
78
+ width: 22px; height: 22px; border-radius: 50%;
79
+ background: #8BA0B3;
80
+ opacity: 0.6;
81
+ }
82
+ .dot.active { opacity: 1; background: #CFE2F3; }
83
+ .bolt {
84
+ position: absolute; top: 24px; right: 40px;
85
+ width: 120px; height: 120px; border-radius: 60px;
86
+ border: 6px solid #58A6FF; display: flex; align-items: center; justify-content: center;
87
+ opacity: 0.9;
88
+ }
89
+ .bolt svg { width: 58px; height: 58px; fill: #58A6FF; }
90
+
91
+ .label {
92
+ margin-top: 120px;
93
+ color: #9AA8B4; font-size: 40px; font-weight: 700;
94
+ letter-spacing: 1.2px;
95
+ }
96
+ .phrase {
97
+ margin-top: 16px; font-size: 88px; line-height: 1.18; font-weight: 800; color: #FFFFFF;
98
+ }
99
+ .sub-label {
100
+ margin-top: 64px; color: #97A6B2; font-size: 40px; font-weight: 700; letter-spacing: 1px;
101
+ }
102
+ .literal {
103
+ margin-top: 18px; font-size: 54px; color: #D9E2EA; font-weight: 600;
104
+ }
105
+
106
+ .pill {
107
+ margin-top: 80px; align-self: center; width: fit-content;
108
+ border: 6px solid #3FC170; color: #3FC170;
109
+ padding: 28px 44px; border-radius: 60px;
110
+ font-size: 46px; font-weight: 800;
111
+ }
112
+
113
+ /* Continue button */
114
+ .cta {
115
+ position: absolute; left: 64px; right: 64px; bottom: 160px;
116
+ height: 150px; background: #FFC233; color: #2E2E2E;
117
+ border-radius: 28px; display: flex; align-items: center; justify-content: center;
118
+ font-size: 68px; font-weight: 800;
119
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
120
+ }
121
+
122
+ /* Bottom home indicator area */
123
+ .home-area {
124
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 120px; background: #0F141A;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .home-indicator {
128
+ width: 220px; height: 12px; background: #FFFFFF; opacity: 0.92; border-radius: 8px;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Top green header -->
136
+ <div class="topbar">
137
+ <div class="status">7:54</div>
138
+ <div class="status-icons">
139
+ <!-- WiFi -->
140
+ <svg width="64" height="64" viewBox="0 0 64 64">
141
+ <path d="M8 24c12-10 36-10 48 0"/>
142
+ <path d="M16 34c8-7 24-7 32 0"/>
143
+ <path d="M24 44c4-3 12-3 16 0"/>
144
+ <circle cx="32" cy="52" r="2" fill="#fff" stroke="none"></circle>
145
+ </svg>
146
+ <!-- Battery -->
147
+ <svg width="84" height="48" viewBox="0 0 84 48">
148
+ <rect x="2" y="8" width="70" height="32" rx="4"></rect>
149
+ <rect x="74" y="16" width="8" height="16" rx="2"></rect>
150
+ <rect x="8" y="14" width="56" height="20" rx="2" fill="#fff" stroke="none"></rect>
151
+ </svg>
152
+ </div>
153
+
154
+ <div class="dismiss" aria-label="Close">
155
+ <svg viewBox="0 0 100 100">
156
+ <line x1="18" y1="18" x2="82" y2="82" stroke="#FFFFFF" stroke-width="16" stroke-linecap="round"></line>
157
+ <line x1="82" y1="18" x2="18" y2="82" stroke="#FFFFFF" stroke-width="16" stroke-linecap="round"></line>
158
+ </svg>
159
+ </div>
160
+
161
+ <div class="progress-bar-bg">
162
+ <div class="progress-bar-fill"></div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Media area -->
167
+ <div class="media">
168
+ <div class="img-placeholder">[IMG: indoor workspace background]</div>
169
+ <div class="caption">ça va ?</div>
170
+ </div>
171
+
172
+ <!-- Lower panel -->
173
+ <div class="panel">
174
+ <div class="panel-inner">
175
+ <div class="dots">
176
+ <div class="dot active"></div>
177
+ <div class="dot"></div>
178
+ </div>
179
+
180
+ <div class="bolt" aria-hidden="true">
181
+ <svg viewBox="0 0 64 64">
182
+ <path d="M38 4 14 36h14l-4 24 28-36H38z"></path>
183
+ </svg>
184
+ </div>
185
+
186
+ <div class="label">ENGLISH (US)</div>
187
+ <div class="phrase">are you good?</div>
188
+
189
+ <div class="sub-label">LITERAL TRANSLATION</div>
190
+ <div class="literal">it goes ?</div>
191
+
192
+ <div class="pill">I already know this</div>
193
+
194
+ <div class="cta">Continue</div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom home indicator -->
199
+ <div class="home-area">
200
+ <div class="home-indicator"></div>
201
+ </div>
202
+
203
+ </div>
204
+ </body>
205
+ </html>
code/13916/13916_0.html ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Android Home Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0c0c0c;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Wallpaper placeholder */
19
+ .wallpaper {
20
+ position: absolute;
21
+ inset: 0;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ color: #757575;
28
+ font-size: 48px;
29
+ z-index: 0;
30
+ }
31
+ .tint {
32
+ position: absolute;
33
+ inset: 0;
34
+ background: radial-gradient(ellipse at bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.85) 60%), linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1) 40%);
35
+ z-index: 1;
36
+ }
37
+
38
+ /* Status bar */
39
+ .status-bar {
40
+ position: absolute;
41
+ top: 36px;
42
+ left: 0;
43
+ width: 100%;
44
+ height: 96px;
45
+ padding: 0 56px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ color: #fff;
50
+ z-index: 2;
51
+ }
52
+ .status-left {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 28px;
56
+ font-size: 50px;
57
+ font-weight: 600;
58
+ letter-spacing: 1px;
59
+ }
60
+ .status-icons {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 26px;
64
+ }
65
+ .status-right {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 28px;
69
+ }
70
+ .sb-icon {
71
+ width: 44px; height: 44px;
72
+ }
73
+
74
+ /* Apps grid */
75
+ .apps-grid {
76
+ position: absolute;
77
+ top: 240px;
78
+ left: 0;
79
+ width: 100%;
80
+ padding: 0 96px;
81
+ box-sizing: border-box;
82
+ display: grid;
83
+ grid-template-columns: repeat(4, 1fr);
84
+ column-gap: 64px;
85
+ row-gap: 140px;
86
+ z-index: 2;
87
+ }
88
+ .app {
89
+ text-align: center;
90
+ color: #fff;
91
+ }
92
+ .app .icon {
93
+ width: 220px;
94
+ height: 220px;
95
+ margin: 0 auto;
96
+ border-radius: 50%;
97
+ box-shadow: 0 12px 28px rgba(0,0,0,0.45);
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ position: relative;
102
+ }
103
+ .app .label {
104
+ margin-top: 28px;
105
+ font-size: 44px;
106
+ line-height: 1.1;
107
+ color: #f2f2f2;
108
+ text-shadow: 0 2px 4px rgba(0,0,0,0.6);
109
+ }
110
+ .empty { opacity: 0; pointer-events: none; }
111
+
112
+ /* Simple color themes for icons */
113
+ .teal { background: #0f6d73; }
114
+ .green { background: #66bb3a; }
115
+ .blue { background: #1f56d8; }
116
+ .deepblue { background: #0e2a73; }
117
+ .red { background: #d83a3a; }
118
+ .black { background: #101010; }
119
+ .sky { background: #2f86ff; }
120
+ .white { background: #ffffff; border: 2px solid #e6e6e6; }
121
+ .lightgreen { background: #22b57b; }
122
+ .purple { background: #3b2a7f; }
123
+ .navy { background: #24365a; }
124
+ .mint { background: #6fdc6f; }
125
+ .steel { background: #3a6b87; }
126
+ .softblue { background: #7cc7ff; }
127
+
128
+ /* Dock icons row */
129
+ .dock-icons {
130
+ position: absolute;
131
+ bottom: 460px;
132
+ left: 0;
133
+ width: 100%;
134
+ display: flex;
135
+ justify-content: center;
136
+ gap: 120px;
137
+ z-index: 2;
138
+ }
139
+ .dock-icon {
140
+ width: 180px;
141
+ height: 180px;
142
+ border-radius: 50%;
143
+ background: #ffffff;
144
+ box-shadow: 0 12px 28px rgba(0,0,0,0.45);
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ position: relative;
149
+ }
150
+ .dock-icon svg { width: 80px; height: 80px; }
151
+
152
+ .notif-dot {
153
+ position: absolute;
154
+ width: 38px; height: 38px;
155
+ background: #87c2ff;
156
+ border: 4px solid #ffffff;
157
+ border-radius: 50%;
158
+ top: 10px; right: 8px;
159
+ }
160
+
161
+ /* Search bar */
162
+ .search-bar {
163
+ position: absolute;
164
+ left: 50%;
165
+ bottom: 240px;
166
+ transform: translateX(-50%);
167
+ width: 1160px;
168
+ height: 140px;
169
+ background: #2e2e2e;
170
+ border-radius: 80px;
171
+ box-shadow: 0 16px 36px rgba(0,0,0,0.5);
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: space-between;
175
+ padding: 0 40px;
176
+ z-index: 2;
177
+ }
178
+ .search-left {
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 24px;
182
+ }
183
+ .g-badge {
184
+ width: 84px; height: 84px; border-radius: 50%;
185
+ background: conic-gradient(#4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%);
186
+ box-shadow: inset 0 0 0 6px rgba(255,255,255,0.7);
187
+ }
188
+ .search-text {
189
+ color: #bdbdbd;
190
+ font-size: 46px;
191
+ }
192
+ .search-right {
193
+ display: flex; align-items: center; gap: 28px;
194
+ }
195
+ .pill-btn {
196
+ width: 92px; height: 92px; border-radius: 50%; background: #3a3a3a;
197
+ display: flex; align-items: center; justify-content: center;
198
+ }
199
+ .pill-btn svg { width: 56px; height: 56px; }
200
+
201
+ /* Home gesture bar */
202
+ .home-bar {
203
+ position: absolute;
204
+ bottom: 70px;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 380px;
208
+ height: 16px;
209
+ background: rgba(255,255,255,0.35);
210
+ border-radius: 12px;
211
+ z-index: 2;
212
+ }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+ <div class="wallpaper">[IMG: Building wallpaper]</div>
218
+ <div class="tint"></div>
219
+
220
+ <!-- Status Bar -->
221
+ <div class="status-bar">
222
+ <div class="status-left">
223
+ <div>9:33</div>
224
+ <div class="status-icons">
225
+ <!-- Magnifying glass -->
226
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
227
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2"></circle>
228
+ <line x1="14.5" y1="14.5" x2="21" y2="21" stroke="#fff" stroke-width="2" stroke-linecap="round"></line>
229
+ </svg>
230
+ <!-- Coffee cup -->
231
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
232
+ <rect x="3" y="8" width="12" height="8" rx="2" stroke="#fff" stroke-width="2"></rect>
233
+ <path d="M15 10h4a2 2 0 010 4h-4" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
234
+ </svg>
235
+ <!-- Simple S curve -->
236
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
237
+ <path d="M6 6c3-2 7 0 7 3s-4 3-6 4-3 3 0 5 7 1 10-2" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
238
+ </svg>
239
+ <!-- Globe -->
240
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
241
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"></circle>
242
+ <path d="M3 12h18M12 3c3 4 3 14 0 18" stroke="#fff" stroke-width="2"></path>
243
+ </svg>
244
+ <!-- Dot -->
245
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="4"/></svg>
246
+ </div>
247
+ </div>
248
+ <div class="status-right">
249
+ <!-- Wi-Fi -->
250
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
251
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
252
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
253
+ <path d="M8 16c3-2 5-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
254
+ <circle cx="12" cy="19" r="1.8" fill="#fff"></circle>
255
+ </svg>
256
+ <!-- Battery -->
257
+ <svg class="sb-icon" viewBox="0 0 28 24" fill="none">
258
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"></rect>
259
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#fff"></rect>
260
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#fff"></rect>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Apps Grid -->
266
+ <div class="apps-grid">
267
+ <!-- Row 1 -->
268
+ <div class="app">
269
+ <div class="icon teal"></div>
270
+ <div class="label">SideChef</div>
271
+ </div>
272
+ <div class="app">
273
+ <div class="icon green"></div>
274
+ <div class="label">Duolingo</div>
275
+ </div>
276
+ <div class="app">
277
+ <div class="icon blue"></div>
278
+ <div class="label">Booking.com</div>
279
+ </div>
280
+ <div class="app">
281
+ <div class="icon deepblue"></div>
282
+ <div class="label">Hotstar</div>
283
+ </div>
284
+
285
+ <!-- Row 2 -->
286
+ <div class="app">
287
+ <div class="icon red"></div>
288
+ <div class="label">MakeMyTrip</div>
289
+ </div>
290
+ <div class="app">
291
+ <div class="icon black"></div>
292
+ <div class="label">adidas</div>
293
+ </div>
294
+ <div class="app">
295
+ <div class="icon sky"></div>
296
+ <div class="label">99acres</div>
297
+ </div>
298
+ <div class="app">
299
+ <div class="icon white"></div>
300
+ <div class="label">Fit</div>
301
+ </div>
302
+
303
+ <!-- Row 3 -->
304
+ <div class="app">
305
+ <div class="icon red"></div>
306
+ <div class="label">Redfin</div>
307
+ </div>
308
+ <div class="app">
309
+ <div class="icon white"></div>
310
+ <div class="label">Rentalia</div>
311
+ </div>
312
+ <div class="app">
313
+ <div class="icon white"></div>
314
+ <div class="label">realtor.com</div>
315
+ </div>
316
+ <div class="app">
317
+ <div class="icon lightgreen"></div>
318
+ <div class="label">Trainline</div>
319
+ </div>
320
+
321
+ <!-- Row 4 -->
322
+ <div class="app">
323
+ <div class="icon purple"></div>
324
+ <div class="label">Rail Planner</div>
325
+ </div>
326
+ <div class="app">
327
+ <div class="icon navy"></div>
328
+ <div class="label">Omio</div>
329
+ </div>
330
+ <div class="app">
331
+ <div class="icon white"></div>
332
+ <div class="label">Wanderu</div>
333
+ </div>
334
+ <div class="app">
335
+ <div class="icon steel"></div>
336
+ <div class="label">Amtrak</div>
337
+ </div>
338
+
339
+ <!-- Row 5 -->
340
+ <div class="app">
341
+ <div class="icon softblue"></div>
342
+ <div class="label">TrainPal</div>
343
+ </div>
344
+ <div class="app empty"><div class="icon"></div><div class="label">&nbsp;</div></div>
345
+ <div class="app empty"><div class="icon"></div><div class="label">&nbsp;</div></div>
346
+ <div class="app empty"><div class="icon"></div><div class="label">&nbsp;</div></div>
347
+ </div>
348
+
349
+ <!-- Dock Icons -->
350
+ <div class="dock-icons">
351
+ <div class="dock-icon">
352
+ <!-- Phone -->
353
+ <svg viewBox="0 0 24 24" fill="none">
354
+ <path d="M6 3h12v18H6z" stroke="#2b7fff" stroke-width="2" rx="2"></path>
355
+ <circle cx="12" cy="19" r="2" fill="#2b7fff"></circle>
356
+ </svg>
357
+ </div>
358
+ <div class="dock-icon">
359
+ <!-- Messages -->
360
+ <svg viewBox="0 0 24 24" fill="none">
361
+ <rect x="3" y="4" width="18" height="14" rx="3" stroke="#3b78ff" stroke-width="2"></rect>
362
+ <path d="M8 18l-2 4 5-4" stroke="#3b78ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
363
+ </svg>
364
+ </div>
365
+ <div class="dock-icon">
366
+ <!-- Chrome -->
367
+ <svg viewBox="0 0 24 24" fill="none">
368
+ <circle cx="12" cy="12" r="6" fill="#4bb5ff"></circle>
369
+ <circle cx="12" cy="12" r="10" stroke="#f44336" stroke-width="2"></circle>
370
+ </svg>
371
+ <div class="notif-dot"></div>
372
+ </div>
373
+ <div class="dock-icon">
374
+ <!-- Camera -->
375
+ <svg viewBox="0 0 24 24" fill="none">
376
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#444" stroke-width="2" fill="#eaeaea"></rect>
377
+ <circle cx="12" cy="12" r="4" stroke="#444" stroke-width="2" fill="#9ec1ff"></circle>
378
+ <rect x="8" y="3" width="8" height="3" rx="1" fill="#707070"></rect>
379
+ </svg>
380
+ </div>
381
+ </div>
382
+
383
+ <!-- Search Bar -->
384
+ <div class="search-bar">
385
+ <div class="search-left">
386
+ <div class="g-badge"></div>
387
+ <div class="search-text">Search</div>
388
+ </div>
389
+ <div class="search-right">
390
+ <div class="pill-btn">
391
+ <!-- Mic -->
392
+ <svg viewBox="0 0 24 24" fill="none">
393
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#ff5252"></rect>
394
+ <path d="M6 11a6 6 0 0012 0M12 17v3" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
395
+ </svg>
396
+ </div>
397
+ <div class="pill-btn">
398
+ <!-- Camera -->
399
+ <svg viewBox="0 0 24 24" fill="none">
400
+ <rect x="4" y="7" width="16" height="10" rx="2" stroke="#ffd54f" stroke-width="2"></rect>
401
+ <circle cx="12" cy="12" r="3" fill="#ffd54f"></circle>
402
+ </svg>
403
+ </div>
404
+ </div>
405
+ </div>
406
+
407
+ <div class="home-bar"></div>
408
+ </div>
409
+ </body>
410
+ </html>
code/13916/13916_1.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Travel Booking 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: 1440px;
10
+ height: 3120px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: linear-gradient(#bfe8ff 0%, #a6dcfb 40%, #eaf0f6 70%);
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #0a2a4f;
24
+ font-weight: 600;
25
+ font-size: 42px;
26
+ opacity: 0.9;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ gap: 26px;
31
+ align-items: center;
32
+ }
33
+ .icon-dot {
34
+ width: 10px; height: 10px; background:#2c4a70; border-radius:50%;
35
+ }
36
+
37
+ /* Segmented transport selector */
38
+ .segment-wrap {
39
+ padding: 30px 48px 0;
40
+ }
41
+ .segment {
42
+ display: flex;
43
+ gap: 36px;
44
+ }
45
+ .pill {
46
+ position: relative;
47
+ padding: 34px 48px;
48
+ border-radius: 60px;
49
+ background: rgba(255,255,255,0.55);
50
+ color: #243a66;
51
+ font-weight: 700;
52
+ font-size: 48px;
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 22px;
56
+ }
57
+ .pill.secondary {
58
+ background: rgba(255,255,255,0.4);
59
+ color: #2e4572;
60
+ }
61
+ .pill .sub {
62
+ display: block;
63
+ font-size: 30px;
64
+ font-weight: 600;
65
+ color: #7c90b2;
66
+ }
67
+ .pill.train {
68
+ background: #ffffff;
69
+ box-shadow: 0 6px 20px rgba(16, 56, 116, 0.08);
70
+ }
71
+ .pill.train::after {
72
+ content: "";
73
+ position: absolute;
74
+ left: 90px;
75
+ bottom: -22px;
76
+ width: 44px;
77
+ height: 24px;
78
+ background: #ffffff;
79
+ border-bottom-left-radius: 24px;
80
+ border-bottom-right-radius: 24px;
81
+ }
82
+
83
+ /* From/To card */
84
+ .route-card {
85
+ margin: 40px 40px 18px;
86
+ background: #dff2ff;
87
+ border-radius: 44px;
88
+ padding: 40px 40px 30px;
89
+ color: #25406f;
90
+ position: relative;
91
+ }
92
+ .route-row {
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ padding: 22px 0;
97
+ }
98
+ .route-label {
99
+ color: #6f90b3;
100
+ font-size: 38px;
101
+ margin-bottom: 6px;
102
+ }
103
+ .route-value {
104
+ font-size: 60px;
105
+ font-weight: 800;
106
+ color: #17315c;
107
+ }
108
+ .swap-btn {
109
+ position: absolute;
110
+ right: 40px;
111
+ top: 60px;
112
+ width: 110px;
113
+ height: 110px;
114
+ background: #ffffff;
115
+ border-radius: 55px;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ box-shadow: 0 6px 16px rgba(23,49,92,0.12);
120
+ }
121
+ .minor-links {
122
+ margin: 12px 64px 8px;
123
+ color: #6f90b3;
124
+ font-size: 36px;
125
+ letter-spacing: 0.2px;
126
+ }
127
+ .divider-dot {
128
+ margin: 0 16px;
129
+ color: #9fb4cf;
130
+ }
131
+
132
+ /* Options card */
133
+ .options-card {
134
+ margin: 22px 40px 30px;
135
+ background: #ffffff;
136
+ border-radius: 46px;
137
+ box-shadow: 0 10px 30px rgba(19, 44, 91, 0.08);
138
+ overflow: hidden;
139
+ }
140
+ .tabs {
141
+ display: flex;
142
+ gap: 48px;
143
+ padding: 36px 40px 16px;
144
+ color: #9aa7ba;
145
+ font-size: 44px;
146
+ font-weight: 700;
147
+ }
148
+ .tab.active {
149
+ color: #1e5bff;
150
+ position: relative;
151
+ }
152
+ .tab.active::after {
153
+ content:"";
154
+ position:absolute;
155
+ left:0; bottom:-16px;
156
+ width: 100%; height: 6px; background:#1e5bff; border-radius: 6px;
157
+ }
158
+ .list {
159
+ display: flex;
160
+ flex-direction: column;
161
+ }
162
+ .list-item {
163
+ display: flex;
164
+ align-items: center;
165
+ padding: 40px;
166
+ border-top: 1px solid #eef1f6;
167
+ }
168
+ .list-item:first-of-type { border-top: none; }
169
+ .li-icon {
170
+ width: 72px; height: 72px; margin-right: 30px;
171
+ color: #7e8ea8;
172
+ }
173
+ .li-text {
174
+ font-size: 50px;
175
+ font-weight: 700;
176
+ color: #20375f;
177
+ flex: 1;
178
+ }
179
+ .chev {
180
+ width: 28px; height: 28px; color: #9eabc0;
181
+ }
182
+ .cta-row {
183
+ padding: 46px 40px 56px;
184
+ }
185
+ .cta {
186
+ width: 100%;
187
+ background: #2f66ff;
188
+ color: #ffffff;
189
+ border: none;
190
+ border-radius: 80px;
191
+ height: 160px;
192
+ font-size: 52px;
193
+ font-weight: 800;
194
+ letter-spacing: 0.3px;
195
+ box-shadow: 0 10px 24px rgba(47,102,255,0.35);
196
+ }
197
+
198
+ /* Content placeholders */
199
+ .placeholders {
200
+ padding: 16px 40px 0;
201
+ }
202
+ .ph-row {
203
+ display: grid;
204
+ grid-template-columns: 1fr;
205
+ gap: 28px;
206
+ }
207
+ .ph {
208
+ height: 360px;
209
+ background: #e6eaef;
210
+ border: 1px solid #d6dbe3;
211
+ border-radius: 34px;
212
+ }
213
+ .ph.small { height: 220px; }
214
+
215
+ /* Bottom navigation */
216
+ .bottom-nav {
217
+ position: absolute;
218
+ left: 0; right: 0; bottom: 64px;
219
+ height: 240px;
220
+ background: #ffffff;
221
+ border-top-left-radius: 28px;
222
+ border-top-right-radius: 28px;
223
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.06);
224
+ padding: 34px 40px 0;
225
+ display: flex;
226
+ justify-content: space-around;
227
+ align-items: flex-start;
228
+ }
229
+ .nav-item {
230
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
231
+ color: #8b95a8;
232
+ font-size: 38px; font-weight: 700;
233
+ }
234
+ .nav-item.active { color: #2f66ff; }
235
+ .nav-icon {
236
+ width: 66px; height: 66px;
237
+ }
238
+ /* OS home indicator */
239
+ .home-indicator {
240
+ position: absolute;
241
+ bottom: 16px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ width: 340px; height: 14px;
245
+ background: #000; opacity: 0.8; border-radius: 8px;
246
+ }
247
+ </style>
248
+ </head>
249
+ <body>
250
+ <div id="render-target">
251
+
252
+ <!-- Status bar -->
253
+ <div class="status-bar">
254
+ <div>9:34</div>
255
+ <div class="status-icons">
256
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#28456f"><circle cx="9" cy="9" r="3"/></svg>
257
+ <div class="icon-dot"></div>
258
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#28456f"><circle cx="12" cy="12" r="8"/></svg>
259
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#28456f"><path d="M5 20h14v-2H5v2zM7 18h10l-5-14-5 14z"/></svg>
260
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#28456f"><circle cx="12" cy="12" r="1.5"/><circle cx="6" cy="12" r="1.5"/><circle cx="18" cy="12" r="1.5"/></svg>
261
+ </div>
262
+ <svg width="120" height="38" viewBox="0 0 24 24" fill="#28456f">
263
+ <path d="M20 7h-1V5h1c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-1v-2h1V7zM3 7h14v10H3V7z"/>
264
+ </svg>
265
+ </div>
266
+
267
+ <!-- Segmented selector -->
268
+ <div class="segment-wrap">
269
+ <div class="segment">
270
+ <div class="pill train">
271
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2a4676">
272
+ <path d="M7 3h10a3 3 0 0 1 3 3v7a4 4 0 0 1-4 4l2 2H6l2-2a4 4 0 0 1-4-4V6a3 3 0 0 1 3-3zM7 7h10v3H7V7z"/>
273
+ </svg>
274
+ <div>
275
+ Train
276
+ <span class="sub">UK & Europe</span>
277
+ </div>
278
+ </div>
279
+ <div class="pill secondary">
280
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2a4676">
281
+ <path d="M4 16l1-6h14l1 6H4zm2 3h12v2H6v-2zM6 6h12v3H6V6z"/>
282
+ </svg>
283
+ Coach
284
+ </div>
285
+ <div class="pill secondary">
286
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2a4676">
287
+ <path d="M10 19l1.5-4.5L4 9l1-2 7.5 3L15 5l2 1-2.5 5.5L22 14l-1 2-7-2-4 5-1-1z"/>
288
+ </svg>
289
+ Flight
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- From/To card -->
295
+ <div class="route-card">
296
+ <div class="route-row">
297
+ <div>
298
+ <div class="route-label">From:</div>
299
+ <div class="route-value">Southampton(any)</div>
300
+ </div>
301
+ </div>
302
+ <div class="route-row" style="padding-top: 12px;">
303
+ <div>
304
+ <div class="route-label">To:</div>
305
+ <div class="route-value">London Euston</div>
306
+ </div>
307
+ </div>
308
+ <div class="swap-btn" aria-label="swap">
309
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#2a57ff">
310
+ <path d="M7 7h9l-3-3 1.4-1.4L20.8 7l-6.4 4.4L13 10l3-3H7V7zm10 10H8l3 3-1.4 1.4L3.2 17l6.4-4.4L11 14l-3 3h9v0z"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ <div class="minor-links">
315
+ Via <span class="divider-dot">|</span> Avoid
316
+ </div>
317
+
318
+ <!-- Options card -->
319
+ <div class="options-card">
320
+ <div class="tabs">
321
+ <div class="tab active">Single</div>
322
+ <div class="tab">Return</div>
323
+ <div class="tab">Open return</div>
324
+ <div class="tab">Season</div>
325
+ </div>
326
+ <div class="list">
327
+ <div class="list-item">
328
+ <svg class="li-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8">
329
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2"></rect>
330
+ <line x1="3" y1="9" x2="21" y2="9"></line>
331
+ <line x1="8" y1="2.5" x2="8" y2="6"></line>
332
+ <line x1="16" y1="2.5" x2="16" y2="6"></line>
333
+ </svg>
334
+ <div class="li-text">Today, now</div>
335
+ <svg class="chev" viewBox="0 0 24 24" fill="currentColor">
336
+ <path d="M9 6l6 6-6 6"></path>
337
+ </svg>
338
+ </div>
339
+ <div class="list-item">
340
+ <svg class="li-icon" viewBox="0 0 24 24" fill="currentColor">
341
+ <path d="M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm-7 8a7 7 0 0 1 14 0z"></path>
342
+ </svg>
343
+ <div class="li-text">1 adult</div>
344
+ <svg class="chev" viewBox="0 0 24 24" fill="currentColor">
345
+ <path d="M9 6l6 6-6 6"></path>
346
+ </svg>
347
+ </div>
348
+ <div class="list-item">
349
+ <svg class="li-icon" viewBox="0 0 24 24" fill="currentColor">
350
+ <path d="M3 4h18v14H3z"></path>
351
+ <path d="M6 8h6v3H6z" fill="#fff"></path>
352
+ <path d="M16 8h2v2h-2z" fill="#fff"></path>
353
+ </svg>
354
+ <div class="li-text">Add Railcard</div>
355
+ <svg class="chev" viewBox="0 0 24 24" fill="currentColor">
356
+ <path d="M9 6l6 6-6 6"></path>
357
+ </svg>
358
+ </div>
359
+ <div class="cta-row">
360
+ <button class="cta">Find cheap tickets</button>
361
+ </div>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Placeholder content below -->
366
+ <div class="placeholders">
367
+ <div class="ph-row">
368
+ <div class="ph"></div>
369
+ <div class="ph small"></div>
370
+ <div class="ph"></div>
371
+ <div class="ph small"></div>
372
+ </div>
373
+ </div>
374
+
375
+ <!-- Bottom navigation -->
376
+ <div class="bottom-nav">
377
+ <div class="nav-item">
378
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#8b95a8">
379
+ <path d="M2 13l10-7 10 7v7H2v-7z"></path>
380
+ <circle cx="18.5" cy="7.5" r="2.5" fill="#ff7a45"></circle>
381
+ </svg>
382
+ <div>Pin Routes</div>
383
+ </div>
384
+ <div class="nav-item active">
385
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2f66ff">
386
+ <circle cx="11" cy="11" r="7" stroke="#2f66ff" stroke-width="2" fill="none"></circle>
387
+ <path d="M16 16l5 5" stroke="#2f66ff" stroke-width="2" fill="none"></path>
388
+ </svg>
389
+ <div>Buy Tickets</div>
390
+ </div>
391
+ <div class="nav-item">
392
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#8b95a8">
393
+ <rect x="5" y="4" width="14" height="16" rx="2"></rect>
394
+ <line x1="7" y1="9" x2="17" y2="9" stroke="#ffffff" stroke-width="0"></line>
395
+ </svg>
396
+ <div>My Bookings</div>
397
+ </div>
398
+ <div class="nav-item">
399
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#8b95a8">
400
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm-8 9a8 8 0 0 1 16 0z"></path>
401
+ </svg>
402
+ <div>Account</div>
403
+ </div>
404
+ </div>
405
+
406
+ <div class="home-indicator"></div>
407
+ </div>
408
+ </body>
409
+ </html>
code/13916/13916_2.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Departure Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+
19
+ /* Header / top area */
20
+ .header {
21
+ position: relative;
22
+ width: 100%;
23
+ height: 520px;
24
+ background: linear-gradient(#bfe8ff, #c6ebff);
25
+ padding: 40px 56px 0 56px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-row {
29
+ height: 60px;
30
+ display: flex;
31
+ align-items: center;
32
+ color: #1a2b5f;
33
+ opacity: 0.95;
34
+ font-weight: 600;
35
+ font-size: 42px;
36
+ }
37
+ .status-row .spacer { flex: 1; }
38
+ .status-icon {
39
+ width: 40px; height: 40px; margin-left: 28px;
40
+ border-radius: 50%; background: rgba(255,255,255,0.7);
41
+ }
42
+
43
+ .title-row {
44
+ position: relative;
45
+ margin-top: 40px;
46
+ height: 90px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+ .back-btn {
52
+ position: absolute;
53
+ left: 0;
54
+ top: 50%;
55
+ transform: translateY(-50%);
56
+ width: 80px; height: 80px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ cursor: pointer;
59
+ }
60
+ .title {
61
+ font-size: 72px;
62
+ font-weight: 700;
63
+ color: #12274f;
64
+ letter-spacing: 0.5px;
65
+ }
66
+
67
+ .searchbar {
68
+ margin-top: 48px;
69
+ margin-left: 28px;
70
+ margin-right: 28px;
71
+ height: 140px;
72
+ background: #d7eefb;
73
+ border-radius: 36px;
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 0 40px;
77
+ box-sizing: border-box;
78
+ }
79
+ .search-icon {
80
+ width: 64px; height: 64px; margin-right: 28px;
81
+ }
82
+ .search-placeholder {
83
+ font-size: 52px;
84
+ color: #8ea3b8;
85
+ font-weight: 500;
86
+ }
87
+
88
+ /* Content list */
89
+ .content {
90
+ position: absolute;
91
+ left: 0; right: 0;
92
+ top: 520px;
93
+ bottom: 0;
94
+ background: #fff;
95
+ }
96
+ .section {
97
+ padding: 40px 56px 0 56px;
98
+ }
99
+ .section-title {
100
+ font-size: 48px;
101
+ color: #9aa1ab;
102
+ margin-bottom: 10px;
103
+ }
104
+
105
+ .list {
106
+ margin-top: 12px;
107
+ }
108
+ .list-item {
109
+ display: flex;
110
+ align-items: center;
111
+ padding: 36px 0;
112
+ border-bottom: 1px solid #e9eef3;
113
+ }
114
+ .list-item .icon-wrap {
115
+ width: 92px;
116
+ height: 92px;
117
+ margin-right: 36px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ }
122
+ .item-name {
123
+ font-size: 54px;
124
+ color: #0f2451;
125
+ font-weight: 600;
126
+ }
127
+ .item-code {
128
+ margin-left: auto;
129
+ font-size: 46px;
130
+ color: #9aa1ab;
131
+ font-weight: 600;
132
+ }
133
+
134
+ /* Bottom gesture bar (simulated) */
135
+ .bottom-gesture {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 0;
138
+ height: 140px; background: #000;
139
+ display: flex; align-items: center; justify-content: center;
140
+ }
141
+ .gesture-pill {
142
+ width: 260px; height: 22px; border-radius: 16px; background: #cfcfcf;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <div class="header">
150
+ <div class="status-row">
151
+ 9:34
152
+ <div class="spacer"></div>
153
+ <div class="status-icon"></div>
154
+ <div class="status-icon"></div>
155
+ </div>
156
+
157
+ <div class="title-row">
158
+ <div class="back-btn">
159
+ <svg width="60" height="60" viewBox="0 0 24 24">
160
+ <path d="M15.5 19L8.5 12l7-7" fill="none" stroke="#1b2e5e" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ <div class="title">Departure</div>
164
+ </div>
165
+
166
+ <div class="searchbar">
167
+ <svg class="search-icon" viewBox="0 0 24 24">
168
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#6f86a3" stroke-width="2.2"/>
169
+ <path d="M20 20l-4.5-4.5" stroke="#6f86a3" stroke-width="2.2" stroke-linecap="round"/>
170
+ </svg>
171
+ <div class="search-placeholder">Enter departure station</div>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="content">
176
+
177
+ <div class="section">
178
+ <div class="section-title">Recent stations</div>
179
+ <div class="list">
180
+
181
+ <div class="list-item">
182
+ <div class="icon-wrap">
183
+ <svg width="92" height="92" viewBox="0 0 24 24">
184
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
185
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
186
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
187
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
188
+ </svg>
189
+ </div>
190
+ <div class="item-name">London Euston</div>
191
+ <div class="item-code">GB</div>
192
+ </div>
193
+
194
+ <div class="list-item">
195
+ <div class="icon-wrap">
196
+ <svg width="92" height="92" viewBox="0 0 24 24">
197
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
198
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
199
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
200
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
201
+ </svg>
202
+ </div>
203
+ <div class="item-name">Rome (All)</div>
204
+ <div class="item-code">IT</div>
205
+ </div>
206
+
207
+ <div class="list-item">
208
+ <div class="icon-wrap">
209
+ <svg width="92" height="92" viewBox="0 0 24 24">
210
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
211
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
212
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
213
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
214
+ </svg>
215
+ </div>
216
+ <div class="item-name">Amsterdam(any)</div>
217
+ <div class="item-code">NL</div>
218
+ </div>
219
+
220
+ <div class="list-item">
221
+ <div class="icon-wrap">
222
+ <svg width="92" height="92" viewBox="0 0 24 24">
223
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
224
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
225
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
226
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
227
+ </svg>
228
+ </div>
229
+ <div class="item-name">Southampton(any)</div>
230
+ <div class="item-code">GB</div>
231
+ </div>
232
+
233
+ </div>
234
+ </div>
235
+
236
+ <div class="section" style="padding-top: 56px;">
237
+ <div class="section-title">Popular stations</div>
238
+ <div class="list">
239
+
240
+ <div class="list-item">
241
+ <div class="icon-wrap">
242
+ <svg width="92" height="92" viewBox="0 0 24 24">
243
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
244
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
245
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
246
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
247
+ </svg>
248
+ </div>
249
+ <div class="item-name">London (any)</div>
250
+ <div class="item-code">GB</div>
251
+ </div>
252
+
253
+ <div class="list-item">
254
+ <div class="icon-wrap">
255
+ <svg width="92" height="92" viewBox="0 0 24 24">
256
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
257
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
258
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
259
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
260
+ </svg>
261
+ </div>
262
+ <div class="item-name">London Kings Cross</div>
263
+ <div class="item-code">GB</div>
264
+ </div>
265
+
266
+ <div class="list-item">
267
+ <div class="icon-wrap">
268
+ <svg width="92" height="92" viewBox="0 0 24 24">
269
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
270
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
271
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
272
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
273
+ </svg>
274
+ </div>
275
+ <div class="item-name">Manchester Piccadilly</div>
276
+ <div class="item-code">GB</div>
277
+ </div>
278
+
279
+ <div class="list-item">
280
+ <div class="icon-wrap">
281
+ <svg width="92" height="92" viewBox="0 0 24 24">
282
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
283
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
284
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
285
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
286
+ </svg>
287
+ </div>
288
+ <div class="item-name">Paris (any)</div>
289
+ <div class="item-code">FR</div>
290
+ </div>
291
+
292
+ <div class="list-item">
293
+ <div class="icon-wrap">
294
+ <svg width="92" height="92" viewBox="0 0 24 24">
295
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
296
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
297
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
298
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
299
+ </svg>
300
+ </div>
301
+ <div class="item-name">Brussels(any)</div>
302
+ <div class="item-code">BE</div>
303
+ </div>
304
+
305
+ <div class="list-item">
306
+ <div class="icon-wrap">
307
+ <svg width="92" height="92" viewBox="0 0 24 24">
308
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
309
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
310
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
311
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
312
+ </svg>
313
+ </div>
314
+ <div class="item-name">Amsterdam(any)</div>
315
+ <div class="item-code">NL</div>
316
+ </div>
317
+
318
+ <div class="list-item">
319
+ <div class="icon-wrap">
320
+ <svg width="92" height="92" viewBox="0 0 24 24">
321
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
322
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
323
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
324
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
325
+ </svg>
326
+ </div>
327
+ <div class="item-name">Rome (All)</div>
328
+ <div class="item-code">IT</div>
329
+ </div>
330
+
331
+ <div class="list-item">
332
+ <div class="icon-wrap">
333
+ <svg width="92" height="92" viewBox="0 0 24 24">
334
+ <rect x="4" y="3" width="16" height="12" rx="2.5" ry="2.5" fill="none" stroke="#192e5d" stroke-width="2"/>
335
+ <circle cx="8" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
336
+ <circle cx="16" cy="18" r="2" fill="none" stroke="#192e5d" stroke-width="2"/>
337
+ <path d="M6 7h12M6 11h12" stroke="#192e5d" stroke-width="2"/>
338
+ </svg>
339
+ </div>
340
+ <div class="item-name">Milan (All)</div>
341
+ <div class="item-code">IT</div>
342
+ </div>
343
+
344
+ </div>
345
+ </div>
346
+
347
+ </div>
348
+
349
+ <div class="bottom-gesture">
350
+ <div class="gesture-pill"></div>
351
+ </div>
352
+
353
+ </div>
354
+ </body>
355
+ </html>
code/13916/13916_3.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=1440, initial-scale=1.0">
6
+ <title>Departure Search</title>
7
+ <style>
8
+ /* BODY RESET */
9
+ html, body { margin: 0; padding: 0; }
10
+ body { background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; color: #10203B; }
11
+
12
+ /* ROOT CONTAINER */
13
+ #render-target {
14
+ position: relative;
15
+ overflow: hidden;
16
+ width: 1440px;
17
+ height: 3120px;
18
+ background: #ffffff;
19
+ border-radius: 0;
20
+ }
21
+
22
+ /* STATUS + HEADER */
23
+ .header {
24
+ position: relative;
25
+ width: 100%;
26
+ height: 560px;
27
+ background: linear-gradient(180deg, #bfe6ff 0%, #b7e2ff 70%, #b6e0ff 100%);
28
+ }
29
+
30
+ .status-bar {
31
+ height: 120px;
32
+ padding: 0 48px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ color: #ffffff;
37
+ opacity: 0.95;
38
+ font-size: 42px;
39
+ letter-spacing: 1px;
40
+ }
41
+
42
+ .status-icons {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 28px;
46
+ }
47
+
48
+ .top-row {
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ position: relative;
53
+ padding: 20px 48px 0;
54
+ }
55
+
56
+ .back-btn {
57
+ position: absolute;
58
+ left: 48px;
59
+ top: 154px;
60
+ width: 88px;
61
+ height: 88px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ color: #0f2a4d;
66
+ }
67
+ .title {
68
+ margin-top: 110px;
69
+ text-align: center;
70
+ font-size: 64px;
71
+ font-weight: 700;
72
+ color: #0f2a4d;
73
+ }
74
+
75
+ .search-wrap {
76
+ margin: 28px 48px 0 48px;
77
+ height: 120px;
78
+ background: rgba(255,255,255,0.6);
79
+ border-radius: 28px;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 36px;
83
+ border: 1px solid rgba(0,0,0,0.06);
84
+ }
85
+ .search-icon,
86
+ .clear-icon {
87
+ width: 64px;
88
+ height: 64px;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #6b7b8f;
93
+ }
94
+ .search-text {
95
+ flex: 1;
96
+ font-size: 52px;
97
+ color: #2a3b50;
98
+ padding: 0 24px;
99
+ }
100
+
101
+ /* LIST AREA */
102
+ .list {
103
+ position: absolute;
104
+ top: 560px;
105
+ left: 0;
106
+ right: 0;
107
+ bottom: 980px; /* leaves room for keyboard overlay */
108
+ background: #ffffff;
109
+ overflow: hidden;
110
+ }
111
+
112
+ .item {
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ padding: 36px 48px;
117
+ height: 170px;
118
+ border-bottom: 1px solid #e9eff6;
119
+ }
120
+
121
+ .left {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 28px;
125
+ min-width: 0;
126
+ }
127
+
128
+ .station-text {
129
+ font-size: 48px;
130
+ color: #1b2b3f;
131
+ white-space: nowrap;
132
+ overflow: hidden;
133
+ text-overflow: ellipsis;
134
+ }
135
+ .blue {
136
+ color: #1e62ff;
137
+ font-weight: 700;
138
+ }
139
+
140
+ .country {
141
+ font-size: 44px;
142
+ color: #9aa6b2;
143
+ margin-left: 24px;
144
+ }
145
+
146
+ /* Icons */
147
+ .icon {
148
+ width: 72px;
149
+ height: 72px;
150
+ }
151
+ .train path { stroke: #2c5be7; fill: none; }
152
+ .train .fill { fill: #2c5be7; }
153
+ .bus path { stroke: #2aa36b; fill: none; }
154
+ .bus .fill { fill: #2aa36b; }
155
+
156
+ /* KEYBOARD OVERLAY (simplified representation) */
157
+ .keyboard {
158
+ position: absolute;
159
+ left: 0;
160
+ right: 0;
161
+ bottom: 0;
162
+ height: 980px;
163
+ background: #0f1113;
164
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.4);
165
+ color: #e7ebef;
166
+ }
167
+
168
+ .kb-suggest {
169
+ height: 140px;
170
+ display: flex;
171
+ align-items: center;
172
+ padding: 0 48px;
173
+ border-bottom: 1px solid rgba(255,255,255,0.06);
174
+ font-size: 54px;
175
+ color: #e7ebef;
176
+ }
177
+
178
+ .keys {
179
+ padding: 36px 36px 0;
180
+ display: grid;
181
+ grid-template-rows: repeat(4, 1fr);
182
+ row-gap: 28px;
183
+ height: 700px;
184
+ }
185
+
186
+ .key-row {
187
+ display: grid;
188
+ grid-template-columns: repeat(10, 1fr);
189
+ column-gap: 18px;
190
+ }
191
+ .key {
192
+ background: #262a2e;
193
+ border-radius: 22px;
194
+ height: 120px;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ color: #e6f0f2;
199
+ font-size: 44px;
200
+ user-select: none;
201
+ }
202
+ .key.wide { grid-column: span 2; }
203
+ .key.enter { background: #c8f7a8; color: #1a1a1a; font-weight: 700; }
204
+ .key.space { grid-column: span 4; }
205
+
206
+ .gesture-bar {
207
+ position: absolute;
208
+ left: 50%;
209
+ bottom: 24px;
210
+ transform: translateX(-50%);
211
+ width: 340px;
212
+ height: 14px;
213
+ background: #ffffff;
214
+ opacity: 0.9;
215
+ border-radius: 12px;
216
+ }
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+ <!-- Header with status bar -->
222
+ <div class="header">
223
+ <div class="status-bar">
224
+ <div>9:35</div>
225
+ <div class="status-icons">
226
+ <!-- Simple placeholder status icons -->
227
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#fff" fill="none" stroke-width="2"/></svg>
228
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M4 18h16M4 12h16M4 6h16" stroke="#fff" stroke-width="2" fill="none"/></svg>
229
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
230
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#fff"/></svg>
231
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M3 8h18" stroke="#fff" stroke-width="2"/><path d="M6 8v8a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V8" stroke="#fff" stroke-width="2" fill="none"/><rect x="10" y="2" width="4" height="6" fill="#fff"/></svg>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="back-btn" aria-label="Back">
236
+ <svg width="64" height="64" viewBox="0 0 24 24">
237
+ <path d="M15 18l-6-6 6-6" stroke="#0f2a4d" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
238
+ </svg>
239
+ </div>
240
+ <div class="title">Departure</div>
241
+
242
+ <div class="search-wrap">
243
+ <div class="search-icon">
244
+ <svg width="56" height="56" viewBox="0 0 24 24">
245
+ <circle cx="11" cy="11" r="7" stroke="#6b7b8f" stroke-width="2" fill="none"></circle>
246
+ <path d="M20 20l-3.5-3.5" stroke="#6b7b8f" stroke-width="2" fill="none" stroke-linecap="round"></path>
247
+ </svg>
248
+ </div>
249
+ <div class="search-text">Southampton</div>
250
+ <div class="clear-icon">
251
+ <svg width="56" height="56" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="12" r="10" fill="#d7e5f2"></circle>
253
+ <path d="M9 9l6 6M15 9l-6 6" stroke="#6b7b8f" stroke-width="2" stroke-linecap="round"></path>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- List of results -->
260
+ <div class="list">
261
+ <div class="item">
262
+ <div class="left">
263
+ <!-- Train icon -->
264
+ <svg class="icon train" viewBox="0 0 24 24">
265
+ <rect x="6" y="5" width="12" height="10" rx="2" class="fill" opacity="0.1"></rect>
266
+ <path d="M7 5h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
267
+ <path d="M8 15l-2 3M16 15l2 3" stroke-width="2"></path>
268
+ <circle cx="9" cy="9" r="1" class="fill"></circle>
269
+ <circle cx="15" cy="9" r="1" class="fill"></circle>
270
+ </svg>
271
+ <div class="station-text"><span class="blue">Southampton</span>(any)</div>
272
+ </div>
273
+ <div class="country">GB</div>
274
+ </div>
275
+
276
+ <div class="item">
277
+ <div class="left">
278
+ <svg class="icon train" viewBox="0 0 24 24">
279
+ <rect x="6" y="5" width="12" height="10" rx="2" class="fill" opacity="0.1"></rect>
280
+ <path d="M7 5h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
281
+ <path d="M8 15l-2 3M16 15l2 3" stroke-width="2"></path>
282
+ </svg>
283
+ <div class="station-text"><span class="blue">Southampton</span> Central</div>
284
+ </div>
285
+ <div class="country">GB</div>
286
+ </div>
287
+
288
+ <div class="item">
289
+ <div class="left">
290
+ <svg class="icon train" viewBox="0 0 24 24">
291
+ <rect x="6" y="5" width="12" height="10" rx="2" class="fill" opacity="0.1"></rect>
292
+ <path d="M7 5h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
293
+ <path d="M8 15l-2 3M16 15l2 3" stroke-width="2"></path>
294
+ </svg>
295
+ <div class="station-text"><span class="blue">Southampton</span> Airport Parkway</div>
296
+ </div>
297
+ <div class="country">GB</div>
298
+ </div>
299
+
300
+ <div class="item">
301
+ <div class="left">
302
+ <svg class="icon train" viewBox="0 0 24 24">
303
+ <rect x="6" y="5" width="12" height="10" rx="2" class="fill" opacity="0.1"></rect>
304
+ <path d="M7 5h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
305
+ <path d="M8 15l-2 3M16 15l2 3" stroke-width="2"></path>
306
+ </svg>
307
+ <div class="station-text"><span class="blue">Southampton</span> Town Quay</div>
308
+ </div>
309
+ <div class="country">GB</div>
310
+ </div>
311
+
312
+ <div class="item">
313
+ <div class="left">
314
+ <!-- Bus icon -->
315
+ <svg class="icon bus" viewBox="0 0 24 24">
316
+ <rect x="4" y="5" width="16" height="10" rx="2" class="fill" opacity="0.1"></rect>
317
+ <path d="M6 5h12a2 2 0 0 1 2 2v6H4V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
318
+ <circle cx="7" cy="17" r="1.4" class="fill"></circle>
319
+ <circle cx="17" cy="17" r="1.4" class="fill"></circle>
320
+ </svg>
321
+ <div class="station-text"><span class="blue">Southampton</span> University of <span class="blue">Southampton</span></div>
322
+ </div>
323
+ <div class="country">GB</div>
324
+ </div>
325
+
326
+ <div class="item">
327
+ <div class="left">
328
+ <svg class="icon bus" viewBox="0 0 24 24">
329
+ <rect x="4" y="5" width="16" height="10" rx="2" class="fill" opacity="0.1"></rect>
330
+ <path d="M6 5h12a2 2 0 0 1 2 2v6H4V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
331
+ <circle cx="7" cy="17" r="1.4" class="fill"></circle>
332
+ <circle cx="17" cy="17" r="1.4" class="fill"></circle>
333
+ </svg>
334
+ <div class="station-text"><span class="blue">Southampton</span> Coach Station</div>
335
+ </div>
336
+ <div class="country">GB</div>
337
+ </div>
338
+
339
+ <div class="item">
340
+ <div class="left">
341
+ <svg class="icon bus" viewBox="0 0 24 24">
342
+ <rect x="4" y="5" width="16" height="10" rx="2" class="fill" opacity="0.1"></rect>
343
+ <path d="M6 5h12a2 2 0 0 1 2 2v6H4V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
344
+ <circle cx="7" cy="17" r="1.4" class="fill"></circle>
345
+ <circle cx="17" cy="17" r="1.4" class="fill"></circle>
346
+ </svg>
347
+ <div class="station-text"><span class="blue">Southampton</span> West Park</div>
348
+ </div>
349
+ <div class="country">GB</div>
350
+ </div>
351
+
352
+ <div class="item">
353
+ <div class="left">
354
+ <svg class="icon bus" viewBox="0 0 24 24">
355
+ <rect x="4" y="5" width="16" height="10" rx="2" class="fill" opacity="0.1"></rect>
356
+ <path d="M6 5h12a2 2 0 0 1 2 2v6H4V7a2 2 0 0 1 2-2z" stroke-width="2"></path>
357
+ <circle cx="7" cy="17" r="1.4" class="fill"></circle>
358
+ <circle cx="17" cy="17" r="1.4" class="fill"></circle>
359
+ </svg>
360
+ <div class="station-text"><span class="blue">Southampton</span> Town Quay</div>
361
+ </div>
362
+ <div class="country">GB</div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Keyboard overlay (simplified) -->
367
+ <div class="keyboard">
368
+ <div class="kb-suggest">Southampton</div>
369
+ <div class="keys">
370
+ <div class="key-row">
371
+ <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>
372
+ </div>
373
+ <div class="key-row">
374
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">⌫</div>
375
+ </div>
376
+ <div class="key-row">
377
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key">.</div><div class="key enter">✓</div>
378
+ </div>
379
+ <div class="key-row">
380
+ <div class="key wide">?123</div>
381
+ <div class="key">,</div>
382
+ <div class="key space"></div>
383
+ <div class="key">.</div>
384
+ <div class="key enter">Enter</div>
385
+ </div>
386
+ </div>
387
+ <div class="gesture-bar"></div>
388
+ </div>
389
+ </div>
390
+ </body>
391
+ </html>
code/13916/13916_4.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Train Booking UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; color: #0b305e; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1440px;
13
+ height: 3120px;
14
+ background: linear-gradient(#bfe7ff, #aee3ff);
15
+ }
16
+
17
+ /* Utility */
18
+ .row { display: flex; align-items: center; }
19
+ .space-between { justify-content: space-between; }
20
+ .muted { color: #8aa3c0; }
21
+ .soft { color: #6c84a2; }
22
+ .bold { font-weight: 700; }
23
+ .pill { border-radius: 120px; }
24
+ .shadow { box-shadow: 0 8px 24px rgba(9, 40, 84, 0.12); }
25
+ .card { background: white; border-radius: 40px; }
26
+ .hairline { height: 1px; background: #e7edf5; }
27
+
28
+ /* Status bar */
29
+ .status-bar {
30
+ height: 120px;
31
+ padding: 0 48px;
32
+ color: #0b305e;
33
+ font-size: 38px;
34
+ }
35
+ .status-icons svg { fill: #173c6a; }
36
+
37
+ /* Transport tabs */
38
+ .tabs {
39
+ padding: 28px 48px 16px;
40
+ gap: 28px;
41
+ }
42
+ .tab-btn {
43
+ padding: 28px 44px;
44
+ background: rgba(255,255,255,0.55);
45
+ color: #274a7d;
46
+ border-radius: 80px;
47
+ font-size: 48px;
48
+ line-height: 1;
49
+ }
50
+ .tab-btn svg { margin-right: 18px; }
51
+ .tab-active {
52
+ background: white;
53
+ color: #1a4fa0;
54
+ position: relative;
55
+ }
56
+ .tab-active .sub {
57
+ position: absolute;
58
+ bottom: -28px;
59
+ left: 40px;
60
+ background: white;
61
+ color: #7c96b7;
62
+ border-radius: 22px;
63
+ padding: 8px 18px;
64
+ font-size: 32px;
65
+ box-shadow: 0 6px 12px rgba(13,58,120,.08);
66
+ }
67
+
68
+ /* From/To card */
69
+ .route-card {
70
+ margin: 60px 48px 28px;
71
+ background: rgba(255,255,255,0.55);
72
+ border-radius: 40px;
73
+ padding: 40px 44px 44px;
74
+ color: #0b305e;
75
+ position: relative;
76
+ }
77
+ .route-row { margin: 18px 0; }
78
+ .label { font-size: 40px; color: #7d93b0; }
79
+ .value { font-size: 64px; font-weight: 800; color: #102f5b; }
80
+ .swap {
81
+ position: absolute;
82
+ right: 36px;
83
+ top: 50%;
84
+ transform: translateY(-50%);
85
+ width: 120px;
86
+ height: 120px;
87
+ background: white;
88
+ border-radius: 60px;
89
+ display: flex; align-items: center; justify-content: center;
90
+ box-shadow: 0 6px 20px rgba(10,53,111,.18);
91
+ }
92
+ .via {
93
+ padding: 14px 60px 0;
94
+ font-size: 38px;
95
+ }
96
+
97
+ /* Options card */
98
+ .options-card {
99
+ margin: 32px 36px;
100
+ padding: 28px 24px 36px;
101
+ }
102
+ .option-tabs {
103
+ display: flex; gap: 48px; align-items: center;
104
+ padding: 24px 24px 8px;
105
+ color: #8fa3bd;
106
+ font-size: 44px;
107
+ }
108
+ .option-tabs .active {
109
+ color: #1c59c7;
110
+ position: relative;
111
+ font-weight: 700;
112
+ }
113
+ .option-tabs .active::after {
114
+ content: "";
115
+ position: absolute;
116
+ left: 0; right: 0; bottom: -16px; height: 8px;
117
+ background: #2a67f0; border-radius: 8px;
118
+ }
119
+ .list { margin-top: 24px; }
120
+ .list-item {
121
+ display: flex; align-items: center; justify-content: space-between;
122
+ padding: 40px 28px;
123
+ font-size: 48px; color: #173c6a;
124
+ }
125
+ .left { display: flex; align-items: center; gap: 28px; }
126
+ .chev { width: 28px; }
127
+ .cta {
128
+ margin: 24px 12px 14px;
129
+ background: #2e6af1;
130
+ color: #fff; font-weight: 700; font-size: 52px;
131
+ text-align: center;
132
+ padding: 42px 24px;
133
+ border-radius: 80px;
134
+ }
135
+
136
+ /* Promo block */
137
+ .promo-block {
138
+ margin: 24px 36px 28px;
139
+ padding: 28px;
140
+ gap: 24px;
141
+ }
142
+ .promo-text h3 {
143
+ margin: 0 0 10px; font-size: 52px; color: #102f5b;
144
+ }
145
+ .promo-text p {
146
+ margin: 0; font-size: 40px; color: #7189a8;
147
+ }
148
+ .circle-btn {
149
+ width: 90px; height: 90px; background: #ffcc33; border-radius: 45px;
150
+ display: flex; align-items: center; justify-content: center;
151
+ }
152
+
153
+ /* Banner placeholder */
154
+ .img-ph {
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ color: #757575;
158
+ display: flex; align-items: center; justify-content: center;
159
+ border-radius: 36px;
160
+ }
161
+
162
+ /* Bottom nav */
163
+ .bottom-nav {
164
+ position: absolute; left: 0; right: 0; bottom: 90px;
165
+ height: 220px; background: #ffffff; border-top: 1px solid #e6eef6;
166
+ display: flex; align-items: center; justify-content: space-around;
167
+ }
168
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #7d93b0; font-size: 34px; }
169
+ .nav-item.active { color: #2d6af0; }
170
+ .new-badge {
171
+ position: absolute; top: -16px; right: -30px; background: #ff6b6b; color: #fff; border-radius: 20px; padding: 4px 12px; font-size: 26px;
172
+ }
173
+
174
+ /* Gesture bar */
175
+ .gesture {
176
+ position: absolute; left: 50%; transform: translateX(-50%);
177
+ bottom: 18px; width: 420px; height: 12px; background: #0d0d0d; opacity: .85; border-radius: 8px;
178
+ }
179
+
180
+ /* Small helper icons */
181
+ .icon {
182
+ width: 64px; height: 64px;
183
+ }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+
189
+ <!-- Status Bar -->
190
+ <div class="status-bar row space-between">
191
+ <div>9:35</div>
192
+ <div class="status-icons row" style="gap: 26px;">
193
+ <!-- minimalist status icons -->
194
+ <svg width="46" height="46" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#173c6a" stroke-width="2"/></svg>
195
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M3 15l6-6 6 6" stroke="#173c6a" stroke-width="2" fill="none"/></svg>
196
+ <svg width="46" height="46" viewBox="0 0 24 24"><circle cx="6" cy="12" r="2" fill="#173c6a"/><circle cx="12" cy="12" r="2" fill="#173c6a"/><circle cx="18" cy="12" r="2" fill="#173c6a"/></svg>
197
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M2 18h20L12 6 2 18z" fill="#173c6a"/></svg>
198
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M3 8h18M6 8v8m12-8v8" stroke="#173c6a" stroke-width="2"/></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Transport Tabs -->
203
+ <div class="tabs row">
204
+ <div class="tab-btn tab-active row">
205
+ <!-- train icon -->
206
+ <svg class="icon" viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="10" rx="2" fill="#1a4fa0"/><circle cx="9" cy="18" r="1.5" fill="#1a4fa0"/><circle cx="15" cy="18" r="1.5" fill="#1a4fa0"/></svg>
207
+ <div>Train</div>
208
+ <div class="sub">UK & Europe</div>
209
+ </div>
210
+ <div class="tab-btn row">
211
+ <!-- coach/bus icon -->
212
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="8" rx="2" fill="#274a7d"/><circle cx="7" cy="17" r="1.5" fill="#274a7d"/><circle cx="17" cy="17" r="1.5" fill="#274a7d"/></svg>
213
+ <div>Coach</div>
214
+ </div>
215
+ <div class="tab-btn row">
216
+ <!-- flight icon -->
217
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 12l8 2 3 6 2-1-2-7 7-3-1-2-7 2-3-7-2 1 2 8-7 1z" fill="#274a7d"/></svg>
218
+ <div>Flight</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- From / To card -->
223
+ <div class="route-card shadow">
224
+ <div class="route-row">
225
+ <div class="label">From:</div>
226
+ <div class="value">Southampton(any)</div>
227
+ </div>
228
+ <div class="route-row" style="margin-top: 36px;">
229
+ <div class="label">To:</div>
230
+ <div class="value">London Euston</div>
231
+ </div>
232
+ <div class="swap">
233
+ <svg width="54" height="54" viewBox="0 0 24 24">
234
+ <path d="M7 7h10l-2-2m2 2l-2 2" stroke="#2c5edb" stroke-width="2" fill="none" stroke-linecap="round"/>
235
+ <path d="M17 17H7l2 2m-2-2l2-2" stroke="#2c5edb" stroke-width="2" fill="none" stroke-linecap="round"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ <div class="via soft">Via | Avoid</div>
240
+
241
+ <!-- Options Card -->
242
+ <div class="options-card card shadow">
243
+ <div class="option-tabs">
244
+ <div class="active">Single</div>
245
+ <div>Return</div>
246
+ <div>Open return</div>
247
+ <div>Season</div>
248
+ </div>
249
+
250
+ <div class="list">
251
+ <!-- Row 1 -->
252
+ <div class="list-item">
253
+ <div class="left">
254
+ <svg class="icon" viewBox="0 0 24 24">
255
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="#9aaac3"/>
256
+ <rect x="7" y="3" width="2" height="4" fill="#9aaac3"/>
257
+ <rect x="15" y="3" width="2" height="4" fill="#9aaac3"/>
258
+ </svg>
259
+ <span>Today, now</span>
260
+ </div>
261
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#9bb1cc" stroke-width="2" fill="none"/></svg>
262
+ </div>
263
+ <div class="hairline"></div>
264
+
265
+ <!-- Row 2 -->
266
+ <div class="list-item">
267
+ <div class="left">
268
+ <svg class="icon" viewBox="0 0 24 24">
269
+ <circle cx="12" cy="9" r="4" fill="#9aaac3"/>
270
+ <path d="M4 21c1.5-4 6.5-4 8-4s6.5 0 8 4" fill="#9aaac3"/>
271
+ </svg>
272
+ <span>1 adult</span>
273
+ </div>
274
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#9bb1cc" stroke-width="2" fill="none"/></svg>
275
+ </div>
276
+ <div class="hairline"></div>
277
+
278
+ <!-- Row 3 -->
279
+ <div class="list-item">
280
+ <div class="left">
281
+ <svg class="icon" viewBox="0 0 24 24">
282
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#9aaac3"/>
283
+ <rect x="3" y="10" width="18" height="2" fill="#8d9fb8"/>
284
+ </svg>
285
+ <span>Add Railcard</span>
286
+ </div>
287
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#9bb1cc" stroke-width="2" fill="none"/></svg>
288
+ </div>
289
+
290
+ <!-- CTA -->
291
+ <div class="cta shadow">Find cheap tickets</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Promo gift -->
296
+ <div class="promo-block card shadow row space-between">
297
+ <div class="row" style="gap: 26px;">
298
+ <div style="width:120px;height:120px;background:#ffea9a;border-radius:24px;display:flex;align-items:center;justify-content:center;">
299
+ <!-- gift icon -->
300
+ <svg width="72" height="72" viewBox="0 0 24 24">
301
+ <rect x="4" y="10" width="16" height="10" fill="#ffcc33"/>
302
+ <rect x="11" y="6" width="2" height="14" fill="#ff9f1a"/>
303
+ <rect x="4" y="8" width="16" height="2" fill="#ff9f1a"/>
304
+ </svg>
305
+ </div>
306
+ <div class="promo-text">
307
+ <h3>Get £5 off new user's gift!</h3>
308
+ <p>Join TrainPal to start journey.</p>
309
+ </div>
310
+ </div>
311
+ <div class="circle-btn">
312
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#fff" stroke-width="2" fill="none"/></svg>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Blue banner (image placeholder) -->
317
+ <div class="img-ph" style="margin: 0 36px; height: 300px;">
318
+ [IMG: European Rail Promo Banner]
319
+ </div>
320
+
321
+ <!-- Bottom Navigation -->
322
+ <div class="bottom-nav">
323
+ <div class="nav-item" style="position: relative;">
324
+ <div class="new-badge">New</div>
325
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#7d93b0">
326
+ <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-6z"/>
327
+ </svg>
328
+ <div>Pin Routes</div>
329
+ </div>
330
+ <div class="nav-item active">
331
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
332
+ <circle cx="11" cy="11" r="6" stroke="#2d6af0" stroke-width="2"/>
333
+ <path d="M16 16l5 5" stroke="#2d6af0" stroke-width="2"/>
334
+ </svg>
335
+ <div>Buy Tickets</div>
336
+ </div>
337
+ <div class="nav-item">
338
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
339
+ <rect x="4" y="5" width="16" height="3" fill="#7d93b0"/>
340
+ <rect x="4" y="10" width="16" height="3" fill="#7d93b0"/>
341
+ <rect x="4" y="15" width="16" height="3" fill="#7d93b0"/>
342
+ </svg>
343
+ <div>My Bookings</div>
344
+ </div>
345
+ <div class="nav-item">
346
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#7d93b0">
347
+ <circle cx="12" cy="9" r="4"/>
348
+ <path d="M4 22c1.5-4 6.5-4 8-4s6.5 0 8 4" />
349
+ </svg>
350
+ <div>Account</div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Gesture bar -->
355
+ <div class="gesture"></div>
356
+ </div>
357
+ </body>
358
+ </html>
code/13916/13916_5.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Arrival Station List</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
+ border-radius: 24px;
16
+ box-shadow: 0 0 0 rgba(0,0,0,0);
17
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
18
+ color: #12224A;
19
+ }
20
+
21
+ /* Header / App bar */
22
+ .app-bar {
23
+ position: relative;
24
+ width: 100%;
25
+ height: 520px;
26
+ background: linear-gradient(#BEE7FF, #CDEEFF);
27
+ padding: 60px 72px 40px 72px;
28
+ }
29
+ .back-btn {
30
+ position: absolute;
31
+ left: 48px;
32
+ top: 170px;
33
+ width: 80px;
34
+ height: 80px;
35
+ border: none;
36
+ background: transparent;
37
+ padding: 0;
38
+ cursor: default;
39
+ }
40
+ .title {
41
+ text-align: center;
42
+ font-weight: 700;
43
+ font-size: 64px;
44
+ color: #162A63;
45
+ margin-top: 140px;
46
+ }
47
+
48
+ /* Search bar */
49
+ .search {
50
+ margin: 36px auto 0 auto;
51
+ width: calc(100% - 144px);
52
+ height: 140px;
53
+ background: #DFF2FF;
54
+ border-radius: 28px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 40px;
58
+ box-sizing: border-box;
59
+ }
60
+ .search svg { margin-right: 24px; }
61
+ .search .placeholder {
62
+ font-size: 48px;
63
+ color: #8AA3B8;
64
+ }
65
+
66
+ /* Section headers */
67
+ .section-title {
68
+ font-size: 44px;
69
+ color: #9EA1A8;
70
+ margin: 48px 72px 12px 72px;
71
+ }
72
+
73
+ /* List rows */
74
+ .list {
75
+ background: #fff;
76
+ }
77
+ .row {
78
+ display: flex;
79
+ align-items: center;
80
+ padding: 38px 72px;
81
+ border-bottom: 2px solid #ECEFF3;
82
+ }
83
+ .icon {
84
+ width: 100px;
85
+ height: 100px;
86
+ margin-right: 36px;
87
+ }
88
+ .station-name {
89
+ font-size: 56px;
90
+ color: #162A63;
91
+ flex: 1;
92
+ }
93
+ .code {
94
+ font-size: 48px;
95
+ color: #9FA6B8;
96
+ margin-left: 24px;
97
+ }
98
+
99
+ /* Bottom navigation bar mimic */
100
+ .nav-bar {
101
+ position: absolute;
102
+ left: 0;
103
+ bottom: 0;
104
+ width: 100%;
105
+ height: 160px;
106
+ background: #000;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ }
111
+ .home-pill {
112
+ width: 360px;
113
+ height: 20px;
114
+ border-radius: 12px;
115
+ background: #C9C9C9;
116
+ opacity: 0.9;
117
+ }
118
+
119
+ /* Simple utility for small separators if needed */
120
+ .spacer-20 { height: 20px; }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <div class="app-bar">
127
+ <!-- Back arrow icon -->
128
+ <button class="back-btn" aria-label="Back">
129
+ <svg viewBox="0 0 100 100" width="80" height="80">
130
+ <path d="M60 20 L30 50 L60 80" fill="none" stroke="#162A63" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
131
+ </svg>
132
+ </button>
133
+
134
+ <div class="title">Arrival</div>
135
+
136
+ <div class="search">
137
+ <!-- Magnifier icon -->
138
+ <svg viewBox="0 0 64 64" width="64" height="64">
139
+ <circle cx="26" cy="26" r="18" fill="none" stroke="#162A63" stroke-width="4"/>
140
+ <path d="M41 41 L58 58" stroke="#162A63" stroke-width="4" stroke-linecap="round"/>
141
+ </svg>
142
+ <div class="placeholder">Enter arrival station</div>
143
+ </div>
144
+ </div>
145
+
146
+ <div class="list">
147
+ <div class="section-title">Recent stations</div>
148
+
149
+ <div class="row">
150
+ <div class="icon">
151
+ <!-- Simple train icon -->
152
+ <svg viewBox="0 0 100 100" width="100" height="100">
153
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
154
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
155
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
156
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="station-name">Southampton(any)</div>
160
+ <div class="code">GB</div>
161
+ </div>
162
+
163
+ <div class="row">
164
+ <div class="icon">
165
+ <svg viewBox="0 0 100 100" width="100" height="100">
166
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
167
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
168
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
169
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
170
+ </svg>
171
+ </div>
172
+ <div class="station-name">London Euston</div>
173
+ <div class="code">GB</div>
174
+ </div>
175
+
176
+ <div class="row">
177
+ <div class="icon">
178
+ <svg viewBox="0 0 100 100" width="100" height="100">
179
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
180
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
181
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
182
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+ <div class="station-name">Rome (All)</div>
186
+ <div class="code">IT</div>
187
+ </div>
188
+
189
+ <div class="row">
190
+ <div class="icon">
191
+ <svg viewBox="0 0 100 100" width="100" height="100">
192
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
193
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
194
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
195
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="station-name">Amsterdam(any)</div>
199
+ <div class="code">NL</div>
200
+ </div>
201
+
202
+ <div class="section-title">Popular stations</div>
203
+
204
+ <div class="row">
205
+ <div class="icon">
206
+ <svg viewBox="0 0 100 100" width="100" height="100">
207
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
208
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
209
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
210
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
211
+ </svg>
212
+ </div>
213
+ <div class="station-name">London (any)</div>
214
+ <div class="code">GB</div>
215
+ </div>
216
+
217
+ <div class="row">
218
+ <div class="icon">
219
+ <svg viewBox="0 0 100 100" width="100" height="100">
220
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
221
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
222
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
223
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
224
+ </svg>
225
+ </div>
226
+ <div class="station-name">London Kings Cross</div>
227
+ <div class="code">GB</div>
228
+ </div>
229
+
230
+ <div class="row">
231
+ <div class="icon">
232
+ <svg viewBox="0 0 100 100" width="100" height="100">
233
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
234
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
235
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
236
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="station-name">Manchester Piccadilly</div>
240
+ <div class="code">GB</div>
241
+ </div>
242
+
243
+ <div class="row">
244
+ <div class="icon">
245
+ <svg viewBox="0 0 100 100" width="100" height="100">
246
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
247
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
248
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
249
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
250
+ </svg>
251
+ </div>
252
+ <div class="station-name">Paris (any)</div>
253
+ <div class="code">FR</div>
254
+ </div>
255
+
256
+ <div class="row">
257
+ <div class="icon">
258
+ <svg viewBox="0 0 100 100" width="100" height="100">
259
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
260
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
261
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
262
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
263
+ </svg>
264
+ </div>
265
+ <div class="station-name">Brussels(any)</div>
266
+ <div class="code">BE</div>
267
+ </div>
268
+
269
+ <div class="row">
270
+ <div class="icon">
271
+ <svg viewBox="0 0 100 100" width="100" height="100">
272
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
273
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
274
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
275
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
276
+ </svg>
277
+ </div>
278
+ <div class="station-name">Amsterdam(any)</div>
279
+ <div class="code">NL</div>
280
+ </div>
281
+
282
+ <div class="row">
283
+ <div class="icon">
284
+ <svg viewBox="0 0 100 100" width="100" height="100">
285
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
286
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
287
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
288
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
289
+ </svg>
290
+ </div>
291
+ <div class="station-name">Rome (All)</div>
292
+ <div class="code">IT</div>
293
+ </div>
294
+
295
+ <div class="row">
296
+ <div class="icon">
297
+ <svg viewBox="0 0 100 100" width="100" height="100">
298
+ <rect x="20" y="22" width="60" height="42" rx="10" ry="10" fill="none" stroke="#162A63" stroke-width="6"/>
299
+ <circle cx="34" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
300
+ <circle cx="66" cy="74" r="7" fill="none" stroke="#162A63" stroke-width="6"/>
301
+ <path d="M30 64 L70 64" stroke="#162A63" stroke-width="6" stroke-linecap="round"/>
302
+ </svg>
303
+ </div>
304
+ <div class="station-name">Milan (All)</div>
305
+ <div class="code">IT</div>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="nav-bar">
310
+ <div class="home-pill"></div>
311
+ </div>
312
+
313
+ </div>
314
+ </body>
315
+ </html>
code/13916/13916_6.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Train Tickets UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Inter, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1440px;
10
+ height: 3120px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: linear-gradient(180deg, #BFE7FF 0%, #C9EBFF 35%, #EAF0F6 65%, #F2F3F7 100%);
14
+ }
15
+
16
+ /* Common */
17
+ .container { width: 1280px; margin: 0 auto; }
18
+ .row { display: flex; align-items: center; }
19
+ .muted { color: #7C8EA6; }
20
+ .label { font-size: 36px; color: #5A6B85; }
21
+ .title { font-size: 60px; font-weight: 700; color: #143B6E; }
22
+ .shadow-soft { box-shadow: 0 8px 24px rgba(16,40,75,0.15); }
23
+
24
+ /* Status bar (simplified) */
25
+ .status { height: 120px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: #203A67; opacity: 0.8; font-size: 44px; }
26
+ .status .icons svg { margin-left: 28px; }
27
+
28
+ /* Top tabs */
29
+ .tabs { margin-top: 40px; display: flex; gap: 40px; }
30
+ .pill {
31
+ display: inline-flex; align-items: center; gap: 24px;
32
+ padding: 26px 44px;
33
+ border-radius: 60px;
34
+ background: rgba(255,255,255,0.35);
35
+ color: #263B68; font-size: 48px; font-weight: 700;
36
+ }
37
+ .pill small { display: block; font-weight: 500; font-size: 32px; color: #637A9C; margin-top: 6px; }
38
+ .pill.active { background: #FFFFFF; color: #143B6E; position: relative; }
39
+ .pill.active::after {
40
+ content: ""; position: absolute; bottom: -18px; left: 80px;
41
+ width: 26px; height: 26px; background: #FFFFFF; border-radius: 6px; transform: rotate(45deg);
42
+ }
43
+ .pill svg { width: 56px; height: 56px; fill: none; stroke: #243B6B; stroke-width: 5; }
44
+
45
+ /* Route card */
46
+ .route-card {
47
+ margin-top: 40px;
48
+ background: #DFF0FF;
49
+ border-radius: 48px;
50
+ padding: 48px 56px;
51
+ color: #143B6E;
52
+ }
53
+ .route-row { margin-bottom: 26px; }
54
+ .swap-btn {
55
+ margin-left: auto;
56
+ width: 110px; height: 110px; background: #FFFFFF; border-radius: 55px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ box-shadow: 0 6px 16px rgba(18,60,130,0.15);
59
+ }
60
+ .swap-btn svg { width: 52px; height: 52px; fill: none; stroke: #2D64D8; stroke-width: 6; }
61
+ .via-avoid { margin-top: 22px; font-size: 40px; color: #6D87A6; }
62
+ .via-avoid .sep { margin: 0 18px; color: #92A5BE; }
63
+
64
+ /* Ticket options card */
65
+ .options-card {
66
+ margin-top: 36px;
67
+ background: #FFFFFF;
68
+ border-radius: 48px;
69
+ padding: 32px 40px 40px 40px;
70
+ box-shadow: 0 14px 30px rgba(18,60,130,0.12);
71
+ }
72
+ .option-tabs { display: flex; gap: 60px; padding: 12px 6px 24px; border-bottom: 1px solid #E6EBF2; }
73
+ .option-tab { font-size: 46px; color: #8B9DB3; font-weight: 700; position: relative; }
74
+ .option-tab.active { color: #2367F5; }
75
+ .option-tab.active::after { content:""; position:absolute; bottom:-24px; left:0; width:100%; height:6px; background:#2367F5; border-radius:3px; }
76
+
77
+ .opt-row { display: flex; align-items: center; padding: 42px 6px; border-bottom: 1px solid #EEF1F6; }
78
+ .opt-row:last-child { border-bottom: none; }
79
+ .opt-row .icon { width: 64px; height: 64px; margin-right: 28px; }
80
+ .opt-row .text { font-size: 50px; color: #143B6E; }
81
+ .opt-row .chev { margin-left: auto; }
82
+ .chev svg { width: 40px; height: 40px; stroke: #A1B0C6; stroke-width: 6; fill: none; }
83
+
84
+ /* CTA button */
85
+ .cta { margin-top: 48px; }
86
+ .cta button {
87
+ width: 1200px; height: 140px; border: none; border-radius: 80px;
88
+ background: #246BFF; color: #FFFFFF; font-size: 54px; font-weight: 800;
89
+ box-shadow: 0 10px 24px rgba(36,107,255,0.35);
90
+ }
91
+
92
+ /* Promo banner */
93
+ .promo { margin-top: 48px; background: #FFFFFF; border-radius: 40px; padding: 28px 40px; display: flex; align-items: center; gap: 28px; box-shadow: 0 10px 24px rgba(16,40,75,0.12); }
94
+ .promo .img {
95
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
96
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; border-radius: 18px;
97
+ }
98
+ .promo .content { flex: 1; }
99
+ .promo .content .headline { font-size: 54px; font-weight: 800; color: #143B6E; }
100
+ .promo .content .sub { font-size: 42px; color: #6E86A6; margin-top: 8px; }
101
+ .promo .go {
102
+ width: 96px; height: 96px; border-radius: 48px; background: #FFC83D;
103
+ display: flex; align-items: center; justify-content: center;
104
+ }
105
+ .promo .go svg { width: 40px; height: 40px; stroke: #6E4B00; stroke-width: 7; fill: none; }
106
+
107
+ /* Cashback banner */
108
+ .cashback { margin-top: 36px; background: #FFDE55; border-radius: 40px; padding: 40px; display: flex; align-items: center; gap: 40px; }
109
+ .cashback .text { flex: 1; }
110
+ .cashback .text .big { font-size: 72px; font-weight: 900; color: #662B0F; }
111
+ .cashback .text .small { font-size: 46px; color: #6A360C; margin-top: 10px; }
112
+ .cashback .img {
113
+ width: 280px; height: 180px; background: #E0E0E0; border: 1px solid #BDBDBD;
114
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 38px; border-radius: 16px;
115
+ }
116
+
117
+ /* Bottom navigation */
118
+ .bottom-nav {
119
+ position: absolute; left: 0; right: 0; bottom: 120px;
120
+ height: 210px; background: #FFFFFF; border-top-left-radius: 40px; border-top-right-radius: 40px;
121
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
122
+ }
123
+ .bottom-nav .items { height: 100%; display: flex; align-items: center; justify-content: space-around; text-align: center; }
124
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 20px; color: #7C8EA6; }
125
+ .nav-item .ico { width: 72px; height: 72px; }
126
+ .nav-item.active { color: #246BFF; }
127
+ .badge { position: absolute; top: -8px; right: -24px; background: #FF7A3D; color: #fff; font-size: 32px; border-radius: 28px; padding: 6px 16px; }
128
+
129
+ /* Home indicator */
130
+ .home-indicator {
131
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
132
+ width: 320px; height: 16px; background: #000; opacity: 0.2; border-radius: 8px;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+ <div class="container">
139
+ <!-- Status bar (simplified) -->
140
+ <div class="status">
141
+ <div>9:36</div>
142
+ <div class="icons">
143
+ <svg viewBox="0 0 24 24" width="44" height="44"><circle cx="11" cy="11" r="9" stroke="#203A67" stroke-width="2" fill="none"/><path d="M11 6v6l4 2" stroke="#203A67" stroke-width="2" fill="none"/></svg>
144
+ <svg viewBox="0 0 24 24" width="44" height="44"><circle cx="11" cy="11" r="9" stroke="#203A67" stroke-width="2" fill="none"/><path d="M7 11h8" stroke="#203A67" stroke-width="2"/></svg>
145
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M3 12c3-6 15-6 18 0" stroke="#203A67" stroke-width="2" fill="none"/></svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Top tabs -->
150
+ <div class="tabs">
151
+ <div class="pill active shadow-soft">
152
+ <div>
153
+ Train
154
+ <small>UK & Europe</small>
155
+ </div>
156
+ </div>
157
+ <div class="pill">
158
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="9" rx="2"></rect><circle cx="7" cy="18" r="2"></circle><circle cx="17" cy="18" r="2"></circle></svg>
159
+ <div>Coach</div>
160
+ </div>
161
+ <div class="pill">
162
+ <svg viewBox="0 0 24 24"><path d="M2 12l9-3 1 3 10 0-10 3-1 3-9-3" /></svg>
163
+ <div>Flight</div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Route selection card -->
168
+ <div class="route-card shadow-soft">
169
+ <div class="row route-row">
170
+ <div class="label">From:</div>
171
+ <div style="width:24px"></div>
172
+ <div class="title">Southampton(any)</div>
173
+ <div class="swap-btn">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M7 7h8M15 7l-2-2M15 7l-2 2" stroke-linecap="round"/>
176
+ <path d="M17 17H9M9 17l2-2M9 17l2 2" stroke-linecap="round"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ <div class="row route-row">
181
+ <div class="label">To:</div>
182
+ <div style="width:24px"></div>
183
+ <div class="title">London Euston</div>
184
+ </div>
185
+ <div class="via-avoid">Via <span class="sep">|</span> Avoid</div>
186
+ </div>
187
+
188
+ <!-- Ticket options -->
189
+ <div class="options-card">
190
+ <div class="option-tabs">
191
+ <div class="option-tab active">Single</div>
192
+ <div class="option-tab">Return</div>
193
+ <div class="option-tab">Open return</div>
194
+ <div class="option-tab">Season</div>
195
+ </div>
196
+
197
+ <div class="opt-row">
198
+ <div class="icon">
199
+ <svg viewBox="0 0 24 24">
200
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#8B9DB3" stroke-width="2" fill="none"></rect>
201
+ <path d="M7 3v4M17 3v4" stroke="#8B9DB3" stroke-width="2"></path>
202
+ <path d="M7 11h10" stroke="#8B9DB3" stroke-width="2"></path>
203
+ </svg>
204
+ </div>
205
+ <div class="text">Today, now</div>
206
+ <div class="chev">
207
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="opt-row">
212
+ <div class="icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <circle cx="12" cy="8" r="4" stroke="#8B9DB3" stroke-width="2" fill="none"></circle>
215
+ <path d="M4 21c2-5 14-5 16 0" stroke="#8B9DB3" stroke-width="2" fill="none"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="text">1 adult</div>
219
+ <div class="chev">
220
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="opt-row">
225
+ <div class="icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#8B9DB3" stroke-width="2" fill="none"></rect>
228
+ <path d="M6 10h5M6 13h8" stroke="#8B9DB3" stroke-width="2"></path>
229
+ </svg>
230
+ </div>
231
+ <div class="text">Add Railcard</div>
232
+ <div class="chev">
233
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="cta">
238
+ <button>Find cheap tickets</button>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Promo banner -->
243
+ <div class="promo">
244
+ <div class="img">[IMG: Gift illustration]</div>
245
+ <div class="content">
246
+ <div class="headline">Get £5 off new user’s gift!</div>
247
+ <div class="sub">Join TrainPal to start journey.</div>
248
+ </div>
249
+ <div class="go">
250
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 7-8 7"/></svg>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Cashback banner -->
255
+ <div class="cashback shadow-soft">
256
+ <div class="text">
257
+ <div class="big">Cashback for
code/13916/13916_7.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=1440, initial-scale=1.0">
6
+ <title>Train Results UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #0c1b3a; }
9
+ #render-target {
10
+ width: 1440px; height: 3120px; position: relative; overflow: hidden;
11
+ background: #f2f6fb;
12
+ border-radius: 0;
13
+ }
14
+
15
+ /* Header / App bar */
16
+ .app-header {
17
+ background: linear-gradient(180deg, #aee2ff 0%, #cfeaff 100%);
18
+ padding: 36px 48px 0 48px;
19
+ border-bottom-left-radius: 28px;
20
+ border-bottom-right-radius: 28px;
21
+ }
22
+ .status-row {
23
+ display: flex; align-items: center; justify-content: space-between;
24
+ color: #0b2a53; font-weight: 600; font-size: 40px; opacity: .9;
25
+ padding-bottom: 12px;
26
+ }
27
+ .title-row {
28
+ display: flex; align-items: center; gap: 24px; padding: 18px 0 22px 0;
29
+ }
30
+ .title-text {
31
+ font-size: 54px; font-weight: 700; color: #0b2a53;
32
+ }
33
+ .back-btn {
34
+ width: 72px; height: 72px; border-radius: 36px; background: rgba(255,255,255,0.55);
35
+ display: flex; align-items: center; justify-content: center;
36
+ }
37
+
38
+ /* Modes tabs */
39
+ .modes {
40
+ display: flex; align-items: stretch; gap: 16px;
41
+ background: #d7ecff;
42
+ border-radius: 28px;
43
+ padding: 18px;
44
+ }
45
+ .mode {
46
+ flex: 1; background: transparent; border-radius: 22px; padding: 26px 20px;
47
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
48
+ color: #2c3a64; font-size: 36px; font-weight: 600;
49
+ }
50
+ .mode.active {
51
+ background: #e9f4ff;
52
+ box-shadow: inset 0 -6px 0 0 #2b6de8;
53
+ }
54
+ .mode small { color: #2b6de8; font-weight: 700; }
55
+
56
+ /* Notice */
57
+ .notice {
58
+ margin: 28px 36px 20px 36px; padding: 26px 28px; background: #fff7f6;
59
+ border: 2px solid #f3b3af; color: #c9342e; border-radius: 20px; font-size: 38px;
60
+ display: flex; align-items: center; gap: 18px;
61
+ }
62
+ .pill {
63
+ margin: 18px 36px; background: #ffffff; border-radius: 22px; text-align: center;
64
+ padding: 26px 0; color: #2c3a64; font-weight: 700; font-size: 42px;
65
+ box-shadow: 0 2px 0 rgba(13,46,106,0.06);
66
+ }
67
+
68
+ /* Section header */
69
+ .section-head {
70
+ margin: 26px 36px 8px 36px; display: flex; justify-content: space-between; align-items: center;
71
+ color: #7e8aa6; font-size: 38px; font-weight: 700;
72
+ }
73
+ .section-head .muted { color: #8e99b7; font-weight: 600; }
74
+
75
+ /* Cards */
76
+ .card {
77
+ background: #fff; border-radius: 28px; margin: 18px 36px; padding: 34px; box-shadow: 0 8px 28px rgba(17, 39, 94, 0.08);
78
+ position: relative;
79
+ }
80
+ .card .badge {
81
+ position: absolute; top: 18px; left: 18px; background: #ffe8e1; color: #f05d3d; font-size: 30px; font-weight: 800;
82
+ padding: 10px 18px; border-radius: 14px;
83
+ }
84
+ .card-row {
85
+ display: grid; grid-template-columns: 1.2fr 1.2fr 1fr; align-items: start; gap: 10px;
86
+ }
87
+ .time {
88
+ font-size: 78px; font-weight: 800; color: #14224a; line-height: 1;
89
+ }
90
+ .sub {
91
+ color: #7b869f; font-size: 34px; line-height: 1.2; margin-top: 8px;
92
+ }
93
+ .arrow {
94
+ margin: 10px 0; color: #9bb0d3; font-weight: 700; font-size: 48px;
95
+ }
96
+ .price {
97
+ text-align: right;
98
+ }
99
+ .price .amount { font-size: 64px; font-weight: 800; color: #14224a; }
100
+ .save {
101
+ display: inline-flex; align-items: center; gap: 10px; background: #e7f0ff; color: #2b6de8; font-weight: 800;
102
+ padding: 12px 16px; border-radius: 16px; margin-top: 10px; font-size: 32px;
103
+ }
104
+ .was { color: #c3c9db; text-decoration: line-through; font-size: 34px; margin-top: 8px; display: block; }
105
+
106
+ .logos { display: flex; gap: 16px; margin-top: 16px; }
107
+ .logo-ph {
108
+ width: 160px; height: 46px; background: #E0E0E0; border: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
110
+ }
111
+
112
+ .divider {
113
+ border-top: 2px dashed #e7ecf6; margin: 24px 0;
114
+ }
115
+
116
+ .foot {
117
+ display: flex; justify-content: space-between; align-items: center; color: #7a87a3; font-size: 36px; font-weight: 700;
118
+ }
119
+ .foot .plat { color: #14224a; font-weight: 800; }
120
+ .link {
121
+ color: #7b8bb8; font-weight: 700; display: inline-flex; align-items: center; gap: 10px;
122
+ }
123
+
124
+ /* Time scroller */
125
+ .time-scroll {
126
+ position: absolute; left: 0; right: 0; bottom: 120px;
127
+ background: #ffffff; padding: 30px 36px; border-top-left-radius: 24px; border-top-right-radius: 24px;
128
+ box-shadow: 0 -10px 26px rgba(15, 41, 92, 0.06);
129
+ }
130
+ .time-scroll .label { color: #9aa6c2; font-weight: 700; font-size: 32px; margin-bottom: 8px; }
131
+ .time-ticks { display: flex; justify-content: space-between; color: #9aa6c2; font-size: 44px; font-weight: 700; padding: 10px 8px 0 8px; }
132
+ .time-ticks .active { color: #1766ff; position: relative; }
133
+ .time-ticks .active::after {
134
+ content: ""; position: absolute; left: 50%; transform: translateX(-50%);
135
+ bottom: -22px; width: 70px; height: 8px; background: #1766ff; border-radius: 6px;
136
+ }
137
+
138
+ /* Small Helpers */
139
+ .icon {
140
+ width: 44px; height: 44px; display: inline-block;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <div class="app-header">
148
+ <div class="status-row">
149
+ <div>9:37</div>
150
+ <div style="opacity:.7">◦ ◦ ◦</div>
151
+ </div>
152
+
153
+ <div class="title-row">
154
+ <div class="back-btn" aria-label="Back">
155
+ <svg class="icon" viewBox="0 0 24 24" fill="#0b2a53"><path d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-6.5z"/></svg>
156
+ </div>
157
+ <div class="title-text">Southampton(a... → London Euston</div>
158
+ </div>
159
+
160
+ <div class="modes">
161
+ <div class="mode active">
162
+ <svg class="icon" viewBox="0 0 24 24" fill="#2b6de8"><path d="M4 15c0 2 1.8 3 3 3v1H6v1h2v-2h8v2h2v-1h-1v-1c1.2 0 3-1 3-3V8c0-3-2.5-4-6-4H10C6.5 4 4 5 4 8v7zm2-6c0-1.6 1.8-2 4-2h4c2.2 0 4 .4 4 2v4H6V9z"/></svg>
163
+ <small>From £29.40</small>
164
+ </div>
165
+ <div class="mode">
166
+ <svg class="icon" viewBox="0 0 24 24" fill="#2c3a64"><path d="M3 16v-5c0-3 2-5 5-5h8c3 0 5 2 5 5v5H3zm2 2h14v2H5v-2zm2-8h10v3H7v-3z"/></svg>
167
+ From £16.30
168
+ </div>
169
+ <div class="mode">
170
+ <svg class="icon" viewBox="0 0 24 24" fill="#2c3a64"><path d="M2 13l9-3 4-7 2 1-2 7 6 2-1 2-6-1-3 6-2-1 2-6-7-2z"/></svg>
171
+ Check >
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="notice">
177
+ <svg class="icon" viewBox="0 0 24 24" fill="#ff5b4d"><path d="M12 2L1 21h22L12 2zm1 6v7h-2V8h2zm0 9v2h-2v-2h2z"/></svg>
178
+ <div><strong>Urgent notice</strong> The industrial action will impact your trip today >></div>
179
+ </div>
180
+
181
+ <div class="pill">Earlier trains</div>
182
+
183
+ <div class="section-head">
184
+ <div>Fri 3 Nov</div>
185
+ <div class="muted">1 total single from</div>
186
+ </div>
187
+
188
+ <!-- Card 1 -->
189
+ <div class="card">
190
+ <div class="card-row">
191
+ <div>
192
+ <div class="time">05:00</div>
193
+ <div class="sub">On time</div>
194
+ <div class="sub">Southamp<br>ton Airport<br>Parkway</div>
195
+ <div class="logos">
196
+ <div class="logo-ph">[IMG: SWR]</div>
197
+ <div class="logo-ph">[IMG: Underground]</div>
198
+ <div class="logo-ph">[IMG: Southern]</div>
199
+ </div>
200
+ </div>
201
+ <div>
202
+ <div class="arrow">→</div>
203
+ <div class="time">07:09</div>
204
+ <div class="sub">On time</div>
205
+ <div class="sub">London<br>Euston</div>
206
+ </div>
207
+ <div class="price">
208
+ <div class="amount">£33.80</div>
209
+ <div class="save">
210
+ <svg class="icon" viewBox="0 0 24 24" fill="#2b6de8"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm1 5v4h3l-4 5-4-5h3V7z"/></svg>
211
+ Save £21.20
212
+ </div>
213
+ <span class="was">£55.00</span>
214
+ </div>
215
+ </div>
216
+ <div class="divider"></div>
217
+ <div class="foot">
218
+ <div><span class="plat">Plat. 1</span> | 2h 9m, 2 changes</div>
219
+ <div class="link">Live tracker
220
+ <svg class="icon" viewBox="0 0 24 24" fill="#7b8bb8"><path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5z"/></svg>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Card 2 -->
226
+ <div class="card">
227
+ <div class="badge">Cheapest</div>
228
+ <div class="card-row">
229
+ <div>
230
+ <div class="time">05:00</div>
231
+ <div class="sub">On time</div>
232
+ <div class="sub">Southamp<br>ton Airport<br>Parkway</div>
233
+ <div class="sub" style="margin-top:8px;">Overtaken</div>
234
+ <div class="logos">
235
+ <div class="logo-ph">[IMG: SWR]</div>
236
+ <div class="logo-ph">[IMG: Underground]</div>
237
+ </div>
238
+ </div>
239
+ <div>
240
+ <div class="arrow">→</div>
241
+ <div class="time">07:13</div>
242
+ <div class="sub">On time</div>
243
+ <div class="sub">London<br>Euston</div>
244
+ </div>
245
+ <div class="price">
246
+ <div class="amount">£29.40</div>
247
+ </div>
248
+ </div>
249
+ <div class="divider"></div>
250
+ <div class="foot">
251
+ <div><span class="plat">Plat. 1</span> | 2h 13m, 2 changes</div>
252
+ <div class="link">Live tracker
253
+ <svg class="icon" viewBox="0 0 24 24" fill="#7b8bb8"><path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5z"/></svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Card 3 -->
259
+ <div class="card" style="padding-bottom: 60px;">
260
+ <div class="badge">Cheapest</div>
261
+ <div class="card-row">
262
+ <div>
263
+ <div class="time">05:00</div>
264
+ <div class="sub">On time</div>
265
+ <div class="sub">Southamp<br>ton Airport</div>
266
+ </div>
267
+ <div>
268
+ <div class="arrow">→</div>
269
+ <div class="time">07:14</div>
270
+ <div class="sub">On time</div>
271
+ <div class="sub">London<br>Euston</div>
272
+ </div>
273
+ <div class="price">
274
+ <div class="amount">£29.40</div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Time scroller footer -->
280
+ <div class="time-scroll">
281
+ <div class="label">Outbound</div>
282
+ <div class="time-ticks">
283
+ <div>03:00</div>
284
+ <div>04:00</div>
285
+ <div class="active">05:00</div>
286
+ <div>06:00</div>
287
+ <div>07:00</div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Bottom gesture area (visual only) -->
292
+ <div style="position:absolute; left:50%; transform:translateX(-50%); bottom:36px; width:420px; height:10px; background:#0f1626; opacity:.15; border-radius:6px;"></div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/13918/13918_0.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Flight List UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position: relative; overflow:hidden;
10
+ background:#ffffff; border:1px solid #e5e5e5;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ color:#1f2a3a;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ height:80px; padding:0 28px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#222;
20
+ font-weight:600; font-size:34px;
21
+ }
22
+ .status-icons { display:flex; gap:26px; align-items:center; }
23
+ .dot { width:14px; height:14px; background:#222; border-radius:50%; opacity:.85; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position:relative;
28
+ padding:20px 28px 18px;
29
+ }
30
+ .nav-btn {
31
+ position:absolute; top:38px; width:64px; height:64px;
32
+ display:flex; align-items:center; justify-content:center;
33
+ border-radius:50%;
34
+ color:#333;
35
+ }
36
+ .nav-back { left:14px; }
37
+ .nav-share { right:14px; }
38
+ .pill {
39
+ margin:8px auto 0;
40
+ width:928px; background:#f3f4f7; border-radius:56px;
41
+ padding:28px 40px; text-align:center;
42
+ box-sizing:border-box;
43
+ }
44
+ .pill .route { font-size:42px; font-weight:700; letter-spacing:0.3px; }
45
+ .pill .meta { margin-top:6px; font-size:28px; color:#6b778c; }
46
+
47
+ /* List */
48
+ .list { padding:14px 0 0; }
49
+ .card {
50
+ padding:26px 28px 26px;
51
+ border-top:1px solid #eef0f3;
52
+ }
53
+ .airline {
54
+ font-size:34px; color:#233046; font-weight:700; line-height:1.3;
55
+ }
56
+ .row {
57
+ display:flex; align-items:center; margin-top:26px;
58
+ }
59
+ .plane-box {
60
+ width:132px; height:120px; background:#e0e0e0;
61
+ border:1px solid #bdbdbd; border-radius:8px;
62
+ display:flex; align-items:center; justify-content:center;
63
+ color:#757575; font-size:24px;
64
+ margin-right:26px;
65
+ }
66
+ .times { flex:1; display:flex; align-items:flex-start; gap:26px; }
67
+ .time-col { min-width:240px; }
68
+ .t-main { font-size:44px; font-weight:800; color:#0d234b; }
69
+ .t-sub { font-size:26px; color:#6e7a8b; margin-top:6px; }
70
+ .arrow { font-size:42px; color:#8a96a8; padding-top:6px; }
71
+ .arrival { display:flex; align-items:flex-end; gap:10px; }
72
+ .plus-day {
73
+ color:#e63946; font-size:24px; font-weight:800; line-height:1;
74
+ margin-left:4px;
75
+ }
76
+ .price-col { width:210px; text-align:right; }
77
+ .old-price {
78
+ font-size:28px; color:#9aa5b1; text-decoration:line-through; margin-bottom:6px;
79
+ }
80
+ .price { font-size:42px; font-weight:800; }
81
+
82
+ .badge {
83
+ display:inline-flex; align-items:center; gap:10px;
84
+ border:2px solid #3b82f6; color:#1558d6;
85
+ border-radius:30px; padding:10px 20px; font-size:28px; font-weight:700;
86
+ margin-top:18px;
87
+ }
88
+ .badge svg { width:28px; height:28px; }
89
+
90
+ /* Ad banner */
91
+ .ad {
92
+ margin:18px 28px;
93
+ height:300px; border-radius:26px;
94
+ background:#ff7f16;
95
+ display:flex; align-items:center; justify-content:center;
96
+ color:#ffffff; font-weight:800; font-size:56px;
97
+ position:relative;
98
+ overflow:hidden;
99
+ }
100
+ .ad .mini-plane {
101
+ position:absolute; left:80px; bottom:40px;
102
+ width:260px; height:120px; background:#ffd2a8; opacity:.35;
103
+ border:1px dashed rgba(255,255,255,0.6);
104
+ display:flex; align-items:center; justify-content:center;
105
+ color:#fff;
106
+ border-radius:14px;
107
+ font-size:28px;
108
+ }
109
+
110
+ /* Bottom action bar */
111
+ .bottom-bar {
112
+ position:absolute; left:0; right:0; bottom:70px;
113
+ border-top:1px solid #eef0f3;
114
+ background:#ffffff;
115
+ height:150px;
116
+ display:flex; align-items:center; justify-content:space-around;
117
+ padding:0 10px;
118
+ }
119
+ .bottom-item { display:flex; flex-direction:column; align-items:center; gap:10px; color:#31415c; }
120
+ .bottom-item svg { width:48px; height:48px; }
121
+ .chip {
122
+ display:flex; align-items:center; gap:10px;
123
+ background:#f0f2f6; color:#12233e;
124
+ border-radius:30px; padding:10px 20px; font-weight:700; font-size:28px;
125
+ }
126
+ .chip .circle-x {
127
+ width:40px; height:40px; border-radius:50%; background:#e4e7ee;
128
+ display:flex; align-items:center; justify-content:center; color:#7b879b; font-size:26px;
129
+ }
130
+
131
+ /* Home indicator */
132
+ .home-indicator {
133
+ position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
134
+ width:360px; height:10px; background:#0a0a0a; border-radius:10px;
135
+ }
136
+
137
+ /* Small share/back icons */
138
+ .ico { width:40px; height:40px; }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status bar -->
145
+ <div class="statusbar">
146
+ <div>5:55</div>
147
+ <div class="status-icons">
148
+ <div class="dot"></div>
149
+ <div class="dot"></div>
150
+ <div class="dot"></div>
151
+ <div class="dot"></div>
152
+ <div class="dot" style="opacity:.5;"></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Header with back/share and search pill -->
157
+ <div class="header">
158
+ <div class="nav-btn nav-back" aria-label="Back">
159
+ <svg class="ico" viewBox="0 0 24 24">
160
+ <path d="M14.5 4L6 12l8.5 8" fill="none" stroke="#1f2a3a" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ <div class="nav-btn nav-share" aria-label="Share">
164
+ <svg class="ico" viewBox="0 0 24 24">
165
+ <path d="M18 8a3 3 0 10-3-3 3 3 0 003 3zm-12 9a3 3 0 10-3-3 3 3 0 003 3zm12 0a3 3 0 10-3-3 3 3 0 003 3zm-9.5-6l7 4m-7 0l7-4" fill="none" stroke="#1f2a3a" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
166
+ </svg>
167
+ </div>
168
+ <div class="pill">
169
+ <div class="route">YYT → YBL</div>
170
+ <div class="meta">21 Oct • 3 Travellers • Economy</div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="list">
175
+
176
+ <!-- Card 1 -->
177
+ <div class="card">
178
+ <div class="airline">Air Canada (AC), Massy Airlines (9M)</div>
179
+ <div class="row">
180
+ <div class="plane-box">[IMG: Plane]</div>
181
+ <div class="times">
182
+ <div class="time-col">
183
+ <div class="t-main">14:15</div>
184
+ <div class="t-sub">24h 40m</div>
185
+ </div>
186
+ <div class="arrow">→</div>
187
+ <div class="time-col">
188
+ <div class="arrival">
189
+ <div class="t-main">10:25</div>
190
+ <div class="plus-day">+1 DAY</div>
191
+ </div>
192
+ <div class="t-sub">2 stops</div>
193
+ </div>
194
+ </div>
195
+ <div class="price-col">
196
+ <div class="old-price">₹62151</div>
197
+ <div class="price">₹61323</div>
198
+ </div>
199
+ </div>
200
+ <div class="badge">
201
+ <svg viewBox="0 0 24 24"><path fill="#1558d6" d="M13 2L3 14h6l-2 8 10-12h-6z"/></svg>
202
+ 2nd Fastest
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Card 2 -->
207
+ <div class="card">
208
+ <div class="airline">Air Canada (AC), Massy Airlines (9M)</div>
209
+ <div class="row">
210
+ <div class="plane-box">[IMG: Plane]</div>
211
+ <div class="times">
212
+ <div class="time-col">
213
+ <div class="t-main">14:15</div>
214
+ <div class="t-sub">24h 40m</div>
215
+ </div>
216
+ <div class="arrow">→</div>
217
+ <div class="time-col">
218
+ <div class="arrival">
219
+ <div class="t-main">10:25</div>
220
+ <div class="plus-day">+1 DAY</div>
221
+ </div>
222
+ <div class="t-sub">2 stops</div>
223
+ </div>
224
+ </div>
225
+ <div class="price-col">
226
+ <div class="old-price">₹62151</div>
227
+ <div class="price">₹61323</div>
228
+ </div>
229
+ </div>
230
+ <div class="badge">
231
+ <svg viewBox="0 0 24 24"><path fill="#1558d6" d="M13 2L3 14h6l-2 8 10-12h-6z"/></svg>
232
+ 2nd Fastest
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Card 3 -->
237
+ <div class="card">
238
+ <div class="airline">Air Canada (AC), Massy Airlines (9M)</div>
239
+ <div class="row">
240
+ <div class="plane-box">[IMG: Plane]</div>
241
+ <div class="times">
242
+ <div class="time-col">
243
+ <div class="t-main">14:15</div>
244
+ <div class="t-sub">24h 40m</div>
245
+ </div>
246
+ <div class="arrow">→</div>
247
+ <div class="time-col">
248
+ <div class="arrival">
249
+ <div class="t-main">10:25</div>
250
+ <div class="plus-day">+1 DAY</div>
251
+ </div>
252
+ <div class="t-sub">2 stops</div>
253
+ </div>
254
+ </div>
255
+ <div class="price-col">
256
+ <div class="old-price">₹62151</div>
257
+ <div class="price">₹61323</div>
258
+ </div>
259
+ </div>
260
+ <div class="badge">
261
+ <svg viewBox="0 0 24 24"><path fill="#1558d6" d="M13 2L3 14h6l-2 8 10-12h-6z"/></svg>
262
+ 2nd Fastest
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Orange Ad -->
267
+ <div class="ad">
268
+ Flat 12% Off on 1st Flight
269
+ <div class="mini-plane">[Illustration]</div>
270
+ </div>
271
+
272
+ <!-- Card 4 -->
273
+ <div class="card">
274
+ <div class="airline">Air Canada (AC), Massy Airlines (9M)</div>
275
+ <div class="row">
276
+ <div class="plane-box">[IMG: Plane]</div>
277
+ <div class="times">
278
+ <div class="time-col">
279
+ <div class="t-main">14:15</div>
280
+ <div class="t-sub">24h 40m</div>
281
+ </div>
282
+ <div class="arrow">→</div>
283
+ <div class="time-col">
284
+ <div class="arrival">
285
+ <div class="t-main">10:25</div>
286
+ <div class="plus-day">+1 DAY</div>
287
+ </div>
288
+ <div class="t-sub">2 stops</div>
289
+ </div>
290
+ </div>
291
+ <div class="price-col">
292
+ <div class="old-price">₹64083</div>
293
+ <div class="price">₹63255</div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ </div>
299
+
300
+ <!-- Bottom actions -->
301
+ <div class="bottom-bar">
302
+ <div class="bottom-item">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M3 5h18M6 12h12M10 19h4" stroke="#1d2b4d" stroke-width="2.2" stroke-linecap="round" fill="none"/>
305
+ </svg>
306
+ <div>FILTER</div>
307
+ </div>
308
+ <div class="bottom-item">
309
+ <div class="chip">
310
+ <div class="circle-x">×</div>
311
+ NON-STOP
312
+ </div>
313
+ </div>
314
+ <div class="bottom-item">
315
+ <svg viewBox="0 0 24 24">
316
+ <circle cx="12" cy="12" r="9" stroke="#1d2b4d" stroke-width="2" fill="none"/>
317
+ <path d="M12 7v6l4 2" stroke="#1d2b4d" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
318
+ </svg>
319
+ <div>TIME</div>
320
+ </div>
321
+ <div class="bottom-item">
322
+ <svg viewBox="0 0 24 24">
323
+ <path d="M2 16l20-6-8 6 4 6-8-6-8 6z" fill="#1d2b4d"/>
324
+ </svg>
325
+ <div>AIRLINE</div>
326
+ </div>
327
+ <div class="bottom-item">
328
+ <svg viewBox="0 0 24 24">
329
+ <path d="M4 7h14M4 12h10M4 17h18" stroke="#1d2b4d" stroke-width="2" stroke-linecap="round" fill="none"/>
330
+ </svg>
331
+ <div>SORT</div>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="home-indicator"></div>
336
+ </div>
337
+ </body>
338
+ </html>
code/13918/13918_1.html ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Review Flight UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ color: #1b2430;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ font-weight: 600;
24
+ color: #1b2430;
25
+ }
26
+ .status-left, .status-right { display: flex; align-items: center; gap: 16px; }
27
+ .dot {
28
+ width: 18px; height: 18px; border-radius: 50%; background: #C0C5CC;
29
+ }
30
+ .status-icon {
31
+ width: 36px; height: 36px;
32
+ }
33
+
34
+ /* Header */
35
+ .header {
36
+ height: 130px;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 24px;
40
+ border-bottom: 1px solid #eaecef;
41
+ }
42
+ .header h1 {
43
+ font-size: 60px;
44
+ letter-spacing: 0.2px;
45
+ margin: 0 20px;
46
+ font-weight: 700;
47
+ color: #1b2430;
48
+ }
49
+ .spacer { flex: 1; }
50
+ .icon-btn {
51
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 18px;
52
+ }
53
+
54
+ /* Content area */
55
+ .content {
56
+ position: absolute;
57
+ top: 220px;
58
+ left: 0; right: 0;
59
+ bottom: 220px; /* space for bottom bar */
60
+ overflow: auto;
61
+ padding: 24px;
62
+ }
63
+
64
+ /* Airline row */
65
+ .airline-row {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 20px;
69
+ font-size: 40px;
70
+ font-weight: 600;
71
+ color: #2a2f3a;
72
+ margin-top: 12px;
73
+ }
74
+ .logo {
75
+ width: 72px; height: 72px; background: #E0E0E0; border: 1px solid #BDBDBD;
76
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px; border-radius: 12px;
77
+ }
78
+
79
+ /* Flight block */
80
+ .flight-card {
81
+ padding: 16px 0 24px 0;
82
+ border-bottom: 1px solid #eef0f3;
83
+ }
84
+ .time-grid {
85
+ display: grid;
86
+ grid-template-columns: 1fr 380px 1fr;
87
+ align-items: center;
88
+ gap: 10px;
89
+ margin-top: 16px;
90
+ }
91
+ .side {
92
+ padding: 8px 0;
93
+ }
94
+ .date {
95
+ font-size: 32px;
96
+ color: #68707d;
97
+ margin-bottom: 8px;
98
+ }
99
+ .big-time {
100
+ font-size: 92px;
101
+ font-weight: 700;
102
+ line-height: 1;
103
+ margin-bottom: 10px;
104
+ }
105
+ .city { font-size: 40px; font-weight: 700; }
106
+ .sub { font-size: 30px; color: #6f7785; margin-top: 6px; }
107
+ .duration {
108
+ display: flex; align-items: center; justify-content: center; gap: 14px;
109
+ }
110
+ .dur-bar {
111
+ width: 280px; height: 10px; background: #dfe3e8; border-radius: 5px; position: relative;
112
+ }
113
+ .dur-label { font-size: 34px; color: #697281; }
114
+
115
+ /* info rows */
116
+ .info-row {
117
+ display: flex; align-items: center; gap: 18px; margin-top: 22px; font-size: 38px;
118
+ }
119
+ .info-row.green { color: #1f8e46; font-weight: 600; }
120
+ .info-row.red { color: #d83a3a; font-weight: 600; }
121
+ .small-icon { width: 44px; height: 44px; }
122
+
123
+ .tag-row {
124
+ display: flex; align-items: center; gap: 18px; margin-top: 24px; font-size: 34px; color: #4c5563;
125
+ flex-wrap: wrap;
126
+ }
127
+ .chip {
128
+ display: inline-flex; align-items: center; gap: 12px; padding: 22px 26px; border-radius: 24px;
129
+ background: #fff7e6; color: #7a5d2a; border: 1px solid #f3e0b6; font-size: 36px; margin: 16px 0;
130
+ }
131
+
132
+ .view-more {
133
+ margin-left: auto; font-size: 40px; color: #f47b20; font-weight: 600; display: flex; align-items: center; gap: 8px;
134
+ }
135
+
136
+ /* Bottom bar */
137
+ .bottom-bar {
138
+ position: absolute; left: 0; right: 0; bottom: 0;
139
+ height: 220px; background: #ffffff; box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
140
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
141
+ }
142
+ .price-box {
143
+ display: flex; align-items: center; gap: 16px;
144
+ }
145
+ .price {
146
+ font-size: 64px; font-weight: 800;
147
+ }
148
+ .i-badge {
149
+ width: 40px; height: 40px; border-radius: 50%; border: 2px solid #3b6ad6; color: #3b6ad6;
150
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 26px;
151
+ }
152
+ .travellers {
153
+ font-size: 34px; color: #6b7381; margin-top: 8px;
154
+ }
155
+ .proceed {
156
+ background: #ff7a21; color: #fff; font-weight: 800; font-size: 54px; border: none; border-radius: 36px;
157
+ padding: 36px 64px; box-shadow: 0 8px 16px rgba(255,122,33,0.35);
158
+ }
159
+
160
+ /* Helpers */
161
+ .muted { color: #6f7785; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status Bar -->
168
+ <div class="status-bar">
169
+ <div class="status-left">
170
+ <div style="font-size:42px;">5:55</div>
171
+ <div class="dot"></div>
172
+ <div class="dot"></div>
173
+ <div class="dot"></div>
174
+ <div class="dot"></div>
175
+ <div class="dot"></div>
176
+ <div class="dot" style="background:#CAD0D7;"></div>
177
+ </div>
178
+ <div class="status-right">
179
+ <!-- WiFi -->
180
+ <svg class="status-icon" viewBox="0 0 24 24">
181
+ <path d="M12 18.5c.8 0 1.5.7 1.5 1.5S12.8 21.5 12 21.5 10.5 20.8 10.5 20s.7-1.5 1.5-1.5z" fill="#344356"/>
182
+ <path d="M3 9c5.9-4.7 12.1-4.7 18 0" stroke="#344356" stroke-width="2" fill="none" stroke-linecap="round"/>
183
+ <path d="M6 12.5c4.1-3.1 7.9-3.1 12 0" stroke="#344356" stroke-width="2" fill="none" stroke-linecap="round"/>
184
+ <path d="M9 16c2.3-1.6 4.7-1.6 7 0" stroke="#344356" stroke-width="2" fill="none" stroke-linecap="round"/>
185
+ </svg>
186
+ <!-- Battery -->
187
+ <svg class="status-icon" viewBox="0 0 28 20">
188
+ <rect x="1" y="4" width="22" height="12" rx="2" ry="2" stroke="#344356" stroke-width="2" fill="none"/>
189
+ <rect x="24" y="7" width="3" height="6" rx="1" fill="#344356"/>
190
+ <rect x="3" y="6" width="14" height="8" fill="#344356"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Header -->
196
+ <div class="header">
197
+ <div class="icon-btn">
198
+ <svg width="50" height="50" viewBox="0 0 24 24">
199
+ <path d="M15 19L8 12l7-7" stroke="#1b2430" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
200
+ </svg>
201
+ </div>
202
+ <h1>Review Flight</h1>
203
+ <div class="spacer"></div>
204
+ <div class="icon-btn">
205
+ <svg width="52" height="52" viewBox="0 0 24 24">
206
+ <path d="M4 12c5-4 11-4 16 0" stroke="#1b2430" stroke-width="2" fill="none" stroke-linecap="round"/>
207
+ <circle cx="6" cy="12" r="2" fill="#1b2430"/>
208
+ <circle cx="12" cy="12" r="2" fill="#1b2430"/>
209
+ <circle cx="18" cy="12" r="2" fill="#1b2430"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Content -->
215
+ <div class="content">
216
+
217
+ <!-- First Flight -->
218
+ <div class="flight-card">
219
+ <div class="airline-row">
220
+ <div class="logo">[IMG: Air Canada logo]</div>
221
+ <div>Air Canada • AC 1573</div>
222
+ <div class="spacer"></div>
223
+ </div>
224
+
225
+ <div class="time-grid">
226
+ <div class="side">
227
+ <div class="date">Sat, 21 Oct</div>
228
+ <div class="big-time">14:15</div>
229
+ <div class="city">St. John's</div>
230
+ <div class="sub">St John's</div>
231
+ </div>
232
+
233
+ <div class="duration">
234
+ <div class="dur-label">3h 37m</div>
235
+ <div class="dur-bar"></div>
236
+ </div>
237
+
238
+ <div class="side" style="text-align:right;">
239
+ <div class="date">Sat, 21 Oct</div>
240
+ <div class="big-time">16:22</div>
241
+ <div class="city">Toronto</div>
242
+ <div class="sub">Pearson Intl<br>Terminal 1</div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="info-row green">
247
+ <svg class="small-icon" viewBox="0 0 24 24">
248
+ <circle cx="12" cy="12" r="10" fill="#1f8e46"/>
249
+ </svg>
250
+ <div>Flight is usually on time</div>
251
+ </div>
252
+
253
+ <div class="info-row">
254
+ <svg class="small-icon" viewBox="0 0 24 24">
255
+ <rect x="5" y="8" width="14" height="10" rx="2" fill="#1b2430"/>
256
+ <rect x="9" y="6" width="6" height="3" rx="1" fill="#1b2430"/>
257
+ </svg>
258
+ <div>Cabin : 7Kg</div>
259
+ </div>
260
+
261
+ <div class="info-row">
262
+ <svg class="small-icon" viewBox="0 0 24 24">
263
+ <rect x="6" y="6" width="12" height="12" rx="2" fill="#1b2430"/>
264
+ <circle cx="9" cy="19" r="1.5" fill="#1b2430"/>
265
+ <circle cx="15" cy="19" r="1.5" fill="#1b2430"/>
266
+ </svg>
267
+ <div>Check-in : 0 Unit(s)</div>
268
+ </div>
269
+
270
+ <div class="tag-row">
271
+ <div style="font-size:36px; color:#495061;">A319-100</div>
272
+ <svg class="small-icon" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="12" r="10" stroke="#495061" stroke-width="2" fill="none"/>
274
+ <path d="M12 6v6l4 2" stroke="#495061" stroke-width="2" fill="none" stroke-linecap="round"/>
275
+ </svg>
276
+ <svg class="small-icon" viewBox="0 0 24 24">
277
+ <path d="M3 12h18" stroke="#495061" stroke-width="2" fill="none"/>
278
+ <path d="M8 6l8 6-8 6" stroke="#495061" stroke-width="2" fill="none" stroke-linecap="round"/>
279
+ </svg>
280
+ <svg class="small-icon" viewBox="0 0 24 24">
281
+ <rect x="4" y="7" width="16" height="10" rx="2" stroke="#495061" stroke-width="2" fill="none"/>
282
+ <path d="M9 8v8" stroke="#495061" stroke-width="2"/>
283
+ </svg>
284
+ <svg class="small-icon" viewBox="0 0 24 24">
285
+ <rect x="4" y="9" width="16" height="8" rx="2" fill="#495061"/>
286
+ <rect x="9" y="6" width="6" height="3" rx="1" fill="#495061"/>
287
+ </svg>
288
+ <div class="view-more">View More
289
+ <svg width="28" height="28" viewBox="0 0 24 24">
290
+ <path d="M6 9l6 6 6-6" stroke="#f47b20" stroke-width="2" fill="none" stroke-linecap="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="chip">
296
+ <div>Change of planes • 53m layover in Toronto</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Second Flight -->
301
+ <div class="flight-card" style="border-bottom:none;">
302
+ <div class="airline-row">
303
+ <div class="logo">[IMG: Air Canada logo]</div>
304
+ <div>Air Canada • AC 121</div>
305
+ </div>
306
+
307
+ <div class="time-grid">
308
+ <div class="side">
309
+ <div class="date">Sat, 21 Oct</div>
310
+ <div class="big-time">17:15</div>
311
+ <div class="city">Toronto</div>
312
+ <div class="sub">Pearson Intl<br>Terminal 1</div>
313
+ </div>
314
+
315
+ <div class="duration">
316
+ <div class="dur-label">5h</div>
317
+ <div class="dur-bar"></div>
318
+ </div>
319
+
320
+ <div class="side" style="text-align:right;">
321
+ <div class="date">Sat, 21 Oct</div>
322
+ <div class="big-time">19:15</div>
323
+ <div class="city">Vancouver</div>
324
+ <div class="sub">Vancouver Intl<br>Terminal M</div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="info-row red">
329
+ <svg class="small-icon" viewBox="0 0 24 24">
330
+ <circle cx="12" cy="12" r="10" fill="#d83a3a"/>
331
+ </svg>
332
+ <div>Flight is usually delayed by 1h 20m</div>
333
+ </div>
334
+
335
+ <div class="info-row">
336
+ <svg class="small-icon" viewBox="0 0 24 24">
337
+ <rect x="5" y="8" width="14" height="10" rx="2" fill="#1b2430"/>
338
+ <rect x="9" y="6" width="6" height="3" rx="1" fill="#1b2430"/>
339
+ </svg>
340
+ <div>Cabin : 7Kg</div>
341
+ </div>
342
+
343
+ <div class="info-row">
344
+ <svg class="small-icon" viewBox="0 0 24 24">
345
+ <rect x="6" y="6" width="12" height="12" rx="2" fill="#1b2430"/>
346
+ <circle cx="9" cy="19" r="1.5" fill="#1b2430"/>
347
+ <circle cx="15" cy="19" r="1.5" fill="#1b2430"/>
348
+ </svg>
349
+ <div>Check-in : 0 Unit(s)</div>
350
+ </div>
351
+
352
+ <div class="tag-row">
353
+ <div style="font-size:36px; color:#495061;">B777-300ER</div>
354
+ <svg class="small-icon" viewBox="0 0 24 24">
355
+ <circle cx="12" cy="12" r="9" stroke="#495061" stroke-width="2" fill="none"/>
356
+ <path d="M12 8v5l3 1.5" stroke="#495061" stroke-width="2" fill="none" stroke-linecap="round"/>
357
+ </svg>
358
+ <svg class="small-icon" viewBox="0 0 24 24">
359
+ <path d="M3 12h18" stroke="#495061" stroke-width="2" fill="none"/>
360
+ <path d="M8 6l8 6-8 6" stroke="#495061" stroke-width="2" fill="none" stroke-linecap="round"/>
361
+ </svg>
362
+ <svg class="small-icon" viewBox="0 0 24 24">
363
+ <rect x="4" y="7" width="16" height="10" rx="2" stroke="#495061" stroke-width="2" fill="none"/>
364
+ <path d="M9 8v8" stroke="#495061" stroke-width="2"/>
365
+ </svg>
366
+ <svg class="small-icon" viewBox="0 0 24 24">
367
+ <rect x="4" y="9" width="16" height="8" rx="2" fill="#495061"/>
368
+ <rect x="9" y="6" width="6" height="3" rx="1" fill="#495061"/>
369
+ </svg>
370
+ <div class="view-more">View More
371
+ <svg width="28" height="28" viewBox="0 0 24 24">
372
+ <path d="M6 9l6 6 6-6" stroke="#f47b20" stroke-width="2" fill="none" stroke-linecap="round"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+
377
+ <div class="chip" style="margin-bottom: 40px;">
378
+ <div>Change of Terminal • 14h 30m layover in Vancouver</div>
379
+ </div>
380
+ </div>
381
+
382
+ </div>
383
+
384
+ <!-- Bottom Bar -->
385
+ <div class="bottom-bar">
386
+ <div>
387
+ <div class="price-box">
388
+ <div class="price">₹186453</div>
389
+ <div class="i-badge">i</div>
390
+ </div>
391
+ <div class="travellers">3 Travellers</div>
392
+ </div>
393
+ <button class="proceed">Proceed</button>
394
+ </div>
395
+
396
+ </div>
397
+ </body>
398
+ </html>
code/13918/13918_2.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Review Flight UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target{
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff; color:#1b2430;
10
+ }
11
+ .statusbar{
12
+ height:96px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
13
+ font-size:34px; color:#333;
14
+ }
15
+ .topbar{
16
+ height:120px; border-bottom:1px solid #eee; display:flex; align-items:center; justify-content:center; position:relative;
17
+ }
18
+ .icon-btn{ position:absolute; width:88px; height:88px; display:flex; align-items:center; justify-content:center; top:16px; }
19
+ .icon-left{ left:12px; }
20
+ .icon-right{ right:12px; }
21
+ .title{ font-size:56px; font-weight:700; color:#222; }
22
+ .content{ padding:24px 36px 220px 36px; overflow:hidden; }
23
+ .route-title{ font-size:54px; font-weight:800; margin:24px 0 8px; }
24
+ .subline{ font-size:34px; color:#5a606b; }
25
+ .card{
26
+ margin-top:28px; background:#fff; border:1px solid #e6e9ef; border-radius:24px; padding:24px 24px 16px;
27
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
28
+ }
29
+ .airline-row{ display:flex; align-items:center; gap:18px; font-size:36px; font-weight:700; color:#2a3442; }
30
+ .logo{
31
+ width:56px; height:56px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:8px;
32
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:18px;
33
+ }
34
+ .times-row{ display:flex; justify-content:space-between; align-items:flex-start; margin-top:16px; }
35
+ .time-block{ width:47%; }
36
+ .big-time{ font-size:84px; font-weight:800; color:#0f1d33; }
37
+ .city{ font-size:42px; font-weight:700; margin-top:6px; }
38
+ .subcity{ font-size:32px; color:#6a7280; }
39
+ .duration{ width:6%; display:flex; align-items:center; justify-content:center; color:#7a8394; font-size:30px; }
40
+ .line{ height:6px; width:100%; background:#dfe4ee; border-radius:6px; margin:10px 0; }
41
+ .status{
42
+ display:flex; align-items:center; gap:16px; margin-top:18px; font-size:36px; font-weight:700;
43
+ }
44
+ .status.green{ color:#219653; }
45
+ .status.red{ color:#d83434; }
46
+ .bag-row{ display:flex; gap:46px; margin-top:24px; color:#1b2430; font-size:36px; }
47
+ .bag-item{ display:flex; align-items:center; gap:14px; }
48
+ .dot-icons{ display:flex; align-items:center; gap:24px; margin-top:22px; color:#3b4252; }
49
+ .chip{
50
+ margin:22px 0; background:#f1f4f8; color:#394455; font-size:34px; padding:24px; border-radius:18px; text-align:center;
51
+ }
52
+ .view-more{ color:#ff7a00; font-weight:700; margin-left:auto; font-size:36px; display:flex; align-items:center; gap:10px; }
53
+ .divider{ height:1px; background:#eef1f5; margin:18px 0; }
54
+ .bottom-bar{
55
+ position:absolute; left:0; right:0; bottom:0; height:200px; border-top:1px solid #e9edf3; background:#fff;
56
+ display:flex; align-items:center; padding:0 36px; gap:24px;
57
+ }
58
+ .price-wrap{ flex:1; }
59
+ .price{ font-size:56px; font-weight:900; color:#0d1b2a; }
60
+ .price-info{ font-size:32px; color:#6b7280; margin-top:6px; }
61
+ .cta{
62
+ width:380px; height:120px; background:#ff7a00; color:#fff; border-radius:26px; display:flex; align-items:center; justify-content:center;
63
+ font-size:44px; font-weight:800;
64
+ }
65
+ /* small helper icon circles */
66
+ .circle-icon{
67
+ width:46px; height:46px; border:2px solid #9aa3b2; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:26px; color:#687487;
68
+ }
69
+ .label-light{ color:#6b7484; font-weight:700; font-size:34px; }
70
+ </style>
71
+ </head>
72
+ <body>
73
+ <div id="render-target">
74
+
75
+ <!-- Status bar -->
76
+ <div class="statusbar">
77
+ <div>5:56</div>
78
+ <div style="display:flex; gap:18px; align-items:center;">
79
+ <span class="circle-icon">•</span>
80
+ <span class="circle-icon">•</span>
81
+ <span class="circle-icon">•</span>
82
+ <span class="circle-icon">•</span>
83
+ <span style="width:18px;"></span>
84
+ <span class="circle-icon">🔔</span>
85
+ </div>
86
+ </div>
87
+
88
+ <!-- Top App Bar -->
89
+ <div class="topbar">
90
+ <div class="icon-btn icon-left" title="Back">
91
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#1f2a44">
92
+ <path d="M14 6l-6 6 6 6" stroke="#1f2a44" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
93
+ </svg>
94
+ </div>
95
+ <div class="title">Review Flight</div>
96
+ <div class="icon-btn icon-right" title="Share">
97
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#1f2a44">
98
+ <path d="M18 8a3 3 0 10-2.8-4H15a3 3 0 10-3 3v6a3 3 0 103 3 3 3 0 10-3 3" fill="none" stroke="#1f2a44" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
99
+ </svg>
100
+ </div>
101
+ </div>
102
+
103
+ <div class="content">
104
+ <div class="route-title">St. John's → Campbell River</div>
105
+ <div class="subline">Sat, 21 Oct • 2 stops • 24h 40m • Economy</div>
106
+
107
+ <!-- First flight card -->
108
+ <div class="card">
109
+ <div class="airline-row">
110
+ <div class="logo">[IMG: Air Canada]</div>
111
+ <div>Air Canada • AC 1573</div>
112
+ </div>
113
+
114
+ <div class="times-row">
115
+ <div class="time-block">
116
+ <div class="subline" style="margin:10px 0 2px;">Sat, 21 Oct</div>
117
+ <div class="big-time">14:15</div>
118
+ <div class="city">St. John's</div>
119
+ <div class="subcity">St John's</div>
120
+ </div>
121
+
122
+ <div class="duration">
123
+ <div>3h 37m</div>
124
+ <div class="line"></div>
125
+ </div>
126
+
127
+ <div class="time-block" style="text-align:right;">
128
+ <div class="subline" style="margin:10px 0 2px;">Sat, 21 Oct</div>
129
+ <div class="big-time">16:22</div>
130
+ <div class="city">Toronto</div>
131
+ <div class="subcity">Pearson Intl • Terminal 1</div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="status green">
136
+ <svg width="40" height="40" viewBox="0 0 24 24">
137
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#219653" stroke-width="2"/>
138
+ <path d="M12 6v6l4 2" stroke="#219653" stroke-width="2" fill="none" stroke-linecap="round"/>
139
+ </svg>
140
+ <span>Flight is usually on time</span>
141
+ </div>
142
+
143
+ <div class="bag-row">
144
+ <div class="bag-item">
145
+ <svg width="36" height="36" viewBox="0 0 24 24">
146
+ <rect x="4" y="8" width="16" height="12" rx="2" fill="none" stroke="#111" stroke-width="2"/>
147
+ <path d="M9 8V6a3 3 0 016 0v2" fill="none" stroke="#111" stroke-width="2"/>
148
+ </svg>
149
+ <span>Cabin : 7Kg</span>
150
+ </div>
151
+ <div class="bag-item">
152
+ <svg width="36" height="36" viewBox="0 0 24 24">
153
+ <rect x="6" y="7" width="12" height="13" rx="2" fill="none" stroke="#111" stroke-width="2"/>
154
+ <path d="M12 7v-2" stroke="#111" stroke-width="2"/>
155
+ </svg>
156
+ <span>Check-in : 0 Unit(s)</span>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="divider"></div>
161
+
162
+ <div class="dot-icons">
163
+ <span class="label-light">A319-100</span>
164
+ <span class="circle-icon">Wi</span>
165
+ <span class="circle-icon">🎧</span>
166
+ <span class="circle-icon">🔌</span>
167
+ <span class="circle-icon">▶</span>
168
+ <span class="circle-icon">🍴</span>
169
+ <span class="circle-icon">⟐</span>
170
+ <div class="view-more">View More
171
+ <svg width="24" height="24" viewBox="0 0 24 24">
172
+ <path d="M6 10l6 6 6-6" stroke="#ff7a00" stroke-width="2" fill="none" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="chip">Change of planes • 53m layover in Toronto</div>
179
+
180
+ <!-- Second flight card -->
181
+ <div class="card">
182
+ <div class="airline-row">
183
+ <div class="logo">[IMG: Air Canada]</div>
184
+ <div>Air Canada • AC 121</div>
185
+ </div>
186
+
187
+ <div class="times-row">
188
+ <div class="time-block">
189
+ <div class="subline" style="margin:10px 0 2px;">Sat, 21 Oct</div>
190
+ <div class="big-time">17:15</div>
191
+ <div class="city">Toronto</div>
192
+ <div class="subcity">Pearson Intl • Terminal 1</div>
193
+ </div>
194
+
195
+ <div class="duration">
196
+ <div>5h</div>
197
+ <div class="line"></div>
198
+ </div>
199
+
200
+ <div class="time-block" style="text-align:right;">
201
+ <div class="subline" style="margin:10px 0 2px;">Sat, 21 Oct</div>
202
+ <div class="big-time">19:15</div>
203
+ <div class="city">Vancouver</div>
204
+ <div class="subcity">Vancouver Intl • Terminal M</div>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="status red">
209
+ <svg width="40" height="40" viewBox="0 0 24 24">
210
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#d83434" stroke-width="2"/>
211
+ <path d="M12 7v6" stroke="#d83434" stroke-width="2" stroke-linecap="round"/>
212
+ <circle cx="12" cy="16.5" r="1.5" fill="#d83434"/>
213
+ </svg>
214
+ <span>Flight is usually delayed by 1h 20m</span>
215
+ </div>
216
+
217
+ <div class="bag-row">
218
+ <div class="bag-item">
219
+ <svg width="36" height="36" viewBox="0 0 24 24">
220
+ <rect x="4" y="8" width="16" height="12" rx="2" fill="none" stroke="#111" stroke-width="2"/>
221
+ <path d="M9 8V6a3 3 0 016 0v2" fill="none" stroke="#111" stroke-width="2"/>
222
+ </svg>
223
+ <span>Cabin : 7Kg</span>
224
+ </div>
225
+ <div class="bag-item">
226
+ <svg width="36" height="36" viewBox="0 0 24 24">
227
+ <rect x="6" y="7" width="12" height="13" rx="2" fill="none" stroke="#111" stroke-width="2"/>
228
+ <path d="M12 7v-2" stroke="#111" stroke-width="2"/>
229
+ </svg>
230
+ <span>Check-in : 0 Unit(s)</span>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ </div>
236
+
237
+ <!-- Bottom price bar -->
238
+ <div class="bottom-bar">
239
+ <div class="price-wrap">
240
+ <div class="price">₹186453</div>
241
+ <div class="price-info">3 Travellers</div>
242
+ </div>
243
+ <div class="cta">Proceed</div>
244
+ </div>
245
+
246
+ </div>
247
+ </body>
248
+ </html>
code/13918/13918_3.html ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Review Flight UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Common */
17
+ .row { display: flex; align-items: center; }
18
+ .space-between { justify-content: space-between; }
19
+ .muted { color: #7A8899; }
20
+ .divider { height: 1px; background: #E6E8EC; margin: 24px 0; }
21
+ .section { padding: 0 48px; }
22
+ .title { color: #182744; }
23
+
24
+ /* Status bar & App bar */
25
+ .status-bar {
26
+ height: 56px;
27
+ padding: 0 28px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #222;
32
+ font-size: 32px;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 20px; }
35
+ .status-icons { display: flex; align-items: center; gap: 14px; }
36
+ .dot { width: 14px; height: 14px; background: #8A8F98; border-radius: 50%; display: inline-block; }
37
+ .status-right { display: flex; align-items: center; gap: 22px; }
38
+ .battery {
39
+ width: 44px; height: 22px; border: 2px solid #444; position: relative; border-radius: 4px;
40
+ }
41
+ .battery::after {
42
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #444; border-radius: 2px;
43
+ }
44
+ .battery .level { height: 100%; width: 70%; background: #2ECC71; }
45
+
46
+ .app-bar {
47
+ height: 84px;
48
+ padding: 0 34px;
49
+ border-bottom: 1px solid #EEF1F4;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ }
54
+ .app-title {
55
+ font-size: 44px;
56
+ font-weight: 700;
57
+ color: #13233F;
58
+ }
59
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
60
+ .svg-icon { width: 44px; height: 44px; fill: none; stroke: #17233F; stroke-width: 6; }
61
+
62
+ /* Content */
63
+ .content { padding-bottom: 180px; }
64
+ h1.route {
65
+ margin: 28px 0 8px 0;
66
+ font-size: 56px;
67
+ font-weight: 800;
68
+ letter-spacing: 0.2px;
69
+ color: #121B35;
70
+ }
71
+ .subline {
72
+ font-size: 34px; color: #5E6B7E;
73
+ }
74
+
75
+ .airline-row { margin-top: 36px; gap: 16px; align-items: center; }
76
+ .airline-img {
77
+ width: 60px; height: 60px; background: #E0E0E0; border: 1px solid #BDBDBD;
78
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px; border-radius: 8px;
79
+ }
80
+ .airline-text { font-size: 36px; color: #1D2B46; }
81
+
82
+ .flight-card { margin-top: 18px; }
83
+ .two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
84
+ .col { padding-top: 18px; }
85
+ .small-label { color: #57657A; font-size: 30px; }
86
+ .big-time { font-size: 84px; font-weight: 800; color: #1C2A45; line-height: 1.1; }
87
+ .city { margin-top: 6px; font-size: 42px; color: #15233F; font-weight: 700; }
88
+ .airport { font-size: 32px; color: #6E7B8E; }
89
+ .terminal { font-size: 34px; color: #15233F; font-weight: 700; }
90
+
91
+ .duration-line {
92
+ position: relative; margin: 18px 0 18px; height: 42px;
93
+ display: flex; align-items: center; justify-content: center; color: #6F7A8B; font-size: 30px;
94
+ }
95
+ .duration-line::before, .duration-line::after {
96
+ content: ""; height: 6px; background: #D7DCE3; flex: 1; margin: 0 20px; border-radius: 3px;
97
+ }
98
+ .on-time {
99
+ display: inline-flex; align-items: center; gap: 16px;
100
+ background: #E9F7EF; color: #2D9D59; padding: 18px 22px; border-radius: 18px;
101
+ font-size: 34px; font-weight: 600;
102
+ }
103
+ .chip-clock { width: 34px; height: 34px; }
104
+ .info-list { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
105
+ .item { display: flex; align-items: center; gap: 18px; font-size: 36px; color: #1C2A45; }
106
+ .item .small { color: #5E6B7E; }
107
+ .feature { display: flex; align-items: center; gap: 22px; margin: 26px 0; font-size: 38px; color: #1B2A47; }
108
+ .feature .svg-icon { stroke: #1B2A47; }
109
+ .feature .desc { font-size: 38px; }
110
+
111
+ .model-row { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; font-size: 38px; color: #1B2A47; }
112
+ .view-less { color: #F57C00; font-weight: 700; display: flex; align-items: center; gap: 12px; font-size: 36px; }
113
+
114
+ .grey-box {
115
+ margin-top: 28px;
116
+ background: #F4F6F8;
117
+ border-radius: 24px;
118
+ padding: 26px 28px;
119
+ color: #2C3A57;
120
+ font-size: 36px;
121
+ }
122
+
123
+ /* Bottom price & CTA */
124
+ .bottom-bar {
125
+ position: absolute;
126
+ left: 0; right: 0; bottom: 0;
127
+ padding: 24px 36px 36px;
128
+ background: #FFFFFF;
129
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.05);
130
+ display: flex; align-items: center; justify-content: space-between;
131
+ }
132
+ .price-block { display: flex; align-items: center; gap: 18px; }
133
+ .price {
134
+ font-size: 54px; font-weight: 800; color: #0F213F;
135
+ }
136
+ .info-circle {
137
+ width: 36px; height: 36px; border-radius: 50%; border: 2px solid #5E6B7E; color: #5E6B7E;
138
+ display: flex; align-items: center; justify-content: center; font-size: 26px;
139
+ }
140
+ .travellers { font-size: 32px; color: #6E7B8E; }
141
+
142
+ .cta {
143
+ background: #FF7A1A;
144
+ color: #FFFFFF;
145
+ font-size: 48px;
146
+ font-weight: 800;
147
+ padding: 32px 54px;
148
+ border-radius: 28px;
149
+ box-shadow: 0 8px 20px rgba(255,122,26,0.35);
150
+ }
151
+
152
+ /* SVG sizes */
153
+ .icon-32 { width: 40px; height: 40px; }
154
+
155
+ /* Helpers */
156
+ .block { display: block; }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="status-left">
165
+ <div>5:57</div>
166
+ <div class="status-icons">
167
+ <span class="dot"></span>
168
+ <span class="dot"></span>
169
+ <span class="dot"></span>
170
+ <span class="dot"></span>
171
+ <span class="dot"></span>
172
+ </div>
173
+ </div>
174
+ <div class="status-right">
175
+ <!-- WiFi icon -->
176
+ <svg class="svg-icon" viewBox="0 0 24 24">
177
+ <path d="M3 8c4-4 14-4 18 0M6 12c3-3 9-3 12 0M9 16c2-2 4-2 6 0M12 20l0 0"></path>
178
+ </svg>
179
+ <div class="battery"><div class="level"></div></div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- App bar -->
184
+ <div class="app-bar">
185
+ <div class="icon-btn">
186
+ <svg class="svg-icon" viewBox="0 0 24 24">
187
+ <path d="M15 4L7 12l8 8" stroke-linecap="round" stroke-linejoin="round"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="app-title">Review Flight</div>
191
+ <div class="icon-btn">
192
+ <svg class="svg-icon" viewBox="0 0 24 24">
193
+ <circle cx="6" cy="12" r="2"></circle>
194
+ <circle cx="12" cy="6" r="2"></circle>
195
+ <circle cx="18" cy="12" r="2"></circle>
196
+ <path d="M8 12l4-4 4 4" stroke-linecap="round"></path>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Main content -->
202
+ <div class="content section">
203
+ <h1 class="route">St. John's → Campbell River</h1>
204
+ <div class="subline">Sat, 21 Oct • 2 stops • 24h 40m • Economy</div>
205
+
206
+ <div class="airline-row row">
207
+ <div class="airline-img">[IMG: Air Canada Logo]</div>
208
+ <div class="airline-text">Air Canada • AC 1573</div>
209
+ </div>
210
+
211
+ <div class="flight-card">
212
+ <div class="two-cols">
213
+ <div class="col">
214
+ <div class="small-label">Sat, 21 Oct</div>
215
+ <div class="big-time">14:15</div>
216
+ <div class="city">St. John's</div>
217
+ <div class="airport muted">St John's</div>
218
+ </div>
219
+ <div class="col" style="text-align:right;">
220
+ <div class="small-label">Sat, 21 Oct</div>
221
+ <div class="big-time">16:22</div>
222
+ <div class="city">Toronto</div>
223
+ <div class="airport muted">Pearson Intl</div>
224
+ <div class="terminal">Terminal 1</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="duration-line">
229
+ 3h 37m
230
+ </div>
231
+
232
+ <div class="row" style="margin-top: 10px;">
233
+ <div class="on-time">
234
+ <svg class="chip-clock" viewBox="0 0 24 24">
235
+ <circle cx="12" cy="12" r="9" stroke="#2D9D59" fill="none" stroke-width="2"></circle>
236
+ <path d="M12 7v5l4 2" stroke="#2D9D59" stroke-width="2" fill="none" stroke-linecap="round"></path>
237
+ </svg>
238
+ Flight is usually on time
239
+ </div>
240
+ </div>
241
+
242
+ <div class="info-list">
243
+ <div class="item">
244
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
245
+ <path d="M4 9h16v9H4z"></path>
246
+ <path d="M8 9V7c0-1 1-2 2-2h4c1 0 2 1 2 2v2"></path>
247
+ </svg>
248
+ <span>Cabin : <span class="small">7Kg</span></span>
249
+ </div>
250
+ <div class="item">
251
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
252
+ <rect x="5" y="7" width="14" height="12"></rect>
253
+ <path d="M9 7V5h6v2"></path>
254
+ </svg>
255
+ <span>Check-in : <span class="small">0 Unit(s)</span></span>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="divider"></div>
260
+
261
+ <div class="model-row">
262
+ <div class="row" style="gap:16px;">
263
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
264
+ <path d="M3 13l7-2 3-7 2 7 6 2-6 2-2 7-3-7z" stroke-linejoin="round"></path>
265
+ </svg>
266
+ <div>A319-100</div>
267
+ </div>
268
+ <div class="view-less">
269
+ View Less
270
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
271
+ <path d="M6 15l6-6 6 6" stroke="#F57C00"></path>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Feature list -->
277
+ <div class="feature">
278
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
279
+ <path d="M3 8c4-4 14-4 18 0M6 12c3-3 9-3 12 0M9 16c2-2 4-2 6 0M12 20l0 0"></path>
280
+ </svg>
281
+ <div class="desc">WIFI</div>
282
+ </div>
283
+
284
+ <div class="feature">
285
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
286
+ <circle cx="12" cy="12" r="5"></circle>
287
+ <path d="M3 6h2M3 10h2M19 6h2M19 10h2"></path>
288
+ </svg>
289
+ <div class="desc">Fresh Food Available Free</div>
290
+ </div>
291
+
292
+ <div class="feature">
293
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
294
+ <path d="M11 3v8M7 7h8"></path>
295
+ <rect x="16" y="12" width="5" height="8"></rect>
296
+ </svg>
297
+ <div class="desc">Power + USB</div>
298
+ </div>
299
+
300
+ <div class="feature">
301
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
302
+ <polygon points="8,6 18,12 8,18"></polygon>
303
+ </svg>
304
+ <div class="desc">On Demand</div>
305
+ </div>
306
+
307
+ <div class="feature">
308
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
309
+ <path d="M5 11h9v6H5z"></path>
310
+ <path d="M14 13h5v4h-5z"></path>
311
+ </svg>
312
+ <div class="desc">Standard</div>
313
+ </div>
314
+
315
+ <div class="feature">
316
+ <svg class="svg-icon icon-32" viewBox="0 0 24 24">
317
+ <rect x="3" y="5" width="6" height="6"></rect>
318
+ <rect x="10" y="5" width="6" height="6"></rect>
319
+ <rect x="17" y="5" width="4" height="6"></rect>
320
+ <rect x="3" y="12" width="6" height="6"></rect>
321
+ <rect x="10" y="12" width="6" height="6"></rect>
322
+ <rect x="17" y="12" width="4" height="6"></rect>
323
+ </svg>
324
+ <div class="desc">Standard 3-3 (Standard seat tilt)</div>
325
+ </div>
326
+
327
+ <div class="grey-box">
328
+ Change of planes • 53m layover in Toronto
329
+ </div>
330
+
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Bottom price & CTA -->
335
+ <div class="bottom-bar">
336
+ <div>
337
+ <div class="price-block">
338
+ <div class="price">₹186453</div>
339
+ <div class="info-circle">i</div>
340
+ </div>
341
+ <div class="travellers">3 Travellers</div>
342
+ </div>
343
+ <div class="cta">Proceed</div>
344
+ </div>
345
+
346
+ </div>
347
+ </body>
348
+ </html>
code/13919/13919_0.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Photo Viewer 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: #0B0B0B;
13
+ color: #fff;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ padding: 0 28px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #EDEDED;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left, .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .chip {
37
+ border: 1px solid #2C2C2C;
38
+ background: #1A1A1A;
39
+ color: #CFCFCF;
40
+ padding: 8px 16px;
41
+ border-radius: 20px;
42
+ font-size: 26px;
43
+ }
44
+ /* App bar */
45
+ .app-bar {
46
+ position: absolute;
47
+ top: 110px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 120px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ padding: 0 28px;
55
+ box-sizing: border-box;
56
+ color: #fff;
57
+ }
58
+ .app-actions {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 32px;
62
+ }
63
+ .icon-btn {
64
+ width: 64px;
65
+ height: 64px;
66
+ display: grid;
67
+ place-items: center;
68
+ border-radius: 50%;
69
+ }
70
+ .icon-btn svg { width: 44px; height: 44px; stroke: #ffffff; fill: none; stroke-width: 3; }
71
+ .icon-solid svg { fill: #ffffff; stroke: none; }
72
+ /* Photo area */
73
+ .photo-area {
74
+ position: absolute;
75
+ top: 230px; /* 110 + 120 */
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 1850px; /* remaining space minus toolbars */
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ background: #0B0B0B;
83
+ }
84
+ .photo-placeholder {
85
+ width: 1040px;
86
+ height: 1500px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ color: #616161;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ text-align: center;
94
+ font-size: 36px;
95
+ line-height: 1.3;
96
+ }
97
+ /* Bottom action bar */
98
+ .bottom-bar {
99
+ position: absolute;
100
+ bottom: 100px;
101
+ left: 0;
102
+ width: 1080px;
103
+ height: 220px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: space-around;
107
+ color: #EDEDED;
108
+ border-top: 1px solid #1F1F1F;
109
+ }
110
+ .action {
111
+ display: flex;
112
+ flex-direction: column;
113
+ align-items: center;
114
+ gap: 14px;
115
+ font-size: 32px;
116
+ }
117
+ .action svg { width: 64px; height: 64px; stroke: #EDEDED; fill: none; stroke-width: 3; }
118
+ /* Navigation pill */
119
+ .nav-pill {
120
+ position: absolute;
121
+ bottom: 32px;
122
+ left: 50%;
123
+ transform: translateX(-50%);
124
+ width: 220px;
125
+ height: 14px;
126
+ background: #FFFFFF;
127
+ opacity: 0.85;
128
+ border-radius: 12px;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+ <!-- Status Bar -->
135
+ <div class="status-bar">
136
+ <div class="status-left">
137
+ <div>11:29</div>
138
+ <div class="chip">M</div>
139
+ <div class="chip">☁</div>
140
+ </div>
141
+ <div class="status-right">
142
+ <div class="chip">Wi‑Fi</div>
143
+ <div class="chip">🔋</div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- App Bar -->
148
+ <div class="app-bar">
149
+ <div class="icon-btn" title="Back">
150
+ <svg viewBox="0 0 24 24">
151
+ <path d="M15 4L7 12l8 8"/>
152
+ </svg>
153
+ </div>
154
+ <div class="app-actions">
155
+ <div class="icon-btn" title="Star">
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M12 3l2.7 5.6L21 10l-4.5 4.2L17 21l-5-3-5 3 0.5-6.8L3 10l6.3-1.4z"/>
158
+ </svg>
159
+ </div>
160
+ <div class="icon-btn icon-solid" title="More">
161
+ <svg viewBox="0 0 24 24">
162
+ <circle cx="12" cy="5" r="2.2"></circle>
163
+ <circle cx="12" cy="12" r="2.2"></circle>
164
+ <circle cx="12" cy="19" r="2.2"></circle>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Photo Area -->
171
+ <div class="photo-area">
172
+ <div class="photo-placeholder">[IMG: Windmills landscape with water reflection]</div>
173
+ </div>
174
+
175
+ <!-- Bottom Actions -->
176
+ <div class="bottom-bar">
177
+ <div class="action">
178
+ <svg viewBox="0 0 24 24">
179
+ <path d="M4 12h10M9 7l5 5-5 5"/>
180
+ <path d="M18 8a4 4 0 010 8"/>
181
+ </svg>
182
+ <div>Share</div>
183
+ </div>
184
+ <div class="action">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M12 2l1.5 4 4 1.5-4 1.5-1.5 4-1.5-4-4-1.5 4-1.5z"/>
187
+ </svg>
188
+ <div>Auto</div>
189
+ </div>
190
+ <div class="action">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M4 20l8-8M14 6l4 4"/>
193
+ <path d="M3 21l5-1-4-4-1 5z"/>
194
+ </svg>
195
+ <div>Edit</div>
196
+ </div>
197
+ <div class="action">
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M4 6h16M9 6V4h6v2M7 6l1 14h8l1-14"/>
200
+ </svg>
201
+ <div>Trash</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Navigation Pill -->
206
+ <div class="nav-pill"></div>
207
+ </div>
208
+ </body>
209
+ </html>
code/13919/13919_1.html ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gallery UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #FFFFFF; color: #222;
11
+ font-family: "Roboto", Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px;
17
+ padding: 28px 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 44px; color: #2A2A2A;
20
+ }
21
+ .sb-left, .sb-right { display: flex; align-items: center; gap: 24px; }
22
+ .sb-icon { width: 48px; height: 48px; }
23
+ .sb-icon svg { width: 100%; height: 100%; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: relative;
28
+ padding: 10px 60px 0 60px;
29
+ display: flex; align-items: center; gap: 24px;
30
+ }
31
+ .gp-logo { width: 70px; height: 70px; }
32
+ .title { font-size: 64px; font-weight: 500; letter-spacing: 0.2px; }
33
+ .kebab {
34
+ position: absolute; right: 40px; top: 26px;
35
+ width: 48px; height: 48px;
36
+ }
37
+
38
+ /* Sections */
39
+ .content { padding: 20px 60px 0 60px; }
40
+ .section-title { font-size: 48px; font-weight: 600; margin: 40px 0 22px; }
41
+ .thumb-grid { display: flex; gap: 22px; }
42
+ .img {
43
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
44
+ display: flex; justify-content: center; align-items: center;
45
+ border-radius: 8px; text-align: center; line-height: 1.25;
46
+ }
47
+ .img.small { width: 320px; height: 240px; }
48
+ .img.square { width: 320px; height: 320px; }
49
+ .watermark {
50
+ position: absolute; left: 10px; bottom: 10px;
51
+ background: rgba(0,0,0,0.6); color: #fff; font-size: 26px;
52
+ padding: 6px 12px; border-radius: 16px;
53
+ }
54
+ .img-wrap { position: relative; }
55
+
56
+ /* Bottom navigation */
57
+ .nav-bar {
58
+ position: absolute; left: 0; bottom: 0;
59
+ width: 100%; height: 200px;
60
+ background: #FFFFFF; border-top: 1px solid #EEE;
61
+ display: flex; justify-content: space-around; align-items: center;
62
+ }
63
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; }
64
+ .nav-icon { width: 74px; height: 74px; }
65
+ .nav-label { font-size: 36px; }
66
+ .active { color: #4285F4; }
67
+ .inactive { color: #757575; }
68
+
69
+ /* Gesture bar */
70
+ .gesture {
71
+ position: absolute; left: 50%; transform: translateX(-50%);
72
+ bottom: 220px; width: 420px; height: 18px;
73
+ background: #CFCFCF; border-radius: 12px;
74
+ }
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+
80
+ <!-- Status Bar -->
81
+ <div class="status-bar">
82
+ <div class="sb-left">
83
+ <div style="font-weight: 500;">11:30</div>
84
+ <!-- Mail icon -->
85
+ <div class="sb-icon">
86
+ <svg viewBox="0 0 24 24">
87
+ <path d="M3 5h18v14H3z" fill="none" stroke="#555" stroke-width="2"/>
88
+ <path d="M3 7l9 6 9-6" fill="none" stroke="#555" stroke-width="2"/>
89
+ </svg>
90
+ </div>
91
+ <!-- Cloud icon -->
92
+ <div class="sb-icon">
93
+ <svg viewBox="0 0 24 24">
94
+ <path d="M7 15h10a4 4 0 0 0 0-8 5 5 0 0 0-9-1A4 4 0 0 0 7 15z" fill="#666"/>
95
+ </svg>
96
+ </div>
97
+ </div>
98
+ <div class="sb-right">
99
+ <!-- Wi-Fi icon -->
100
+ <div class="sb-icon">
101
+ <svg viewBox="0 0 24 24">
102
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#555" stroke-width="2"/>
103
+ <path d="M5 12c3-3 11-3 14 0" fill="none" stroke="#555" stroke-width="2"/>
104
+ <path d="M9 16c2-2 4-2 6 0" fill="none" stroke="#555" stroke-width="2"/>
105
+ <circle cx="12" cy="19" r="1.6" fill="#555"/>
106
+ </svg>
107
+ </div>
108
+ <!-- Battery icon -->
109
+ <div class="sb-icon">
110
+ <svg viewBox="0 0 24 24">
111
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
112
+ <rect x="20" y="10" width="2" height="4" fill="#555"/>
113
+ <rect x="4" y="8" width="12" height="8" fill="#7CB342"/>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Header with Gallery title -->
120
+ <div class="header">
121
+ <!-- Google Photos style logo -->
122
+ <div class="gp-logo">
123
+ <svg viewBox="0 0 64 64">
124
+ <circle cx="32" cy="20" r="12" fill="#4285F4"/>
125
+ <circle cx="44" cy="32" r="12" fill="#FBBC05"/>
126
+ <circle cx="32" cy="44" r="12" fill="#34A853"/>
127
+ <circle cx="20" cy="32" r="12" fill="#EA4335"/>
128
+ </svg>
129
+ </div>
130
+ <div class="title">Gallery</div>
131
+ <!-- Kebab menu -->
132
+ <div class="kebab">
133
+ <svg viewBox="0 0 24 24">
134
+ <circle cx="12" cy="4" r="2.2" fill="#666"/>
135
+ <circle cx="12" cy="12" r="2.2" fill="#666"/>
136
+ <circle cx="12" cy="20" r="2.2" fill="#666"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Content -->
142
+ <div class="content">
143
+ <div class="section-title">September</div>
144
+ <div class="thumb-grid">
145
+ <div class="img small">[IMG: Dutch windmills landscape]</div>
146
+ <div class="img small">[IMG: Canal houses with reflections]</div>
147
+ <div class="img small">[IMG: Flower fields with windmill]</div>
148
+ </div>
149
+
150
+ <div class="section-title" style="margin-top: 60px;">July</div>
151
+ <div class="img-wrap">
152
+ <div class="img square">[IMG: Artwork – person wearing headphones]</div>
153
+ <div class="watermark">imagine</div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Gesture pill -->
158
+ <div class="gesture"></div>
159
+
160
+ <!-- Bottom Navigation -->
161
+ <div class="nav-bar">
162
+ <div class="nav-item">
163
+ <div class="nav-icon">
164
+ <svg viewBox="0 0 24 24">
165
+ <rect x="2" y="4" width="20" height="16" rx="2" ry="2" fill="none" stroke="#4285F4" stroke-width="2"/>
166
+ <circle cx="8" cy="10" r="2.2" fill="#4285F4"/>
167
+ <path d="M4 18l5-4 4 3 7-6" fill="none" stroke="#4285F4" stroke-width="2"/>
168
+ </svg>
169
+ </div>
170
+ <div class="nav-label active">Photos</div>
171
+ </div>
172
+
173
+ <div class="nav-item">
174
+ <div class="nav-icon">
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M3 7h6l2 2h10v10H3z" fill="none" stroke="#757575" stroke-width="2"/>
177
+ </svg>
178
+ </div>
179
+ <div class="nav-label inactive">Folders</div>
180
+ </div>
181
+ </div>
182
+
183
+ </div>
184
+ </body>
185
+ </html>
code/13919/13919_10.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gallery Permission UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #f3f4f6;
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ color: #111827;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 110px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 34px;
23
+ font-size: 42px; color: #111;
24
+ background: transparent;
25
+ }
26
+ .status-left { display: flex; align-items: center; gap: 24px; }
27
+ .status-right { display: flex; align-items: center; gap: 26px; }
28
+ .icon { width: 44px; height: 44px; }
29
+
30
+ /* Top actions */
31
+ .top-actions {
32
+ position: absolute; top: 120px; left: 34px; right: 34px;
33
+ height: 80px; display: flex; align-items: center; gap: 28px;
34
+ color: #111;
35
+ }
36
+ .close-x {
37
+ font-size: 64px; line-height: 64px; font-weight: 400; color: #111;
38
+ }
39
+ .selection-count {
40
+ font-size: 60px; font-weight: 600; color: #111;
41
+ }
42
+
43
+ /* Content sections */
44
+ .content {
45
+ position: absolute; top: 220px; left: 0; right: 0; bottom: 220px;
46
+ padding: 0 34px;
47
+ }
48
+ .section-title {
49
+ font-size: 48px; font-weight: 700; margin: 22px 0 18px; color: #111;
50
+ }
51
+ .thumb-row {
52
+ display: flex; gap: 28px; flex-wrap: wrap;
53
+ }
54
+ .thumb {
55
+ position: relative;
56
+ width: 300px; height: 260px;
57
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
58
+ display: flex; align-items: center; justify-content: center;
59
+ color: #757575; font-size: 28px; text-align: center;
60
+ }
61
+ .thumb.large { width: 320px; height: 320px; }
62
+ .check-badge {
63
+ position: absolute; top: 16px; left: 16px; width: 58px; height: 58px;
64
+ border-radius: 50%; background: #2563eb; display: flex; align-items: center; justify-content: center;
65
+ box-shadow: 0 2px 4px rgba(0,0,0,0.25);
66
+ }
67
+ .check-badge svg { width: 36px; height: 36px; }
68
+
69
+ /* Bottom actions */
70
+ .bottom-actions {
71
+ position: absolute; left: 0; right: 0; bottom: 90px;
72
+ display: flex; justify-content: space-between; padding: 0 34px;
73
+ gap: 24px;
74
+ }
75
+ .btn-outline, .btn-solid {
76
+ height: 120px; border-radius: 22px; font-size: 44px; font-weight: 700;
77
+ display: flex; align-items: center; justify-content: center; gap: 20px;
78
+ }
79
+ .btn-outline {
80
+ width: 480px; border: 4px solid #0B4DA8; color: #0B4DA8; background: transparent;
81
+ }
82
+ .btn-solid {
83
+ width: 480px; background: #0B4DA8; color: #fff; border: none;
84
+ }
85
+ .btn-icon { width: 48px; height: 48px; }
86
+
87
+ /* Modal overlay and card */
88
+ .modal-overlay {
89
+ position: absolute; inset: 0;
90
+ background: rgba(0,0,0,0.35);
91
+ z-index: 5;
92
+ }
93
+ .permission-modal {
94
+ position: absolute; left: 50%; top: 50%;
95
+ transform: translate(-50%, -50%);
96
+ width: 860px; background: #fff; border-radius: 36px;
97
+ box-shadow: 0 22px 60px rgba(0,0,0,0.25);
98
+ padding: 52px 56px;
99
+ z-index: 10;
100
+ }
101
+ .modal-title {
102
+ font-size: 56px; font-weight: 800; line-height: 1.2; color: #111;
103
+ margin-bottom: 40px;
104
+ }
105
+ .modal-thumbs { display: flex; gap: 26px; margin-bottom: 50px; }
106
+ .modal-thumb {
107
+ width: 200px; height: 160px;
108
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 16px;
109
+ display: flex; align-items: center; justify-content: center;
110
+ color: #757575; font-size: 24px; text-align: center;
111
+ }
112
+ .modal-actions {
113
+ display: flex; justify-content: flex-end; gap: 60px;
114
+ padding-top: 6px;
115
+ }
116
+ .link-btn {
117
+ font-size: 44px; font-weight: 700; background: transparent; border: none; cursor: pointer;
118
+ }
119
+ .deny { color: #4b5563; }
120
+ .allow { color: #3a7b1d; }
121
+
122
+ /* Home indicator (bottom) */
123
+ .home-indicator {
124
+ position: absolute; bottom: 22px; left: 50%;
125
+ transform: translateX(-50%);
126
+ width: 420px; height: 10px; background: #fff; border-radius: 8px;
127
+ opacity: 0.95;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status Bar -->
135
+ <div class="status-bar">
136
+ <div class="status-left">
137
+ <div>11:36</div>
138
+ </div>
139
+ <div class="status-right">
140
+ <!-- Simple cloud icon -->
141
+ <svg class="icon" viewBox="0 0 24 24">
142
+ <path d="M6 15a4 4 0 0 1 0-8c.6-2.3 2.6-4 5-4a5 5 0 0 1 5 5h1a4 4 0 0 1 0 8H6z" fill="#9ca3af"/>
143
+ </svg>
144
+ <!-- WiFi -->
145
+ <svg class="icon" viewBox="0 0 24 24">
146
+ <path d="M2 8c5-4 15-4 20 0" stroke="#000" stroke-width="2" fill="none"/>
147
+ <path d="M5 11c3-3 11-3 14 0" stroke="#000" stroke-width="2" fill="none"/>
148
+ <path d="M8 14c2-2 6-2 8 0" stroke="#000" stroke-width="2" fill="none"/>
149
+ <circle cx="12" cy="18" r="2" fill="#000"/>
150
+ </svg>
151
+ <!-- Battery -->
152
+ <svg class="icon" viewBox="0 0 32 24">
153
+ <rect x="2" y="5" width="26" height="14" rx="3" ry="3" fill="#fff" stroke="#000" stroke-width="2"/>
154
+ <rect x="4" y="7" width="18" height="10" rx="2" fill="#22c55e"/>
155
+ <rect x="28" y="9" width="3" height="6" rx="1" fill="#000"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Top Actions -->
161
+ <div class="top-actions">
162
+ <div class="close-x">×</div>
163
+ <div class="selection-count">3</div>
164
+ </div>
165
+
166
+ <!-- Content -->
167
+ <div class="content">
168
+ <div class="section">
169
+ <div class="section-title">September</div>
170
+ <div class="thumb-row">
171
+ <div class="thumb">
172
+ <div class="check-badge">
173
+ <svg viewBox="0 0 24 24">
174
+ <circle cx="12" cy="12" r="12" fill="#2563eb"/>
175
+ <path d="M6 12l4 4 8-8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ </div>
178
+ <div>[IMG: Windmill over lake]</div>
179
+ </div>
180
+ <div class="thumb">
181
+ <div class="check-badge">
182
+ <svg viewBox="0 0 24 24">
183
+ <circle cx="12" cy="12" r="12" fill="#2563eb"/>
184
+ <path d="M6 12l4 4 8-8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+ <div>[IMG: Dutch canal street]</div>
188
+ </div>
189
+ <div class="thumb">
190
+ <div class="check-badge">
191
+ <svg viewBox="0 0 24 24">
192
+ <circle cx="12" cy="12" r="12" fill="#2563eb"/>
193
+ <path d="M6 12l4 4 8-8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
194
+ </svg>
195
+ </div>
196
+ <div>[IMG: Tulip fields with windmills]</div>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="section">
202
+ <div class="section-title">July</div>
203
+ <div class="thumb-row">
204
+ <div class="thumb large">
205
+ <div>[IMG: Artwork with headphones]</div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Bottom action buttons -->
212
+ <div class="bottom-actions">
213
+ <div class="btn-outline">
214
+ <svg class="btn-icon" viewBox="0 0 24 24">
215
+ <rect x="8" y="6" width="12" height="12" rx="2" ry="2" fill="none" stroke="#0B4DA8" stroke-width="2"/>
216
+ <rect x="4" y="10" width="12" height="12" rx="2" ry="2" fill="none" stroke="#0B4DA8" stroke-width="2"/>
217
+ </svg>
218
+ <span>Copy</span>
219
+ </div>
220
+ <div class="btn-solid">
221
+ <svg class="btn-icon" viewBox="0 0 24 24">
222
+ <rect x="3" y="5" width="14" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
223
+ <path d="M14 12h7M17 9l4 3-4 3" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
224
+ </svg>
225
+ <span>Move</span>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Modal Overlay and Card -->
230
+ <div class="modal-overlay"></div>
231
+ <div class="permission-modal">
232
+ <div class="modal-title">Allow Gallery to modify 3 photos?</div>
233
+ <div class="modal-thumbs">
234
+ <div class="modal-thumb">[IMG: Tulip fields]</div>
235
+ <div class="modal-thumb">[IMG: Canal street]</div>
236
+ <div class="modal-thumb">[IMG: Windmill by lake]</div>
237
+ </div>
238
+ <div class="modal-actions">
239
+ <button class="link-btn deny">Deny</button>
240
+ <button class="link-btn allow">Allow</button>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="home-indicator"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/13919/13919_11.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Leiden Day Out - Mock UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 88px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #222;
23
+ font-size: 34px;
24
+ }
25
+ .status-left {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 18px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 18px;
34
+ }
35
+
36
+ /* App bar / header */
37
+ .app-bar {
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 12px 28px 0 28px;
41
+ height: 170px;
42
+ }
43
+ .icon-btn {
44
+ width: 72px;
45
+ height: 72px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ margin-right: 10px;
50
+ }
51
+ .title-block {
52
+ flex: 1;
53
+ }
54
+ .title {
55
+ font-size: 56px;
56
+ font-weight: 700;
57
+ color: #1a1a1a;
58
+ line-height: 1.2;
59
+ }
60
+ .subtitle {
61
+ font-size: 32px;
62
+ color: #757575;
63
+ margin-top: 8px;
64
+ }
65
+ .header-actions {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 18px;
69
+ padding-left: 12px;
70
+ }
71
+
72
+ /* Content */
73
+ .content {
74
+ padding: 0 48px;
75
+ }
76
+ .section-title {
77
+ font-size: 44px;
78
+ font-weight: 700;
79
+ color: #222;
80
+ margin-top: 28px;
81
+ margin-bottom: 24px;
82
+ }
83
+ .photo-row {
84
+ display: flex;
85
+ gap: 30px;
86
+ }
87
+ .photo {
88
+ width: 300px;
89
+ height: 300px;
90
+ background: #E0E0E0;
91
+ border: 1px solid #BDBDBD;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #757575;
96
+ text-align: center;
97
+ font-size: 28px;
98
+ line-height: 1.25;
99
+ }
100
+
101
+ /* Home indicator */
102
+ .home-indicator {
103
+ position: absolute;
104
+ bottom: 40px;
105
+ left: 50%;
106
+ transform: translateX(-50%);
107
+ width: 500px;
108
+ height: 12px;
109
+ background: #BDBDBD;
110
+ border-radius: 8px;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status Bar -->
118
+ <div class="status-bar">
119
+ <div class="status-left">
120
+ <div class="time">11:37</div>
121
+ </div>
122
+ <div class="status-right">
123
+ <!-- Wi-Fi -->
124
+ <svg width="34" height="34" viewBox="0 0 24 24">
125
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ <circle cx="12" cy="18" r="1.5" fill="#555"></circle>
127
+ </svg>
128
+ <!-- Battery -->
129
+ <svg width="34" height="34" viewBox="0 0 24 24">
130
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#555" fill="none" stroke-width="2"></rect>
131
+ <rect x="4" y="9" width="12" height="6" fill="#555"></rect>
132
+ <rect x="21" y="10" width="2" height="4" fill="#555"></rect>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- App Bar -->
138
+ <div class="app-bar">
139
+ <div class="icon-btn">
140
+ <!-- Back Arrow -->
141
+ <svg width="44" height="44" viewBox="0 0 24 24">
142
+ <path d="M15 6l-6 6 6 6" stroke="#000" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="title-block">
146
+ <div class="title">Leiden Day Out</div>
147
+ <div class="subtitle">3 items · 10 MB</div>
148
+ </div>
149
+ <div class="header-actions">
150
+ <!-- Cloud -->
151
+ <svg width="40" height="40" viewBox="0 0 24 24">
152
+ <path d="M6 16h10a3 3 0 0 0 0-6 4 4 0 0 0-7-2 5 5 0 0 0-3 8z" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
153
+ </svg>
154
+ <!-- Kebab Menu -->
155
+ <svg width="38" height="38" viewBox="0 0 24 24">
156
+ <circle cx="12" cy="5" r="2" fill="#555"></circle>
157
+ <circle cx="12" cy="12" r="2" fill="#555"></circle>
158
+ <circle cx="12" cy="19" r="2" fill="#555"></circle>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Content Area -->
164
+ <div class="content">
165
+ <div class="section-title">September</div>
166
+ <div class="photo-row">
167
+ <div class="photo">[IMG: Windmills by water]</div>
168
+ <div class="photo">[IMG: Leiden canal houses]</div>
169
+ <div class="photo">[IMG: Tulip fields with windmill]</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Home Indicator -->
174
+ <div class="home-indicator"></div>
175
+ </div>
176
+ </body>
177
+ </html>
code/13919/13919_2.html ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gallery - Folders</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#FFFFFF; border-radius:32px;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:110px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#212121; font-weight:500; font-size:40px;
17
+ }
18
+ .status-icons { display:flex; align-items:center; gap:26px; color:#616161; }
19
+ .status-icons svg { width:40px; height:40px; }
20
+
21
+ /* Header */
22
+ .header {
23
+ padding:0 40px; height:160px; display:flex; align-items:center; justify-content:space-between;
24
+ }
25
+ .brand { display:flex; align-items:center; gap:24px; }
26
+ .brand-logo {
27
+ width:64px; height:64px; border-radius:12px;
28
+ background:linear-gradient(135deg,#4285F4,#EA4335,#FBBC04,#34A853);
29
+ }
30
+ .brand-title { font-size:64px; font-weight:700; color:#222; }
31
+ .header-actions svg { width:48px; height:48px; fill:#616161; }
32
+
33
+ /* Sort row */
34
+ .sort-row { padding:0 40px; height:100px; display:flex; align-items:center; justify-content:flex-end; }
35
+ .sort-chip {
36
+ display:flex; align-items:center; gap:16px; color:#1a73e8; font-size:40px; font-weight:600;
37
+ }
38
+ .sort-chip svg { width:40px; height:40px; fill:#1a73e8; }
39
+
40
+ /* Grid */
41
+ .content { padding:20px 40px 240px; }
42
+ .grid { display:flex; flex-wrap:wrap; gap:48px; }
43
+ .folder-card {
44
+ width:456px; border-radius:28px; overflow:hidden; background:#fafafa;
45
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
46
+ }
47
+ .thumb {
48
+ width:100%; height:350px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
49
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; text-align:center; padding:10px;
50
+ }
51
+ .card-body { padding:28px 28px 32px; }
52
+ .card-title { font-size:46px; color:#222; margin-bottom:12px; }
53
+ .card-meta { font-size:30px; color:#757575; }
54
+
55
+ /* Bottom navigation */
56
+ .bottom-nav {
57
+ position:absolute; bottom:0; left:0; right:0; height:170px; border-top:1px solid #e0e0e0;
58
+ display:flex; justify-content:space-around; align-items:center; background:#fff;
59
+ }
60
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; font-size:34px; color:#616161; }
61
+ .nav-item svg { width:64px; height:64px; }
62
+ .nav-item.active { color:#1a73e8; }
63
+ .nav-item.active svg { fill:#1a73e8; }
64
+ .nav-item svg { fill:#616161; }
65
+
66
+ /* Helpers */
67
+ .badge {
68
+ position:absolute; bottom:20px; left:20px; background:rgba(0,0,0,0.6);
69
+ color:#fff; padding:8px 16px; border-radius:16px; font-size:26px;
70
+ }
71
+ </style>
72
+ </head>
73
+ <body>
74
+ <div id="render-target">
75
+
76
+ <!-- Status Bar -->
77
+ <div class="status-bar">
78
+ <div>11:31</div>
79
+ <div class="status-icons">
80
+ <!-- Signal -->
81
+ <svg viewBox="0 0 24 24"><path d="M2 18h2v2H2v-2zm4-4h2v6H6v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6zm4-2h2v16h-2V4z"/></svg>
82
+ <!-- WiFi -->
83
+ <svg viewBox="0 0 24 24"><path d="M12 20l-3-3 3-3 3 3-3 3zM2 8a16 16 0 0 1 20 0l-2 2a12 12 0 0 0-16 0L2 8zm4 4a10 10 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2z"/></svg>
84
+ <!-- Battery -->
85
+ <svg viewBox="0 0 24 24"><path d="M20 7h1v10h-1v2H3V5h17v2zm-3 0H6v10h11V7z"/></svg>
86
+ </div>
87
+ </div>
88
+
89
+ <!-- Header -->
90
+ <div class="header">
91
+ <div class="brand">
92
+ <div class="brand-logo"></div>
93
+ <div class="brand-title">Gallery</div>
94
+ </div>
95
+ <div class="header-actions">
96
+ <!-- More (kebab) -->
97
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
98
+ </div>
99
+ </div>
100
+
101
+ <!-- Sort row -->
102
+ <div class="sort-row">
103
+ <div class="sort-chip">
104
+ Recent
105
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v14h-2V5zm-4 4h2v6H7V9zm8-2h2v10h-2V7z"/></svg>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Content grid -->
110
+ <div class="content">
111
+ <div class="grid">
112
+
113
+ <!-- Camera folder -->
114
+ <div class="folder-card">
115
+ <div class="thumb">[IMG: Windmills by riverside]</div>
116
+ <div class="card-body">
117
+ <div class="card-title">Camera</div>
118
+ <div class="card-meta">2 items · 10 MB</div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Download folder -->
123
+ <div class="folder-card">
124
+ <div class="thumb">[IMG: Windmills with tulip fields]</div>
125
+ <div class="card-body">
126
+ <div class="card-title">Download</div>
127
+ <div class="card-meta">1 item · 59 kB</div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Imagine folder -->
132
+ <div class="folder-card">
133
+ <div class="thumb">[IMG: Stylized person wearing large headphones]</div>
134
+ <div class="card-body">
135
+ <div class="card-title">Imagine</div>
136
+ <div class="card-meta">1 item · 0.98 MB</div>
137
+ </div>
138
+ </div>
139
+
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Bottom navigation -->
144
+ <div class="bottom-nav">
145
+ <div class="nav-item">
146
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 7-1.5 2L12 6 4.5 12 3 10l9-7zM5 13h14v8H5v-8zm2 2v4h10v-4H7z"/></svg>
147
+ <div>Photos</div>
148
+ </div>
149
+ <div class="nav-item active">
150
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v4H4V4zm0 6h16v4H4v-4zm0 6h16v4H4v-4z"/></svg>
151
+ <div>Folders</div>
152
+ </div>
153
+ </div>
154
+
155
+ </div>
156
+ </body>
157
+ </html>
code/13919/13919_3.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile Gallery UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #212121;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ height: 110px;
24
+ width: 100%;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #333;
30
+ font-size: 38px;
31
+ font-weight: 600;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 26px;
36
+ align-items: center;
37
+ }
38
+ .status-icons svg { width: 44px; height: 44px; fill: #4A4A4A; }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ position: absolute;
43
+ top: 110px;
44
+ left: 0;
45
+ right: 0;
46
+ height: 150px;
47
+ padding: 0 40px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ }
52
+ .brand {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 22px;
56
+ }
57
+ .gp-logo {
58
+ width: 62px;
59
+ height: 62px;
60
+ position: relative;
61
+ }
62
+ .gp-logo div {
63
+ position: absolute;
64
+ width: 30px; height: 30px;
65
+ border-radius: 6px;
66
+ }
67
+ .gp-logo .c1 { background: #EA4335; top: 0; left: 0; }
68
+ .gp-logo .c2 { background: #FBBC05; top: 0; right: 0; }
69
+ .gp-logo .c3 { background: #34A853; bottom: 0; left: 0; }
70
+ .gp-logo .c4 { background: #4285F4; bottom: 0; right: 0; }
71
+ .app-title { font-size: 56px; font-weight: 700; color: #202124; letter-spacing: 0.5px; }
72
+ .menu-button {
73
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
74
+ }
75
+ .menu-button svg { width: 40px; height: 40px; fill: #5F6368; }
76
+
77
+ /* Dropdown menu */
78
+ .dropdown {
79
+ position: absolute;
80
+ top: 240px;
81
+ right: 40px;
82
+ width: 560px;
83
+ background: #FFFFFF;
84
+ border-radius: 22px;
85
+ box-shadow: 0 20px 60px rgba(0,0,0,0.15);
86
+ border: 1px solid #E5E7EB;
87
+ overflow: hidden;
88
+ }
89
+ .dropdown-item {
90
+ padding: 36px 40px;
91
+ font-size: 48px;
92
+ color: #1F2937;
93
+ border-bottom: 1px solid #F0F2F5;
94
+ }
95
+ .dropdown-item:last-child { border-bottom: none; }
96
+
97
+ /* Grid */
98
+ .content {
99
+ position: absolute;
100
+ top: 300px;
101
+ left: 0;
102
+ right: 0;
103
+ bottom: 240px;
104
+ padding: 0 40px 40px;
105
+ overflow: hidden;
106
+ }
107
+ .gallery-grid {
108
+ display: grid;
109
+ grid-template-columns: 1fr 1fr;
110
+ grid-gap: 40px 40px;
111
+ }
112
+ .album-card {
113
+ width: 100%;
114
+ }
115
+ .album-thumb {
116
+ width: 100%;
117
+ height: 480px;
118
+ background: #E0E0E0;
119
+ border: 1px solid #BDBDBD;
120
+ border-radius: 26px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ color: #757575;
125
+ font-size: 40px;
126
+ text-align: center;
127
+ padding: 20px;
128
+ }
129
+ .album-title {
130
+ margin-top: 28px;
131
+ font-size: 50px;
132
+ font-weight: 700;
133
+ color: #202124;
134
+ }
135
+ .album-meta {
136
+ margin-top: 10px;
137
+ font-size: 36px;
138
+ color: #6B7280;
139
+ }
140
+
141
+ /* Bottom Nav */
142
+ .bottom-nav {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 180px;
146
+ border-top: 1px solid #EAEAEA;
147
+ background: #FFFFFF;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: space-evenly;
151
+ }
152
+ .tab {
153
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
154
+ gap: 16px;
155
+ }
156
+ .tab svg { width: 64px; height: 64px; }
157
+ .tab span { font-size: 42px; color: #6B7280; }
158
+ .tab.active span { color: #1A73E8; }
159
+ .tab.active svg { fill: #1A73E8; }
160
+ .tab svg { fill: #9CA3AF; }
161
+ .gesture-bar {
162
+ position: absolute;
163
+ left: 50%;
164
+ transform: translateX(-50%);
165
+ bottom: 200px;
166
+ width: 460px;
167
+ height: 14px;
168
+ background: #C7C7C7;
169
+ border-radius: 8px;
170
+ opacity: 0.7;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div>11:32</div>
180
+ <div class="status-icons">
181
+ <!-- Mail icon -->
182
+ <svg viewBox="0 0 24 24">
183
+ <path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z"/>
184
+ </svg>
185
+ <!-- Cloud icon -->
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M19.35 10.04A7.49 7.49 0 0 0 5.5 8.5a5.5 5.5 0 0 0 .5 11h12a4.5 4.5 0 0 0 .35-9.46z"/>
188
+ </svg>
189
+ <!-- Wifi icon -->
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6.59-7.41L12 19.17 5.41 12.59A9.969 9.969 0 0 1 12 10c2.76 0 5.26 1.12 7.59 2.59zM12 6c-4.24 0-8.06 1.66-11 4.4l1.42 1.42C5.34 9.3 8.52 8 12 8s6.66 1.3 9.58 3.82l1.42-1.42C20.06 7.66 16.24 6 12 6z"/>
192
+ </svg>
193
+ <!-- Battery icon -->
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M17 6h3v2h-3V6zM2 8c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8zm2 0h10v8H4V8z"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- App bar -->
201
+ <div class="app-bar">
202
+ <div class="brand">
203
+ <div class="gp-logo">
204
+ <div class="c1"></div>
205
+ <div class="c2"></div>
206
+ <div class="c3"></div>
207
+ <div class="c4"></div>
208
+ </div>
209
+ <div class="app-title">Gallery</div>
210
+ </div>
211
+ <div class="menu-button">
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M12 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Dropdown menu -->
219
+ <div class="dropdown">
220
+ <div class="dropdown-item">New Folder</div>
221
+ <div class="dropdown-item">Settings</div>
222
+ <div class="dropdown-item">Trash</div>
223
+ <div class="dropdown-item">Favourites</div>
224
+ </div>
225
+
226
+ <!-- Content grid -->
227
+ <div class="content">
228
+ <div class="gallery-grid">
229
+ <!-- Card 1 -->
230
+ <div class="album-card">
231
+ <div class="album-thumb">[IMG: Windmills Landscape]</div>
232
+ <div class="album-title">Camera</div>
233
+ <div class="album-meta">2 items · 10 MB</div>
234
+ </div>
235
+
236
+ <!-- Card 2 -->
237
+ <div class="album-card">
238
+ <div class="album-thumb">[IMG: Colorful Flower Fields]</div>
239
+ <div class="album-title">Download</div>
240
+ <div class="album-meta">1 item · 59 kB</div>
241
+ </div>
242
+
243
+ <!-- Card 3 -->
244
+ <div class="album-card">
245
+ <div class="album-thumb">[IMG: Stylized Portrait Artwork]</div>
246
+ <div class="album-title">Imagine</div>
247
+ <div class="album-meta">1 item · 0.98 MB</div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Gesture bar -->
253
+ <div class="gesture-bar"></div>
254
+
255
+ <!-- Bottom navigation -->
256
+ <div class="bottom-nav">
257
+ <div class="tab">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 12H7v2h10v-2zm0-8H7v6h10V7z"/>
260
+ </svg>
261
+ <span>Photos</span>
262
+ </div>
263
+ <div class="tab active">
264
+ <svg viewBox="0 0 24 24">
265
+ <path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"/>
266
+ </svg>
267
+ <span>Folders</span>
268
+ </div>
269
+ </div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/13919/13919_4.html ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>New Folder Dialog Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff; border-radius:0;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ height:120px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
15
+ color:#1a1a1a; font-weight:500;
16
+ }
17
+ .status-left { font-size:42px; letter-spacing:1px; }
18
+ .status-right { display:flex; gap:30px; align-items:center; }
19
+ .tiny-dot { width:18px; height:18px; background:#1a1a1a; border-radius:50%; opacity:.9; }
20
+ .battery {
21
+ width:56px; height:28px; border:4px solid #1a1a1a; border-radius:6px; position:relative;
22
+ }
23
+ .battery::after {
24
+ content:""; position:absolute; right:-10px; top:6px; width:6px; height:12px; background:#1a1a1a; border-radius:2px;
25
+ }
26
+ .battery .level { position:absolute; left:3px; top:3px; bottom:3px; width:34px; background:#1a1a1a; border-radius:2px; }
27
+
28
+ /* App bar */
29
+ .app-bar {
30
+ height:140px; display:flex; align-items:center; gap:26px; padding:0 36px; border-bottom:1px solid #eee;
31
+ }
32
+ .back-btn {
33
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center; cursor:default;
34
+ }
35
+ .title { font-size:64px; color:#111; font-weight:600; }
36
+
37
+ /* Form */
38
+ .content { padding:36px; }
39
+ .label { color:#1a73e8; font-size:38px; margin:24px 0 12px 6px; }
40
+ .input-outline {
41
+ height:192px; border:6px solid #1a73e8; border-radius:18px;
42
+ display:flex; align-items:center; padding:0 30px; font-size:56px; color:#333;
43
+ }
44
+ .btn-row {
45
+ display:flex; gap:28px; margin-top:56px;
46
+ }
47
+ .btn {
48
+ height:120px; padding:0 56px; border-radius:20px; display:flex; align-items:center; gap:22px; font-size:48px;
49
+ border:4px solid transparent; color:#1a73e8; background:#fff; box-shadow: none;
50
+ }
51
+ .btn.outlined { border-color:#1a73e8; }
52
+ .btn.disabled {
53
+ background:#eceff3; color:#a8a8a8; border-color:#eceff3;
54
+ }
55
+ .btn svg { width:48px; height:48px; }
56
+
57
+ /* Keyboard mock */
58
+ .keyboard {
59
+ position:absolute; left:0; right:0; bottom:0; height:1000px;
60
+ background:#eef0fb; border-top-left-radius:22px; border-top-right-radius:22px;
61
+ box-shadow:0 -2px 0 rgba(0,0,0,0.04) inset;
62
+ padding:22px 28px 28px;
63
+ }
64
+ .kb-top-icons { display:flex; align-items:center; justify-content:space-between; padding:10px 10px 20px 10px; }
65
+ .icon-pill {
66
+ width:96px; height:80px; background:#dfe5ff; border-radius:18px; display:flex; align-items:center; justify-content:center;
67
+ color:#3f51b5; font-size:30px; border:1px solid #d0d7ff;
68
+ }
69
+ .keys-row { display:flex; gap:14px; padding:10px 10px; }
70
+ .key {
71
+ height:124px; background:#ffffff; border-radius:24px; border:1px solid #e9e9ef;
72
+ display:flex; align-items:center; justify-content:center; font-size:62px; color:#222;
73
+ flex:1;
74
+ }
75
+ .row-10 .key { width:calc((100% - 9*14px)/10); flex:0 0 auto; }
76
+ .row-9 { padding-left:64px; padding-right:64px; }
77
+ .row-9 .key { width:calc((100% - 8*14px)/9); flex:0 0 auto; }
78
+ .row-bottom { display:flex; gap:14px; padding:10px 10px; align-items:center; }
79
+ .key.small { flex:0 0 150px; }
80
+ .key.medium { flex:0 0 200px; }
81
+ .key.backspace { flex:0 0 150px; background:#ffe9f1; }
82
+ .space { flex:1 1 auto; }
83
+ .enter { flex:0 0 170px; background:#d7ebb7; }
84
+ .dot { flex:0 0 120px; }
85
+ .nav-indicator {
86
+ position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
87
+ width:360px; height:10px; background:#a7a7b1; border-radius:6px; opacity:.8;
88
+ }
89
+ /* subtle hint text in inputs */
90
+ .placeholder { color:#9aa0a6; }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="status-bar">
98
+ <div class="status-left">11:32</div>
99
+ <div class="status-right">
100
+ <div class="tiny-dot" title="signal"></div>
101
+ <div class="tiny-dot" title="wifi" style="opacity:.6;"></div>
102
+ <div class="battery"><div class="level"></div></div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- App bar -->
107
+ <div class="app-bar">
108
+ <div class="back-btn" aria-label="Back">
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#202124" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
111
+ </svg>
112
+ </div>
113
+ <div class="title">New folder</div>
114
+ </div>
115
+
116
+ <!-- Content -->
117
+ <div class="content">
118
+ <div class="label">Folder name</div>
119
+ <div class="input-outline"><span class="placeholder"></span></div>
120
+
121
+ <div class="btn-row">
122
+ <div class="btn outlined">
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M6 6l12 12M18 6L6 18" stroke="#1a73e8" stroke-width="2.2" stroke-linecap="round"/>
125
+ </svg>
126
+ <span>Cancel</span>
127
+ </div>
128
+ <div class="btn disabled">
129
+ <svg viewBox="0 0 24 24">
130
+ <path d="M12 5v14M5 12h14" stroke="#a8a8a8" stroke-width="2.2" stroke-linecap="round"/>
131
+ </svg>
132
+ <span>Create</span>
133
+ </div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Keyboard mock -->
138
+ <div class="keyboard">
139
+ <div class="kb-top-icons">
140
+ <div class="icon-pill">⌗</div>
141
+ <div class="icon-pill">🙂</div>
142
+ <div class="icon-pill">GIF</div>
143
+ <div class="icon-pill">⚙️</div>
144
+ <div class="icon-pill">G</div>
145
+ <div class="icon-pill">🎨</div>
146
+ <div class="icon-pill">🎤</div>
147
+ </div>
148
+
149
+ <!-- Row 1 -->
150
+ <div class="keys-row row-10">
151
+ <div class="key">q</div>
152
+ <div class="key">w</div>
153
+ <div class="key">e</div>
154
+ <div class="key">r</div>
155
+ <div class="key">t</div>
156
+ <div class="key">y</div>
157
+ <div class="key">u</div>
158
+ <div class="key">i</div>
159
+ <div class="key">o</div>
160
+ <div class="key">p</div>
161
+ </div>
162
+
163
+ <!-- Row 2 -->
164
+ <div class="keys-row row-9">
165
+ <div class="key">a</div>
166
+ <div class="key">s</div>
167
+ <div class="key">d</div>
168
+ <div class="key">f</div>
169
+ <div class="key">g</div>
170
+ <div class="key">h</div>
171
+ <div class="key">j</div>
172
+ <div class="key">k</div>
173
+ <div class="key">l</div>
174
+ </div>
175
+
176
+ <!-- Row 3 -->
177
+ <div class="keys-row">
178
+ <div class="key small">⇧</div>
179
+ <div class="key">z</div>
180
+ <div class="key">x</div>
181
+ <div class="key">c</div>
182
+ <div class="key">v</div>
183
+ <div class="key">b</div>
184
+ <div class="key">n</div>
185
+ <div class="key">m</div>
186
+ <div class="key backspace">
187
+ <svg viewBox="0 0 24 24" width="40" height="40">
188
+ <path d="M22 6H11L5 12l6 6h11V6z" fill="#ffd0de" stroke="#d46b8a" stroke-width="1.5"/>
189
+ <path d="M14 9l6 6M20 9l-6 6" stroke="#d46b8a" stroke-width="2" stroke-linecap="round"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Row 4 -->
195
+ <div class="row-bottom">
196
+ <div class="key medium">?123</div>
197
+ <div class="key small">🙂</div>
198
+ <div class="key space"></div>
199
+ <div class="key dot">.</div>
200
+ <div class="key enter">
201
+ <svg viewBox="0 0 24 24" width="44" height="44">
202
+ <path d="M4 12h12v-5l5 5-5 5v-5H4z" fill="#6aa84f"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="nav-indicator"></div>
209
+ </div>
210
+ </body>
211
+ </html>
code/13919/13919_5.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>New Folder Screen Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #FFFFFF;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 1080px; height: 115px;
16
+ background: #FFFFFF;
17
+ }
18
+ .status-left { position: absolute; left: 28px; top: 34px; font-size: 40px; color: #212121; }
19
+ .status-icons { position: absolute; right: 28px; top: 32px; display: flex; align-items: center; gap: 22px; }
20
+ .icon { width: 42px; height: 42px; }
21
+ /* Simple WiFi, Battery icons */
22
+ .wifi svg, .battery svg { width: 42px; height: 42px; }
23
+ .cloud {
24
+ width: 42px; height: 42px; background:#E0E0E0; border-radius: 50%;
25
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px;
26
+ }
27
+
28
+ /* Header */
29
+ .header {
30
+ position: absolute; top: 115px; left: 0; width: 1080px; height: 120px;
31
+ display: flex; align-items: center;
32
+ }
33
+ .back-btn {
34
+ width: 72px; height: 72px; margin-left: 24px; display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .back-btn svg { width: 56px; height: 56px; fill: none; stroke: #3A3A3A; stroke-width: 8; }
37
+ .title {
38
+ font-size: 58px; color: #222; margin-left: 24px; font-weight: 500;
39
+ }
40
+
41
+ /* Form area */
42
+ .form-label {
43
+ position: absolute; top: 270px; left: 48px; font-size: 34px; color: #3F6DF6;
44
+ }
45
+ .input-box {
46
+ position: absolute; top: 318px; left: 40px; width: 1000px; height: 140px;
47
+ border: 4px solid #3F6DF6; border-radius: 12px; display:flex; align-items:center; padding-left: 30px;
48
+ font-size: 54px; color: #222;
49
+ }
50
+ .actions {
51
+ position: absolute; top: 500px; left: 0; width: 1080px; display: flex; justify-content: center; gap: 32px;
52
+ }
53
+ .btn {
54
+ height: 110px; border-radius: 16px; font-size: 42px; display: flex; align-items: center; justify-content: center;
55
+ padding: 0 36px; gap: 18px; cursor: default;
56
+ }
57
+ .btn-outline {
58
+ border: 3px solid #3F6DF6; color: #3F6DF6; background: #FFFFFF; min-width: 320px;
59
+ }
60
+ .btn-primary {
61
+ background: #3F6DF6; color: #FFFFFF; min-width: 380px; box-shadow: 0 4px 8px rgba(63,109,246,0.3);
62
+ }
63
+ .btn svg { width: 40px; height: 40px; stroke-width: 8; }
64
+
65
+ /* Blank area below form */
66
+ .content-blank {
67
+ position: absolute; top: 640px; left: 0; right:0; bottom: 1030px; background: #FFFFFF;
68
+ }
69
+
70
+ /* Keyboard */
71
+ .keyboard {
72
+ position: absolute; left: 0; bottom: 80px; width: 1080px; height: 980px;
73
+ background: #F3F4FB; border-top: 2px solid #E0E0E0;
74
+ }
75
+ .suggestions {
76
+ height: 120px; display: flex; align-items: center; padding: 0 30px; color: #222;
77
+ font-size: 44px; gap: 26px;
78
+ }
79
+ .s-left {
80
+ width: 80px; height: 80px; background: #C6D793; border-radius: 40px; display:flex; align-items:center; justify-content:center;
81
+ }
82
+ .s-left .grid {
83
+ width: 40px; height: 40px; display:grid; grid-template-columns: repeat(2, 1fr); grid-gap: 6px;
84
+ }
85
+ .s-left .grid div { width: 18px; height:18px; background:#728A48; border-radius:4px; }
86
+ .s-item { padding: 0 14px; }
87
+ .divider { width: 2px; height: 44px; background:#D0D0D8; }
88
+ .mic {
89
+ margin-left: auto; width: 80px; height: 80px; border-radius: 40px; background:#DDE1EF; display:flex; align-items:center; justify-content:center;
90
+ }
91
+ .mic svg { width: 40px; height: 40px; fill:#4A4D57; }
92
+
93
+ .rows { padding: 10px 24px; display: flex; flex-direction: column; gap: 26px; }
94
+ .row { display: flex; justify-content: space-between; }
95
+ .key {
96
+ width: 90px; height: 120px; background: #FFFFFF; border-radius: 26px; box-shadow: inset 0 0 0 1px #E6E6EB;
97
+ display: flex; align-items: center; justify-content: center; font-size: 54px; color: #222;
98
+ }
99
+ .key.small { font-size: 48px; }
100
+ .key.tinted { background: #F6DDE9; }
101
+ .key.green { background: #C6D793; }
102
+ .key.wide { width: 220px; }
103
+ .space { flex: 1; height: 120px; background: #FFFFFF; border-radius: 26px; box-shadow: inset 0 0 0 1px #E6E6EB; }
104
+ .backspace { width: 120px; }
105
+ .enter {
106
+ width: 120px;
107
+ background: #C6D793;
108
+ }
109
+
110
+ /* Gesture bar */
111
+ .gesture {
112
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
113
+ width: 320px; height: 14px; background: #BDBDBD; border-radius: 8px;
114
+ }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Status bar -->
121
+ <div class="status-bar">
122
+ <div class="status-left">11:33</div>
123
+ <div class="status-icons">
124
+ <div class="cloud">☁</div>
125
+ <div class="wifi icon">
126
+ <svg viewBox="0 0 24 24">
127
+ <path d="M2 8c5-4 15-4 20 0" stroke="#424242" stroke-width="2" fill="none" />
128
+ <path d="M5 12c4-3 10-3 14 0" stroke="#424242" stroke-width="2" fill="none" />
129
+ <path d="M9 16c2-2 4-2 6 0" stroke="#424242" stroke-width="2" fill="none" />
130
+ <circle cx="12" cy="19" r="1.6" fill="#424242"></circle>
131
+ </svg>
132
+ </div>
133
+ <div class="battery icon">
134
+ <svg viewBox="0 0 28 18">
135
+ <rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#424242" stroke-width="2" fill="none"></rect>
136
+ <rect x="24" y="7" width="3" height="4" fill="#424242"></rect>
137
+ <rect x="3" y="5" width="16" height="8" fill="#424242"></rect>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Header -->
144
+ <div class="header">
145
+ <div class="back-btn">
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M15 5 L7 12 L15 19" />
148
+ </svg>
149
+ </div>
150
+ <div class="title">New folder</div>
151
+ </div>
152
+
153
+ <!-- Form -->
154
+ <div class="form-label">Folder name</div>
155
+ <div class="input-box">Leiden Day Out</div>
156
+
157
+ <div class="actions">
158
+ <div class="btn btn-outline">
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#3F6DF6" fill="none"></path>
161
+ </svg>
162
+ <span>Cancel</span>
163
+ </div>
164
+ <div class="btn btn-primary">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M12 5 L12 19 M5 12 L19 12" stroke="#FFFFFF" fill="none"></path>
167
+ </svg>
168
+ <span>Create</span>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="content-blank"></div>
173
+
174
+ <!-- Keyboard -->
175
+ <div class="keyboard">
176
+ <div class="suggestions">
177
+ <div class="s-left">
178
+ <div class="grid">
179
+ <div></div><div></div><div></div><div></div>
180
+ </div>
181
+ </div>
182
+ <div class="s-item">Out</div>
183
+ <div class="divider"></div>
184
+ <div class="s-item">Outing</div>
185
+ <div class="divider"></div>
186
+ <div class="s-item">Our</div>
187
+ <div class="mic">
188
+ <svg viewBox="0 0 24 24">
189
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#4A4D57"></rect>
190
+ <path d="M6 11c0 3 3 5 6 5s6-2 6-5" stroke="#4A4D57" stroke-width="2" fill="none"></path>
191
+ <path d="M12 16 L12 20 M9 20 L15 20" stroke="#4A4D57" stroke-width="2" fill="none"></path>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="rows">
197
+ <div class="row">
198
+ <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>
199
+ <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>
200
+ </div>
201
+ <div class="row">
202
+ <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>
203
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
204
+ </div>
205
+ <div class="row">
206
+ <div class="key tinted">⇧</div>
207
+ <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>
208
+ <div class="key">n</div><div class="key">m</div>
209
+ <div class="key tinted backspace">⌫</div>
210
+ </div>
211
+ <div class="row">
212
+ <div class="key green wide">?123</div>
213
+ <div class="key tinted small">,</div>
214
+ <div class="space"></div>
215
+ <div class="key tinted small">.</div>
216
+ <div class="key green enter">⏎</div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="gesture"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/13919/13919_6.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select items - 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: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 96px;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-bar .time {
30
+ font-size: 42px;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ gap: 22px;
38
+ align-items: center;
39
+ }
40
+ .status-icons svg { width: 40px; height: 40px; fill: #444; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 96px;
46
+ left: 0;
47
+ width: 100%;
48
+ height: 120px;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 36px;
52
+ box-sizing: border-box;
53
+ }
54
+ .icon-btn {
55
+ width: 72px;
56
+ height: 72px;
57
+ background: transparent;
58
+ border: none;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ margin-right: 18px;
63
+ cursor: default;
64
+ }
65
+ .icon-btn svg { width: 48px; height: 48px; stroke: #222; stroke-width: 8; fill: none; }
66
+
67
+ .title {
68
+ font-size: 64px;
69
+ font-weight: 600;
70
+ }
71
+
72
+ /* Content area */
73
+ .content {
74
+ position: absolute;
75
+ top: 216px;
76
+ left: 0;
77
+ right: 0;
78
+ bottom: 340px;
79
+ padding: 20px 36px 0 36px;
80
+ box-sizing: border-box;
81
+ overflow: hidden;
82
+ }
83
+
84
+ .section-title {
85
+ font-size: 44px;
86
+ font-weight: 700;
87
+ margin: 30px 0 24px 0;
88
+ }
89
+
90
+ .photo-grid {
91
+ display: grid;
92
+ grid-template-columns: repeat(3, 1fr);
93
+ gap: 22px;
94
+ }
95
+
96
+ .photo {
97
+ position: relative;
98
+ height: 260px;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ color: #606060;
105
+ font-size: 30px;
106
+ text-align: center;
107
+ }
108
+
109
+ .select-circle {
110
+ position: absolute;
111
+ top: 16px;
112
+ left: 16px;
113
+ width: 60px;
114
+ height: 60px;
115
+ border-radius: 50%;
116
+ border: 6px solid #d0d7df;
117
+ background: rgba(255,255,255,0.6);
118
+ }
119
+
120
+ .section {
121
+ margin-bottom: 40px;
122
+ }
123
+
124
+ .photo-large {
125
+ width: 340px;
126
+ height: 340px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ color: #606060;
133
+ font-size: 30px;
134
+ text-align: center;
135
+ }
136
+
137
+ /* Bottom action bar */
138
+ .bottom-bar {
139
+ position: absolute;
140
+ bottom: 140px;
141
+ left: 0;
142
+ width: 100%;
143
+ display: flex;
144
+ gap: 24px;
145
+ padding: 0 36px;
146
+ box-sizing: border-box;
147
+ }
148
+ .btn {
149
+ flex: 1;
150
+ height: 120px;
151
+ border-radius: 22px;
152
+ border: 1px solid #D0D0D0;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ gap: 22px;
157
+ font-size: 42px;
158
+ font-weight: 500;
159
+ }
160
+ .btn svg { width: 54px; height: 54px; }
161
+ .copy-btn { background: #F7F7F7; color: #222; }
162
+ .move-btn { background: #EEEEEE; color: #9AA0A6; }
163
+
164
+ /* Gesture bar */
165
+ .gesture {
166
+ position: absolute;
167
+ bottom: 64px;
168
+ left: 50%;
169
+ transform: translateX(-50%);
170
+ width: 480px;
171
+ height: 14px;
172
+ background: #A9A9A9;
173
+ border-radius: 12px;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- Status bar -->
181
+ <div class="status-bar">
182
+ <div class="time">11:34</div>
183
+ <div class="status-icons">
184
+ <!-- Mail icon substitute (simple envelope) -->
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M2 5h20v14H2z" fill="none" stroke="#444" stroke-width="2"/>
187
+ <path d="M2 5l10 8 10-8" fill="none" stroke="#444" stroke-width="2"/>
188
+ </svg>
189
+ <!-- Cloud icon -->
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M6 16h11a4 4 0 0 0 0-8c-.7-3-4-5-7-3-2 1-3 3-3 5-3 0-5 2-5 4 0 2 2 2 4 2z"/>
192
+ </svg>
193
+ <!-- Wi-Fi -->
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#444" stroke-width="2"/>
196
+ <path d="M5 11c4-3 10-3 14 0" fill="none" stroke="#444" stroke-width="2"/>
197
+ <path d="M8 14c3-2 5-2 8 0" fill="none" stroke="#444" stroke-width="2"/>
198
+ <circle cx="12" cy="17" r="1.7"/>
199
+ </svg>
200
+ <!-- Battery -->
201
+ <svg viewBox="0 0 28 24">
202
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"/>
203
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#444"/>
204
+ <rect x="4" y="8" width="12" height="8" fill="#444"/>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- App bar -->
210
+ <div class="app-bar">
211
+ <button class="icon-btn" aria-label="Close">
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M5 5l14 14M19 5L5 19"/>
214
+ </svg>
215
+ </button>
216
+ <div class="title">Select items</div>
217
+ </div>
218
+
219
+ <!-- Content -->
220
+ <div class="content">
221
+ <div class="section">
222
+ <div class="section-title">September</div>
223
+ <div class="photo-grid">
224
+ <div class="photo">
225
+ <div class="select-circle"></div>
226
+ [IMG: Windmills by river]
227
+ </div>
228
+ <div class="photo">
229
+ <div class="select-circle"></div>
230
+ [IMG: Historic canal-side buildings]
231
+ </div>
232
+ <div class="photo">
233
+ <div class="select-circle"></div>
234
+ [IMG: Windmill with colorful tulip fields]
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="section" style="margin-top: 36px;">
240
+ <div class="section-title">July</div>
241
+ <div class="photo-large">[IMG: Illustrated person wearing headphones]</div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom action bar -->
246
+ <div class="bottom-bar">
247
+ <div class="btn copy-btn">
248
+ <svg viewBox="0 0 24 24">
249
+ <rect x="6" y="6" width="12" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
250
+ <rect x="3" y="3" width="12" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
251
+ </svg>
252
+ <span>Copy</span>
253
+ </div>
254
+ <div class="btn move-btn">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M3 7h7l2 3h9v11H3z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
257
+ <path d="M10 14l4-4-4-4" fill="none" stroke="#9AA0A6" stroke-width="2"/>
258
+ </svg>
259
+ <span>Move</span>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Gesture bar -->
264
+ <div class="gesture"></div>
265
+ </div>
266
+ </body>
267
+ </html>
code/13919/13919_7.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gallery Selection UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ color: #111;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #111;
25
+ font-size: 34px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 24px;
31
+ }
32
+ .icon {
33
+ width: 42px;
34
+ height: 42px;
35
+ }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ height: 120px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 32px;
43
+ border-bottom: 1px solid #eee;
44
+ gap: 28px;
45
+ }
46
+ .close-btn {
47
+ width: 64px;
48
+ height: 64px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .title-count {
54
+ font-size: 44px;
55
+ font-weight: 600;
56
+ }
57
+
58
+ /* Sections */
59
+ .content {
60
+ position: absolute;
61
+ top: 216px; /* status + app bar */
62
+ left: 0;
63
+ right: 0;
64
+ bottom: 220px; /* leave space for bottom actions */
65
+ overflow-y: auto;
66
+ padding: 0 36px 24px 36px;
67
+ }
68
+ .section-title {
69
+ font-size: 48px;
70
+ font-weight: 700;
71
+ margin: 36px 0 24px;
72
+ }
73
+ .grid {
74
+ display: flex;
75
+ flex-wrap: wrap;
76
+ gap: 24px;
77
+ }
78
+ .photo {
79
+ position: relative;
80
+ width: calc((100% - 48px)/3);
81
+ height: 300px;
82
+ background: #E0E0E0;
83
+ border: 1px solid #BDBDBD;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ color: #757575;
88
+ font-size: 30px;
89
+ text-align: center;
90
+ }
91
+
92
+ /* selection indicators */
93
+ .selector {
94
+ position: absolute;
95
+ top: 18px;
96
+ left: 18px;
97
+ width: 56px;
98
+ height: 56px;
99
+ border-radius: 50%;
100
+ box-sizing: border-box;
101
+ }
102
+ .selector.unselected {
103
+ border: 4px solid #2F6DE6;
104
+ background: rgba(255,255,255,0.9);
105
+ }
106
+ .selector.selected {
107
+ background: #2F6DE6;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ }
112
+
113
+ /* Bottom action bar */
114
+ .bottom-actions {
115
+ position: absolute;
116
+ left: 0; right: 0; bottom: 0;
117
+ height: 200px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ padding: 0 36px 36px 36px;
122
+ background: linear-gradient(to top, #fff 80%, rgba(255,255,255,0));
123
+ }
124
+ .action-btn {
125
+ height: 120px;
126
+ border-radius: 20px;
127
+ font-size: 44px;
128
+ padding: 0 48px;
129
+ display: flex;
130
+ align-items: center;
131
+ gap: 22px;
132
+ box-sizing: border-box;
133
+ }
134
+ .btn-outline {
135
+ border: 3px solid #3E6EE8;
136
+ color: #1E63E9;
137
+ background: #fff;
138
+ }
139
+ .btn-solid {
140
+ background: #3F6EEB;
141
+ color: #fff;
142
+ }
143
+ .action-btn .icon {
144
+ width: 48px; height: 48px;
145
+ }
146
+
147
+ /* Helper: thin divider look for app-bar bottom already set */
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div>11:34</div>
156
+ <div class="status-right">
157
+ <!-- simple Gmail envelope -->
158
+ <svg class="icon" viewBox="0 0 24 24">
159
+ <path fill="#5f6368" d="M20 4H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z"/>
160
+ </svg>
161
+ <!-- cloud icon -->
162
+ <svg class="icon" viewBox="0 0 24 24">
163
+ <path fill="#5f6368" d="M19 18a4 4 0 0 0 0-8 5.5 5.5 0 0 0-10.4-2A5 5 0 0 0 5 18h14z"/>
164
+ </svg>
165
+ <!-- wifi -->
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path fill="#5f6368" d="M12 20l-2-2 2-2 2 2-2 2zm6-6-2-2a7 7 0 0 0-8 0l-2 2a9 9 0 0 1 12 0zM4 8l2 2a13 13 0 0 1 12 0l2-2a16 16 0 0 0-16 0z"/>
168
+ </svg>
169
+ <!-- battery -->
170
+ <svg class="icon" viewBox="0 0 24 24">
171
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="#5f6368"/>
172
+ <rect x="20" y="10" width="2" height="4" fill="#5f6368"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- App Bar -->
178
+ <div class="app-bar">
179
+ <div class="close-btn">
180
+ <svg class="icon" viewBox="0 0 24 24">
181
+ <path d="M18 6 6 18M6 6l12 12" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+ <div class="title-count">1</div>
185
+ </div>
186
+
187
+ <!-- Content -->
188
+ <div class="content">
189
+ <div class="section-title">September</div>
190
+ <div class="grid">
191
+ <div class="photo">
192
+ <div class="selector selected">
193
+ <svg class="icon" viewBox="0 0 24 24">
194
+ <path d="M20 7 10 17l-6-6" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ [IMG: Windmill by water]
198
+ </div>
199
+ <div class="photo">
200
+ <div class="selector unselected"></div>
201
+ [IMG: Canal houses along water]
202
+ </div>
203
+ <div class="photo">
204
+ <div class="selector unselected"></div>
205
+ [IMG: Colorful tulip fields with windmill]
206
+ </div>
207
+ </div>
208
+
209
+ <div class="section-title" style="margin-top: 48px;">July</div>
210
+ <div class="grid">
211
+ <div class="photo" style="width: 300px; height: 300px;">
212
+ [IMG: Headphones and neon art illustration]
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Bottom Actions -->
218
+ <div class="bottom-actions">
219
+ <button class="action-btn btn-outline">
220
+ <svg class="icon" viewBox="0 0 24 24">
221
+ <path fill="#1E63E9" d="M16 1H4a2 2 0 0 0-2 2v14h2V3h12V1zm4 4H8a2 2 0 0 0-2 2v14h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 16H8V7h12v14z"/>
222
+ </svg>
223
+ <span>Copy</span>
224
+ </button>
225
+ <button class="action-btn btn-solid">
226
+ <svg class="icon" viewBox="0 0 24 24">
227
+ <path fill="#fff" d="M10 4H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h16a2 2 0 0 0 2-2V8h-8l-2-4zm0 0 2 4h10"/>
228
+ <path fill="#fff" d="M13 12v-2l5 3-5 3v-2H8v-2h5z"/>
229
+ </svg>
230
+ <span>Move</span>
231
+ </button>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/13919/13919_8.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gallery Selection UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #333;
24
+ font-size: 34px;
25
+ }
26
+ .status-left {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 24px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .icon {
37
+ width: 40px;
38
+ height: 40px;
39
+ }
40
+
41
+ /* Selection bar */
42
+ .app-bar {
43
+ height: 120px;
44
+ border-bottom: 1px solid #EEE;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 32px;
48
+ gap: 24px;
49
+ color: #222;
50
+ }
51
+ .close-btn {
52
+ width: 60px; height: 60px; border-radius: 50%;
53
+ display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .count-text { font-size: 48px; font-weight: 600; letter-spacing: 1px; }
56
+
57
+ /* Content */
58
+ .content {
59
+ padding: 32px;
60
+ padding-bottom: 220px; /* leave room for bottom bar */
61
+ }
62
+ .section-title {
63
+ font-size: 48px;
64
+ font-weight: 700;
65
+ color: #222;
66
+ margin: 20px 0 24px 0;
67
+ }
68
+ .grid {
69
+ display: flex;
70
+ gap: 24px;
71
+ flex-wrap: wrap;
72
+ }
73
+ .thumb {
74
+ position: relative;
75
+ width: 320px;
76
+ height: 320px;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: #757575;
83
+ font-size: 28px;
84
+ }
85
+ .check-overlay {
86
+ position: absolute;
87
+ top: 18px;
88
+ left: 18px;
89
+ width: 64px;
90
+ height: 64px;
91
+ border-radius: 50%;
92
+ background: #FFFFFF;
93
+ border: 6px solid #1E88E5;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ box-shadow: 0 2px 6px rgba(0,0,0,0.18);
98
+ }
99
+ .check-overlay.selected {
100
+ background: #1E88E5;
101
+ border: none;
102
+ }
103
+
104
+ /* Bottom actions */
105
+ .bottom-bar {
106
+ position: absolute;
107
+ left: 0; right: 0; bottom: 140px;
108
+ padding: 0 32px;
109
+ display: flex;
110
+ justify-content: space-between;
111
+ align-items: center;
112
+ }
113
+ .btn {
114
+ height: 120px;
115
+ border-radius: 20px;
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 22px;
119
+ font-size: 44px;
120
+ font-weight: 600;
121
+ padding: 0 48px;
122
+ box-sizing: border-box;
123
+ }
124
+ .btn-outline {
125
+ border: 2px solid #3F6FD8;
126
+ color: #2E5ED8;
127
+ background: #FFFFFF;
128
+ width: 480px;
129
+ }
130
+ .btn-primary {
131
+ background: #3F6FD8;
132
+ color: #FFFFFF;
133
+ width: 480px;
134
+ justify-content: center;
135
+ }
136
+ .gesture-bar {
137
+ position: absolute;
138
+ bottom: 64px;
139
+ left: 50%;
140
+ transform: translateX(-50%);
141
+ width: 520px;
142
+ height: 16px;
143
+ background: #BDBDBD;
144
+ border-radius: 8px;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status Bar -->
152
+ <div class="status-bar">
153
+ <div class="status-left">
154
+ <span>11:35</span>
155
+ <!-- small mail/cloud indicator -->
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <path d="M4 6h16v12H4z" fill="#9E9E9E"></path>
158
+ <path d="M4 6l8 6 8-6" fill="none" stroke="#FFFFFF" stroke-width="2"></path>
159
+ </svg>
160
+ <svg class="icon" viewBox="0 0 24 24">
161
+ <path d="M6 15a6 6 0 0112 0H6z" fill="#9E9E9E"></path>
162
+ </svg>
163
+ </div>
164
+ <div class="status-right">
165
+ <svg class="icon" viewBox="0 0 24 24">
166
+ <path d="M3 10h18" stroke="#616161" stroke-width="2"></path>
167
+ <path d="M7 14h10" stroke="#616161" stroke-width="2"></path>
168
+ <circle cx="20" cy="6" r="2" fill="#616161"></circle>
169
+ </svg>
170
+ <svg class="icon" viewBox="0 0 24 24">
171
+ <rect x="3" y="7" width="16" height="10" rx="2" fill="#616161"></rect>
172
+ <rect x="20" y="10" width="2" height="4" fill="#616161"></rect>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Selection Bar -->
178
+ <div class="app-bar">
179
+ <div class="close-btn">
180
+ <svg width="48" height="48" viewBox="0 0 24 24">
181
+ <path d="M5 5l14 14M19 5L5 19" stroke="#222" stroke-width="2" stroke-linecap="round"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="count-text">2</div>
185
+ </div>
186
+
187
+ <!-- Content -->
188
+ <div class="content">
189
+ <div class="section-title">September</div>
190
+ <div class="grid">
191
+ <!-- Thumb 1 selected -->
192
+ <div class="thumb">
193
+ <div class="check-overlay selected">
194
+ <svg width="40" height="40" viewBox="0 0 24 24">
195
+ <path d="M5 13l4 4L19 7" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
196
+ </svg>
197
+ </div>
198
+ <div>[IMG: Windmill by a lake]</div>
199
+ </div>
200
+
201
+ <!-- Thumb 2 selected -->
202
+ <div class="thumb">
203
+ <div class="check-overlay selected">
204
+ <svg width="40" height="40" viewBox="0 0 24 24">
205
+ <path d="M5 13l4 4L19 7" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
206
+ </svg>
207
+ </div>
208
+ <div>[IMG: Canal houses with boats]</div>
209
+ </div>
210
+
211
+ <!-- Thumb 3 unselected -->
212
+ <div class="thumb">
213
+ <div class="check-overlay">
214
+ <!-- empty circle (no check) -->
215
+ </div>
216
+ <div>[IMG: Flower fields with windmills]</div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="section-title" style="margin-top: 48px;">July</div>
221
+ <div class="grid">
222
+ <div class="thumb" style="width: 320px; height: 320px;">
223
+ <div>[IMG: Artwork with headphones]</div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Bottom Bar -->
229
+ <div class="bottom-bar">
230
+ <div class="btn btn-outline">
231
+ <svg width="56" height="56" viewBox="0 0 24 24">
232
+ <rect x="5" y="5" width="12" height="14" rx="2" fill="none" stroke="#2E5ED8" stroke-width="2"></rect>
233
+ <path d="M9 3h8v14" fill="none" stroke="#2E5ED8" stroke-width="2"></path>
234
+ </svg>
235
+ <span>Copy</span>
236
+ </div>
237
+ <div class="btn btn-primary">
238
+ <svg width="56" height="56" viewBox="0 0 24 24">
239
+ <path d="M3 7h10l2 2h6v10H3z" fill="#FFFFFF" opacity="0.25"></path>
240
+ <path d="M12 12l4 4-4 4" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
241
+ </svg>
242
+ <span>Move</span>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Gesture Bar -->
247
+ <div class="gesture-bar"></div>
248
+ </div>
249
+ </body>
250
+ </html>
code/13919/13919_9.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Gallery Selection UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #222;
28
+ font-size: 36px;
29
+ }
30
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
31
+ .status-icon { width: 40px; height: 40px; }
32
+
33
+ /* Selection app bar */
34
+ .selection-bar {
35
+ position: absolute;
36
+ top: 120px;
37
+ left: 0;
38
+ width: 1080px;
39
+ height: 120px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 36px;
43
+ box-sizing: border-box;
44
+ }
45
+ .selection-center {
46
+ position: absolute;
47
+ left: 0; right: 0;
48
+ text-align: center;
49
+ font-size: 52px;
50
+ font-weight: 600;
51
+ color: #222;
52
+ }
53
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
54
+
55
+ /* Content */
56
+ .content {
57
+ position: absolute;
58
+ top: 240px;
59
+ left: 0;
60
+ right: 0;
61
+ bottom: 240px;
62
+ padding: 0 36px;
63
+ box-sizing: border-box;
64
+ overflow: hidden;
65
+ }
66
+ .section-title {
67
+ font-size: 48px;
68
+ font-weight: 700;
69
+ color: #333;
70
+ margin: 36px 0 24px 0;
71
+ }
72
+ .grid {
73
+ display: flex;
74
+ gap: 28px;
75
+ margin-bottom: 40px;
76
+ }
77
+ .photo {
78
+ position: relative;
79
+ width: 312px;
80
+ height: 312px;
81
+ background: #E0E0E0;
82
+ border: 1px solid #BDBDBD;
83
+ border-radius: 16px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ color: #555;
88
+ font-size: 30px;
89
+ text-align: center;
90
+ line-height: 1.25;
91
+ }
92
+
93
+ /* Selected check overlay */
94
+ .check-badge {
95
+ position: absolute;
96
+ top: 18px;
97
+ left: 18px;
98
+ width: 70px;
99
+ height: 70px;
100
+ background: #1a73e8;
101
+ border-radius: 50%;
102
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ }
107
+ .check-badge svg { width: 42px; height: 42px; }
108
+
109
+ /* Bottom actions */
110
+ .bottom-actions {
111
+ position: absolute;
112
+ left: 0;
113
+ right: 0;
114
+ bottom: 80px;
115
+ padding: 0 36px;
116
+ display: flex;
117
+ gap: 40px;
118
+ }
119
+ .btn {
120
+ flex: 1;
121
+ height: 140px;
122
+ border-radius: 22px;
123
+ font-size: 44px;
124
+ font-weight: 600;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ gap: 26px;
129
+ box-sizing: border-box;
130
+ }
131
+ .btn-outline {
132
+ border: 3px solid #3367d6;
133
+ color: #3367d6;
134
+ background: #fff;
135
+ }
136
+ .btn-solid {
137
+ background: #3367d6;
138
+ color: #fff;
139
+ border: 3px solid #3367d6;
140
+ }
141
+ .btn svg { width: 56px; height: 56px; }
142
+
143
+ /* Home indicator (subtle) */
144
+ .home-indicator {
145
+ position: absolute;
146
+ bottom: 20px;
147
+ left: 50%;
148
+ transform: translateX(-50%);
149
+ width: 280px;
150
+ height: 12px;
151
+ background: #BDBDBD;
152
+ border-radius: 8px;
153
+ opacity: 0.6;
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">
163
+ <span>11:36</span>
164
+ <!-- Mail icon -->
165
+ <svg class="status-icon" viewBox="0 0 24 24">
166
+ <path d="M2 5h20v14H2z" fill="#9e9e9e"/>
167
+ <path d="M2 5l10 7 10-7" fill="none" stroke="#757575" stroke-width="2"/>
168
+ </svg>
169
+ <!-- Cloud icon -->
170
+ <svg class="status-icon" viewBox="0 0 24 24">
171
+ <path d="M6 18h10a4 4 0 0 0 0-8 5 5 0 0 0-9-2 4 4 0 0 0-1 10z" fill="#9e9e9e"/>
172
+ </svg>
173
+ </div>
174
+ <div class="status-right">
175
+ <!-- WiFi icon -->
176
+ <svg class="status-icon" viewBox="0 0 24 24">
177
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#424242" stroke-width="2"/>
178
+ <path d="M5 12c4-3 10-3 14 0" fill="none" stroke="#424242" stroke-width="2"/>
179
+ <path d="M9 16c2-2 4-2 6 0" fill="none" stroke="#424242" stroke-width="2"/>
180
+ <circle cx="12" cy="19" r="2" fill="#424242"/>
181
+ </svg>
182
+ <!-- Battery icon -->
183
+ <svg class="status-icon" viewBox="0 0 24 24">
184
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#424242" stroke-width="2"/>
185
+ <rect x="4" y="8" width="12" height="8" fill="#424242"/>
186
+ <rect x="20" y="10" width="2" height="8" rx="1" fill="#424242"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Selection App Bar -->
192
+ <div class="selection-bar">
193
+ <div class="icon-btn">
194
+ <!-- Close (X) icon -->
195
+ <svg viewBox="0 0 24 24" width="60" height="60">
196
+ <path d="M5 5l14 14M19 5L5 19" stroke="#222" stroke-width="2" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="selection-center">3</div>
200
+ </div>
201
+
202
+ <!-- Content -->
203
+ <div class="content">
204
+ <div class="section-title">September</div>
205
+ <div class="grid">
206
+ <div class="photo">
207
+ <div class="check-badge">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M5 13l4 4 10-10" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
210
+ </svg>
211
+ </div>
212
+ <div>[IMG: Windmill by water]</div>
213
+ </div>
214
+
215
+ <div class="photo">
216
+ <div class="check-badge">
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M5 13l4 4 10-10" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
219
+ </svg>
220
+ </div>
221
+ <div>[IMG: Dutch canal houses]</div>
222
+ </div>
223
+
224
+ <div class="photo">
225
+ <div class="check-badge">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M5 13l4 4 10-10" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
228
+ </svg>
229
+ </div>
230
+ <div>[IMG: Flower field with windmills]</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="section-title">July</div>
235
+ <div class="grid">
236
+ <div class="photo" style="width: 312px; height: 312px;">
237
+ <div>[IMG: Music-themed illustration with headphones]</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Bottom Action Buttons -->
243
+ <div class="bottom-actions">
244
+ <div class="btn btn-outline">
245
+ <!-- Copy icon -->
246
+ <svg viewBox="0 0 24 24">
247
+ <rect x="9" y="9" width="11" height="11" rx="2" fill="none" stroke="#3367d6" stroke-width="2"/>
248
+ <rect x="4" y="4" width="11" height="11" rx="2" fill="none" stroke="#3367d6" stroke-width="2"/>
249
+ </svg>
250
+ <span>Copy</span>
251
+ </div>
252
+ <div class="btn btn-solid">
253
+ <!-- Move icon (folder with arrow) -->
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M3 6h6l2 2h10v10H3z" fill="none" stroke="#fff" stroke-width="2"/>
256
+ <path d="M12 12l4 0M16 12l-2-2M16 12l-2 2" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ <span>Move</span>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="home-indicator"></div>
263
+ </div>
264
+ </body>
265
+ </html>
code/1392/1392_0.html ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Results - Smart Home Speakers</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #1d1d1f;
26
+ font-weight: 600;
27
+ font-size: 36px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 24px;
32
+ align-items: center;
33
+ }
34
+ .ico-square {
35
+ width: 28px; height: 28px; background: #8d8d8d; border-radius: 4px;
36
+ }
37
+ .ico-dot {
38
+ width: 28px; height: 28px; border-radius: 50%; background: #8d8d8d;
39
+ }
40
+
41
+ /* Header with back + search text */
42
+ .header {
43
+ padding: 18px 36px 10px 24px;
44
+ display: flex;
45
+ align-items: center;
46
+ }
47
+ .back-btn {
48
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
49
+ }
50
+ .header-title {
51
+ flex: 1;
52
+ font-size: 64px;
53
+ font-weight: 700;
54
+ letter-spacing: -0.5px;
55
+ }
56
+ .search-ico {
57
+ width: 84px; height: 84px; display: flex; align-items: center; justify-content: center;
58
+ }
59
+
60
+ /* Utility row */
61
+ .utility-row {
62
+ display: flex;
63
+ justify-content: space-between;
64
+ align-items: center;
65
+ padding: 8px 36px 18px 36px;
66
+ }
67
+ .link-blue {
68
+ color: #3777ff;
69
+ font-size: 38px;
70
+ font-weight: 600;
71
+ display: inline-flex; align-items: center; gap: 16px;
72
+ }
73
+ .link-blue svg { width: 40px; height: 40px; }
74
+ .sort-link {
75
+ color: #3777ff;
76
+ font-size: 38px;
77
+ font-weight: 600;
78
+ display: inline-flex; align-items: center; gap: 12px;
79
+ }
80
+
81
+ /* List */
82
+ .list {
83
+ padding: 0 24px 0 24px;
84
+ }
85
+ .item {
86
+ display: grid;
87
+ grid-template-columns: 1fr 1.2fr;
88
+ gap: 28px;
89
+ padding: 28px 12px;
90
+ align-items: start;
91
+ }
92
+ .thumb {
93
+ position: relative;
94
+ width: 100%;
95
+ height: 360px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ border-radius: 28px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ color: #757575;
103
+ text-align: center;
104
+ font-size: 34px;
105
+ line-height: 1.25;
106
+ }
107
+ .fav-circle {
108
+ position: absolute;
109
+ top: 20px;
110
+ right: 20px;
111
+ width: 96px; height: 96px;
112
+ background: #ffffff;
113
+ border-radius: 50%;
114
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
115
+ display: flex; align-items: center; justify-content: center;
116
+ }
117
+ .details .title {
118
+ font-size: 44px;
119
+ font-weight: 700;
120
+ line-height: 1.2;
121
+ margin-top: 4px;
122
+ color: #222;
123
+ }
124
+ .meta {
125
+ font-size: 34px;
126
+ color: #8d8d8d;
127
+ margin: 6px 0 10px 0;
128
+ }
129
+ .rating {
130
+ display: flex; align-items: center; gap: 10px;
131
+ margin: 6px 0;
132
+ }
133
+ .rating .count {
134
+ font-size: 32px; color: #5b5b5b;
135
+ }
136
+ .price {
137
+ font-size: 56px;
138
+ font-weight: 800;
139
+ font-style: italic;
140
+ margin: 10px 0 4px 0;
141
+ }
142
+ .offer {
143
+ font-size: 34px; color: #333;
144
+ margin-bottom: 4px;
145
+ }
146
+ .ship {
147
+ font-size: 32px;
148
+ color: #8d8d8d;
149
+ font-style: italic;
150
+ }
151
+ .sponsored {
152
+ margin-top: 14px;
153
+ font-size: 30px;
154
+ color: #a0a0a0;
155
+ }
156
+ .divider {
157
+ height: 2px;
158
+ background: #EFEFEF;
159
+ margin: 14px 0;
160
+ }
161
+
162
+ /* Bottom results line */
163
+ .results-count {
164
+ text-align: center;
165
+ font-size: 36px;
166
+ color: #7a7a7a;
167
+ margin: 18px 0 0 0;
168
+ }
169
+
170
+ /* Bottom nav */
171
+ .bottom-nav {
172
+ position: absolute;
173
+ left: 0; right: 0; bottom: 0;
174
+ height: 210px;
175
+ background: #ffffff;
176
+ border-top: 1px solid #e8e8e8;
177
+ display: grid;
178
+ grid-template-columns: repeat(5, 1fr);
179
+ align-items: center;
180
+ padding-bottom: 28px;
181
+ }
182
+ .nav-item {
183
+ text-align: center;
184
+ color: #6b6b6b;
185
+ font-size: 28px;
186
+ }
187
+ .nav-item .ico {
188
+ width: 64px; height: 64px; margin: 0 auto 12px auto;
189
+ }
190
+ .nav-active { color: #3777ff; }
191
+ .badge {
192
+ position: absolute;
193
+ top: -6px; right: 90px;
194
+ background: #ff3b30; color: #fff; font-weight: 700;
195
+ font-size: 26px; padding: 6px 12px; border-radius: 18px;
196
+ }
197
+
198
+ /* Gesture pill */
199
+ .pill {
200
+ position: absolute;
201
+ bottom: 10px;
202
+ left: 50%;
203
+ transform: translateX(-50%);
204
+ width: 280px; height: 10px;
205
+ background: #C9C9C9;
206
+ border-radius: 6px;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status Bar -->
214
+ <div class="status-bar">
215
+ <div>12:17</div>
216
+ <div class="status-icons">
217
+ <div class="ico-square"></div>
218
+ <div class="ico-dot"></div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Header -->
223
+ <div class="header">
224
+ <div class="back-btn">
225
+ <svg width="64" height="64" viewBox="0 0 24 24">
226
+ <path d="M15 4L5 12l10 8" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ <div class="header-title">smart home speak...</div>
230
+ <div class="search-ico">
231
+ <svg width="64" height="64" viewBox="0 0 24 24">
232
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"/>
233
+ <path d="M16.5 16.5L21 21" stroke="#111" stroke-width="2" stroke-linecap="round"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Utility Row -->
239
+ <div class="utility-row">
240
+ <div class="link-blue">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M12 21s-6-3.4-6-8.5C6 9 7.9 7 10.2 7c1.1 0 1.9.5 2.3 1 .4-.5 1.2-1 2.3-1C18.1 7 20 9 20 12.5 20 17.6 12 21 12 21z" fill="none" stroke="#3777ff" stroke-width="2"/>
243
+ </svg>
244
+ Save this search
245
+ </div>
246
+ <div class="sort-link">
247
+ Sort
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M7 6h10M9 12h6M11 18h2" stroke="#3777ff" stroke-width="2" stroke-linecap="round"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- List -->
255
+ <div class="list">
256
+
257
+ <!-- Item 1 -->
258
+ <div class="item">
259
+ <div class="thumb">
260
+ [IMG: Amazon Echo Dot (3rd Gen) on table]
261
+ <div class="fav-circle">
262
+ <svg width="44" height="44" viewBox="0 0 24 24">
263
+ <path d="M12 21s-6-3.4-6-8.5C6 9 7.9 7 10.2 7c1.1 0 1.9.5 2.3 1 .4-.5 1.2-1 2.3-1C18.1 7 20 9 20 12.5 20 17.6 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+ <div class="details">
268
+ <div class="title">Amazon Echo Dot (3rd Gen) - Voice Control your Smart Home with Alexa - Charcoal</div>
269
+ <div class="meta">Brand New</div>
270
+ <div class="rating">
271
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
272
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
273
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
274
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
275
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
276
+ <div class="count">(1762)</div>
277
+ </div>
278
+ <div class="price">£31.71</div>
279
+ <div class="offer">or Best Offer</div>
280
+ <div class="ship">+£28.98 shipping from United States</div>
281
+ <div class="sponsored">Sponsored</div>
282
+ </div>
283
+ </div>
284
+ <div class="divider"></div>
285
+
286
+ <!-- Item 2 -->
287
+ <div class="item">
288
+ <div class="thumb">
289
+ [IMG: Echo Dot device close-up]
290
+ <div class="fav-circle">
291
+ <svg width="44" height="44" viewBox="0 0 24 24">
292
+ <path d="M12 21s-6-3.4-6-8.5C6 9 7.9 7 10.2 7c1.1 0 1.9.5 2.3 1 .4-.5 1.2-1 2.3-1C18.1 7 20 9 20 12.5 20 17.6 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+ <div class="details">
297
+ <div class="title">Amazon Echo Dot RS03QR Smart Home Device No Charger</div>
298
+ <div class="meta">Pre-Owned</div>
299
+ <div class="price">£11.48</div>
300
+ <div class="offer">or Best Offer</div>
301
+ <div class="ship">+£19.01 shipping from United States</div>
302
+ <div class="sponsored">Sponsored</div>
303
+ </div>
304
+ </div>
305
+ <div class="divider"></div>
306
+
307
+ <!-- Item 3 -->
308
+ <div class="item">
309
+ <div class="thumb">
310
+ [IMG: Echo Dot retail box]
311
+ <div class="fav-circle">
312
+ <svg width="44" height="44" viewBox="0 0 24 24">
313
+ <path d="M12 21s-6-3.4-6-8.5C6 9 7.9 7 10.2 7c1.1 0 1.9.5 2.3 1 .4-.5 1.2-1 2.3-1C18.1 7 20 9 20 12.5 20 17.6 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ <div class="details">
318
+ <div class="title">Amazon Echo Dot (3rd Generation) Smart Speaker - Charcoal Alexa Spotify Home</div>
319
+ <div class="meta">Brand New</div>
320
+ <div class="rating">
321
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
322
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
323
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
324
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
325
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l2.9 5.9 6.1.9-4.4 4.3 1 6.1L12 17l-5.6 3.2 1-6.1L3 9.8l6.1-.9z" fill="#111"/></svg>
326
+ <div class="count">(141)</div>
327
+ </div>
328
+ <div class="price">£26.03</div>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="results-count">14 results</div>
333
+ <div style="height: 60px;"></div>
334
+ </div>
335
+
336
+ <!-- Bottom Navigation -->
337
+ <div class="bottom-nav">
338
+ <div class="nav-item">
339
+ <div class="ico">
340
+ <svg viewBox="0 0 24 24">
341
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-6v-6H10v6H4a1 1 0 0 1-1-1v-9z" fill="none" stroke="#6b6b6b" stroke-width="2"/>
342
+ </svg>
343
+ </div>
344
+ Home
345
+ </div>
346
+ <div class="nav-item">
347
+ <div class="ico">
348
+ <svg viewBox="0 0 24 24">
349
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#6b6b6b" stroke-width="2"/>
350
+ <path d="M4 20c1.5-4 14.5-4 16 0" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/>
351
+ </svg>
352
+ </div>
353
+ My eBay
354
+ </div>
355
+ <div class="nav-item nav-active">
356
+ <div class="ico">
357
+ <svg viewBox="0 0 24 24">
358
+ <circle cx="11" cy="11" r="7" stroke="#3777ff" stroke-width="2" fill="none"/>
359
+ <path d="M16.5 16.5L21 21" stroke="#3777ff" stroke-width="2" stroke-linecap="round"/>
360
+ </svg>
361
+ </div>
362
+ Search
363
+ </div>
364
+ <div class="nav-item" style="position:relative;">
365
+ <div class="ico">
366
+ <svg viewBox="0 0 24 24">
367
+ <path d="M18 8a6 6 0 10-12 0v8h12V8z" fill="none" stroke="#6b6b6b" stroke-width="2"/>
368
+ <path d="M12 2v2" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/>
369
+ </svg>
370
+ </div>
371
+ Inbox
372
+ <div class="badge">3</div>
373
+ </div>
374
+ <div class="nav-item">
375
+ <div class="ico">
376
+ <svg viewBox="0 0 24 24">
377
+ <path d="M3 6l6-3h12l-3 6-9 9-6-6 0 0z" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linejoin="round"/>
378
+ <circle cx="17" cy="7" r="1.5" fill="#6b6b6b"/>
379
+ </svg>
380
+ </div>
381
+ Selling
382
+ </div>
383
+ </div>
384
+
385
+ <div class="pill"></div>
386
+ </div>
387
+ </body>
388
+ </html>
code/1392/1392_1.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter Drawer</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: #f5f5f7;
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: #ffffff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ color: #111;
30
+ font-size: 36px;
31
+ letter-spacing: .5px;
32
+ }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ gap: 26px;
37
+ align-items: center;
38
+ }
39
+ .dot {
40
+ width: 28px; height: 28px; background: #9e9e9e; border-radius: 50%;
41
+ }
42
+ .battery {
43
+ width: 36px; height: 22px; border: 3px solid #444; border-radius: 4px; position: relative;
44
+ }
45
+ .battery::after { content: ""; position: absolute; right: -6px; top: 3px; width: 6px; height: 12px; background: #444; border-radius: 2px; }
46
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 14px; width: 22px; background: #444; }
47
+
48
+ /* Underlay content (peeking on the left) */
49
+ .underlay {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 2280px;
55
+ padding: 24px;
56
+ box-sizing: border-box;
57
+ }
58
+ .peek-col {
59
+ width: 320px;
60
+ height: 100%;
61
+ }
62
+ .peek-card {
63
+ width: 300px;
64
+ height: 320px;
65
+ background: #E0E0E0;
66
+ border: 1px solid #BDBDBD;
67
+ color: #757575;
68
+ display: flex;
69
+ justify-content: center;
70
+ align-items: center;
71
+ border-radius: 24px;
72
+ margin: 26px 0;
73
+ text-align: center;
74
+ font-size: 28px;
75
+ }
76
+
77
+ /* Filter panel (right drawer) */
78
+ .panel {
79
+ position: absolute;
80
+ top: 0;
81
+ right: 0;
82
+ width: 940px;
83
+ height: 2400px;
84
+ background: #fff;
85
+ border-top-left-radius: 24px;
86
+ border-bottom-left-radius: 24px;
87
+ box-shadow: -8px 0 24px rgba(0,0,0,0.15);
88
+ display: flex;
89
+ flex-direction: column;
90
+ padding-top: 120px; /* push below status bar */
91
+ box-sizing: border-box;
92
+ }
93
+ .panel-header {
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 28px 36px 18px 36px;
97
+ }
98
+ .icon-btn {
99
+ width: 84px;
100
+ height: 84px;
101
+ background: transparent;
102
+ border: none;
103
+ padding: 0;
104
+ display: grid;
105
+ place-items: center;
106
+ cursor: pointer;
107
+ }
108
+ .title {
109
+ flex: 1;
110
+ text-align: center;
111
+ font-size: 64px;
112
+ font-weight: 700;
113
+ color: #111;
114
+ letter-spacing: .5px;
115
+ margin-right: 84px; /* balance the X button width */
116
+ }
117
+ .reset {
118
+ color: #3f6cff;
119
+ font-size: 40px;
120
+ font-weight: 600;
121
+ }
122
+ .divider {
123
+ height: 1px;
124
+ background: #e6e6e6;
125
+ margin: 0 0 6px 0;
126
+ }
127
+
128
+ .rows { overflow-y: auto; }
129
+ .row {
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: space-between;
133
+ padding: 0 36px;
134
+ height: 140px;
135
+ border-top: 1px solid #eeeeee;
136
+ box-sizing: border-box;
137
+ font-size: 40px;
138
+ color: #222;
139
+ }
140
+ .row:first-child { border-top: none; }
141
+ .chevron {
142
+ width: 36px; height: 36px; fill: none; stroke: #4a4a4a; stroke-width: 6px;
143
+ }
144
+
145
+ /* Toggle switch */
146
+ .switch {
147
+ position: relative;
148
+ width: 120px;
149
+ height: 64px;
150
+ }
151
+ .switch input { opacity: 0; width: 0; height: 0; }
152
+ .slider {
153
+ position: absolute; cursor: pointer;
154
+ top: 0; left: 0; right: 0; bottom: 0;
155
+ background-color: #d1d1d1;
156
+ border-radius: 32px;
157
+ transition: .2s;
158
+ }
159
+ .slider::before {
160
+ content: "";
161
+ position: absolute;
162
+ height: 56px; width: 56px;
163
+ left: 4px; top: 4px;
164
+ background: #fff;
165
+ border-radius: 50%;
166
+ box-shadow: 0 1px 3px rgba(0,0,0,.3);
167
+ transition: .2s;
168
+ }
169
+ .switch input:checked + .slider { background: #4c8dff; }
170
+ .switch input:checked + .slider::before { transform: translateX(56px); }
171
+
172
+ /* Bottom CTA */
173
+ .cta-wrap {
174
+ position: absolute;
175
+ bottom: 160px;
176
+ left: 60px;
177
+ right: 60px;
178
+ display: flex;
179
+ justify-content: center;
180
+ }
181
+ .cta {
182
+ width: 820px;
183
+ height: 120px;
184
+ border-radius: 60px;
185
+ background: #3765ff;
186
+ color: #fff;
187
+ font-size: 44px;
188
+ font-weight: 700;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ box-shadow: 0 6px 18px rgba(55,101,255,.35);
193
+ }
194
+
195
+ /* Bottom system home indicator */
196
+ .home-indicator {
197
+ position: absolute;
198
+ bottom: 32px;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ width: 320px;
202
+ height: 12px;
203
+ background: #9e9e9e;
204
+ border-radius: 8px;
205
+ opacity: .8;
206
+ }
207
+
208
+ /* Tiny left nav hint (Home) */
209
+ .home-peek {
210
+ position: absolute;
211
+ bottom: 210px;
212
+ left: 24px;
213
+ width: 140px;
214
+ height: 120px;
215
+ background: #ffffff;
216
+ border-top-right-radius: 28px;
217
+ border-top-left-radius: 28px;
218
+ border-bottom-right-radius: 0;
219
+ border-bottom-left-radius: 0;
220
+ box-shadow: 0 0 0 1px #e5e5e5 inset;
221
+ display: flex;
222
+ flex-direction: column;
223
+ align-items: center;
224
+ justify-content: center;
225
+ color: #444;
226
+ font-size: 28px;
227
+ gap: 8px;
228
+ }
229
+ .home-peek .home-icon {
230
+ width: 46px; height: 46px;
231
+ border: 3px solid #444; border-top: none; border-right: none;
232
+ transform: rotate(-45deg);
233
+ border-radius: 4px;
234
+ }
235
+ </style>
236
+ </head>
237
+ <body>
238
+ <div id="render-target">
239
+
240
+ <!-- Status bar -->
241
+ <div class="status-bar">
242
+ <div>12:17</div>
243
+ <div class="status-right">
244
+ <div class="dot"></div>
245
+ <div class="dot" style="background:#7d7d7d;"></div>
246
+ <div class="battery"><div class="level"></div></div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Underlay content peeking from left -->
251
+ <div class="underlay">
252
+ <div class="peek-col">
253
+ <div class="peek-card">[IMG: Product thumbnail]</div>
254
+ <div class="peek-card">[IMG: Product thumbnail]</div>
255
+ <div class="peek-card">[IMG: Product thumbnail]</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Tiny hint of bottom nav on left -->
260
+ <div class="home-peek">
261
+ <div class="home-icon"></div>
262
+ <div>Home</div>
263
+ </div>
264
+
265
+ <!-- Filter Drawer Panel -->
266
+ <div class="panel">
267
+ <div class="panel-header">
268
+ <button class="icon-btn" aria-label="Close">
269
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="#111" stroke-width="2.4" fill="none" stroke-linecap="round">
270
+ <path d="M6 6 L18 18"></path>
271
+ <path d="M18 6 L6 18"></path>
272
+ </svg>
273
+ </button>
274
+ <div class="title">Filter</div>
275
+ <div class="reset">Reset</div>
276
+ </div>
277
+ <div class="divider"></div>
278
+
279
+ <div class="rows">
280
+ <div class="row">
281
+ <div>Brand</div>
282
+ <svg class="chevron" viewBox="0 0 24 24">
283
+ <path d="M8 4 L16 12 L8 20" />
284
+ </svg>
285
+ </div>
286
+ <div class="row">
287
+ <div>Smart Home Compatibility</div>
288
+ <svg class="chevron" viewBox="0 0 24 24">
289
+ <path d="M8 4 L16 12 L8 20" />
290
+ </svg>
291
+ </div>
292
+ <div class="row">
293
+ <div>Type</div>
294
+ <svg class="chevron" viewBox="0 0 24 24">
295
+ <path d="M8 4 L16 12 L8 20" />
296
+ </svg>
297
+ </div>
298
+ <div class="row">
299
+ <div>Battery Capacity</div>
300
+ <svg class="chevron" viewBox="0 0 24 24">
301
+ <path d="M8 4 L16 12 L8 20" />
302
+ </svg>
303
+ </div>
304
+ <div class="row">
305
+ <div>Compatible Model</div>
306
+ <svg class="chevron" viewBox="0 0 24 24">
307
+ <path d="M8 4 L16 12 L8 20" />
308
+ </svg>
309
+ </div>
310
+ <div class="row">
311
+ <div>Item Weight</div>
312
+ <svg class="chevron" viewBox="0 0 24 24">
313
+ <path d="M8 4 L16 12 L8 20" />
314
+ </svg>
315
+ </div>
316
+ <div class="row">
317
+ <div>RMS Power</div>
318
+ <svg class="chevron" viewBox="0 0 24 24">
319
+ <path d="M8 4 L16 12 L8 20" />
320
+ </svg>
321
+ </div>
322
+
323
+ <div class="row">
324
+ <div>Free Returns</div>
325
+ <label class="switch">
326
+ <input type="checkbox">
327
+ <span class="slider"></span>
328
+ </label>
329
+ </div>
330
+ <div class="row">
331
+ <div>Returns Accepted</div>
332
+ <label class="switch">
333
+ <input type="checkbox">
334
+ <span class="slider"></span>
335
+ </label>
336
+ </div>
337
+ <div class="row">
338
+ <div>Authorized Seller</div>
339
+ <label class="switch">
340
+ <input type="checkbox">
341
+ <span class="slider"></span>
342
+ </label>
343
+ </div>
344
+ <div class="row">
345
+ <div>Completed Items</div>
346
+ <label class="switch">
347
+ <input type="checkbox">
348
+ <span class="slider"></span>
349
+ </label>
350
+ </div>
351
+ <div class="row">
352
+ <div>Sold Items</div>
353
+ <label class="switch">
354
+ <input type="checkbox">
355
+ <span class="slider"></span>
356
+ </label>
357
+ </div>
358
+ <div class="row" style="border-bottom: 1px solid #eeeeee;">
359
+ <div>Deals &amp; Savings</div>
360
+ <label class="switch">
361
+ <input type="checkbox">
362
+ <span class="slider"></span>
363
+ </label>
364
+ </div>
365
+ </div>
366
+
367
+ <div class="cta-wrap">
368
+ <div class="cta">Show 14 results</div>
369
+ </div>
370
+ </div>
371
+
372
+ <div class="home-indicator"></div>
373
+ </div>
374
+ </body>
375
+ </html>
code/1392/1392_2.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter Modal - UI Recreation</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: #111;
14
+ }
15
+
16
+ #render-target {
17
+ width: 1080px;
18
+ height: 2400px;
19
+ position: relative;
20
+ overflow: hidden;
21
+ background: #F6F6F6;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 110px;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ color: #fff;
36
+ z-index: 2;
37
+ pointer-events: none;
38
+ }
39
+ .status-time {
40
+ font-weight: 600;
41
+ font-size: 40px;
42
+ }
43
+ .status-icons {
44
+ margin-left: auto;
45
+ display: flex;
46
+ gap: 24px;
47
+ align-items: center;
48
+ }
49
+ .status-dot {
50
+ width: 36px; height: 36px; border-radius: 50%;
51
+ background: #fff;
52
+ opacity: .9;
53
+ }
54
+
55
+ /* Main page (Filter screen) */
56
+ .page {
57
+ position: absolute;
58
+ top: 0;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 2400px;
62
+ background: #FFFFFF;
63
+ z-index: 1;
64
+ }
65
+
66
+ .nav {
67
+ height: 160px;
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 36px;
71
+ box-sizing: border-box;
72
+ border-bottom: 1px solid #E6E6E8;
73
+ }
74
+ .nav .left, .nav .right {
75
+ width: 160px;
76
+ display: flex;
77
+ align-items: center;
78
+ }
79
+ .nav .center {
80
+ flex: 1;
81
+ text-align: center;
82
+ font-size: 64px;
83
+ font-weight: 700;
84
+ }
85
+ .nav .right {
86
+ justify-content: flex-end;
87
+ color: #1A56DB;
88
+ font-size: 44px;
89
+ font-weight: 600;
90
+ }
91
+
92
+ .icon-btn {
93
+ width: 72px;
94
+ height: 72px;
95
+ display: inline-flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .icon {
100
+ width: 48px;
101
+ height: 48px;
102
+ fill: none;
103
+ stroke: #111;
104
+ stroke-width: 8;
105
+ stroke-linecap: round;
106
+ stroke-linejoin: round;
107
+ }
108
+
109
+ .content {
110
+ position: absolute;
111
+ top: 160px;
112
+ left: 0;
113
+ right: 0;
114
+ bottom: 320px;
115
+ overflow: hidden;
116
+ }
117
+ .list {
118
+ height: 100%;
119
+ overflow-y: auto;
120
+ }
121
+
122
+ .row {
123
+ display: flex;
124
+ align-items: center;
125
+ height: 130px;
126
+ padding: 0 40px;
127
+ box-sizing: border-box;
128
+ border-bottom: 1px solid #ECECEE;
129
+ font-size: 44px;
130
+ color: #1A1A1A;
131
+ }
132
+ .row .title {
133
+ flex: 1;
134
+ }
135
+ .chev {
136
+ width: 44px; height: 44px;
137
+ }
138
+
139
+ /* Toggle (off state) */
140
+ .switch {
141
+ width: 120px;
142
+ height: 68px;
143
+ background: #E5E6EA;
144
+ border-radius: 34px;
145
+ position: relative;
146
+ }
147
+ .switch::after {
148
+ content: "";
149
+ position: absolute;
150
+ top: 6px; left: 6px;
151
+ width: 56px; height: 56px;
152
+ background: #FFFFFF;
153
+ border-radius: 50%;
154
+ box-shadow: 0 2px 4px rgba(0,0,0,0.1);
155
+ }
156
+
157
+ .bottom-cta-wrap {
158
+ position: absolute;
159
+ left: 0; right: 0; bottom: 140px;
160
+ display: flex;
161
+ justify-content: center;
162
+ }
163
+ .cta {
164
+ width: 900px;
165
+ height: 128px;
166
+ background: #1E5AE8;
167
+ color: #FFFFFF;
168
+ border-radius: 80px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ font-size: 48px;
173
+ font-weight: 700;
174
+ box-shadow: 0 10px 24px rgba(30,90,232,0.35);
175
+ }
176
+
177
+ /* Home indicator */
178
+ .home-indicator {
179
+ position: absolute;
180
+ bottom: 52px;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ width: 300px;
184
+ height: 12px;
185
+ background: #D9D9D9;
186
+ border-radius: 8px;
187
+ }
188
+
189
+ /* Dim overlay for modal */
190
+ .overlay {
191
+ position: absolute;
192
+ inset: 0;
193
+ background: rgba(0,0,0,0.45);
194
+ z-index: 3;
195
+ }
196
+
197
+ /* Modal dialog */
198
+ .modal {
199
+ position: absolute;
200
+ left: 90px;
201
+ right: 90px;
202
+ top: 860px;
203
+ background: #FFFFFF;
204
+ border-radius: 48px;
205
+ box-shadow: 0 20px 50px rgba(0,0,0,0.25);
206
+ padding: 56px 64px 48px;
207
+ z-index: 4;
208
+ }
209
+ .modal h1 {
210
+ margin: 0 0 24px 0;
211
+ font-size: 64px;
212
+ font-weight: 800;
213
+ color: #111;
214
+ }
215
+ .modal p {
216
+ margin: 0 0 40px 0;
217
+ font-size: 40px;
218
+ color: #4A4A4A;
219
+ line-height: 1.35;
220
+ }
221
+ .modal .actions {
222
+ display: flex;
223
+ justify-content: flex-end;
224
+ gap: 56px;
225
+ }
226
+ .modal .btn-link {
227
+ font-size: 44px;
228
+ color: #2C63E7;
229
+ font-weight: 600;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Page beneath the modal -->
237
+ <div class="page">
238
+
239
+ <!-- Status bar text/icons (will appear dimmed by overlay) -->
240
+ <div class="status-bar">
241
+ <div class="status-time">12:17</div>
242
+ <div class="status-icons">
243
+ <div class="status-dot"></div>
244
+ <svg width="44" height="44" viewBox="0 0 24 24">
245
+ <path d="M3 18h18M6 14h12M9 10h6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
246
+ </svg>
247
+ <svg width="44" height="44" viewBox="0 0 24 24">
248
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
249
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Header -->
255
+ <div class="nav">
256
+ <div class="left">
257
+ <div class="icon-btn">
258
+ <svg class="icon" viewBox="0 0 24 24">
259
+ <path d="M15 6L9 12l6 6M20 12H9" />
260
+ </svg>
261
+ </div>
262
+ </div>
263
+ <div class="center">Filter</div>
264
+ <div class="right">Reset</div>
265
+ </div>
266
+
267
+ <!-- Scrollable content -->
268
+ <div class="content">
269
+ <div class="list">
270
+ <div class="row">
271
+ <div class="title">Brand</div>
272
+ <svg class="chev" viewBox="0 0 24 24">
273
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
274
+ </svg>
275
+ </div>
276
+ <div class="row">
277
+ <div class="title">Smart Home Compatibility</div>
278
+ <svg class="chev" viewBox="0 0 24 24">
279
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
280
+ </svg>
281
+ </div>
282
+ <div class="row">
283
+ <div class="title">Type</div>
284
+ <svg class="chev" viewBox="0 0 24 24">
285
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
286
+ </svg>
287
+ </div>
288
+ <div class="row">
289
+ <div class="title">Battery Capacity</div>
290
+ <svg class="chev" viewBox="0 0 24 24">
291
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
292
+ </svg>
293
+ </div>
294
+ <div class="row">
295
+ <div class="title">Compatible Model</div>
296
+ <svg class="chev" viewBox="0 0 24 24">
297
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
298
+ </svg>
299
+ </div>
300
+
301
+ <div class="row">
302
+ <div class="title">Returns Accepted</div>
303
+ <div class="switch"></div>
304
+ </div>
305
+ <div class="row">
306
+ <div class="title">Authorized Seller</div>
307
+ <div class="switch"></div>
308
+ </div>
309
+ <div class="row">
310
+ <div class="title">Completed Items</div>
311
+ <div class="switch"></div>
312
+ </div>
313
+ <div class="row">
314
+ <div class="title">Sold Items</div>
315
+ <div class="switch"></div>
316
+ </div>
317
+ <div class="row">
318
+ <div class="title">Deals &amp; Savings</div>
319
+ <div class="switch"></div>
320
+ </div>
321
+
322
+ <div class="row">
323
+ <div class="title">Condition</div>
324
+ <svg class="chev" viewBox="0 0 24 24">
325
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Bottom CTA -->
332
+ <div class="bottom-cta-wrap">
333
+ <div class="cta">Show 14 results</div>
334
+ </div>
335
+
336
+ <!-- iOS home indicator -->
337
+ <div class="home-indicator"></div>
338
+ </div>
339
+
340
+ <!-- Dark overlay -->
341
+ <div class="overlay"></div>
342
+
343
+ <!-- Modal dialog -->
344
+ <div class="modal">
345
+ <h1>Reset search refinements?</h1>
346
+ <p>This will reset all refinements but retain your keyword.</p>
347
+ <div class="actions">
348
+ <div class="btn-link">Cancel</div>
349
+ <div class="btn-link">OK</div>
350
+ </div>
351
+ </div>
352
+
353
+ </div>
354
+ </body>
355
+ </html>
code/1392/1392_3.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter Panel UI</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
+ /* Left dimmed background showing previous screen */
18
+ .left-overlay {
19
+ position: absolute;
20
+ left: 0;
21
+ top: 0;
22
+ width: 220px;
23
+ height: 2400px;
24
+ background: rgba(0,0,0,0.55);
25
+ }
26
+
27
+ /* Status bar */
28
+ .status-bar {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ width: 1080px;
33
+ height: 90px;
34
+ background: #ffffff;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ padding: 0 26px;
39
+ box-sizing: border-box;
40
+ }
41
+ .status-time {
42
+ color: #1c1c1c;
43
+ font-size: 34px;
44
+ font-weight: 600;
45
+ letter-spacing: 0.5px;
46
+ }
47
+ .status-icons {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ }
52
+ .icon-wifi, .icon-battery, .icon-dot {
53
+ display: inline-block;
54
+ }
55
+
56
+ /* Right sliding filter panel */
57
+ .panel {
58
+ position: absolute;
59
+ top: 0;
60
+ left: 220px;
61
+ width: 860px;
62
+ height: 2400px;
63
+ background: #ffffff;
64
+ box-shadow: -6px 0 18px rgba(0,0,0,0.1);
65
+ }
66
+
67
+ .header {
68
+ position: relative;
69
+ margin-top: 90px; /* below status bar */
70
+ height: 140px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ border-bottom: 1px solid #eee;
75
+ }
76
+ .header-title {
77
+ font-size: 54px;
78
+ font-weight: 700;
79
+ color: #1b1b1b;
80
+ }
81
+ .header .left-action,
82
+ .header .right-action {
83
+ position: absolute;
84
+ top: 50%;
85
+ transform: translateY(-50%);
86
+ }
87
+ .header .left-action { left: 26px; }
88
+ .header .right-action { right: 26px; color: #3466ff; font-size: 38px; font-weight: 600; }
89
+
90
+ .list {
91
+ position: absolute;
92
+ top: 230px; /* status bar + header heights */
93
+ left: 0;
94
+ right: 0;
95
+ bottom: 220px; /* space for bottom area */
96
+ overflow: hidden; /* static mock */
97
+ }
98
+
99
+ .row {
100
+ height: 130px;
101
+ display: flex;
102
+ align-items: center;
103
+ padding: 0 36px;
104
+ box-sizing: border-box;
105
+ position: relative;
106
+ }
107
+ .row .label {
108
+ font-size: 38px;
109
+ color: #1f1f1f;
110
+ }
111
+ .row + .row { border-top: 1px solid #eeeeee; }
112
+
113
+ .chevron {
114
+ margin-left: auto;
115
+ width: 36px;
116
+ height: 36px;
117
+ }
118
+
119
+ /* Toggle (off state) */
120
+ .toggle {
121
+ margin-left: auto;
122
+ width: 128px;
123
+ height: 72px;
124
+ background: #e6e6e6;
125
+ border-radius: 40px;
126
+ position: relative;
127
+ }
128
+ .toggle::after {
129
+ content: "";
130
+ position: absolute;
131
+ width: 64px;
132
+ height: 64px;
133
+ left: 5px;
134
+ top: 4px;
135
+ background: #ffffff;
136
+ border-radius: 50%;
137
+ box-shadow: 0 1px 2px rgba(0,0,0,0.25);
138
+ }
139
+
140
+ /* Bottom action area */
141
+ .bottom-area {
142
+ position: absolute;
143
+ left: 0;
144
+ right: 0;
145
+ bottom: 90px;
146
+ padding: 26px 70px;
147
+ box-sizing: border-box;
148
+ border-top: 1px solid #ebebeb;
149
+ background: #ffffff;
150
+ }
151
+ .primary-btn {
152
+ width: 100%;
153
+ height: 140px;
154
+ background: #2f5bf3;
155
+ border-radius: 80px;
156
+ color: #ffffff;
157
+ font-size: 48px;
158
+ font-weight: 700;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ letter-spacing: 0.5px;
163
+ }
164
+
165
+ /* Home indicator */
166
+ .home-indicator {
167
+ position: absolute;
168
+ bottom: 24px;
169
+ left: 50%;
170
+ transform: translateX(-50%);
171
+ width: 360px;
172
+ height: 10px;
173
+ background: #9e9e9e;
174
+ border-radius: 6px;
175
+ opacity: 0.8;
176
+ }
177
+
178
+ /* Decorative left-side hints of previous screen */
179
+ .left-bottom {
180
+ position: absolute;
181
+ bottom: 120px;
182
+ left: 0;
183
+ width: 220px;
184
+ height: 120px;
185
+ padding-left: 18px;
186
+ display: flex;
187
+ align-items: center;
188
+ gap: 18px;
189
+ color: #eeeeee;
190
+ font-size: 30px;
191
+ }
192
+ .left-bottom .home-icon {
193
+ width: 56px; height: 56px;
194
+ border: 3px solid #e0e0e0;
195
+ border-radius: 16px;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Dimmed previous screen portion -->
203
+ <div class="left-overlay"></div>
204
+
205
+ <!-- Faux status bar -->
206
+ <div class="status-bar">
207
+ <div class="status-time">12:18</div>
208
+ <div class="status-icons">
209
+ <svg class="icon-dot" width="22" height="22" viewBox="0 0 24 24">
210
+ <circle cx="12" cy="12" r="9" fill="#9e9e9e"></circle>
211
+ </svg>
212
+ <svg class="icon-wifi" width="36" height="24" viewBox="0 0 24 24">
213
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round"/>
214
+ <path d="M5 12c3-2 11-2 14 0" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round"/>
215
+ <path d="M9.5 16.5a6 6 0 0 1 5 0" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round"/>
216
+ <circle cx="12" cy="19" r="1.5" fill="#4a4a4a"/>
217
+ </svg>
218
+ <svg class="icon-battery" width="40" height="24" viewBox="0 0 30 18">
219
+ <rect x="1" y="4" width="24" height="10" rx="2" fill="none" stroke="#4a4a4a" stroke-width="2"/>
220
+ <rect x="3" y="6" width="12" height="6" rx="1" fill="#4a4a4a"/>
221
+ <rect x="25" y="7" width="3" height="6" rx="1" fill="#4a4a4a"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Right filter panel -->
227
+ <div class="panel">
228
+ <div class="header">
229
+ <div class="left-action">
230
+ <svg width="44" height="44" viewBox="0 0 24 24">
231
+ <path d="M18 6L6 18M6 6l12 12" stroke="#1f1f1f" stroke-width="2" stroke-linecap="round"/>
232
+ </svg>
233
+ </div>
234
+ <div class="header-title">Filter</div>
235
+ <div class="right-action">Reset</div>
236
+ </div>
237
+
238
+ <div class="list">
239
+ <div class="row">
240
+ <div class="label">Brand</div>
241
+ <svg class="chevron" viewBox="0 0 24 24">
242
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
243
+ </svg>
244
+ </div>
245
+ <div class="row">
246
+ <div class="label">Smart Home Compatibility</div>
247
+ <svg class="chevron" viewBox="0 0 24 24">
248
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
249
+ </svg>
250
+ </div>
251
+ <div class="row">
252
+ <div class="label">Type</div>
253
+ <svg class="chevron" viewBox="0 0 24 24">
254
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="row">
258
+ <div class="label">Battery Capacity</div>
259
+ <svg class="chevron" viewBox="0 0 24 24">
260
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+ <div class="row">
264
+ <div class="label">Compatible Model</div>
265
+ <svg class="chevron" viewBox="0 0 24 24">
266
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="row">
270
+ <div class="label">Item Weight</div>
271
+ <svg class="chevron" viewBox="0 0 24 24">
272
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ <div class="row">
276
+ <div class="label">RMS Power</div>
277
+ <svg class="chevron" viewBox="0 0 24 24">
278
+ <path d="M9 6l6 6-6 6" stroke="#1f1f1f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+ </div>
281
+ <div class="row">
282
+ <div class="label">Free Returns</div>
283
+ <div class="toggle"></div>
284
+ </div>
285
+ <div class="row">
286
+ <div class="label">Returns Accepted</div>
287
+ <div class="toggle"></div>
288
+ </div>
289
+ <div class="row">
290
+ <div class="label">Authorized Seller</div>
291
+ <div class="toggle"></div>
292
+ </div>
293
+ <div class="row">
294
+ <div class="label">Completed Items</div>
295
+ <div class="toggle"></div>
296
+ </div>
297
+ <div class="row">
298
+ <div class="label">Sold Items</div>
299
+ <div class="toggle"></div>
300
+ </div>
301
+ <div class="row">
302
+ <div class="label">Deals &amp; Savings</div>
303
+ <div class="toggle"></div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="bottom-area">
308
+ <div class="primary-btn">Searching...</div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Decorative previous screen hint at bottom-left -->
313
+ <div class="left-bottom">
314
+ <div class="home-icon"></div>
315
+ Home
316
+ </div>
317
+
318
+ <div class="home-indicator"></div>
319
+ </div>
320
+ </body>
321
+ </html>
code/1392/1392_4.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>Filter Sheet UI</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: #F5F5F7;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 96px;
25
+ background: #FFFFFF;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-time { font-size: 36px; color: #222; font-weight: 600; }
33
+ .status-icons { display: flex; gap: 24px; align-items: center; }
34
+
35
+ /* Underlying page (left sliver visible) */
36
+ .underlay {
37
+ position: absolute;
38
+ top: 96px;
39
+ left: 0;
40
+ width: 1080px;
41
+ height: 2304px;
42
+ background: #FFFFFF;
43
+ }
44
+ .underlay .top-row {
45
+ height: 120px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 24px;
49
+ gap: 16px;
50
+ color: #1f1f1f;
51
+ font-size: 40px;
52
+ border-bottom: 1px solid #EEE;
53
+ }
54
+ .back-icon {
55
+ width: 56px; height: 56px;
56
+ }
57
+ .underlay-list {
58
+ padding: 24px;
59
+ display: grid;
60
+ gap: 24px;
61
+ }
62
+ .card {
63
+ height: 360px;
64
+ border-radius: 24px;
65
+ background: #FFFFFF;
66
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
67
+ display: flex;
68
+ padding: 24px;
69
+ box-sizing: border-box;
70
+ gap: 24px;
71
+ }
72
+ .img-ph {
73
+ width: 260px;
74
+ height: 100%;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ color: #757575;
78
+ display: flex; justify-content: center; align-items: center;
79
+ border-radius: 16px;
80
+ text-align: center;
81
+ font-size: 28px;
82
+ padding: 8px;
83
+ }
84
+ .card .meta {
85
+ flex: 1;
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: center;
89
+ color: #333;
90
+ gap: 8px;
91
+ }
92
+ .card .meta .title { font-size: 34px; line-height: 1.3; }
93
+ .card .meta .price { font-size: 36px; font-weight: 700; }
94
+
95
+ /* Sliding filter sheet (overlay) */
96
+ .sheet {
97
+ position: absolute;
98
+ top: 96px; /* below status bar */
99
+ left: 120px; /* leave a sliver of the underlay visible */
100
+ width: 960px;
101
+ height: 2304px;
102
+ background: #FFFFFF;
103
+ box-shadow: -8px 0 24px rgba(0,0,0,0.15);
104
+ border-top-left-radius: 0;
105
+ border-bottom-left-radius: 0;
106
+ display: flex;
107
+ flex-direction: column;
108
+ }
109
+ .sheet-header {
110
+ height: 132px;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: space-between;
114
+ padding: 0 28px;
115
+ box-sizing: border-box;
116
+ border-bottom: 1px solid #EAEAEA;
117
+ }
118
+ .sheet-title {
119
+ font-size: 56px;
120
+ font-weight: 800;
121
+ color: #111;
122
+ line-height: 1;
123
+ }
124
+ .header-side {
125
+ width: 120px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ color: #111;
130
+ }
131
+ .reset-link {
132
+ font-size: 36px;
133
+ color: #2E6BFF;
134
+ font-weight: 600;
135
+ text-decoration: none;
136
+ }
137
+
138
+ .list {
139
+ flex: 1;
140
+ overflow-y: auto;
141
+ }
142
+ .row {
143
+ height: 128px;
144
+ display: flex;
145
+ align-items: center;
146
+ padding: 0 28px;
147
+ box-sizing: border-box;
148
+ border-bottom: 1px solid #ECECEC;
149
+ }
150
+ .row .label {
151
+ font-size: 40px;
152
+ color: #1d1d1f;
153
+ font-weight: 600;
154
+ }
155
+ .row .value {
156
+ margin-left: auto;
157
+ margin-right: 16px;
158
+ font-size: 36px;
159
+ color: #9E9E9E;
160
+ font-weight: 600;
161
+ }
162
+ .chev {
163
+ width: 28px; height: 28px; color: #111;
164
+ }
165
+
166
+ .sheet-footer {
167
+ padding: 24px 28px 36px;
168
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
169
+ background: #FFFFFF;
170
+ }
171
+ .cta {
172
+ width: 100%;
173
+ height: 124px;
174
+ background: #2F5BFF;
175
+ color: #FFFFFF;
176
+ font-size: 40px;
177
+ font-weight: 800;
178
+ border: none;
179
+ border-radius: 64px;
180
+ letter-spacing: 0.2px;
181
+ }
182
+
183
+ /* Bottom nav/gesture (underlay) */
184
+ .bottom-bar {
185
+ position: absolute;
186
+ bottom: 0;
187
+ left: 0;
188
+ width: 1080px;
189
+ height: 140px;
190
+ background: #FFFFFF;
191
+ border-top: 1px solid #EEE;
192
+ display: flex;
193
+ align-items: center;
194
+ padding-left: 28px;
195
+ box-sizing: border-box;
196
+ gap: 12px;
197
+ color: #000;
198
+ }
199
+ .home-gesture {
200
+ position: absolute;
201
+ bottom: 16px;
202
+ left: 50%;
203
+ transform: translateX(-50%);
204
+ width: 260px;
205
+ height: 16px;
206
+ background: #9E9E9E;
207
+ border-radius: 16px;
208
+ opacity: 0.8;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <!-- Status bar -->
216
+ <div class="status-bar">
217
+ <div class="status-time">12:18</div>
218
+ <div class="status-icons">
219
+ <!-- simple settings icon -->
220
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#666" aria-hidden="true">
221
+ <circle cx="12" cy="12" r="3"></circle>
222
+ <path d="M12 2l1.2 2.8 3-.2.5 3 2.6 1.4-1.5 2.6 1.5 2.6-2.6 1.4-.5 3-3-.2L12 22l-1.2-2.8-3 .2-.5-3-2.6-1.4 1.5-2.6L4.7 9l2.6-1.4.5-3 3 .2L12 2z" fill="none" stroke="#666" stroke-width="1"></path>
223
+ </svg>
224
+ <!-- signal -->
225
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#666">
226
+ <rect x="3" y="14" width="3" height="6" rx="1"></rect>
227
+ <rect x="8" y="11" width="3" height="9" rx="1"></rect>
228
+ <rect x="13" y="8" width="3" height="12" rx="1"></rect>
229
+ <rect x="18" y="5" width="3" height="15" rx="1"></rect>
230
+ </svg>
231
+ <!-- battery -->
232
+ <svg width="44" height="40" viewBox="0 0 28 16" aria-hidden="true">
233
+ <rect x="1" y="3" width="22" height="10" rx="2" fill="none" stroke="#666" stroke-width="2"></rect>
234
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#666"></rect>
235
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#666"></rect>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Underlying page content -->
241
+ <div class="underlay">
242
+ <div class="top-row">
243
+ <svg class="back-icon" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2">
244
+ <path d="M15 18l-6-6 6-6"></path>
245
+ </svg>
246
+ <div style="font-weight:700;">Search results</div>
247
+ </div>
248
+ <div class="underlay-list">
249
+ <div class="card">
250
+ <div class="img-ph">[IMG: Product Thumbnail]</div>
251
+ <div class="meta">
252
+ <div class="title">Smart Speaker - Charcoal</div>
253
+ <div class="price">£39.99</div>
254
+ </div>
255
+ </div>
256
+ <div class="card">
257
+ <div class="img-ph">[IMG: Product Thumbnail]</div>
258
+ <div class="meta">
259
+ <div class="title">Compact Smart Display</div>
260
+ <div class="price">£49.99</div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Sliding filter sheet -->
267
+ <div class="sheet">
268
+ <div class="sheet-header">
269
+ <div class="header-side">
270
+ <!-- Close (X) icon -->
271
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#111" stroke-width="2" fill="none">
272
+ <path d="M6 6l12 12M18 6l-12 12"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="sheet-title">Filter</div>
276
+ <div class="header-side">
277
+ <a href="#" class="reset-link">Reset</a>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="list">
282
+ <div class="row">
283
+ <div class="label">Price</div>
284
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
285
+ <path d="M9 6l6 6-6 6"></path>
286
+ </svg>
287
+ </div>
288
+
289
+ <div class="row">
290
+ <div class="label">Category</div>
291
+ <div class="value">All Categories</div>
292
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
293
+ <path d="M9 6l6 6-6 6"></path>
294
+ </svg>
295
+ </div>
296
+
297
+ <div class="row">
298
+ <div class="label">Model</div>
299
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
300
+ <path d="M9 6l6 6-6 6"></path>
301
+ </svg>
302
+ </div>
303
+
304
+ <div class="row">
305
+ <div class="label">Brand</div>
306
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
307
+ <path d="M9 6l6 6-6 6"></path>
308
+ </svg>
309
+ </div>
310
+
311
+ <div class="row">
312
+ <div class="label">Colour</div>
313
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
314
+ <path d="M9 6l6 6-6 6"></path>
315
+ </svg>
316
+ </div>
317
+
318
+ <div class="row">
319
+ <div class="label">Item Location</div>
320
+ <div class="value">Default</div>
321
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
322
+ <path d="M9 6l6 6-6 6"></path>
323
+ </svg>
324
+ </div>
325
+
326
+ <div class="row">
327
+ <div class="label">Shipping Options</div>
328
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
329
+ <path d="M9 6l6 6-6 6"></path>
330
+ </svg>
331
+ </div>
332
+
333
+ <div class="row">
334
+ <div class="label">Local Pickup</div>
335
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
336
+ <path d="M9 6l6 6-6 6"></path>
337
+ </svg>
338
+ </div>
339
+
340
+ <div class="row">
341
+ <div class="label">Smart Home Compatibility</div>
342
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
343
+ <path d="M9 6l6 6-6 6"></path>
344
+ </svg>
345
+ </div>
346
+
347
+ <div class="row">
348
+ <div class="label">Features</div>
349
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
350
+ <path d="M9 6l6 6-6 6"></path>
351
+ </svg>
352
+ </div>
353
+
354
+ <div class="row">
355
+ <div class="label">Connectivity</div>
356
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
357
+ <path d="M9 6l6 6-6 6"></path>
358
+ </svg>
359
+ </div>
360
+
361
+ <div class="row">
362
+ <div class="label">Compatible Brand</div>
363
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
364
+ <path d="M9 6l6 6-6 6"></path>
365
+ </svg>
366
+ </div>
367
+
368
+ <div class="row">
369
+ <div class="label">Audio Inputs</div>
370
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
371
+ <path d="M9 6l6 6-6 6"></path>
372
+ </svg>
373
+ </div>
374
+ </div>
375
+
376
+ <div class="sheet-footer">
377
+ <button class="cta">Show 2,600+ results</button>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Bottom system bar and gesture indicator -->
382
+ <div class="bottom-bar">
383
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
384
+ <path d="M3 12h18M3 12l6-6M3 12l6 6"></path>
385
+ </svg>
386
+ <div style="font-size:32px;">Home</div>
387
+ </div>
388
+ <div class="home-gesture"></div>
389
+ </div>
390
+ </body>
391
+ </html>
code/1392/1392_5.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Brand Filter</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: #F2F2F2;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 110px;
22
+ background: #FFFFFF;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ color: #111;
29
+ font-size: 36px;
30
+ border-bottom: 1px solid #ECECEC;
31
+ z-index: 5;
32
+ }
33
+ .status-right {
34
+ display: flex; align-items: center; gap: 22px; color: #555;
35
+ }
36
+ .sb-dot { width: 18px; height: 18px; background: #666; border-radius: 50%; display: inline-block; }
37
+ .sb-icon {
38
+ width: 36px; height: 24px; border: 2px solid #666; border-radius: 4px; position: relative;
39
+ }
40
+ .sb-icon:after { content: ""; position: absolute; right: -8px; top: 6px; width: 4px; height: 12px; background: #666; border-radius: 1px; }
41
+
42
+ /* Underlying page preview (left sliver) */
43
+ .bg-list {
44
+ position: absolute;
45
+ top: 110px; left: 0; right: 0; bottom: 0;
46
+ padding: 24px 24px 140px;
47
+ box-sizing: border-box;
48
+ }
49
+ .card {
50
+ width: 480px; height: 320px; background: #FFFFFF; border-radius: 26px; box-shadow: 0 2px 6px rgba(0,0,0,0.06);
51
+ display: flex; align-items: center; justify-content: center; color: #757575; border: 1px solid #E7E7E7; margin-bottom: 28px;
52
+ }
53
+
54
+ /* Slide-over panel */
55
+ .panel {
56
+ position: absolute;
57
+ top: 0;
58
+ left: 120px;
59
+ width: 960px;
60
+ height: 2400px;
61
+ background: #FFFFFF;
62
+ box-shadow: -8px 0 24px rgba(0,0,0,0.08);
63
+ border-left: 1px solid #EAEAEA;
64
+ z-index: 10;
65
+ }
66
+ .panel-inner {
67
+ position: absolute;
68
+ top: 110px; /* below status bar */
69
+ left: 0; right: 0; bottom: 0;
70
+ overflow: hidden;
71
+ display: flex; flex-direction: column;
72
+ }
73
+ .header {
74
+ position: relative;
75
+ padding: 28px 36px 16px;
76
+ box-sizing: border-box;
77
+ text-align: center;
78
+ border-bottom: 1px solid #F0F0F0;
79
+ }
80
+ .back-btn {
81
+ position: absolute; left: 32px; top: 36px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
82
+ }
83
+ .title {
84
+ font-size: 56px; font-weight: 700; color: #111;
85
+ }
86
+
87
+ .search {
88
+ margin: 24px 36px;
89
+ border: 2px solid #CFCFCF;
90
+ border-radius: 26px;
91
+ height: 120px;
92
+ display: flex; align-items: center; padding: 0 28px;
93
+ box-sizing: border-box;
94
+ color: #9E9E9E; font-size: 40px; font-weight: 600;
95
+ }
96
+ .search svg { margin-right: 20px; }
97
+
98
+ .list {
99
+ flex: 1;
100
+ overflow: auto;
101
+ padding-bottom: 260px; /* for CTA overlap */
102
+ }
103
+ .section {
104
+ border-top: 1px solid #EFEFEF;
105
+ padding: 22px 0;
106
+ }
107
+ .letter {
108
+ color: #777; font-weight: 700; font-size: 34px;
109
+ padding: 0 36px 10px;
110
+ }
111
+ .item {
112
+ display: flex; align-items: center; gap: 26px;
113
+ padding: 22px 36px;
114
+ font-size: 44px; color: #222; font-weight: 600;
115
+ }
116
+ .checkbox {
117
+ width: 54px; height: 54px;
118
+ border: 4px solid #222; border-radius: 8px;
119
+ box-sizing: border-box;
120
+ }
121
+ .count { color: #8C8C8C; font-weight: 600; font-size: 40px; margin-left: 12px; }
122
+
123
+ /* Bottom CTA */
124
+ .cta-wrap {
125
+ position: absolute; left: 0; right: 0; bottom: 140px;
126
+ display: flex; justify-content: center; pointer-events: none;
127
+ }
128
+ .cta {
129
+ pointer-events: auto;
130
+ width: 860px; height: 148px; background: #2E63F5; color: #FFF;
131
+ display: flex; align-items: center; justify-content: center;
132
+ border-radius: 90px; font-size: 44px; font-weight: 800;
133
+ box-shadow: 0 10px 20px rgba(46,99,245,0.35);
134
+ }
135
+
136
+ /* Home indicator */
137
+ .home-indicator {
138
+ position: absolute; left: 50%; transform: translateX(-50%);
139
+ bottom: 36px; width: 300px; height: 10px; background: #BDBDBD; border-radius: 10px;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Status bar -->
147
+ <div class="statusbar">
148
+ <div>12:19</div>
149
+ <div class="status-right">
150
+ <div class="sb-dot"></div>
151
+ <div class="sb-dot" style="opacity:.7;"></div>
152
+ <div class="sb-icon"></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Underlying content preview -->
157
+ <div class="bg-list">
158
+ <div class="card">[IMG: Product Card]</div>
159
+ <div class="card">[IMG: Product Card]</div>
160
+ <div class="card">[IMG: Product Card]</div>
161
+ </div>
162
+
163
+ <!-- Slide-over Brand filter panel -->
164
+ <div class="panel">
165
+ <div class="panel-inner">
166
+ <div class="header">
167
+ <div class="back-btn" aria-label="Back">
168
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round">
169
+ <path d="M15 18l-6-6 6-6"/>
170
+ </svg>
171
+ </div>
172
+ <div class="title">Brand</div>
173
+ </div>
174
+
175
+ <div class="search">
176
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2.2">
177
+ <circle cx="11" cy="11" r="7"></circle>
178
+ <path d="M21 21l-4.3-4.3"></path>
179
+ </svg>
180
+ Search in Brand
181
+ </div>
182
+
183
+ <div class="list">
184
+ <div class="item">
185
+ <div class="checkbox"></div>
186
+ <div>Amazon <span class="count">(383)</span></div>
187
+ </div>
188
+ <div class="item">
189
+ <div class="checkbox"></div>
190
+ <div>Apple <span class="count">(19)</span></div>
191
+ </div>
192
+
193
+ <div class="section">
194
+ <div class="letter">B</div>
195
+ <div class="item">
196
+ <div class="checkbox"></div>
197
+ <div>Bang &amp; Olufsen <span class="count">(1)</span></div>
198
+ </div>
199
+ <div class="item">
200
+ <div class="checkbox"></div>
201
+ <div>Bose <span class="count">(8)</span></div>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="section">
206
+ <div class="letter">D</div>
207
+ <div class="item">
208
+ <div class="checkbox"></div>
209
+ <div>Denon <span class="count">(1)</span></div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="section">
214
+ <div class="letter">E</div>
215
+ <div class="item">
216
+ <div class="checkbox"></div>
217
+ <div>ECHO <span class="count">(4)</span></div>
218
+ </div>
219
+ <div class="item">
220
+ <div class="checkbox"></div>
221
+ <div>Eufy <span class="count">(1)</span></div>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="section">
226
+ <div class="letter">G</div>
227
+ <div class="item">
228
+ <div class="checkbox"></div>
229
+ <div>Google <span class="count">(280)</span></div>
230
+ </div>
231
+ <div class="item">
232
+ <div class="checkbox"></div>
233
+ <div>Google Nest <span class="count">(82)</span></div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="cta-wrap">
239
+ <div class="cta">Show 2,600+ results</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="home-indicator"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/1392/1392_6.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Brand Filter</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111;
16
+ }
17
+
18
+ /* Left dimmed drawer/overlay preview */
19
+ .left-dim {
20
+ position: absolute;
21
+ left: 0; top: 0;
22
+ width: 170px;
23
+ height: 2400px;
24
+ background: #6e6e6e;
25
+ }
26
+ .drawer-home {
27
+ position: absolute;
28
+ left: 0;
29
+ bottom: 110px;
30
+ width: 170px;
31
+ height: 160px;
32
+ background: rgba(255,255,255,0.08);
33
+ border-top-right-radius: 16px;
34
+ border-bottom-right-radius: 16px;
35
+ display: flex;
36
+ align-items: center;
37
+ padding-left: 24px;
38
+ color: #111;
39
+ }
40
+ .drawer-home span { margin-left: 18px; font-size: 34px; color: #1a1a1a; }
41
+ .home-icon {
42
+ width: 64px; height: 64px;
43
+ }
44
+
45
+ /* Status bar */
46
+ .status {
47
+ position: absolute;
48
+ top: 20px;
49
+ left: 0;
50
+ right: 0;
51
+ height: 72px;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 28px;
55
+ font-weight: 600;
56
+ color: #222;
57
+ }
58
+ .status .time { font-size: 34px; margin-left: 14px; }
59
+ .status .right {
60
+ margin-left: auto;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 22px;
64
+ }
65
+ .status .dot { width: 24px; height: 24px; background:#555; border-radius:50%; }
66
+ .status .tri {
67
+ width: 36px; height: 24px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 24px solid #555;
68
+ }
69
+ .status .batt {
70
+ width: 36px; height: 24px; border: 3px solid #555; border-radius: 4px; position: relative;
71
+ }
72
+ .status .batt::after { content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 12px; background: #555; border-radius: 1px; }
73
+
74
+ /* Header */
75
+ .header {
76
+ position: absolute;
77
+ top: 100px;
78
+ left: 0; right: 0;
79
+ height: 160px;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 40px 0 220px; /* shift because of visible drawer */
83
+ border-bottom: 1px solid #eee;
84
+ }
85
+ .back {
86
+ position: absolute;
87
+ left: 190px;
88
+ width: 64px; height: 64px;
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .title {
92
+ width: 100%;
93
+ text-align: center;
94
+ font-size: 64px;
95
+ font-weight: 700;
96
+ letter-spacing: 0.2px;
97
+ color: #111;
98
+ }
99
+
100
+ /* Content area */
101
+ .content {
102
+ position: absolute;
103
+ top: 260px; /* below header */
104
+ left: 190px; /* start after the dim area */
105
+ right: 0;
106
+ bottom: 0;
107
+ padding: 36px 48px 280px 48px; /* bottom padding for button area */
108
+ overflow: hidden;
109
+ }
110
+ .search {
111
+ margin: 14px 16px 32px 16px;
112
+ border: 2px solid #cfcfcf;
113
+ border-radius: 28px;
114
+ padding: 28px 28px;
115
+ display: flex; align-items: center; gap: 18px;
116
+ color: #9e9e9e;
117
+ font-size: 40px;
118
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02);
119
+ }
120
+ .search svg { width: 48px; height: 48px; stroke: #9e9e9e; }
121
+
122
+ .section-label {
123
+ margin: 34px 16px 8px 16px;
124
+ font-size: 34px;
125
+ font-weight: 700;
126
+ color: #333;
127
+ }
128
+ .divider {
129
+ height: 1px;
130
+ background: #eee;
131
+ margin: 8px 16px 8px 16px;
132
+ }
133
+
134
+ .item {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 26px;
138
+ padding: 32px 16px;
139
+ font-size: 44px;
140
+ color: #222;
141
+ }
142
+ .item .count {
143
+ color: #8b8b8b;
144
+ font-size: 38px;
145
+ }
146
+ .box {
147
+ width: 56px; height: 56px; border-radius: 10px; border: 6px solid #111;
148
+ display: flex; align-items: center; justify-content: center;
149
+ }
150
+ .box.checked {
151
+ background: #111; border-color: #111;
152
+ }
153
+ .box svg { width: 34px; height: 34px; }
154
+ .muted { color: #7a7a7a; }
155
+
156
+ /* Bottom floating area */
157
+ .bottom-area {
158
+ position: absolute;
159
+ left: 170px; /* start after dim area */
160
+ right: 0;
161
+ bottom: 0;
162
+ height: 220px;
163
+ background: #ffffff;
164
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
165
+ display: flex; align-items: center; justify-content: center;
166
+ padding: 0 48px;
167
+ }
168
+ .cta {
169
+ width: 840px;
170
+ height: 120px;
171
+ background: #2F58FF;
172
+ color: #fff;
173
+ border-radius: 60px;
174
+ display: flex; align-items: center; justify-content: center;
175
+ font-size: 44px; font-weight: 700;
176
+ box-shadow: 0 8px 20px rgba(47,88,255,0.35);
177
+ }
178
+ .gesture {
179
+ position: absolute;
180
+ bottom: 30px;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ width: 220px; height: 10px;
184
+ background: #c9c9c9; border-radius: 6px;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+ <!-- Left dim background representing opened drawer -->
191
+ <div class="left-dim"></div>
192
+ <div class="drawer-home">
193
+ <svg class="home-icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
194
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z"/>
195
+ </svg>
196
+ <span>Home</span>
197
+ </div>
198
+
199
+ <!-- Status bar -->
200
+ <div class="status">
201
+ <span class="time">12:20</span>
202
+ <div class="right">
203
+ <div class="tri"></div>
204
+ <div class="dot"></div>
205
+ <div class="batt"></div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Header -->
210
+ <div class="header">
211
+ <div class="back">
212
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
213
+ <path d="M15 18l-6-6 6-6"/>
214
+ </svg>
215
+ </div>
216
+ <div class="title">Brand</div>
217
+ </div>
218
+
219
+ <!-- Content -->
220
+ <div class="content">
221
+ <div class="search">
222
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
223
+ <circle cx="11" cy="11" r="7" stroke="currentColor"></circle>
224
+ <path d="M21 21l-3.5-3.5" stroke="currentColor"></path>
225
+ </svg>
226
+ <span>Search in Brand</span>
227
+ </div>
228
+
229
+ <div class="item">
230
+ <div class="box checked">
231
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
232
+ <path d="M20 6L9 17l-5-5"></path>
233
+ </svg>
234
+ </div>
235
+ <div>Google <span class="count">(280)</span></div>
236
+ </div>
237
+
238
+ <div class="item">
239
+ <div class="box"></div>
240
+ <div>Google Nest <span class="count">(82)</span></div>
241
+ </div>
242
+
243
+ <div class="section-label">I</div>
244
+ <div class="divider"></div>
245
+
246
+ <div class="item">
247
+ <div class="box"></div>
248
+ <div>iBOX <span class="count">(2)</span></div>
249
+ </div>
250
+
251
+ <div class="section-label">L</div>
252
+ <div class="divider"></div>
253
+
254
+ <div class="item">
255
+ <div class="box"></div>
256
+ <div>Lenovo <span class="count">(6)</span></div>
257
+ </div>
258
+
259
+ <div class="section-label">N</div>
260
+ <div class="divider"></div>
261
+
262
+ <div class="item">
263
+ <div class="box"></div>
264
+ <div>Nest <span class="count">(3)</span></div>
265
+ </div>
266
+
267
+ <div class="section-label">O</div>
268
+ <div class="divider"></div>
269
+
270
+ <div class="item">
271
+ <div class="box"></div>
272
+ <div>Onkyo <span class="count">(1)</span></div>
273
+ </div>
274
+
275
+ <div class="section-label">P</div>
276
+ <div class="divider"></div>
277
+
278
+ <div class="item">
279
+ <div class="box"></div>
280
+ <div>PRO <span class="count">(2)</span></div>
281
+ </div>
282
+
283
+ <div class="section-label">S</div>
284
+ <div class="divider"></div>
285
+
286
+ <div class="item">
287
+ <div class="box"></div>
288
+ <div>Smarthome <span class="count">(1)</span></div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Bottom CTA -->
293
+ <div class="bottom-area">
294
+ <div class="cta">Searching...</div>
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </div>
298
+ </body>
299
+ </html>
code/1392/1392_7.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Brand Filter Sheet</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: #f2f2f2;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0;
22
+ width: 1080px;
23
+ height: 96px;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #1a1a1a;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons { display: flex; align-items: center; gap: 28px; }
33
+ .icon-wifi, .icon-battery {
34
+ width: 38px; height: 38px;
35
+ }
36
+
37
+ /* Background content preview (behind sheet) */
38
+ .bg-content {
39
+ position: absolute; top: 120px; left: 0;
40
+ width: 1080px; height: 2140px;
41
+ padding: 24px 24px 0 24px;
42
+ }
43
+ .bg-card {
44
+ width: 980px; height: 260px;
45
+ border-radius: 20px;
46
+ background: #ffffff;
47
+ margin-bottom: 36px;
48
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
49
+ display: flex; gap: 20px; align-items: center; padding: 20px;
50
+ }
51
+ .img-ph {
52
+ width: 220px; height: 220px;
53
+ background: #E0E0E0; border: 1px solid #BDBDBD;
54
+ border-radius: 20px;
55
+ display: flex; align-items: center; justify-content: center;
56
+ color: #757575; font-size: 28px;
57
+ }
58
+
59
+ /* Sliding sheet */
60
+ .sheet {
61
+ position: absolute; top: 0; left: 120px;
62
+ width: 960px; height: 2400px;
63
+ background: #ffffff;
64
+ box-shadow: -8px 0 24px rgba(0,0,0,0.18);
65
+ }
66
+ .appbar {
67
+ position: relative;
68
+ padding-top: 96px; /* below status bar */
69
+ height: 180px;
70
+ border-bottom: 1px solid #e7e7e7;
71
+ }
72
+ .appbar-inner {
73
+ height: 100%;
74
+ display: flex; align-items: center;
75
+ padding: 0 36px;
76
+ }
77
+ .back-btn {
78
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
79
+ margin-right: 16px;
80
+ }
81
+ .appbar-title {
82
+ font-weight: 700; font-size: 54px; color: #111;
83
+ margin: 0 auto; margin-right: auto;
84
+ }
85
+
86
+ /* Search bar */
87
+ .search-wrap { padding: 28px 36px; border-bottom: 1px solid #f0f0f0; }
88
+ .search {
89
+ height: 110px; border: 2px solid #d7d7d7; border-radius: 24px;
90
+ display: flex; align-items: center; padding: 0 28px; color: #9a9a9a;
91
+ font-size: 36px; background: #fff;
92
+ }
93
+ .search svg { margin-right: 18px; fill: #9a9a9a; }
94
+
95
+ /* List */
96
+ .list { position: absolute; top: 406px; bottom: 220px; left: 0; right: 0; overflow-y: auto; }
97
+ .section-label {
98
+ color: #6f6f6f; font-weight: 700; font-size: 36px; padding: 28px 36px 10px 36px;
99
+ }
100
+ .divider { height: 1px; background: #ececec; margin: 0 36px; }
101
+ .item {
102
+ display: flex; align-items: center;
103
+ padding: 28px 36px;
104
+ font-size: 40px; color: #1a1a1a;
105
+ }
106
+ .checkbox {
107
+ width: 56px; height: 56px; border: 4px solid #1a1a1a; border-radius: 10px; margin-right: 28px;
108
+ display: inline-flex; align-items: center; justify-content: center;
109
+ }
110
+ .checkbox.checked { background: #1a1a1a; }
111
+ .checkbox.checked svg { fill: #fff; }
112
+ .count { color: #7a7a7a; font-size: 34px; margin-left: 10px; }
113
+
114
+ /* Bottom primary button */
115
+ .cta {
116
+ position: absolute; left: 50%; transform: translateX(-50%);
117
+ bottom: 120px; width: 860px; height: 120px; border-radius: 60px;
118
+ background: #2e62ff; color: #fff; font-weight: 700; font-size: 40px;
119
+ display: flex; align-items: center; justify-content: center;
120
+ box-shadow: 0 8px 16px rgba(46,98,255,0.35);
121
+ }
122
+
123
+ /* Home indicator (system) */
124
+ .home-indicator {
125
+ position: absolute; left: 50%; transform: translateX(-50%);
126
+ bottom: 32px; width: 260px; height: 10px; border-radius: 10px; background: #cfcfcf;
127
+ opacity: 0.9;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status bar -->
135
+ <div class="status-bar">
136
+ <div>12:20</div>
137
+ <div class="status-icons">
138
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5L12 24l-2.5-3zM2 8c5.5-5.3 14.5-5.3 20 0l-2 2C15 6 9 6 4 10L2 8zm5 5c3.7-3 9.3-3 13 0l-2 2c-2.8-2-6.2-2-9 0l-2-2z" /></svg>
139
+ <svg class="icon-battery" viewBox="0 0 24 24"><rect x="1" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"/>
140
+ <rect x="3" y="8" width="14" height="8" fill="#222"/><rect x="20" y="10" width="3" height="6" rx="1" fill="#222"/></svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Background content (preview) -->
145
+ <div class="bg-content">
146
+ <div class="bg-card">
147
+ <div class="img-ph">[IMG: Listing thumbnail]</div>
148
+ <div style="flex:1; color:#6d6d6d; font-size:34px;">Underlying screen preview</div>
149
+ </div>
150
+ <div class="bg-card">
151
+ <div class="img-ph">[IMG: Listing thumbnail]</div>
152
+ <div style="flex:1; color:#6d6d6d; font-size:34px;">Underlying screen preview</div>
153
+ </div>
154
+ <div class="bg-card">
155
+ <div class="img-ph">[IMG: Listing thumbnail]</div>
156
+ <div style="flex:1; color:#6d6d6d; font-size:34px;">Underlying screen preview</div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Sliding Sheet -->
161
+ <div class="sheet">
162
+ <div class="appbar">
163
+ <div class="appbar-inner">
164
+ <div class="back-btn">
165
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M15.5 5l-7 7 7 7" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
166
+ </div>
167
+ <div class="appbar-title">Brand</div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="search-wrap">
172
+ <div class="search">
173
+ <svg viewBox="0 0 24 24" width="48" height="48"><path d="M15.5 14h-.8l-.3-.3a6 6 0 10-.8.8l.3.3v.8L20 21l1-1-5.5-6zM10 15a5 5 0 110-10 5 5 0 010 10z"/></svg>
174
+ <span>Search in Brand</span>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="list">
179
+ <div class="item">
180
+ <span class="checkbox checked">
181
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M9 16l-3-3 1.5-1.5L9 13l7.5-7.5L18 7z"/></svg>
182
+ </span>
183
+ <span>Google <span class="count">(280)</span></span>
184
+ </div>
185
+ <div class="item">
186
+ <span class="checkbox"></span>
187
+ <span>Google Nest <span class="count">(82)</span></span>
188
+ </div>
189
+
190
+ <div class="section-label">I</div>
191
+ <div class="divider"></div>
192
+ <div class="item">
193
+ <span class="checkbox"></span>
194
+ <span>iBOX <span class="count">(2)</span></span>
195
+ </div>
196
+
197
+ <div class="section-label">L</div>
198
+ <div class="divider"></div>
199
+ <div class="item">
200
+ <span class="checkbox"></span>
201
+ <span>Lenovo <span class="count">(6)</span></span>
202
+ </div>
203
+
204
+ <div class="section-label">N</div>
205
+ <div class="divider"></div>
206
+ <div class="item">
207
+ <span class="checkbox"></span>
208
+ <span>Nest <span class="count">(3)</span></span>
209
+ </div>
210
+
211
+ <div class="section-label">O</div>
212
+ <div class="divider"></div>
213
+ <div class="item">
214
+ <span class="checkbox"></span>
215
+ <span>Onkyo <span class="count">(1)</span></span>
216
+ </div>
217
+
218
+ <div class="section-label">P</div>
219
+ <div class="divider"></div>
220
+ <div class="item">
221
+ <span class="checkbox"></span>
222
+ <span>PRO <span class="count">(2)</span></span>
223
+ </div>
224
+
225
+ <div class="section-label">S</div>
226
+ <div class="divider"></div>
227
+ <div class="item">
228
+ <span class="checkbox"></span>
229
+ <span>Smarthome <span class="count">(1)</span></span>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="cta">Show 1,800+ results</div>
234
+ </div>
235
+
236
+ <div class="home-indicator"></div>
237
+ </div>
238
+ </body>
239
+ </html>
code/1392/1392_8.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Results 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: #111;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 88px; padding: 16px 32px 8px 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #333; font-size: 32px;
20
+ }
21
+ .status-icons { display: flex; gap: 18px; align-items: center; }
22
+ .dot { width: 18px; height: 18px; background: #777; border-radius: 50%; display: inline-block; }
23
+ .battery { width: 36px; height: 18px; border: 2px solid #777; border-radius: 3px; position: relative; }
24
+ .battery::after { content: ""; position: absolute; right: -6px; top: 4px; width: 4px; height: 8px; background: #777; border-radius: 1px; }
25
+ .battery .level { width: 24px; height: 100%; background: #777; }
26
+ /* Header */
27
+ .header {
28
+ padding: 8px 24px 16px 16px;
29
+ display: flex; align-items: center; gap: 16px;
30
+ }
31
+ .back-btn {
32
+ width: 84px; height: 84px; display: flex; align-items: center; justify-content: center;
33
+ border-radius: 42px;
34
+ }
35
+ .search-title {
36
+ font-size: 52px; font-weight: 700; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
37
+ }
38
+ .circle-icon {
39
+ width: 84px; height: 84px; border-radius: 42px; background: #F2F3F5;
40
+ display: flex; align-items: center; justify-content: center;
41
+ }
42
+ /* Actions row */
43
+ .actions {
44
+ padding: 8px 28px 8px 28px;
45
+ display: flex; align-items: center; justify-content: space-between;
46
+ }
47
+ .link {
48
+ display: inline-flex; align-items: center; gap: 12px;
49
+ color: #3665F3; font-size: 34px; font-weight: 600;
50
+ }
51
+ .link svg { stroke: #3665F3; }
52
+ /* Scroll area */
53
+ .content {
54
+ position: absolute; left: 0; right: 0;
55
+ top: 310px; bottom: 240px;
56
+ overflow-y: auto; padding: 0 24px 160px 24px;
57
+ }
58
+ .divider { height: 1px; background: #E5E5E5; margin: 0 -24px; }
59
+ .item {
60
+ display: flex; gap: 28px; padding: 34px 0;
61
+ border-bottom: 1px solid #EAEAEA;
62
+ }
63
+ .thumb {
64
+ width: 380px; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 28px;
65
+ position: relative; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center; padding: 10px;
66
+ }
67
+ .fav {
68
+ position: absolute; top: 12px; right: 12px;
69
+ width: 92px; height: 92px; border-radius: 46px;
70
+ background: #ffffff; border: 1px solid rgba(0,0,0,0.15);
71
+ display: flex; align-items: center; justify-content: center;
72
+ }
73
+ .details { flex: 1; padding-right: 8px; }
74
+ .title {
75
+ font-size: 40px; font-weight: 700; line-height: 1.15; margin: 0 0 8px 0;
76
+ }
77
+ .cond { color: #777; font-size: 30px; margin-bottom: 12px; }
78
+ .price { font-size: 46px; font-weight: 800; margin: 4px 0; }
79
+ .sub { color: #6b6b6b; font-size: 28px; }
80
+ .muted { color: #8b8b8b; }
81
+ /* Results strip above navbar */
82
+ .results-strip {
83
+ position: absolute; left: 0; right: 0; bottom: 200px;
84
+ background: #fff; border-top: 1px solid #E5E5E5;
85
+ text-align: center; padding: 20px 0; font-size: 32px; color: #666;
86
+ }
87
+ /* Bottom navigation */
88
+ .bottom-nav {
89
+ position: absolute; left: 0; right: 0; bottom: 0;
90
+ height: 200px; background: #fff; border-top: 1px solid #E5E5E5;
91
+ display: flex; align-items: center; justify-content: space-around;
92
+ }
93
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #666; font-size: 28px; }
94
+ .nav-item.active { color: #3665F3; }
95
+ .nav-icon { width: 64px; height: 64px; }
96
+ .badge {
97
+ position: absolute; top: -6px; right: -6px;
98
+ background: #E53935; color: #fff; font-size: 22px; font-weight: 700;
99
+ width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 19px;
100
+ }
101
+ .nav-item.pos-rel { position: relative; }
102
+ /* Gesture bar */
103
+ .gesture {
104
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
105
+ width: 240px; height: 10px; border-radius: 6px; background: #BDBDBD;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <!-- Status bar -->
112
+ <div class="status-bar">
113
+ <div>12:21</div>
114
+ <div class="status-icons">
115
+ <span class="dot"></span>
116
+ <span class="battery"><span class="level"></span></span>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Header row -->
121
+ <div class="header">
122
+ <div class="back-btn" aria-label="Back">
123
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
124
+ <path d="M15 18l-6-6 6-6"></path>
125
+ </svg>
126
+ </div>
127
+ <div class="search-title">smart home speak...</div>
128
+ <div class="circle-icon" aria-label="Search">
129
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
130
+ <circle cx="11" cy="11" r="7"></circle>
131
+ <path d="M20 20l-3.5-3.5"></path>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Actions -->
137
+ <div class="actions">
138
+ <div class="link">
139
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#3665F3" stroke-width="2">
140
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
141
+ </svg>
142
+ <span>Save this search</span>
143
+ </div>
144
+ <div class="link">
145
+ <span>Sort</span>
146
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#3665F3" stroke-width="2">
147
+ <path d="M6 15l3 3 3-3"></path>
148
+ <path d="M15 9l3-3 3 3"></path>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Scrollable content -->
154
+ <div class="content">
155
+ <div class="item" style="border-top: 1px solid #EAEAEA;">
156
+ <div class="thumb">
157
+ [IMG: Smart speakers lot on table]
158
+ <div class="fav">
159
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
160
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ <div class="details">
165
+ <div class="title">Google Home & Google Home Mini Smart Speakers Lot</div>
166
+ <div class="cond">Pre-Owned</div>
167
+ <div class="price">£81.99</div>
168
+ <div class="sub">or Best Offer</div>
169
+ <div class="sub muted">+£76.23 shipping</div>
170
+ <div class="sub muted">from United States</div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="item">
175
+ <div class="thumb">
176
+ [IMG: Google Home Mini bundle on shelf]
177
+ <div class="fav">
178
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
179
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ <div class="details">
184
+ <div class="title">(Q) Google H0A Home Mini Smart Speaker 1st Generation In Grey (Chalk)</div>
185
+ <div class="cond">Pre-Owned</div>
186
+ <div class="price">£12.13</div>
187
+ <div class="sub muted">+£23.80 shipping</div>
188
+ <div class="sub muted">from United States</div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="item">
193
+ <div class="thumb">
194
+ [IMG: Teal Google Home Mini with cable]
195
+ <div class="fav">
196
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
197
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ <div class="details">
202
+ <div class="title">Google Home Mini Smart Speaker In Preowned Condition</div>
203
+ <div class="cond">Pre-Owned</div>
204
+ <div class="price">£2.66</div>
205
+ <div class="sub">4 bids · 1d 12h</div>
206
+ <div class="sub muted">+£23.00 shipping</div>
207
+ <div class="sub muted">from United States</div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="item">
212
+ <div class="thumb">
213
+ [IMG: Two Google Nest minis - lot of 2]
214
+ <div class="fav">
215
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
216
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ <div class="details">
221
+ <div class="title">LOT OF 2 GOOGLE NEST Mini Smart Speakers</div>
222
+ <div class="cond">Pre-Owned</div>
223
+ <div class="price">£19.99</div>
224
+ <div class="sub muted">+£15.00 shipping</div>
225
+ <div class="sub muted">from United States</div>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="item">
230
+ <div class="thumb">
231
+ [IMG: Smart speaker with adapter]
232
+ <div class="fav">
233
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
234
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.65A4 4 0 0 1 19 11c0 5.65-7 10-7 10z"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ <div class="details">
239
+ <div class="title">Google Home Mini Speaker with Power Cable</div>
240
+ <div class="cond">Pre-Owned</div>
241
+ <div class="price">£8.50</div>
242
+ <div class="sub muted">+£18.00 shipping</div>
243
+ <div class="sub muted">from United States</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Results strip -->
249
+ <div class="results-strip">1,800+ results</div>
250
+
251
+ <!-- Bottom Navigation -->
252
+ <div class="bottom-nav">
253
+ <div class="nav-item">
254
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
255
+ <path d="M3 11l9-7 9 7"></path>
256
+ <path d="M5 10v10h14V10"></path>
257
+ </svg>
258
+ <div>Home</div>
259
+ </div>
260
+ <div class="nav-item">
261
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2">
262
+ <circle cx="12" cy="8" r="4"></circle>
263
+ <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4"></path>
264
+ </svg>
265
+ <div>My eBay</div>
266
+ </div>
267
+ <div class="nav-item active">
268
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#3665F3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
269
+ <circle cx="11" cy="11" r="7"></circle>
270
+ <path d="M20 20l-3.5-3.5"></path>
271
+ </svg>
272
+ <div>Search</div>
273
+ </div>
274
+ <div class="nav-item pos-rel">
275
+ <div style="position: relative;">
276
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2">
277
+ <path d="M18 8a6 6 0 10-12 0v6l-2 2h16l-2-2V8z"></path>
278
+ </svg>
279
+ <span class="badge">3</span>
280
+ </div>
281
+ <div>Inbox</div>
282
+ </div>
283
+ <div class="nav-item">
284
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
285
+ <path d="M20 10l-8-8-8 8v8a2 2 0 0 0 2 2h8z"></path>
286
+ <circle cx="12" cy="12" r="3"></circle>
287
+ </svg>
288
+ <div>Selling</div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="gesture"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/13921/13921_0.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #121212; color: #EAEAEA;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 90px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px; color: #ffffff; font-size: 32px;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 22px; }
20
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: 0.8; }
21
+ .battery {
22
+ width: 46px; height: 24px; border: 2px solid #fff; border-radius: 6px; position: relative;
23
+ }
24
+ .battery::after { content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 10px; background: #fff; border-radius: 2px; }
25
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 16px; width: 30px; background: #fff; }
26
+
27
+ /* App bar & search */
28
+ .app-top {
29
+ position: absolute; top: 90px; left: 0; width: 100%; height: 170px;
30
+ padding: 24px 32px; box-sizing: border-box;
31
+ }
32
+ .top-row { display: flex; align-items: center; justify-content: space-between; }
33
+ .search-wrap { display: flex; align-items: center; gap: 24px; }
34
+ .search-bar {
35
+ width: 840px; height: 100px; background: #2A2D32; border-radius: 50px;
36
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; color: #A9B0B6;
37
+ font-size: 36px;
38
+ }
39
+ .icon { width: 48px; height: 48px; color: #C7CBD0; }
40
+ .hamburger { width: 64px; height: 64px; color: #C7CBD0; }
41
+ .profile {
42
+ width: 84px; height: 84px; border-radius: 50%; background: #7B58A8; color: #fff;
43
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 40px;
44
+ }
45
+
46
+ /* Tabs */
47
+ .tabs {
48
+ position: absolute; top: 260px; left: 0; width: 100%; padding: 0 32px; box-sizing: border-box;
49
+ display: flex; align-items: center; justify-content: space-between;
50
+ }
51
+ .tab-left { display: flex; gap: 40px; font-size: 36px; }
52
+ .tab { color: #EAEAEA; opacity: 0.88; }
53
+ .tab.inactive { opacity: 0.6; }
54
+ .tab-underline {
55
+ position: absolute; left: 32px; top: 318px; width: 240px; height: 6px; background: #4FB3F6; border-radius: 4px;
56
+ }
57
+
58
+ /* Files list */
59
+ .files {
60
+ position: absolute; top: 340px; left: 0; width: 100%; padding: 0 32px 200px; box-sizing: border-box;
61
+ }
62
+ .file-item {
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ padding: 30px 0; border-bottom: 1px solid #1E1E1E;
65
+ }
66
+ .file-left { display: flex; align-items: center; gap: 30px; }
67
+ .file-icon {
68
+ width: 72px; height: 72px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
69
+ font-weight: bold; font-size: 26px; color: #fff;
70
+ }
71
+ .file-icon.red { background: #E05252; }
72
+ .file-icon.blue { background: #5B8CEB; }
73
+ .file-icon.yellow { background: #E8C24D; color: #333; }
74
+ .file-text { display: flex; flex-direction: column; }
75
+ .file-title { font-size: 38px; line-height: 44px; color: #EDEDED; }
76
+ .file-meta { font-size: 28px; color: #A9ABB0; margin-top: 8px; }
77
+ .more { width: 48px; height: 48px; color: #BFC4CA; }
78
+
79
+ /* Floating actions */
80
+ .fab-camera {
81
+ position: absolute; right: 54px; bottom: 320px;
82
+ width: 132px; height: 132px; border-radius: 50%; background: #6E5695;
83
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.5);
84
+ color: #fff;
85
+ }
86
+ .fab-new {
87
+ position: absolute; right: 220px; bottom: 330px;
88
+ height: 98px; width: 260px; border-radius: 28px; background: #2F3B49;
89
+ display: flex; align-items: center; justify-content: center; gap: 20px; color: #DDE2E7; font-size: 36px; box-shadow: 0 8px 24px rgba(0,0,0,0.5);
90
+ }
91
+ .plus { width: 42px; height: 42px; color: #DDE2E7; }
92
+
93
+ /* Bottom nav */
94
+ .bottom-nav {
95
+ position: absolute; bottom: 70px; left: 0; width: 100%; height: 160px; background: #1A1A1A;
96
+ display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #202020;
97
+ }
98
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #B9BEC4; font-size: 28px; }
99
+ .nav-item .nav-icon { width: 56px; height: 56px; }
100
+ .nav-item.active { color: #FFFFFF; }
101
+ .gesture {
102
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
103
+ width: 240px; height: 12px; background: #CFCFCF; opacity: 0.8; border-radius: 8px;
104
+ }
105
+
106
+ /* Utility */
107
+ .grid-icon { width: 54px; height: 54px; color: #BFC4CA; }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Status bar -->
114
+ <div class="status-bar">
115
+ <div>9:45</div>
116
+ <div class="status-right">
117
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
118
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 5v14l-8-7 8-7Z"/></svg>
119
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l4 4H8l4-4Zm0 20-4-4h8l-4 4Z"/></svg>
120
+ <div class="battery"><div class="level"></div></div>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- App top/search -->
125
+ <div class="app-top">
126
+ <div class="top-row">
127
+ <svg class="hamburger" viewBox="0 0 24 24">
128
+ <path fill="currentColor" d="M3 6h18v2H3zm0 6h18v2H3zm0 6h18v2H3z"/>
129
+ </svg>
130
+ <div class="search-bar">
131
+ <svg class="icon" viewBox="0 0 24 24" style="margin-right:12px;">
132
+ <circle cx="11" cy="11" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
133
+ <path d="M20 20l-4.5-4.5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"></path>
134
+ </svg>
135
+ <div>Search in Drive</div>
136
+ </div>
137
+ <div class="profile">A</div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Tabs -->
142
+ <div class="tabs">
143
+ <div class="tab-left">
144
+ <div class="tab">Suggested</div>
145
+ <div class="tab inactive">Activity</div>
146
+ </div>
147
+ <svg class="grid-icon" viewBox="0 0 24 24">
148
+ <path fill="currentColor" d="M3 3h7v7H3V3zm11 0h7v7h-7V3zM3 14h7v7H3v-7zm11 0h7v7h-7v-7z"/>
149
+ </svg>
150
+ </div>
151
+ <div class="tab-underline"></div>
152
+
153
+ <!-- Files list -->
154
+ <div class="files">
155
+ <div class="file-item">
156
+ <div class="file-left">
157
+ <div class="file-icon red">PDF</div>
158
+ <div class="file-text">
159
+ <div class="file-title">The Queen's Gambit-1.pdf</div>
160
+ <div class="file-meta">You edited • Dec 20, 2023</div>
161
+ </div>
162
+ </div>
163
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
164
+ </div>
165
+
166
+ <div class="file-item">
167
+ <div class="file-left">
168
+ <div class="file-icon red">PDF</div>
169
+ <div class="file-text">
170
+ <div class="file-title">The Queen's gambit</div>
171
+ <div class="file-meta">You opened • Dec 20, 2023</div>
172
+ </div>
173
+ </div>
174
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
175
+ </div>
176
+
177
+ <div class="file-item">
178
+ <div class="file-left">
179
+ <div class="file-icon red">PDF</div>
180
+ <div class="file-text">
181
+ <div class="file-title">_OceanofPDF.com_The_Alchemist.pdf</div>
182
+ <div class="file-meta">You opened • Dec 15, 2023</div>
183
+ </div>
184
+ </div>
185
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
186
+ </div>
187
+
188
+ <div class="file-item">
189
+ <div class="file-left">
190
+ <div class="file-icon blue">DOC</div>
191
+ <div class="file-text">
192
+ <div class="file-title">https://surveyh.txt</div>
193
+ <div class="file-meta">You edited • Dec 15, 2023</div>
194
+ </div>
195
+ </div>
196
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
197
+ </div>
198
+
199
+ <div class="file-item">
200
+ <div class="file-left">
201
+ <div class="file-icon yellow">SLD</div>
202
+ <div class="file-text">
203
+ <div class="file-title">ANNUAL MEETING 2023</div>
204
+ <div class="file-meta">You modified • Nov 23, 2023</div>
205
+ </div>
206
+ </div>
207
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
208
+ </div>
209
+
210
+ <div class="file-item">
211
+ <div class="file-left">
212
+ <div class="file-icon blue">DOC</div>
213
+ <div class="file-text">
214
+ <div class="file-title">Employment Fair Survey</div>
215
+ <div class="file-meta">You modified • Dec 15, 2023</div>
216
+ </div>
217
+ </div>
218
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
219
+ </div>
220
+
221
+ <div class="file-item">
222
+ <div class="file-left">
223
+ <div class="file-icon blue">DOC</div>
224
+ <div class="file-text">
225
+ <div class="file-title">Untitled document</div>
226
+ <div class="file-meta">You opened • Nov 21, 2023</div>
227
+ </div>
228
+ </div>
229
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
230
+ </div>
231
+
232
+ <div class="file-item">
233
+ <div class="file-left">
234
+ <div class="file-icon blue">DOC</div>
235
+ <div class="file-text">
236
+ <div class="file-title">https://surveyh.txt</div>
237
+ <div class="file-meta">You modified • Dec 15, 2023</div>
238
+ </div>
239
+ </div>
240
+ <svg class="more" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="19" r="2" fill="currentColor"/></svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Floating buttons -->
245
+ <div class="fab-camera">
246
+ <svg viewBox="0 0 24 24" width="72" height="72">
247
+ <path fill="currentColor" d="M9 7l2-2h2l2 2h3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3Zm3 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z"/>
248
+ </svg>
249
+ </div>
250
+ <div class="fab-new">
251
+ <svg class="plus" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4h2v16h-2zM4 11h16v2H4z"/></svg>
252
+ <div>New</div>
253
+ </div>
254
+
255
+ <!-- Bottom navigation -->
256
+ <div class="bottom-nav">
257
+ <div class="nav-item active">
258
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3l9 8-1.5 1.8L18 11v8H6v-8l-1.5 1.8L3 11l9-8Z"/></svg>
259
+ <div>Home</div>
260
+ </div>
261
+ <div class="nav-item">
262
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-5.3 3 1-6-4.3-4 6-.9L12 3l2.6 6.4 6 .9-4.3 4 1 6-5.3-3Z"/></svg>
263
+ <div>Starred</div>
264
+ </div>
265
+ <div class="nav-item">
266
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M7 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM4 20v-1a5 5 0 0 1 10 0v1H4Zm10 0v-1a5 5 0 0 1 6-4.8 5 5 0 0 1 2 3.8v2h-8Z"/></svg>
267
+ <div>Shared</div>
268
+ </div>
269
+ <div class="nav-item">
270
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4h8l2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6h6l0-2Zm10 4H6v10h14V8Z"/></svg>
271
+ <div>Files</div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="gesture"></div>
276
+ </div>
277
+ </body>
278
+ </html>