yhzheng1031 commited on
Commit
d63cc1c
·
verified ·
1 Parent(s): f1ac65d

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/15663/15663_6.html +292 -0
  2. code/15663/15663_7.html +304 -0
  3. code/15663/15663_8.html +248 -0
  4. code/15663/15663_9.html +231 -0
  5. code/15667/15667_0.html +341 -0
  6. code/15667/15667_1.html +291 -0
  7. code/15667/15667_2.html +283 -0
  8. code/15668/15668_2.html +276 -0
  9. code/15668/15668_3.html +271 -0
  10. code/15668/15668_4.html +484 -0
  11. code/15668/15668_6.html +314 -0
  12. code/15669/15669_0.html +333 -0
  13. code/15669/15669_1.html +284 -0
  14. code/15669/15669_2.html +210 -0
  15. code/15669/15669_3.html +226 -0
  16. code/15669/15669_5.html +310 -0
  17. code/15669/15669_6.html +231 -0
  18. code/1567/1567_0.html +150 -0
  19. code/1567/1567_1.html +248 -0
  20. code/1567/1567_2.html +376 -0
  21. code/15670/15670_0.html +156 -0
  22. code/15670/15670_1.html +390 -0
  23. code/15670/15670_10.html +423 -0
  24. code/15670/15670_2.html +369 -0
  25. code/15670/15670_3.html +412 -0
  26. code/15670/15670_4.html +384 -0
  27. code/15670/15670_5.html +282 -0
  28. code/15670/15670_6.html +338 -0
  29. code/15670/15670_7.html +374 -0
  30. code/15670/15670_8.html +191 -0
  31. code/15670/15670_9.html +219 -0
  32. code/15671/15671_0.html +347 -0
  33. code/15671/15671_1.html +370 -0
  34. code/15671/15671_10.html +376 -0
  35. code/15671/15671_11.html +299 -0
  36. code/15671/15671_12.html +363 -0
  37. code/15671/15671_13.html +354 -0
  38. code/15671/15671_14.html +394 -0
  39. code/15671/15671_15.html +303 -0
  40. code/15671/15671_2.html +329 -0
  41. code/15671/15671_3.html +222 -0
  42. code/15671/15671_4.html +260 -0
  43. code/15671/15671_5.html +268 -0
  44. code/15671/15671_6.html +351 -0
  45. code/15671/15671_7.html +274 -0
  46. code/15671/15671_8.html +299 -0
  47. code/15671/15671_9.html +328 -0
  48. code/15672/15672_0.html +243 -0
  49. code/15672/15672_1.html +404 -0
  50. code/15672/15672_2.html +285 -0
code/15663/15663_6.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Product Reviews & FAQ Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #ffffff; color: #222;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 130px;
17
+ background: #8f8f8f;
18
+ color: #fff;
19
+ display: flex;
20
+ align-items: center;
21
+ padding: 0 36px;
22
+ font-weight: 600;
23
+ font-size: 40px;
24
+ letter-spacing: 1px;
25
+ }
26
+ .status-icons {
27
+ margin-left: auto;
28
+ display: flex;
29
+ gap: 26px;
30
+ align-items: center;
31
+ opacity: 0.95;
32
+ }
33
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #fff; display: inline-block; margin: 0 6px; }
34
+
35
+ /* Top app bar */
36
+ .app-bar {
37
+ padding: 22px 24px 14px 24px;
38
+ display: flex; align-items: center; gap: 18px;
39
+ background: #fff;
40
+ }
41
+ .icon-btn {
42
+ width: 80px; height: 80px; border-radius: 16px;
43
+ display: flex; align-items: center; justify-content: center;
44
+ }
45
+ .icon-btn svg { width: 44px; height: 44px; }
46
+ .logo {
47
+ width: 86px; height: 86px; border-radius: 18px;
48
+ background: #e6282b; color: #fff; font-weight: 800; font-size: 54px;
49
+ display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .search {
52
+ flex: 1;
53
+ height: 96px;
54
+ background: #f3f5f6;
55
+ border-radius: 50px;
56
+ display: flex; align-items: center; gap: 20px;
57
+ padding: 0 30px;
58
+ box-shadow: inset 0 0 0 1px #e3e6e8;
59
+ }
60
+ .search input {
61
+ border: none; outline: none; background: transparent;
62
+ font-size: 36px; width: 100%;
63
+ }
64
+ .toolbar-right { display: flex; gap: 26px; }
65
+ .toolbar-right .tool {
66
+ width: 84px; height: 84px; border-radius: 18px;
67
+ display: flex; align-items: center; justify-content: center;
68
+ }
69
+
70
+ /* Content */
71
+ .content { padding: 10px 30px 220px 30px; }
72
+ .rating-wrap {
73
+ margin-top: 14px;
74
+ display: flex; gap: 32px;
75
+ }
76
+ .score {
77
+ width: 430px;
78
+ display: flex; flex-direction: column; align-items: center;
79
+ }
80
+ .score .value {
81
+ font-size: 116px; font-weight: 800; color: #20a245; line-height: 1;
82
+ }
83
+ .score .star {
84
+ color: #20a245; font-size: 90px; margin-left: 12px;
85
+ }
86
+ .score .meta {
87
+ margin-top: 16px; text-align: center; color: #6b7785; font-size: 34px; line-height: 1.3;
88
+ }
89
+ .hist {
90
+ flex: 1;
91
+ padding-top: 18px;
92
+ }
93
+ .hist-row {
94
+ display: flex; align-items: center; gap: 16px; margin: 18px 0;
95
+ font-size: 40px; color: #4c5763; width: 100%;
96
+ }
97
+ .bar-bg {
98
+ flex: 1; height: 28px; border-radius: 16px; background: #eceff1; position: relative; overflow: hidden;
99
+ }
100
+ .bar-fill {
101
+ position: absolute; top: 0; left: 0; height: 100%; background: #2db24f; border-radius: 16px;
102
+ }
103
+ .divider {
104
+ margin: 26px 0; height: 2px; background: #e9ecef;
105
+ }
106
+
107
+ /* Reviews */
108
+ .review { padding: 10px 0 24px 0; }
109
+ .stars { color: #ffb400; font-size: 42px; letter-spacing: 4px; }
110
+ .author { margin-top: 8px; font-size: 40px; font-weight: 700; }
111
+ .date { color: #6f7b86; font-size: 30px; margin-top: 8px; }
112
+ .title { margin-top: 26px; font-size: 48px; font-weight: 800; }
113
+ .desc { margin-top: 16px; font-size: 40px; color: #2d3740; line-height: 1.4; }
114
+ .more-link {
115
+ margin: 18px 0 12px 0; color: #1775f0; font-size: 38px; font-weight: 700;
116
+ display: inline-flex; align-items: center; gap: 16px; text-decoration: none;
117
+ }
118
+
119
+ /* FAQ */
120
+ .faq-head {
121
+ margin-top: 24px;
122
+ padding: 28px 0;
123
+ display: flex; align-items: center;
124
+ }
125
+ .faq-head .title {
126
+ font-size: 56px; font-weight: 800; flex: 1;
127
+ }
128
+ .ask-btn {
129
+ background: #ff6d7a; color: #fff; font-weight: 800; font-size: 40px;
130
+ padding: 26px 36px; border-radius: 18px;
131
+ }
132
+ .faq-sub { color: #6a7681; font-size: 34px; margin: 10px 0 20px 0; }
133
+ .qa { padding: 26px 0; border-top: 2px solid #eceff1; }
134
+ .question { font-size: 44px; font-weight: 800; }
135
+ .answer { font-size: 40px; color: #2e3a44; margin-top: 18px; }
136
+
137
+ /* Bottom sticky actions */
138
+ .bottom-bar {
139
+ position: absolute; left: 0; right: 0; bottom: 0;
140
+ height: 180px; background: #ffffff; border-top: 2px solid #e5e9ed;
141
+ display: flex; gap: 24px; padding: 24px;
142
+ }
143
+ .cta {
144
+ flex: 1; border-radius: 26px; display: flex; align-items: center; justify-content: center;
145
+ gap: 18px; color: #fff; font-size: 48px; font-weight: 800;
146
+ }
147
+ .cta.blue { background: #1e88ff; }
148
+ .cta.red { background: #e5373e; }
149
+ .cta svg { width: 54px; height: 54px; fill: #fff; }
150
+
151
+ /* Small chevron */
152
+ .chev-right {
153
+ width: 28px; height: 28px; border-right: 5px solid currentColor; border-top: 5px solid currentColor;
154
+ transform: rotate(45deg); margin-top: 4px;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ 9:49
164
+ <div class="status-icons">
165
+ <span class="dot"></span>
166
+ <span style="width:30px;height:30px;border-radius:50%;border:4px solid #fff;display:inline-block;"></span>
167
+ <span style="width:34px;height:22px;border:4px solid #fff;border-radius:5px;display:inline-block;position:relative;">
168
+ <span style="position:absolute;right:-8px;top:6px;width:6px;height:10px;background:#fff;"></span>
169
+ </span>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- App bar -->
174
+ <div class="app-bar">
175
+ <div class="icon-btn" aria-label="Back">
176
+ <svg viewBox="0 0 24 24"><path d="M15.5 3.5L7 12l8.5 8.5" stroke="#222" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
177
+ </div>
178
+ <div class="logo">m</div>
179
+ <div class="search">
180
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" stroke="#707b88" stroke-width="2" fill="none"/><path d="M15.5 15.5L21 21" stroke="#707b88" stroke-width="2" stroke-linecap="round"/></svg>
181
+ <input type="text" value="Search for Hammer Dr..." />
182
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 1 1-6 0V6a3 3 0 0 1 3-3z" fill="#1e88ff"/><path d="M8 14.5c0 2 2 3.5 4 3.5s4-1.5 4-3.5" stroke="#1e88ff" stroke-width="2" fill="none"/></svg>
183
+ </div>
184
+ <div class="toolbar-right">
185
+ <div class="tool">
186
+ <svg viewBox="0 0 24 24"><path d="M7 6h14l-2 9H8L6 3H3" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9" cy="20" r="2" fill="#222"/><circle cx="17" cy="20" r="2" fill="#222"/></svg>
187
+ </div>
188
+ <div class="tool">
189
+ <svg viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h16" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="content">
195
+
196
+ <!-- Rating summary -->
197
+ <div class="rating-wrap">
198
+ <div class="score">
199
+ <div style="display:flex;align-items:center;gap:18px;">
200
+ <div class="value">4.9</div>
201
+ <div class="star">★</div>
202
+ </div>
203
+ <div class="meta">Average Rating based on 7
204
+ <br>ratings and 7 reviews
205
+ </div>
206
+ </div>
207
+ <div class="hist">
208
+ <div class="hist-row">
209
+ <div>5</div>
210
+ <div class="bar-bg"><div class="bar-fill" style="width:78%;"></div></div>
211
+ </div>
212
+ <div class="hist-row">
213
+ <div>4</div>
214
+ <div class="bar-bg"><div class="bar-fill" style="width:12%;"></div></div>
215
+ </div>
216
+ <div class="hist-row">
217
+ <div>3</div>
218
+ <div class="bar-bg"><div class="bar-fill" style="width:0%;"></div></div>
219
+ </div>
220
+ <div class="hist-row">
221
+ <div>2</div>
222
+ <div class="bar-bg"><div class="bar-fill" style="width:0%;"></div></div>
223
+ </div>
224
+ <div class="hist-row">
225
+ <div>1</div>
226
+ <div class="bar-bg"><div class="bar-fill" style="width:0%;"></div></div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="divider"></div>
232
+
233
+ <!-- Review 1 -->
234
+ <div class="review">
235
+ <div class="stars">★★★★★</div>
236
+ <div class="author">Ishmita</div>
237
+ <div class="date">June 6, 2022</div>
238
+ <div class="title">Strong grip</div>
239
+ <div class="desc">Good for general purposes.</div>
240
+ </div>
241
+
242
+ <div class="divider"></div>
243
+
244
+ <!-- Review 2 -->
245
+ <div class="review">
246
+ <div class="stars">★★★★★</div>
247
+ <div class="author">Chundi Harshavardhan Reddy</div>
248
+ <div class="date">April 10, 2023</div>
249
+ <div class="title">Solid Build Quality</div>
250
+ <div class="desc">This drill feels robust and well built. I can tell it is going to last a long time, even with frequent use on construction sites.</div>
251
+ </div>
252
+
253
+ <a class="more-link" href="#">
254
+ VIEW 5 MORE HELPFUL REVIEWS
255
+ <span class="chev-right"></span>
256
+ </a>
257
+
258
+ <!-- FAQ -->
259
+ <div class="divider"></div>
260
+ <div class="faq-head">
261
+ <div class="title">Frequently Asked Questions</div>
262
+ <div class="ask-btn">ASK NOW</div>
263
+ </div>
264
+
265
+ <div class="faq-sub">Displaying Questions 1-2 / 2</div>
266
+
267
+ <div class="qa">
268
+ <div class="question">Q1: What is the price of this product?</div>
269
+ <div class="answer">This is available at a best price of Rs 2,499 + GST</div>
270
+ </div>
271
+
272
+ <div class="qa">
273
+ <div class="question">Q2: Does Moglix offer the best price?</div>
274
+ <div class="answer">Yes, Moglix offers the best price</div>
275
+ </div>
276
+
277
+ </div>
278
+
279
+ <!-- Bottom Sticky Buttons -->
280
+ <div class="bottom-bar">
281
+ <div class="cta blue">
282
+ <svg viewBox="0 0 24 24"><path d="M7 6h14l-2 9H8L6 3H3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>
283
+ ADD TO CART
284
+ </div>
285
+ <div class="cta red">
286
+ BUY NOW
287
+ </div>
288
+ </div>
289
+
290
+ </div>
291
+ </body>
292
+ </html>
code/15663/15663_7.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Product Reviews 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
+ color: #222;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #6f6f6f;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 36px;
24
+ font-size: 42px;
25
+ letter-spacing: 0.2px;
26
+ }
27
+ .status-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ .status-dot, .status-circle { width: 24px; height: 24px; border-radius: 50%; background: #ddd; opacity: 0.9; }
34
+ .battery {
35
+ width: 46px; height: 26px; border: 3px solid #eee; border-radius: 6px; position: relative;
36
+ }
37
+ .battery::after { content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 12px; background: #eee; border-radius: 2px; }
38
+
39
+ /* Top navigation/search */
40
+ .topbar {
41
+ height: 118px;
42
+ background: #fafafa;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 30px;
46
+ gap: 22px;
47
+ border-bottom: 1px solid #e5e5e5;
48
+ }
49
+ .icon-btn {
50
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 18px;
51
+ }
52
+ .back-btn { background: transparent; }
53
+ .m-logo {
54
+ width: 84px; height: 84px; background: #e53935; color: #fff; font-weight: 700;
55
+ border-radius: 22px; display: flex; align-items: center; justify-content: center; font-size: 42px;
56
+ box-shadow: 0 2px 4px rgba(0,0,0,0.12);
57
+ }
58
+ .search {
59
+ flex: 1;
60
+ height: 86px;
61
+ background: #fff;
62
+ border: 2px solid #ddd;
63
+ border-radius: 24px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 22px;
67
+ gap: 18px;
68
+ }
69
+ .search input {
70
+ border: none; outline: none; flex: 1; font-size: 36px; color: #333; background: transparent;
71
+ }
72
+ .search-placeholder { color: #777; }
73
+ .blue-dot {
74
+ width: 40px; height: 40px; background: #3f8efc; border-radius: 50%;
75
+ }
76
+ .top-actions { display: flex; align-items: center; gap: 28px; }
77
+ .cart-icon, .menu-icon {
78
+ width: 78px; height: 78px; border-radius: 18px; display: flex; align-items: center; justify-content: center; background: transparent;
79
+ }
80
+
81
+ /* Content */
82
+ .content { padding: 30px 36px 220px 36px; overflow-y: auto; height: calc(2400px - 120px - 118px - 200px); }
83
+ .title {
84
+ font-size: 48px; font-weight: 700; margin-top: 16px; margin-bottom: 22px; color: #222;
85
+ }
86
+
87
+ /* Rating summary */
88
+ .rating-section { display: flex; align-items: flex-start; gap: 40px; margin-top: 22px; }
89
+ .avg-rating {
90
+ width: 300px;
91
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
92
+ }
93
+ .avg-value {
94
+ font-size: 96px; font-weight: 800; color: #26a044; line-height: 100px;
95
+ }
96
+ .avg-star {
97
+ margin-top: 10px;
98
+ }
99
+ .dist {
100
+ flex: 1;
101
+ }
102
+ .dist-row {
103
+ display: flex; align-items: center; gap: 20px; margin: 14px 0;
104
+ font-size: 40px; color: #444;
105
+ }
106
+ .bar {
107
+ width: 620px; height: 30px; background: #eee; border-radius: 16px; position: relative;
108
+ }
109
+ .bar .fill {
110
+ position: absolute; left: 0; top: 0; height: 100%; background: #26a044; border-radius: 16px;
111
+ }
112
+ .rating-note { color: #6b6b6b; font-size: 34px; margin-top: 12px; }
113
+
114
+ .divider { height: 2px; background: #e6e6e6; margin: 26px 0; }
115
+
116
+ /* Reviews */
117
+ .review { padding: 18px 0; }
118
+ .stars { display: flex; gap: 6px; }
119
+ .star svg { width: 36px; height: 36px; }
120
+ .review .name { font-size: 40px; font-weight: 700; margin-top: 8px; }
121
+ .review .date { font-size: 32px; color: #777; margin-top: 6px; }
122
+ .review .headline { font-size: 46px; font-weight: 800; margin-top: 20px; }
123
+ .review .text { font-size: 40px; color: #333; margin-top: 16px; line-height: 1.35; }
124
+
125
+ .view-more {
126
+ color: #3f8efc; font-weight: 700; font-size: 36px; margin-top: 20px; display: flex; align-items: center; justify-content: space-between;
127
+ }
128
+ .view-more .arrow {
129
+ width: 46px; height: 46px; border: 2px solid #b9c7f7; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #3f8efc;
130
+ }
131
+
132
+ /* FAQ */
133
+ .faq-header {
134
+ display: flex; align-items: center; justify-content: space-between; margin-top: 40px;
135
+ }
136
+ .faq-title { font-size: 54px; font-weight: 800; }
137
+ .ask-btn {
138
+ background: #ffe6e6; color: #d13c3c; font-weight: 800; border: none; padding: 20px 30px;
139
+ border-radius: 18px; font-size: 40px;
140
+ }
141
+ .faq-sub { font-size: 34px; color: #666; margin-top: 18px; }
142
+ .faq-item { margin-top: 26px; }
143
+ .faq-q { font-size: 44px; font-weight: 800; }
144
+ .faq-a { font-size: 40px; color: #333; margin-top: 18px; }
145
+
146
+ /* Bottom CTA */
147
+ .bottom-cta {
148
+ position: absolute; left: 0; right: 0; bottom: 0;
149
+ background: #ffffff;
150
+ border-top: 1px solid #eaeaea;
151
+ padding: 24px 24px 34px 24px;
152
+ display: flex;
153
+ gap: 24px;
154
+ }
155
+ .btn {
156
+ flex: 1; height: 150px; border-radius: 26px; display: flex; align-items: center; justify-content: center; gap: 24px;
157
+ font-size: 48px; font-weight: 800; color: #fff; border: none;
158
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
159
+ }
160
+ .btn-blue { background: #2a7be4; }
161
+ .btn-red { background: #e53935; }
162
+ .btn .icon {
163
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
164
+ }
165
+
166
+ /* Simple SVG icons */
167
+ .svg { display: inline-block; }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div>9:50</div>
176
+ <div class="status-icons">
177
+ <div class="status-circle"></div>
178
+ <div class="status-dot"></div>
179
+ <div class="status-dot"></div>
180
+ <div class="status-dot"></div>
181
+ <div class="battery"></div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Top navigation/search -->
186
+ <div class="topbar">
187
+ <div class="icon-btn back-btn">
188
+ <svg class="svg" width="44" height="44" viewBox="0 0 24 24" fill="#333"><path d="M15.5 19l-7-7 7-7 1.5 1.5L11.5 12l5.5 5.5z"/></svg>
189
+ </div>
190
+ <div class="m-logo">m</div>
191
+ <div class="search">
192
+ <svg class="svg" width="40" height="40" viewBox="0 0 24 24" fill="#777"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L15.5 14zM6.5 10a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0z"/></svg>
193
+ <input type="text" value="Search for Hammer Dr..." />
194
+ <div class="blue-dot" title="Mic"></div>
195
+ </div>
196
+ <div class="top-actions">
197
+ <div class="cart-icon">
198
+ <svg class="svg" width="54" height="54" viewBox="0 0 24 24" fill="#333"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7 6h12l-1.2 6H9.1l-.6-3H4V7h2l1.1-3H7z"/></svg>
199
+ </div>
200
+ <div class="menu-icon">
201
+ <svg class="svg" width="54" height="54" viewBox="0 0 24 24" fill="#333"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Scrollable content -->
207
+ <div class="content">
208
+ <div class="title">Pinaka Mod.Pi-226 1600W 26mm Hammer Drill</div>
209
+
210
+ <div class="rating-section">
211
+ <div class="avg-rating">
212
+ <div class="avg-value">4.9</div>
213
+ <div class="avg-star">
214
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#26a044"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg>
215
+ </div>
216
+ <div class="rating-note">Average Rating based on 7 ratings and 7 reviews</div>
217
+ </div>
218
+ <div class="dist">
219
+ <div class="dist-row"><div>5</div><div class="bar"><div class="fill" style="width: 82%;"></div></div></div>
220
+ <div class="dist-row"><div>4</div><div class="bar"><div class="fill" style="width: 18%;"></div></div></div>
221
+ <div class="dist-row"><div>3</div><div class="bar"><div class="fill" style="width: 0%;"></div></div></div>
222
+ <div class="dist-row"><div>2</div><div class="bar"><div class="fill" style="width: 0%;"></div></div></div>
223
+ <div class="dist-row"><div>1</div><div class="bar"><div class="fill" style="width: 6%; background:#d9d9d9;"></div></div></div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="divider"></div>
228
+
229
+ <!-- Review 1 -->
230
+ <div class="review">
231
+ <div class="stars">
232
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
233
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
234
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
235
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
236
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
237
+ </div>
238
+ <div class="name">Ishmita</div>
239
+ <div class="date">June 6, 2022</div>
240
+ <div class="headline">Strong grip</div>
241
+ <div class="text">Good for general purposes.</div>
242
+ </div>
243
+
244
+ <div class="divider"></div>
245
+
246
+ <!-- Review 2 -->
247
+ <div class="review">
248
+ <div class="stars">
249
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
250
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
251
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
252
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
253
+ <div class="star"><svg viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3l-6.18 3.25L7 14.14 2 9.77l6.91-1L12 3l3.09 5.77 6.91 1-5 4.37 1.16 6.41z"/></svg></div>
254
+ </div>
255
+ <div class="name">Chundi Harshavardhan Reddy</div>
256
+ <div class="date">April 10, 2023</div>
257
+ <div class="headline">Solid Build Quality</div>
258
+ <div class="text">This drill feels robust and well built. I can tell it is going to last a long time, even with frequent use on construction sites.</div>
259
+ </div>
260
+
261
+ <div class="view-more">
262
+ <div>VIEW 5 MORE HELPFUL REVIEWS</div>
263
+ <div class="arrow">›</div>
264
+ </div>
265
+
266
+ <div class="divider"></div>
267
+
268
+ <!-- FAQ -->
269
+ <div class="faq-header">
270
+ <div class="faq-title">Frequently Asked Questions</div>
271
+ <button class="ask-btn">ASK NOW</button>
272
+ </div>
273
+ <div class="faq-sub">Displaying Questions 1-2 / 2</div>
274
+
275
+ <div class="divider" style="margin-top: 30px;"></div>
276
+
277
+ <div class="faq-item">
278
+ <div class="faq-q">Q1: What is the price of this product ?</div>
279
+ <div class="faq-a">This is available at a best price of Rs 2,499 + GST</div>
280
+ </div>
281
+
282
+ <div class="divider" style="margin-top: 26px;"></div>
283
+
284
+ <div class="faq-item">
285
+ <div class="faq-q">Q2: Does the store offer the best price ?</div>
286
+ <div class="faq-a">Please check current offers and discounts on the product page.</div>
287
+ </div>
288
+
289
+ </div>
290
+
291
+ <!-- Bottom call-to-action bar -->
292
+ <div class="bottom-cta">
293
+ <button class="btn btn-blue">
294
+ <span class="icon">
295
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7 6h12l-1.2 6H9.1l-.6-3H4V7h2l1.1-3H7z"/></svg>
296
+ </span>
297
+ ADD TO CART
298
+ </button>
299
+ <button class="btn btn-red">BUY NOW</button>
300
+ </div>
301
+
302
+ </div>
303
+ </body>
304
+ </html>
code/15663/15663_8.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Reviews & Ratings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ box-shadow: none;
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: #6f6f6f;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 30px; font-size: 44px; }
33
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
34
+ .status-icon {
35
+ width: 36px; height: 36px; background: rgba(255,255,255,0.25);
36
+ border-radius: 8px;
37
+ }
38
+
39
+ /* Header */
40
+ .header {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 140px;
46
+ background: #ffffff;
47
+ display: flex;
48
+ align-items: center;
49
+ box-sizing: border-box;
50
+ padding: 0 40px;
51
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
52
+ }
53
+ .back-icon {
54
+ width: 64px; height: 64px; margin-right: 24px;
55
+ }
56
+ .header-title {
57
+ font-size: 50px;
58
+ font-weight: 700;
59
+ color: #212121;
60
+ }
61
+
62
+ /* Content area */
63
+ .content {
64
+ position: absolute;
65
+ top: 260px;
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 120px;
69
+ overflow-y: auto;
70
+ padding: 20px 36px 160px 36px;
71
+ box-sizing: border-box;
72
+ background: #fff;
73
+ }
74
+
75
+ .review {
76
+ padding: 32px 12px 36px 12px;
77
+ box-sizing: border-box;
78
+ }
79
+ .stars {
80
+ display: flex;
81
+ gap: 12px;
82
+ margin-bottom: 12px;
83
+ }
84
+ .star svg { width: 44px; height: 44px; fill: #FFC107; }
85
+ .name {
86
+ font-size: 40px;
87
+ font-weight: 600;
88
+ color: #212121;
89
+ margin-bottom: 6px;
90
+ }
91
+ .meta {
92
+ font-size: 30px;
93
+ color: #8a8a8a;
94
+ margin-bottom: 24px;
95
+ }
96
+ .title {
97
+ font-size: 44px;
98
+ font-weight: 700;
99
+ color: #212121;
100
+ margin-bottom: 18px;
101
+ }
102
+ .body-text {
103
+ font-size: 36px;
104
+ line-height: 1.5;
105
+ color: #333333;
106
+ }
107
+ .divider {
108
+ height: 1px;
109
+ border-top: 2px dashed #d6d6d6;
110
+ margin: 26px 0;
111
+ }
112
+
113
+ /* Home indicator */
114
+ .home-indicator {
115
+ position: absolute;
116
+ bottom: 32px;
117
+ left: 50%;
118
+ transform: translateX(-50%);
119
+ width: 360px;
120
+ height: 16px;
121
+ background: #d0d0d0;
122
+ border-radius: 12px;
123
+ }
124
+ </style>
125
+ </head>
126
+ <body>
127
+ <div id="render-target">
128
+
129
+ <!-- Status Bar -->
130
+ <div class="status-bar">
131
+ <div class="status-left">
132
+ <div>9:51</div>
133
+ <div class="status-icon"></div>
134
+ <div class="status-icon"></div>
135
+ <div class="status-icon"></div>
136
+ <div class="status-icon"></div>
137
+ </div>
138
+ <div class="status-right">
139
+ <div class="status-icon"></div>
140
+ <div class="status-icon"></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Header -->
145
+ <div class="header">
146
+ <svg class="back-icon" viewBox="0 0 24 24">
147
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.4 1.5L4 12 14.1 3z" fill="#212121"/>
148
+ </svg>
149
+ <div class="header-title">Reviews &amp; Ratings</div>
150
+ </div>
151
+
152
+ <!-- Content -->
153
+ <div class="content">
154
+
155
+ <!-- Review 1 -->
156
+ <div class="review">
157
+ <div class="stars">
158
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
159
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
160
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
161
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
162
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
163
+ </div>
164
+ <div class="name">User</div>
165
+ <div class="meta">undefined NaN, NaN</div>
166
+ <div class="title">Pinaka Hammer drill machine</div>
167
+ <div class="body-text">
168
+ Very Very nice product and quality and iam happy<br>
169
+ Very good moglix
170
+ </div>
171
+ <div class="divider"></div>
172
+ </div>
173
+
174
+ <!-- Review 2 -->
175
+ <div class="review">
176
+ <div class="stars">
177
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
178
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
179
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
180
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
181
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
182
+ </div>
183
+ <div class="name">S M Sreejith</div>
184
+ <div class="meta">undefined NaN, NaN</div>
185
+ <div class="title">Wireless Printing Heaven</div>
186
+ <div class="body-text">
187
+ The Wi Fi feature is fantastic. I can print from my phone or laptop effortlessly. Plus, the LCD display adds a modern touch to this printer
188
+ </div>
189
+ <div class="divider"></div>
190
+ </div>
191
+
192
+ <!-- Review 3 -->
193
+ <div class="review">
194
+ <div class="stars">
195
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
196
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
197
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
198
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
199
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
200
+ </div>
201
+ <div class="name">Nenavath Prabhu</div>
202
+ <div class="meta">undefined NaN, NaN</div>
203
+ <div class="title">Powerful and Reliable</div>
204
+ <div class="body-text">
205
+ This hammer drill is incredibly powerful. It effortlessly handled all my drilling tasks with ease. Definitely a reliable tool
206
+ </div>
207
+ <div class="divider"></div>
208
+ </div>
209
+
210
+ <!-- Review 4 -->
211
+ <div class="review">
212
+ <div class="stars">
213
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
214
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
215
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
216
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
217
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
218
+ </div>
219
+ <div class="name">Vibhalakshi</div>
220
+ <div class="meta">undefined NaN, NaN</div>
221
+ <div class="title">Highly recommended</div>
222
+ <div class="body-text">
223
+ I have never had an issue with this product, and i will continue to use it for years to come.
224
+ </div>
225
+ <div class="divider"></div>
226
+ </div>
227
+
228
+ <!-- Review 5 -->
229
+ <div class="review">
230
+ <div class="stars">
231
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
232
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
233
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
234
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
235
+ <div class="star"><svg viewBox="0 0 24 24"><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"/></svg></div>
236
+ </div>
237
+ <div class="name">Sanjay Joshi</div>
238
+ <div class="meta">undefined NaN, NaN</div>
239
+ <div class="title">Powerful and Reliable Performance</div>
240
+ </div>
241
+
242
+ </div>
243
+
244
+ <!-- Home Indicator -->
245
+ <div class="home-indicator"></div>
246
+ </div>
247
+ </body>
248
+ </html>
code/15663/15663_9.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Reviews & Ratings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 28px;
14
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
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: #7b7b7b;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 38px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-time { font-size: 44px; }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .status-dot {
41
+ width: 18px; height: 18px; background: #fff; border-radius: 50%;
42
+ opacity: 0.85;
43
+ }
44
+ .status-pill {
45
+ width: 42px; height: 10px; background: #fff; border-radius: 6px; opacity: 0.9;
46
+ }
47
+
48
+ /* Header */
49
+ .header {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 160px;
55
+ background: #f9f9f9;
56
+ border-bottom: 1px solid #e5e5e5;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 44px;
60
+ box-sizing: border-box;
61
+ }
62
+ .back-btn {
63
+ width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .header-title {
66
+ font-size: 52px;
67
+ font-weight: 700;
68
+ color: #222;
69
+ margin-left: 28px;
70
+ }
71
+
72
+ /* Content */
73
+ .content {
74
+ position: absolute;
75
+ top: 280px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 1980px;
79
+ overflow: hidden;
80
+ background: #ffffff;
81
+ padding: 0 36px;
82
+ box-sizing: border-box;
83
+ }
84
+
85
+ .block { padding: 28px 12px; }
86
+ .label-title { font-size: 40px; font-weight: 700; color: #222; margin-bottom: 16px; }
87
+ .subtext { font-size: 30px; color: #9aa0a6; margin-bottom: 18px; }
88
+
89
+ .review-heading { font-size: 44px; font-weight: 700; color: #222; margin: 18px 0 16px; }
90
+ .review-text { font-size: 38px; line-height: 1.4; color: #444; }
91
+
92
+ .divider {
93
+ width: 100%;
94
+ border-bottom: 2px dotted #d9d9d9;
95
+ margin: 28px 0;
96
+ }
97
+
98
+ .stars { display: flex; gap: 8px; margin-top: 6px; }
99
+ .star svg { width: 42px; height: 42px; }
100
+ .star svg path { fill: #f5b301; }
101
+
102
+ .reviewer { font-size: 42px; font-weight: 700; color: #2b2b2b; margin-top: 14px; }
103
+ .place { font-size: 30px; color: #9aa0a6; margin-top: 4px; }
104
+
105
+ /* Bottom gesture bar */
106
+ .gesture {
107
+ position: absolute;
108
+ bottom: 26px;
109
+ left: 50%;
110
+ transform: translateX(-50%);
111
+ width: 180px;
112
+ height: 16px;
113
+ background: #1e1e1e;
114
+ opacity: 0.35;
115
+ border-radius: 10px;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+ <!-- Status Bar -->
122
+ <div class="status-bar">
123
+ <div class="status-time">9:51</div>
124
+ <div class="status-icons">
125
+ <div class="status-dot"></div>
126
+ <div class="status-pill"></div>
127
+ <div class="status-dot"></div>
128
+ <div class="status-dot"></div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Header -->
133
+ <div class="header">
134
+ <div class="back-btn">
135
+ <svg width="48" height="48" viewBox="0 0 24 24">
136
+ <path d="M15.5 19.5L8 12l7.5-7.5" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
137
+ </svg>
138
+ </div>
139
+ <div class="header-title">Reviews & Ratings</div>
140
+ </div>
141
+
142
+ <!-- Content -->
143
+ <div class="content">
144
+ <!-- First block (no stars) -->
145
+ <div class="block">
146
+ <div class="label-title">User</div>
147
+ <div class="subtext">undefined NaN, NaN</div>
148
+ <div class="review-heading">Pinaka Hammer drill machine</div>
149
+ <div class="review-text">Very Very nice product and quality and iam happy</div>
150
+ <div class="review-text">Very good moglix</div>
151
+ <div class="divider"></div>
152
+ </div>
153
+
154
+ <!-- Review 1 -->
155
+ <div class="block">
156
+ <div class="stars">
157
+ <div class="star">
158
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg>
159
+ </div>
160
+ <div class="star">
161
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg>
162
+ </div>
163
+ <div class="star">
164
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg>
165
+ </div>
166
+ <div class="star">
167
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg>
168
+ </div>
169
+ <div class="star">
170
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg>
171
+ </div>
172
+ </div>
173
+ <div class="reviewer">S M Sreejith</div>
174
+ <div class="place">undefined NaN, NaN</div>
175
+ <div class="review-heading">Wireless Printing Heaven</div>
176
+ <div class="review-text">The Wi Fi feature is fantastic. I can print from my phone or laptop effortlessly. Plus, the LCD display adds a modern touch to this printer</div>
177
+ <div class="divider"></div>
178
+ </div>
179
+
180
+ <!-- Review 2 -->
181
+ <div class="block">
182
+ <div class="stars">
183
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
184
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
185
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
186
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
187
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
188
+ </div>
189
+ <div class="reviewer">Nenavath Prabhu</div>
190
+ <div class="place">undefined NaN, NaN</div>
191
+ <div class="review-heading">Powerful and Reliable</div>
192
+ <div class="review-text">This hammer drill is incredibly powerful. It effortlessly handled all my drilling tasks with ease. Definitely a reliable tool</div>
193
+ <div class="divider"></div>
194
+ </div>
195
+
196
+ <!-- Review 3 -->
197
+ <div class="block">
198
+ <div class="stars">
199
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
200
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
201
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
202
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
203
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
204
+ </div>
205
+ <div class="reviewer">Vibhalakshi</div>
206
+ <div class="place">undefined NaN, NaN</div>
207
+ <div class="review-heading">Highly recommended</div>
208
+ <div class="review-text">I have never had an issue with this product, and i will continue to use it for years to come.</div>
209
+ <div class="divider"></div>
210
+ </div>
211
+
212
+ <!-- Review 4 -->
213
+ <div class="block">
214
+ <div class="stars">
215
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
216
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
217
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
218
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
219
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.56 5.82 22 7 14.15l-5-4.88 6.91-1.01z"/></svg></div>
220
+ </div>
221
+ <div class="reviewer">Sanjay Joshi</div>
222
+ <div class="place">undefined NaN, NaN</div>
223
+ <div class="review-heading">Powerful and Reliable Performance</div>
224
+ <div class="review-text">Its exceptional quality ensures longlasting reliability, making it a valuable addition to my toolbox.</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="gesture"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/15667/15667_0.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Phonebook UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #3f3f3f;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 130px;
26
+ background: #b9692a;
27
+ color: #ffffff;
28
+ font-size: 36px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-left { flex: 0 0 auto; }
36
+ .status-center { flex: 1 1 auto; display: flex; gap: 22px; opacity: 0.9; }
37
+ .status-right { flex: 0 0 auto; display: flex; align-items: center; gap: 18px; }
38
+ .status-icon { width: 40px; height: 40px; opacity: 0.95; }
39
+ .battery { display: flex; align-items: center; gap: 10px; font-weight: 600; }
40
+ .battery svg { width: 56px; height: 32px; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 130px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 200px;
49
+ background: #e47c2b;
50
+ display: flex;
51
+ align-items: center;
52
+ box-sizing: border-box;
53
+ padding: 0 40px;
54
+ }
55
+ .app-title {
56
+ font-size: 72px;
57
+ font-weight: 600;
58
+ flex: 1 1 auto;
59
+ }
60
+ .app-actions {
61
+ display: flex;
62
+ gap: 38px;
63
+ }
64
+ .app-actions svg { width: 60px; height: 60px; fill: none; stroke: #fff; stroke-width: 8; }
65
+
66
+ /* Tabs */
67
+ .tabs {
68
+ position: absolute;
69
+ top: 330px;
70
+ left: 0;
71
+ width: 1080px;
72
+ height: 120px;
73
+ background: #3f3f3f;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: space-between;
77
+ padding: 0 120px;
78
+ box-sizing: border-box;
79
+ border-bottom: 6px solid #d9782b;
80
+ }
81
+ .tab-icon {
82
+ width: 64px; height: 64px;
83
+ }
84
+ .tab-group {
85
+ width: 84px; height: 60px;
86
+ }
87
+
88
+ /* Contacts list */
89
+ .list {
90
+ position: absolute;
91
+ top: 450px;
92
+ left: 0;
93
+ right: 0;
94
+ bottom: 240px;
95
+ overflow: hidden;
96
+ padding-top: 10px;
97
+ }
98
+ .contact {
99
+ display: flex;
100
+ align-items: center;
101
+ padding: 20px 40px;
102
+ box-sizing: border-box;
103
+ height: 160px;
104
+ }
105
+ .avatar {
106
+ width: 110px;
107
+ height: 110px;
108
+ border-radius: 55px;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ font-weight: 700;
113
+ font-size: 52px;
114
+ color: #fff;
115
+ margin-right: 40px;
116
+ box-shadow: 0 2px 2px rgba(0,0,0,0.15) inset;
117
+ }
118
+ .avatar.blue { background: #2874b8; }
119
+ .avatar.orange { background: #d77922; }
120
+ .avatar.pink { background: #a9274e; }
121
+ .avatar.teal { background: #1b6a63; }
122
+ .name {
123
+ font-size: 54px;
124
+ color: #eeeeee;
125
+ }
126
+
127
+ /* Alphabet rail on right */
128
+ .alpha-rail {
129
+ position: absolute;
130
+ top: 620px;
131
+ right: 30px;
132
+ display: flex;
133
+ flex-direction: column;
134
+ align-items: center;
135
+ gap: 54px;
136
+ font-size: 42px;
137
+ color: #cfcfcf;
138
+ letter-spacing: 2px;
139
+ }
140
+
141
+ /* Floating Action Buttons */
142
+ .fab {
143
+ position: absolute;
144
+ bottom: 200px;
145
+ width: 170px;
146
+ height: 170px;
147
+ border-radius: 85px;
148
+ background: #e47c2b;
149
+ box-shadow: 0 14px 30px rgba(0,0,0,0.4);
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ }
154
+ .fab.left { left: 320px; }
155
+ .fab.right { right: 70px; }
156
+ .fab svg { width: 90px; height: 90px; }
157
+
158
+ /* Bottom navigation area */
159
+ .bottom-bar {
160
+ position: absolute;
161
+ bottom: 0;
162
+ left: 0;
163
+ width: 1080px;
164
+ height: 140px;
165
+ background: #000;
166
+ }
167
+ .gesture-pill {
168
+ position: absolute;
169
+ bottom: 46px;
170
+ left: 50%;
171
+ transform: translateX(-50%);
172
+ width: 220px;
173
+ height: 14px;
174
+ background: #e6e6e6;
175
+ border-radius: 10px;
176
+ opacity: 0.85;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status bar -->
184
+ <div class="status-bar">
185
+ <div class="status-left">3:34</div>
186
+ <div class="status-center">
187
+ <!-- a few simple status glyphs -->
188
+ <svg class="status-icon view" viewBox="0 0 24 24">
189
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"></circle>
190
+ </svg>
191
+ <svg class="status-icon" viewBox="0 0 24 24">
192
+ <path d="M4 12l4-6 4 6 4-6 4 6" fill="none" stroke="#fff" stroke-width="2"></path>
193
+ </svg>
194
+ <svg class="status-icon" viewBox="0 0 24 24">
195
+ <circle cx="12" cy="8" r="5" fill="none" stroke="#fff" stroke-width="2"></circle>
196
+ <path d="M3 22c3-5 15-5 18 0" fill="none" stroke="#fff" stroke-width="2"></path>
197
+ </svg>
198
+ <svg class="status-icon" viewBox="0 0 24 24">
199
+ <path d="M4 4h16v16H4z" fill="none" stroke="#fff" stroke-width="2"></path>
200
+ <path d="M10 8l6 4-6 4z" fill="#fff"></path>
201
+ </svg>
202
+ <svg class="status-icon" viewBox="0 0 24 24">
203
+ <circle cx="12" cy="12" r="2" fill="#fff"></circle>
204
+ </svg>
205
+ </div>
206
+ <div class="status-right">
207
+ <svg viewBox="0 0 24 24" width="44" height="44">
208
+ <path d="M2 18c4-4 8-6 10-6s6 2 10 6" fill="none" stroke="#fff" stroke-width="2"></path>
209
+ <circle cx="18" cy="6" r="2" fill="#fff"></circle>
210
+ </svg>
211
+ <div class="battery">
212
+ <svg viewBox="0 0 30 16">
213
+ <rect x="1" y="2" width="24" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
214
+ <rect x="3" y="4" width="18" height="8" fill="#fff"></rect>
215
+ <rect x="26" y="5" width="3" height="6" fill="#fff"></rect>
216
+ </svg>
217
+ 100%
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- App bar -->
223
+ <div class="app-bar">
224
+ <div class="app-title">Phonebook</div>
225
+ <div class="app-actions">
226
+ <!-- Search -->
227
+ <svg viewBox="0 0 24 24">
228
+ <circle cx="10" cy="10" r="6"></circle>
229
+ <path d="M15 15l6 6" stroke-linecap="round"></path>
230
+ </svg>
231
+ <!-- Sort/Filter 1 -->
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M3 6h18M7 12h10M10 18h6" stroke-linecap="round"></path>
234
+ </svg>
235
+ <!-- Sort/Filter 2 -->
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M3 6h12M3 12h18M3 18h8" stroke-linecap="round"></path>
238
+ </svg>
239
+ <!-- More (vertical dots) -->
240
+ <svg viewBox="0 0 24 24">
241
+ <circle cx="12" cy="5" r="2" fill="#fff"></circle>
242
+ <circle cx="12" cy="12" r="2" fill="#fff"></circle>
243
+ <circle cx="12" cy="19" r="2" fill="#fff"></circle>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Tabs -->
249
+ <div class="tabs">
250
+ <!-- Person tab -->
251
+ <svg class="tab-icon" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="8" r="4" fill="#f0f0f0"></circle>
253
+ <path d="M3 21c3-5 15-5 18 0" fill="none" stroke="#f0f0f0" stroke-width="2"></path>
254
+ </svg>
255
+ <!-- Star tab -->
256
+ <svg class="tab-icon" viewBox="0 0 24 24">
257
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f0f0f0"></path>
258
+ </svg>
259
+ <!-- Group tab -->
260
+ <svg class="tab-group" viewBox="0 0 32 24">
261
+ <circle cx="10" cy="8" r="5" fill="#f0f0f0"></circle>
262
+ <circle cx="22" cy="10" r="4" fill="#f0f0f0" opacity="0.9"></circle>
263
+ <path d="M2 22c3-5 13-5 16 0" fill="none" stroke="#f0f0f0" stroke-width="2"></path>
264
+ <path d="M16 22c2-3 8-3 10 0" fill="none" stroke="#f0f0f0" stroke-width="2" opacity="0.9"></path>
265
+ </svg>
266
+ </div>
267
+
268
+ <!-- Contacts list -->
269
+ <div class="list">
270
+ <div class="contact">
271
+ <div class="avatar blue">A</div>
272
+ <div class="name">Andreas Wagner</div>
273
+ </div>
274
+ <div class="contact">
275
+ <div class="avatar blue">C</div>
276
+ <div class="name">Clara Wagner</div>
277
+ </div>
278
+ <div class="contact">
279
+ <div class="avatar orange">C</div>
280
+ <div class="name">Clara Wagner 1</div>
281
+ </div>
282
+ <div class="contact">
283
+ <div class="avatar blue">C</div>
284
+ <div class="name">Contacts+ Support</div>
285
+ </div>
286
+ <div class="contact">
287
+ <div class="avatar pink">M</div>
288
+ <div class="name">MMM</div>
289
+ </div>
290
+ <div class="contact">
291
+ <div class="avatar teal">M</div>
292
+ <div class="name">Monu</div>
293
+ </div>
294
+ <div class="contact">
295
+ <div class="avatar pink">S</div>
296
+ <div class="name">Sonu</div>
297
+ </div>
298
+ <div class="contact">
299
+ <div class="avatar orange">S</div>
300
+ <div class="name">SSS</div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Alphabet rail -->
305
+ <div class="alpha-rail">
306
+ <div>A</div>
307
+ <div>C</div>
308
+ <div>M</div>
309
+ <div>S</div>
310
+ </div>
311
+
312
+ <!-- Floating Action Buttons -->
313
+ <div class="fab left">
314
+ <!-- Dialpad: 3x3 dots -->
315
+ <svg viewBox="0 0 100 100">
316
+ <circle cx="20" cy="20" r="6" fill="#fff"></circle>
317
+ <circle cx="50" cy="20" r="6" fill="#fff"></circle>
318
+ <circle cx="80" cy="20" r="6" fill="#fff"></circle>
319
+ <circle cx="20" cy="50" r="6" fill="#fff"></circle>
320
+ <circle cx="50" cy="50" r="6" fill="#fff"></circle>
321
+ <circle cx="80" cy="50" r="6" fill="#fff"></circle>
322
+ <circle cx="20" cy="80" r="6" fill="#fff"></circle>
323
+ <circle cx="50" cy="80" r="6" fill="#fff"></circle>
324
+ <circle cx="80" cy="80" r="6" fill="#fff"></circle>
325
+ </svg>
326
+ </div>
327
+
328
+ <div class="fab right">
329
+ <!-- Plus icon -->
330
+ <svg viewBox="0 0 100 100">
331
+ <path d="M50 20v60M20 50h60" stroke="#fff" stroke-width="12" stroke-linecap="round"></path>
332
+ </svg>
333
+ </div>
334
+
335
+ <!-- Bottom navigation / gesture area -->
336
+ <div class="bottom-bar">
337
+ <div class="gesture-pill"></div>
338
+ </div>
339
+ </div>
340
+ </body>
341
+ </html>
code/15667/15667_1.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Phonebook 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: #424242; /* dark content background */
15
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #B76524;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ font-size: 40px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-left { display: flex; align-items: center; gap: 18px; }
37
+ .status-right { display: flex; align-items: center; gap: 18px; font-weight: 500; }
38
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: 0.8; }
39
+ .status-icon {
40
+ width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.7);
41
+ }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 200px;
50
+ background: #DF7A2A;
51
+ color: #fff;
52
+ box-sizing: border-box;
53
+ padding: 34px 36px;
54
+ }
55
+ .app-title {
56
+ font-size: 72px;
57
+ font-weight: 700;
58
+ }
59
+ .app-actions {
60
+ position: absolute;
61
+ right: 32px;
62
+ top: 48px;
63
+ display: flex;
64
+ gap: 36px;
65
+ }
66
+ .icon-btn svg { width: 60px; height: 60px; fill: #fff; }
67
+
68
+ /* Tabs */
69
+ .tabs {
70
+ position: absolute;
71
+ top: 320px;
72
+ left: 0;
73
+ width: 1080px;
74
+ height: 140px;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: space-around;
78
+ color: #bdbdbd;
79
+ }
80
+ .tabs .tab-icon svg { width: 64px; height: 64px; }
81
+ .tabs .tab-icon.inactive svg { fill: #bdbdbd; }
82
+ .tabs .tab-icon.active svg { fill: #DF7A2A; }
83
+ .tabs .underline {
84
+ position: absolute;
85
+ right: 140px;
86
+ top: 120px;
87
+ width: 520px;
88
+ height: 6px;
89
+ background: #DF7A2A;
90
+ border-radius: 4px;
91
+ opacity: 0.9;
92
+ }
93
+
94
+ /* List */
95
+ .list {
96
+ position: absolute;
97
+ top: 460px;
98
+ left: 0;
99
+ width: 1080px;
100
+ padding: 24px 40px;
101
+ box-sizing: border-box;
102
+ }
103
+ .list-item {
104
+ display: flex;
105
+ align-items: center;
106
+ height: 210px;
107
+ border-bottom: 1px solid rgba(255,255,255,0.06);
108
+ }
109
+ .avatar {
110
+ width: 130px;
111
+ height: 130px;
112
+ border-radius: 50%;
113
+ display: grid;
114
+ place-items: center;
115
+ margin-left: 10px;
116
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
117
+ }
118
+ .avatar.blue { background: #2F6FA7; }
119
+ .avatar.red { background: #8F2D2A; }
120
+ .avatar.green { background: #2E6F64; }
121
+ .avatar svg { width: 80px; height: 80px; fill: #fff; }
122
+ .item-text {
123
+ margin-left: 36px;
124
+ font-size: 56px;
125
+ color: #fff;
126
+ }
127
+
128
+ /* FABs */
129
+ .fab {
130
+ position: absolute;
131
+ bottom: 180px;
132
+ width: 170px;
133
+ height: 170px;
134
+ border-radius: 50%;
135
+ background: #DF7A2A;
136
+ display: grid;
137
+ place-items: center;
138
+ box-shadow: 0 14px 26px rgba(0,0,0,0.35), 0 6px 12px rgba(0,0,0,0.28);
139
+ }
140
+ .fab-left { left: 360px; }
141
+ .fab-right { right: 180px; }
142
+ .fab svg { width: 92px; height: 92px; fill: #fff; }
143
+
144
+ /* System bottom bar with home indicator */
145
+ .system-bar {
146
+ position: absolute;
147
+ bottom: 0;
148
+ left: 0;
149
+ width: 1080px;
150
+ height: 120px;
151
+ background: #000;
152
+ }
153
+ .home-indicator {
154
+ position: absolute;
155
+ bottom: 24px;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ width: 460px;
159
+ height: 16px;
160
+ background: #e6e6e6;
161
+ border-radius: 10px;
162
+ opacity: 0.9;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status Bar -->
170
+ <div class="status-bar">
171
+ <div class="status-left">
172
+ <div>3:37</div>
173
+ <div class="status-icon"></div>
174
+ <div class="status-icon"></div>
175
+ <div class="status-icon"></div>
176
+ <div class="status-icon"></div>
177
+ <div class="dot"></div>
178
+ </div>
179
+ <div class="status-right">
180
+ <div class="status-icon"></div>
181
+ <div class="status-icon"></div>
182
+ <div>100%</div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- App Bar -->
187
+ <div class="app-bar">
188
+ <div class="app-title">Phonebook</div>
189
+ <div class="app-actions">
190
+ <div class="icon-btn">
191
+ <!-- search icon -->
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/>
194
+ </svg>
195
+ </div>
196
+ <div class="icon-btn">
197
+ <!-- vertical dots -->
198
+ <svg viewBox="0 0 24 24">
199
+ <circle cx="12" cy="5" r="2.2"></circle>
200
+ <circle cx="12" cy="12" r="2.2"></circle>
201
+ <circle cx="12" cy="19" r="2.2"></circle>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Tabs -->
208
+ <div class="tabs">
209
+ <div class="tab-icon inactive">
210
+ <!-- single person -->
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M12 12a4 4 0 1 0-0.001-8.001A4 4 0 0 0 12 12zm-8 8c0-4 4-6 8-6s8 2 8 6v1H4v-1z"/>
213
+ </svg>
214
+ </div>
215
+ <div class="tab-icon inactive">
216
+ <!-- star -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7.4L12 18.6 5.7 21.7 7 14.3 2 9.3l7-1L12 2z"/>
219
+ </svg>
220
+ </div>
221
+ <div class="tab-icon active">
222
+ <!-- group -->
223
+ <svg viewBox="0 0 24 24">
224
+ <path 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-1c0-3 3-5 6-5s6 2 6 5v1H4zm10 0v-1c0-2 .6-3.3 1.8-4.3C17.4 13.9 19 13 21 13v7h-7z"/>
225
+ </svg>
226
+ </div>
227
+ <div class="underline"></div>
228
+ </div>
229
+
230
+ <!-- List -->
231
+ <div class="list">
232
+ <div class="list-item">
233
+ <div class="avatar blue">
234
+ <!-- group icon white -->
235
+ <svg viewBox="0 0 24 24">
236
+ <path 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-1c0-3 3-5 6-5s6 2 6 5v1H4z"/>
237
+ </svg>
238
+ </div>
239
+ <div class="item-text">Coworkers (0)</div>
240
+ </div>
241
+
242
+ <div class="list-item">
243
+ <div class="avatar red">
244
+ <svg viewBox="0 0 24 24">
245
+ <path 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-1c0-3 3-5 6-5s6 2 6 5v1H4z"/>
246
+ </svg>
247
+ </div>
248
+ <div class="item-text">Family (3)</div>
249
+ </div>
250
+
251
+ <div class="list-item">
252
+ <div class="avatar green">
253
+ <svg viewBox="0 0 24 24">
254
+ <path 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-1c0-3 3-5 6-5s6 2 6 5v1H4z"/>
255
+ </svg>
256
+ </div>
257
+ <div class="item-text">Friends (0)</div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Floating Action Buttons -->
262
+ <div class="fab fab-left">
263
+ <!-- 3x3 dots -->
264
+ <svg viewBox="0 0 100 100">
265
+ <circle cx="20" cy="20" r="6"/>
266
+ <circle cx="50" cy="20" r="6"/>
267
+ <circle cx="80" cy="20" r="6"/>
268
+ <circle cx="20" cy="50" r="6"/>
269
+ <circle cx="50" cy="50" r="6"/>
270
+ <circle cx="80" cy="50" r="6"/>
271
+ <circle cx="20" cy="80" r="6"/>
272
+ <circle cx="50" cy="80" r="6"/>
273
+ <circle cx="80" cy="80" r="6"/>
274
+ </svg>
275
+ </div>
276
+
277
+ <div class="fab fab-right">
278
+ <!-- plus -->
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/>
281
+ </svg>
282
+ </div>
283
+
284
+ <!-- System bottom bar -->
285
+ <div class="system-bar">
286
+ <div class="home-indicator"></div>
287
+ </div>
288
+
289
+ </div>
290
+ </body>
291
+ </html>
code/15667/15667_2.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Family List UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ color: #FFFFFF;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #3f3f3f; /* app content background */
21
+ }
22
+
23
+ /* Status bar */
24
+ .statusbar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: #b56524; /* darker orange */
31
+ color: #fff;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 36px;
36
+ box-sizing: border-box;
37
+ letter-spacing: 0.3px;
38
+ }
39
+ .status-left {
40
+ font-size: 42px;
41
+ font-weight: 500;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ font-size: 42px;
48
+ }
49
+ .status-icon {
50
+ display: inline-flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+ .status-icon svg {
55
+ width: 48px;
56
+ height: 48px;
57
+ }
58
+
59
+ /* App bar */
60
+ .appbar {
61
+ position: absolute;
62
+ top: 120px;
63
+ left: 0;
64
+ width: 1080px;
65
+ height: 160px;
66
+ background: #e57d21; /* orange */
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 28px;
70
+ box-sizing: border-box;
71
+ }
72
+ .back-btn {
73
+ width: 96px;
74
+ height: 96px;
75
+ display: inline-flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ margin-right: 12px;
79
+ }
80
+ .app-title {
81
+ font-size: 64px;
82
+ font-weight: 600;
83
+ margin-left: 10px;
84
+ }
85
+ .app-actions {
86
+ margin-left: auto;
87
+ display: flex;
88
+ gap: 28px;
89
+ }
90
+ .action-icon {
91
+ width: 92px;
92
+ height: 72px;
93
+ background: rgba(255,255,255,0.18);
94
+ border-radius: 8px;
95
+ display: inline-flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .action-icon svg {
100
+ width: 56px;
101
+ height: 56px;
102
+ fill: #fff;
103
+ }
104
+
105
+ /* List area */
106
+ .list {
107
+ position: absolute;
108
+ top: 280px;
109
+ left: 0;
110
+ right: 0;
111
+ bottom: 180px; /* leave room for gesture pill and FAB */
112
+ overflow: hidden;
113
+ }
114
+ .list-item {
115
+ display: flex;
116
+ align-items: center;
117
+ padding: 36px 40px;
118
+ box-sizing: border-box;
119
+ }
120
+ .avatar {
121
+ width: 120px;
122
+ height: 120px;
123
+ border-radius: 50%;
124
+ color: #fff;
125
+ font-weight: 700;
126
+ font-size: 64px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ margin-right: 34px;
131
+ box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;
132
+ }
133
+ .avatar.blue { background: #2f6fbf; }
134
+ .avatar.lightblue { background: #4f85c9; }
135
+ .avatar.orange { background: #cf7a20; }
136
+ .contact-name {
137
+ font-size: 54px;
138
+ color: #ECEFF1;
139
+ }
140
+
141
+ /* Floating action button */
142
+ .fab {
143
+ position: absolute;
144
+ right: 56px;
145
+ bottom: 220px;
146
+ width: 160px;
147
+ height: 160px;
148
+ background: #e57d21;
149
+ border-radius: 50%;
150
+ box-shadow: 0 14px 24px rgba(0,0,0,0.35);
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ }
155
+ .fab svg {
156
+ width: 80px;
157
+ height: 80px;
158
+ }
159
+
160
+ /* Gesture pill / bottom safe area */
161
+ .gesture-area {
162
+ position: absolute;
163
+ left: 0;
164
+ bottom: 0;
165
+ width: 1080px;
166
+ height: 160px;
167
+ background: #000;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ }
172
+ .gesture-pill {
173
+ width: 200px;
174
+ height: 16px;
175
+ background: #e6e6e6;
176
+ border-radius: 10px;
177
+ opacity: 0.9;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status Bar -->
185
+ <div class="statusbar">
186
+ <div class="status-left">3:40</div>
187
+ <div class="status-right">
188
+ <span class="status-icon">
189
+ <!-- running person (simple) -->
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M13 4a2 2 0 110 4 2 2 0 010-4zM6 20l3-6 3 2 2 4h-2l-1-2-3-2-1 4H6zM12 8l3 1 2 3-2 1-2-2-3 1-1-2 3-2z" fill="#fff"/>
192
+ </svg>
193
+ </span>
194
+ <span class="status-icon">
195
+ <!-- flower/gear simple -->
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M12 7l2-2 3 3-2 2 2 2-3 3-2-2-2 2-3-3 2-2-2-2 3-3 2 2z" fill="#fff"/>
198
+ </svg>
199
+ </span>
200
+ <span class="status-icon">
201
+ <!-- stopwatch simple -->
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M9 2h6v2H9zM12 6a8 8 0 100 16 8 8 0 000-16zm0 4v5h4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
204
+ </svg>
205
+ </span>
206
+ <span class="status-icon">
207
+ <!-- dot -->
208
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
209
+ </span>
210
+ <span class="status-icon">
211
+ <!-- wifi -->
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M2 8c5-4 15-4 20 0M5 11c4-3 10-3 14 0M8 14c3-2 5-2 8 0M12 18a2 2 0 110 4 2 2 0 010-4z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
214
+ </svg>
215
+ </span>
216
+ <span class="status-icon">
217
+ <!-- battery -->
218
+ <svg viewBox="0 0 28 24">
219
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
220
+ <rect x="4" y="8" width="16" height="8" fill="#fff"/>
221
+ <rect x="22" y="9" width="4" height="6" fill="#fff"/>
222
+ </svg>
223
+ </span>
224
+ <span style="font-size:42px;">100%</span>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- App Bar -->
229
+ <div class="appbar">
230
+ <div class="back-btn">
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
233
+ </svg>
234
+ </div>
235
+ <div class="app-title">Family</div>
236
+ <div class="app-actions">
237
+ <div class="action-icon">
238
+ <!-- chat bubble -->
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M4 4h16v12H7l-3 3V4z" fill="#fff"/>
241
+ </svg>
242
+ </div>
243
+ <div class="action-icon">
244
+ <!-- mail envelope -->
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M3 5h18v14H3z" fill="none" stroke="#fff" stroke-width="2"/>
247
+ <path d="M3 5l9 7 9-7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Contact List -->
254
+ <div class="list">
255
+ <div class="list-item">
256
+ <div class="avatar blue">A</div>
257
+ <div class="contact-name">Andreas Wagner</div>
258
+ </div>
259
+ <div class="list-item">
260
+ <div class="avatar lightblue">C</div>
261
+ <div class="contact-name">Clara Wagner</div>
262
+ </div>
263
+ <div class="list-item">
264
+ <div class="avatar orange">C</div>
265
+ <div class="contact-name">Clara Wagner 1</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Floating Action Button -->
270
+ <div class="fab">
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
273
+ </svg>
274
+ </div>
275
+
276
+ <!-- Bottom Gesture Area -->
277
+ <div class="gesture-area">
278
+ <div class="gesture-pill"></div>
279
+ </div>
280
+
281
+ </div>
282
+ </body>
283
+ </html>
code/15668/15668_2.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shoes Grid - Dark</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121212; color:#EDEDED; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ /* status bar */
14
+ .status-bar{
15
+ position:absolute; top:0; left:0; right:0; height:88px; padding:0 32px;
16
+ display:flex; align-items:center; justify-content:space-between; color:#e8e8e8;
17
+ font-weight:600; font-size:36px; letter-spacing:0.5px; background:#1b1b1b;
18
+ }
19
+ .status-icons{ display:flex; gap:22px; align-items:center; opacity:0.9; }
20
+ .dot{ width:12px; height:12px; background:#e8e8e8; border-radius:50%; display:inline-block; }
21
+ /* top search bar */
22
+ .topbar{
23
+ position:absolute; top:88px; left:0; right:0; height:132px; padding:24px 28px; background:#1b1b1b;
24
+ display:flex; gap:20px; align-items:center; box-shadow:0 2px 0 rgba(255,255,255,0.04) inset;
25
+ }
26
+ .circle-btn{
27
+ width:92px; height:92px; border-radius:46px; background:#2a2a2a; display:flex; align-items:center; justify-content:center;
28
+ }
29
+ .search-pill{
30
+ flex:1; height:92px; border-radius:46px; background:#2a2a2a; display:flex; align-items:center; gap:22px; padding:0 32px;
31
+ color:#bdbdbd; font-size:36px;
32
+ }
33
+ .search-pill svg, .circle-btn svg{ fill:#bdbdbd; }
34
+ /* grid */
35
+ .grid{
36
+ position:absolute; top:220px; left:0; right:0; bottom:176px;
37
+ padding:24px 24px 140px; overflow-y:auto;
38
+ }
39
+ .cards{
40
+ display:grid; grid-template-columns:repeat(2, 1fr); gap:28px;
41
+ }
42
+ .card{
43
+ background:#1d1d1d; border-radius:28px; overflow:hidden; position:relative; box-shadow:0 0 0 1px rgba(255,255,255,0.04) inset;
44
+ }
45
+ .card .fav{
46
+ position:absolute; top:20px; right:20px; width:82px; height:82px; border:none; border-radius:41px; background:rgba(0,0,0,0.45);
47
+ display:flex; align-items:center; justify-content:center; padding:0; cursor:pointer;
48
+ }
49
+ .card .fav svg{ fill:none; stroke:#e6e6e6; stroke-width:4; }
50
+ .img{
51
+ width:100%; height:380px; background:#E0E0E0; border:1px solid #BDBDBD;
52
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; text-align:center;
53
+ }
54
+ .meta{ padding:22px 24px 28px; }
55
+ .price-row{ display:flex; align-items:center; gap:14px; margin-bottom:10px; }
56
+ .price{ color:#ff7b76; font-weight:800; font-size:48px; letter-spacing:0.3px; }
57
+ .chip{
58
+ display:inline-flex; align-items:center; gap:12px;
59
+ padding:10px 16px; border-radius:18px; font-size:28px; color:#eaeaea; background:#3a3a3a;
60
+ }
61
+ .chip.discount{ background:#f16a66; color:#fff; font-weight:700; }
62
+ .bolt svg{ width:30px; height:30px; fill:#ff7b76; }
63
+ .title{ color:#d8d8d8; font-size:30px; line-height:40px; max-height:80px; overflow:hidden; margin:6px 0 12px; }
64
+ .chips-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:8px; }
65
+ .chip.sale{ background:linear-gradient(90deg,#1d1d1d,#1d1d1d) padding-box, linear-gradient(90deg,#7c4dff,#ff2d55) border-box; border:2px solid transparent; }
66
+ .chip.brand{ background:#2d2d2d; }
67
+ .chip.brand .check{ width:24px; height:24px; fill:#3ea6ff; }
68
+ .chip.dark{ background:#2d2d2d; color:#dcdcdc; }
69
+ .chip.flag{ background:#3a3a3a; }
70
+ .mini svg{ width:30px; height:30px; }
71
+ /* bottom nav */
72
+ .bottom-nav{
73
+ position:absolute; left:0; right:0; bottom:0; height:176px; background:#1b1b1b; border-top:1px solid rgba(255,255,255,0.06);
74
+ display:flex; align-items:center; justify-content:space-around;
75
+ }
76
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:12px; color:#bfbfbf; font-size:26px; }
77
+ .nav-item svg{ width:54px; height:54px; fill:#bfbfbf; }
78
+ .nav-item.active svg, .nav-item.active{ color:#3c6dfb; }
79
+ .nav-item.active svg{ fill:#3c6dfb; }
80
+ .badge{
81
+ position:absolute; top:18px; right:76px; min-width:44px; height:44px; padding:0 10px; background:#ff4d57; color:#fff; font-size:26px; border-radius:22px;
82
+ display:flex; align-items:center; justify-content:center; border:2px solid #1b1b1b;
83
+ }
84
+ /* home indicator */
85
+ .home-ind{
86
+ position:absolute; bottom:26px; left:50%; transform:translateX(-50%);
87
+ width:340px; height:10px; border-radius:6px; background:#7a7a7a; opacity:0.55;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+ <!-- Status bar -->
94
+ <div class="status-bar">
95
+ <div>3:43</div>
96
+ <div class="status-icons">
97
+ <span class="dot"></span>
98
+ <span class="dot"></span>
99
+ <span class="dot"></span>
100
+ <span class="dot"></span>
101
+ <span style="font-weight:700;">100%</span>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Top bar with back and search -->
106
+ <div class="topbar">
107
+ <div class="circle-btn" aria-label="Back">
108
+ <svg width="40" height="40" viewBox="0 0 24 24">
109
+ <path d="M14.5 5 L7.5 12 L14.5 19" stroke="#bdbdbd" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
110
+ </svg>
111
+ </div>
112
+ <div class="search-pill">
113
+ <svg width="40" height="40" viewBox="0 0 24 24">
114
+ <circle cx="11" cy="11" r="7" stroke="#bdbdbd" stroke-width="2" fill="none"/>
115
+ <path d="M16.5 16.5 L21 21" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/>
116
+ </svg>
117
+ <span>Sports shoes</span>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Content grid -->
122
+ <div class="grid">
123
+ <div class="cards">
124
+ <!-- Card 1 -->
125
+ <div class="card">
126
+ <button class="fav" aria-label="Save">
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M12 20s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/>
129
+ </svg>
130
+ </button>
131
+ <div class="img">[IMG: Orange/Black Sneaker]</div>
132
+ <div class="meta">
133
+ <div class="price-row">
134
+ <span class="chip discount">-6%</span>
135
+ <span class="bolt" aria-hidden="true">
136
+ <svg viewBox="0 0 24 24"><path d="M13 2 L4 14 H11 L10 22 L20 9 H13 Z"/></svg>
137
+ </span>
138
+ <span class="price">$20.75</span>
139
+ </div>
140
+ <div class="chips-row">
141
+ <span class="chip sale">Sale</span>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Card 2 -->
147
+ <div class="card">
148
+ <button class="fav" aria-label="Save">
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M12 20s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/>
151
+ </svg>
152
+ </button>
153
+ <div class="img">[IMG: Gray Air Cushion Sneaker]</div>
154
+ <div class="meta">
155
+ <div class="price-row">
156
+ <span class="chip discount">-8%</span>
157
+ <span class="bolt" aria-hidden="true">
158
+ <svg viewBox="0 0 24 24"><path d="M13 2 L4 14 H11 L10 22 L20 9 H13 Z"/></svg>
159
+ </span>
160
+ <span class="price">$129.11</span>
161
+ </div>
162
+ <div class="title">Air 200E - Men's Sneakers Gray DC9836-002 Shoes Sport Shoes ...</div>
163
+ <div class="chips-row">
164
+ <span class="chip sale">Sale</span>
165
+ <span class="chip brand"><svg class="check" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#3ea6ff"/><path d="M7 12l3 3 7-7" stroke="#fff" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg> Jordan</span>
166
+ </div>
167
+ <div class="chips-row">
168
+ <span class="chip dark mini">
169
+ <svg viewBox="0 0 24 24">
170
+ <rect x="2" y="8" width="14" height="8" rx="1" fill="#bdbdbd"/>
171
+ <circle cx="7" cy="18" r="2" fill="#bdbdbd"/>
172
+ <circle cx="17" cy="18" r="2" fill="#bdbdbd"/>
173
+ <path d="M16 10h3l3 4h-6z" fill="#bdbdbd"/>
174
+ </svg>
175
+ Nov 22—27
176
+ </span>
177
+ </div>
178
+ <div class="chips-row">
179
+ <span class="chip flag">🇩🇪 From Germany</span>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Card 3 -->
185
+ <div class="card">
186
+ <button class="fav" aria-label="Save">
187
+ <svg viewBox="0 0 24 24">
188
+ <path d="M12 20s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/>
189
+ </svg>
190
+ </button>
191
+ <div class="img">[IMG: Multicolor Running Sneaker]</div>
192
+ <div class="meta">
193
+ <div class="price-row">
194
+ <span class="chip discount">-8%</span>
195
+ <span class="bolt" aria-hidden="true">
196
+ <svg viewBox="0 0 24 24"><path d="M13 2 L4 14 H11 L10 22 L20 9 H13 Z"/></svg>
197
+ </span>
198
+ <span class="price">$17.46</span>
199
+ </div>
200
+ <div class="chips-row">
201
+ <span class="chip sale">Sale</span>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Card 4 -->
207
+ <div class="card">
208
+ <button class="fav" aria-label="Save">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M12 20s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/>
211
+ </svg>
212
+ </button>
213
+ <div class="img">[IMG: Adidas UltraBoost Black/White]</div>
214
+ <div class="meta">
215
+ <div class="price-row">
216
+ <span class="chip discount">-9%</span>
217
+ <span class="bolt" aria-hidden="true">
218
+ <svg viewBox="0 0 24 24"><path d="M13 2 L4 14 H11 L10 22 L20 9 H13 Z"/></svg>
219
+ </span>
220
+ <span class="price">$142.58</span>
221
+ </div>
222
+ <div class="title">Air Max Genome - Men Shoes White Sneakers Sports Edition ...</div>
223
+ <div class="chips-row">
224
+ <span class="chip sale">Sale</span>
225
+ <span class="chip brand"><svg class="check" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#3ea6ff"/><path d="M7 12l3 3 7-7" stroke="#fff" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg> Nike</span>
226
+ </div>
227
+ <div class="chips-row">
228
+ <span class="chip dark mini">
229
+ <svg viewBox="0 0 24 24">
230
+ <rect x="2" y="8" width="14" height="8" rx="1" fill="#bdbdbd"/>
231
+ <circle cx="7" cy="18" r="2" fill="#bdbdbd"/>
232
+ <circle cx="17" cy="18" r="2" fill="#bdbdbd"/>
233
+ <path d="M16 10h3l3 4h-6z" fill="#bdbdbd"/>
234
+ </svg>
235
+ Nov 22—27
236
+ </span>
237
+ </div>
238
+ <div class="chips-row">
239
+ <span class="chip flag">🇩🇪 From Germany</span>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Bottom navigation -->
247
+ <div class="bottom-nav">
248
+ <div class="nav-item">
249
+ <svg viewBox="0 0 24 24"><path d="M13 2 L4 14 H11 L10 22 L20 9 H13 Z"/></svg>
250
+ <span>Boost</span>
251
+ </div>
252
+ <div class="nav-item active">
253
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M16.5 16.5 L21 21" stroke="#3c6dfb" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
254
+ <span>Search</span>
255
+ </div>
256
+ <div class="nav-item">
257
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l-1 9H8L7 7z" /><path d="M9 7V5h6v2" /></svg>
258
+ <span>Cart</span>
259
+ </div>
260
+ <div class="nav-item">
261
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5-8-11a5 5 0 0 1 8-3 5 5 0 0 1 8 3c0 6-8 11-8 11z" /></svg>
262
+ <span>Saved</span>
263
+ </div>
264
+ <div class="nav-item" style="position:relative;">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.3L12 17l-5.6 2.5 1.1-6.3L3 8.9 9 8z"/>
267
+ </svg>
268
+ <span>Rewards</span>
269
+ <div class="badge">2</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="home-ind"></div>
274
+ </div>
275
+ </body>
276
+ </html>
code/15668/15668_3.html ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 32px;
27
+ letter-spacing: 0.5px;
28
+ opacity: 0.95;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 18px;
34
+ }
35
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
36
+ .icon svg { display: block; }
37
+
38
+ /* Search header */
39
+ .search-header {
40
+ padding: 18px 26px 18px 20px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 22px;
44
+ height: 140px;
45
+ }
46
+ .back-btn {
47
+ width: 72px; height: 72px;
48
+ background: transparent; border: none; padding: 0; cursor: default;
49
+ }
50
+ .back-btn svg { width: 44px; height: 44px; fill: #E0E0E0; }
51
+
52
+ .search-pill {
53
+ flex: 1;
54
+ height: 88px;
55
+ border-radius: 44px;
56
+ background: #2A2A2A;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 24px;
60
+ gap: 18px;
61
+ }
62
+ .search-pill .search-ic svg { width: 40px; height: 40px; fill: #BDBDBD; }
63
+ .query {
64
+ flex: 1;
65
+ font-size: 38px;
66
+ color: #EDEDED;
67
+ white-space: nowrap;
68
+ }
69
+ .clear-btn {
70
+ width: 60px; height: 60px;
71
+ border: none; background: transparent; padding: 0;
72
+ }
73
+ .clear-btn svg { width: 32px; height: 32px; fill: #BDBDBD; }
74
+
75
+ /* Suggestions */
76
+ .suggestions { margin-top: 6px; }
77
+ .suggestion {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 26px;
81
+ padding: 26px 26px;
82
+ border-bottom: 1px solid #1C1C1C;
83
+ }
84
+ .suggestion .sicon svg { width: 40px; height: 40px; fill: #9E9E9E; }
85
+ .suggestion .label {
86
+ flex: 1;
87
+ font-size: 36px;
88
+ color: #E6E6E6;
89
+ }
90
+ .suggestion .chev svg { width: 32px; height: 32px; fill: #9E9E9E; }
91
+
92
+ /* Spacer (content area) */
93
+ .spacer {
94
+ height: 900px;
95
+ background: #0B0B0B;
96
+ }
97
+
98
+ /* Keyboard mock */
99
+ .keyboard {
100
+ position: absolute;
101
+ bottom: 0;
102
+ left: 0;
103
+ width: 100%;
104
+ height: 900px;
105
+ background: #1C2224;
106
+ border-top: 1px solid #111;
107
+ display: flex;
108
+ flex-direction: column;
109
+ }
110
+ .kb-suggest {
111
+ height: 100px;
112
+ display: flex;
113
+ align-items: center;
114
+ padding: 0 20px;
115
+ gap: 18px;
116
+ background: #1E2527;
117
+ color: #D7E1E6;
118
+ font-size: 34px;
119
+ }
120
+ .circle-btn {
121
+ width: 72px; height: 72px; border-radius: 50%;
122
+ background: #273033;
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .circle-btn svg { width: 36px; height: 36px; fill: #BFD2D9; }
126
+ .predictions {
127
+ flex: 1; display: flex; align-items: center; justify-content: center;
128
+ gap: 26px; color: #CFD8DC;
129
+ }
130
+ .predictions .sep { opacity: 0.35; }
131
+
132
+ .rows { padding: 14px 18px 10px; display: flex; flex-direction: column; gap: 16px; }
133
+ .row { display: flex; justify-content: center; gap: 12px; }
134
+ .key {
135
+ min-width: 88px; height: 112px;
136
+ border-radius: 18px;
137
+ background: #2A3135;
138
+ color: #E6EEF2;
139
+ display: flex; align-items: center; justify-content: center;
140
+ font-size: 36px;
141
+ }
142
+ .row.indent { padding-left: 40px; padding-right: 40px; }
143
+
144
+ .key.shift, .key.backspace { min-width: 132px; }
145
+ .key.space { min-width: 520px; }
146
+ .key.wide { min-width: 150px; }
147
+
148
+ .key.green {
149
+ background: #7FE3BD;
150
+ color: #0E1A17;
151
+ }
152
+
153
+ .handle {
154
+ position: absolute;
155
+ bottom: 10px;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ width: 280px;
159
+ height: 8px;
160
+ background: #E7E7E7;
161
+ border-radius: 4px;
162
+ opacity: 0.9;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status bar -->
170
+ <div class="status-bar">
171
+ <div>3:43</div>
172
+ <div class="status-right">
173
+ <span class="icon">
174
+ <!-- Wi‑Fi -->
175
+ <svg width="38" height="38" viewBox="0 0 24 24"><path fill="#EDEDED" d="M12 18.5l2-2c-1.1-1.1-2.9-1.1-4 0l2 2zm-4-4l1.4-1.4c2.5-2.5 6.7-2.5 9.2 0L20 14.5c-3.3-3.3-8.7-3.3-12 0zM2 10.5l1.4-1.4c5.7-5.7 14.9-5.7 20.6 0L25.4 10.5C18.8 3.9 9.2 3.9 2.6 10.5z"/></svg>
176
+ </span>
177
+ <span class="icon">
178
+ <!-- Battery -->
179
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#EDEDED" d="M16 6h2a2 2 0 012 2v8a2 2 0 01-2 2h-2v2h-2v-2H6a2 2 0 01-2-2V8a2 2 0 012-2h10zm0 2H6v8h10V8z"/></svg>
180
+ </span>
181
+ <span>100%</span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Search header -->
186
+ <div class="search-header">
187
+ <button class="back-btn" aria-label="Back">
188
+ <svg viewBox="0 0 24 24"><path d="M15.5 3.5L7 12l8.5 8.5-1.8 1.8L3.4 12l10.3-10.3 1.8 1.8z"/></svg>
189
+ </button>
190
+ <div class="search-pill">
191
+ <span class="search-ic icon"><svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20 15.5 14zm-6 0A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/></svg></span>
192
+ <span class="query">Sports shoes</span>
193
+ <button class="clear-btn" aria-label="Clear"><svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg></button>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Suggestions -->
198
+ <div class="suggestions">
199
+ <div class="suggestion">
200
+ <span class="sicon icon"><svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20 15.5 14zM9.5 14A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/></svg></span>
201
+ <div class="label">sports shoes</div>
202
+ <span class="chev icon"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#9E9E9E" stroke-width="2"/></svg></span>
203
+ </div>
204
+ <div class="suggestion">
205
+ <span class="sicon icon"><svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20 15.5 14zM9.5 14A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/></svg></span>
206
+ <div class="label">sports shoes for men</div>
207
+ <span class="chev icon"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#9E9E9E" stroke-width="2"/></svg></span>
208
+ </div>
209
+ <div class="suggestion">
210
+ <span class="sicon icon"><svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20 15.5 14zM9.5 14A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/></svg></span>
211
+ <div class="label">sports shoes for women</div>
212
+ <span class="chev icon"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#9E9E9E" stroke-width="2"/></svg></span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Black space area -->
217
+ <div class="spacer"></div>
218
+
219
+ <!-- Keyboard mock -->
220
+ <div class="keyboard">
221
+ <div class="kb-suggest">
222
+ <div class="circle-btn" aria-hidden="true">
223
+ <!-- grid/dots -->
224
+ <svg viewBox="0 0 24 24"><path d="M7 7h3v3H7V7zm7 0h3v3h-3V7zM7 14h3v3H7v-3zm7 3v-3h3v3h-3z" /></svg>
225
+ </div>
226
+ <div class="predictions">
227
+ <span>shoes</span>
228
+ <span class="sep">|</span>
229
+ <span>shoestring</span>
230
+ <span class="sep">|</span>
231
+ <span>👟</span>
232
+ </div>
233
+ <div class="circle-btn" aria-label="Voice">
234
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 003-3V7a3 3 0 10-6 0v4a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0013.9 0H17zM11 19h2v3h-2z"/></svg>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="rows">
239
+ <div class="row">
240
+ <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>
241
+ </div>
242
+ <div class="row indent">
243
+ <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>
244
+ </div>
245
+ <div class="row">
246
+ <div class="key shift">
247
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#E6EEF2" d="M12 3l7 8h-4v7H9v-7H5l7-8z"/></svg>
248
+ </div>
249
+ <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>
250
+ <div class="key backspace">
251
+ <svg width="38" height="38" viewBox="0 0 24 24"><path fill="#E6EEF2" d="M6.6 18L3 12l3.6-6H20a2 2 0 012 2v8a2 2 0 01-2 2H6.6zM14 9l-2 2-2-2-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1z"/></svg>
252
+ </div>
253
+ </div>
254
+ <div class="row">
255
+ <div class="key wide green">?123</div>
256
+ <div class="key">,</div>
257
+ <div class="key">😊</div>
258
+ <div class="key space"></div>
259
+ <div class="key">.</div>
260
+ <div class="key wide green">
261
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20 15.5 14zM9.5 14A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z" fill="#0E1A17"/></svg>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="handle"></div>
267
+ </div>
268
+
269
+ </div>
270
+ </body>
271
+ </html>
code/15668/15668_4.html ADDED
@@ -0,0 +1,484 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search History - Dark UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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;
20
+ color: #EDEDED;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 28px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #EDEDED;
31
+ font-size: 34px;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-left { font-weight: 600; }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .ico {
41
+ width: 40px;
42
+ height: 40px;
43
+ display: inline-flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+ .battery {
48
+ display: inline-flex;
49
+ align-items: center;
50
+ gap: 8px;
51
+ font-size: 26px;
52
+ color: #EDEDED;
53
+ }
54
+ .battery svg { width: 50px; height: 28px; }
55
+
56
+ /* Header with search */
57
+ .search-header {
58
+ height: 120px;
59
+ padding: 0 24px;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 16px;
63
+ box-sizing: border-box;
64
+ }
65
+ .back-btn {
66
+ width: 84px;
67
+ height: 84px;
68
+ border: none;
69
+ background: transparent;
70
+ padding: 0;
71
+ display: inline-flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ cursor: default;
75
+ }
76
+ .search-field {
77
+ flex: 1;
78
+ height: 84px;
79
+ background: #2A2A2A;
80
+ border-radius: 42px;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 24px;
84
+ gap: 18px;
85
+ color: #A9A9A9;
86
+ font-size: 32px;
87
+ box-sizing: border-box;
88
+ }
89
+ .search-field svg { width: 42px; height: 42px; }
90
+
91
+ /* Content */
92
+ .content {
93
+ padding: 18px 0 0;
94
+ box-sizing: border-box;
95
+ height: 1360px; /* space above keyboard */
96
+ overflow: hidden;
97
+ }
98
+ .section-header {
99
+ padding: 0 28px 8px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: space-between;
103
+ }
104
+ .section-header .title {
105
+ font-size: 40px;
106
+ font-weight: 700;
107
+ color: #EDEDED;
108
+ }
109
+ .section-header .action {
110
+ font-size: 30px;
111
+ color: #B0B0B0;
112
+ }
113
+ .history-list {
114
+ margin-top: 8px;
115
+ }
116
+ .history-item {
117
+ padding: 22px 28px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ gap: 18px;
122
+ box-sizing: border-box;
123
+ }
124
+ .history-item + .history-item {
125
+ border-top: 1px solid #1E1E1E;
126
+ }
127
+ .left-side {
128
+ display: flex;
129
+ align-items: center;
130
+ gap: 24px;
131
+ flex: 1;
132
+ min-width: 0;
133
+ }
134
+ .clock-ico {
135
+ width: 48px;
136
+ height: 48px;
137
+ opacity: 0.7;
138
+ }
139
+ .item-text {
140
+ font-size: 34px;
141
+ color: #E0E0E0;
142
+ white-space: nowrap;
143
+ overflow: hidden;
144
+ text-overflow: ellipsis;
145
+ }
146
+ .chev {
147
+ width: 32px;
148
+ height: 32px;
149
+ opacity: 0.6;
150
+ }
151
+
152
+ /* Keyboard */
153
+ .keyboard {
154
+ position: absolute;
155
+ left: 0;
156
+ right: 0;
157
+ bottom: 46px;
158
+ height: 820px;
159
+ background: #0F1B1D;
160
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.4) inset;
161
+ padding: 18px 22px 22px;
162
+ box-sizing: border-box;
163
+ display: flex;
164
+ flex-direction: column;
165
+ justify-content: flex-start;
166
+ gap: 16px;
167
+ }
168
+ .kb-toolbar {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 28px;
172
+ padding: 6px 4px 12px;
173
+ }
174
+ .tool-btn {
175
+ width: 76px;
176
+ height: 60px;
177
+ background: #1C2A2D;
178
+ border-radius: 14px;
179
+ color: #C7D1D3;
180
+ font-size: 26px;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ }
185
+
186
+ .kb-row {
187
+ display: flex;
188
+ justify-content: center;
189
+ gap: 14px;
190
+ }
191
+ .key {
192
+ width: 88px;
193
+ height: 112px;
194
+ background: #223238;
195
+ border-radius: 18px;
196
+ color: #E6EEF0;
197
+ font-size: 38px;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25);
202
+ }
203
+
204
+ .key.wide { width: 124px; }
205
+ .key.back { width: 132px; }
206
+ .key.shift { width: 132px; }
207
+ .key.space { flex: 1; min-width: 420px; }
208
+ .key.circle {
209
+ width: 96px;
210
+ height: 96px;
211
+ border-radius: 48px;
212
+ background: #6DD9BC;
213
+ color: #0D1A1C;
214
+ font-weight: 700;
215
+ font-size: 28px;
216
+ }
217
+ .key.secondary {
218
+ background: #1B292D;
219
+ color: #C8D6D9;
220
+ }
221
+ .kb-bottom {
222
+ display: flex;
223
+ align-items: center;
224
+ gap: 12px;
225
+ padding: 4px 2px;
226
+ }
227
+ .comma, .dot {
228
+ width: 80px;
229
+ height: 112px;
230
+ background: #223238;
231
+ border-radius: 18px;
232
+ color: #E6EEF0;
233
+ font-size: 42px;
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: center;
237
+ }
238
+ .search-circle {
239
+ width: 112px;
240
+ height: 112px;
241
+ border-radius: 56px;
242
+ background: #78E3C3;
243
+ display: flex;
244
+ align-items: center;
245
+ justify-content: center;
246
+ }
247
+ .search-circle svg { width: 48px; height: 48px; stroke: #0D1A1C; }
248
+
249
+ /* Bottom navigation pill */
250
+ .nav-pill {
251
+ position: absolute;
252
+ bottom: 10px;
253
+ left: 50%;
254
+ transform: translateX(-50%);
255
+ width: 240px;
256
+ height: 10px;
257
+ border-radius: 6px;
258
+ background: #E7E7E7;
259
+ opacity: 0.9;
260
+ }
261
+ </style>
262
+ </head>
263
+ <body>
264
+ <div id="render-target">
265
+
266
+ <!-- Status Bar -->
267
+ <div class="status-bar">
268
+ <div class="status-left">3:44</div>
269
+ <div class="status-right">
270
+ <!-- simple network icon -->
271
+ <span class="ico">
272
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
273
+ <path d="M2 18c4-4 16-4 20 0" />
274
+ <path d="M6 14c3-3 9-3 12 0" />
275
+ <path d="M10 10c2-2 4-2 6 0" />
276
+ <circle cx="12" cy="20" r="1.5" fill="#EDEDED" stroke="none"/>
277
+ </svg>
278
+ </span>
279
+ <!-- simple notification/alert icon -->
280
+ <span class="ico">
281
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
282
+ <path d="M12 2v6" />
283
+ <circle cx="12" cy="14" r="7" />
284
+ </svg>
285
+ </span>
286
+ <!-- Battery -->
287
+ <span class="battery">
288
+ <svg viewBox="0 0 28 14">
289
+ <rect x="1" y="2" width="22" height="10" rx="2" ry="2" fill="none" stroke="#EDEDED" stroke-width="2"/>
290
+ <rect x="3" y="4" width="18" height="6" fill="#EDEDED"/>
291
+ <rect x="24" y="5" width="3" height="4" fill="#EDEDED"/>
292
+ </svg>
293
+ 100%
294
+ </span>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Search Header -->
299
+ <div class="search-header">
300
+ <button class="back-btn" aria-label="Back">
301
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round">
302
+ <path d="M15 18l-6-6 6-6"/>
303
+ </svg>
304
+ </button>
305
+ <div class="search-field">
306
+ <svg viewBox="0 0 24 24" fill="none" stroke="#A9A9A9" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
307
+ <circle cx="11" cy="11" r="7"></circle>
308
+ <path d="M21 21l-4.3-4.3"></path>
309
+ </svg>
310
+ <span>Search on Joom</span>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Content List -->
315
+ <div class="content">
316
+ <div class="section-header">
317
+ <div class="title">Search history</div>
318
+ <div class="action">Clear search history</div>
319
+ </div>
320
+
321
+ <div class="history-list">
322
+ <div class="history-item">
323
+ <div class="left-side">
324
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
325
+ <circle cx="12" cy="12" r="9"></circle>
326
+ <path d="M12 7v6l4 2"></path>
327
+ </svg>
328
+ <div class="item-text">Sports shoes</div>
329
+ </div>
330
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
331
+ <path d="M9 6l6 6-6 6"/>
332
+ </svg>
333
+ </div>
334
+
335
+ <div class="history-item">
336
+ <div class="left-side">
337
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
338
+ <circle cx="12" cy="12" r="9"></circle>
339
+ <path d="M12 7v6l4 2"></path>
340
+ </svg>
341
+ <div class="item-text">42 size nike sneaker</div>
342
+ </div>
343
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
344
+ <path d="M9 6l6 6-6 6"/>
345
+ </svg>
346
+ </div>
347
+
348
+ <div class="history-item">
349
+ <div class="left-side">
350
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
351
+ <circle cx="12" cy="12" r="9"></circle>
352
+ <path d="M12 7v6l4 2"></path>
353
+ </svg>
354
+ <div class="item-text">42 size sneaker</div>
355
+ </div>
356
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
357
+ <path d="M9 6l6 6-6 6"/>
358
+ </svg>
359
+ </div>
360
+
361
+ <div class="history-item">
362
+ <div class="left-side">
363
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
364
+ <circle cx="12" cy="12" r="9"></circle>
365
+ <path d="M12 7v6l4 2"></path>
366
+ </svg>
367
+ <div class="item-text">formal shoes</div>
368
+ </div>
369
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
370
+ <path d="M9 6l6 6-6 6"/>
371
+ </svg>
372
+ </div>
373
+
374
+ <div class="history-item">
375
+ <div class="left-side">
376
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
377
+ <circle cx="12" cy="12" r="9"></circle>
378
+ <path d="M12 7v6l4 2"></path>
379
+ </svg>
380
+ <div class="item-text">meindl shoes</div>
381
+ </div>
382
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
383
+ <path d="M9 6l6 6-6 6"/>
384
+ </svg>
385
+ </div>
386
+
387
+ <div class="history-item">
388
+ <div class="left-side">
389
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
390
+ <circle cx="12" cy="12" r="9"></circle>
391
+ <path d="M12 7v6l4 2"></path>
392
+ </svg>
393
+ <div class="item-text">vitaform shoes</div>
394
+ </div>
395
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
396
+ <path d="M9 6l6 6-6 6"/>
397
+ </svg>
398
+ </div>
399
+
400
+ <div class="history-item">
401
+ <div class="left-side">
402
+ <svg class="clock-ico" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2">
403
+ <circle cx="12" cy="12" r="9"></circle>
404
+ <path d="M12 7v6l4 2"></path>
405
+ </svg>
406
+ <div class="item-text">nike shoes</div>
407
+ </div>
408
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#B0B0B0" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
409
+ <path d="M9 6l6 6-6 6"/>
410
+ </svg>
411
+ </div>
412
+ </div>
413
+ </div>
414
+
415
+ <!-- Keyboard -->
416
+ <div class="keyboard">
417
+ <div class="kb-toolbar">
418
+ <div class="tool-btn">⌨</div>
419
+ <div class="tool-btn">🙂</div>
420
+ <div class="tool-btn">GIF</div>
421
+ <div class="tool-btn">⚙</div>
422
+ <div class="tool-btn">G✱</div>
423
+ <div class="tool-btn">🎨</div>
424
+ <div class="tool-btn">🎙</div>
425
+ </div>
426
+
427
+ <div class="kb-row">
428
+ <div class="key">q</div>
429
+ <div class="key">w</div>
430
+ <div class="key">e</div>
431
+ <div class="key">r</div>
432
+ <div class="key">t</div>
433
+ <div class="key">y</div>
434
+ <div class="key">u</div>
435
+ <div class="key">i</div>
436
+ <div class="key">o</div>
437
+ <div class="key">p</div>
438
+ </div>
439
+
440
+ <div class="kb-row">
441
+ <div class="key" style="margin-right:14px;"></div><!-- spacer -->
442
+ <div class="key">a</div>
443
+ <div class="key">s</div>
444
+ <div class="key">d</div>
445
+ <div class="key">f</div>
446
+ <div class="key">g</div>
447
+ <div class="key">h</div>
448
+ <div class="key">j</div>
449
+ <div class="key">k</div>
450
+ <div class="key">l</div>
451
+ <div class="key" style="margin-left:14px;"></div><!-- spacer -->
452
+ </div>
453
+
454
+ <div class="kb-row">
455
+ <div class="key shift">⇧</div>
456
+ <div class="key">z</div>
457
+ <div class="key">x</div>
458
+ <div class="key">c</div>
459
+ <div class="key">v</div>
460
+ <div class="key">b</div>
461
+ <div class="key">n</div>
462
+ <div class="key">m</div>
463
+ <div class="key back">⌫</div>
464
+ </div>
465
+
466
+ <div class="kb-bottom">
467
+ <div class="key circle">?123</div>
468
+ <div class="key secondary" style="width:88px;">,</div>
469
+ <div class="key secondary" style="width:88px;">🙂</div>
470
+ <div class="key space"></div>
471
+ <div class="dot">.</div>
472
+ <div class="search-circle" title="Search">
473
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0D1A1C" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
474
+ <circle cx="11" cy="11" r="7"></circle>
475
+ <path d="M21 21l-4.3-4.3"></path>
476
+ </svg>
477
+ </div>
478
+ </div>
479
+ </div>
480
+
481
+ <div class="nav-pill"></div>
482
+ </div>
483
+ </body>
484
+ </html>
code/15668/15668_6.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Nike Shoes Search - Dark</title>
7
+ <style>
8
+ :root{
9
+ --bg:#171717;
10
+ --card:#222222;
11
+ --muted:#9E9E9E;
12
+ --text:#EDEDED;
13
+ --chip:#2C2C2C;
14
+ --accent:#4C8DFF;
15
+ --danger:#E85C5C;
16
+ --green:#39C27F;
17
+ }
18
+ body{ margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; color:var(--text); }
19
+ #render-target{
20
+ position:relative; overflow:hidden;
21
+ width:1080px; height:2400px;
22
+ background:var(--bg);
23
+ border-radius:0px;
24
+ }
25
+ /* Top search header */
26
+ .header{
27
+ padding:48px 40px 20px 40px;
28
+ }
29
+ .search-row{
30
+ display:flex; align-items:center; gap:30px;
31
+ }
32
+ .icon-circle{
33
+ width:100px; height:100px; border-radius:50%;
34
+ background:#1F1F1F; display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .search-box{
37
+ flex:1; height:110px; border-radius:60px;
38
+ background:#2A2A2A; display:flex; align-items:center; padding:0 40px; color:#CFCFCF;
39
+ font-size:42px;
40
+ }
41
+ .search-box .placeholder{ margin-left:20px; }
42
+ .chips{
43
+ display:flex; gap:26px; margin-top:26px; flex-wrap:nowrap;
44
+ }
45
+ .chip, .round-chip{
46
+ background:var(--chip); color:#D7D7D7; border-radius:46px; padding:22px 34px; font-size:36px;
47
+ display:inline-flex; align-items:center; gap:16px; border:1px solid #353535;
48
+ }
49
+ .round-chip{ padding:22px; width:92px; height:92px; justify-content:center; border-radius:46px; }
50
+ /* Grid of product cards */
51
+ .grid{
52
+ display:grid;
53
+ grid-template-columns: 1fr 1fr;
54
+ gap:28px;
55
+ padding:28px 24px 200px 24px;
56
+ }
57
+ .card{
58
+ background:#1E1E1E; border-radius:30px; overflow:hidden; border:2px solid #2b2b2b;
59
+ position:relative;
60
+ }
61
+ .img{
62
+ height:380px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
63
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:38px;
64
+ }
65
+ .fav{
66
+ position:absolute; right:26px; top:26px;
67
+ width:86px; height:86px; border-radius:50%; background:#2B2B2B; border:3px solid #3A3A3A;
68
+ display:flex; align-items:center; justify-content:center;
69
+ }
70
+ .content{ padding:26px; }
71
+ .price-row{
72
+ display:flex; align-items:center; gap:16px; margin-bottom:10px;
73
+ }
74
+ .badge-danger{
75
+ background:var(--danger); color:#fff; font-weight:bold; border-radius:20px; padding:8px 16px; font-size:34px;
76
+ }
77
+ .price{ font-size:52px; font-weight:800; letter-spacing:0.3px; }
78
+ .title{ font-size:36px; color:#E6E6E6; line-height:1.24; margin:10px 0 18px 0; max-height:86px; overflow:hidden; }
79
+ .meta-row{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px; }
80
+ .pill{
81
+ background:#2C2C2C; border:1px solid #3A3A3A; color:#D9D9D9;
82
+ padding:10px 16px; border-radius:18px; font-size:30px; display:inline-flex; align-items:center; gap:10px;
83
+ }
84
+ .pill.blue{ background:#263A79; border-color:#2F4BAA; color:#DDE8FF; }
85
+ .ship{ margin-top:6px; display:flex; gap:10px; align-items:center; color:#D0D0D0; font-size:32px; }
86
+ .flag{ margin-top:12px; font-size:32px; color:#D0D0D0; }
87
+ /* Bottom navigation */
88
+ .bottom-bar{
89
+ position:absolute; left:0; right:0; bottom:0; height:160px; background:#1C1C1C; border-top:1px solid #2A2A2A;
90
+ display:flex; align-items:center; justify-content:space-around;
91
+ }
92
+ .nav-item{ display:flex; flex-direction:column; align-items:center; color:#BDBDBD; font-size:28px; gap:12px; }
93
+ .nav-item.active{ color:#6C8BFF; }
94
+ .notif{
95
+ position:absolute; right:200px; bottom:110px;
96
+ width:54px; height:54px; background:#E4464C; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; font-weight:700;
97
+ border:3px solid #1C1C1C;
98
+ }
99
+ /* Simple helpers */
100
+ svg{ display:block }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <div class="header">
107
+ <div class="search-row">
108
+ <div class="icon-circle">
109
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EAEAEA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
110
+ <path d="M15 18l-6-6 6-6"/>
111
+ </svg>
112
+ </div>
113
+ <div class="search-box">
114
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round">
115
+ <circle cx="11" cy="11" r="7"/>
116
+ <path d="M21 21l-4.3-4.3"/>
117
+ </svg>
118
+ <div class="placeholder">Nike shoes</div>
119
+ </div>
120
+ </div>
121
+
122
+ <div class="chips">
123
+ <div class="round-chip">
124
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2">
125
+ <path d="M3 6h18M3 12h12M3 18h6"/>
126
+ </svg>
127
+ </div>
128
+ <div class="round-chip">
129
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2">
130
+ <path d="M3 5h18l-7 9v5l-4 2v-7L3 5z"/>
131
+ </svg>
132
+ </div>
133
+ <div class="chip">Best discounts</div>
134
+ <div class="chip">Price</div>
135
+ <div class="chip">Highest rated</div>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="grid">
140
+ <!-- Card 1 -->
141
+ <div class="card">
142
+ <div class="img">[IMG: Orange/White Nike High Sneaker]</div>
143
+ <div class="fav">
144
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#F2F2F2" stroke-width="2">
145
+ <path d="M12 21s-6.7-4.3-9.3-7.6C.6 10.9 2 7 5.6 7c1.9 0 3 .9 3.8 2 0 0 1.4-2 4-2 3.5 0 5 3.9 2.9 6.4C18.7 16.7 12 21 12 21z"/>
146
+ </svg>
147
+ </div>
148
+ <div class="content">
149
+ <div class="price-row">
150
+ <div class="badge-danger">-8%</div>
151
+ <div class="price">$137.56</div>
152
+ </div>
153
+ <div class="title">1 Mid SE - Shoes Sneakers DV1302-100 ORIGINAL</div>
154
+ <div class="meta-row">
155
+ <div class="pill blue">Sale</div>
156
+ <div class="pill">
157
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#E85D3F"><path d="M12 17.3l-6.2 3.7 1.7-7.1L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.5 4.7 1.7 7.1z"/></svg>
158
+ 4.8 / 18
159
+ </div>
160
+ <div class="pill">
161
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#5FB3FF" stroke-width="2"><path d="M20 6l-9 9-4-4"/></svg>
162
+ Jordan
163
+ </div>
164
+ </div>
165
+ <div class="ship">
166
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
167
+ <path d="M3 7h12v8H3zM15 10h4l2 3v2h-6z"/>
168
+ <circle cx="7" cy="17" r="2"/><circle cx="17" cy="17" r="2"/>
169
+ </svg>
170
+ Nov 22—27
171
+ </div>
172
+ <div class="flag">🇩🇪 From Germany</div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Card 2 -->
177
+ <div class="card">
178
+ <div class="img">[IMG: White Nike Sneaker With Red Swoosh]</div>
179
+ <div class="fav">
180
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#F2F2F2" stroke-width="2">
181
+ <path d="M12 21s-6.7-4.3-9.3-7.6C.6 10.9 2 7 5.6 7c1.9 0 3 .9 3.8 2 0 0 1.4-2 4-2 3.5 0 5 3.9 2.9 6.4C18.7 16.7 12 21 12 21z"/>
182
+ </svg>
183
+ </div>
184
+ <div class="content">
185
+ <div class="price-row">
186
+ <div class="badge-danger">-7%</div>
187
+ <div class="price">$112.80</div>
188
+ </div>
189
+ <div class="title">Air Max Dawn - Men Sneakers Shoes White DM0013-100 ORIGINAL</div>
190
+ <div class="meta-row">
191
+ <div class="pill blue">Sale</div>
192
+ <div class="pill">
193
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#5FB3FF" stroke-width="2"><path d="M20 6l-9 9-4-4"/></svg>
194
+ Nike
195
+ </div>
196
+ </div>
197
+ <div class="ship">
198
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
199
+ <path d="M3 7h12v8H3zM15 10h4l2 3v2h-6z"/>
200
+ <circle cx="7" cy="17" r="2"/><circle cx="17" cy="17" r="2"/>
201
+ </svg>
202
+ Nov 22—27
203
+ </div>
204
+ <div class="flag">🇩🇪 From Germany</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Card 3 -->
209
+ <div class="card">
210
+ <div class="img">[IMG: Grey Nike Air Max Scorpion Flyknit]</div>
211
+ <div class="fav">
212
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#F2F2F2" stroke-width="2">
213
+ <path d="M12 21s-6.7-4.3-9.3-7.6C.6 10.9 2 7 5.6 7c1.9 0 3 .9 3.8 2 0 0 1.4-2 4-2 3.5 0 5 3.9 2.9 6.4C18.7 16.7 12 21 12 21z"/>
214
+ </svg>
215
+ </div>
216
+ <div class="content">
217
+ <div class="price-row">
218
+ <div class="badge-danger">-8%</div>
219
+ <div class="price">$204.41</div>
220
+ </div>
221
+ <div class="title">Air Max Scorpion FK Flyknit - Men's Sneakers Shoes Gray</div>
222
+ <div class="meta-row">
223
+ <div class="pill blue">Sale</div>
224
+ <div class="pill">
225
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#E85D3F"><path d="M12 17.3l-6.2 3.7 1.7-7.1L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.5 4.7 1.7 7.1z"/></svg>
226
+ 4.8
227
+ </div>
228
+ <div class="pill">
229
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#5FB3FF" stroke-width="2"><path d="M20 6l-9 9-4-4"/></svg>
230
+ Nike
231
+ </div>
232
+ </div>
233
+ <div class="ship">
234
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
235
+ <path d="M3 7h12v8H3zM15 10h4l2 3v2h-6z"/>
236
+ <circle cx="7" cy="17" r="2"/><circle cx="17" cy="17" r="2"/>
237
+ </svg>
238
+ Nov 22—27
239
+ </div>
240
+ <div class="flag">🇩🇪 From Germany</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Card 4 -->
245
+ <div class="card">
246
+ <div class="img">[IMG: Black Nike Air Max 270 G Golf Shoe]</div>
247
+ <div class="fav">
248
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#F2F2F2" stroke-width="2">
249
+ <path d="M12 21s-6.7-4.3-9.3-7.6C.6 10.9 2 7 5.6 7c1.9 0 3 .9 3.8 2 0 0 1.4-2 4-2 3.5 0 5 3.9 2.9 6.4C18.7 16.7 12 21 12 21z"/>
250
+ </svg>
251
+ </div>
252
+ <div class="content">
253
+ <div class="price-row">
254
+ <div class="price">$151.06</div>
255
+ </div>
256
+ <div class="title">Air Max 270 G - Men's Golf Shoes Sneakers Black CK6483</div>
257
+ <div class="meta-row">
258
+ <div class="pill blue">Sale</div>
259
+ <div class="pill">
260
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#5FB3FF" stroke-width="2"><path d="M20 6l-9 9-4-4"/></svg>
261
+ Nike
262
+ </div>
263
+ </div>
264
+ <div class="ship">
265
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
266
+ <path d="M3 7h12v8H3zM15 10h4l2 3v2h-6z"/>
267
+ <circle cx="7" cy="17" r="2"/><circle cx="17" cy="17" r="2"/>
268
+ </svg>
269
+ Nov 22—27
270
+ </div>
271
+ <div class="flag">🇩🇪 From Germany</div>
272
+ </div>
273
+ </div>
274
+
275
+ </div>
276
+
277
+ <!-- Bottom Navigation -->
278
+ <div class="bottom-bar">
279
+ <div class="nav-item">
280
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
281
+ <path d="M13 3l-2 9h5l-3 9"/>
282
+ </svg>
283
+ <div>Boost</div>
284
+ </div>
285
+ <div class="nav-item active">
286
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#6C8BFF" stroke-width="2">
287
+ <circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/>
288
+ </svg>
289
+ <div>Search</div>
290
+ </div>
291
+ <div class="nav-item">
292
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
293
+ <path d="M6 6h14l-1 10H7L6 6z"/><path d="M6 6l-2-2"/><circle cx="9" cy="20" r="1.5"/><circle cx="18" cy="20" r="1.5"/>
294
+ </svg>
295
+ <div>Cart</div>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
299
+ <path d="M12 21s-6.7-4.3-9.3-7.6C.6 10.9 2 7 5.6 7c1.9 0 3 .9 3.8 2 0 0 1.4-2 4-2 3.5 0 5 3.9 2.9 6.4C18.7 16.7 12 21 12 21z"/>
300
+ </svg>
301
+ <div>Favorites</div>
302
+ </div>
303
+ <div class="nav-item">
304
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
305
+ <circle cx="12" cy="8" r="4"/><path d="M4 22c0-4 4-7 8-7s8 3 8 7"/>
306
+ </svg>
307
+ <div>Profile</div>
308
+ </div>
309
+ </div>
310
+ <div class="notif">2</div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/15669/15669_0.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Android Home Screen Mock</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
+ color: #fff;
15
+ /* dark speckled wallpaper look */
16
+ background:
17
+ radial-gradient(1200px 900px at 20% 0%, rgba(255,255,255,0.03), transparent 70%),
18
+ radial-gradient(900px 700px at 80% 20%, rgba(255,255,255,0.03), transparent 70%),
19
+ radial-gradient(1000px 800px at 50% 80%, rgba(255,255,255,0.02), transparent 70%),
20
+ #1f2429;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 16px;
27
+ left: 28px;
28
+ right: 28px;
29
+ height: 72px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ color: #eaeaea;
34
+ font-size: 32px;
35
+ letter-spacing: 1px;
36
+ }
37
+ .status-left { display: flex; align-items: center; gap: 20px; }
38
+ .status-center { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0.8; }
39
+ .status-right { display: flex; align-items: center; gap: 18px; }
40
+
41
+ /* App grid */
42
+ .app-grid {
43
+ position: absolute;
44
+ left: 56px;
45
+ right: 56px;
46
+ top: 230px;
47
+ display: grid;
48
+ grid-template-columns: repeat(4, 1fr);
49
+ grid-column-gap: 34px;
50
+ grid-row-gap: 86px;
51
+ }
52
+ .app {
53
+ width: 200px;
54
+ margin: 0 auto;
55
+ text-align: center;
56
+ }
57
+ .app .icon {
58
+ width: 150px;
59
+ height: 150px;
60
+ margin: 0 auto 16px;
61
+ border-radius: 50%;
62
+ display: flex; align-items: center; justify-content: center;
63
+ font-weight: 700;
64
+ font-size: 44px;
65
+ color: #fff;
66
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
67
+ position: relative;
68
+ }
69
+ .app .label {
70
+ font-size: 29px;
71
+ color: #efefef;
72
+ text-shadow: 0 1px 2px rgba(0,0,0,0.5);
73
+ white-space: nowrap;
74
+ overflow: hidden;
75
+ text-overflow: ellipsis;
76
+ }
77
+ .notif-dot {
78
+ position: absolute;
79
+ right: 10px;
80
+ top: 10px;
81
+ width: 22px; height: 22px; border-radius: 50%;
82
+ background: #d5a5ff; border: 3px solid rgba(255,255,255,0.85);
83
+ }
84
+
85
+ /* Dock */
86
+ .dock {
87
+ position: absolute;
88
+ left: 80px; right: 80px;
89
+ bottom: 360px;
90
+ display: flex;
91
+ justify-content: space-between;
92
+ align-items: center;
93
+ }
94
+ .dock .dock-icon {
95
+ width: 132px;
96
+ height: 132px;
97
+ background: #fff;
98
+ border-radius: 50%;
99
+ display: flex; align-items: center; justify-content: center;
100
+ box-shadow: 0 10px 20px rgba(0,0,0,0.4);
101
+ }
102
+
103
+ /* Search pill */
104
+ .search-pill {
105
+ position: absolute;
106
+ left: 56px;
107
+ right: 56px;
108
+ bottom: 210px;
109
+ height: 120px;
110
+ background: #3a3a3a;
111
+ border-radius: 60px;
112
+ display: flex;
113
+ align-items: center;
114
+ padding: 0 34px;
115
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 8px 20px rgba(0,0,0,0.45);
116
+ }
117
+ .search-pill .g {
118
+ width: 64px; height: 64px;
119
+ border-radius: 50%;
120
+ background: #fff;
121
+ display: flex; align-items: center; justify-content: center;
122
+ font-weight: 800; font-size: 34px;
123
+ color: #1a73e8;
124
+ margin-right: 22px;
125
+ }
126
+ .search-placeholder {
127
+ color: #cfcfcf;
128
+ font-size: 34px;
129
+ opacity: 0.9;
130
+ }
131
+ .search-actions {
132
+ margin-left: auto;
133
+ display: flex; align-items: center; gap: 26px;
134
+ }
135
+ .search-action {
136
+ width: 56px; height: 56px; border-radius: 50%;
137
+ background: rgba(255,255,255,0.12);
138
+ display: flex; align-items: center; justify-content: center;
139
+ }
140
+
141
+ /* Gesture bar */
142
+ .gesture {
143
+ position: absolute;
144
+ bottom: 120px;
145
+ left: 50%;
146
+ transform: translateX(-50%);
147
+ width: 300px; height: 10px;
148
+ border-radius: 8px;
149
+ background: rgba(255,255,255,0.85);
150
+ }
151
+
152
+ /* Simple utility icon backgrounds for app icons (colors approximating) */
153
+ .bg-teal { background: linear-gradient(135deg,#0fb8ad,#1fc8db); }
154
+ .bg-orange { background: linear-gradient(135deg,#ffb347,#ff7a28); }
155
+ .bg-red { background: linear-gradient(135deg,#ff6b6b,#d8334a); }
156
+ .bg-yellow { background: linear-gradient(135deg,#ffe65a,#f7b733); color:#2b2b2b; }
157
+ .bg-green { background: linear-gradient(135deg,#32d27a,#14a44d); }
158
+ .bg-blue { background: linear-gradient(135deg,#3a7bd5,#2b58c3); }
159
+ .bg-pink { background: linear-gradient(135deg,#ff9ac6,#ff6388); }
160
+ .bg-white { background: #ffffff; color:#d9252a; }
161
+ .bg-deep-red { background: linear-gradient(135deg,#e84a5f,#b41526); }
162
+
163
+ /* Tiny glyphs for app icons (very minimal) */
164
+ .utensils::before { content: "🍴"; font-size: 52px; }
165
+ .dot::before { content: "•"; font-size: 110px; line-height: 0; }
166
+ .waves::before {
167
+ content: "≈≈≈";
168
+ transform: translateY(-4px);
169
+ display: block; color: #2b2b2b; font-weight: 800; letter-spacing: 2px;
170
+ }
171
+ .kangaroo::before { content: "🛵"; font-size: 54px; }
172
+ .owl::before { content: "🦉"; font-size: 54px; }
173
+ .b-letter { font-size: 54px; font-weight: 800; }
174
+ .airbnb-a { font-size: 66px; font-weight: 800; }
175
+ .k-letter, .e-letter, .hm-letter, .rf-letter { font-size: 54px; font-weight: 800; }
176
+
177
+ /* Status tiny icons (SVG wrappers) */
178
+ .si { width: 34px; height: 34px; opacity: 0.9; }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status bar -->
185
+ <div class="status-bar">
186
+ <div class="status-left">
187
+ <div class="time">8:08</div>
188
+ </div>
189
+ <div class="status-center">•</div>
190
+ <div class="status-right">
191
+ <!-- Signal -->
192
+ <svg class="si" viewBox="0 0 24 24">
193
+ <rect x="2" y="14" width="3" height="8" fill="#fff"/>
194
+ <rect x="7" y="11" width="3" height="11" fill="#fff" opacity="0.8"/>
195
+ <rect x="12" y="8" width="3" height="14" fill="#fff" opacity="0.6"/>
196
+ <rect x="17" y="5" width="3" height="17" fill="#fff" opacity="0.4"/>
197
+ </svg>
198
+ <!-- Wi-Fi -->
199
+ <svg class="si" viewBox="0 0 24 24">
200
+ <path d="M2 9c5-5 15-5 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
201
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
202
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
203
+ <circle cx="12" cy="18" r="1.7" fill="#fff"/>
204
+ </svg>
205
+ <!-- Battery -->
206
+ <svg class="si" viewBox="0 0 28 24">
207
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
208
+ <rect x="3" y="7" width="14" height="10" fill="#fff"/>
209
+ <rect x="24" y="9" width="3" height="6" rx="1" fill="#fff"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- App icons grid -->
215
+ <div class="app-grid">
216
+ <!-- Row 1 -->
217
+ <div class="app">
218
+ <div class="icon bg-teal"><span class="b-letter">R</span></div>
219
+ <div class="label">Reminder</div>
220
+ </div>
221
+ <div class="app">
222
+ <div class="icon bg-orange utensils"></div>
223
+ <div class="label">All Recipes ...</div>
224
+ </div>
225
+ <div class="app">
226
+ <div class="icon bg-red dot"></div>
227
+ <div class="label">OpenTable</div>
228
+ </div>
229
+ <div class="app">
230
+ <div class="icon bg-yellow waves"></div>
231
+ <div class="label">Kitchen Sto...</div>
232
+ </div>
233
+
234
+ <!-- Row 2 -->
235
+ <div class="app">
236
+ <div class="icon bg-teal kangaroo"></div>
237
+ <div class="label">Deliveroo</div>
238
+ </div>
239
+ <div class="app">
240
+ <div class="icon bg-green owl"></div>
241
+ <div class="label">Duolingo</div>
242
+ </div>
243
+ <div class="app">
244
+ <div class="icon bg-blue"><span class="b-letter">B</span></div>
245
+ <div class="label">Booking.com</div>
246
+ </div>
247
+ <div class="app">
248
+ <div class="icon bg-pink"><span class="airbnb-a">A</span><span class="notif-dot"></span></div>
249
+ <div class="label">Airbnb</div>
250
+ </div>
251
+
252
+ <!-- Row 3 -->
253
+ <div class="app">
254
+ <div class="icon bg-orange"><span class="k-letter">K</span></div>
255
+ <div class="label">KAYAK</div>
256
+ </div>
257
+ <div class="app">
258
+ <div class="icon bg-yellow"><span class="e-letter">E</span></div>
259
+ <div class="label">Expedia</div>
260
+ </div>
261
+ <div class="app">
262
+ <div class="icon bg-white"><span class="hm-letter">H&amp;M</span></div>
263
+ <div class="label">H&amp;M</div>
264
+ </div>
265
+ <div class="app">
266
+ <div class="icon bg-deep-red"><span class="rf-letter">R</span></div>
267
+ <div class="label">Redfin</div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Dock icons -->
272
+ <div class="dock">
273
+ <div class="dock-icon">
274
+ <!-- Phone -->
275
+ <svg width="72" height="72" viewBox="0 0 24 24">
276
+ <path d="M6 2h4l1 5-3 2c1 2 3 4 5 5l2-3 5 1v4c0 1-1 2-2 2C11 19 5 13 4 8c0-1 1-2 2-2z" fill="#1a73e8"/>
277
+ </svg>
278
+ </div>
279
+ <div class="dock-icon">
280
+ <!-- Messages -->
281
+ <svg width="72" height="72" viewBox="0 0 24 24">
282
+ <path d="M3 4h18v12H7l-4 4V4z" fill="#3b82f6"/>
283
+ <circle cx="9" cy="10" r="1.4" fill="#fff"/><circle cx="13" cy="10" r="1.4" fill="#fff"/><circle cx="17" cy="10" r="1.4" fill="#fff"/>
284
+ </svg>
285
+ </div>
286
+ <div class="dock-icon">
287
+ <!-- Chrome -->
288
+ <svg width="72" height="72" viewBox="0 0 24 24">
289
+ <circle cx="12" cy="12" r="9.5" fill="#fbbc05"/>
290
+ <path d="M21 12a9 9 0 0 0-16.3-4h9.1" fill="#ea4335"/>
291
+ <path d="M3.7 8A9 9 0 0 0 12 21l4.5-7.8" fill="#34a853"/>
292
+ <circle cx="12" cy="12" r="4" fill="#1a73e8"/>
293
+ </svg>
294
+ </div>
295
+ <div class="dock-icon">
296
+ <!-- Camera -->
297
+ <svg width="72" height="72" viewBox="0 0 24 24">
298
+ <path d="M4 7h4l2-2h4l2 2h4v12H4z" fill="#616161"/>
299
+ <circle cx="12" cy="13" r="4" fill="#90caf9"/>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Search bar -->
305
+ <div class="search-pill">
306
+ <div class="g">G</div>
307
+ <div class="search-placeholder">Search…</div>
308
+ <div class="search-actions">
309
+ <div class="search-action">
310
+ <!-- Microphone -->
311
+ <svg width="28" height="28" viewBox="0 0 24 24">
312
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#4caf50"/>
313
+ <path d="M5 11a7 7 0 0 0 14 0" fill="none" stroke="#fff" stroke-width="2"/>
314
+ <rect x="11" y="17" width="2" height="4" fill="#fff"/>
315
+ <rect x="9" y="21" width="6" height="1.8" fill="#fff"/>
316
+ </svg>
317
+ </div>
318
+ <div class="search-action">
319
+ <!-- Lens/Camera -->
320
+ <svg width="28" height="28" viewBox="0 0 24 24">
321
+ <rect x="4" y="6" width="16" height="12" rx="3" fill="#1a73e8"/>
322
+ <circle cx="12" cy="12" r="4" fill="#fff"/>
323
+ </svg>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Gesture bar -->
329
+ <div class="gesture"></div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/15669/15669_1.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Map Search 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
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #2b2b2b;
25
+ font-size: 42px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 24px;
31
+ }
32
+ .status-dot {
33
+ width: 14px; height: 14px; background:#666; border-radius: 50%;
34
+ }
35
+ .icon-small { width: 42px; height: 42px; }
36
+
37
+ /* Search section */
38
+ .search-wrap {
39
+ padding: 12px 36px 0 36px;
40
+ }
41
+ .search-bar {
42
+ height: 120px;
43
+ background: #F2F2F2;
44
+ border-radius: 30px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 28px;
48
+ gap: 22px;
49
+ color: #8b8b8b;
50
+ font-size: 40px;
51
+ }
52
+ .search-spacer {
53
+ flex: 1;
54
+ }
55
+
56
+ /* Action row */
57
+ .action-row {
58
+ padding: 22px 36px 16px 36px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ gap: 24px;
63
+ }
64
+ .btn-outline {
65
+ border: 3px solid #000;
66
+ background: #fff;
67
+ height: 100px;
68
+ border-radius: 22px;
69
+ padding: 0 34px;
70
+ font-size: 40px;
71
+ font-weight: 600;
72
+ display: inline-flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ }
76
+ .btn-red {
77
+ background: #D32F2F;
78
+ color: #fff;
79
+ height: 100px;
80
+ border-radius: 20px;
81
+ padding: 0 36px;
82
+ font-size: 40px;
83
+ font-weight: 700;
84
+ display: inline-flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
88
+ }
89
+
90
+ /* Map area */
91
+ .map-area {
92
+ position: absolute;
93
+ left: 0; right: 0;
94
+ top: 380px; /* below search and buttons */
95
+ bottom: 220px; /* above bottom nav */
96
+ }
97
+ .map-placeholder {
98
+ position: absolute;
99
+ inset: 0;
100
+ background: #E0E0E0;
101
+ border-top: 1px solid #BDBDBD;
102
+ border-bottom: 1px solid #BDBDBD;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ color: #757575;
107
+ font-size: 46px;
108
+ letter-spacing: 0.3px;
109
+ }
110
+ .google-watermark {
111
+ position: absolute;
112
+ left: 28px;
113
+ bottom: 28px;
114
+ color: #5a5a5a;
115
+ font-size: 36px;
116
+ }
117
+
118
+ /* Floating tool cards */
119
+ .tools {
120
+ position: absolute;
121
+ right: 28px;
122
+ bottom: 380px;
123
+ display: flex;
124
+ flex-direction: column;
125
+ gap: 28px;
126
+ }
127
+ .tool-card {
128
+ width: 180px;
129
+ height: 150px;
130
+ background: #fff;
131
+ border-radius: 26px;
132
+ box-shadow: 0 8px 18px rgba(0,0,0,0.18);
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ flex-direction: column;
137
+ gap: 10px;
138
+ color: #444;
139
+ font-size: 36px;
140
+ font-weight: 600;
141
+ }
142
+ .tool-card svg { width: 56px; height: 56px; fill: #444; }
143
+
144
+ /* Bottom navigation */
145
+ .bottom-nav {
146
+ position: absolute;
147
+ left: 0; right: 0; bottom: 0;
148
+ height: 220px;
149
+ background: #fff;
150
+ border-top: 1px solid #E3E3E3;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: space-around;
154
+ padding-bottom: 6px;
155
+ }
156
+ .nav-item {
157
+ width: 20%;
158
+ display: flex;
159
+ flex-direction: column;
160
+ align-items: center;
161
+ gap: 18px;
162
+ color: #777;
163
+ font-size: 34px;
164
+ }
165
+ .nav-item svg { width: 54px; height: 54px; fill: #777; }
166
+ .nav-item.active { color: #D32F2F; font-weight: 700; }
167
+ .nav-item.active svg { fill: #D32F2F; }
168
+ .icon-bubble {
169
+ width: 112px; height: 112px;
170
+ background: #fde9ea;
171
+ border-radius: 50%;
172
+ display: flex; align-items: center; justify-content: center;
173
+ }
174
+
175
+ /* Home indicator (gesture bar) */
176
+ .gesture-bar {
177
+ position: absolute;
178
+ bottom: 230px;
179
+ left: 50%;
180
+ transform: translateX(-50%);
181
+ width: 360px;
182
+ height: 12px;
183
+ background: #C8C8C8;
184
+ border-radius: 8px;
185
+ opacity: 0.9;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Status Bar -->
193
+ <div class="status-bar">
194
+ <div>8:09</div>
195
+ <div class="status-icons">
196
+ <!-- simple small icons -->
197
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M3 12l4-4 4 4-4 4-4-4z"/></svg>
198
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6h6v-2h-4V7z"/></svg>
199
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M3 3h18v4H3zM3 10h18v4H3zM3 17h18v4H3z"/></svg>
200
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M12 12c2.2 0 4-1.8 4-4S14.2 4 12 4 8 5.8 8 8s1.8 4 4 4zm0 2c-3.3 0-10 1.7-10 5v1h20v-1c0-3.3-6.7-5-10-5z"/></svg>
201
+ <div class="status-dot"></div>
202
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M7 20h10l2-10H5l2 10zm0-14h10V4H7v2z"/></svg>
203
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M21 7L9 19l-6-6 1.5-1.5L9 16l10.5-10.5z"/></svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Search -->
208
+ <div class="search-wrap">
209
+ <div class="search-bar">
210
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#888" d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>
211
+ <div>City, Address, School, Building, ZIP</div>
212
+ <div class="search-spacer"></div>
213
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#777" d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Action row -->
218
+ <div class="action-row">
219
+ <div class="btn-outline">Filters • 1</div>
220
+ <div class="btn-red">Save Search</div>
221
+ </div>
222
+
223
+ <!-- Map area with floating tools -->
224
+ <div class="map-area">
225
+ <div class="map-placeholder">[IMG: Map of New York with listing clusters]</div>
226
+
227
+ <div class="tools">
228
+ <div class="tool-card">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 2a8 8 0 018 8h-2a6 6 0 00-6-6V4zm0 8a6 6 0 01-6 6H4a8 8 0 008-8v2z"/>
231
+ </svg>
232
+ <div>View</div>
233
+ </div>
234
+ <div class="tool-card">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M3 3h8v2H5v6H3V3zm10 0h8v8h-2V5h-6V3zM3 13h2v6h6v2H3v-8zm16 0h2v8h-8v-2h6v-6zM9 9l6 6-2 1-1 2-6-6 2-1 1-2z"/>
237
+ </svg>
238
+ <div>Draw</div>
239
+ </div>
240
+ <div class="tool-card">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M12 2l4 9-9 4 3-3 2 6 4-16z"/>
243
+ </svg>
244
+ <div>Nearby</div>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="google-watermark">Google</div>
249
+ </div>
250
+
251
+ <!-- Gesture bar -->
252
+ <div class="gesture-bar"></div>
253
+
254
+ <!-- Bottom navigation -->
255
+ <div class="bottom-nav">
256
+ <div class="nav-item active">
257
+ <div class="icon-bubble">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 0016 9.5 6.5 6.5 0 109.5 16c1.7 0 3.3-.6 4.4-1.7l.3.3v.9L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/>
260
+ </svg>
261
+ </div>
262
+ <div>Find Homes</div>
263
+ </div>
264
+ <div class="nav-item">
265
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v2H3V4zm0 4h10v6H3V8zm0 8h18v2H3v-2zm12-8h6v6h-6V8z"/></svg>
266
+ <div>Feed</div>
267
+ </div>
268
+ <div class="nav-item">
269
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-7-10a4 4 0 014-4c1.6 0 2.6.8 3 1.7.4-.9 1.4-1.7 3-1.7a4 4 0 014 4c0 5.4-7 10-7 10z"/></svg>
270
+ <div>Favorites</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10a2 2 0 01-2 2h-4v-6H9v6H5a2 2 0 01-2-2V10z"/></svg>
274
+ <div>My Home</div>
275
+ </div>
276
+ <div class="nav-item">
277
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/></svg>
278
+ <div>My Redfin</div>
279
+ </div>
280
+ </div>
281
+
282
+ </div>
283
+ </body>
284
+ </html>
code/15669/15669_2.html ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; font-family: Roboto, Arial, sans-serif; color:#222;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:110px;
16
+ padding:0 40px; display:flex; align-items:center; justify-content:space-between;
17
+ color:#505050; font-size:42px;
18
+ }
19
+ .status-right { display:flex; align-items:center; gap:28px; }
20
+ .status-icon { width:46px; height:46px; }
21
+
22
+ /* App bar with search */
23
+ .appbar {
24
+ position:absolute; top:110px; left:0; width:100%; height:150px;
25
+ display:flex; align-items:center; padding:0 32px 0 24px;
26
+ border-bottom:1px solid #eaeaea;
27
+ }
28
+ .back-btn { width:84px; height:84px; display:flex; align-items:center; justify-content:center; }
29
+ .search-placeholder {
30
+ margin-left:8px; font-size:48px; color:#777; letter-spacing:0.2px;
31
+ }
32
+
33
+ /* Tabs */
34
+ .tabs {
35
+ position:absolute; top:260px; left:0; width:100%; height:130px;
36
+ display:flex; align-items:center; justify-content:center; gap:30px;
37
+ background:#fff;
38
+ }
39
+ .tab {
40
+ min-width:280px; height:86px; border-radius:40px;
41
+ display:flex; align-items:center; justify-content:center;
42
+ font-size:40px; color:#666; background:#efefef;
43
+ }
44
+ .tab.active {
45
+ background:#fff; color:#333; box-shadow:0 3px 10px rgba(0,0,0,0.1);
46
+ border:1px solid #e3e3e3;
47
+ }
48
+
49
+ /* Saved searches section */
50
+ .section {
51
+ position:absolute; top:410px; left:0; width:100%; padding:0 40px;
52
+ }
53
+ .section-header {
54
+ display:flex; align-items:center; gap:20px; color:#8a8a8a;
55
+ font-size:34px; letter-spacing:1px;
56
+ }
57
+ .search-item {
58
+ margin-top:28px; padding:22px 0 32px 84px; position:relative;
59
+ border-bottom:1px solid #ededed;
60
+ }
61
+ .search-item .title { font-size:56px; color:#444; }
62
+ .search-item .sub { font-size:40px; color:#8a8a8a; margin-top:8px; }
63
+ .search-item .icon {
64
+ position:absolute; left:0; top:12px; width:64px; height:64px;
65
+ display:flex; align-items:center; justify-content:center;
66
+ }
67
+
68
+ /* Keyboard (approximate rendering) */
69
+ .keyboard {
70
+ position:absolute; left:0; bottom:0; width:100%; height:880px;
71
+ background:#1e1f23; color:#e9e9e9; border-top:2px solid #2a2b30;
72
+ }
73
+ .kb-top {
74
+ height:120px; display:flex; align-items:center; justify-content:space-around;
75
+ padding:0 40px; color:#cfcfcf; font-size:36px;
76
+ }
77
+ .kb-key-row { display:flex; justify-content:center; gap:18px; margin-top:24px; }
78
+ .kb-key {
79
+ width:90px; height:120px; background:#2b2d32; border-radius:18px;
80
+ display:flex; align-items:center; justify-content:center; font-size:44px;
81
+ }
82
+ .kb-key.wide { width:160px; }
83
+ .kb-bottom {
84
+ position:absolute; bottom:48px; left:40px; right:40px;
85
+ display:flex; align-items:center; justify-content:space-between;
86
+ }
87
+ .kb-pill {
88
+ width:140px; height:120px; background:#2b2d32; border-radius:28px;
89
+ display:flex; align-items:center; justify-content:center; color:#d3d3d8; font-size:40px;
90
+ }
91
+ .kb-space { flex:1; height:120px; margin:0 18px; background:#2b2d32; border-radius:28px; }
92
+ .kb-search {
93
+ width:140px; height:120px; background:#cbd0ff; color:#1b1b1b; border-radius:28px;
94
+ display:flex; align-items:center; justify-content:center; font-size:42px;
95
+ }
96
+ /* Home indicator */
97
+ .home-indicator {
98
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
99
+ width:320px; height:10px; border-radius:6px; background:#e6e6e6; opacity:0.9;
100
+ }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Status bar -->
107
+ <div class="status-bar">
108
+ <div>8:10</div>
109
+ <div class="status-right">
110
+ <!-- Simple status icons -->
111
+ <svg class="status-icon" viewBox="0 0 24 24">
112
+ <circle cx="12" cy="12" r="9" fill="#808080"/>
113
+ </svg>
114
+ <svg class="status-icon" viewBox="0 0 24 24">
115
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#808080"/>
116
+ </svg>
117
+ <svg class="status-icon" viewBox="0 0 24 24">
118
+ <rect x="6" y="4" width="12" height="16" rx="2" fill="#808080"/>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- App bar with search placeholder -->
124
+ <div class="appbar">
125
+ <div class="back-btn">
126
+ <svg width="60" height="60" viewBox="0 0 24 24">
127
+ <path d="M14 5 L7 12 L14 19" stroke="#555" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
128
+ <path d="M7 12 H21" stroke="#555" stroke-width="2.5" fill="none" stroke-linecap="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="search-placeholder">City, Address, School, Building, ZIP</div>
132
+ </div>
133
+
134
+ <!-- Tabs -->
135
+ <div class="tabs">
136
+ <div class="tab">For Sale</div>
137
+ <div class="tab active">For Rent</div>
138
+ <div class="tab">Sold</div>
139
+ </div>
140
+
141
+ <!-- Saved searches -->
142
+ <div class="section">
143
+ <div class="section-header">
144
+ <svg width="40" height="40" viewBox="0 0 24 24">
145
+ <circle cx="10" cy="10" r="7" stroke="#8a8a8a" stroke-width="2" fill="none"/>
146
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#8a8a8a" stroke-width="2" />
147
+ </svg>
148
+ <div>SAVED SEARCHES</div>
149
+ </div>
150
+
151
+ <div class="search-item">
152
+ <div class="icon">
153
+ <svg width="64" height="64" viewBox="0 0 24 24">
154
+ <circle cx="10" cy="10" r="7" stroke="#9c9c9c" stroke-width="2" fill="none"/>
155
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#9c9c9c" stroke-width="2" />
156
+ </svg>
157
+ </div>
158
+ <div class="title">New York - 1+ beds</div>
159
+ <div class="sub">New York, NY</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Large whitespace area to match screenshot -->
164
+ <!-- Keyboard -->
165
+ <div class="keyboard">
166
+ <div class="kb-top">
167
+ <div>◧</div>
168
+ <div>🙂</div>
169
+ <div>GIF</div>
170
+ <div>⚙</div>
171
+ <div>Gᵗʳ</div>
172
+ <div>🎨</div>
173
+ <div>🎤</div>
174
+ </div>
175
+
176
+ <div class="kb-key-row">
177
+ <div class="kb-key">q</div><div class="kb-key">w</div><div class="kb-key">e</div><div class="kb-key">r</div><div class="kb-key">t</div>
178
+ <div class="kb-key">y</div><div class="kb-key">u</div><div class="kb-key">i</div><div class="kb-key">o</div><div class="kb-key">p</div>
179
+ </div>
180
+ <div class="kb-key-row">
181
+ <div class="kb-key">a</div><div class="kb-key">s</div><div class="kb-key">d</div><div class="kb-key">f</div><div class="kb-key">g</div>
182
+ <div class="kb-key">h</div><div class="kb-key">j</div><div class="kb-key">k</div><div class="kb-key">l</div>
183
+ <div class="kb-key wide">⌫</div>
184
+ </div>
185
+ <div class="kb-key-row">
186
+ <div class="kb-key wide">⇧</div>
187
+ <div class="kb-key">z</div><div class="kb-key">x</div><div class="kb-key">c</div><div class="kb-key">v</div><div class="kb-key">b</div>
188
+ <div class="kb-key">n</div><div class="kb-key">m</div>
189
+ <div class="kb-key">.</div>
190
+ </div>
191
+
192
+ <div class="kb-bottom">
193
+ <div class="kb-pill">?123</div>
194
+ <div class="kb-pill">,</div>
195
+ <div class="kb-pill">🙂</div>
196
+ <div class="kb-space"></div>
197
+ <div class="kb-pill">.</div>
198
+ <div class="kb-search">
199
+ <svg width="44" height="44" viewBox="0 0 24 24">
200
+ <circle cx="10" cy="10" r="7" stroke="#1b1b1b" stroke-width="2" fill="none"/>
201
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#1b1b1b" stroke-width="2"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="home-indicator"></div>
208
+ </div>
209
+ </body>
210
+ </html>
code/15669/15669_3.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px;
17
+ padding: 0 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #333;
22
+ font-size: 32px;
23
+ letter-spacing: 0.2px;
24
+ }
25
+ .status-icons {
26
+ display: flex; align-items: center; gap: 22px;
27
+ }
28
+ .icon-dot { width: 14px; height: 14px; background:#666; border-radius: 50%; }
29
+ .battery {
30
+ width: 44px; height: 22px; border: 2px solid #666; border-radius: 4px; position: relative;
31
+ }
32
+ .battery::after {
33
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background:#666; border-radius: 1px;
34
+ }
35
+ .battery .level { width: 26px; height: 14px; background:#666; margin: 3px; }
36
+
37
+ /* Search bar */
38
+ .search-header {
39
+ height: 120px;
40
+ border-bottom: 1px solid #E6E6E6;
41
+ display: flex; align-items: center;
42
+ padding: 0 24px;
43
+ }
44
+ .back-btn {
45
+ width: 84px; height: 84px; display:flex; align-items:center; justify-content:center; margin-right: 8px;
46
+ }
47
+ .search-input {
48
+ flex: 1;
49
+ font-size: 44px;
50
+ color: #9E9E9E;
51
+ }
52
+ .caret {
53
+ color: #1F1F1F;
54
+ margin-right: 10px;
55
+ }
56
+
57
+ /* Tabs */
58
+ .tabs {
59
+ height: 128px; display:flex; align-items:center; justify-content:center; gap: 24px;
60
+ background: #FFFFFF;
61
+ }
62
+ .tab {
63
+ width: 280px; height: 88px; border-radius: 44px;
64
+ display:flex; align-items:center; justify-content:center;
65
+ font-size: 34px; color:#555; background:#EFEFEF;
66
+ }
67
+ .tab.active {
68
+ background:#FFFFFF; color:#333;
69
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
70
+ border: 1px solid #E0E0E0;
71
+ }
72
+
73
+ /* Saved searches section */
74
+ .section {
75
+ padding: 18px 36px;
76
+ }
77
+ .section-title {
78
+ display:flex; align-items:center; gap: 16px;
79
+ color:#8A8A8A; font-size: 28px; letter-spacing: 1px;
80
+ text-transform: uppercase;
81
+ margin-top: 8px;
82
+ }
83
+ .list-item {
84
+ margin-top: 28px;
85
+ padding-bottom: 28px;
86
+ border-bottom: 1px solid #EEEEEE;
87
+ }
88
+ .item-title { font-size: 48px; color:#3B3B3B; }
89
+ .item-subtitle { font-size: 36px; color:#9E9E9E; margin-top: 8px; }
90
+
91
+ /* Keyboard mock */
92
+ .keyboard {
93
+ position: absolute; left: 0; bottom: 0;
94
+ width: 1080px; height: 900px;
95
+ background: #121212; color: #FFFFFF;
96
+ border-top: 1px solid #2A2A2A;
97
+ }
98
+ .kb-top {
99
+ height: 120px; display:flex; align-items:center; justify-content:space-between;
100
+ padding: 0 28px;
101
+ }
102
+ .kb-top .tool {
103
+ width: 90px; height: 90px; border-radius: 22px; background:#1E1E1E; border:1px solid #2E2E2E;
104
+ display:flex; align-items:center; justify-content:center; color:#D0D0D0; font-size:28px;
105
+ }
106
+ .kb-rows { padding: 0 18px; }
107
+ .kb-row {
108
+ display:flex; justify-content:center; gap: 18px; margin: 18px 0;
109
+ }
110
+ .key {
111
+ width: 88px; height: 110px;
112
+ border-radius: 20px; background:#1E1E1E; border:1px solid #2E2E2E;
113
+ display:flex; align-items:center; justify-content:center;
114
+ font-size: 42px; color:#FFFFFF;
115
+ }
116
+ .key.wide { width: 140px; }
117
+ .key.space { flex: 1; }
118
+ .key.pill {
119
+ width: 140px; height: 110px; border-radius: 24px;
120
+ background:#D7DAF7; color:#222; border-color:#C7CBEF;
121
+ }
122
+ .white-handle {
123
+ position: absolute; bottom: 16px; left: 50%;
124
+ width: 300px; height: 10px; border-radius: 6px; background:#F5F5F5;
125
+ transform: translateX(-50%);
126
+ opacity: 0.85;
127
+ }
128
+
129
+ /* Simple inline icon containers */
130
+ .svg-icon { width: 48px; height: 48px; }
131
+ .svg-icon.small { width: 40px; height: 40px; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+ <!-- Status bar -->
137
+ <div class="status-bar">
138
+ <div>8:10</div>
139
+ <div class="status-icons">
140
+ <div class="icon-dot"></div>
141
+ <div class="icon-dot"></div>
142
+ <div class="icon-dot"></div>
143
+ <div class="battery"><div class="level"></div></div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Search header -->
148
+ <div class="search-header">
149
+ <div class="back-btn">
150
+ <svg class="svg-icon" viewBox="0 0 24 24">
151
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ </div>
154
+ <div class="search-input">
155
+ <span class="caret">|</span>City, Address, School, Building, ZIP
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Tabs -->
160
+ <div class="tabs">
161
+ <div class="tab">For Sale</div>
162
+ <div class="tab active">For Rent</div>
163
+ <div class="tab">Sold</div>
164
+ </div>
165
+
166
+ <!-- Saved searches -->
167
+ <div class="section">
168
+ <div class="section-title">
169
+ <svg class="svg-icon small" viewBox="0 0 24 24">
170
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#8A8A8A" stroke-width="2"/>
171
+ <path d="M14.5 14.5L20 20" stroke="#8A8A8A" stroke-width="2" stroke-linecap="round"/>
172
+ </svg>
173
+ <span>SAVED SEARCHES</span>
174
+ </div>
175
+
176
+ <div class="list-item">
177
+ <div class="item-title">New York - 1+ beds</div>
178
+ <div class="item-subtitle">New York, NY</div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Keyboard mock -->
183
+ <div class="keyboard">
184
+ <div class="kb-top">
185
+ <div class="tool">◧</div>
186
+ <div class="tool">☺</div>
187
+ <div class="tool">GIF</div>
188
+ <div class="tool">⚙</div>
189
+ <div class="tool">G✎</div>
190
+ <div class="tool">🎨</div>
191
+ <div class="tool">🎤</div>
192
+ </div>
193
+ <div class="kb-rows">
194
+ <div class="kb-row">
195
+ <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>
196
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
197
+ </div>
198
+ <div class="kb-row">
199
+ <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>
200
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
201
+ </div>
202
+ <div class="kb-row">
203
+ <div class="key wide">↑</div>
204
+ <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>
205
+ <div class="key">n</div><div class="key">m</div>
206
+ <div class="key wide">⌫</div>
207
+ </div>
208
+ <div class="kb-row">
209
+ <div class="key wide">?123</div>
210
+ <div class="key">,</div>
211
+ <div class="key wide">☺</div>
212
+ <div class="key space"></div>
213
+ <div class="key">.</div>
214
+ <div class="key pill">
215
+ <svg viewBox="0 0 24 24" style="width:40px;height:40px;">
216
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#333" stroke-width="2"></circle>
217
+ <path d="M14.5 14.5L20 20" stroke="#333" stroke-width="2" stroke-linecap="round"></path>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div class="white-handle"></div>
223
+ </div>
224
+ </div>
225
+ </body>
226
+ </html>
code/15669/15669_5.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 16px;
22
+ left: 24px;
23
+ right: 24px;
24
+ height: 60px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #555;
29
+ font-size: 30px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ gap: 26px;
34
+ align-items: center;
35
+ }
36
+ .status-icon {
37
+ width: 30px; height: 30px; background: #ddd; border-radius: 50%;
38
+ }
39
+ /* Search area */
40
+ .top-controls {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 36px;
44
+ right: 36px;
45
+ }
46
+ .search-row {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 24px;
50
+ }
51
+ .search-box {
52
+ flex: 1;
53
+ height: 120px;
54
+ background: #f2f2f2;
55
+ border-radius: 30px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 36px;
59
+ box-sizing: border-box;
60
+ }
61
+ .search-box span {
62
+ font-size: 40px;
63
+ color: #777;
64
+ margin-left: 24px;
65
+ }
66
+ .icon-btn {
67
+ width: 120px;
68
+ height: 120px;
69
+ border-radius: 24px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .menu-icon {
75
+ background: #ffffff;
76
+ border: 1px solid #ddd;
77
+ }
78
+ .filters-row {
79
+ margin-top: 36px;
80
+ display: flex;
81
+ justify-content: space-between;
82
+ align-items: center;
83
+ }
84
+ .filters-btn {
85
+ height: 100px;
86
+ padding: 0 40px;
87
+ border: 3px solid #222;
88
+ border-radius: 24px;
89
+ font-size: 40px;
90
+ background: #fff;
91
+ }
92
+ .save-btn {
93
+ height: 100px;
94
+ padding: 0 48px;
95
+ background: #d32f2f;
96
+ color: #fff;
97
+ border: none;
98
+ border-radius: 24px;
99
+ font-size: 40px;
100
+ font-weight: bold;
101
+ }
102
+ /* Map area */
103
+ .map-area {
104
+ position: absolute;
105
+ left: 0;
106
+ right: 0;
107
+ top: 360px;
108
+ bottom: 240px;
109
+ padding-top: 10px;
110
+ }
111
+ .map-placeholder {
112
+ margin: 0 0;
113
+ width: 1080px;
114
+ height: 1700px;
115
+ background: #E0E0E0;
116
+ border: 1px solid #BDBDBD;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #757575;
121
+ font-size: 42px;
122
+ }
123
+ .google-watermark {
124
+ position: absolute;
125
+ bottom: 220px;
126
+ left: 24px;
127
+ font-size: 36px;
128
+ color: #4285f4;
129
+ }
130
+ /* Floating actions */
131
+ .float-actions {
132
+ position: absolute;
133
+ right: 24px;
134
+ top: 660px;
135
+ display: flex;
136
+ flex-direction: column;
137
+ gap: 28px;
138
+ }
139
+ .float-card {
140
+ width: 160px;
141
+ height: 160px;
142
+ background: #fff;
143
+ border-radius: 26px;
144
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
145
+ display: flex;
146
+ flex-direction: column;
147
+ align-items: center;
148
+ justify-content: center;
149
+ gap: 14px;
150
+ color: #333;
151
+ font-size: 36px;
152
+ }
153
+ .round-search {
154
+ position: absolute;
155
+ right: 120px;
156
+ bottom: 460px;
157
+ width: 120px; height: 120px;
158
+ background: #111;
159
+ border-radius: 60px;
160
+ display: flex; align-items: center; justify-content: center;
161
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
162
+ }
163
+ /* Bottom nav */
164
+ .bottom-nav {
165
+ position: absolute;
166
+ left: 0;
167
+ right: 0;
168
+ bottom: 0;
169
+ height: 220px;
170
+ background: #fff;
171
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
172
+ display: flex;
173
+ justify-content: space-around;
174
+ align-items: center;
175
+ }
176
+ .nav-item {
177
+ width: 180px;
178
+ height: 160px;
179
+ text-align: center;
180
+ color: #777;
181
+ font-size: 34px;
182
+ }
183
+ .nav-item .label {
184
+ margin-top: 10px;
185
+ }
186
+ .nav-item.active { color: #d32f2f; }
187
+ svg { display: block; }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+ <!-- Status bar -->
193
+ <div class="status-bar">
194
+ <div>8:11</div>
195
+ <div class="status-right">
196
+ <div class="status-icon"></div>
197
+ <div class="status-icon"></div>
198
+ <div class="status-icon"></div>
199
+ <div class="status-icon"></div>
200
+ <div class="status-icon"></div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Top controls -->
205
+ <div class="top-controls">
206
+ <div class="search-row">
207
+ <div class="search-box">
208
+ <!-- search icon -->
209
+ <svg width="54" height="54" viewBox="0 0 24 24">
210
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"></circle>
211
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#777" stroke-width="2" stroke-linecap="round"></line>
212
+ </svg>
213
+ <span>New York</span>
214
+ </div>
215
+ <div class="icon-btn menu-icon">
216
+ <!-- hamburger -->
217
+ <svg width="48" height="48" viewBox="0 0 24 24">
218
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
219
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
220
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ <div class="filters-row">
225
+ <button class="filters-btn">Filters • 1</button>
226
+ <button class="save-btn">Save Search</button>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Map area -->
231
+ <div class="map-area">
232
+ <div class="map-placeholder">[IMG: Google Map - New York area]</div>
233
+
234
+ <!-- Floating action cards -->
235
+ <div class="float-actions">
236
+ <div class="float-card">
237
+ <svg width="48" height="48" viewBox="0 0 24 24">
238
+ <circle cx="12" cy="12" r="9" stroke="#333" stroke-width="2" fill="none"></circle>
239
+ <line x1="3" y1="12" x2="21" y2="12" stroke="#333" stroke-width="2"></line>
240
+ <line x1="12" y1="3" x2="12" y2="21" stroke="#333" stroke-width="2"></line>
241
+ </svg>
242
+ <div>View</div>
243
+ </div>
244
+ <div class="float-card">
245
+ <svg width="48" height="48" viewBox="0 0 24 24">
246
+ <path d="M5 16c3-6 5-6 8-3" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
247
+ <path d="M13 13l3 5" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
248
+ </svg>
249
+ <div>Draw</div>
250
+ </div>
251
+ <div class="float-card">
252
+ <svg width="48" height="48" viewBox="0 0 24 24">
253
+ <path d="M3 11l18-8-8 18-3-7-7-3z" stroke="#333" stroke-width="2" fill="none" stroke-linejoin="round"></path>
254
+ </svg>
255
+ <div>Nearby</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Round search this area -->
260
+ <div class="round-search">
261
+ <svg width="60" height="60" viewBox="0 0 24 24">
262
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"></circle>
263
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#fff" stroke-width="2" stroke-linecap="round"></line>
264
+ </svg>
265
+ </div>
266
+
267
+ <div class="google-watermark">Google</div>
268
+ </div>
269
+
270
+ <!-- Bottom navigation -->
271
+ <div class="bottom-nav">
272
+ <div class="nav-item active">
273
+ <svg width="60" height="60" viewBox="0 0 24 24">
274
+ <circle cx="10" cy="10" r="6" stroke="#d32f2f" stroke-width="2" fill="none"></circle>
275
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#d32f2f" stroke-width="2" stroke-linecap="round"></line>
276
+ </svg>
277
+ <div class="label">Find Homes</div>
278
+ </div>
279
+ <div class="nav-item">
280
+ <svg width="60" height="60" viewBox="0 0 24 24">
281
+ <rect x="4" y="5" width="16" height="14" rx="2" ry="2" stroke="#777" stroke-width="2" fill="none"></rect>
282
+ <line x1="7" y1="9" x2="17" y2="9" stroke="#777" stroke-width="2"></line>
283
+ <line x1="7" y1="13" x2="17" y2="13" stroke="#777" stroke-width="2"></line>
284
+ </svg>
285
+ <div class="label">Feed</div>
286
+ </div>
287
+ <div class="nav-item">
288
+ <svg width="60" height="60" viewBox="0 0 24 24">
289
+ <path d="M12 21s-7-4.4-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.6-7 10-11 10z" stroke="#777" stroke-width="2" fill="none"></path>
290
+ </svg>
291
+ <div class="label">Favorites</div>
292
+ </div>
293
+ <div class="nav-item">
294
+ <svg width="60" height="60" viewBox="0 0 24 24">
295
+ <path d="M3 11l9-7 9 7v9H3z" stroke="#777" stroke-width="2" fill="none"></path>
296
+ <rect x="9" y="14" width="6" height="6" stroke="#777" stroke-width="2" fill="none"></rect>
297
+ </svg>
298
+ <div class="label">My Home</div>
299
+ </div>
300
+ <div class="nav-item">
301
+ <svg width="60" height="60" viewBox="0 0 24 24">
302
+ <circle cx="12" cy="8" r="4" stroke="#777" stroke-width="2" fill="none"></circle>
303
+ <path d="M4 20c2-4 6-6 8-6s6 2 8 6" stroke="#777" stroke-width="2" fill="none"></path>
304
+ </svg>
305
+ <div class="label">My Redfin</div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </body>
310
+ </html>
code/15669/15669_6.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; border-radius: 24px; box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
12
+ color: #222;
13
+ }
14
+
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height: 96px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
18
+ color: #616161; font-size: 36px;
19
+ }
20
+ .status-right { display: flex; gap: 24px; align-items: center; }
21
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #616161; stroke-width: 3; }
22
+
23
+ /* Search area */
24
+ .search-area { padding: 16px 24px 8px 24px; }
25
+ .search-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
26
+ .search-field {
27
+ flex: 1; height: 112px; background: #F3F3F3; border-radius: 20px;
28
+ display: flex; align-items: center; padding: 0 24px; color: #757575;
29
+ }
30
+ .search-field .magnify { margin-right: 18px; }
31
+ .search-field .chip {
32
+ background: #EAEAEA; color: #333; border: 1px solid #D0D0D0; border-radius: 18px;
33
+ padding: 14px 22px; font-size: 34px; margin-right: 16px;
34
+ }
35
+ .search-placeholder { font-size: 34px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
36
+ .map-btn {
37
+ width: 88px; height: 88px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
38
+ color: #555;
39
+ }
40
+ .map-btn svg { width: 56px; height: 56px; stroke: #555; stroke-width: 3; fill: none; }
41
+
42
+ /* Filter buttons */
43
+ .controls { display: flex; gap: 24px; padding: 16px 24px; align-items: center; }
44
+ .btn {
45
+ height: 100px; padding: 0 36px; border-radius: 16px; font-size: 36px; font-weight: 600;
46
+ display: inline-flex; align-items: center; gap: 16px; cursor: default;
47
+ }
48
+ .btn.outline { border: 3px solid #1E1E1E; background: #FFF; color: #222; }
49
+ .btn.solid { background: #D32F2F; color: #FFF; border: none; margin-left: auto; }
50
+ .btn svg { width: 40px; height: 40px; stroke: #222; stroke-width: 3; fill: none; }
51
+ .separator { height: 20px; background: #F5F5F5; }
52
+
53
+ /* List title */
54
+ .list-title { font-size: 44px; font-weight: 700; padding: 24px; color: #333; }
55
+
56
+ /* Cards */
57
+ .card {
58
+ margin: 0 24px 24px 24px; background: #FFF; border-radius: 24px;
59
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08); overflow: hidden; border: 1px solid #EEE;
60
+ }
61
+ .card .image {
62
+ position: relative; width: 100%; height: 560px;
63
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
64
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
65
+ }
66
+ .pill {
67
+ position: absolute; top: 20px; left: 20px; background: #F57C00; color: #FFF;
68
+ font-weight: 700; font-size: 30px; padding: 12px 20px; border-radius: 16px;
69
+ box-shadow: 0 2px 4px rgba(0,0,0,0.15);
70
+ }
71
+ .pill.purple { left: 140px; background: #6A4DE4; }
72
+ .card-body { padding: 24px; }
73
+ .price-row { display: flex; align-items: center; justify-content: space-between; }
74
+ .price { font-size: 54px; font-weight: 800; color: #111; }
75
+ .right-icons { display: flex; gap: 24px; }
76
+ .icon-btn { width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center; }
77
+ .icon-btn svg { width: 48px; height: 48px; stroke: #757575; stroke-width: 3; fill: none; }
78
+ .features { margin-top: 10px; font-size: 36px; color: #333; }
79
+ .address { margin-top: 16px; font-size: 34px; color: #4A4A4A; }
80
+ .note { margin-top: 22px; font-size: 34px; color: #777; display: flex; align-items: center; gap: 16px; }
81
+ .note svg { width: 40px; height: 40px; stroke: #777; stroke-width: 3; fill: none; }
82
+
83
+ /* Second image size */
84
+ .card .image.tall { height: 660px; }
85
+
86
+ /* Bottom navigation */
87
+ .bottom-nav {
88
+ position: absolute; left: 0; right: 0; bottom: 84px; height: 220px; background: #FFF;
89
+ border-top: 1px solid #E6E6E6; display: flex; justify-content: space-around; align-items: center;
90
+ }
91
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #777; }
92
+ .nav-item .circle {
93
+ width: 120px; height: 120px; border-radius: 60px; display: flex; align-items: center; justify-content: center;
94
+ background: transparent;
95
+ }
96
+ .nav-item.active .circle { background: #FDECEC; }
97
+ .nav-item.active .label { color: #D32F2F; font-weight: 700; }
98
+ .nav-item svg { width: 64px; height: 64px; stroke: #777; stroke-width: 3; fill: none; }
99
+ .nav-item.active svg { stroke: #D32F2F; }
100
+ .label { font-size: 30px; }
101
+
102
+ /* home indicator */
103
+ .home-indicator {
104
+ position: absolute; left: 240px; right: 240px; bottom: 24px; height: 16px;
105
+ background: #BDBDBD; border-radius: 12px;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status bar -->
113
+ <div class="status-bar">
114
+ <div class="time">8:12</div>
115
+ <div class="status-right">
116
+ <div class="status-icon">
117
+ <svg viewBox="0 0 48 48"><path d="M4 36h40M10 30h28M16 24h16M22 18h4"/></svg>
118
+ </div>
119
+ <div class="status-icon">
120
+ <svg viewBox="0 0 48 48"><path d="M6 10h36v26H6z"/><path d="M12 6v8M36 6v8"/></svg>
121
+ </div>
122
+ <div class="status-icon">
123
+ <svg viewBox="0 0 48 48"><rect x="6" y="14" width="36" height="22" rx="4"/><rect x="10" y="18" width="28" height="14" rx="2"/></svg>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Search -->
129
+ <div class="search-area">
130
+ <div class="search-row">
131
+ <div class="search-field">
132
+ <div class="magnify">
133
+ <svg viewBox="0 0 48 48"><circle cx="20" cy="20" r="12"></circle><path d="M30 30 L44 44"></path></svg>
134
+ </div>
135
+ <div class="chip">New York</div>
136
+ <div class="search-placeholder">City, Address, School, Building...</div>
137
+ </div>
138
+ <div class="map-btn">
139
+ <svg viewBox="0 0 48 48"><path d="M8 12l12-4 12 4 8-3v27l-8 3-12-4-12 4V12z"/><path d="M20 24a8 8 0 1 0 16 0a8 8 0 1 0 -16 0z"/></svg>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Controls -->
145
+ <div class="controls">
146
+ <div class="btn outline">Filters • 1</div>
147
+ <div class="btn outline">
148
+ Sort
149
+ <svg viewBox="0 0 48 48"><path d="M10 14h20M10 24h16M10 34h12"/><path d="M34 12v24M34 36l6-6M34 24l6-6"/></svg>
150
+ </div>
151
+ <div class="btn solid">Save Search</div>
152
+ </div>
153
+
154
+ <div class="separator"></div>
155
+
156
+ <div class="list-title">346 Homes</div>
157
+
158
+ <!-- Card 1 -->
159
+ <div class="card">
160
+ <div class="image">
161
+ <div class="pill">DEAL</div>
162
+ [IMG: Modern kitchen interior]
163
+ </div>
164
+ <div class="card-body">
165
+ <div class="price-row">
166
+ <div class="price">$3,872-$6,140/mo</div>
167
+ <div class="right-icons">
168
+ <div class="icon-btn">
169
+ <svg viewBox="0 0 48 48"><path d="M24 40s-14-9.7-14-18a8 8 0 0 1 14-5 8 8 0 0 1 14 5c0 8.3-14 18-14 18z"/></svg>
170
+ </div>
171
+ <div class="icon-btn">
172
+ <svg viewBox="0 0 48 48"><circle cx="10" cy="24" r="4"/><circle cx="24" cy="14" r="4"/><circle cx="38" cy="24" r="4"/><path d="M12 22l10-6M26 16l10 6"/></svg>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ <div class="features">1-2 Beds &nbsp; 1-2 Baths &nbsp; 658-1120 Sq. Ft.</div>
177
+ <div class="address">250 W 50th St, New York, NY 10019</div>
178
+ <div class="note">
179
+ <svg viewBox="0 0 48 48"><rect x="6" y="10" width="36" height="28" rx="4"/><path d="M14 6v8M34 6v8M6 18h36"/></svg>
180
+ Apartment - 26 units available
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Card 2 -->
186
+ <div class="card">
187
+ <div class="image tall">
188
+ <div class="pill">DEAL</div>
189
+ <div class="pill purple">3D WALKTHROUGH</div>
190
+ [IMG: Modern apartment building exterior]
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Bottom navigation -->
195
+ <div class="bottom-nav">
196
+ <div class="nav-item active">
197
+ <div class="circle">
198
+ <svg viewBox="0 0 48 48"><circle cx="20" cy="20" r="12"></circle><path d="M30 30 L44 44"></path></svg>
199
+ </div>
200
+ <div class="label">Find Homes</div>
201
+ </div>
202
+ <div class="nav-item">
203
+ <div class="circle">
204
+ <svg viewBox="0 0 48 48"><rect x="10" y="10" width="28" height="22" rx="2"/><path d="M10 36h28"/></svg>
205
+ </div>
206
+ <div class="label">Feed</div>
207
+ </div>
208
+ <div class="nav-item">
209
+ <div class="circle">
210
+ <svg viewBox="0 0 48 48"><path d="M24 40s-14-9.7-14-18a8 8 0 0 1 14-5 8 8 0 0 1 14 5c0 8.3-14 18-14 18z"/></svg>
211
+ </div>
212
+ <div class="label">Favorites</div>
213
+ </div>
214
+ <div class="nav-item">
215
+ <div class="circle">
216
+ <svg viewBox="0 0 48 48"><path d="M10 22l14-10 14 10v14H10z"/></svg>
217
+ </div>
218
+ <div class="label">My Home</div>
219
+ </div>
220
+ <div class="nav-item">
221
+ <div class="circle">
222
+ <svg viewBox="0 0 48 48"><circle cx="24" cy="16" r="8"/><path d="M8 40c4-8 28-8 32 0"/></svg>
223
+ </div>
224
+ <div class="label">My Redfin</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="home-indicator"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/1567/1567_0.html ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recording Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Segoe UI", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ width: 1080px;
17
+ height: 2400px;
18
+ overflow: hidden;
19
+ background: #191313;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 120px;
29
+ color: #ffffff;
30
+ }
31
+ .status-time {
32
+ position: absolute;
33
+ left: 36px;
34
+ top: 24px;
35
+ font-size: 56px;
36
+ font-weight: 600;
37
+ letter-spacing: 0.5px;
38
+ }
39
+ .status-right {
40
+ position: absolute;
41
+ right: 24px;
42
+ top: 30px;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ }
47
+ .status-icon {
48
+ width: 54px;
49
+ height: 54px;
50
+ }
51
+
52
+ /* Back arrow */
53
+ .back-arrow {
54
+ position: absolute;
55
+ top: 160px;
56
+ left: 40px;
57
+ width: 72px;
58
+ height: 72px;
59
+ }
60
+
61
+ /* Timer in the lower-middle */
62
+ .timer {
63
+ position: absolute;
64
+ left: 50%;
65
+ transform: translateX(-50%);
66
+ top: 1520px;
67
+ color: #efe7e6;
68
+ font-size: 120px;
69
+ font-weight: 600;
70
+ letter-spacing: 2px;
71
+ }
72
+
73
+ /* Record button */
74
+ .record-wrapper {
75
+ position: absolute;
76
+ left: 50%;
77
+ transform: translateX(-50%);
78
+ top: 1880px;
79
+ width: 184px;
80
+ height: 184px;
81
+ border-radius: 40px;
82
+ background: #d24f42;
83
+ box-shadow: 0 30px 60px rgba(0,0,0,0.6);
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+ .record-inner {
89
+ width: 64px;
90
+ height: 64px;
91
+ background: #ffffff;
92
+ border-radius: 50%;
93
+ }
94
+
95
+ /* Gesture bar */
96
+ .gesture-bar {
97
+ position: absolute;
98
+ left: 50%;
99
+ transform: translateX(-50%);
100
+ bottom: 36px;
101
+ width: 560px;
102
+ height: 14px;
103
+ background: #e2e2e2;
104
+ border-radius: 10px;
105
+ opacity: 0.9;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status bar -->
113
+ <div class="status-bar">
114
+ <div class="status-time">2:25</div>
115
+ <div class="status-right">
116
+ <!-- Wi-Fi icon -->
117
+ <svg class="status-icon" viewBox="0 0 48 48">
118
+ <path d="M6 18 Q24 6 42 18" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
119
+ <path d="M12 24 Q24 16 36 24" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
120
+ <path d="M18 30 Q24 26 30 30" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
121
+ <circle cx="24" cy="34" r="3.5" fill="#ffffff"/>
122
+ </svg>
123
+ <!-- Battery icon -->
124
+ <svg class="status-icon" viewBox="0 0 48 48">
125
+ <rect x="4" y="12" width="36" height="24" rx="4" ry="4" fill="none" stroke="#ffffff" stroke-width="4"/>
126
+ <rect x="42" y="18" width="4" height="12" rx="2" fill="#ffffff"/>
127
+ <rect x="8" y="16" width="20" height="16" rx="3" fill="#ffffff"/>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Back arrow -->
133
+ <svg class="back-arrow" viewBox="0 0 48 48">
134
+ <path d="M32 8 L16 24 L32 40" fill="none" stroke="#ded6d5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
135
+ </svg>
136
+
137
+ <!-- Timer -->
138
+ <div class="timer">00:00</div>
139
+
140
+ <!-- Record button -->
141
+ <div class="record-wrapper">
142
+ <div class="record-inner"></div>
143
+ </div>
144
+
145
+ <!-- Gesture bar -->
146
+ <div class="gesture-bar"></div>
147
+
148
+ </div>
149
+ </body>
150
+ </html>
code/1567/1567_1.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>MyRecorder 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: #0f0f0f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 32px;
21
+ right: 32px;
22
+ height: 80px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #fff;
27
+ opacity: 0.95;
28
+ }
29
+ .status-left {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 22px;
33
+ }
34
+ .status-time {
35
+ font-size: 54px;
36
+ font-weight: 600;
37
+ letter-spacing: 1px;
38
+ }
39
+ .sb-icon {
40
+ width: 40px;
41
+ height: 40px;
42
+ border-radius: 50%;
43
+ border: 2px solid #cfcfcf;
44
+ opacity: 0.85;
45
+ }
46
+ .status-right {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 26px;
50
+ }
51
+ .wifi-icon, .battery-icon {
52
+ display: inline-block;
53
+ }
54
+ .wifi-icon svg, .battery-icon svg {
55
+ width: 50px;
56
+ height: 40px;
57
+ fill: none;
58
+ stroke: #ffffff;
59
+ stroke-width: 6;
60
+ }
61
+
62
+ /* Header */
63
+ .app-header {
64
+ position: absolute;
65
+ top: 120px;
66
+ left: 32px;
67
+ right: 32px;
68
+ height: 120px;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ }
73
+ .left-group {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 28px;
77
+ }
78
+ .hamburger {
79
+ width: 64px;
80
+ height: 64px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .hamburger svg { width: 48px; height: 48px; }
86
+ .title {
87
+ font-size: 72px;
88
+ font-weight: 700;
89
+ letter-spacing: 1px;
90
+ }
91
+ .pro-badge {
92
+ padding: 16px 26px;
93
+ font-size: 42px;
94
+ font-weight: 700;
95
+ color: #fff;
96
+ background: linear-gradient(135deg, #ff8a3d, #ff406c);
97
+ border-radius: 24px;
98
+ }
99
+
100
+ /* Tabs */
101
+ .tabs {
102
+ position: absolute;
103
+ top: 300px;
104
+ left: 120px;
105
+ right: 120px;
106
+ height: 120px;
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 80px;
110
+ }
111
+ .tab {
112
+ font-size: 54px;
113
+ letter-spacing: 2px;
114
+ color: #8d8d8d;
115
+ }
116
+ .tab.active {
117
+ color: #ff3d6a;
118
+ font-weight: 700;
119
+ }
120
+ .tab-underline {
121
+ position: absolute;
122
+ top: 368px;
123
+ left: 120px;
124
+ width: 220px;
125
+ height: 8px;
126
+ background: #ff3d6a;
127
+ border-radius: 4px;
128
+ }
129
+
130
+ /* Timer */
131
+ .timer {
132
+ position: absolute;
133
+ top: 980px;
134
+ left: 0;
135
+ right: 0;
136
+ text-align: center;
137
+ font-size: 160px;
138
+ color: #7a7a7a;
139
+ font-weight: 600;
140
+ letter-spacing: 6px;
141
+ }
142
+
143
+ /* Mic button */
144
+ .mic-btn {
145
+ position: absolute;
146
+ bottom: 360px;
147
+ left: 50%;
148
+ transform: translateX(-50%);
149
+ width: 260px;
150
+ height: 260px;
151
+ border-radius: 50%;
152
+ background: linear-gradient(135deg, #ffa044, #ff3d6a);
153
+ box-shadow: 0 20px 40px rgba(255, 64, 106, 0.35);
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ }
158
+ .mic-btn svg { width: 120px; height: 140px; }
159
+
160
+ /* Gesture/Home bar */
161
+ .home-bar {
162
+ position: absolute;
163
+ bottom: 76px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 520px;
167
+ height: 12px;
168
+ background: #d9d9d9;
169
+ border-radius: 8px;
170
+ opacity: 0.85;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+ <!-- Status Bar -->
177
+ <div class="status-bar">
178
+ <div class="status-left">
179
+ <div class="status-time">2:26</div>
180
+ <div class="sb-icon"></div>
181
+ <div class="sb-icon"></div>
182
+ <div class="sb-icon"></div>
183
+ <div class="sb-icon" style="border-radius: 12px; width: 50px; height: 50px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#eaeaea; border-color:#eaeaea;">LR</div>
184
+ <div class="sb-icon" style="background:#ffffff; border:none; width:12px; height:12px;"></div>
185
+ </div>
186
+ <div class="status-right">
187
+ <div class="wifi-icon">
188
+ <svg viewBox="0 0 64 48">
189
+ <path d="M6 18c8-8 44-8 52 0" />
190
+ <path d="M14 26c6-6 30-6 36 0" />
191
+ <path d="M24 34c4-4 16-4 20 0" />
192
+ <circle cx="34" cy="40" r="3" fill="#ffffff" stroke="none"></circle>
193
+ </svg>
194
+ </div>
195
+ <div class="battery-icon">
196
+ <svg viewBox="0 0 80 40">
197
+ <rect x="6" y="8" width="60" height="24" rx="4"></rect>
198
+ <rect x="68" y="14" width="8" height="12" rx="2"></rect>
199
+ <rect x="10" y="12" width="40" height="16" fill="#ffffff" stroke="none"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- App Header -->
206
+ <div class="app-header">
207
+ <div class="left-group">
208
+ <div class="hamburger">
209
+ <svg viewBox="0 0 64 64" stroke="#ffffff" stroke-width="6" fill="none">
210
+ <line x1="8" y1="16" x2="56" y2="16"></line>
211
+ <line x1="8" y1="32" x2="56" y2="32"></line>
212
+ <line x1="8" y1="48" x2="56" y2="48"></line>
213
+ </svg>
214
+ </div>
215
+ <div class="title">MyRecorder</div>
216
+ </div>
217
+ <div class="pro-badge">Pro</div>
218
+ </div>
219
+
220
+ <!-- Tabs -->
221
+ <div class="tabs">
222
+ <div class="tab active">RECORD</div>
223
+ <div class="tab">LISTEN</div>
224
+ </div>
225
+ <div class="tab-underline"></div>
226
+
227
+ <!-- Timer -->
228
+ <div class="timer">00:00:00</div>
229
+
230
+ <!-- Microphone Button -->
231
+ <div class="mic-btn">
232
+ <svg viewBox="0 0 100 120">
233
+ <!-- Mic capsule -->
234
+ <rect x="40" y="20" width="20" height="50" rx="10" fill="#ffffff" />
235
+ <!-- U-shaped arc -->
236
+ <path d="M25 60 a25 25 0 0 0 50 0" stroke="#ffffff" stroke-width="8" fill="none" />
237
+ <!-- Stem -->
238
+ <rect x="48" y="84" width="4" height="18" fill="#ffffff" />
239
+ <!-- Base -->
240
+ <rect x="40" y="102" width="20" height="6" rx="3" fill="#ffffff" />
241
+ </svg>
242
+ </div>
243
+
244
+ <!-- Gesture/Navigation Bar -->
245
+ <div class="home-bar"></div>
246
+ </div>
247
+ </body>
248
+ </html>
code/1567/1567_2.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>MyRecorder Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Segoe UI", Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #111214;
20
+ color: #eaeaea;
21
+ }
22
+
23
+ /* STATUS BAR */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ height: 84px;
29
+ width: 100%;
30
+ color: #ffffff;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ padding: 0 32px;
35
+ box-sizing: border-box;
36
+ font-size: 34px;
37
+ letter-spacing: 0.5px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 24px;
43
+ }
44
+ .status-icon {
45
+ width: 36px;
46
+ height: 36px;
47
+ }
48
+
49
+ /* APP BAR */
50
+ .app-bar {
51
+ position: absolute;
52
+ top: 84px;
53
+ left: 0;
54
+ width: 100%;
55
+ height: 150px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 36px;
59
+ box-sizing: border-box;
60
+ }
61
+ .hamburger {
62
+ width: 72px;
63
+ height: 72px;
64
+ display: inline-flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ margin-right: 24px;
68
+ }
69
+ .hamburger span {
70
+ display: block;
71
+ width: 44px;
72
+ height: 4px;
73
+ background: #d1d1d1;
74
+ margin: 6px 0;
75
+ border-radius: 2px;
76
+ }
77
+ .title {
78
+ font-size: 56px;
79
+ font-weight: 600;
80
+ color: #f2f2f2;
81
+ }
82
+ .badge-pro {
83
+ position: absolute;
84
+ right: 36px;
85
+ top: 114px;
86
+ padding: 12px 26px;
87
+ border-radius: 18px;
88
+ font-size: 32px;
89
+ font-weight: 700;
90
+ color: #fff;
91
+ background: linear-gradient(135deg, #ff7a53, #d33a54);
92
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
93
+ }
94
+
95
+ /* TABS */
96
+ .tabs {
97
+ position: absolute;
98
+ top: 234px;
99
+ left: 0;
100
+ width: 100%;
101
+ height: 120px;
102
+ display: flex;
103
+ align-items: flex-end;
104
+ padding: 0 80px;
105
+ box-sizing: border-box;
106
+ gap: 80px;
107
+ }
108
+ .tab {
109
+ font-size: 40px;
110
+ font-weight: 700;
111
+ letter-spacing: 1px;
112
+ color: #7f7f7f;
113
+ position: relative;
114
+ padding-bottom: 22px;
115
+ }
116
+ .tab.active {
117
+ color: #e06a89;
118
+ }
119
+ .tab.active::after {
120
+ content: "";
121
+ position: absolute;
122
+ left: 0;
123
+ bottom: 0;
124
+ width: 120px;
125
+ height: 6px;
126
+ background: #e06a89;
127
+ border-radius: 3px;
128
+ }
129
+
130
+ /* TIMER SECTION */
131
+ .timer-section {
132
+ position: absolute;
133
+ top: 420px;
134
+ left: 0;
135
+ width: 100%;
136
+ text-align: center;
137
+ }
138
+ .timer {
139
+ font-size: 150px;
140
+ line-height: 1;
141
+ font-weight: 600;
142
+ color: #f7f7f7;
143
+ letter-spacing: 2px;
144
+ }
145
+ .timer-sub {
146
+ margin-top: 28px;
147
+ font-size: 40px;
148
+ color: #b8b8b8;
149
+ }
150
+ .wave-icon {
151
+ position: absolute;
152
+ right: 120px;
153
+ top: 220px;
154
+ width: 180px;
155
+ height: 70px;
156
+ display: flex;
157
+ align-items: flex-end;
158
+ gap: 16px;
159
+ opacity: 0.8;
160
+ }
161
+ .wave-icon span {
162
+ display: block;
163
+ width: 18px;
164
+ background: #cfcfcf;
165
+ border-radius: 9px;
166
+ }
167
+ .wave-icon span:nth-child(1) { height: 18px; }
168
+ .wave-icon span:nth-child(2) { height: 36px; }
169
+ .wave-icon span:nth-child(3) { height: 52px; }
170
+ .wave-icon span:nth-child(4) { height: 40px; }
171
+ .wave-icon span:nth-child(5) { height: 28px; }
172
+ .wave-icon span:nth-child(6) { height: 18px; }
173
+
174
+ .divider {
175
+ position: absolute;
176
+ top: 980px;
177
+ left: 0;
178
+ width: 100%;
179
+ height: 1px;
180
+ background: #1f2023;
181
+ }
182
+
183
+ /* LOWER EMPTY AREA */
184
+ .lower-area {
185
+ position: absolute;
186
+ top: 980px;
187
+ left: 0;
188
+ width: 100%;
189
+ height: 920px;
190
+ background: #151619;
191
+ }
192
+
193
+ /* AD BANNER PLACEHOLDER */
194
+ .ad-banner {
195
+ position: absolute;
196
+ bottom: 220px;
197
+ left: 0;
198
+ width: 100%;
199
+ height: 160px;
200
+ background: #E0E0E0;
201
+ border-top: 1px solid #BDBDBD;
202
+ border-bottom: 1px solid #BDBDBD;
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ color: #757575;
207
+ font-weight: 600;
208
+ font-size: 34px;
209
+ }
210
+ .ad-close {
211
+ position: absolute;
212
+ right: 16px;
213
+ top: 10px;
214
+ width: 50px;
215
+ height: 50px;
216
+ color: #4a4a4a;
217
+ display: flex;
218
+ align-items: center;
219
+ justify-content: center;
220
+ border: 1px solid #BDBDBD;
221
+ background: #f0f0f0;
222
+ border-radius: 6px;
223
+ font-size: 30px;
224
+ }
225
+
226
+ /* PERMISSION SHEET */
227
+ .overlay {
228
+ position: absolute;
229
+ bottom: 0;
230
+ left: 0;
231
+ width: 100%;
232
+ height: 520px;
233
+ background: rgba(0, 0, 0, 0.35);
234
+ }
235
+ .permission-card {
236
+ position: absolute;
237
+ left: 60px;
238
+ bottom: 60px;
239
+ width: 960px;
240
+ height: 360px;
241
+ background: #27282c;
242
+ border-radius: 40px;
243
+ box-shadow: 0 10px 30px rgba(0,0,0,0.45);
244
+ overflow: hidden;
245
+ }
246
+ .card-content {
247
+ position: absolute;
248
+ left: 40px;
249
+ right: 40px;
250
+ top: 40px;
251
+ bottom: 40px;
252
+ }
253
+ .bell-circle {
254
+ position: absolute;
255
+ top: -78px;
256
+ left: calc(50% - 110px);
257
+ width: 220px;
258
+ height: 220px;
259
+ border-radius: 50%;
260
+ background: linear-gradient(180deg, #ff8e5d, #d04a6e);
261
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
262
+ display: flex;
263
+ align-items: center;
264
+ justify-content: center;
265
+ }
266
+ .card-text {
267
+ position: absolute;
268
+ top: 110px;
269
+ left: 40px;
270
+ right: 40px;
271
+ text-align: center;
272
+ font-size: 42px;
273
+ color: #e9e9e9;
274
+ line-height: 1.3;
275
+ font-weight: 600;
276
+ }
277
+ .allow-btn {
278
+ position: absolute;
279
+ bottom: 24px;
280
+ left: 50%;
281
+ transform: translateX(-50%);
282
+ width: 320px;
283
+ height: 82px;
284
+ border-radius: 41px;
285
+ background: #f2f2f2;
286
+ color: #1a1a1a;
287
+ font-size: 34px;
288
+ font-weight: 700;
289
+ display: flex;
290
+ align-items: center;
291
+ justify-content: center;
292
+ }
293
+
294
+ </style>
295
+ </head>
296
+ <body>
297
+ <div id="render-target">
298
+
299
+ <!-- STATUS BAR -->
300
+ <div class="status-bar">
301
+ <div>2:26</div>
302
+ <div class="status-right">
303
+ <!-- Wi-Fi Icon -->
304
+ <svg class="status-icon" viewBox="0 0 24 24">
305
+ <path d="M12 20a2 2 0 1 0 0.001-4.001A2 2 0 0 0 12 20z" fill="#ffffff"/>
306
+ <path d="M2 9c5-4 15-4 20 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
307
+ <path d="M5 12c3-2 11-2 14 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
308
+ <path d="M8 15c2-1 6-1 8 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
309
+ </svg>
310
+ <!-- Battery Icon -->
311
+ <svg class="status-icon" viewBox="0 0 28 18">
312
+ <rect x="1" y="2" width="22" height="14" rx="3" ry="3" stroke="#ffffff" stroke-width="2" fill="none"></rect>
313
+ <rect x="4" y="5" width="16" height="8" fill="#ffffff"></rect>
314
+ <rect x="24" y="6" width="3" height="6" fill="#ffffff"></rect>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- APP BAR -->
320
+ <div class="app-bar">
321
+ <div class="hamburger" aria-label="Menu">
322
+ <span></span>
323
+ <span></span>
324
+ <span></span>
325
+ </div>
326
+ <div class="title">MyRecorder</div>
327
+ <div class="badge-pro">Pro</div>
328
+ </div>
329
+
330
+ <!-- TABS -->
331
+ <div class="tabs">
332
+ <div class="tab active">RECORD</div>
333
+ <div class="tab">LISTEN</div>
334
+ </div>
335
+
336
+ <!-- TIMER SECTION -->
337
+ <div class="timer-section">
338
+ <div class="timer">00:01:85</div>
339
+ <div class="timer-sub">You can record for more than 1579 hours</div>
340
+
341
+ <!-- Small wave indicator (right side) -->
342
+ <div class="wave-icon" aria-hidden="true">
343
+ <span></span><span></span><span></span><span></span><span></span><span></span>
344
+ </div>
345
+ </div>
346
+
347
+ <div class="divider"></div>
348
+ <div class="lower-area"></div>
349
+
350
+ <!-- Ad banner placeholder -->
351
+ <div class="ad-banner">
352
+ [IMG: Ad Banner - Promotional graphics]
353
+ <div class="ad-close">✕</div>
354
+ </div>
355
+
356
+ <!-- Permission bottom sheet -->
357
+ <div class="overlay">
358
+ <div class="permission-card">
359
+ <div class="bell-circle">
360
+ <!-- Simple bell icon -->
361
+ <svg width="120" height="120" viewBox="0 0 24 24">
362
+ <path d="M12 22a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z" fill="#ffffff"/>
363
+ <path d="M18 16H6c0-5 2-7 6-7s6 2 6 7z" fill="#ffffff"/>
364
+ <path d="M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" fill="#ffffff"/>
365
+ </svg>
366
+ </div>
367
+ <div class="card-content">
368
+ <div class="card-text">Allow MyRecorder to send you notifications?</div>
369
+ <div class="allow-btn">Allow</div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ </div>
375
+ </body>
376
+ </html>
code/15670/15670_0.html ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Payment UI</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a1f36;}
7
+ #render-target{width:1080px;height:2400px;position:relative;overflow:hidden;background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.2);}
8
+ /* Header */
9
+ .header{position:absolute;top:0;left:0;width:1080px;background:#182e6c;color:#fff;}
10
+ .status-bar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 36px;font-weight:600;font-size:40px;}
11
+ .status-icons{display:flex;align-items:center;gap:28px;color:#fff;font-size:38px;}
12
+ .navbar{height:196px;position:relative;padding:0 36px;display:flex;align-items:center;}
13
+ .nav-left{display:flex;align-items:center;gap:24px;flex:1;}
14
+ .back{width:72px;height:72px;border-radius:36px;display:flex;align-items:center;justify-content:center;}
15
+ .title-group{display:flex;flex-direction:column;gap:8px;}
16
+ .title{font-size:56px;font-weight:700;letter-spacing:0.2px;}
17
+ .subtitle{font-size:38px;opacity:0.9;}
18
+ .share{position:absolute;right:36px;top:50%;transform:translateY(-50%);}
19
+ .share .circle{width:72px;height:72px;border-radius:36px;display:flex;align-items:center;justify-content:center;}
20
+ /* Content */
21
+ .content{position:absolute;top:284px;left:0;width:1080px;background:#fff;}
22
+ .section{border-top:1px solid #e8eaf0;}
23
+ .row{display:flex;align-items:center;justify-content:flex-start;padding:34px 36px;border-bottom:1px solid #e8eaf0;}
24
+ .checkbox{width:60px;height:60px;border:2px solid #cfd5e6;border-radius:12px;margin-right:24px;}
25
+ .radio{width:60px;height:60px;border:2px solid #cfd5e6;border-radius:50%;margin-right:24px;}
26
+ .row-title{font-size:42px;color:#26304b;}
27
+ .paypal{display:flex;align-items:center;gap:20px;}
28
+ .pp-logo{width:196px;height:72px;background:#E0E0E0;border:1px solid #BDBDBD;display:flex;align-items:center;justify-content:center;color:#757575;font-size:34px;border-radius:8px;}
29
+ .chev{margin-left:auto;}
30
+ .chev svg{fill:#26304b;opacity:0.7;}
31
+ .ticket-link{display:flex;align-items:center;padding:40px 36px;gap:24px;border-bottom:1px solid #e8eaf0;}
32
+ .ticket-icon{width:96px;height:96px;background:#e6eef7;border-radius:48px;display:flex;align-items:center;justify-content:center;border:1px solid #cfd5e6;}
33
+ .ticket-icon:after{content:'';width:44px;height:28px;border:2px dashed #b6c3e7;border-radius:6px;}
34
+ .ticket-text{font-size:42px;color:#26304b;}
35
+ .ticket-text .highlight{color:#ef8287;}
36
+ /* Summary */
37
+ .summary{padding:36px;border-bottom:1px solid #e8eaf0;}
38
+ .summary-row{display:flex;align-items:center;justify-content:space-between;margin:22px 0;}
39
+ .label{font-size:40px;color:#26304b;}
40
+ .sub{color:#5b6987;font-size:36px;margin-left:10px;}
41
+ .price{font-size:40px;color:#26304b;}
42
+ .info-icon{width:40px;height:40px;border-radius:20px;border:2px solid #b9c1d9;display:inline-block;margin-left:12px;position:relative;}
43
+ .info-icon:before{content:'i';position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);font-size:28px;color:#7f8aa6;}
44
+ .total{display:flex;align-items:baseline;justify-content:space-between;margin-top:26px;}
45
+ .total .amount{font-size:56px;font-weight:800;color:#162345;}
46
+ .total .note{font-size:34px;color:#7b849e;margin-left:12px;}
47
+ /* Terms */
48
+ .terms{padding:36px 36px 0 36px;}
49
+ .terms .heading{font-size:44px;font-weight:700;margin-bottom:20px;color:#26304b;}
50
+ .terms ul{margin:0;padding-left:40px;}
51
+ .terms li{margin:28px 0;font-size:38px;color:#26304b;}
52
+ .terms a{color:#ef8287;text-decoration:none;}
53
+ /* Pay button & home indicator */
54
+ .pay-btn{position:absolute;left:36px;bottom:140px;width:1008px;height:140px;background:#f5b3b8;color:#fff;border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:700;box-shadow:0 8px 16px rgba(245,179,184,0.5);}
55
+ .home-indicator{position:absolute;bottom:48px;left:50%;transform:translateX(-50%);width:420px;height:14px;background:#ccd0d6;border-radius:8px;}
56
+ </style>
57
+ </head>
58
+ <body>
59
+ <div id="render-target">
60
+ <div class="header">
61
+ <div class="status-bar">
62
+ <div>1:38</div>
63
+ <div class="status-icons">
64
+ <span>📶</span>
65
+ <span>🔔</span>
66
+ <span>🔋 100%</span>
67
+ </div>
68
+ </div>
69
+ <div class="navbar">
70
+ <div class="nav-left">
71
+ <div class="back">
72
+ <svg viewBox="0 0 24 24" width="48" height="48">
73
+ <path d="M15.5 4l-8 8 8 8" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
74
+ </svg>
75
+ </div>
76
+ <div class="title-group">
77
+ <div class="title">Berlin › Ulm</div>
78
+ <div class="subtitle">Fri, Nov 3, 1 passenger</div>
79
+ </div>
80
+ </div>
81
+ <div class="share">
82
+ <div class="circle">
83
+ <svg viewBox="0 0 24 24" width="48" height="48">
84
+ <path d="M18 8a3 3 0 1 0-2.9-3.9L8.7 8.6a3 3 0 0 0 0 6.9l6.2 4.5A3 3 0 1 0 16 18l-6.2-4.5a3 3 0 0 0 .6-2" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
85
+ </svg>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ </div>
90
+
91
+ <div class="content">
92
+ <div class="section">
93
+ <div class="row">
94
+ <div class="checkbox"></div>
95
+ <div class="row-title">Save this payment method for future bookings</div>
96
+ </div>
97
+
98
+ <div class="row paypal">
99
+ <div class="radio"></div>
100
+ <div class="pp-logo">[IMG: PayPal logo]</div>
101
+ </div>
102
+
103
+ <div class="row">
104
+ <div class="row-title">Add billing address (optional)</div>
105
+ <div class="chev">
106
+ <svg viewBox="0 0 24 24" width="42" height="42">
107
+ <path d="M8 4l8 8-8 8" fill="#26304b"/>
108
+ </svg>
109
+ </div>
110
+ </div>
111
+
112
+ <div class="row">
113
+ <div class="row-title">Enter voucher code</div>
114
+ <div class="chev">
115
+ <svg viewBox="0 0 24 24" width="42" height="42">
116
+ <path d="M8 4l8 8-8 8" fill="#26304b"/>
117
+ </svg>
118
+ </div>
119
+ </div>
120
+
121
+ <div class="ticket-link">
122
+ <div class="ticket-icon"></div>
123
+ <div class="ticket-text">See your <span class="highlight">ticket details</span></div>
124
+ </div>
125
+
126
+ <div class="summary">
127
+ <div class="summary-row">
128
+ <div class="label">Tickets <span class="sub">(1 passenger)</span></div>
129
+ <div class="price">$20.06</div>
130
+ </div>
131
+ <div class="summary-row">
132
+ <div class="label">Service fee <span class="info-icon"></span></div>
133
+ <div class="price">$2.00</div>
134
+ </div>
135
+ <div class="total">
136
+ <div class="label">Total <span class="note">(taxes included)</span></div>
137
+ <div class="amount">$22.06</div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="terms">
142
+ <div class="heading">By clicking pay:</div>
143
+ <ul>
144
+ <li>I accept the <a href="#">terms and conditions of Omio</a>.</li>
145
+ <li>I agree to the processing and use of my data in accordance with the <a href="#">Omio privacy policy</a>.</li>
146
+ <li>I accept the <a href="#">terms and conditions of Deutsche Bahn</a> (as well as <a href="#">online tickets, passenger rights</a> and <a href="#">regulations on contracting partners</a>).</li>
147
+ </ul>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="pay-btn">Pay</div>
153
+ <div class="home-indicator"></div>
154
+ </div>
155
+ </body>
156
+ </html>
code/15670/15670_1.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Planner 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 positioned over hero */
16
+ .hero {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 900px;
20
+ background: #E0E0E0;
21
+ border-bottom: 1px solid #BDBDBD;
22
+ display: flex;
23
+ justify-content: center;
24
+ align-items: center;
25
+ color: #555;
26
+ font-size: 32px;
27
+ letter-spacing: 0.3px;
28
+ }
29
+ .hero-label { pointer-events: none; }
30
+ .status-bar {
31
+ position: absolute;
32
+ top: 0;
33
+ left: 0;
34
+ width: 100%;
35
+ height: 120px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ padding: 0 36px;
40
+ color: #ffffff;
41
+ font-weight: 600;
42
+ font-size: 42px;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 28px;
48
+ font-size: 38px;
49
+ }
50
+ .battery {
51
+ display: inline-flex;
52
+ align-items: center;
53
+ gap: 10px;
54
+ }
55
+ .battery svg { width: 46px; height: 46px; }
56
+ .wifi svg { width: 44px; height: 44px; }
57
+
58
+ /* Decorative chevrons */
59
+ .chevron {
60
+ position: absolute;
61
+ width: 90px; height: 90px;
62
+ border: 16px solid #6EC480;
63
+ border-left: none; border-top: none;
64
+ transform: rotate(-45deg);
65
+ border-radius: 16px;
66
+ opacity: 0.95;
67
+ }
68
+ .chevron.peach { border-color: #F6A88C; }
69
+ .chevron.small { width: 70px; height: 70px; border-width: 14px; }
70
+ .chevron.pos1 { top: 180px; left: 180px; }
71
+ .chevron.pos2 { top: 250px; right: 260px; }
72
+ .chevron.pos3 { top: 360px; right: 40px; }
73
+ .chevron.pos4 { top: 90px; left: 390px; }
74
+
75
+ .hero-title {
76
+ position: absolute;
77
+ left: 36px;
78
+ bottom: 110px;
79
+ font-size: 84px;
80
+ color: #ffffff;
81
+ font-weight: 800;
82
+ text-shadow: 0 2px 6px rgba(0,0,0,0.25);
83
+ }
84
+
85
+ /* Tabs */
86
+ .tabs {
87
+ width: 100%;
88
+ background: #fff;
89
+ border-bottom: 1px solid #e8e8e8;
90
+ }
91
+ .tabs-inner {
92
+ display: flex;
93
+ gap: 40px;
94
+ padding: 30px 36px 12px 36px;
95
+ align-items: center;
96
+ }
97
+ .tab {
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 16px;
101
+ color: #1B1638;
102
+ font-size: 44px;
103
+ font-weight: 700;
104
+ opacity: 0.95;
105
+ }
106
+ .tab svg { width: 48px; height: 48px; }
107
+ .tab.inactive { color: #8a8aa0; font-weight: 700; }
108
+ .tabs-underline {
109
+ height: 6px;
110
+ width: 360px;
111
+ margin-left: 36px;
112
+ background: #1B1638;
113
+ border-radius: 6px;
114
+ }
115
+
116
+ /* Content area */
117
+ .content {
118
+ padding: 24px 24px 0 24px;
119
+ }
120
+
121
+ .card {
122
+ background: #ffffff;
123
+ border: 1px solid #E3E3E8;
124
+ border-radius: 24px;
125
+ box-shadow: 0 2px 6px rgba(0,0,0,0.05);
126
+ padding: 26px;
127
+ margin-bottom: 28px;
128
+ }
129
+ .input-row {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 22px;
133
+ padding: 18px 10px;
134
+ color: #221a3a;
135
+ }
136
+ .input-row + .divider {
137
+ height: 2px;
138
+ background: #f0f0f5;
139
+ margin: 6px 0;
140
+ }
141
+ .input-label {
142
+ font-size: 46px;
143
+ font-weight: 800;
144
+ flex: 1;
145
+ }
146
+ .icon-btn {
147
+ width: 96px;
148
+ height: 96px;
149
+ border-radius: 48px;
150
+ border: 1px solid #E0E0E8;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ background: #fff;
155
+ }
156
+ .icon-btn svg { width: 50px; height: 50px; }
157
+ .field-icon {
158
+ width: 64px;
159
+ height: 64px;
160
+ border-radius: 32px;
161
+ border: 2px solid #d6d6de;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ color: #888;
166
+ background: #fff;
167
+ }
168
+ .field-icon svg { width: 38px; height: 38px; }
169
+
170
+ .below-row {
171
+ display: flex;
172
+ gap: 20px;
173
+ margin-top: 14px;
174
+ }
175
+ .chip {
176
+ flex: 1;
177
+ display: flex;
178
+ align-items: center;
179
+ gap: 18px;
180
+ background: #fff;
181
+ border: 1px solid #E3E3E8;
182
+ border-radius: 18px;
183
+ padding: 26px;
184
+ font-size: 42px;
185
+ color: #2b2246;
186
+ font-weight: 700;
187
+ }
188
+ .chip svg { width: 48px; height: 48px; }
189
+
190
+ .primary-btn {
191
+ width: calc(100% - 48px);
192
+ margin: 32px 24px 0 24px;
193
+ height: 140px;
194
+ background: #F2BB3A;
195
+ color: #1B1638;
196
+ font-size: 56px;
197
+ font-weight: 900;
198
+ border-radius: 22px;
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
203
+ }
204
+
205
+ .link {
206
+ text-align: center;
207
+ margin-top: 40px;
208
+ font-size: 44px;
209
+ color: #1B1638;
210
+ text-decoration: underline;
211
+ font-weight: 700;
212
+ }
213
+
214
+ /* Bottom navigation */
215
+ .bottom-nav {
216
+ position: absolute;
217
+ bottom: 0;
218
+ left: 0;
219
+ width: 100%;
220
+ height: 220px;
221
+ border-top: 1px solid #ECECF2;
222
+ background: #fff;
223
+ display: flex;
224
+ justify-content: space-around;
225
+ align-items: center;
226
+ }
227
+ .nav-item {
228
+ display: flex;
229
+ flex-direction: column;
230
+ align-items: center;
231
+ gap: 16px;
232
+ color: #B9BAC6;
233
+ font-size: 38px;
234
+ font-weight: 800;
235
+ }
236
+ .nav-item svg { width: 70px; height: 70px; }
237
+ .nav-item.active { color: #1B1638; }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- Scenic hero image placeholder -->
244
+ <div class="hero">
245
+ <div class="hero-label">[IMG: Scenic mountain railway]</div>
246
+
247
+ <!-- Status bar -->
248
+ <div class="status-bar">
249
+ <div>2:11</div>
250
+ <div class="status-right">
251
+ <div class="wifi">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M12 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-6-6c3.3-3.3 8.6-3.3 12 0l-1.6 1.6c-2.8-2.8-6-2.8-8.8 0L6 12zm-4-4c5.5-5.6 14.5-5.6 20 0l-1.7 1.7c-4.6-4.6-12-4.6-16.6 0L2 8z" fill="#fff"/>
254
+ </svg>
255
+ </div>
256
+ <div class="battery">
257
+ <svg viewBox="0 0 24 24">
258
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
259
+ <rect x="3.8" y="7.8" width="13.8" height="8.4" fill="#fff"/>
260
+ <rect x="20.5" y="9" width="2.5" height="6" rx="1" fill="#fff"/>
261
+ </svg>
262
+ <span>100%</span>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Decorative chevrons -->
268
+ <div class="chevron pos1"></div>
269
+ <div class="chevron peach pos2"></div>
270
+ <div class="chevron peach small pos3"></div>
271
+ <div class="chevron small pos4"></div>
272
+
273
+ <div class="hero-title">Where to next?</div>
274
+ </div>
275
+
276
+ <!-- Tabs -->
277
+ <div class="tabs">
278
+ <div class="tabs-inner">
279
+ <div class="tab">
280
+ <svg viewBox="0 0 24 24">
281
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#1B1638" stroke-width="2"/>
282
+ <line x1="12" y1="6" x2="12" y2="12" stroke="#1B1638" stroke-width="2"/>
283
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#1B1638" stroke-width="2"/>
284
+ </svg>
285
+ <span>Planner</span>
286
+ </div>
287
+ <div class="tab inactive">
288
+ <svg viewBox="0 0 24 24">
289
+ <rect x="4" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#8a8aa0" stroke-width="2"/>
290
+ <circle cx="8" cy="17.5" r="1.5" fill="#8a8aa0"/>
291
+ <circle cx="16" cy="17.5" r="1.5" fill="#8a8aa0"/>
292
+ <rect x="7" y="9" width="10" height="5" rx="1" fill="#8a8aa0"/>
293
+ </svg>
294
+ <span>Departures</span>
295
+ </div>
296
+ </div>
297
+ <div class="tabs-underline"></div>
298
+ </div>
299
+
300
+ <!-- Form content -->
301
+ <div class="content">
302
+
303
+ <div class="card">
304
+ <div class="input-row">
305
+ <div class="field-icon">
306
+ <svg viewBox="0 0 24 24">
307
+ <circle cx="12" cy="12" r="5" fill="#8f8fa4"/>
308
+ </svg>
309
+ </div>
310
+ <div class="input-label">Paris (France)</div>
311
+ <div class="icon-btn" title="swap">
312
+ <svg viewBox="0 0 24 24">
313
+ <path d="M8 7l4-4 4 4M12 3v18" stroke="#8a8aa0" stroke-width="2" fill="none" />
314
+ <path d="M16 17l-4 4-4-4" stroke="#8a8aa0" stroke-width="2" fill="none" />
315
+ </svg>
316
+ </div>
317
+ </div>
318
+ <div class="divider"></div>
319
+ <div class="input-row">
320
+ <div class="field-icon">
321
+ <svg viewBox="0 0 24 24">
322
+ <path d="M12 2c3.3 0 6 2.7 6 6 0 4.5-6 12-6 12S6 12.5 6 8c0-3.3 2.7-6 6-6z" fill="#8f8fa4"/>
323
+ <circle cx="12" cy="8" r="2.8" fill="#fff"/>
324
+ </svg>
325
+ </div>
326
+ <div class="input-label">Frauenfeld (Switzerland)</div>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="below-row">
331
+ <div class="chip">
332
+ <svg viewBox="0 0 24 24">
333
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#1B1638" stroke-width="2"/>
334
+ <rect x="3" y="8" width="18" height="11" fill="none" stroke="#1B1638" stroke-width="2"/>
335
+ <line x1="7" y1="3.5" x2="7" y2="7" stroke="#1B1638" stroke-width="2"/>
336
+ <line x1="17" y1="3.5" x2="17" y2="7" stroke="#1B1638" stroke-width="2"/>
337
+ </svg>
338
+ <span>Departure: Now</span>
339
+ </div>
340
+ <div class="chip" style="flex:0 0 420px;">
341
+ <svg viewBox="0 0 24 24">
342
+ <path d="M4 4h16L14 12v8l-4-2v-6L4 4z" fill="#1B1638"/>
343
+ </svg>
344
+ <span>Filters</span>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="primary-btn">Plan my journey</div>
350
+
351
+ <div class="link">About the timetable</div>
352
+
353
+ <!-- Bottom navigation -->
354
+ <div class="bottom-nav">
355
+ <div class="nav-item active">
356
+ <svg viewBox="0 0 24 24">
357
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#1B1638" stroke-width="2"/>
358
+ <line x1="12" y1="6" x2="12" y2="12" stroke="#1B1638" stroke-width="2"/>
359
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#1B1638" stroke-width="2"/>
360
+ </svg>
361
+ <div>Planner</div>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg viewBox="0 0 24 24">
365
+ <path d="M12 2c3.5 0 6.5 3 6.5 6.6 0 4.9-6.5 12.9-6.5 12.9S5.5 13.5 5.5 8.6C5.5 5 8.5 2 12 2z" fill="#B9BAC6"/>
366
+ <circle cx="12" cy="8.5" r="2.5" fill="#fff"/>
367
+ </svg>
368
+ <div>My Trip</div>
369
+ </div>
370
+ <div class="nav-item">
371
+ <svg viewBox="0 0 24 24">
372
+ <rect x="5" y="3" width="14" height="18" rx="2" ry="2" fill="none" stroke="#B9BAC6" stroke-width="2"/>
373
+ <circle cx="12" cy="11" r="3.5" fill="none" stroke="#B9BAC6" stroke-width="2"/>
374
+ <line x1="9" y1="6" x2="15" y2="6" stroke="#B9BAC6" stroke-width="2"/>
375
+ </svg>
376
+ <div>My Pass</div>
377
+ </div>
378
+ <div class="nav-item">
379
+ <svg viewBox="0 0 24 24">
380
+ <line x1="4" y1="7" x2="20" y2="7" stroke="#B9BAC6" stroke-width="2"/>
381
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#B9BAC6" stroke-width="2"/>
382
+ <line x1="4" y1="17" x2="20" y2="17" stroke="#B9BAC6" stroke-width="2"/>
383
+ </svg>
384
+ <div>More</div>
385
+ </div>
386
+ </div>
387
+
388
+ </div>
389
+ </body>
390
+ </html>
code/15670/15670_10.html ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Planner UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0f0b26; /* deep indigo */
13
+ color: #ffffff;
14
+ }
15
+
16
+ /* General */
17
+ .row { display: flex; align-items: center; }
18
+ .spacer { flex: 1; }
19
+ .content { padding: 40px; }
20
+ .muted { color: #cfcff5; opacity: 0.85; }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 120px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #ffffff;
30
+ font-size: 40px;
31
+ }
32
+ .status-left .mini-icon { margin-left: 22px; opacity: 0.85; }
33
+ .status-right { display: flex; align-items: center; font-size: 36px; }
34
+ .status-right .mini-icon { margin-right: 18px; }
35
+
36
+ /* Header */
37
+ .header {
38
+ padding: 10px 40px 20px 40px;
39
+ }
40
+ .title {
41
+ font-size: 72px;
42
+ font-weight: 700;
43
+ letter-spacing: 0.2px;
44
+ }
45
+ .back-btn { width: 72px; height: 72px; margin-right: 20px; }
46
+
47
+ /* Input fields */
48
+ .field {
49
+ height: 140px;
50
+ border-radius: 22px;
51
+ background: #1a1540;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 36px;
55
+ margin: 22px 0;
56
+ }
57
+ .field .label { font-size: 46px; }
58
+ .icon-left { width: 60px; height: 60px; margin-right: 26px; }
59
+ .swap-circle {
60
+ width: 92px; height: 92px; border-radius: 46px;
61
+ background: #282257; display: flex; align-items: center; justify-content: center;
62
+ margin-left: auto;
63
+ }
64
+
65
+ /* Date field smaller */
66
+ .field.small {
67
+ height: 120px;
68
+ width: auto;
69
+ display: inline-flex;
70
+ margin-top: 26px;
71
+ }
72
+ .chips {
73
+ display: flex;
74
+ margin-top: 26px;
75
+ gap: 22px;
76
+ }
77
+ .chip {
78
+ height: 104px; padding: 0 36px; border-radius: 22px;
79
+ display: inline-flex; align-items: center; font-size: 38px;
80
+ background: #201a43; color: #ffffff;
81
+ border: 1px solid #2f2867;
82
+ }
83
+ .chip .icon { width: 56px; height: 56px; margin-right: 18px; }
84
+ .chip.accent { background: #f2b90b; color: #1a1540; font-weight: 700; border: none; }
85
+
86
+ /* info text */
87
+ .info {
88
+ text-align: center;
89
+ margin: 34px 0 10px;
90
+ font-size: 34px;
91
+ color: #dcdaf8;
92
+ }
93
+
94
+ /* List */
95
+ .section-header {
96
+ display: flex; align-items: center; justify-content: space-between;
97
+ margin-top: 16px; padding: 10px 6px;
98
+ font-size: 44px;
99
+ }
100
+ .list {
101
+ margin-top: 10px;
102
+ border-top: 1px solid #2d285a;
103
+ }
104
+ .item {
105
+ padding: 30px 6px;
106
+ border-bottom: 1px solid #2d285a;
107
+ }
108
+ .time-row {
109
+ font-size: 56px; font-weight: 700; letter-spacing: 0.2px;
110
+ }
111
+ .meta-row {
112
+ margin-top: 16px;
113
+ display: flex; align-items: center; gap: 34px;
114
+ color: #cfcff5; font-size: 38px;
115
+ }
116
+ .meta { display: flex; align-items: center; }
117
+ .meta svg { width: 44px; height: 44px; margin-right: 12px; }
118
+ .arrow { width: 50px; height: 50px; }
119
+
120
+ /* Bottom navigation */
121
+ .bottom-nav {
122
+ position: absolute; bottom: 0; left: 0; width: 100%;
123
+ height: 220px; background: #18133a; border-top: 1px solid #2b2555;
124
+ display: flex; align-items: center; justify-content: space-around;
125
+ }
126
+ .nav-item {
127
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
128
+ color: #a9a6dc; font-size: 36px;
129
+ }
130
+ .nav-item.active { color: #ffffff; }
131
+ .nav-icon { width: 80px; height: 80px; margin-bottom: 10px; }
132
+ .active .nav-icon circle, .active .nav-icon path { stroke: #6ea8ff; fill: none; }
133
+ .nav-label { margin-top: 4px; }
134
+
135
+ /* tiny separator to mimic gesture bar */
136
+ .gesture-bar {
137
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
138
+ width: 420px; height: 8px; background: #b9b6e6; border-radius: 6px; opacity: 0.35;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Status bar -->
146
+ <div class="status-bar">
147
+ <div class="status-left row">
148
+ <div>2:18</div>
149
+ <!-- small status icons -->
150
+ <svg class="mini-icon" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
151
+ <path d="M12 2l10 18H2L12 2z"></path>
152
+ </svg>
153
+ <svg class="mini-icon" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
154
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
155
+ <path d="M7 9h10M7 13h10"></path>
156
+ </svg>
157
+ <svg class="mini-icon" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
158
+ <circle cx="12" cy="12" r="3"></circle>
159
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M19.1 4.9l-2.8 2.8M7.7 16.3l-2.8 2.8"></path>
160
+ </svg>
161
+ </div>
162
+ <div class="status-right">
163
+ <svg class="mini-icon" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
164
+ <path d="M2 16c3-3 7-3 10 0 3-3 7-3 10 0"></path>
165
+ <path d="M6 12c1-1 2-1 3 0"></path>
166
+ <path d="M15 12c1-1 2-1 3 0"></path>
167
+ </svg>
168
+ <svg class="mini-icon" width="58" height="44" viewBox="0 0 26 14" fill="none" stroke="#ffffff" stroke-width="1.6">
169
+ <rect x="1" y="1" width="20" height="12" rx="2"></rect>
170
+ <rect x="3" y="3" width="16" height="8" fill="#ffffff"></rect>
171
+ <rect x="22" y="4" width="3" height="6" rx="1" fill="#ffffff" stroke="none"></rect>
172
+ </svg>
173
+ <div>100%</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Header -->
178
+ <div class="header row">
179
+ <svg class="back-btn" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="3">
180
+ <path d="M15 18l-6-6 6-6"></path>
181
+ </svg>
182
+ <div class="title">Where to next?</div>
183
+ </div>
184
+
185
+ <div class="content">
186
+
187
+ <!-- Field: From -->
188
+ <div class="field">
189
+ <!-- radio icon -->
190
+ <svg class="icon-left" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.6">
191
+ <circle cx="12" cy="12" r="9"></circle>
192
+ <circle cx="12" cy="12" r="3" fill="#ffffff"></circle>
193
+ </svg>
194
+ <div class="label">Ulm Hbf (Germany)</div>
195
+ <div class="swap-circle">
196
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
197
+ <circle cx="12" cy="12" r="10" stroke="#cfcff5"></circle>
198
+ <path d="M8 15l-3-3 3-3M8 12h8" stroke="#cfcff5"></path>
199
+ <path d="M16 9l3 3-3 3M16 12H8" stroke="#cfcff5"></path>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Field: To -->
205
+ <div class="field">
206
+ <svg class="icon-left" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.4">
207
+ <path d="M12 21s-6-5.3-6-10a6 6 0 1 1 12 0c0 4.7-6 10-6 10z"></path>
208
+ <circle cx="12" cy="11" r="2.8"></circle>
209
+ </svg>
210
+ <div class="label">Berlin (Germany)</div>
211
+ </div>
212
+
213
+ <!-- Date field -->
214
+ <div class="field small">
215
+ <svg class="icon-left" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2">
216
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
217
+ <path d="M7 3v4M17 3v4M3 10h18"></path>
218
+ </svg>
219
+ <div class="label muted">Departure: Now</div>
220
+ </div>
221
+
222
+ <!-- Chips -->
223
+ <div class="chips">
224
+ <div class="chip accent">
225
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1a1540" stroke-width="2">
226
+ <path d="M4 6h10"></path><circle cx="17" cy="6" r="2"></circle>
227
+ <path d="M4 12h7"></path><circle cx="14" cy="12" r="2"></circle>
228
+ <path d="M4 18h13"></path><circle cx="19" cy="18" r="2"></circle>
229
+ </svg>
230
+ <div>Filters</div>
231
+ </div>
232
+ <div class="chip">
233
+ <div class="row">
234
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
235
+ <rect x="5" y="6" width="14" height="12" rx="2"></rect>
236
+ <path d="M7 9h10M7 13h10"></path>
237
+ </svg>
238
+ <div>No seat reservations</div>
239
+ </div>
240
+ </div>
241
+ <div class="chip">
242
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
243
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
244
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
245
+ </svg>
246
+ <div>Transfer time</div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="info">Last timetable update: 26 October 2023</div>
251
+
252
+ <!-- Section and list -->
253
+ <div class="section-header">
254
+ <div>Earlier</div>
255
+ <svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.6">
256
+ <path d="M9 6l6 6-6 6"></path>
257
+ </svg>
258
+ </div>
259
+
260
+ <div class="list">
261
+ <!-- Item 1 -->
262
+ <div class="item">
263
+ <div class="time-row">14:00 → 19:46</div>
264
+ <div class="meta-row">
265
+ <div class="meta">
266
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
267
+ <circle cx="12" cy="12" r="9"></circle>
268
+ <path d="M12 7v6l4 2"></path>
269
+ </svg>
270
+ <span>5h 46m</span>
271
+ </div>
272
+ <div class="meta">
273
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
274
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
275
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
276
+ </svg>
277
+ <span>× 1</span>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Item 2 -->
283
+ <div class="item">
284
+ <div class="time-row">14:01 → 20:47</div>
285
+ <div class="meta-row">
286
+ <div class="meta">
287
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
288
+ <circle cx="12" cy="12" r="9"></circle>
289
+ <path d="M12 7v6l4 2"></path>
290
+ </svg>
291
+ <span>6h 44m</span>
292
+ </div>
293
+ <div class="meta">
294
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
295
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
296
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
297
+ </svg>
298
+ <span>× 1</span>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Item 3 -->
304
+ <div class="item">
305
+ <div class="time-row">14:02 → 19:46</div>
306
+ <div class="meta-row">
307
+ <div class="meta">
308
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
309
+ <circle cx="12" cy="12" r="9"></circle>
310
+ <path d="M12 7v6l4 2"></path>
311
+ </svg>
312
+ <span>5h 44m</span>
313
+ </div>
314
+ <div class="meta">
315
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
316
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
317
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
318
+ </svg>
319
+ <span>× 2</span>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Item 4 -->
325
+ <div class="item">
326
+ <div class="time-row">15:12 → 21:22</div>
327
+ <div class="meta-row">
328
+ <div class="meta">
329
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
330
+ <circle cx="12" cy="12" r="9"></circle>
331
+ <path d="M12 7v6l4 2"></path>
332
+ </svg>
333
+ <span>6h 10m</span>
334
+ </div>
335
+ <div class="meta">
336
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
337
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
338
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
339
+ </svg>
340
+ <span>× 1</span>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Item 5 -->
346
+ <div class="item">
347
+ <div class="time-row">16:00 → 21:46</div>
348
+ <div class="meta-row">
349
+ <div class="meta">
350
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
351
+ <circle cx="12" cy="12" r="9"></circle>
352
+ <path d="M12 7v6l4 2"></path>
353
+ </svg>
354
+ <span>5h 46m</span>
355
+ </div>
356
+ <div class="meta">
357
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
358
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
359
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
360
+ </svg>
361
+ <span>× 1</span>
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Item 6 -->
367
+ <div class="item">
368
+ <div class="time-row">16:01 → 22:43</div>
369
+ <div class="meta-row">
370
+ <div class="meta">
371
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
372
+ <circle cx="12" cy="12" r="9"></circle>
373
+ <path d="M12 7v6l4 2"></path>
374
+ </svg>
375
+ <span>6h 42m</span>
376
+ </div>
377
+ <div class="meta">
378
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcff5" stroke-width="2">
379
+ <path d="M4 7h8l-2-2M20 17h-8l2 2"></path>
380
+ <path d="M4 17h8l-2 2M20 7h-8l2-2"></path>
381
+ </svg>
382
+ <span>× 1</span>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Bottom navigation bar -->
390
+ <div class="bottom-nav">
391
+ <div class="nav-item active">
392
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#a9a6dc" stroke-width="2.2">
393
+ <circle cx="12" cy="12" r="9"></circle>
394
+ <path d="M12 7v6l4 2"></path>
395
+ </svg>
396
+ <div class="nav-label">Planner</div>
397
+ </div>
398
+ <div class="nav-item">
399
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#a9a6dc" stroke-width="2">
400
+ <path d="M12 21s-6-5.3-6-10a6 6 0 1 1 12 0c0 4.7-6 10-6 10z"></path>
401
+ <circle cx="12" cy="11" r="3"></circle>
402
+ </svg>
403
+ <div class="nav-label">My Trip</div>
404
+ </div>
405
+ <div class="nav-item">
406
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#a9a6dc" stroke-width="2">
407
+ <rect x="4" y="6" width="16" height="11" rx="2"></rect>
408
+ <path d="M7 9h10M7 12h10"></path>
409
+ </svg>
410
+ <div class="nav-label">My Pass</div>
411
+ </div>
412
+ <div class="nav-item">
413
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#a9a6dc" stroke-width="2.4">
414
+ <path d="M4 7h16M4 12h16M4 17h16"></path>
415
+ </svg>
416
+ <div class="nav-label">More</div>
417
+ </div>
418
+ </div>
419
+
420
+ <div class="gesture-bar"></div>
421
+ </div>
422
+ </body>
423
+ </html>
code/15670/15670_2.html ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Where to next 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: #0f1034;
13
+ color: #fff;
14
+ }
15
+ /* Top system status bar */
16
+ .status-bar {
17
+ height: 110px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ font-size: 40px;
23
+ color: #eaeaea;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 24px; }
26
+ .status-right { display: flex; align-items: center; gap: 24px; }
27
+ .icon-mini svg { width: 42px; height: 42px; fill: #d9d9d9; }
28
+ /* Title row */
29
+ .title-row {
30
+ height: 140px;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ padding: 0 36px;
35
+ }
36
+ .title-row h1 {
37
+ margin: 0;
38
+ font-size: 64px;
39
+ font-weight: 700;
40
+ letter-spacing: 0.3px;
41
+ }
42
+ .back-icon svg { width: 58px; height: 58px; stroke: #fff; stroke-width: 8; fill: none; }
43
+ /* Search bar */
44
+ .search-wrap { padding: 0 36px; }
45
+ .search-bar {
46
+ height: 120px;
47
+ background: #ffffff;
48
+ border-radius: 24px;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 32px;
52
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2) inset;
53
+ }
54
+ .search-icon svg { width: 44px; height: 44px; fill: #b6b6b6; }
55
+ .search-input {
56
+ flex: 1;
57
+ border: none;
58
+ outline: none;
59
+ font-size: 42px;
60
+ color: #222;
61
+ background: transparent;
62
+ margin-left: 22px;
63
+ }
64
+ /* Tabs */
65
+ .tabs {
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: space-between;
69
+ padding: 26px 36px 0;
70
+ color: #dcdcf7;
71
+ font-size: 40px;
72
+ }
73
+ .tab {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 18px;
77
+ padding-bottom: 22px;
78
+ position: relative;
79
+ }
80
+ .tab.active { color: #ffffff; }
81
+ .tab.active::after {
82
+ content: "";
83
+ position: absolute;
84
+ left: 0;
85
+ bottom: 0;
86
+ width: 320px;
87
+ height: 6px;
88
+ background: #271e79;
89
+ border-radius: 3px;
90
+ }
91
+ .tab svg { width: 46px; height: 46px; fill: currentColor; }
92
+ /* Section headers */
93
+ .section-header {
94
+ margin-top: 22px;
95
+ background: #eaeaea;
96
+ color: #585c66;
97
+ font-size: 40px;
98
+ padding: 26px 36px;
99
+ }
100
+ /* GPS card */
101
+ .gps-card {
102
+ margin: 0 36px;
103
+ background: #f4f4f7;
104
+ border-radius: 16px;
105
+ padding: 60px 40px;
106
+ color: #1f2351;
107
+ text-align: center;
108
+ }
109
+ .gps-card .msg {
110
+ font-size: 44px;
111
+ line-height: 1.3;
112
+ margin-bottom: 48px;
113
+ color: #1c2150;
114
+ }
115
+ .btn-primary {
116
+ display: inline-block;
117
+ padding: 28px 38px;
118
+ background: #f4b437;
119
+ color: #1b1b1b;
120
+ font-weight: 700;
121
+ font-size: 44px;
122
+ border-radius: 16px;
123
+ }
124
+ /* Recent searches */
125
+ .recent-header {
126
+ background: #eaeaea;
127
+ color: #585c66;
128
+ font-size: 40px;
129
+ padding: 26px 36px;
130
+ margin-top: 40px;
131
+ }
132
+ .list {
133
+ background: #fafafa;
134
+ }
135
+ .item {
136
+ display: flex;
137
+ align-items: center;
138
+ padding: 28px 36px;
139
+ border-bottom: 1px solid #e5e5e5;
140
+ }
141
+ .train-icon {
142
+ width: 90px;
143
+ height: 90px;
144
+ border-radius: 22px;
145
+ background: #dde0f0;
146
+ color: #3d3f73;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ margin-right: 28px;
151
+ }
152
+ .train-icon svg { width: 52px; height: 52px; fill: #3d3f73; }
153
+ .item-text {
154
+ flex: 1;
155
+ color: #111;
156
+ }
157
+ .item-title { font-size: 48px; margin: 0; color: #0b0b0b; }
158
+ .item-sub { font-size: 36px; margin: 8px 0 0; color: #777; }
159
+ .star-outline {
160
+ width: 84px;
161
+ height: 84px;
162
+ border-radius: 28px;
163
+ border: 2px solid #dcdcdc;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ }
168
+ .star-outline svg { width: 46px; height: 46px; fill: #cfcfcf; }
169
+ /* Keyboard mock */
170
+ .keyboard {
171
+ position: absolute;
172
+ left: 0;
173
+ right: 0;
174
+ bottom: 0;
175
+ height: 950px;
176
+ background: #121416;
177
+ border-top: 1px solid #2a2a2a;
178
+ padding: 24px 20px 40px;
179
+ box-sizing: border-box;
180
+ }
181
+ .kb-row {
182
+ display: grid;
183
+ grid-template-columns: repeat(10, 1fr);
184
+ gap: 16px;
185
+ margin-bottom: 22px;
186
+ }
187
+ .kb-key {
188
+ height: 120px;
189
+ background: #1c1f24;
190
+ color: #e9e9e9;
191
+ border-radius: 20px;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ font-size: 48px;
196
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
197
+ }
198
+ .kb-row-wide {
199
+ display: grid;
200
+ grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr 1.2fr;
201
+ gap: 16px;
202
+ }
203
+ .kb-bottom {
204
+ display: grid;
205
+ grid-template-columns: 1.2fr 1fr 3fr 1fr 1.2fr;
206
+ gap: 16px;
207
+ }
208
+ .kb-key.small { font-size: 36px; color: #b6b8ba; }
209
+ .mic {
210
+ background: #44e8b2;
211
+ color: #0c1b17;
212
+ font-weight: 700;
213
+ }
214
+ /* Home indicator */
215
+ .home-indicator {
216
+ position: absolute;
217
+ bottom: 14px;
218
+ left: 50%;
219
+ transform: translateX(-50%);
220
+ width: 600px;
221
+ height: 12px;
222
+ background: #e6e6e6;
223
+ border-radius: 6px;
224
+ opacity: 0.85;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+ <!-- Status Bar -->
231
+ <div class="status-bar">
232
+ <div class="status-left">
233
+ <div>2:13</div>
234
+ <div class="icon-mini">
235
+ <!-- Alert icon -->
236
+ <svg viewBox="0 0 24 24"><path d="M12 2l10 18H2L12 2zm0 6.5a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4zm-1 4.1h2v5h-2v-5z"/></svg>
237
+ </div>
238
+ <div class="icon-mini">
239
+ <!-- Mail icon -->
240
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm9 6L3 7v12h18V7l-9 4z"/></svg>
241
+ </div>
242
+ <div class="icon-mini">
243
+ <!-- Mail open icon -->
244
+ <svg viewBox="0 0 24 24"><path d="M12 3l10 6v12H2V9l10-6zm0 3.5L5 10h14l-7-3.5z"/></svg>
245
+ </div>
246
+ </div>
247
+ <div class="status-right">
248
+ <div class="icon-mini">
249
+ <!-- WiFi -->
250
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5zm-7.8-8.6A15 15 0 0112 6a15 15 0 017.8 3.9l-1.7 1.7A12.5 12.5 0 0012 8.5a12.5 12.5 0 00-6.1 3.1l-1.7-1.7z"/></svg>
251
+ </div>
252
+ <div class="icon-mini">
253
+ <!-- Battery -->
254
+ <svg viewBox="0 0 24 24"><path d="M20 7h2v10h-2V7zM2 7h18v10H2V7zm3 2v6h12V9H5z"/></svg>
255
+ </div>
256
+ <div>100%</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Title -->
261
+ <div class="title-row">
262
+ <div class="back-icon">
263
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg>
264
+ </div>
265
+ <h1>Where to next?</h1>
266
+ </div>
267
+
268
+ <!-- Search -->
269
+ <div class="search-wrap">
270
+ <div class="search-bar">
271
+ <div class="search-icon">
272
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 106.3 14.1l4.2 4.2 1.5-1.5-4.2-4.2A8 8 0 0010 2zm0 2.5a5.5 5.5 0 110 11 5.5 5.5 0 010-11z"/></svg>
273
+ </div>
274
+ <input class="search-input" type="text" placeholder="">
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Tabs -->
279
+ <div class="tabs">
280
+ <div class="tab active">
281
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v3H3V4zm0 6h18v3H3v-3zm0 6h18v3H3v-3z"/></svg>
282
+ <span>View as list</span>
283
+ </div>
284
+ <div class="tab">
285
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 4.5A2.5 2.5 0 1012 11a2.5 2.5 0 000-4.5z"/></svg>
286
+ <span>View on map</span>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Nearby stations -->
291
+ <div class="section-header">Nearby stations</div>
292
+ <div class="gps-card">
293
+ <div class="msg">
294
+ Please enable GPS to see nearby stations. Don't worry, we won't store your location.
295
+ </div>
296
+ <div class="btn-primary">Enable GPS</div>
297
+ </div>
298
+
299
+ <!-- Recent searches -->
300
+ <div class="recent-header">Recent searches</div>
301
+ <div class="list">
302
+ <div class="item">
303
+ <div class="train-icon">
304
+ <svg viewBox="0 0 24 24"><path d="M7 2h10a3 3 0 013 3v8a3 3 0 01-3 3l2 2h-2l-2-2H9l-2 2H5l2-2a3 3 0 01-3-3V5a3 3 0 013-3zm1 4v4h8V6H8zm1 9h8v-2H9v2z"/></svg>
305
+ </div>
306
+ <div class="item-text">
307
+ <p class="item-title">Frauenfeld</p>
308
+ <p class="item-sub">Switzerland</p>
309
+ </div>
310
+ <div class="star-outline">
311
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 .9-5 4.7 1.4 6.4L12 17l-6.4 3 1.4-6.4-5-4.7 7-.9 3-6z"/></svg>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="item">
316
+ <div class="train-icon">
317
+ <svg viewBox="0 0 24 24"><path d="M7 2h10a3 3 0 013 3v8a3 3 0 01-3 3l2 2h-2l-2-2H9l-2 2H5l2-2a3 3 0 01-3-3V5a3 3 0 013-3zm1 4v4h8V6H8zm1 9h8v-2H9v2z"/></svg>
318
+ </div>
319
+ <div class="item-text">
320
+ <p class="item-title">Paris</p>
321
+ </div>
322
+ <div class="star-outline">
323
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 .9-5 4.7 1.4 6.4L12 17l-6.4 3 1.4-6.4-5-4.7 7-.9 3-6z"/></svg>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Keyboard mock -->
329
+ <div class="keyboard">
330
+ <!-- Top toolbar icons on keyboard -->
331
+ <div class="kb-row">
332
+ <div class="kb-key small">123</div>
333
+ <div class="kb-key small">😊</div>
334
+ <div class="kb-key small">GIF</div>
335
+ <div class="kb-key small">⚙</div>
336
+ <div class="kb-key small">G↔</div>
337
+ <div class="kb-key small">🎨</div>
338
+ <div class="kb-key small">🎤</div>
339
+ <div class="kb-key"></div>
340
+ <div class="kb-key"></div>
341
+ <div class="kb-key"></div>
342
+ </div>
343
+
344
+ <!-- Letters rows -->
345
+ <div class="kb-row">
346
+ <div class="kb-key">q</div><div class="kb-key">w</div><div class="kb-key">e</div><div class="kb-key">r</div><div class="kb-key">t</div><div class="kb-key">y</div><div class="kb-key">u</div><div class="kb-key">i</div><div class="kb-key">o</div><div class="kb-key">p</div>
347
+ </div>
348
+ <div class="kb-row">
349
+ <div class="kb-key">a</div><div class="kb-key">s</div><div class="kb-key">d</div><div class="kb-key">f</div><div class="kb-key">g</div><div class="kb-key">h</div><div class="kb-key">j</div><div class="kb-key">k</div><div class="kb-key">l</div><div class="kb-key">⌫</div>
350
+ </div>
351
+ <div class="kb-row-wide">
352
+ <div class="kb-key">⇧</div>
353
+ <div class="kb-key">z</div><div class="kb-key">x</div><div class="kb-key">c</div><div class="kb-key">v</div><div class="kb-key">b</div><div class="kb-key">n</div><div class="kb-key">m</div>
354
+ <div class="kb-key">.</div>
355
+ <div class="kb-key">⏎</div>
356
+ </div>
357
+ <div class="kb-bottom">
358
+ <div class="kb-key small">?123</div>
359
+ <div class="kb-key small">,</div>
360
+ <div class="kb-key">space</div>
361
+ <div class="kb-key small">.</div>
362
+ <div class="kb-key mic">↩</div>
363
+ </div>
364
+ </div>
365
+
366
+ <div class="home-indicator"></div>
367
+ </div>
368
+ </body>
369
+ </html>
code/15670/15670_3.html ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Ulm Search UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1A1435; /* deep indigo/purple like the app */
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 120px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-weight: 600;
27
+ color: #EDEAFB;
28
+ font-size: 40px;
29
+ }
30
+ .status-right {
31
+ display: flex; align-items: center; gap: 28px;
32
+ }
33
+ .battery {
34
+ display: inline-flex; align-items: center; gap: 12px; font-size: 36px;
35
+ }
36
+ .battery .box {
37
+ width: 60px; height: 30px; border: 3px solid #EDEAFB; border-radius: 6px; position: relative;
38
+ }
39
+ .battery .box::after {
40
+ content: ""; position: absolute; right: -12px; top: 8px; width: 10px; height: 14px; background: #EDEAFB; border-radius: 3px;
41
+ }
42
+ .battery .level {
43
+ position: absolute; left: 2px; top: 2px; height: 24px; width: 52px; background: #B7F5CE; border-radius: 4px;
44
+ }
45
+
46
+ /* Title + back */
47
+ .title-bar {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0; right: 0;
51
+ height: 140px;
52
+ display: flex; align-items: center;
53
+ padding: 0 36px;
54
+ gap: 26px;
55
+ }
56
+ .title-text { font-size: 64px; font-weight: 700; letter-spacing: 0.5px; }
57
+
58
+ .icon-btn {
59
+ width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center;
60
+ }
61
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #FFFFFF; stroke-width: 6px; }
62
+
63
+ /* Search box */
64
+ .search-wrap {
65
+ position: absolute;
66
+ top: 260px;
67
+ left: 30px;
68
+ width: 1020px;
69
+ height: 110px;
70
+ background: #FFFFFF;
71
+ border-radius: 18px;
72
+ display: flex; align-items: center;
73
+ padding: 0 26px;
74
+ box-shadow: 0 6px 14px rgba(0,0,0,0.25);
75
+ color: #1A1435;
76
+ }
77
+ .search-left { display: flex; align-items: center; gap: 22px; flex: 1; }
78
+ .search-icon {
79
+ width: 48px; height: 48px; border: 2px solid #8E8AA6; border-radius: 24px; display: inline-flex; align-items: center; justify-content: center;
80
+ }
81
+ .search-text { font-size: 48px; font-weight: 600; }
82
+ .clear-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
83
+ .clear-btn svg { width: 40px; height: 40px; stroke: #4B4765; }
84
+
85
+ /* Tabs */
86
+ .tabs {
87
+ position: absolute;
88
+ top: 394px;
89
+ left: 30px;
90
+ width: 1020px;
91
+ height: 90px;
92
+ display: flex; align-items: center; gap: 34px;
93
+ color: #EDEAFB;
94
+ }
95
+ .tab {
96
+ display: inline-flex; align-items: center; gap: 16px;
97
+ padding: 14px 24px;
98
+ border-radius: 16px;
99
+ font-size: 40px;
100
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
101
+ }
102
+ .tab svg { width: 38px; height: 38px; stroke: #EDEAFB; }
103
+ .tab.active {
104
+ background: rgba(255,255,255,0.12);
105
+ box-shadow: none;
106
+ font-weight: 700;
107
+ }
108
+
109
+ /* Results header */
110
+ .results-header {
111
+ position: absolute;
112
+ top: 500px;
113
+ left: 0; right: 0;
114
+ height: 120px;
115
+ background: #EDECF3;
116
+ color: #2B2650;
117
+ display: flex; align-items: center;
118
+ font-size: 42px; font-weight: 700;
119
+ padding-left: 46px;
120
+ border-top: 1px solid rgba(0,0,0,0.08);
121
+ border-bottom: 1px solid rgba(0,0,0,0.12);
122
+ }
123
+
124
+ /* List */
125
+ .list {
126
+ position: absolute;
127
+ top: 620px;
128
+ left: 0; right: 0;
129
+ bottom: 940px; /* leaves room for the keyboard */
130
+ overflow: hidden;
131
+ }
132
+ .list-item {
133
+ height: 150px;
134
+ padding: 0 46px;
135
+ display: flex; align-items: center; justify-content: space-between;
136
+ border-bottom: 1px solid rgba(255,255,255,0.12);
137
+ }
138
+ .item-left { display: flex; align-items: center; gap: 26px; }
139
+ .train-icon {
140
+ width: 90px; height: 90px; border-radius: 45px; background: #2B2650;
141
+ border: 2px solid rgba(255,255,255,0.35);
142
+ display: flex; align-items: center; justify-content: center;
143
+ }
144
+ .train-icon svg { width: 52px; height: 52px; fill: none; stroke: #C8C6E6; stroke-width: 5px; }
145
+ .item-title { font-size: 52px; font-weight: 800; }
146
+ .item-sub { font-size: 36px; color: #C8C6E6; margin-top: 8px; }
147
+ .star {
148
+ width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
149
+ }
150
+ .star svg { width: 60px; height: 60px; fill: none; stroke: #D8D6F2; stroke-width: 5px; }
151
+
152
+ /* Keyboard mock */
153
+ .keyboard {
154
+ position: absolute;
155
+ left: 0; right: 0; bottom: 0;
156
+ height: 940px;
157
+ background: #0F1217;
158
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
159
+ box-shadow: 0 -12px 24px rgba(0,0,0,0.45);
160
+ padding: 34px 42px;
161
+ color: #E6E8EB;
162
+ }
163
+ .kb-top {
164
+ display: flex; align-items: center; justify-content: space-between;
165
+ padding: 14px 10px;
166
+ }
167
+ .kb-field {
168
+ font-size: 56px; font-weight: 700; color: #C9CDD2;
169
+ }
170
+ .mic-btn {
171
+ width: 88px; height: 88px; border-radius: 44px; background: #2A2F37;
172
+ display: flex; align-items: center; justify-content: center;
173
+ }
174
+ .mic-btn svg { width: 44px; height: 44px; fill: none; stroke: #B7F5CE; stroke-width: 5px; }
175
+
176
+ .keys {
177
+ margin-top: 26px;
178
+ display: grid;
179
+ grid-template-columns: repeat(10, 1fr);
180
+ grid-gap: 16px;
181
+ }
182
+ .key {
183
+ height: 120px; background: #272C33; border-radius: 18px;
184
+ display: flex; align-items: center; justify-content: center;
185
+ font-size: 46px; color: #DDE1E6;
186
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
187
+ }
188
+ .keys.row2 { margin-top: 22px; grid-template-columns: repeat(10, 1fr); }
189
+ .keys.row3 { margin-top: 22px; grid-template-columns: repeat(9, 1fr); padding: 0 50px; }
190
+ .keys.row4 { margin-top: 22px; grid-template-columns: 1.4fr repeat(7, 1fr) 1.4fr; }
191
+ .enter {
192
+ background: #9CF3C5; color: #0F1217; font-weight: 800;
193
+ }
194
+ .spacebar {
195
+ grid-column: span 6;
196
+ height: 120px; background: #272C33; border-radius: 18px;
197
+ display: flex; align-items: center; justify-content: center;
198
+ color: #A3A9B0; font-size: 36px;
199
+ }
200
+ .dot { font-size: 60px; }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Status Bar -->
207
+ <div class="status-bar">
208
+ <div>2:13</div>
209
+ <div class="status-right">
210
+ <span style="font-size:38px;">⋮⋮</span>
211
+ <span style="font-size:38px;">📶</span>
212
+ <div class="battery">
213
+ <div class="box"><div class="level"></div></div>
214
+ <div>100%</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Title Bar -->
220
+ <div class="title-bar">
221
+ <div class="icon-btn">
222
+ <svg viewBox="0 0 24 24">
223
+ <path d="M15 18l-6-6 6-6"/>
224
+ </svg>
225
+ </div>
226
+ <div class="title-text">Where to next?</div>
227
+ </div>
228
+
229
+ <!-- Search -->
230
+ <div class="search-wrap">
231
+ <div class="search-left">
232
+ <div class="search-icon">
233
+ <svg viewBox="0 0 24 24">
234
+ <circle cx="10" cy="10" r="7" stroke="#8E8AA6" fill="none" stroke-width="2"></circle>
235
+ <path d="M15 15l6 6" stroke="#8E8AA6" stroke-width="2"></path>
236
+ </svg>
237
+ </div>
238
+ <div class="search-text">Ulm</div>
239
+ </div>
240
+ <div class="clear-btn">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M6 6l12 12M18 6L6 18"></path>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Tabs -->
248
+ <div class="tabs">
249
+ <div class="tab active">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M4 6h16M4 12h16M4 18h12"></path>
252
+ </svg>
253
+ <div>View as list</div>
254
+ </div>
255
+ <div class="tab">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M12 21s-6-6-6-10a6 6 0 1 1 12 0c0 4-6 10-6 10z"></path>
258
+ </svg>
259
+ <div>View on map</div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Results header -->
264
+ <div class="results-header">Search results</div>
265
+
266
+ <!-- List -->
267
+ <div class="list">
268
+ <div class="list-item">
269
+ <div class="item-left">
270
+ <div class="train-icon">
271
+ <svg viewBox="0 0 24 24">
272
+ <rect x="6" y="6" width="12" height="10" rx="2"></rect>
273
+ <circle cx="9" cy="17" r="1.5"></circle>
274
+ <circle cx="15" cy="17" r="1.5"></circle>
275
+ </svg>
276
+ </div>
277
+ <div>
278
+ <div class="item-title">Ulm Hbf</div>
279
+ <div class="item-sub">Germany</div>
280
+ </div>
281
+ </div>
282
+ <div class="star">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M12 3l3 6 6 .8-4.5 4.3 1.1 6.1L12 17l-5.6 3.2 1.1-6.1L3 9.8 9 9l3-6z"></path>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="list-item">
290
+ <div class="item-left">
291
+ <div class="train-icon">
292
+ <svg viewBox="0 0 24 24">
293
+ <rect x="6" y="6" width="12" height="10" rx="2"></rect>
294
+ <circle cx="9" cy="17" r="1.5"></circle>
295
+ <circle cx="15" cy="17" r="1.5"></circle>
296
+ </svg>
297
+ </div>
298
+ <div>
299
+ <div class="item-title">Ulm Neu</div>
300
+ <div class="item-sub">Germany</div>
301
+ </div>
302
+ </div>
303
+ <div class="star">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M12 3l3 6 6 .8-4.5 4.3 1.1 6.1L12 17l-5.6 3.2 1.1-6.1L3 9.8 9 9l3-6z"></path>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="list-item">
311
+ <div class="item-left">
312
+ <div class="train-icon">
313
+ <svg viewBox="0 0 24 24">
314
+ <rect x="6" y="6" width="12" height="10" rx="2"></rect>
315
+ <circle cx="9" cy="17" r="1.5"></circle>
316
+ <circle cx="15" cy="17" r="1.5"></circle>
317
+ </svg>
318
+ </div>
319
+ <div>
320
+ <div class="item-title">Ulm Ost</div>
321
+ <div class="item-sub">Germany</div>
322
+ </div>
323
+ </div>
324
+ <div class="star">
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M12 3l3 6 6 .8-4.5 4.3 1.1 6.1L12 17l-5.6 3.2 1.1-6.1L3 9.8 9 9l3-6z"></path>
327
+ </svg>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="list-item">
332
+ <div class="item-left">
333
+ <div class="train-icon">
334
+ <svg viewBox="0 0 24 24">
335
+ <rect x="6" y="6" width="12" height="10" rx="2"></rect>
336
+ <circle cx="9" cy="17" r="1.5"></circle>
337
+ <circle cx="15" cy="17" r="1.5"></circle>
338
+ </svg>
339
+ </div>
340
+ <div>
341
+ <div class="item-title">Ulm-Donautal</div>
342
+ <div class="item-sub">Germany</div>
343
+ </div>
344
+ </div>
345
+ <div class="star">
346
+ <svg viewBox="0 0 24 24">
347
+ <path d="M12 3l3 6 6 .8-4.5 4.3 1.1 6.1L12 17l-5.6 3.2 1.1-6.1L3 9.8 9 9l3-6z"></path>
348
+ </svg>
349
+ </div>
350
+ </div>
351
+
352
+ <div class="list-item">
353
+ <div class="item-left">
354
+ <div class="train-icon">
355
+ <svg viewBox="0 0 24 24">
356
+ <rect x="6" y="6" width="12" height="10" rx="2"></rect>
357
+ <circle cx="9" cy="17" r="1.5"></circle>
358
+ <circle cx="15" cy="17" r="1.5"></circle>
359
+ </svg>
360
+ </div>
361
+ <div>
362
+ <div class="item-title">Ulm-Soeflingen</div>
363
+ <div class="item-sub">Germany</div>
364
+ </div>
365
+ </div>
366
+ <div class="star">
367
+ <svg viewBox="0 0 24 24">
368
+ <path d="M12 3l3 6 6 .8-4.5 4.3 1.1 6.1L12 17l-5.6 3.2 1.1-6.1L3 9.8 9 9l3-6z"></path>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Keyboard -->
375
+ <div class="keyboard">
376
+ <div class="kb-top">
377
+ <div class="kb-field">Ulm</div>
378
+ <div class="mic-btn">
379
+ <svg viewBox="0 0 24 24">
380
+ <rect x="8" y="5" width="8" height="10" rx="4"></rect>
381
+ <path d="M12 15v4M7 12a5 5 0 0 0 10 0" stroke="#B7F5CE"></path>
382
+ </svg>
383
+ </div>
384
+ </div>
385
+ <!-- Row 1 -->
386
+ <div class="keys">
387
+ <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>
388
+ <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>
389
+ </div>
390
+ <!-- Row 2 -->
391
+ <div class="keys row2">
392
+ <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>
393
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">&larr;</div>
394
+ </div>
395
+ <!-- Row 3 -->
396
+ <div class="keys row3">
397
+ <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>
398
+ <div class="key">n</div><div class="key">m</div><div class="key">⌫</div><div class="key enter">↵</div>
399
+ </div>
400
+ <!-- Row 4 -->
401
+ <div class="keys row4">
402
+ <div class="key">?123</div>
403
+ <div class="key">,</div>
404
+ <div class="spacebar">space</div>
405
+ <div class="key dot">.</div>
406
+ <div class="key enter">⟶</div>
407
+ </div>
408
+ </div>
409
+
410
+ </div>
411
+ </body>
412
+ </html>
code/15670/15670_4.html ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Planner UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #1e1b3a;
15
+ }
16
+
17
+ /* Top scenic banner */
18
+ .banner {
19
+ position: absolute;
20
+ left: 0;
21
+ top: 0;
22
+ width: 1080px;
23
+ height: 820px;
24
+ background: #E0E0E0;
25
+ border-bottom: 1px solid #BDBDBD;
26
+ display: flex;
27
+ align-items: flex-end;
28
+ padding: 40px 50px;
29
+ box-sizing: border-box;
30
+ }
31
+ .banner::before {
32
+ content: "[IMG: Scenic mountains with train]";
33
+ position: absolute;
34
+ left: 50%;
35
+ top: 50%;
36
+ transform: translate(-50%,-50%);
37
+ color: #757575;
38
+ font-size: 28px;
39
+ }
40
+ .status-bar {
41
+ position: absolute;
42
+ top: 24px;
43
+ left: 24px;
44
+ right: 24px;
45
+ height: 60px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ color: #0b0b0b;
50
+ font-weight: 600;
51
+ }
52
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
53
+ .status-time { font-size: 38px; color: #fff; letter-spacing: 1px; }
54
+ .status-icon svg { width: 38px; height: 38px; }
55
+ .battery-text { color: #fff; font-size: 30px; }
56
+
57
+ .headline {
58
+ position: absolute;
59
+ left: 40px;
60
+ top: 480px;
61
+ font-size: 88px;
62
+ line-height: 1.05;
63
+ color: #ffffff;
64
+ font-weight: 800;
65
+ text-shadow: 0 2px 4px rgba(0,0,0,0.25);
66
+ }
67
+
68
+ /* Tabs */
69
+ .tabs {
70
+ position: absolute;
71
+ top: 820px;
72
+ left: 0;
73
+ width: 1080px;
74
+ background: #fff;
75
+ border-top-left-radius: 20px;
76
+ border-top-right-radius: 20px;
77
+ box-shadow: 0 -6px 10px rgba(0,0,0,0.05);
78
+ }
79
+ .tab-row {
80
+ display: flex;
81
+ padding: 28px 40px 20px 40px;
82
+ gap: 40px;
83
+ align-items: center;
84
+ border-bottom: 2px solid #eee;
85
+ }
86
+ .tab {
87
+ display: flex; align-items: center; gap: 16px;
88
+ font-weight: 700; font-size: 46px; color: #1e1b3a;
89
+ padding-bottom: 14px;
90
+ }
91
+ .tab.inactive { color: #6d6c87; }
92
+ .tab.active { border-bottom: 6px solid #1e1b3a; }
93
+ .tab svg { width: 50px; height: 50px; }
94
+
95
+ /* Form section */
96
+ .form {
97
+ position: absolute;
98
+ top: 940px;
99
+ left: 24px;
100
+ right: 24px;
101
+ }
102
+ .field {
103
+ position: relative;
104
+ background: #fafafa;
105
+ border: 1px solid #dedede;
106
+ border-radius: 24px;
107
+ padding: 34px 34px;
108
+ margin: 18px 0;
109
+ height: 150px;
110
+ display: flex;
111
+ align-items: center;
112
+ gap: 28px;
113
+ box-sizing: border-box;
114
+ }
115
+ .field .label {
116
+ font-size: 42px; font-weight: 700; color: #1e1b3a;
117
+ }
118
+ .field .sub { font-size: 36px; color: #8a8aa3; }
119
+ .icon-circle {
120
+ width: 72px; height: 72px; border-radius: 50%;
121
+ border: 2px solid #CFCFE3; display: flex; align-items: center; justify-content: center;
122
+ background: #ffffff;
123
+ }
124
+ .swap {
125
+ position: absolute;
126
+ right: 20px;
127
+ top: 24px;
128
+ width: 100px; height: 100px;
129
+ border-radius: 50%;
130
+ border: 1px solid #d7d7e6;
131
+ background: #fff;
132
+ display: flex; align-items: center; justify-content: center;
133
+ }
134
+ .swap svg { width: 54px; height: 54px; }
135
+
136
+ .row {
137
+ display: flex;
138
+ gap: 24px;
139
+ margin-top: 16px;
140
+ }
141
+ .chip {
142
+ flex: 1;
143
+ background: #fafafa;
144
+ border: 1px solid #dedede;
145
+ border-radius: 24px;
146
+ height: 120px;
147
+ display: flex;
148
+ align-items: center;
149
+ gap: 24px;
150
+ padding: 0 34px;
151
+ font-size: 40px;
152
+ box-sizing: border-box;
153
+ }
154
+ .chip.small { flex: 0 0 360px; }
155
+ .chip svg { width: 48px; height: 48px; }
156
+
157
+ .cta {
158
+ margin: 28px 24px;
159
+ height: 130px;
160
+ background: #f1bc45;
161
+ border-radius: 20px;
162
+ display: flex; align-items: center; justify-content: center;
163
+ color: #231d41; font-weight: 800; font-size: 52px;
164
+ box-shadow: 0 4px 0 rgba(181,134,24,0.6);
165
+ }
166
+ .link {
167
+ text-align: center;
168
+ margin-top: 18px;
169
+ font-size: 42px;
170
+ color: #1e1b3a;
171
+ text-decoration: underline;
172
+ }
173
+
174
+ /* Spacer area */
175
+ .content-spacer {
176
+ position: absolute;
177
+ top: 1450px;
178
+ left: 0;
179
+ right: 0;
180
+ bottom: 170px;
181
+ background: #ffffff;
182
+ }
183
+
184
+ /* Bottom navigation */
185
+ .bottom-nav {
186
+ position: absolute;
187
+ left: 0;
188
+ bottom: 0;
189
+ width: 1080px;
190
+ height: 160px;
191
+ border-top: 1px solid #e6e6ef;
192
+ background: #ffffff;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: space-around;
196
+ }
197
+ .nav-item {
198
+ display: flex; flex-direction: column; align-items: center; gap: 8px;
199
+ color: #9ea0b5; font-size: 36px; font-weight: 700;
200
+ }
201
+ .nav-item.active { color: #1e1b3a; }
202
+ .nav-item svg { width: 64px; height: 64px; }
203
+
204
+ /* Utility icon colors */
205
+ .muted { color: #7a7a96; }
206
+ .dark { color: #1e1b3a; }
207
+ </style>
208
+ </head>
209
+ <body>
210
+ <div id="render-target">
211
+
212
+ <!-- Scenic banner with status bar and headline -->
213
+ <div class="banner"></div>
214
+
215
+ <div class="status-bar">
216
+ <div class="status-left">
217
+ <div class="status-time">2:14</div>
218
+ <div class="status-icon">
219
+ <!-- Small app icons mock -->
220
+ <svg viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="10" fill="#7ad17a"></circle>
222
+ <text x="12" y="16" text-anchor="middle" font-size="14" fill="#fff">V</text>
223
+ </svg>
224
+ </div>
225
+ <div class="status-icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M3 14l9-9 9 9" fill="none" stroke="#fff" stroke-width="2"/>
228
+ <path d="M5 14l7-7 7 7" fill="none" stroke="#fff" stroke-width="2" opacity="0.7"/>
229
+ <path d="M7 14l5-5 5 5" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
230
+ </svg>
231
+ </div>
232
+ <div class="status-icon">
233
+ <svg viewBox="0 0 24 24">
234
+ <rect x="2" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
235
+ <rect x="4" y="7" width="10" height="10" fill="#fff"/>
236
+ <rect x="15" y="9" width="3" height="6" fill="#fff" opacity="0.7"/>
237
+ </svg>
238
+ </div>
239
+ <div class="status-icon">
240
+ <svg viewBox="0 0 24 24">
241
+ <circle cx="12" cy="12" r="10" fill="#ffcf66"/>
242
+ <path d="M12 6v6l4 2" stroke="#7a4d00" stroke-width="2" fill="none" stroke-linecap="round"/>
243
+ </svg>
244
+ </div>
245
+ <div class="status-icon">
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="12" cy="12" r="10" fill="#81c784"/>
248
+ <path d="M8 12l3 3 5-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+ <div class="status-right">
253
+ <div class="status-icon">
254
+ <!-- WiFi -->
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M2 9c4-4 16-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
257
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" fill="none"/>
258
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" fill="none"/>
259
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
260
+ </svg>
261
+ </div>
262
+ <div class="status-icon">
263
+ <!-- Battery -->
264
+ <svg viewBox="0 0 28 24">
265
+ <rect x="2" y="6" width="22" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
266
+ <rect x="24" y="9" width="2" height="6" fill="#fff"/>
267
+ <rect x="4" y="8" width="16" height="8" fill="#fff"/>
268
+ </svg>
269
+ </div>
270
+ <div class="battery-text">100%</div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="headline">Where to next?</div>
275
+
276
+ <!-- Tabs -->
277
+ <div class="tabs">
278
+ <div class="tab-row">
279
+ <div class="tab active">
280
+ <svg viewBox="0 0 24 24">
281
+ <circle cx="12" cy="12" r="9" stroke="#1e1b3a" stroke-width="2" fill="none"/>
282
+ <path d="M12 7v5l4 2" stroke="#1e1b3a" stroke-width="2" fill="none" stroke-linecap="round"/>
283
+ </svg>
284
+ <span>Planner</span>
285
+ </div>
286
+ <div class="tab inactive">
287
+ <svg viewBox="0 0 24 24">
288
+ <rect x="3" y="6" width="18" height="10" rx="2" ry="2" stroke="#6d6c87" stroke-width="2" fill="none"/>
289
+ <path d="M7 16v2h10v-2" stroke="#6d6c87" stroke-width="2" fill="none"/>
290
+ </svg>
291
+ <span>Departures</span>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Form -->
297
+ <div class="form">
298
+ <div class="field">
299
+ <div class="icon-circle">
300
+ <!-- location pin -->
301
+ <svg viewBox="0 0 24 24">
302
+ <path d="M12 22s7-8 7-12a7 7 0 10-14 0c0 4 7 12 7 12z" fill="none" stroke="#6d6c87" stroke-width="2"/>
303
+ <circle cx="12" cy="10" r="3" fill="#6d6c87"/>
304
+ </svg>
305
+ </div>
306
+ <div class="label">Ulm Hbf (Germany)</div>
307
+ <div class="swap">
308
+ <svg viewBox="0 0 24 24">
309
+ <path d="M7 7h10M7 7l3-3M7 7l3 3" stroke="#1e1b3a" stroke-width="2" fill="none" stroke-linecap="round"/>
310
+ <path d="M17 17H7M17 17l-3-3M17 17l-3 3" stroke="#1e1b3a" stroke-width="2" fill="none" stroke-linecap="round"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="field">
316
+ <div class="icon-circle">
317
+ <svg viewBox="0 0 24 24">
318
+ <path d="M12 22s7-8 7-12a7 7 0 10-14 0c0 4 7 12 7 12z" fill="none" stroke="#6d6c87" stroke-width="2"/>
319
+ <circle cx="12" cy="10" r="3" fill="#6d6c87"/>
320
+ </svg>
321
+ </div>
322
+ <div class="label">Frauenfeld (Switzerland)</div>
323
+ </div>
324
+
325
+ <div class="row">
326
+ <div class="chip">
327
+ <svg viewBox="0 0 24 24">
328
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" stroke="#6d6c87" stroke-width="2" fill="none"/>
329
+ <path d="M7 4v4M12 4v4M17 4v4" stroke="#6d6c87" stroke-width="2"/>
330
+ </svg>
331
+ <span>Departure: Now</span>
332
+ </div>
333
+ <div class="chip small">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M5 5v14M12 8v9M19 11v6" stroke="#6d6c87" stroke-width="2"/>
336
+ <circle cx="5" cy="9" r="2" fill="#6d6c87"/>
337
+ <circle cx="12" cy="12" r="2" fill="#6d6c87"/>
338
+ <circle cx="19" cy="14" r="2" fill="#6d6c87"/>
339
+ </svg>
340
+ <span>Filters</span>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="cta">Plan my journey</div>
345
+ <div class="link">About the timetable</div>
346
+ </div>
347
+
348
+ <div class="content-spacer"></div>
349
+
350
+ <!-- Bottom navigation -->
351
+ <div class="bottom-nav">
352
+ <div class="nav-item active">
353
+ <svg viewBox="0 0 24 24">
354
+ <circle cx="12" cy="12" r="9" stroke="#1e1b3a" stroke-width="2" fill="none"/>
355
+ <path d="M12 7v5l4 2" stroke="#1e1b3a" stroke-width="2" fill="none" stroke-linecap="round"/>
356
+ </svg>
357
+ <div>Planner</div>
358
+ </div>
359
+ <div class="nav-item">
360
+ <svg viewBox="0 0 24 24">
361
+ <path d="M4 20l8-14 8 14H4z" stroke="#9ea0b5" stroke-width="2" fill="none"/>
362
+ <circle cx="12" cy="11" r="2" fill="#9ea0b5"/>
363
+ </svg>
364
+ <div>My Trip</div>
365
+ </div>
366
+ <div class="nav-item">
367
+ <svg viewBox="0 0 24 24">
368
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" stroke="#9ea0b5" stroke-width="2" fill="none"/>
369
+ <circle cx="9" cy="12" r="3" stroke="#9ea0b5" stroke-width="2" fill="none"/>
370
+ <path d="M14 10h5v4h-5z" fill="#9ea0b5"/>
371
+ </svg>
372
+ <div>My Pass</div>
373
+ </div>
374
+ <div class="nav-item">
375
+ <svg viewBox="0 0 24 24">
376
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#9ea0b5" stroke-width="2" stroke-linecap="round"/>
377
+ </svg>
378
+ <div>More</div>
379
+ </div>
380
+ </div>
381
+
382
+ </div>
383
+ </body>
384
+ </html>
code/15670/15670_5.html ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#18143A; /* deep navy/purple app background */
11
+ color:#EAEAF4;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0;
17
+ height:120px; padding:0 40px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ font-size:40px; color:#EDEAFD;
20
+ opacity:0.95;
21
+ }
22
+ .status-left, .status-right { display:flex; align-items:center; gap:28px; }
23
+ .status-icon svg { width:36px; height:36px; fill:#C9C6F5; }
24
+
25
+ /* Header title + back */
26
+ .header {
27
+ position:absolute; top:120px; left:0; right:0;
28
+ height:160px; display:flex; align-items:center;
29
+ padding:0 40px; gap:28px;
30
+ }
31
+ .back-btn {
32
+ width:72px; height:72px; border-radius:36px;
33
+ display:flex; align-items:center; justify-content:center;
34
+ }
35
+ .header-title {
36
+ font-size:64px; font-weight:700; color:#FFFFFF;
37
+ }
38
+
39
+ /* Search bar */
40
+ .search-bar {
41
+ position:absolute; top:280px; left:30px;
42
+ width:1020px; height:120px; border-radius:22px;
43
+ background:#FFFFFF; color:#555;
44
+ display:flex; align-items:center; gap:24px; padding:0 32px;
45
+ }
46
+ .search-icon svg { width:42px; height:42px; fill:#777; }
47
+ .search-placeholder { font-size:40px; color:#888; }
48
+
49
+ /* Tabs */
50
+ .tabs {
51
+ position:absolute; top:420px; left:0; right:0;
52
+ height:120px; display:flex; align-items:center;
53
+ padding:0 40px; gap:40px; border-bottom:4px solid rgba(255,255,255,0.06);
54
+ }
55
+ .tab {
56
+ display:flex; align-items:center; gap:18px;
57
+ color:#D9D6FF; font-size:40px; padding:22px 26px;
58
+ }
59
+ .tab.active { border-bottom:6px solid #2D235E; }
60
+ .tab svg { width:42px; height:42px; fill:#D9D6FF; }
61
+
62
+ /* Section headers */
63
+ .section-header {
64
+ position:absolute; top:540px; left:0; right:0;
65
+ height:110px; display:flex; align-items:center;
66
+ padding:0 40px; font-size:42px; color:#C9C6F5;
67
+ background:#EAEAF4; opacity:0.15;
68
+ }
69
+
70
+ /* GPS card */
71
+ .gps-card {
72
+ position:absolute; top:650px; left:0; right:0;
73
+ padding:60px 80px;
74
+ display:flex; flex-direction:column; align-items:center; text-align:center;
75
+ gap:40px;
76
+ }
77
+ .gps-panel {
78
+ width:980px; min-height:430px; border-radius:18px;
79
+ background:#FFFFFF; color:#222; display:flex;
80
+ flex-direction:column; align-items:center; justify-content:center;
81
+ padding:60px; box-shadow:0 10px 24px rgba(0,0,0,0.15);
82
+ }
83
+ .gps-text {
84
+ font-size:48px; line-height:1.3; color:#25284A;
85
+ max-width:820px;
86
+ }
87
+ .gps-button {
88
+ margin-top:40px;
89
+ background:#F2B23C; color:#1F1A3E;
90
+ border:none; border-radius:16px; font-size:48px; font-weight:700;
91
+ padding:26px 46px; cursor:pointer;
92
+ box-shadow:0 8px 0 rgba(0,0,0,0.08);
93
+ }
94
+
95
+ /* Recent searches header */
96
+ .recent-header {
97
+ position:absolute; top:1210px; left:0; right:0;
98
+ height:110px; display:flex; align-items:center;
99
+ padding:0 40px; font-size:42px; color:#C9C6F5;
100
+ background:#EAEAF4; opacity:0.15;
101
+ }
102
+
103
+ /* List items */
104
+ .list {
105
+ position:absolute; top:1320px; left:0; right:0;
106
+ padding:0 40px;
107
+ }
108
+ .item {
109
+ display:flex; align-items:center; justify-content:space-between;
110
+ background:rgba(255,255,255,0.06);
111
+ border-bottom:2px solid rgba(255,255,255,0.08);
112
+ padding:34px 24px;
113
+ }
114
+ .item + .item { margin-top:6px; }
115
+ .item-left { display:flex; align-items:center; gap:26px; }
116
+ .train-icon {
117
+ width:72px; height:72px; border-radius:36px; background:#D3D0F8;
118
+ display:flex; align-items:center; justify-content:center;
119
+ }
120
+ .train-icon svg { width:42px; height:42px; fill:#1D1B3F; }
121
+ .item-text { display:flex; flex-direction:column; }
122
+ .item-title { font-size:48px; color:#FFFFFF; }
123
+ .item-sub { font-size:36px; color:#BDB9E6; margin-top:8px; }
124
+ .fav-btn svg { width:60px; height:60px; fill:none; stroke:#DAD7FF; stroke-width:4px; }
125
+
126
+ /* Keyboard mock */
127
+ .keyboard {
128
+ position:absolute; bottom:0; left:0; right:0;
129
+ height:740px; background:#0E0F12; border-top-left-radius:24px; border-top-right-radius:24px;
130
+ padding:36px 26px; box-shadow:0 -10px 20px rgba(0,0,0,0.35);
131
+ }
132
+ .key-row { display:flex; justify-content:center; gap:22px; margin-bottom:30px; }
133
+ .key {
134
+ width:84px; height:110px; border-radius:22px;
135
+ background:#1A1D22; color:#D7DBE2; font-size:44px;
136
+ display:flex; align-items:center; justify-content:center;
137
+ }
138
+ .key.small { width:120px; }
139
+ .key.smaller { width:100px; }
140
+ .key.wide { width:420px; }
141
+ .key.green {
142
+ background:#AEEFC7; color:#103328; font-weight:700;
143
+ }
144
+ .key.round { border-radius:60px; }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">
153
+ <div>2:14</div>
154
+ <div class="status-icon">
155
+ <!-- simple alert icon -->
156
+ <svg viewBox="0 0 24 24"><path d="M12 2l10 18H2L12 2zm0 6a1 1 0 0 0-1 1v5h2V9a1 1 0 0 0-1-1zm0 9a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>
157
+ </div>
158
+ <div class="status-icon">
159
+ <!-- mail icon -->
160
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm9 6L3 6v12h18V6l-9 5z"/></svg>
161
+ </div>
162
+ <div class="status-icon">
163
+ <!-- bell icon -->
164
+ <svg viewBox="0 0 24 24"><path d="M12 2a6 6 0 0 1 6 6v5l2 2v1H4v-1l2-2V8a6 6 0 0 1 6-6zm0 20a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"/></svg>
165
+ </div>
166
+ <div class="status-icon">
167
+ <!-- gear icon -->
168
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm9 4l-2.1.3a7.3 7.3 0 0 1-.7 1.7l1.3 1.7-2 2-1.7-1.3a7.3 7.3 0 0 1-1.7.7L14 21h-4l-.3-2.1a7.3 7.3 0 0 1-1.7-.7L6.3 19l-2-2 1.3-1.7a7.3 7.3 0 0 1-.7-1.7L3 12l2.1-.3a7.3 7.3 0 0 1 .7-1.7L4.5 8.3l2-2 1.7 1.3a7.3 7.3 0 0 1 1.7-.7L10 4h4l.3 2.1a7.3 7.3 0 0 1 1.7.7l1.7-1.3 2 2-1.3 1.7c.3.5.5 1.1.7 1.7L21 12z"/></svg>
169
+ </div>
170
+ </div>
171
+ <div class="status-right">
172
+ <div class="status-icon">
173
+ <!-- wifi -->
174
+ <svg viewBox="0 0 24 24"><path d="M2 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-2zm6 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
175
+ </div>
176
+ <div class="status-icon">
177
+ <!-- battery -->
178
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2" fill="#C9C6F5"/><rect x="4" y="8" width="16" height="8" fill="#18143A"/><rect x="22" y="9" width="4" height="6" rx="1" fill="#C9C6F5"/></svg>
179
+ </div>
180
+ <div>100%</div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Header -->
185
+ <div class="header">
186
+ <div class="back-btn">
187
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="#FFFFFF"><path d="M15.5 19l-7-7 7-7 1.5 1.5L11.5 12l5.5 5.5-1.5 1.5z"/></svg>
188
+ </div>
189
+ <div class="header-title">Where to next?</div>
190
+ </div>
191
+
192
+ <!-- Search -->
193
+ <div class="search-bar">
194
+ <div class="search-icon">
195
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm11 17-5-5"/></svg>
196
+ </div>
197
+ <div class="search-placeholder">Search stations or destinations</div>
198
+ </div>
199
+
200
+ <!-- Tabs -->
201
+ <div class="tabs">
202
+ <div class="tab active">
203
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h12v2H3v-2zm0 5h18v2H3v-2z"/></svg>
204
+ <div>View as list</div>
205
+ </div>
206
+ <div class="tab">
207
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
208
+ <div>View on map</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Nearby stations header -->
213
+ <div class="section-header">Nearby stations</div>
214
+
215
+ <!-- GPS panel -->
216
+ <div class="gps-card">
217
+ <div class="gps-panel">
218
+ <div class="gps-text">Please enable GPS to see nearby stations. Don't worry, we won't store your location.</div>
219
+ <button class="gps-button">Enable GPS</button>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Recent searches header -->
224
+ <div class="recent-header">Recent searches</div>
225
+
226
+ <!-- List of recent searches -->
227
+ <div class="list">
228
+ <div class="item">
229
+ <div class="item-left">
230
+ <div class="train-icon">
231
+ <svg viewBox="0 0 24 24"><path d="M7 4h10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3l2 2H7l2-2a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm2 10h6v-2H9v2zm-1-6h8V6H8v2z"/></svg>
232
+ </div>
233
+ <div class="item-text">
234
+ <div class="item-title">Ulm Hbf</div>
235
+ <div class="item-sub">Germany</div>
236
+ </div>
237
+ </div>
238
+ <div class="fav-btn">
239
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.1 1.2-6.9-5-4.8 6.9-1 3.1-6.3 3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 17.3z"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="item">
244
+ <div class="item-left">
245
+ <div class="train-icon">
246
+ <svg viewBox="0 0 24 24"><path d="M7 4h10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3l2 2H7l2-2a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm2 10h6v-2H9v2zm-1-6h8V6H8v2z"/></svg>
247
+ </div>
248
+ <div class="item-text">
249
+ <div class="item-title">Frauenfeld</div>
250
+ </div>
251
+ </div>
252
+ <div class="fav-btn">
253
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.1 1.2-6.9-5-4.8 6.9-1 3.1-6.3 3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 17.3z"/></svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Keyboard mock -->
259
+ <div class="keyboard">
260
+ <div class="key-row">
261
+ <div class="key small">?123</div>
262
+ <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>
263
+ <div class="key round">
264
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#D7DBE2"><path d="M5 20h14v-2H5v2zm7-18a6 6 0 0 0-6 6v4l-2 2v1h16v-1l-2-2V8a6 6 0 0 0-6-6z"/></svg>
265
+ </div>
266
+ </div>
267
+ <div class="key-row">
268
+ <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>
269
+ <div class="key round">⌫</div>
270
+ </div>
271
+ <div class="key-row">
272
+ <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>
273
+ <div class="key smaller">,</div>
274
+ <div class="key wide"></div>
275
+ <div class="key smaller">.</div>
276
+ <div class="key green smaller">↵</div>
277
+ </div>
278
+ </div>
279
+
280
+ </div>
281
+ </body>
282
+ </html>
code/15670/15670_6.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Where to next - 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: Arial, Helvetica, sans-serif; }
8
+ #render-target{
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#0f0a2b; color:#fff;
11
+ }
12
+ /* Status bar */
13
+ .status-bar{
14
+ height:90px; padding:0 28px; display:flex; align-items:center; justify-content:space-between;
15
+ font-size:34px; color:#dcdcf6;
16
+ }
17
+ .status-icons{ display:flex; align-items:center; gap:24px; }
18
+ .dot{ width:12px; height:12px; border-radius:50%; background:#dcdcf6; display:inline-block; }
19
+ .battery{
20
+ width:64px; height:30px; border:3px solid #dcdcf6; border-radius:6px; position:relative;
21
+ }
22
+ .battery::after{
23
+ content:""; position:absolute; right:-10px; top:8px; width:8px; height:14px; background:#dcdcf6; border-radius:2px;
24
+ }
25
+ .battery .level{
26
+ position:absolute; left:4px; top:4px; bottom:4px; width:48px; background:#dcdcf6; border-radius:3px;
27
+ }
28
+
29
+ /* Header title */
30
+ .title-row{
31
+ height:120px; display:flex; align-items:center; gap:20px; padding:0 28px; color:#f4f4ff;
32
+ font-size:56px; font-weight:700;
33
+ }
34
+ .back-btn{
35
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .back-btn svg{ width:40px; height:40px; fill:none; stroke:#f4f4ff; stroke-width:8; }
38
+
39
+ /* Search bar */
40
+ .search-wrap{ padding:20px 28px 10px; }
41
+ .search-bar{
42
+ background:#ffffff; border-radius:22px; height:120px; display:flex; align-items:center; padding:0 28px;
43
+ box-shadow:0 2px 0 rgba(0,0,0,0.1);
44
+ }
45
+ .search-icon svg{ width:44px; height:44px; fill:none; stroke:#6b6b8e; stroke-width:8; }
46
+ .search-input{
47
+ flex:1; margin:0 16px; font-size:56px; color:#161633; outline:none; border:none; background:transparent;
48
+ }
49
+ .clear-btn{
50
+ width:64px; height:64px; border-radius:32px; background:#efeff8; display:flex; align-items:center; justify-content:center;
51
+ border:1px solid #d9d9ef;
52
+ }
53
+ .clear-btn svg{ width:28px; height:28px; stroke:#6d6d90; stroke-width:8; fill:none; }
54
+
55
+ /* White content section */
56
+ .content{
57
+ position:absolute; left:0; right:0; top:340px; bottom:0; background:#ffffff; color:#1e1e2e;
58
+ border-top-left-radius:18px; border-top-right-radius:18px;
59
+ }
60
+
61
+ /* Toggle row */
62
+ .toggle-row{
63
+ display:flex; align-items:center; justify-content:flex-start; gap:40px; padding:26px 28px;
64
+ border-bottom:3px solid #ececf5;
65
+ }
66
+ .toggle{
67
+ display:flex; align-items:center; gap:16px; color:#1d2040; font-size:40px; font-weight:700;
68
+ }
69
+ .toggle svg{ width:44px; height:44px; stroke:#1d2040; fill:none; stroke-width:7; }
70
+ .toggle.secondary{ color:#7a7aa4; }
71
+ .toggle.secondary svg{ stroke:#7a7aa4; }
72
+
73
+ /* Section header */
74
+ .section-header{
75
+ background:#f1f2f6; color:#3a3a58; padding:26px 28px; font-size:40px; font-weight:700; border-bottom:2px solid #e6e7f0;
76
+ }
77
+
78
+ /* List items */
79
+ .list{
80
+ padding-bottom:940px; /* space for keyboard overlay */
81
+ }
82
+ .item{
83
+ display:flex; align-items:center; justify-content:space-between; padding:28px; border-bottom:2px solid #ececf5;
84
+ }
85
+ .left{
86
+ display:flex; align-items:center; gap:26px;
87
+ }
88
+ .train-icon{
89
+ width:96px; height:96px; border-radius:48px; background:#f3f3fb; border:2px solid #d8d9ef; display:flex; align-items:center; justify-content:center;
90
+ }
91
+ .train-icon svg{ width:56px; height:56px; stroke:#2b2b55; fill:none; stroke-width:6; }
92
+ .titles .main{ font-size:48px; color:#1a1a30; font-weight:800; }
93
+ .titles .sub{ font-size:34px; color:#8a8aa8; margin-top:6px; }
94
+ .fav{
95
+ width:80px; height:80px; border-radius:40px; border:2px solid #d7d8ea; display:flex; align-items:center; justify-content:center; background:#fff;
96
+ }
97
+ .fav svg{ width:42px; height:42px; fill:none; stroke:#9a9ab8; stroke-width:6; }
98
+
99
+ /* Keyboard */
100
+ .keyboard{
101
+ position:absolute; left:0; right:0; bottom:0; height:900px; background:#111417; color:#e9e9ef; border-top-left-radius:22px; border-top-right-radius:22px;
102
+ box-shadow:0 -6px 18px rgba(0,0,0,0.35);
103
+ }
104
+ .suggestions{
105
+ height:110px; display:flex; align-items:center; justify-content:space-between; padding:0 28px; color:#e5e5f1; font-size:44px;
106
+ border-bottom:1px solid #272a30;
107
+ }
108
+ .suggestions .pipe{ color:#7b7f8a; margin:0 18px; }
109
+ .mic{
110
+ width:72px; height:72px; border-radius:36px; background:#1b1f25; display:flex; align-items:center; justify-content:center; border:1px solid #2e3239;
111
+ }
112
+ .mic svg{ width:34px; height:34px; stroke:#cfd3db; stroke-width:6; fill:none; }
113
+ .keys{ padding:22px 18px; display:flex; flex-direction:column; gap:18px; }
114
+ .row{ display:flex; gap:14px; justify-content:center; }
115
+ .key{
116
+ width:92px; height:108px; background:#1c2026; border-radius:18px; display:flex; align-items:center; justify-content:center;
117
+ font-size:44px; color:#f5f6fb; border:1px solid #2a2e35;
118
+ }
119
+ .key.wide{ width:120px; }
120
+ .key.xwide{ width:180px; }
121
+ .space{ flex:1; height:108px; background:#1c2026; border-radius:18px; border:1px solid #2a2e35; display:flex; align-items:center; justify-content:center; font-size:40px; color:#cfd3db; }
122
+ .bottom-row{ display:flex; gap:16px; padding:8px 18px 18px; align-items:center; }
123
+ .enter{
124
+ width:128px; height:128px; background:#b2f1cf; color:#0b3b26; border-radius:64px; display:flex; align-items:center; justify-content:center; margin-left:auto;
125
+ font-weight:700; border:2px solid #8ddfb7;
126
+ }
127
+ .enter svg{ width:46px; height:46px; stroke:#0b3b26; stroke-width:8; fill:none; }
128
+ .period{ width:108px; height:108px; background:#1c2026; border:1px solid #2a2e35; border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:56px; color:#f5f6fb; }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status bar -->
135
+ <div class="status-bar">
136
+ <div>2:15</div>
137
+ <div class="status-icons">
138
+ <span class="dot"></span>
139
+ <span class="dot" style="border-radius:0; width:18px; height:18px;"></span>
140
+ <span class="dot" style="width:18px; height:18px; border:3px solid #dcdcf6; background:transparent;"></span>
141
+ <div class="battery"><div class="level"></div></div>
142
+ <div style="font-size:34px;">100%</div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Title -->
147
+ <div class="title-row">
148
+ <div class="back-btn" aria-label="Back">
149
+ <svg viewBox="0 0 24 24"><path d="M15 4 L7 12 L15 20"/></svg>
150
+ </div>
151
+ <div>Where to next?</div>
152
+ </div>
153
+
154
+ <!-- Search -->
155
+ <div class="search-wrap">
156
+ <div class="search-bar">
157
+ <div class="search-icon">
158
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M16.5 16.5 L22 22"/></svg>
159
+ </div>
160
+ <input class="search-input" type="text" value="Berlin">
161
+ <div class="clear-btn">
162
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19"/></svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- White content area -->
168
+ <div class="content">
169
+ <div class="toggle-row">
170
+ <div class="toggle">
171
+ <svg viewBox="0 0 24 24"><path d="M4 6 H20 M4 12 H16 M4 18 H12"/></svg>
172
+ <span>View as list</span>
173
+ </div>
174
+ <div class="toggle secondary">
175
+ <svg viewBox="0 0 24 24"><path d="M12 2 C8 2 5 5 5 9 c0 6 7 13 7 13 s7-7 7-13 c0-4-3-7-7-7z"/><circle cx="12" cy="9" r="3"/></svg>
176
+ <span>View on map</span>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="section-header">Search results</div>
181
+
182
+ <div class="list">
183
+ <!-- Item 1 -->
184
+ <div class="item">
185
+ <div class="left">
186
+ <div class="train-icon">
187
+ <svg viewBox="0 0 24 24">
188
+ <rect x="7" y="6" width="10" height="8" rx="2"></rect>
189
+ <path d="M7 14 H17"></path>
190
+ <circle cx="10" cy="18" r="1.5"></circle>
191
+ <circle cx="14" cy="18" r="1.5"></circle>
192
+ </svg>
193
+ </div>
194
+ <div class="titles">
195
+ <div class="main">Berlin</div>
196
+ <div class="sub">Germany</div>
197
+ </div>
198
+ </div>
199
+ <div class="fav">
200
+ <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.5 L16 13.6 L17.8 20 L12 16.6 L6.2 20 L8 13.6 L2.5 9.5 L9.2 9.2 Z"/></svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Item 2 -->
205
+ <div class="item">
206
+ <div class="left">
207
+ <div class="train-icon">
208
+ <svg viewBox="0 0 24 24">
209
+ <rect x="7" y="6" width="10" height="8" rx="2"></rect>
210
+ <path d="M7 14 H17"></path>
211
+ <circle cx="10" cy="18" r="1.5"></circle>
212
+ <circle cx="14" cy="18" r="1.5"></circle>
213
+ </svg>
214
+ </div>
215
+ <div class="titles">
216
+ <div class="main">Berlin Hbf</div>
217
+ <div class="sub">Germany</div>
218
+ </div>
219
+ </div>
220
+ <div class="fav">
221
+ <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.5 L16 13.6 L17.8 20 L12 16.6 L6.2 20 L8 13.6 L2.5 9.5 L9.2 9.2 Z"/></svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Item 3 -->
226
+ <div class="item">
227
+ <div class="left">
228
+ <div class="train-icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <rect x="7" y="6" width="10" height="8" rx="2"></rect>
231
+ <path d="M7 14 H17"></path>
232
+ <circle cx="10" cy="18" r="1.5"></circle>
233
+ <circle cx="14" cy="18" r="1.5"></circle>
234
+ </svg>
235
+ </div>
236
+ <div class="titles">
237
+ <div class="main"><span style="color:#1a1a30;">Berlin</span>-Spandau</div>
238
+ <div class="sub">Germany</div>
239
+ </div>
240
+ </div>
241
+ <div class="fav">
242
+ <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.5 L16 13.6 L17.8 20 L12 16.6 L6.2 20 L8 13.6 L2.5 9.5 L9.2 9.2 Z"/></svg>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Item 4 -->
247
+ <div class="item">
248
+ <div class="left">
249
+ <div class="train-icon">
250
+ <svg viewBox="0 0 24 24">
251
+ <rect x="7" y="6" width="10" height="8" rx="2"></rect>
252
+ <path d="M7 14 H17"></path>
253
+ <circle cx="10" cy="18" r="1.5"></circle>
254
+ <circle cx="14" cy="18" r="1.5"></circle>
255
+ </svg>
256
+ </div>
257
+ <div class="titles">
258
+ <div class="main">Berlin Gesundbrunnen</div>
259
+ <div class="sub">Germany</div>
260
+ </div>
261
+ </div>
262
+ <div class="fav">
263
+ <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.5 L16 13.6 L17.8 20 L12 16.6 L6.2 20 L8 13.6 L2.5 9.5 L9.2 9.2 Z"/></svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Item 5 -->
268
+ <div class="item">
269
+ <div class="left">
270
+ <div class="train-icon">
271
+ <svg viewBox="0 0 24 24">
272
+ <rect x="7" y="6" width="10" height="8" rx="2"></rect>
273
+ <path d="M7 14 H17"></path>
274
+ <circle cx="10" cy="18" r="1.5"></circle>
275
+ <circle cx="14" cy="18" r="1.5"></circle>
276
+ </svg>
277
+ </div>
278
+ <div class="titles">
279
+ <div class="main">Berlin Suedkreuz</div>
280
+ <div class="sub">Germany</div>
281
+ </div>
282
+ </div>
283
+ <div class="fav">
284
+ <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.5 L16 13.6 L17.8 20 L12 16.6 L6.2 20 L8 13.6 L2.5 9.5 L9.2 9.2 Z"/></svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Keyboard -->
291
+ <div class="keyboard">
292
+ <div class="suggestions">
293
+ <div style="display:flex; align-items:center;">
294
+ <span>Berlin</span><span class="pipe">|</span>
295
+ <span>Berl in</span><span class="pipe">|</span>
296
+ <span>Berliner</span>
297
+ </div>
298
+ <div class="mic">
299
+ <svg viewBox="0 0 24 24">
300
+ <path d="M12 5 a3 3 0 0 1 3 3 v4 a3 3 0 0 1 -6 0 V8 a3 3 0 0 1 3-3z"/>
301
+ <path d="M5 12 a7 7 0 0 0 14 0"/>
302
+ <path d="M12 19 v3"/>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="keys">
308
+ <div class="row">
309
+ <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>
310
+ <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>
311
+ </div>
312
+ <div class="row">
313
+ <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>
314
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
315
+ </div>
316
+ <div class="row">
317
+ <div class="key wide">⬆</div>
318
+ <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>
319
+ <div class="key">n</div><div class="key">m</div>
320
+ <div class="key wide">⌫</div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="bottom-row">
325
+ <div class="key xwide">?123</div>
326
+ <div class="key">,</div>
327
+ <div class="key">☺</div>
328
+ <div class="space">space</div>
329
+ <div class="period">.</div>
330
+ <div class="enter" title="Enter">
331
+ <svg viewBox="0 0 24 24"><path d="M20 5 V14 H9 L13 10"/></svg>
332
+ </div>
333
+ </div>
334
+ </div>
335
+
336
+ </div>
337
+ </body>
338
+ </html>
code/15670/15670_7.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Planner UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 90px;
22
+ padding: 20px 30px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #24183b;
28
+ font-weight: 600;
29
+ }
30
+ .status-left { display:flex; align-items:center; gap:20px; font-size:36px; }
31
+ .status-right { display:flex; align-items:center; gap:18px; font-size:32px; }
32
+
33
+ /* Hero image */
34
+ .hero {
35
+ position: absolute;
36
+ top: 90px;
37
+ left: 0;
38
+ width: 1080px;
39
+ height: 720px;
40
+ background: #E0E0E0;
41
+ border-bottom: 1px solid #BDBDBD;
42
+ display:flex;
43
+ align-items:center;
44
+ justify-content:center;
45
+ color:#757575;
46
+ font-size:32px;
47
+ }
48
+ .title {
49
+ position: absolute;
50
+ left: 30px;
51
+ top: 540px;
52
+ font-size: 86px;
53
+ font-weight: 800;
54
+ color: #ffffff;
55
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
56
+ letter-spacing: -1px;
57
+ }
58
+
59
+ /* Tabs */
60
+ .tabs {
61
+ position: absolute;
62
+ top: 810px;
63
+ left: 0;
64
+ width: 1080px;
65
+ height: 140px;
66
+ background: #ffffff;
67
+ display:flex;
68
+ align-items:center;
69
+ padding: 0 30px;
70
+ box-sizing:border-box;
71
+ border-bottom: 1px solid #eee;
72
+ gap: 40px;
73
+ }
74
+ .tab {
75
+ display:flex;
76
+ align-items:center;
77
+ gap:18px;
78
+ font-size: 42px;
79
+ color:#6c6285;
80
+ padding-bottom: 18px;
81
+ }
82
+ .tab svg { width:46px; height:46px; }
83
+ .tab.active {
84
+ color:#24183b;
85
+ border-bottom: 6px solid #24183b;
86
+ }
87
+
88
+ /* Form area */
89
+ .content {
90
+ position: absolute;
91
+ top: 950px;
92
+ left: 0;
93
+ width: 1080px;
94
+ padding: 0 24px;
95
+ box-sizing:border-box;
96
+ }
97
+
98
+ .card {
99
+ width: 1032px;
100
+ background: #ffffff;
101
+ border: 1px solid #e7e3ef;
102
+ border-radius: 28px;
103
+ box-shadow: 0 6px 12px rgba(0,0,0,0.04);
104
+ padding: 24px;
105
+ box-sizing: border-box;
106
+ margin-bottom: 24px;
107
+ }
108
+
109
+ .row {
110
+ height: 152px;
111
+ background: #ffffff;
112
+ border: 1px solid #e6e2ed;
113
+ border-radius: 24px;
114
+ display:flex;
115
+ align-items:center;
116
+ justify-content: space-between;
117
+ padding: 0 28px;
118
+ box-sizing:border-box;
119
+ margin-bottom: 22px;
120
+ }
121
+ .row .left {
122
+ display:flex;
123
+ align-items:center;
124
+ gap:26px;
125
+ color:#24183b;
126
+ font-size:46px;
127
+ font-weight:700;
128
+ }
129
+ .row .right {
130
+ display:flex;
131
+ align-items:center;
132
+ gap:18px;
133
+ }
134
+
135
+ /* Short rows */
136
+ .row-inline {
137
+ display:flex;
138
+ gap:24px;
139
+ }
140
+ .row-inline .item {
141
+ flex: 1;
142
+ }
143
+ .row-inline .item.short {
144
+ flex: 0 0 360px;
145
+ }
146
+
147
+ .btn-primary {
148
+ width: 1032px;
149
+ height: 128px;
150
+ background: #f0b739;
151
+ color: #24183b;
152
+ font-weight: 800;
153
+ font-size: 52px;
154
+ border-radius: 24px;
155
+ border: none;
156
+ box-shadow: 0 6px 12px rgba(0,0,0,0.09);
157
+ margin-top: 24px;
158
+ }
159
+
160
+ .link {
161
+ width: 1032px;
162
+ text-align:center;
163
+ margin: 30px auto 0;
164
+ font-size: 40px;
165
+ color: #24183b;
166
+ text-decoration: underline;
167
+ }
168
+
169
+ /* Bottom navigation */
170
+ .bottom-nav {
171
+ position: absolute;
172
+ bottom: 0;
173
+ left: 0;
174
+ width: 1080px;
175
+ height: 180px;
176
+ background: #ffffff;
177
+ border-top: 1px solid #e6e6e6;
178
+ display:flex;
179
+ align-items:center;
180
+ justify-content: space-around;
181
+ }
182
+ .nav-item {
183
+ display:flex;
184
+ flex-direction:column;
185
+ align-items:center;
186
+ gap:12px;
187
+ color:#9fa0a8;
188
+ font-size:36px;
189
+ font-weight:700;
190
+ }
191
+ .nav-item.active { color:#24183b; }
192
+ .nav-icon {
193
+ width:84px;
194
+ height:84px;
195
+ }
196
+
197
+ /* Icon helpers */
198
+ .circle-btn {
199
+ width: 96px;
200
+ height: 96px;
201
+ border-radius: 50%;
202
+ border: 1px solid #d7d3df;
203
+ display:flex;
204
+ align-items:center;
205
+ justify-content:center;
206
+ }
207
+ .small-icon { width:48px; height:48px; }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status Bar -->
214
+ <div class="status-bar">
215
+ <div class="status-left">
216
+ <div>2:16</div>
217
+ </div>
218
+ <div class="status-right">
219
+ <!-- WiFi -->
220
+ <svg width="44" height="44" viewBox="0 0 24 24">
221
+ <path d="M2 8c5-4 15-4 20 0" stroke="#24183b" stroke-width="2" fill="none" />
222
+ <path d="M5 11c3-3 11-3 14 0" stroke="#24183b" stroke-width="2" fill="none" />
223
+ <path d="M8 14c2-2 6-2 8 0" stroke="#24183b" stroke-width="2" fill="none" />
224
+ <circle cx="12" cy="18" r="1.8" fill="#24183b"/>
225
+ </svg>
226
+ <!-- Battery -->
227
+ <svg width="60" height="44" viewBox="0 0 28 16">
228
+ <rect x="1" y="3" width="22" height="10" rx="2" stroke="#24183b" stroke-width="2" fill="none"/>
229
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#24183b"/>
230
+ <rect x="3" y="5" width="18" height="6" fill="#24183b"/>
231
+ </svg>
232
+ <div>100%</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Hero Image Placeholder -->
237
+ <div class="hero">
238
+ [IMG: Scenic valley with mountains and a train]
239
+ </div>
240
+
241
+ <!-- Title -->
242
+ <div class="title">Where to next?</div>
243
+
244
+ <!-- Tabs -->
245
+ <div class="tabs">
246
+ <div class="tab active">
247
+ <!-- clock icon -->
248
+ <svg viewBox="0 0 24 24">
249
+ <circle cx="12" cy="12" r="9" stroke="#24183b" stroke-width="2" fill="none"/>
250
+ <path d="M12 6v6l4 2" stroke="#24183b" stroke-width="2" fill="none" stroke-linecap="round"/>
251
+ </svg>
252
+ <div>Planner</div>
253
+ </div>
254
+ <div class="tab">
255
+ <!-- train icon -->
256
+ <svg viewBox="0 0 24 24">
257
+ <rect x="5" y="5" width="14" height="11" rx="2" stroke="#6c6285" stroke-width="2" fill="none"/>
258
+ <circle cx="9" cy="18" r="1.5" fill="#6c6285"/>
259
+ <circle cx="15" cy="18" r="1.5" fill="#6c6285"/>
260
+ <path d="M7 9h10" stroke="#6c6285" stroke-width="2"/>
261
+ </svg>
262
+ <div>Departures</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Content -->
267
+ <div class="content">
268
+ <div class="card">
269
+
270
+ <!-- From Row -->
271
+ <div class="row">
272
+ <div class="left">
273
+ <!-- radio -->
274
+ <svg class="small-icon" viewBox="0 0 24 24">
275
+ <circle cx="12" cy="12" r="10" stroke="#24183b" stroke-width="2" fill="none"/>
276
+ <circle cx="12" cy="12" r="4" fill="#24183b"/>
277
+ </svg>
278
+ <div>Ulm Hbf (Germany)</div>
279
+ </div>
280
+ <div class="right">
281
+ <div class="circle-btn">
282
+ <!-- swap arrows -->
283
+ <svg class="small-icon" viewBox="0 0 24 24">
284
+ <path d="M8 16l-3-3 3-3" stroke="#24183b" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
285
+ <path d="M16 8l3 3-3 3" stroke="#24183b" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- To Row -->
292
+ <div class="row">
293
+ <div class="left">
294
+ <!-- location pin -->
295
+ <svg class="small-icon" viewBox="0 0 24 24">
296
+ <path d="M12 22s-7-7-7-12a7 7 0 1 1 14 0c0 5-7 12-7 12z" stroke="#24183b" stroke-width="2" fill="none"/>
297
+ <circle cx="12" cy="10" r="3" fill="#24183b"/>
298
+ </svg>
299
+ <div>Berlin (Germany)</div>
300
+ </div>
301
+ <div class="right"></div>
302
+ </div>
303
+
304
+ <!-- Inline rows -->
305
+ <div class="row-inline">
306
+ <div class="row item">
307
+ <div class="left">
308
+ <!-- calendar -->
309
+ <svg class="small-icon" viewBox="0 0 24 24">
310
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#24183b" stroke-width="2" fill="none"/>
311
+ <path d="M8 3v4M16 3v4M3 10h18" stroke="#24183b" stroke-width="2"/>
312
+ </svg>
313
+ <div style="font-weight:700;">Departure: Now</div>
314
+ </div>
315
+ </div>
316
+ <div class="row item short">
317
+ <div class="left">
318
+ <!-- filters -->
319
+ <svg class="small-icon" viewBox="0 0 24 24">
320
+ <path d="M4 6h12" stroke="#24183b" stroke-width="2"/>
321
+ <circle cx="18" cy="6" r="2" fill="#24183b"/>
322
+ <path d="M4 12h6" stroke="#24183b" stroke-width="2"/>
323
+ <circle cx="14" cy="12" r="2" fill="#24183b"/>
324
+ <path d="M4 18h16" stroke="#24183b" stroke-width="2"/>
325
+ <circle cx="8" cy="18" r="2" fill="#24183b"/>
326
+ </svg>
327
+ <div style="font-weight:700;">Filters</div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Primary button -->
333
+ <button class="btn-primary">Plan my journey</button>
334
+
335
+ </div>
336
+
337
+ <div class="link">About the timetable</div>
338
+ </div>
339
+
340
+ <!-- Bottom Navigation -->
341
+ <div class="bottom-nav">
342
+ <div class="nav-item active">
343
+ <svg class="nav-icon" viewBox="0 0 24 24">
344
+ <circle cx="12" cy="12" r="9" stroke="#24183b" stroke-width="2" fill="none"/>
345
+ <path d="M12 6v6l4 2" stroke="#24183b" stroke-width="2" fill="none" stroke-linecap="round"/>
346
+ </svg>
347
+ <div>Planner</div>
348
+ </div>
349
+ <div class="nav-item">
350
+ <svg class="nav-icon" viewBox="0 0 24 24">
351
+ <path d="M12 22s-7-7-7-12a7 7 0 1 1 14 0c0 5-7 12-7 12z" stroke="#9fa0a8" stroke-width="2" fill="none"/>
352
+ <circle cx="12" cy="10" r="3" fill="#9fa0a8"/>
353
+ </svg>
354
+ <div>My Trip</div>
355
+ </div>
356
+ <div class="nav-item">
357
+ <svg class="nav-icon" viewBox="0 0 24 24">
358
+ <rect x="6" y="3" width="12" height="18" rx="2" stroke="#9fa0a8" stroke-width="2" fill="none"/>
359
+ <circle cx="12" cy="8" r="2" fill="#9fa0a8"/>
360
+ <path d="M8 13h8" stroke="#9fa0a8" stroke-width="2"/>
361
+ </svg>
362
+ <div>My Pass</div>
363
+ </div>
364
+ <div class="nav-item">
365
+ <svg class="nav-icon" viewBox="0 0 24 24">
366
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#9fa0a8" stroke-width="2"/>
367
+ </svg>
368
+ <div>More</div>
369
+ </div>
370
+ </div>
371
+
372
+ </div>
373
+ </body>
374
+ </html>
code/15670/15670_8.html ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Updated Terms & Conditions Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: "Segoe UI", Arial, sans-serif;
14
+ color: #1b2244;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 150px;
24
+ background: #150B2D;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 28px;
36
+ font-weight: 600;
37
+ font-size: 46px;
38
+ }
39
+ .sb-icon-dot {
40
+ width: 28px; height: 28px; background:#fff; opacity:.85; border-radius:50%;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 26px;
46
+ font-size: 42px;
47
+ font-weight: 600;
48
+ }
49
+ .wifi, .battery {
50
+ display: inline-flex;
51
+ align-items: center;
52
+ }
53
+ .wifi svg, .battery svg {
54
+ width: 64px;
55
+ height: 40px;
56
+ }
57
+ .battery svg { width: 88px; height: 40px; }
58
+
59
+ /* Content */
60
+ .content {
61
+ position: absolute;
62
+ top: 150px;
63
+ left: 0;
64
+ right: 0;
65
+ bottom: 0;
66
+ }
67
+
68
+ .handshake-section {
69
+ width: 100%;
70
+ text-align: center;
71
+ margin-top: 880px;
72
+ padding: 0 80px;
73
+ box-sizing: border-box;
74
+ }
75
+ .handshake-emoji {
76
+ font-size: 120px;
77
+ line-height: 1;
78
+ margin-bottom: 40px;
79
+ }
80
+ .title {
81
+ font-size: 58px;
82
+ font-weight: 800;
83
+ line-height: 1.18;
84
+ color: #142047;
85
+ }
86
+
87
+ .checkbox-row {
88
+ display: flex;
89
+ align-items: flex-start;
90
+ gap: 28px;
91
+ margin-top: 70px;
92
+ padding: 0 80px;
93
+ box-sizing: border-box;
94
+ }
95
+ .checkbox {
96
+ width: 66px;
97
+ height: 66px;
98
+ border: 6px solid #1b2244;
99
+ border-radius: 12px;
100
+ box-sizing: border-box;
101
+ }
102
+ .consent-text {
103
+ font-size: 40px;
104
+ line-height: 1.5;
105
+ color: #1b2244;
106
+ }
107
+ .consent-text a {
108
+ color: #1b2244;
109
+ font-weight: 800;
110
+ text-decoration: underline;
111
+ }
112
+
113
+ .btn-bar {
114
+ position: absolute;
115
+ left: 30px;
116
+ right: 30px;
117
+ bottom: 170px;
118
+ height: 120px;
119
+ background: #E6E5EA;
120
+ border-radius: 26px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ color: #8A8697;
125
+ font-size: 48px;
126
+ font-weight: 700;
127
+ letter-spacing: 0.5px;
128
+ }
129
+
130
+ .gesture {
131
+ position: absolute;
132
+ bottom: 54px;
133
+ left: 50%;
134
+ transform: translateX(-50%);
135
+ width: 360px;
136
+ height: 12px;
137
+ background: #1d1d1d;
138
+ border-radius: 8px;
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>2:17</div>
150
+ <div class="sb-icon-dot"></div>
151
+ <div class="sb-icon-dot" style="opacity:.6;"></div>
152
+ <div class="sb-icon-dot" style="opacity:.6;"></div>
153
+ </div>
154
+ <div class="status-right">
155
+ <div class="wifi">
156
+ <svg viewBox="0 0 64 40">
157
+ <path d="M6 10c8-8 44-8 52 0" stroke="#fff" stroke-width="4" fill="none" opacity="0.6"/>
158
+ <path d="M14 18c6-6 30-6 36 0" stroke="#fff" stroke-width="4" fill="none" opacity="0.8"/>
159
+ <circle cx="32" cy="28" r="5" fill="#ffffff"/>
160
+ </svg>
161
+ </div>
162
+ <div class="battery">
163
+ <svg viewBox="0 0 88 40">
164
+ <rect x="2" y="8" width="70" height="24" rx="5" ry="5" stroke="#fff" stroke-width="4" fill="none"/>
165
+ <rect x="74" y="14" width="10" height="12" rx="2" fill="#fff"/>
166
+ <rect x="6" y="12" width="54" height="16" rx="3" fill="#fff"/>
167
+ </svg>
168
+ </div>
169
+ <div>100%</div>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="content">
174
+ <div class="handshake-section">
175
+ <div class="handshake-emoji">🤝</div>
176
+ <div class="title">We have updated our Terms &amp;<br>Conditions</div>
177
+ </div>
178
+
179
+ <div class="checkbox-row">
180
+ <div class="checkbox"></div>
181
+ <div class="consent-text">
182
+ I agree to the updated <a href="#">Terms of Use</a> and <a href="#">Privacy Policy</a>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="btn-bar">Continue</div>
187
+ <div class="gesture"></div>
188
+ </div>
189
+ </div>
190
+ </body>
191
+ </html>
code/15670/15670_9.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Updated Terms & Conditions</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 140px;
22
+ background: #0F0A2D; /* deep navy */
23
+ color: #ffffff;
24
+ }
25
+ .status-inner {
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ padding: 32px 38px;
30
+ font-size: 40px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .left-icons, .right-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ }
38
+ /* Simple icons */
39
+ .icon {
40
+ width: 46px;
41
+ height: 46px;
42
+ }
43
+ .wifi svg, .battery svg { display: block; }
44
+ .battery span {
45
+ font-size: 34px;
46
+ margin-left: 12px;
47
+ }
48
+
49
+ /* Main content */
50
+ .handshake {
51
+ position: absolute;
52
+ top: 940px;
53
+ left: 0;
54
+ right: 0;
55
+ margin: 0 auto;
56
+ width: 160px;
57
+ height: 160px;
58
+ border-radius: 80px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ font-size: 110px;
63
+ }
64
+
65
+ .title {
66
+ position: absolute;
67
+ top: 1110px;
68
+ left: 120px;
69
+ width: 840px;
70
+ text-align: center;
71
+ color: #13224B;
72
+ font-weight: 800;
73
+ font-size: 54px;
74
+ line-height: 1.25;
75
+ }
76
+
77
+ .agreement-row {
78
+ position: absolute;
79
+ top: 1435px;
80
+ left: 120px;
81
+ width: 840px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 24px;
85
+ color: #13224B;
86
+ font-size: 42px;
87
+ line-height: 1.4;
88
+ }
89
+ .checkbox {
90
+ width: 70px;
91
+ height: 70px;
92
+ border-radius: 12px;
93
+ background: #F3BF4E;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ }
98
+ .agreement-row a {
99
+ color: #13224B;
100
+ text-decoration: underline;
101
+ font-weight: 700;
102
+ }
103
+
104
+ /* Continue button */
105
+ .continue-btn {
106
+ position: absolute;
107
+ left: 30px;
108
+ bottom: 210px;
109
+ width: 1020px;
110
+ height: 130px;
111
+ background: #F0BC49;
112
+ color: #27223F;
113
+ border-radius: 22px;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ font-size: 48px;
118
+ font-weight: 800;
119
+ box-shadow: 0 4px 0 rgba(0,0,0,0.08);
120
+ }
121
+
122
+ /* Gesture bar */
123
+ .gesture-bar {
124
+ position: absolute;
125
+ bottom: 96px;
126
+ left: 0;
127
+ right: 0;
128
+ margin: 0 auto;
129
+ width: 340px;
130
+ height: 12px;
131
+ background: #CFCFCF;
132
+ border-radius: 8px;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status Bar -->
140
+ <div class="status-bar">
141
+ <div class="status-inner">
142
+ <div class="left-icons">
143
+ <div style="font-weight:700;">2:18</div>
144
+ <!-- Mail outline -->
145
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
146
+ <rect x="2" y="5" width="20" height="14" rx="2" stroke="#FFFFFF" stroke-width="2"></rect>
147
+ <path d="M3 6.5l9 6 9-6" stroke="#FFFFFF" stroke-width="2" fill="none"></path>
148
+ </svg>
149
+ <!-- Warning triangle -->
150
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
151
+ <path d="M12 3l10 18H2L12 3z" stroke="#FFFFFF" stroke-width="2" fill="none"></path>
152
+ <rect x="11" y="9" width="2" height="6" fill="#FFFFFF"></rect>
153
+ <circle cx="12" cy="17.5" r="1.2" fill="#FFFFFF"></circle>
154
+ </svg>
155
+ <!-- Filled mail -->
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <rect x="2" y="5" width="20" height="14" rx="2" fill="#FFFFFF"></rect>
158
+ <path d="M3 6.5l9 6 9-6" fill="#0F0A2D"></path>
159
+ </svg>
160
+ <!-- Gear/simple settings -->
161
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
162
+ <circle cx="12" cy="12" r="4" stroke="#FFFFFF" stroke-width="2"></circle>
163
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.7 4.7l2.8 2.8M16.5 16.5l2.8 2.8M4.7 19.3l2.8-2.8M16.5 7.5l2.8-2.8" stroke="#FFFFFF" stroke-width="2"></path>
164
+ </svg>
165
+ </div>
166
+ <div class="right-icons">
167
+ <!-- WiFi -->
168
+ <div class="wifi">
169
+ <svg width="60" height="46" viewBox="0 0 24 24">
170
+ <path d="M2 8c5-4 15-4 20 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"></path>
171
+ <path d="M5 12c3-3 11-3 14 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"></path>
172
+ <path d="M8 16c2-2 6-2 8 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"></path>
173
+ <circle cx="12" cy="19" r="1.6" fill="#FFFFFF"></circle>
174
+ </svg>
175
+ </div>
176
+ <!-- Battery -->
177
+ <div class="battery" style="display:flex; align-items:center;">
178
+ <svg width="60" height="46" viewBox="0 0 24 24" fill="none">
179
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#FFFFFF" stroke-width="2"></rect>
180
+ <rect x="3.8" y="8" width="14.4" height="8" rx="1.5" fill="#FFFFFF"></rect>
181
+ <rect x="20.5" y="9" width="2.5" height="6" rx="1" fill="#FFFFFF"></rect>
182
+ </svg>
183
+ <span>100%</span>
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Handshake emoji -->
190
+ <div class="handshake">🤝</div>
191
+
192
+ <!-- Title -->
193
+ <div class="title">
194
+ We have updated our Terms &amp; Conditions
195
+ </div>
196
+
197
+ <!-- Agreement text with checkbox -->
198
+ <div class="agreement-row">
199
+ <div class="checkbox">
200
+ <svg width="40" height="40" viewBox="0 0 24 24">
201
+ <path d="M5 13l4 4L19 7" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
202
+ </svg>
203
+ </div>
204
+ <div>
205
+ I agree to the updated
206
+ <a href="#">Terms of Use</a>
207
+ and
208
+ <a href="#">Privacy Policy</a>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Continue button -->
213
+ <div class="continue-btn">Continue</div>
214
+
215
+ <!-- Gesture bar -->
216
+ <div class="gesture-bar"></div>
217
+ </div>
218
+ </body>
219
+ </html>
code/15671/15671_0.html ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Map 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: #eef3fb;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #1f1f1f;
17
+ }
18
+
19
+ /* Map placeholder covering full screen */
20
+ .map-placeholder {
21
+ position: absolute;
22
+ inset: 0;
23
+ background: #E0E0E0;
24
+ border: 1px solid #BDBDBD;
25
+ display: flex;
26
+ justify-content: center;
27
+ align-items: center;
28
+ color: #757575;
29
+ font-size: 28px;
30
+ letter-spacing: 0.2px;
31
+ }
32
+
33
+ /* Status bar */
34
+ .status-bar {
35
+ position: absolute;
36
+ top: 0;
37
+ left: 0;
38
+ width: 100%;
39
+ height: 90px;
40
+ padding: 0 28px;
41
+ box-sizing: border-box;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ color: #1f1f1f;
46
+ }
47
+ .status-left {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 20px;
51
+ font-weight: 600;
52
+ font-size: 28px;
53
+ }
54
+ .status-icons {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 12px;
58
+ }
59
+ .dot {
60
+ width: 16px;
61
+ height: 16px;
62
+ background: #2c2c2c;
63
+ border-radius: 50%;
64
+ }
65
+ .status-right {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 18px;
69
+ }
70
+ .status-right svg {
71
+ width: 30px;
72
+ height: 30px;
73
+ fill: #2c2c2c;
74
+ }
75
+
76
+ /* Search bar */
77
+ .search-bar {
78
+ position: absolute;
79
+ top: 110px;
80
+ left: 40px;
81
+ width: 1000px;
82
+ height: 110px;
83
+ background: #ffffff;
84
+ border-radius: 60px;
85
+ box-shadow: 0 6px 14px rgba(0,0,0,0.12);
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 28px;
89
+ box-sizing: border-box;
90
+ gap: 24px;
91
+ }
92
+ .search-pin {
93
+ width: 50px;
94
+ height: 50px;
95
+ }
96
+ .search-input {
97
+ flex: 1;
98
+ color: #757575;
99
+ font-size: 34px;
100
+ }
101
+ .search-actions {
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 26px;
105
+ }
106
+ .avatar {
107
+ width: 64px;
108
+ height: 64px;
109
+ background: #0a8f83;
110
+ color: #ffffff;
111
+ border-radius: 50%;
112
+ display: flex;
113
+ justify-content: center;
114
+ align-items: center;
115
+ font-weight: 700;
116
+ font-size: 34px;
117
+ }
118
+
119
+ /* Filter chips */
120
+ .chips {
121
+ position: absolute;
122
+ top: 250px;
123
+ left: 30px;
124
+ display: flex;
125
+ gap: 20px;
126
+ }
127
+ .chip {
128
+ background: #ffffff;
129
+ border-radius: 40px;
130
+ height: 90px;
131
+ padding: 0 28px;
132
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 18px;
136
+ font-size: 32px;
137
+ color: #333;
138
+ white-space: nowrap;
139
+ }
140
+ .chip svg {
141
+ width: 40px;
142
+ height: 40px;
143
+ fill: #616161;
144
+ }
145
+
146
+ /* Floating buttons */
147
+ .float-btn {
148
+ position: absolute;
149
+ right: 44px;
150
+ width: 120px;
151
+ height: 120px;
152
+ border-radius: 60px;
153
+ background: #ffffff;
154
+ box-shadow: 0 12px 20px rgba(0,0,0,0.18);
155
+ display: flex;
156
+ justify-content: center;
157
+ align-items: center;
158
+ }
159
+ .float-btn.sun { top: 980px; }
160
+ .blue-fab {
161
+ position: absolute;
162
+ right: 44px;
163
+ top: 1320px;
164
+ width: 140px;
165
+ height: 140px;
166
+ border-radius: 32px;
167
+ background: #1E88E5;
168
+ box-shadow: 0 16px 24px rgba(0,0,0,0.22);
169
+ display: flex;
170
+ justify-content: center;
171
+ align-items: center;
172
+ }
173
+ .blue-fab svg { width: 70px; height: 70px; fill: #ffffff; }
174
+
175
+ /* Bottom nav */
176
+ .home-indicator {
177
+ position: absolute;
178
+ bottom: 190px;
179
+ left: 50%;
180
+ transform: translateX(-50%);
181
+ width: 280px;
182
+ height: 10px;
183
+ background: #bdbdbd;
184
+ border-radius: 8px;
185
+ opacity: 0.8;
186
+ }
187
+ .bottom-nav {
188
+ position: absolute;
189
+ left: 0;
190
+ bottom: 0;
191
+ width: 100%;
192
+ height: 180px;
193
+ background: #ffffff;
194
+ border-top: 1px solid #e0e0e0;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: space-around;
198
+ }
199
+ .nav-item {
200
+ display: flex;
201
+ flex-direction: column;
202
+ align-items: center;
203
+ gap: 12px;
204
+ font-size: 26px;
205
+ color: #5f6368;
206
+ }
207
+ .nav-item .icon {
208
+ width: 50px;
209
+ height: 50px;
210
+ fill: #5f6368;
211
+ }
212
+ .nav-item.active { color: #1E88E5; }
213
+ .nav-item.active .icon { fill: #1E88E5; }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Full-screen map placeholder -->
220
+ <div class="map-placeholder">[IMG: Google Map - Brooklyn Bridge Park area]</div>
221
+
222
+ <!-- Status bar -->
223
+ <div class="status-bar">
224
+ <div class="status-left">
225
+ <div>12:37</div>
226
+ <div class="status-icons">
227
+ <div class="dot"></div>
228
+ <div class="dot"></div>
229
+ <div class="dot"></div>
230
+ <div class="dot"></div>
231
+ </div>
232
+ </div>
233
+ <div class="status-right">
234
+ <!-- Location icon -->
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M12 2l4 8-8-4 4 16 4-8-8 4z"></path>
237
+ </svg>
238
+ <!-- WiFi -->
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"></path>
241
+ </svg>
242
+ <!-- Battery -->
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M2 7h16v10H2V7zm18 3h2v4h-2v-4z"></path>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Search bar -->
250
+ <div class="search-bar">
251
+ <!-- Simple colorful map pin -->
252
+ <svg class="search-pin" viewBox="0 0 24 24">
253
+ <path d="M12 2c-4.2 0-7 3.2-7 7.2 0 5.3 7 12.8 7 12.8s7-7.5 7-12.8C19 5.2 16.2 2 12 2z" fill="#34a853"></path>
254
+ <circle cx="12" cy="9" r="3.2" fill="#4285f4"></circle>
255
+ </svg>
256
+ <div class="search-input">Search here</div>
257
+ <div class="search-actions">
258
+ <!-- Microphone icon -->
259
+ <svg viewBox="0 0 24 24" width="38" height="38">
260
+ <path d="M12 3a3 3 0 0 1 3 3v5a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3zm-6 7h2a4 4 0 0 0 8 0h2a6 6 0 0 1-5 5.9V18h3v2H8v-2h3v-2.1A6 6 0 0 1 6 10z"></path>
261
+ </svg>
262
+ <div class="avatar">C</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Filter chips -->
267
+ <div class="chips">
268
+ <div class="chip">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M7 4h2v8H7V4zm8 0h2v8h-2V4zM5 14h14v2H5v-2z"></path>
271
+ </svg>
272
+ <span>Restaurants</span>
273
+ </div>
274
+ <div class="chip">
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M7 3h10v6l2 2v8h-2v-6H7v6H5v-8l2-2V3zm2 2v4h6V5H9z"></path>
277
+ </svg>
278
+ <span>Petrol</span>
279
+ </div>
280
+ <div class="chip">
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M12 2l5 9H7l5-9zm-7 18h14v2H5v-2zM7 13l5 9 5-9H7z"></path>
283
+ </svg>
284
+ <span>Parks</span>
285
+ </div>
286
+ <div class="chip">
287
+ <svg viewBox="0 0 24 24">
288
+ <path d="M3 9h18v10H3V9zm2-4h4v4H5V5zm10 0h4v4h-4V5zM7 12h10v3H7v-3z"></path>
289
+ </svg>
290
+ <span>Hotels</span>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Floating white circular button (sun/compass) -->
295
+ <div class="float-btn sun">
296
+ <svg viewBox="0 0 24 24" width="60" height="60">
297
+ <path d="M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0-4h2v3h-2V1zm0 20h2v3h-2v-3zM1 11h3v2H1v-2zm19 0h3v2h-3v-2zM4 4l2 2-2 2-2-2 2-2zm14 0l2 2-2 2-2-2 2-2zm-14 14l2-2 2 2-2 2-2-2zm14 0l2-2 2 2-2 2-2-2z"></path>
298
+ </svg>
299
+ </div>
300
+
301
+ <!-- Floating blue directions button -->
302
+ <div class="blue-fab">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M12 2l10 10-10 10L2 12 12 2zm-1 6v5H8l4 5 4-5h-3V8h-2z"></path>
305
+ </svg>
306
+ </div>
307
+
308
+ <!-- Home indicator -->
309
+ <div class="home-indicator"></div>
310
+
311
+ <!-- Bottom navigation bar -->
312
+ <div class="bottom-nav">
313
+ <div class="nav-item active">
314
+ <svg class="icon" viewBox="0 0 24 24">
315
+ <path d="M12 2c-4 0-7 3.2-7 7.2 0 5.3 7 12.8 7 12.8s7-7.5 7-12.8C19 5.2 16 2 12 2zm0 9.2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"></path>
316
+ </svg>
317
+ <div>Explore</div>
318
+ </div>
319
+ <div class="nav-item">
320
+ <svg class="icon" viewBox="0 0 24 24">
321
+ <path d="M5 16l2-6h10l2 6H5zm3-9h8l2 3H6l2-3zm1 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"></path>
322
+ </svg>
323
+ <div>Go</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <svg class="icon" viewBox="0 0 24 24">
327
+ <path d="M6 2h12v20l-6-4-6 4V2z"></path>
328
+ </svg>
329
+ <div>Saved</div>
330
+ </div>
331
+ <div class="nav-item">
332
+ <svg class="icon" viewBox="0 0 24 24">
333
+ <path d="M11 4h2v6h6v2h-6v6h-2v-6H5v-2h6V4z"></path>
334
+ </svg>
335
+ <div>Contribute</div>
336
+ </div>
337
+ <div class="nav-item">
338
+ <svg class="icon" viewBox="0 0 24 24">
339
+ <path d="M12 2a6 6 0 0 1 6 6v5l2 2v2H4v-2l2-2V8a6 6 0 0 1 6-6zm-2 18h4v2h-4v-2z"></path>
340
+ </svg>
341
+ <div>Updates</div>
342
+ </div>
343
+ </div>
344
+
345
+ </div>
346
+ </body>
347
+ </html>
code/15671/15671_1.html ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI 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
+ border-radius: 24px;
16
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
17
+ color: #212121;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 100%;
26
+ height: 96px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ color: #616161;
33
+ font-size: 36px;
34
+ }
35
+ .status-left { display: flex; align-items: center; gap: 20px; }
36
+ .status-center { display: flex; align-items: center; gap: 14px; }
37
+ .dot {
38
+ width: 16px; height: 16px; border-radius: 50%; background: #9e9e9e;
39
+ }
40
+ .status-right { display: flex; align-items: center; gap: 24px; }
41
+ .status-icon svg { width: 36px; height: 36px; fill: #616161; }
42
+
43
+ /* Search bar */
44
+ .search-wrap {
45
+ position: absolute;
46
+ top: 108px;
47
+ left: 24px;
48
+ width: 1032px;
49
+ }
50
+ .search-bar {
51
+ height: 96px;
52
+ border-radius: 48px;
53
+ background: #F3F4F6;
54
+ border: 1px solid #E0E0E0;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 28px;
58
+ box-sizing: border-box;
59
+ }
60
+ .search-left { display: flex; align-items: center; gap: 18px; flex: 1; }
61
+ .search-left svg { width: 36px; height: 36px; fill: #757575; }
62
+ .placeholder { color: #9E9E9E; font-size: 36px; }
63
+ .search-right svg { width: 40px; height: 40px; fill: #424242; }
64
+
65
+ /* Quick chips */
66
+ .chips {
67
+ margin-top: 24px;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 24px;
71
+ }
72
+ .chip {
73
+ flex: 0 0 auto;
74
+ background: #fff;
75
+ border: 1px solid #E0E0E0;
76
+ border-radius: 24px;
77
+ padding: 18px 28px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 20px;
81
+ }
82
+ .chip-icon {
83
+ width: 60px; height: 60px;
84
+ border-radius: 30px;
85
+ background: #F5F5F5;
86
+ border: 1px solid #E0E0E0;
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .chip-icon svg { width: 36px; height: 36px; fill: #616161; }
90
+ .chip-text { line-height: 1.2; }
91
+ .chip-title { font-size: 32px; color: #424242; }
92
+ .chip-sub { font-size: 26px; color: #9E9E9E; }
93
+ .chip-divider {
94
+ height: 48px; width: 1px; background: #E0E0E0; margin: 0 12px;
95
+ }
96
+
97
+ /* List */
98
+ .divider { position: absolute; left: 0; width: 100%; height: 2px; background: #EEEEEE; }
99
+ .divider.top { top: 290px; }
100
+ .list {
101
+ position: absolute;
102
+ top: 320px;
103
+ left: 0;
104
+ width: 100%;
105
+ padding: 0 24px;
106
+ box-sizing: border-box;
107
+ }
108
+ .section-head {
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-between;
112
+ color: #616161;
113
+ font-size: 32px;
114
+ padding: 16px 8px 12px;
115
+ }
116
+ .section-head .info-icon {
117
+ width: 40px; height: 40px; border-radius: 20px;
118
+ display: flex; align-items: center; justify-content: center;
119
+ }
120
+ .info-icon svg { width: 30px; height: 30px; fill: #9E9E9E; }
121
+
122
+ .item {
123
+ display: flex;
124
+ align-items: flex-start;
125
+ gap: 24px;
126
+ padding: 26px 8px;
127
+ }
128
+ .item + .item { border-top: 1px solid #EEEEEE; }
129
+ .clock {
130
+ width: 72px; height: 72px; border-radius: 36px;
131
+ background: #F5F5F5; border: 1px solid #E0E0E0;
132
+ display: flex; align-items: center; justify-content: center; flex: 0 0 72px;
133
+ margin-top: 6px;
134
+ }
135
+ .clock svg { width: 34px; height: 34px; fill: #757575; }
136
+
137
+ .item-content { flex: 1; }
138
+ .title { font-size: 42px; color: #212121; margin-bottom: 8px; }
139
+ .subtitle { font-size: 30px; color: #757575; }
140
+ .status-line { font-size: 28px; margin-top: 8px; }
141
+ .closed { color: #D32F2F; }
142
+ .status-muted { color: #757575; }
143
+
144
+ /* Keyboard */
145
+ .keyboard {
146
+ position: absolute;
147
+ bottom: 0;
148
+ left: 0;
149
+ width: 100%;
150
+ height: 900px;
151
+ background: #111314;
152
+ border-top-left-radius: 24px;
153
+ border-top-right-radius: 24px;
154
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.25);
155
+ }
156
+ .kb-toolbar {
157
+ height: 90px;
158
+ display: flex;
159
+ align-items: center;
160
+ gap: 36px;
161
+ padding: 0 24px;
162
+ color: #E0E0E0;
163
+ font-size: 28px;
164
+ }
165
+ .kb-tool {
166
+ width: 72px; height: 72px; background: #1E1E1F; border-radius: 18px;
167
+ display: flex; align-items: center; justify-content: center; border: 1px solid #2A2A2B;
168
+ }
169
+ .kb-tool svg { width: 34px; height: 34px; fill: #CFCFCF; }
170
+
171
+ .kb-rows { padding: 16px 16px 0; box-sizing: border-box; }
172
+ .kb-row {
173
+ display: flex; gap: 12px; justify-content: center; margin-bottom: 18px;
174
+ }
175
+ .key {
176
+ height: 120px; min-width: 92px;
177
+ background: #232425; border: 1px solid #2C2D2E;
178
+ border-radius: 24px; color: #fff; font-size: 42px;
179
+ display: flex; align-items: center; justify-content: center;
180
+ }
181
+ .key.wide { min-width: 180px; }
182
+ .key.space { flex: 1; min-width: 400px; }
183
+ .key.special { color: #E0E0E0; }
184
+ .key.search {
185
+ background: #D7E0FF; border-color: #CED7FF; color: #2C3A78; font-weight: bold;
186
+ }
187
+ .gesture-bar {
188
+ position: absolute; bottom: 18px; left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 320px; height: 10px; background: #E0E0E0; border-radius: 6px;
191
+ opacity: 0.9;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status Bar -->
199
+ <div class="status-bar">
200
+ <div class="status-left">
201
+ <div>12:38</div>
202
+ </div>
203
+ <div class="status-center">
204
+ <div class="dot"></div>
205
+ <div class="dot"></div>
206
+ <div class="dot"></div>
207
+ <div class="dot" style="width:14px;height:14px;"></div>
208
+ </div>
209
+ <div class="status-right">
210
+ <div class="status-icon">
211
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 6.5 12 6.5s2.5 1.1 2.5 2.5S13.4 11.5 12 11.5z"/></svg>
212
+ </div>
213
+ <div class="status-icon">
214
+ <svg viewBox="0 0 24 24"><path d="M2 8l10-5 10 5v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8zm10 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/></svg>
215
+ </div>
216
+ <div class="status-icon">
217
+ <svg viewBox="0 0 24 24"><path d="M11 2h2v2h-2V2zm-1 4h4l6 6v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8l6-6z"/></svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Search -->
223
+ <div class="search-wrap">
224
+ <div class="search-bar">
225
+ <div class="search-left">
226
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm11 19-6-6"/></svg>
227
+ <div class="placeholder">Search here</div>
228
+ </div>
229
+ <div class="search-right">
230
+ <svg viewBox="0 0 24 24"><path d="M12 2a5 5 0 0 1 5 5v2a3 3 0 0 0 3 3v3c0 3.3-2.7 6-6 6h-4c-3.3 0-6-2.7-6-6v-3a3 3 0 0 0 3-3V7a5 5 0 0 1 5-5z"/></svg>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="chips">
235
+ <div class="chip">
236
+ <div class="chip-icon">
237
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-2v8h-5v-5H10v5H5v-8H3l9-8z"/></svg>
238
+ </div>
239
+ <div class="chip-text">
240
+ <div class="chip-title">Home</div>
241
+ <div class="chip-sub">Set location</div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="chip-divider"></div>
246
+
247
+ <div class="chip">
248
+ <div class="chip-icon">
249
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v10H4V7zm3 12h10v2H7v-2zm2-9h2v3H9V10zm4 0h2v3h-2V10z"/></svg>
250
+ </div>
251
+ <div class="chip-text">
252
+ <div class="chip-title">Work</div>
253
+ <div class="chip-sub">Set location</div>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="chip">
258
+ <div class="chip-icon">
259
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
260
+ </div>
261
+ <div class="chip-text">
262
+ <div class="chip-title">More</div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="divider top"></div>
269
+
270
+ <!-- List -->
271
+ <div class="list">
272
+ <div class="section-head">
273
+ <div>Recent</div>
274
+ <div class="info-icon">
275
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm0 6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2 5h4v7h-4v-7z"/></svg>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="item">
280
+ <div class="clock">
281
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
282
+ </div>
283
+ <div class="item-content">
284
+ <div class="title">Upper East Side</div>
285
+ <div class="subtitle">Manhattan, New York, NY, USA</div>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="item">
290
+ <div class="clock">
291
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
292
+ </div>
293
+ <div class="item-content">
294
+ <div class="title">Pier 4 Beach</div>
295
+ <div class="subtitle">New York, NY, USA</div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="item">
300
+ <div class="clock">
301
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
302
+ </div>
303
+ <div class="item-content">
304
+ <div class="title">Floating Pool</div>
305
+ <div class="subtitle">Tiffany Street, The Bronx, NY, USA</div>
306
+ <div class="status-line"><span class="closed">Closed</span> · <span class="status-muted">Opens 11:00 AM</span></div>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="item">
311
+ <div class="clock">
312
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
313
+ </div>
314
+ <div class="item-content">
315
+ <div class="title">Long Beach</div>
316
+ <div class="subtitle">NY, USA</div>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="item">
321
+ <div class="clock">
322
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
323
+ </div>
324
+ <div class="item-content">
325
+ <div class="title">Brighton Beach</div>
326
+ <div class="subtitle">Brooklyn, NY, USA</div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Keyboard -->
332
+ <div class="keyboard">
333
+ <div class="kb-toolbar">
334
+ <div class="kb-tool"><svg viewBox="0 0 24 24"><path d="M3 3h18v14H3V3zm2 16h14v2H5v-2z"/></svg></div>
335
+ <div class="kb-tool"><svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20zm-1 5h2v8h-2V7zm1 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg></div>
336
+ <div class="kb-tool"><svg viewBox="0 0 24 24"><path d="M4 5h16v2H4V5zm0 6h10v2H4v-2zm0 6h7v2H4v-2z"/></svg></div>
337
+ <div class="kb-tool"><svg viewBox="0 0 24 24"><path d="M12 3l9 18H3L12 3z"/></svg></div>
338
+ </div>
339
+
340
+ <div class="kb-rows">
341
+ <div class="kb-row">
342
+ <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>
343
+ </div>
344
+ <div class="kb-row" style="padding: 0 60px;">
345
+ <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>
346
+ </div>
347
+ <div class="kb-row">
348
+ <div class="key wide special">⇧</div>
349
+ <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>
350
+ <div class="key wide special">
351
+ <svg viewBox="0 0 24 24" width="32" height="32"><path fill="#E0E0E0" d="M19 7l-1.5-1.5L12 11l-5.5-5.5L5 7l7 7 7-7z"/></svg>
352
+ </div>
353
+ </div>
354
+ <div class="kb-row">
355
+ <div class="key wide special">?123</div>
356
+ <div class="key wide special">,</div>
357
+ <div class="key wide special">😊</div>
358
+ <div class="key space special"></div>
359
+ <div class="key wide special">.</div>
360
+ <div class="key wide search">
361
+ <svg viewBox="0 0 24 24" width="36" height="36"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm11 19-6-6" stroke="#2C3A78" stroke-width="2" fill="none"/></svg>
362
+ </div>
363
+ </div>
364
+ </div>
365
+ <div class="gesture-bar"></div>
366
+ </div>
367
+
368
+ </div>
369
+ </body>
370
+ </html>
code/15671/15671_10.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Maps Route UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 24px;
16
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ background: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ color: #444;
31
+ font-size: 36px;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .dot {
41
+ width: 14px; height: 14px; background: #777; border-radius: 50%;
42
+ }
43
+ .mini-icon {
44
+ width: 30px; height: 30px; border-radius: 50%; border: 2px solid #777;
45
+ }
46
+
47
+ /* Search area */
48
+ .search-area {
49
+ position: absolute;
50
+ top: 96px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 220px;
54
+ background: #fff;
55
+ box-sizing: border-box;
56
+ padding: 24px 36px;
57
+ }
58
+ .search-row {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 20px;
62
+ margin-bottom: 22px;
63
+ }
64
+ .icon-btn {
65
+ width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .pill {
68
+ flex: 1;
69
+ background: #fff;
70
+ border: 1px solid #E0E0E0;
71
+ height: 88px;
72
+ border-radius: 20px;
73
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
74
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
75
+ font-size: 34px; color: #333;
76
+ }
77
+ .pill .label { flex: 1; }
78
+ .ellipsis {
79
+ width: 36px; height: 88px; display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .ellipsis span {
82
+ display: block; width: 6px; height: 6px; background: #777; border-radius: 50%; margin: 3px 0;
83
+ }
84
+ .red-pin {
85
+ width: 44px; height: 44px;
86
+ }
87
+
88
+ /* Transport chips */
89
+ .chips {
90
+ position: absolute;
91
+ top: 320px;
92
+ left: 36px;
93
+ display: flex;
94
+ gap: 18px;
95
+ }
96
+ .chip {
97
+ display: flex; align-items: center; gap: 14px;
98
+ padding: 18px 24px;
99
+ border-radius: 36px;
100
+ font-size: 32px;
101
+ border: 1px solid #D0E4FF;
102
+ background: #E9F3FF;
103
+ color: #1a73e8;
104
+ }
105
+ .chip.gray {
106
+ background: #F5F5F5; color: #555; border-color: #E0E0E0;
107
+ }
108
+ .chip svg { width: 38px; height: 38px; }
109
+
110
+ /* Map placeholder */
111
+ .map {
112
+ position: absolute;
113
+ top: 380px;
114
+ left: 0;
115
+ width: 1080px;
116
+ height: 1150px;
117
+ background: #E0E0E0;
118
+ border-top: 1px solid #BDBDBD;
119
+ border-bottom: 1px solid #BDBDBD;
120
+ display: flex; align-items: center; justify-content: center;
121
+ color: #757575; font-size: 36px;
122
+ }
123
+
124
+ /* Floating route info bubble */
125
+ .route-bubble {
126
+ position: absolute;
127
+ top: 950px;
128
+ left: 520px;
129
+ padding: 22px 26px;
130
+ background: #1a73e8;
131
+ color: #fff;
132
+ border-radius: 18px;
133
+ font-size: 34px;
134
+ box-shadow: 0 6px 12px rgba(26,115,232,0.4);
135
+ }
136
+
137
+ /* Street view thumbnail */
138
+ .streetview {
139
+ position: absolute;
140
+ bottom: 820px;
141
+ left: 36px;
142
+ width: 250px;
143
+ height: 160px;
144
+ background: #E0E0E0;
145
+ border: 1px solid #BDBDBD;
146
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
147
+ border-radius: 8px;
148
+ overflow: hidden;
149
+ }
150
+
151
+ /* Round control button on map */
152
+ .round-control {
153
+ position: absolute;
154
+ top: 1240px;
155
+ right: 36px;
156
+ width: 120px; height: 120px;
157
+ background: #fff;
158
+ border-radius: 60px;
159
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
160
+ display: flex; align-items: center; justify-content: center;
161
+ border: 1px solid #E0E0E0;
162
+ }
163
+ .round-control svg { width: 54px; height: 54px; }
164
+
165
+ /* Dropdown menu */
166
+ .menu {
167
+ position: absolute;
168
+ top: 300px;
169
+ right: 80px;
170
+ width: 700px;
171
+ background: #fff;
172
+ border-radius: 22px;
173
+ box-shadow: 0 18px 40px rgba(0,0,0,0.22);
174
+ border: 1px solid #eee;
175
+ padding: 18px 0;
176
+ }
177
+ .menu-item {
178
+ padding: 28px 36px;
179
+ font-size: 36px; color: #333;
180
+ }
181
+ .menu-item + .menu-item { border-top: 1px solid #F3F3F3; }
182
+
183
+ /* Bottom sheet card */
184
+ .sheet {
185
+ position: absolute;
186
+ bottom: 60px;
187
+ left: 0;
188
+ width: 1080px;
189
+ height: 560px;
190
+ background: #fff;
191
+ border-top-left-radius: 26px;
192
+ border-top-right-radius: 26px;
193
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.12);
194
+ padding: 28px 36px;
195
+ box-sizing: border-box;
196
+ }
197
+ .grabber {
198
+ width: 160px; height: 10px; background: #E0E0E0; border-radius: 5px; margin: 6px auto 24px;
199
+ }
200
+ .title {
201
+ font-size: 52px; color: #111;
202
+ }
203
+ .title .green { color: #1ea658; font-weight: 700; }
204
+ .subtitle {
205
+ margin-top: 18px; color: #666; font-size: 32px;
206
+ }
207
+ .meta {
208
+ margin-top: 14px; display: flex; align-items: center; gap: 24px; color: #555; font-size: 30px;
209
+ }
210
+ .meta .dot { background: #999; }
211
+ .actions {
212
+ margin-top: 40px; display: flex; gap: 22px;
213
+ }
214
+ .btn {
215
+ padding: 22px 28px; border-radius: 40px; font-size: 34px;
216
+ border: 2px solid #1a73e8; color: #1a73e8; background: #fff;
217
+ display: flex; align-items: center; gap: 18px;
218
+ }
219
+ .btn.primary { background: #E9F3FF; }
220
+ .btn svg { width: 34px; height: 34px; }
221
+
222
+ /* Gesture bar */
223
+ .gesture {
224
+ position: absolute;
225
+ bottom: 18px;
226
+ left: 50%;
227
+ transform: translateX(-50%);
228
+ width: 300px; height: 10px; background: #BDBDBD; border-radius: 6px;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Top status bar -->
236
+ <div class="status-bar">
237
+ <div>12:43</div>
238
+ <div class="status-icons">
239
+ <div class="dot"></div>
240
+ <div class="dot"></div>
241
+ <div class="dot"></div>
242
+ <div class="dot"></div>
243
+ <div class="mini-icon"></div>
244
+ <div class="mini-icon"></div>
245
+ <div class="mini-icon"></div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Search header area -->
250
+ <div class="search-area">
251
+ <div class="search-row">
252
+ <div class="icon-btn">
253
+ <svg viewBox="0 0 24 24" width="48" height="48">
254
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="pill">
258
+ <div class="label">Upper East Side</div>
259
+ <div class="ellipsis">
260
+ <span></span><span></span><span></span>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="search-row">
266
+ <svg class="red-pin" viewBox="0 0 24 24">
267
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.5 6 14 6 14s6-8.5 6-14c0-3.3-2.7-6-6-6z" fill="#e53935"/>
268
+ <circle cx="12" cy="8" r="3" fill="#fff"/>
269
+ </svg>
270
+ <div class="pill" style="max-width: 620px;">
271
+ <div class="label">Manorhamilton</div>
272
+ <div class="ellipsis">
273
+ <span></span><span></span><span></span>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Transport chips -->
280
+ <div class="chips">
281
+ <div class="chip">
282
+ <svg viewBox="0 0 24 24">
283
+ <path d="M4 15h16l-2-6H6z" fill="none" stroke="#1a73e8" stroke-width="2"/>
284
+ <circle cx="7" cy="17" r="2" fill="#1a73e8"/>
285
+ <circle cx="17" cy="17" r="2" fill="#1a73e8"/>
286
+ </svg>
287
+ <span>40 min</span>
288
+ </div>
289
+ <div class="chip gray">
290
+ <svg viewBox="0 0 24 24">
291
+ <circle cx="6" cy="17" r="3" fill="#777"/>
292
+ <circle cx="18" cy="17" r="3" fill="#777"/>
293
+ <path d="M6 12h10" stroke="#777" stroke-width="2"/>
294
+ </svg>
295
+ <span>—</span>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Map area -->
300
+ <div class="map">[IMG: Google Map with traffic and route]</div>
301
+
302
+ <!-- Floating route bubble -->
303
+ <div class="route-bubble">40 min $6.55</div>
304
+
305
+ <!-- Street view thumbnail -->
306
+ <div class="streetview">[IMG: Street View]</div>
307
+
308
+ <!-- Circular control on map -->
309
+ <div class="round-control">
310
+ <svg viewBox="0 0 24 24">
311
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#666" stroke-width="1.8"/>
312
+ <path d="M12 5v14M5 12h14" stroke="#666" stroke-width="1.8" stroke-linecap="round"/>
313
+ </svg>
314
+ </div>
315
+
316
+ <!-- Dropdown menu -->
317
+ <div class="menu">
318
+ <div class="menu-item">Options</div>
319
+ <div class="menu-item">Add stop</div>
320
+ <div class="menu-item">Search along route</div>
321
+ <div class="menu-item">Set depart or arrive time</div>
322
+ <div class="menu-item">Add route to Home screen</div>
323
+ <div class="menu-item">Share directions</div>
324
+ <div class="menu-item">Share your location</div>
325
+ <div class="menu-item">About these results</div>
326
+ </div>
327
+
328
+ <!-- Bottom sheet with route details -->
329
+ <div class="sheet">
330
+ <div class="grabber"></div>
331
+ <div class="title"><span class="green">40 min</span> (27 mi)</div>
332
+ <div class="subtitle">Fastest route now due to traffic conditions</div>
333
+ <div class="meta">
334
+ <svg viewBox="0 0 24 24" width="32" height="32">
335
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#666" stroke-width="2"/>
336
+ <path d="M12 6v6l4 2" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
337
+ </svg>
338
+ <span>$6.55</span>
339
+ <div class="dot"></div>
340
+ <svg viewBox="0 0 24 24" width="32" height="32">
341
+ <rect x="4" y="7" width="16" height="12" rx="2" fill="none" stroke="#666" stroke-width="2"/>
342
+ <path d="M8 11h8" stroke="#666" stroke-width="2"/>
343
+ </svg>
344
+ <span>On-site</span>
345
+ </div>
346
+
347
+ <div class="actions">
348
+ <div class="btn primary">
349
+ <svg viewBox="0 0 24 24">
350
+ <path d="M4 12h12M12 4l8 8-8 8" fill="none" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
351
+ </svg>
352
+ <span>Preview</span>
353
+ </div>
354
+ <div class="btn">
355
+ <svg viewBox="0 0 24 24">
356
+ <path d="M5 7h14M5 12h14M5 17h14" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
357
+ </svg>
358
+ <span>Steps</span>
359
+ </div>
360
+ <div class="btn">
361
+ <svg viewBox="0 0 24 24">
362
+ <path d="M12 5v10" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
363
+ <path d="M8 15h8" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
364
+ <path d="M6 19h12" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
365
+ </svg>
366
+ <span>Pin</span>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Gesture bar -->
372
+ <div class="gesture"></div>
373
+
374
+ </div>
375
+ </body>
376
+ </html>
code/15671/15671_11.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>Time Picker Modal UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #f6f7f8;
12
+ }
13
+
14
+ /* Map backdrop */
15
+ .map-bg {
16
+ position: absolute; left: 0; top: 0; width: 1080px; height: 2400px;
17
+ background: #E0E0E0; border: 1px solid #BDBDBD;
18
+ display: flex; align-items: center; justify-content: center; color: #757575;
19
+ font-size: 28px;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
25
+ background: rgba(240,240,240,0.96);
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ padding: 0 32px; color: #212121; font-weight: 500; font-size: 36px;
28
+ }
29
+ .sb-left { display: flex; align-items: center; gap: 24px; }
30
+ .sb-right { display: flex; align-items: center; gap: 26px; }
31
+ .sb-icon svg { width: 36px; height: 36px; fill: #616161; }
32
+
33
+ /* Search area */
34
+ .search-area {
35
+ position: absolute; top: 170px; left: 28px; right: 28px;
36
+ }
37
+ .top-row {
38
+ display: flex; align-items: center; gap: 24px; margin-bottom: 24px;
39
+ }
40
+ .input-pill {
41
+ flex: 1;
42
+ background: #ffffff; border: 2px solid #E0E0E0; border-radius: 24px;
43
+ height: 110px; display: flex; align-items: center; padding: 0 28px;
44
+ color: #424242; font-size: 38px;
45
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
46
+ }
47
+ .pill-label { flex: 1; }
48
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
49
+ .icon-btn svg { width: 48px; height: 48px; fill: #616161; }
50
+ .pin-icon svg { fill: #d32f2f; }
51
+
52
+ /* Transport chips */
53
+ .chips-row {
54
+ margin-top: 12px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
55
+ }
56
+ .chip {
57
+ display: flex; align-items: center; gap: 16px;
58
+ padding: 24px 28px; border-radius: 36px; font-size: 34px; color: #0D47A1;
59
+ background: #E3F2FD;
60
+ }
61
+ .chip svg { width: 44px; height: 44px; fill: #0D47A1; }
62
+ .chip-gray { color: #424242; background: #F0F0F0; }
63
+ .chip-gray svg { fill: #424242; }
64
+
65
+ /* Modal */
66
+ .modal {
67
+ position: absolute; left: 60px; top: 620px; width: 960px;
68
+ background: #ffffff; border-radius: 28px;
69
+ box-shadow: 0 18px 48px rgba(0,0,0,0.25);
70
+ overflow: hidden;
71
+ }
72
+ .modal-inner { padding: 32px 40px 36px; }
73
+ .modal-tabs {
74
+ display: flex; align-items: center; gap: 36px; font-size: 40px; font-weight: 500;
75
+ color: #9E9E9E;
76
+ }
77
+ .tab-active { color: #1976D2; position: relative; }
78
+ .tab-active:after {
79
+ content: ""; position: absolute; left: 0; bottom: -18px; width: 200px; height: 6px; background: #1976D2; border-radius: 4px;
80
+ }
81
+ .divider { height: 2px; background: #E0E0E0; margin: 30px 0; }
82
+
83
+ /* Time picker visuals */
84
+ .time-picker {
85
+ display: flex; align-items: center; justify-content: space-between;
86
+ padding: 8px 20px 20px;
87
+ }
88
+ .tp-col {
89
+ width: 220px; text-align: center;
90
+ }
91
+ .tp-col.small { width: 90px; }
92
+ .ghost { color: #BDBDBD; font-size: 42px; height: 60px; line-height: 60px; }
93
+ .value {
94
+ font-size: 72px; color: #212121; font-weight: 500; height: 96px; line-height: 96px;
95
+ }
96
+ .tp-line { height: 2px; background: #9E9E9E; margin: 18px 0 6px; }
97
+ .tp-col .am-label { font-size: 40px; color: #616161; }
98
+
99
+ /* Day selector */
100
+ .day-row {
101
+ display: flex; align-items: center; justify-content: space-between;
102
+ padding: 22px 14px; font-size: 40px; color: #616161;
103
+ }
104
+ .day-row .title { color: #616161; font-weight: 500; }
105
+ .arrow-btn svg { width: 40px; height: 40px; fill: #777; }
106
+
107
+ .reset-link {
108
+ text-align: center; color: #1976D2; font-size: 40px; font-weight: 500;
109
+ padding: 22px 0;
110
+ }
111
+ .modal-actions {
112
+ display: flex; align-items: center; justify-content: space-between; gap: 24px;
113
+ padding-top: 8px;
114
+ }
115
+ .btn {
116
+ height: 110px; border-radius: 18px; font-size: 40px; font-weight: 600; padding: 0 40px;
117
+ display: flex; align-items: center; justify-content: center; flex: 1;
118
+ }
119
+ .btn-outline { background: #ffffff; border: 2px solid #DADADA; color: #1976D2; }
120
+ .btn-primary { background: #1976D2; color: #ffffff; border: none; }
121
+
122
+ /* Route info card (partially visible behind modal) */
123
+ .route-card {
124
+ position: absolute; left: 32px; bottom: 420px; width: 1016px;
125
+ background: rgba(255,255,255,0.92); border-radius: 28px; box-shadow: 0 6px 24px rgba(0,0,0,0.15);
126
+ padding: 28px 32px; color: #212121;
127
+ }
128
+ .route-title { font-size: 48px; color: #2E7D32; font-weight: 700; }
129
+ .route-sub { font-size: 34px; color: #616161; margin-top: 10px; }
130
+ .mini-actions { display: flex; gap: 22px; margin-top: 24px; }
131
+ .mini-chip {
132
+ border: 2px solid #1976D2; color: #1976D2; border-radius: 50px; padding: 18px 28px; font-size: 36px;
133
+ }
134
+
135
+ /* Gesture pill */
136
+ .gesture-pill {
137
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
138
+ width: 320px; height: 12px; background: #D0D0D0; border-radius: 8px;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <div class="map-bg">[IMG: Map]</div>
146
+
147
+ <!-- Status bar -->
148
+ <div class="status-bar">
149
+ <div class="sb-left">
150
+ <div>12:43</div>
151
+ <div class="sb-icon">
152
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle></svg>
153
+ </div>
154
+ <div class="sb-icon">
155
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle></svg>
156
+ </div>
157
+ <div class="sb-icon">
158
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle></svg>
159
+ </div>
160
+ <div>•</div>
161
+ </div>
162
+ <div class="sb-right">
163
+ <div class="sb-icon">
164
+ <svg viewBox="0 0 24 24"><path d="M12 2l8 8-8 8-8-8 8-8z"></path></svg>
165
+ </div>
166
+ <div class="sb-icon">
167
+ <svg viewBox="0 0 24 24"><path d="M4 20h16V4H4v16zm8-2a6 6 0 100-12 6 6 0 000 12z"></path></svg>
168
+ </div>
169
+ <div class="sb-icon">
170
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20H6z"></path></svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Search area -->
176
+ <div class="search-area">
177
+ <div class="top-row">
178
+ <div class="icon-btn">
179
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#424242" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
180
+ </div>
181
+ <div class="input-pill">
182
+ <svg viewBox="0 0 24 24" style="margin-right:14px; width:36px; height:36px;"><circle cx="12" cy="12" r="5" stroke="#757575" stroke-width="2" fill="none"/></svg>
183
+ <div class="pill-label">Upper East Side</div>
184
+ <svg viewBox="0 0 24 24" style="width:36px; height:36px;"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
185
+ </div>
186
+ </div>
187
+ <div class="top-row">
188
+ <div class="icon-btn pin-icon">
189
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 110-4 2 2 0 010 4z"/></svg>
190
+ </div>
191
+ <div class="input-pill">
192
+ <div class="pill-label">Manorhaven Beach Park &amp; Pool</div>
193
+ <svg viewBox="0 0 24 24" style="width:40px; height:40px;"><path d="M7 15l5-5 5 5M7 9l5 5 5-5" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="chips-row">
198
+ <div class="chip">
199
+ <svg viewBox="0 0 24 24"><rect x="2" y="10" width="20" height="8" rx="3"></rect><circle cx="6" cy="18" r="2"></circle><circle cx="18" cy="18" r="2"></circle></svg>
200
+ 40 min
201
+ </div>
202
+ <div class="chip chip-gray">
203
+ <svg viewBox="0 0 24 24"><path d="M20 14H4l3-7h6l3 7z"></path></svg>
204
+
205
+ </div>
206
+ <div class="chip chip-gray">
207
+ <svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="12" rx="2"></rect><rect x="6" y="16" width="12" height="3"></rect></svg>
208
+ 2 hr 43
209
+ </div>
210
+ <div class="chip chip-gray">
211
+ <svg viewBox="0 0 24 24"><path d="M8 13l2-5h4l2 5M6 18h12" stroke="#424242" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
212
+ 7 hr
213
+ </div>
214
+ <div class="chip chip-gray">
215
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4z"></path></svg>
216
+ 40 min
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Modal - Time Picker -->
222
+ <div class="modal">
223
+ <div class="modal-inner">
224
+ <div class="modal-tabs">
225
+ <div class="tab-active">Depart at</div>
226
+ <div>Arrive by</div>
227
+ </div>
228
+
229
+ <div class="divider"></div>
230
+
231
+ <div class="time-picker">
232
+ <div class="tp-col">
233
+ <div class="ghost">11</div>
234
+ <div class="tp-line"></div>
235
+ <div class="value">12</div>
236
+ <div class="tp-line"></div>
237
+ <div class="ghost">1</div>
238
+ </div>
239
+ <div class="tp-col small">
240
+ <div class="ghost">&nbsp;</div>
241
+ <div class="tp-line"></div>
242
+ <div class="value">:</div>
243
+ <div class="tp-line"></div>
244
+ <div class="ghost">&nbsp;</div>
245
+ </div>
246
+ <div class="tp-col">
247
+ <div class="ghost">42</div>
248
+ <div class="tp-line"></div>
249
+ <div class="value">43</div>
250
+ <div class="tp-line"></div>
251
+ <div class="ghost">44</div>
252
+ </div>
253
+ <div class="tp-col">
254
+ <div class="ghost">AM</div>
255
+ <div class="tp-line"></div>
256
+ <div class="value am-label">PM</div>
257
+ <div class="tp-line"></div>
258
+ <div class="ghost">&nbsp;</div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="divider"></div>
263
+
264
+ <div class="day-row">
265
+ <div class="arrow-btn">
266
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
267
+ </div>
268
+ <div class="title">Today</div>
269
+ <div class="arrow-btn">
270
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="divider"></div>
275
+
276
+ <div class="reset-link">Reset to current time</div>
277
+
278
+ <div class="modal-actions">
279
+ <div class="btn btn-outline">Cancel</div>
280
+ <div class="btn btn-primary">Set</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Route info card behind modal -->
286
+ <div class="route-card">
287
+ <div class="route-title">40 min (27 mi)</div>
288
+ <div class="route-sub">Fastest route now due to traffic conditions • $6.55 • On-site</div>
289
+ <div class="mini-actions">
290
+ <div class="mini-chip">Preview</div>
291
+ <div class="mini-chip">Steps</div>
292
+ <div class="mini-chip">Pin</div>
293
+ </div>
294
+ </div>
295
+
296
+ <div class="gesture-pill"></div>
297
+ </div>
298
+ </body>
299
+ </html>
code/15671/15671_12.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Background map placeholder */
17
+ .map-bg {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 1080px; height: 2400px;
21
+ background: #E0E0E0;
22
+ border: 1px solid #BDBDBD;
23
+ color: #757575;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ font-size: 28px;
28
+ letter-spacing: 0.2px;
29
+ }
30
+
31
+ /* Top status bar */
32
+ .status-bar {
33
+ position: absolute;
34
+ top: 0; left: 0;
35
+ width: 1080px; height: 120px;
36
+ background: rgba(240,240,240,0.95);
37
+ color: #fff;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 36px;
41
+ box-sizing: border-box;
42
+ }
43
+ .status-left { color: #ffffff; font-weight: 600; font-size: 36px; }
44
+ .status-icons {
45
+ margin-left: 24px;
46
+ display: flex; gap: 22px;
47
+ }
48
+ .status-icons span {
49
+ width: 24px; height: 24px;
50
+ background: #ffffff; border-radius: 50%;
51
+ display: inline-block;
52
+ }
53
+ .status-right {
54
+ margin-left: auto; display: flex; align-items: center; gap: 28px;
55
+ }
56
+ .status-right .dot { width: 10px; height: 10px; background: #ffffff; border-radius: 50%; display: inline-block; }
57
+ .status-icon {
58
+ width: 32px; height: 32px;
59
+ display: inline-flex; align-items: center; justify-content: center;
60
+ }
61
+ .status-icon svg { fill: #ffffff; width: 28px; height: 28px; }
62
+
63
+ /* Header search area */
64
+ .header {
65
+ position: absolute;
66
+ left: 0; top: 132px;
67
+ width: 1080px;
68
+ padding: 0 36px;
69
+ box-sizing: border-box;
70
+ }
71
+ .search-row {
72
+ display: flex; align-items: center;
73
+ margin-bottom: 22px;
74
+ }
75
+ .icon-btn {
76
+ width: 56px; height: 56px; border-radius: 28px;
77
+ display: inline-flex; align-items: center; justify-content: center;
78
+ margin-right: 18px;
79
+ }
80
+ .icon-btn svg { width: 36px; height: 36px; fill: #555; }
81
+ .field {
82
+ flex: 1;
83
+ background: #fafafa;
84
+ border: 1px solid #D7D7D7;
85
+ border-radius: 18px;
86
+ height: 96px;
87
+ display: flex; align-items: center;
88
+ padding: 0 24px; font-size: 36px; color: #333;
89
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.02);
90
+ }
91
+ .field .text { flex: 1; }
92
+ .field .menu {
93
+ width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
94
+ }
95
+ .field .menu svg { width: 24px; height: 24px; fill: #777; }
96
+ .pin { width: 40px; height: 40px; margin-right: 18px; }
97
+ .swap {
98
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
99
+ margin-left: 18px;
100
+ }
101
+ .swap svg { width: 34px; height: 34px; fill: #666; }
102
+
103
+ /* Mode row */
104
+ .modes {
105
+ position: absolute;
106
+ left: 36px; top: 360px;
107
+ display: flex; align-items: center; gap: 26px;
108
+ }
109
+ .pill {
110
+ display: inline-flex; align-items: center; gap: 16px;
111
+ background: #E6F0FF;
112
+ color: #1A73E8;
113
+ padding: 18px 28px;
114
+ border-radius: 36px;
115
+ font-size: 34px; font-weight: 600;
116
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
117
+ }
118
+ .mode-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
119
+ .mode-icon svg { width: 40px; height: 40px; fill: #5f6368; }
120
+ .mode-text { color: #5f6368; font-size: 32px; }
121
+ .sep { color: #9aa0a6; font-size: 32px; }
122
+
123
+ /* Bottom info sample */
124
+ .result-card {
125
+ position: absolute;
126
+ left: 36px; bottom: 320px;
127
+ width: 1008px;
128
+ padding: 24px 24px 32px;
129
+ box-sizing: border-box;
130
+ background: rgba(255,255,255,0.85);
131
+ border-radius: 24px;
132
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
133
+ }
134
+ .result-title { color: #2e7d32; font-size: 44px; font-weight: 700; }
135
+ .result-sub { color: #616161; font-size: 32px; margin-top: 8px; }
136
+ .result-actions { margin-top: 22px; display: flex; gap: 18px; }
137
+ .chip {
138
+ padding: 20px 28px; border-radius: 36px; border: 1px solid #d0d7ff; color: #1A73E8; background: #F2F6FF; font-size: 32px; }
139
+
140
+ /* Modal sheet */
141
+ .modal {
142
+ position: absolute;
143
+ left: 66px; top: 600px;
144
+ width: 948px;
145
+ background: #ffffff;
146
+ border-radius: 28px;
147
+ box-shadow: 0 14px 36px rgba(0,0,0,0.25);
148
+ padding: 32px 0 28px;
149
+ box-sizing: border-box;
150
+ }
151
+ .modal-inner { padding: 0 48px; }
152
+ .tabs {
153
+ display: flex; align-items: center; gap: 48px;
154
+ padding: 18px 48px;
155
+ color: #5f6368; font-size: 40px; font-weight: 600;
156
+ }
157
+ .tab-active { color: #1A73E8; position: relative; }
158
+ .tab-active:after {
159
+ content: ""; position: absolute; left: 0; bottom: -18px;
160
+ width: 180px; height: 6px; background: #1A73E8; border-radius: 3px;
161
+ }
162
+ .divider { height: 1px; background: #e0e0e0; margin: 12px 0 32px; }
163
+
164
+ .time-picker {
165
+ display: grid; grid-template-columns: 1fr 120px 1fr 1fr; align-items: center;
166
+ column-gap: 18px;
167
+ padding: 0 48px;
168
+ }
169
+ .tp-col {
170
+ text-align: center;
171
+ }
172
+ .tp-top { color: #bdbdbd; font-size: 36px; margin-bottom: 24px; }
173
+ .tp-line { height: 2px; background: #bdbdbd; margin: 10px 0 18px; }
174
+ .tp-value { font-size: 64px; color: #333; font-weight: 700; }
175
+ .tp-colon { font-size: 64px; color: #9e9e9e; font-weight: 700; }
176
+
177
+ .date-row {
178
+ margin: 40px 0 12px;
179
+ display: flex; align-items: center; justify-content: space-between;
180
+ padding: 0 48px;
181
+ }
182
+ .date-btn {
183
+ width: 64px; height: 64px; border-radius: 32px;
184
+ display: inline-flex; align-items: center; justify-content: center;
185
+ }
186
+ .date-btn svg { width: 40px; height: 40px; fill: #757575; }
187
+ .date-text { font-size: 40px; color: #616161; font-weight: 600; }
188
+
189
+ .modal-sep { height: 1px; background: #e0e0e0; margin: 24px 48px; }
190
+
191
+ .reset-link {
192
+ text-align: center; color: #1A73E8; font-size: 36px; font-weight: 600; padding: 14px 0;
193
+ }
194
+
195
+ .actions {
196
+ margin-top: 16px;
197
+ display: flex; gap: 36px;
198
+ padding: 0 48px 36px;
199
+ }
200
+ .btn {
201
+ flex: 1;
202
+ height: 96px; border-radius: 18px; font-size: 38px; font-weight: 700;
203
+ display: inline-flex; align-items: center; justify-content: center;
204
+ border: 1px solid #DADCE0; color: #1A73E8; background: #ffffff;
205
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03) inset;
206
+ }
207
+ .btn.primary {
208
+ background: #1A73E8; color: #ffffff; border: none;
209
+ }
210
+
211
+ /* Bottom gesture bar */
212
+ .gesture {
213
+ position: absolute;
214
+ left: 420px; bottom: 40px;
215
+ width: 240px; height: 12px; border-radius: 6px;
216
+ background: #e0e0e0;
217
+ }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <div class="map-bg">[IMG: Google Map]</div>
224
+
225
+ <!-- Status bar -->
226
+ <div class="status-bar">
227
+ <div class="status-left">12:44</div>
228
+ <div class="status-icons">
229
+ <span></span>
230
+ <span></span>
231
+ <span></span>
232
+ <span></span>
233
+ </div>
234
+ <div class="status-right">
235
+ <div class="status-icon">
236
+ <svg viewBox="0 0 24 24"><path d="M12 2l8 8-8 8-8-8 8-8zm0 3.5L7.5 10 12 14.5 16.5 10 12 5.5z"/></svg>
237
+ </div>
238
+ <div class="status-icon">
239
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v10H4V7zm2 2v6h12V9H6z"/></svg>
240
+ </div>
241
+ <div class="status-icon">
242
+ <svg viewBox="0 0 24 24"><path d="M18 6v12H6V6h12zm-2 2H8v8h8V8z"/></svg>
243
+ </div>
244
+ <div class="status-icon">
245
+ <svg viewBox="0 0 24 24"><path d="M20 7H4l1-3h14l1 3zm-1 2v10H5V9h14z"/></svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Header search area -->
251
+ <div class="header">
252
+ <div class="search-row">
253
+ <div class="icon-btn">
254
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7v14z"/></svg>
255
+ </div>
256
+ <div class="field">
257
+ <div class="text">Upper East Side</div>
258
+ <div class="menu">
259
+ <svg viewBox="0 0 24 24"><path d="M12 6a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4z"/></svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ <div class="search-row">
264
+ <svg class="pin" viewBox="0 0 24 24"><path fill="#d32f2f" d="M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 119.5 9 2.5 2.5 0 0112 11.5z"/></svg>
265
+ <div class="field">
266
+ <div class="text">Manorhaven Beach Park & Pool</div>
267
+ <div class="swap">
268
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l-3-3 1.4-1.4L21.8 8l-6.4 5.4L14 12l3-3H7V7zm10 10H7l3 3-1.4 1.4L2.2 16l6.4-5.4L10 12l-3 3h10v2z"/></svg>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Modes row -->
275
+ <div class="modes">
276
+ <div class="pill">
277
+ <div class="mode-icon">
278
+ <svg viewBox="0 0 24 24"><path d="M5 16h14l-2-5H7l-2 5zm2-7h10l-1-3H8l-1 3z"/></svg>
279
+ </div>
280
+ 40 min
281
+ </div>
282
+ <div class="mode-icon">
283
+ <svg viewBox="0 0 24 24"><path d="M7 17l3-7h4l3 7h-2l-1-2H10l-1 2H7z"/></svg>
284
+ </div>
285
+ <div class="sep">—</div>
286
+ <div class="mode-icon">
287
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v8H4V6zm2 2v4h12V8H6zm3 7h6l1 3H8l1-3z"/></svg>
288
+ </div>
289
+ <div class="mode-text">2 hr 43</div>
290
+ <div class="mode-icon">
291
+ <svg viewBox="0 0 24 24"><path d="M12 4a2 2 0 110 4 2 2 0 010-4zm-3 7h6l2 7h-2l-1-4h-2l-1 4H7l2-7z"/></svg>
292
+ </div>
293
+ <div class="mode-text">7 hr</div>
294
+ <div class="mode-icon">
295
+ <svg viewBox="0 0 24 24"><path d="M3 17h18v2H3v-2zm0-4h12v2H3v-2zm0-4h6v2H3V9z"/></svg>
296
+ </div>
297
+ <div class="mode-text">40 mi</div>
298
+ </div>
299
+
300
+ <!-- Modal sheet -->
301
+ <div class="modal">
302
+ <div class="tabs">
303
+ <div class="tab-active">Depart at</div>
304
+ <div>Arrive by</div>
305
+ </div>
306
+ <div class="divider"></div>
307
+
308
+ <div class="time-picker">
309
+ <div class="tp-col">
310
+ <div class="tp-top">11</div>
311
+ <div class="tp-line"></div>
312
+ <div class="tp-value">12</div>
313
+ </div>
314
+ <div class="tp-colon">:</div>
315
+ <div class="tp-col">
316
+ <div class="tp-top">42</div>
317
+ <div class="tp-line"></div>
318
+ <div class="tp-value">43</div>
319
+ </div>
320
+ <div class="tp-col">
321
+ <div class="tp-top">AM</div>
322
+ <div class="tp-line"></div>
323
+ <div class="tp-value">PM</div>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="modal-inner">
328
+ <div class="date-row">
329
+ <div class="date-btn">
330
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6V6z"/></svg>
331
+ </div>
332
+ <div class="date-text">Tomorrow</div>
333
+ <div class="date-btn">
334
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6V6z"/></svg>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="modal-sep"></div>
339
+
340
+ <div class="reset-link">Reset to current time</div>
341
+
342
+ <div class="actions">
343
+ <div class="btn">Cancel</div>
344
+ <div class="btn primary">Set</div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Bottom info behind modal -->
350
+ <div class="result-card">
351
+ <div class="result-title">40 min (27 mi)</div>
352
+ <div class="result-sub">Fastest route now due to traffic conditions • $6.55 • On-site</div>
353
+ <div class="result-actions">
354
+ <div class="chip">Preview</div>
355
+ <div class="chip">Steps</div>
356
+ <div class="chip">Pin</div>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="gesture"></div>
361
+ </div>
362
+ </body>
363
+ </html>
code/15671/15671_13.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #eef1f5;
13
+ border-radius: 28px;
14
+ box-shadow: 0 10px 40px rgba(0,0,0,0.25);
15
+ }
16
+ /* Map background placeholder */
17
+ .map-bg {
18
+ position: absolute; left: 0; top: 0; width: 100%; height: 100%;
19
+ background: #E0E0E0; border: 1px solid #BDBDBD;
20
+ color: #757575; display: flex; align-items: center; justify-content: center;
21
+ font-size: 28px;
22
+ }
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
26
+ background: rgba(255,255,255,0.9);
27
+ display: flex; align-items: center; padding: 0 40px; box-sizing: border-box;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 24px; color: #333; font-weight: 600; font-size: 36px; }
30
+ .status-icons { display: flex; align-items: center; gap: 18px; margin-left: 20px; }
31
+ .dot { width: 18px; height: 18px; background:#bbb; border-radius:50%; }
32
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
33
+ .status-icon {
34
+ width: 38px; height: 38px; border-radius: 50%; background:#d9d9d9;
35
+ }
36
+
37
+ /* Top search area */
38
+ .top-controls {
39
+ position: absolute; top: 140px; left: 30px; right: 30px;
40
+ }
41
+ .search-row { display: flex; align-items: center; gap: 22px; }
42
+ .back-circle {
43
+ width: 70px; height: 70px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
44
+ display:flex; align-items:center; justify-content:center;
45
+ }
46
+ .text-field {
47
+ flex: 1;
48
+ background: #fff;
49
+ border: 1px solid #ddd;
50
+ border-radius: 20px;
51
+ height: 110px;
52
+ display: flex; align-items: center; justify-content: space-between;
53
+ padding: 0 32px; box-sizing: border-box;
54
+ font-size: 40px; color: #333;
55
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
56
+ }
57
+ .field-label { color:#484848; }
58
+ .field-icons { display:flex; align-items:center; gap:24px; color:#9e9e9e; }
59
+ .mini-icon { width: 16px; height: 16px; background:#bbb; border-radius:50%; }
60
+ .swap-icon {
61
+ width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
62
+ display:flex; align-items:center; justify-content:center;
63
+ }
64
+
65
+ /* Transport chips row */
66
+ .modes {
67
+ margin-top: 26px;
68
+ display: flex; align-items: center; gap: 26px;
69
+ }
70
+ .chip {
71
+ height: 96px; border-radius: 48px; padding: 0 28px;
72
+ display: flex; align-items: center; gap: 18px; font-size: 36px; color: #224;
73
+ background: rgba(255,255,255,0.95);
74
+ border: 1px solid #d7d7d7;
75
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
76
+ }
77
+ .chip.blue { background: #E7F0FF; color: #1267E1; border-color: #bbd3ff; }
78
+ .mode-icon { width: 44px; height: 44px; background:#c9c9c9; border-radius:8px; }
79
+
80
+ /* Floating right-side buttons (visual only) */
81
+ .float-buttons {
82
+ position: absolute; right: 36px; top: 620px; display: flex; flex-direction: column; gap: 26px;
83
+ }
84
+ .float-btn { width: 120px; height: 120px; border-radius: 60px; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,0.2); display:flex; align-items:center; justify-content:center; }
85
+ .float-btn .mode-icon { width: 56px; height: 56px; }
86
+
87
+ /* Modal card */
88
+ .modal {
89
+ position: absolute; left: 60px; right: 60px; top: 720px;
90
+ background: #fff; border-radius: 24px; box-shadow: 0 14px 40px rgba(0,0,0,0.30);
91
+ padding: 40px 40px 36px; box-sizing: border-box;
92
+ }
93
+ .modal-tabs {
94
+ display: flex; gap: 60px; align-items: center; font-size: 42px; padding: 10px 8px 24px; color:#8a8a8a; border-bottom: 1px solid #e5e5e5;
95
+ }
96
+ .modal-tabs .active { color:#1976D2; position: relative; }
97
+ .modal-tabs .active::after {
98
+ content:""; position:absolute; left:0; bottom:-26px; width: 180px; height: 8px; background:#1976D2; border-radius:6px;
99
+ }
100
+ /* Time picker area */
101
+ .time-grid {
102
+ padding: 50px 40px 40px; box-sizing: border-box;
103
+ text-align: center; color:#b5b5b5; font-size: 38px;
104
+ }
105
+ .time-row {
106
+ display: flex; align-items: center; justify-content: center; gap: 40px; margin: 36px 0 10px;
107
+ }
108
+ .time-col {
109
+ min-width: 180px; text-align: center;
110
+ }
111
+ .divider {
112
+ height: 2px; background:#9e9e9e; margin: 18px 0;
113
+ }
114
+ .time-value { font-size: 64px; color:#333; font-weight: 600; }
115
+ .colon { font-size: 70px; color:#555; font-weight: 700; margin: 0 10px; }
116
+ .date-row {
117
+ margin-top: 30px; padding: 28px 0; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
118
+ display:flex; align-items:center; justify-content:space-between; color:#555; font-size: 42px;
119
+ }
120
+ .date-arrow {
121
+ width: 80px; height: 80px; border-radius: 40px; background:#f5f5f5; display:flex; align-items:center; justify-content:center;
122
+ }
123
+ .reset {
124
+ text-align:center; color:#1976D2; font-size: 42px; margin: 40px 0 20px; font-weight: 600;
125
+ }
126
+ .modal-actions {
127
+ display:flex; gap: 30px; margin-top: 14px;
128
+ }
129
+ .btn {
130
+ flex:1; height: 116px; border-radius: 20px; font-size: 42px; font-weight: 600;
131
+ display:flex; align-items:center; justify-content:center;
132
+ }
133
+ .btn.outlined {
134
+ border: 1px solid #dcdcdc; color:#1976D2; background:#fff;
135
+ box-shadow: 0 1px 3px rgba(0,0,0,0.06);
136
+ }
137
+ .btn.primary {
138
+ background:#1976D2; color:#fff; border: none;
139
+ box-shadow: 0 8px 18px rgba(25,118,210,0.35);
140
+ }
141
+
142
+ /* Route summary card below modal */
143
+ .summary {
144
+ position: absolute; left: 60px; right: 60px; top: 1640px;
145
+ background: rgba(255,255,255,0.92); border-radius: 24px; box-shadow: 0 6px 20px rgba(0,0,0,0.15);
146
+ padding: 36px 40px; box-sizing: border-box;
147
+ }
148
+ .summary .title { font-size: 60px; color:#2db84c; font-weight: 700; }
149
+ .summary .subtitle { font-size: 36px; color:#666; margin-top: 16px; }
150
+ .meta { display:flex; align-items:center; gap: 22px; color:#777; font-size: 36px; margin-top: 16px; }
151
+ .meta .dot { width: 10px; height: 10px; background:#aaa; }
152
+ .actions { display:flex; gap: 24px; margin-top: 30px; }
153
+ .pill {
154
+ height: 120px; border-radius: 60px; padding: 0 40px; display:flex; align-items:center; gap: 18px; background:#E7F0FF; color:#1267E1; font-size: 40px; font-weight: 600;
155
+ box-shadow: 0 3px 8px rgba(0,0,0,0.12);
156
+ }
157
+ .pill.outline { background:#fff; color:#1267E1; border:1px solid #cfe0ff; }
158
+ .home-indicator {
159
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
160
+ width: 220px; height: 18px; background:#fff; border-radius: 9px; box-shadow: 0 1px 4px rgba(0,0,0,0.2);
161
+ }
162
+ /* Simple icon svgs */
163
+ .svg-icon { width: 40px; height: 40px; }
164
+ .svg-big { width: 60px; height: 60px; }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+ <div class="map-bg">[IMG: Google Map]</div>
170
+
171
+ <!-- Status bar -->
172
+ <div class="status-bar">
173
+ <div class="status-left">
174
+ <div>12:44</div>
175
+ <div class="status-icons">
176
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
177
+ </div>
178
+ </div>
179
+ <div class="status-right">
180
+ <div class="status-icon"></div>
181
+ <div class="status-icon"></div>
182
+ <div class="status-icon"></div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Top search controls -->
187
+ <div class="top-controls">
188
+ <div class="search-row" style="margin-bottom:22px;">
189
+ <div class="back-circle">
190
+ <svg class="svg-icon" viewBox="0 0 24 24">
191
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
192
+ </svg>
193
+ </div>
194
+ <div class="text-field">
195
+ <div class="field-label">Upper East Side</div>
196
+ <div class="field-icons">
197
+ <svg class="svg-icon" viewBox="0 0 24 24">
198
+ <circle cx="12" cy="5" r="2" fill="#999"/>
199
+ <path d="M12 7c-3.3 0-6 2.7-6 6 0 4.5 6 9 6 9s6-4.5 6-9c0-3.3-2.7-6-6-6z" fill="none" stroke="#999" stroke-width="1.5"/>
200
+ </svg>
201
+ <svg class="svg-icon" viewBox="0 0 24 24">
202
+ <circle cx="12" cy="5" r="2" fill="#999"/>
203
+ <path d="M12 7c-3.3 0-6 2.7-6 6 0 4.5 6 9 6 9s6-4.5 6-9c0-3.3-2.7-6-6-6z" fill="none" stroke="#999" stroke-width="1.5"/>
204
+ </svg>
205
+ <svg class="svg-icon" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="2" fill="#666"/>
207
+ <circle cx="12" cy="5" r="2" fill="#666"/>
208
+ <circle cx="12" cy="19" r="2" fill="#666"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+ <div class="search-row">
214
+ <div class="swap-icon">
215
+ <svg class="svg-icon" viewBox="0 0 24 24">
216
+ <path d="M7 7h10M7 7l3-3M7 17h10M17 17l-3 3" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="text-field">
220
+ <div class="field-label">Manorhaven Beach Park & Pool</div>
221
+ <div class="field-icons">
222
+ <svg class="svg-icon" viewBox="0 0 24 24">
223
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5 6 12 6 12s6-7 6-12c0-3.3-2.7-6-6-6zm0 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#d23f31"/>
224
+ </svg>
225
+ <svg class="svg-icon" viewBox="0 0 24 24">
226
+ <circle cx="12" cy="12" r="2" fill="#666"/>
227
+ <circle cx="12" cy="5" r="2" fill="#666"/>
228
+ <circle cx="12" cy="19" r="2" fill="#666"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Transport mode chips -->
235
+ <div class="modes">
236
+ <div class="chip blue">
237
+ <div class="mode-icon"></div>
238
+ <div>40 min</div>
239
+ </div>
240
+ <div class="chip">
241
+ <div class="mode-icon"></div>
242
+ <div>—</div>
243
+ </div>
244
+ <div class="chip">
245
+ <div class="mode-icon"></div>
246
+ <div>2 hr 43</div>
247
+ </div>
248
+ <div class="chip">
249
+ <div class="mode-icon"></div>
250
+ <div>7 hr</div>
251
+ </div>
252
+ <div class="chip">
253
+ <div class="mode-icon"></div>
254
+ <div>40 mi</div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Floating buttons (right side) -->
260
+ <div class="float-buttons">
261
+ <div class="float-btn"><div class="mode-icon"></div></div>
262
+ <div class="float-btn"><div class="mode-icon"></div></div>
263
+ <div class="float-btn"><div class="mode-icon"></div></div>
264
+ </div>
265
+
266
+ <!-- Modal time picker -->
267
+ <div class="modal">
268
+ <div class="modal-tabs">
269
+ <div class="active">Depart at</div>
270
+ <div>Arrive by</div>
271
+ </div>
272
+
273
+ <div class="time-grid">
274
+ <div>11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AM</div>
275
+ <div class="time-row">
276
+ <div class="time-col">
277
+ <div class="divider"></div>
278
+ <div class="time-value">12</div>
279
+ <div class="divider"></div>
280
+ </div>
281
+ <div class="colon">:</div>
282
+ <div class="time-col">
283
+ <div class="divider"></div>
284
+ <div class="time-value">43</div>
285
+ <div class="divider"></div>
286
+ </div>
287
+ <div class="time-col">
288
+ <div class="divider"></div>
289
+ <div class="time-value">PM</div>
290
+ <div class="divider"></div>
291
+ </div>
292
+ </div>
293
+ <div style="margin-top: 8px;">1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;44</div>
294
+
295
+ <div class="date-row">
296
+ <div class="date-arrow">
297
+ <svg class="svg-big" viewBox="0 0 24 24">
298
+ <path d="M15 18l-6-6 6-6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
299
+ </svg>
300
+ </div>
301
+ <div>Fri, Jul 28, 2023</div>
302
+ <div class="date-arrow">
303
+ <svg class="svg-big" viewBox="0 0 24 24">
304
+ <path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="reset">Reset to current time</div>
310
+
311
+ <div class="modal-actions">
312
+ <div class="btn outlined">Cancel</div>
313
+ <div class="btn primary">Set</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Route summary below -->
319
+ <div class="summary">
320
+ <div class="title">40 min (27 mi)</div>
321
+ <div class="subtitle">Fastest route now due to traffic conditions</div>
322
+ <div class="meta">
323
+ <div>$6.55</div>
324
+ <div class="dot"></div>
325
+ <div>On-site</div>
326
+ </div>
327
+ <div class="actions">
328
+ <div class="pill">
329
+ <svg class="svg-icon" viewBox="0 0 24 24">
330
+ <path d="M3 12h18M12 3l3 3-3 3M12 21l-3-3 3-3" stroke="#1267E1" stroke-width="2" fill="none" stroke-linecap="round"/>
331
+ </svg>
332
+ <div>Preview</div>
333
+ </div>
334
+ <div class="pill outline">
335
+ <svg class="svg-icon" viewBox="0 0 24 24">
336
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#1267E1" stroke-width="2" fill="none" stroke-linecap="round"/>
337
+ </svg>
338
+ <div>Steps</div>
339
+ </div>
340
+ <div class="pill outline">
341
+ <svg class="svg-icon" viewBox="0 0 24 24">
342
+ <path d="M12 2v14" stroke="#1267E1" stroke-width="2" stroke-linecap="round"/>
343
+ <path d="M8 10l4-4 4 4" stroke="#1267E1" stroke-width="2" fill="none" stroke-linecap="round"/>
344
+ <path d="M5 21h14" stroke="#1267E1" stroke-width="2" stroke-linecap="round"/>
345
+ </svg>
346
+ <div>Pin</div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="home-indicator"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/15671/15671_14.html ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Time Picker Overlay 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: #fafafa;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+
19
+ /* Background map placeholder */
20
+ .map-bg {
21
+ position: absolute;
22
+ left: 0; top: 0;
23
+ width: 1080px; height: 2400px;
24
+ background: #E0E0E0;
25
+ border: 1px solid #BDBDBD;
26
+ display: flex; align-items: center; justify-content: center;
27
+ color: #757575;
28
+ font-size: 28px;
29
+ }
30
+
31
+ /* Status bar */
32
+ .status-bar {
33
+ position: absolute;
34
+ top: 24px; left: 0;
35
+ width: 100%;
36
+ height: 64px;
37
+ padding: 0 32px;
38
+ display: flex; align-items: center; justify-content: space-between;
39
+ color: #fff;
40
+ box-sizing: border-box;
41
+ pointer-events: none;
42
+ }
43
+ .status-left {
44
+ display: flex; align-items: center; gap: 16px;
45
+ color: #f0f0f0;
46
+ font-weight: 600;
47
+ font-size: 30px;
48
+ }
49
+ .status-dots { display: flex; gap: 10px; }
50
+ .dot {
51
+ width: 14px; height: 14px; background: #ffffffcc; border-radius: 50%;
52
+ }
53
+ .status-right { display: flex; align-items: center; gap: 22px; }
54
+ .status-icon {
55
+ width: 28px; height: 28px; border-radius: 4px; background: #ffffffcc;
56
+ }
57
+
58
+ /* Top search area */
59
+ .top-controls {
60
+ position: absolute;
61
+ top: 120px;
62
+ left: 28px;
63
+ width: 1024px;
64
+ box-sizing: border-box;
65
+ }
66
+ .top-row {
67
+ display: flex; align-items: center; gap: 18px;
68
+ margin-bottom: 18px;
69
+ }
70
+ .circle-small {
71
+ width: 28px; height: 28px; border-radius: 50%;
72
+ border: 2px solid #757575;
73
+ }
74
+ .search-field {
75
+ flex: 1;
76
+ background: #fff;
77
+ border: 1px solid #d9d9d9;
78
+ border-radius: 18px;
79
+ height: 90px;
80
+ display: flex; align-items: center; justify-content: space-between;
81
+ padding: 0 26px;
82
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
83
+ color: #4a4a4a;
84
+ font-size: 36px;
85
+ }
86
+ .search-right {
87
+ display: flex; align-items: center; gap: 20px;
88
+ }
89
+ .ellipsis {
90
+ width: 8px; height: 8px; background: #7d7d7d; border-radius: 50%;
91
+ box-shadow: 0 14px 0 #7d7d7d, 0 -14px 0 #7d7d7d;
92
+ }
93
+ .swap {
94
+ width: 28px; height: 28px; position: relative;
95
+ }
96
+ .swap:before, .swap:after {
97
+ content: ""; position: absolute; left: 50%; transform: translateX(-50%);
98
+ width: 4px; height: 26px; background: #757575; border-radius: 2px;
99
+ }
100
+ .swap:before { top: 0; }
101
+ .swap:after { bottom: 0; }
102
+
103
+ .back-btn {
104
+ width: 56px; height: 56px; border-radius: 28px; background: #fff;
105
+ border: 1px solid #d9d9d9; display: flex; align-items: center; justify-content: center;
106
+ box-shadow: 0 1px 2px rgba(0,0,0,0.08);
107
+ }
108
+ .back-btn svg { width: 28px; height: 28px; fill: #555; }
109
+
110
+ /* Transport chips row */
111
+ .chips {
112
+ display: flex; align-items: center; gap: 24px;
113
+ margin-top: 12px;
114
+ }
115
+ .chip {
116
+ display: flex; align-items: center; gap: 12px;
117
+ padding: 18px 24px;
118
+ border-radius: 28px;
119
+ background: #e9f2ff;
120
+ color: #1a73e8;
121
+ font-weight: 600;
122
+ font-size: 32px;
123
+ }
124
+ .chip-secondary {
125
+ background: #f1f1f1; color: #333; font-weight: 600;
126
+ }
127
+ .chip svg { width: 36px; height: 36px; }
128
+
129
+ /* Bottom route summary (blur behind dialog) */
130
+ .route-summary {
131
+ position: absolute;
132
+ left: 28px; bottom: 260px;
133
+ width: 1024px;
134
+ background: rgba(255,255,255,0.9);
135
+ border-radius: 24px;
136
+ padding: 28px;
137
+ box-sizing: border-box;
138
+ box-shadow: 0 6px 24px rgba(0,0,0,0.12);
139
+ }
140
+ .route-title { color: #2e7d32; font-size: 44px; font-weight: 700; }
141
+ .route-sub { color: #666; font-size: 32px; margin-top: 8px; }
142
+ .route-actions { margin-top: 24px; display: flex; gap: 22px; }
143
+ .route-action {
144
+ padding: 18px 32px; border-radius: 32px; border: 1px solid #cbd3e2; color: #1a73e8; background: #f5f9ff; font-size: 32px; font-weight: 600;
145
+ }
146
+
147
+ /* Time Picker Dialog */
148
+ .dialog {
149
+ position: absolute;
150
+ left: 60px;
151
+ top: 680px;
152
+ width: 960px;
153
+ background: #fff;
154
+ border-radius: 28px;
155
+ box-shadow: 0 14px 40px rgba(0,0,0,0.25);
156
+ padding: 24px 40px 36px 40px;
157
+ box-sizing: border-box;
158
+ }
159
+ .dialog-header {
160
+ display: flex; align-items: center; gap: 48px;
161
+ color: #9e9e9e;
162
+ font-size: 36px;
163
+ font-weight: 600;
164
+ padding: 12px 0 22px 0;
165
+ border-bottom: 1px solid #e6e6e6;
166
+ position: relative;
167
+ }
168
+ .tab-active { color: #1a73e8; }
169
+ .tab-underline {
170
+ position: absolute;
171
+ bottom: -1px; left: 28px;
172
+ width: 180px; height: 6px; background: #1a73e8; border-radius: 3px;
173
+ }
174
+
175
+ .time-scroll {
176
+ display: grid; grid-template-columns: 1fr 20px 1fr 1fr; align-items: center;
177
+ gap: 24px;
178
+ padding: 46px 60px;
179
+ }
180
+ .time-col {
181
+ text-align: center;
182
+ }
183
+ .time-fade {
184
+ color: #cfcfcf; font-size: 34px; margin-bottom: 18px;
185
+ }
186
+ .time-line { height: 2px; background: #bdbdbd; margin: 12px 0; }
187
+ .time-value {
188
+ font-size: 64px; color: #333; font-weight: 700; line-height: 1.1;
189
+ }
190
+ .colon {
191
+ font-size: 62px; color: #333; font-weight: 700; text-align: center; margin-top: 24px;
192
+ }
193
+ .time-fade-bottom {
194
+ color: #cfcfcf; font-size: 34px; margin-top: 18px;
195
+ }
196
+
197
+ .date-row {
198
+ margin: 18px 0 6px 0;
199
+ padding: 24px 10px;
200
+ border-top: 1px solid #efefef;
201
+ border-bottom: 1px solid #efefef;
202
+ display: flex; align-items: center; justify-content: space-between;
203
+ color: #666; font-size: 34px; font-weight: 600;
204
+ }
205
+ .chev {
206
+ width: 44px; height: 44px;
207
+ }
208
+ .chev svg { width: 100%; height: 100%; fill: #818181; }
209
+
210
+ .reset-link {
211
+ text-align: center; color: #1a73e8; font-size: 34px; font-weight: 700;
212
+ margin: 20px 0 10px 0;
213
+ }
214
+
215
+ .dialog-actions {
216
+ margin-top: 18px;
217
+ display: flex; justify-content: space-between; align-items: center;
218
+ }
219
+ .btn {
220
+ height: 96px; min-width: 420px; border-radius: 16px;
221
+ font-size: 36px; font-weight: 700; cursor: default;
222
+ }
223
+ .btn-outline {
224
+ background: #fff; border: 2px solid #d9d9d9; color: #1a73e8;
225
+ }
226
+ .btn-primary {
227
+ background: #1a73e8; color: #fff; border: none;
228
+ box-shadow: 0 4px 12px rgba(26,115,232,0.4);
229
+ }
230
+
231
+ /* Home indicator */
232
+ .home-indicator {
233
+ position: absolute;
234
+ bottom: 40px;
235
+ left: 50%;
236
+ transform: translateX(-50%);
237
+ width: 260px; height: 10px; background: #cfcfcf; border-radius: 6px;
238
+ }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+ <div class="map-bg">[IMG: Map]</div>
244
+
245
+ <!-- Status bar -->
246
+ <div class="status-bar">
247
+ <div class="status-left">
248
+ <span>12:44</span>
249
+ <div class="status-dots">
250
+ <div class="dot"></div>
251
+ <div class="dot"></div>
252
+ <div class="dot"></div>
253
+ <div class="dot"></div>
254
+ </div>
255
+ </div>
256
+ <div class="status-right">
257
+ <div class="status-icon"></div>
258
+ <div class="status-icon"></div>
259
+ <div class="status-icon"></div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Top controls -->
264
+ <div class="top-controls">
265
+ <div class="top-row">
266
+ <div class="back-btn">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M15.5 5l-8 7 8 7v-3.5L10 12l5.5-3.5V5z"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="circle-small"></div>
272
+ <div class="search-field">
273
+ <span>Upper East Side</span>
274
+ <div class="search-right">
275
+ <div class="ellipsis"></div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ <div class="top-row">
280
+ <svg width="36" height="36" viewBox="0 0 24 24" style="margin-right:18px;">
281
+ <path fill="#d63d3d" d="M12 2C8.7 2 6 4.7 6 8c0 5 6 12 6 12s6-7 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.3 0-2.5-1.1-2.5-2.5S10.7 5.5 12 5.5s2.5 1.1 2.5 2.5S13.3 10.5 12 10.5z"/>
282
+ </svg>
283
+ <div class="search-field">
284
+ <span>Manorhaven Beach Park &amp; Pool</span>
285
+ <div class="search-right">
286
+ <div class="swap"></div>
287
+ <div class="ellipsis"></div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="chips">
293
+ <div class="chip">
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M4 16h16l-2-6H6l-2 6zm2-8h12l-1-3H7l-1 3z"></path>
296
+ </svg>
297
+ <span>40 min</span>
298
+ </div>
299
+ <div class="chip chip-secondary">
300
+ <svg viewBox="0 0 24 24">
301
+ <circle cx="12" cy="12" r="5"></circle>
302
+ </svg>
303
+ <span>—</span>
304
+ </div>
305
+ <div class="chip chip-secondary">
306
+ <svg viewBox="0 0 24 24">
307
+ <rect x="4" y="5" width="16" height="14" rx="2"></rect>
308
+ </svg>
309
+ <span>2 hr 43</span>
310
+ </div>
311
+ <div class="chip chip-secondary">
312
+ <svg viewBox="0 0 24 24">
313
+ <path d="M7 20l5-16 5 16H7z"></path>
314
+ </svg>
315
+ <span>7 hr</span>
316
+ </div>
317
+ <div class="chip chip-secondary">
318
+ <svg viewBox="0 0 24 24">
319
+ <path d="M12 3l8 8-8 8-8-8 8-8z"></path>
320
+ </svg>
321
+ <span>40 mi</span>
322
+ </div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Route summary (background content) -->
327
+ <div class="route-summary">
328
+ <div class="route-title">40 min (27 mi)</div>
329
+ <div class="route-sub">Fastest route now due to traffic conditions • $6.55 • On-site</div>
330
+ <div class="route-actions">
331
+ <div class="route-action">Preview</div>
332
+ <div class="route-action">Steps</div>
333
+ <div class="route-action">Pin</div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Dialog -->
338
+ <div class="dialog">
339
+ <div class="dialog-header">
340
+ <div class="tab-active">Depart at</div>
341
+ <div>Arrive by</div>
342
+ <div class="tab-underline"></div>
343
+ </div>
344
+
345
+ <div class="time-scroll">
346
+ <div class="time-col">
347
+ <div class="time-fade">11</div>
348
+ <div class="time-line"></div>
349
+ <div class="time-value">12</div>
350
+ <div class="time-line"></div>
351
+ <div class="time-fade-bottom">1</div>
352
+ </div>
353
+
354
+ <div class="colon">:</div>
355
+
356
+ <div class="time-col">
357
+ <div class="time-fade">42</div>
358
+ <div class="time-line"></div>
359
+ <div class="time-value">43</div>
360
+ <div class="time-line"></div>
361
+ <div class="time-fade-bottom">44</div>
362
+ </div>
363
+
364
+ <div class="time-col">
365
+ <div class="time-fade">AM</div>
366
+ <div class="time-line"></div>
367
+ <div class="time-value">PM</div>
368
+ <div class="time-line"></div>
369
+ <div class="time-fade-bottom">&nbsp;</div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="date-row">
374
+ <div class="chev">
375
+ <svg viewBox="0 0 24 24"><path d="M15 5l-8 7 8 7V5z"></path></svg>
376
+ </div>
377
+ <div>Sat, Jul 29, 2023</div>
378
+ <div class="chev">
379
+ <svg viewBox="0 0 24 24"><path d="M9 5l8 7-8 7V5z"></path></svg>
380
+ </div>
381
+ </div>
382
+
383
+ <div class="reset-link">Reset to current time</div>
384
+
385
+ <div class="dialog-actions">
386
+ <button class="btn btn-outline">Cancel</button>
387
+ <button class="btn btn-primary">Set</button>
388
+ </div>
389
+ </div>
390
+
391
+ <div class="home-indicator"></div>
392
+ </div>
393
+ </body>
394
+ </html>
code/15671/15671_15.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Directions UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 110px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #333; font-size: 36px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 24px; color: #757575; }
22
+ .icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
23
+ .icon svg { width: 40px; height: 40px; }
24
+
25
+ /* Search section */
26
+ .search-area { padding: 10px 30px 0 30px; }
27
+ .top-controls {
28
+ display: grid; grid-template-columns: 84px 1fr 84px;
29
+ align-items: center; column-gap: 20px;
30
+ }
31
+ .circle-btn {
32
+ width: 72px; height: 72px; border-radius: 36px;
33
+ border: 1px solid #DADCE0; display: flex; align-items: center; justify-content: center;
34
+ background: #fff;
35
+ }
36
+ .field-stack { display: flex; flex-direction: column; gap: 24px; }
37
+ .pill-input {
38
+ height: 110px; border: 1px solid #DADCE0; border-radius: 26px;
39
+ display: flex; align-items: center; padding: 0 28px; font-size: 40px; color: #202124;
40
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03); background: #fff;
41
+ }
42
+ .pill-input .label { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
43
+ .red-pin { color: #D93025; display: inline-flex; align-items: center; margin-right: 18px; }
44
+ .vertical-dots { color: #5F6368; }
45
+
46
+ /* Modes row */
47
+ .modes { display: flex; align-items: center; gap: 24px; padding: 24px 30px; }
48
+ .chip {
49
+ height: 92px; padding: 0 26px; border-radius: 46px; border: 1px solid #DADCE0;
50
+ display: flex; align-items: center; gap: 18px; font-size: 36px; color: #3C4043; background: #fff;
51
+ }
52
+ .chip.selected { background: #E8F0FE; border-color: #4285F4; color: #1a73e8; }
53
+ .chip .mini-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
54
+ .chip .mini-icon svg { width: 44px; height: 44px; }
55
+
56
+ /* Depart chip */
57
+ .depart-chip {
58
+ position: absolute; top: 540px; left: 30px;
59
+ height: 100px; padding: 0 32px; border-radius: 50px;
60
+ background: #E8F0FE; color: #1a73e8; border: 1px solid #C5D9FF;
61
+ display: flex; align-items: center; font-size: 36px; gap: 18px;
62
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
63
+ }
64
+
65
+ /* Map placeholder */
66
+ .map {
67
+ position: absolute; top: 650px; left: 0; width: 1080px; height: 1220px;
68
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center; color: #616161; font-size: 40px;
70
+ }
71
+
72
+ /* Floating map buttons */
73
+ .float-col {
74
+ position: absolute; right: 30px; top: 880px; display: flex; flex-direction: column; gap: 26px;
75
+ }
76
+ .fab {
77
+ width: 120px; height: 120px; border-radius: 60px;
78
+ background: #fff; border: 1px solid #DADCE0;
79
+ display: flex; align-items: center; justify-content: center;
80
+ box-shadow: 0 4px 10px rgba(0,0,0,0.1);
81
+ }
82
+ .fab svg { width: 64px; height: 64px; }
83
+
84
+ /* Map overlays */
85
+ .bubble-blue {
86
+ position: absolute; left: 340px; top: 1160px;
87
+ background: #1a73e8; color: #fff; border-radius: 18px;
88
+ padding: 22px 26px; font-size: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.2);
89
+ }
90
+ .bubble-white {
91
+ position: absolute; left: 180px; top: 1320px;
92
+ background: #fff; color: #3C4043; border-radius: 18px; border: 1px solid #E0E0E0;
93
+ padding: 22px 26px; font-size: 38px; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
94
+ }
95
+ .streetview-thumb {
96
+ position: absolute; left: 40px; bottom: 490px;
97
+ width: 260px; height: 180px; background: #E0E0E0;
98
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
99
+ color: #757575; font-size: 30px;
100
+ }
101
+
102
+ /* Bottom sheet */
103
+ .sheet {
104
+ position: absolute; left: 0; bottom: 130px; width: 1080px; height: 520px;
105
+ background: #fff; border-top-left-radius: 36px; border-top-right-radius: 36px;
106
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
107
+ }
108
+ .sheet .grabber {
109
+ width: 160px; height: 12px; background: #E0E0E0; border-radius: 6px;
110
+ margin: 26px auto 18px auto;
111
+ }
112
+ .sheet .content { padding: 0 36px; }
113
+ .title { font-size: 56px; color: #202124; font-weight: 500; }
114
+ .subtitle { margin-top: 14px; font-size: 36px; color: #5F6368; }
115
+ .badges { margin-top: 16px; display: flex; gap: 26px; align-items: center; color: #3C4043; font-size: 36px; }
116
+ .badge { display: inline-flex; align-items: center; gap: 12px; color: #3C4043; }
117
+ .actions { margin-top: 40px; display: flex; gap: 26px; }
118
+ .btn {
119
+ height: 100px; padding: 0 36px; border-radius: 50px; font-size: 38px;
120
+ border: 1px solid #DADCE0; background: #fff; color: #1a73e8;
121
+ display: inline-flex; align-items: center; gap: 18px;
122
+ }
123
+ .btn.primary { background: #1a73e8; color: #fff; border-color: #1a73e8; }
124
+ .btn svg { width: 44px; height: 44px; }
125
+
126
+ /* Gesture bar */
127
+ .gesture {
128
+ position: absolute; left: 50%; transform: translateX(-50%);
129
+ bottom: 42px; width: 320px; height: 14px; background: #CFCFCF; border-radius: 7px;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status Bar -->
137
+ <div class="status-bar">
138
+ <div>12:44</div>
139
+ <div class="status-icons">
140
+ <span class="icon">
141
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 7h-4v7H9V9H5l7-7z" fill="#757575"/></svg>
142
+ </span>
143
+ <span class="icon">
144
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3v-2zm2-4h14v2H5v-2zm3-4h8v2H8V10zm3-4h2v2h-2V6z" fill="#757575"/></svg>
145
+ </span>
146
+ <span class="icon">
147
+ <svg viewBox="0 0 24 24"><rect x="2" y="8" width="18" height="10" rx="2" ry="2" fill="#757575"/><rect x="21" y="8" width="1.5" height="10" fill="#757575"/></svg>
148
+ </span>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Search Area -->
153
+ <div class="search-area">
154
+ <div class="top-controls">
155
+ <div class="circle-btn">
156
+ <svg viewBox="0 0 24 24"><path d="M15.5 19l-7-7 7-7" stroke="#5F6368" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
157
+ </div>
158
+
159
+ <div class="field-stack">
160
+ <div class="pill-input">
161
+ <span class="label">Upper East Side</span>
162
+ <span class="vertical-dots">
163
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.2" fill="#5F6368"/><circle cx="12" cy="12" r="2.2" fill="#5F6368"/><circle cx="12" cy="19" r="2.2" fill="#5F6368"/></svg>
164
+ </span>
165
+ </div>
166
+ <div class="pill-input">
167
+ <span class="red-pin">
168
+ <svg viewBox="0 0 24 24"><path d="M12 2a6 6 0 016 6c0 4.5-6 12-6 12S6 12.5 6 8a6 6 0 016-6z" fill="#D93025"/><circle cx="12" cy="8" r="2.5" fill="#fff"/></svg>
169
+ </span>
170
+ <span class="label">Manorhaven Beach Park &amp; Pool</span>
171
+ <span class="vertical-dots">
172
+ <svg viewBox="0 0 24 24"><path d="M8 7l4 4 4-4M8 17l4-4 4 4" stroke="#5F6368" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
173
+ </span>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="circle-btn">
178
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="#5F6368"/><circle cx="12" cy="12" r="2" fill="#5F6368"/><circle cx="12" cy="20" r="2" fill="#5F6368"/></svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Modes -->
183
+ <div class="modes">
184
+ <div class="chip selected">
185
+ <span class="mini-icon">
186
+ <svg viewBox="0 0 24 24">
187
+ <rect x="5" y="9" width="14" height="6" rx="2" fill="#1a73e8"/>
188
+ <circle cx="8" cy="17" r="2" fill="#1a73e8"/>
189
+ <circle cx="16" cy="17" r="2" fill="#1a73e8"/>
190
+ </svg>
191
+ </span>
192
+ <span>1 hr 20</span>
193
+ </div>
194
+
195
+ <div class="chip">
196
+ <span class="mini-icon">
197
+ <svg viewBox="0 0 24 24">
198
+ <circle cx="6" cy="17" r="3" fill="#5F6368"/>
199
+ <circle cx="18" cy="17" r="3" fill="#5F6368"/>
200
+ <path d="M6 17l6-5 4 5" stroke="#5F6368" stroke-width="2" fill="none" stroke-linecap="round"/>
201
+ </svg>
202
+ </span>
203
+ <span>—</span>
204
+ </div>
205
+
206
+ <div class="chip">
207
+ <span class="mini-icon">
208
+ <svg viewBox="0 0 24 24">
209
+ <rect x="4" y="6" width="16" height="10" rx="2" fill="#5F6368"/>
210
+ <rect x="6" y="8" width="4" height="3" fill="#fff"/>
211
+ <rect x="14" y="8" width="4" height="3" fill="#fff"/>
212
+ </svg>
213
+ </span>
214
+ <span>1 hr 36</span>
215
+ </div>
216
+
217
+ <div class="chip">
218
+ <span class="mini-icon">
219
+ <svg viewBox="0 0 24 24">
220
+ <circle cx="12" cy="5" r="2.2" fill="#5F6368"/>
221
+ <path d="M12 7l-3 4-3 2m6-6l3 4 3 2" stroke="#5F6368" stroke-width="2" fill="none" stroke-linecap="round"/>
222
+ </svg>
223
+ </span>
224
+ <span>7 hr</span>
225
+ </div>
226
+
227
+ <div class="chip">
228
+ <span class="mini-icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M4 18h16v2H4zM6 8l6-5 6 5v7H6V8z" fill="#5F6368"/>
231
+ </svg>
232
+ </span>
233
+ <span>1 hr 20</span>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Depart chip -->
239
+ <div class="depart-chip">
240
+ <span>Depart at Sat, Jul 29, 12:43 PM</span>
241
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M7 10l5 5 5-5" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
242
+ </div>
243
+
244
+ <!-- Map area -->
245
+ <div class="map">[IMG: Google Map with route and markers]</div>
246
+
247
+ <!-- Floating buttons on map -->
248
+ <div class="float-col">
249
+ <div class="fab">
250
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#5F6368"/><path d="M12 7v10M7 12h10" stroke="#fff" stroke-width="2"/></svg>
251
+ </div>
252
+ <div class="fab">
253
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#5F6368" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/></svg>
254
+ </div>
255
+ </div>
256
+ <div class="fab" style="position:absolute; right:30px; bottom:700px;">
257
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#5F6368" stroke-width="2" fill="none"/><path d="M12 8v5l3 2" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/></svg>
258
+ </div>
259
+
260
+ <!-- Map overlays -->
261
+ <div class="bubble-blue">Typically 1–2 hr<br>$13.10</div>
262
+ <div class="bubble-white">Typically 1 hr 5 min to 2 hr 20 min<br>No tolls</div>
263
+ <div class="streetview-thumb">[IMG: Street View thumbnail]</div>
264
+
265
+ <!-- Bottom sheet -->
266
+ <div class="sheet">
267
+ <div class="grabber"></div>
268
+ <div class="content">
269
+ <div class="title">1 hr 20 min (28 mi)</div>
270
+ <div class="subtitle">Fastest route now due to traffic conditions</div>
271
+ <div class="badges">
272
+ <div class="badge">
273
+ <svg viewBox="0 0 24 24"><path d="M4 12h16v2H4zM4 6h16v2H4zM4 18h16v2H4z" fill="#5F6368"/></svg>
274
+ <span>$13.10</span>
275
+ </div>
276
+ <div class="badge">
277
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7z" fill="#1a73e8"/><circle cx="12" cy="9" r="2.5" fill="#fff"/></svg>
278
+ <span>On-site</span>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="actions">
283
+ <div class="btn primary">
284
+ <svg viewBox="0 0 24 24"><path d="M4 12l6 6L20 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
285
+ <span>Preview</span>
286
+ </div>
287
+ <div class="btn">
288
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z" fill="#1a73e8"/></svg>
289
+ <span>Steps</span>
290
+ </div>
291
+ <div class="btn">
292
+ <svg viewBox="0 0 24 24"><path d="M8 3l8 6-8 6V3z" fill="#1a73e8"/></svg>
293
+ <span>Pin</span>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Gesture bar -->
300
+ <div class="gesture"></div>
301
+ </div>
302
+ </body>
303
+ </html>
code/15671/15671_2.html ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #2E2E2E;
26
+ font-size: 42px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 24px; }
29
+ .status-right { display: flex; align-items: center; gap: 26px; }
30
+ .dot {
31
+ width: 22px; height: 22px; border-radius: 50%; background: #8C8C8C;
32
+ }
33
+
34
+ /* Search bar row */
35
+ .search-row {
36
+ padding: 16px 24px 12px 24px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .icon-btn {
42
+ width: 64px; height: 64px; border-radius: 32px; background: transparent;
43
+ display: flex; align-items: center; justify-content: center;
44
+ border: none;
45
+ }
46
+ .search-box {
47
+ flex: 1;
48
+ height: 92px;
49
+ border: 1px solid #DADCE0;
50
+ border-radius: 46px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 22px;
54
+ box-sizing: border-box;
55
+ }
56
+ .search-text {
57
+ font-size: 40px;
58
+ color: #202124;
59
+ flex: 1;
60
+ white-space: nowrap;
61
+ overflow: hidden;
62
+ }
63
+ .caret {
64
+ width: 3px; height: 48px; background: #1A73E8; margin-left: 6px; margin-right: 16px;
65
+ }
66
+ .clear-btn {
67
+ width: 56px; height: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: center; background: #EFEFEF; border: none;
68
+ }
69
+
70
+ /* Results list */
71
+ .results { padding-top: 8px; }
72
+ .result-item {
73
+ display: flex;
74
+ align-items: center;
75
+ padding: 22px 24px;
76
+ }
77
+ .left-pin {
78
+ width: 90px; height: 90px; border-radius: 45px; background: #EEEEEE; border: 1px solid #D6D6D6;
79
+ display: flex; align-items: center; justify-content: center; margin-right: 24px;
80
+ }
81
+ .result-texts { flex: 1; }
82
+ .title {
83
+ font-size: 38px; color: #202124; line-height: 1.2;
84
+ }
85
+ .subtitle {
86
+ font-size: 30px; color: #6B6F73; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
87
+ }
88
+ .ne-arrow {
89
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .divider {
92
+ height: 1px; background: #E3E3E3; margin: 0 138px 0 138px;
93
+ }
94
+
95
+ .red-search {
96
+ background: #FFEAE6;
97
+ }
98
+ .red-icon {
99
+ width: 90px; height: 90px; border-radius: 45px; background: #FFE4DE; border: 1px solid #F5C2B5;
100
+ display: flex; align-items: center; justify-content: center; margin-right: 24px;
101
+ }
102
+ .uppercase .title { text-transform: uppercase; }
103
+
104
+ /* Choose on map row */
105
+ .choose-row {
106
+ margin-top: 26px;
107
+ padding: 22px 24px;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: space-between;
111
+ }
112
+ .choose-left {
113
+ display: flex; align-items: center; gap: 22px;
114
+ }
115
+ .map-pill {
116
+ height: 92px; padding: 0 36px; border-radius: 46px; border: 1px solid #DADCE0; background: #F8F9FA;
117
+ display: inline-flex; align-items: center; gap: 16px; font-size: 36px; color: #1967D2;
118
+ }
119
+
120
+ /* Keyboard mock */
121
+ .keyboard {
122
+ position: absolute;
123
+ left: 0; right: 0; bottom: 0;
124
+ height: 900px;
125
+ background: #121212;
126
+ border-top: 1px solid #202020;
127
+ }
128
+ .kb-suggestions {
129
+ height: 90px; display: flex; align-items: center; gap: 28px;
130
+ padding: 0 24px; color: #D7D7D7; font-size: 34px; border-bottom: 1px solid #1F1F1F;
131
+ }
132
+ .kb-row { display: flex; justify-content: space-between; padding: 22px 18px; }
133
+ .key {
134
+ background: #2A2A2A; color: #E6E6E6; font-size: 40px; border-radius: 16px;
135
+ width: 88px; height: 120px; display: flex; align-items: center; justify-content: center;
136
+ }
137
+ .key.wide { width: 140px; }
138
+ .space { flex: 1; margin: 0 12px; height: 120px; border-radius: 16px; background: #2A2A2A; }
139
+ .search-key {
140
+ width: 140px; height: 120px; border-radius: 16px; background: #D9E7FF; color: #1A73E8; display: flex; align-items: center; justify-content: center; font-size: 36px;
141
+ }
142
+ .home-indicator {
143
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
144
+ width: 420px; height: 10px; border-radius: 5px; background: #CFCFCF; opacity: 0.9;
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
+ <div style="font-weight: 500;">12:39</div>
155
+ <div class="dot"></div>
156
+ <div class="dot"></div>
157
+ <div class="dot"></div>
158
+ <div class="dot"></div>
159
+ <div class="dot" style="opacity:0.7;"></div>
160
+ </div>
161
+ <div class="status-right">
162
+ <!-- Location dot -->
163
+ <svg width="34" height="34" viewBox="0 0 24 24">
164
+ <circle cx="12" cy="12" r="4" fill="#616161"></circle>
165
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#616161" stroke-width="2"></circle>
166
+ </svg>
167
+ <!-- WiFi -->
168
+ <svg width="42" height="34" viewBox="0 0 24 24">
169
+ <path d="M2 9c5-4 15-4 20 0M5 12c4-3 10-3 14 0M8 15c3-2 7-2 10 0" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"></path>
170
+ <circle cx="12" cy="18" r="1.8" fill="#616161"></circle>
171
+ </svg>
172
+ <!-- Battery -->
173
+ <svg width="52" height="28" viewBox="0 0 28 14">
174
+ <rect x="1" y="2" width="22" height="10" rx="2" stroke="#616161" stroke-width="2" fill="none"></rect>
175
+ <rect x="24" y="5" width="3" height="4" rx="1" fill="#616161"></rect>
176
+ <rect x="3" y="4" width="15" height="6" rx="1" fill="#616161"></rect>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Search row -->
182
+ <div class="search-row">
183
+ <button class="icon-btn" aria-label="Back">
184
+ <svg width="40" height="40" viewBox="0 0 48 48">
185
+ <path d="M28 8 L12 24 L28 40" stroke="#5F6368" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
186
+ </svg>
187
+ </button>
188
+ <div class="search-box">
189
+ <div class="search-text">Manorhaven Beach Park</div>
190
+ <div class="caret"></div>
191
+ <button class="clear-btn" aria-label="Clear">
192
+ <svg width="28" height="28" viewBox="0 0 24 24">
193
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#5F6368" stroke-width="2.5" stroke-linecap="round"></path>
194
+ </svg>
195
+ </button>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Results -->
200
+ <div class="results">
201
+ <!-- Item 1 -->
202
+ <div class="result-item">
203
+ <div class="left-pin" aria-hidden="true">
204
+ <svg width="40" height="40" viewBox="0 0 24 24">
205
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" fill="#9E9E9E"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="result-texts">
209
+ <div class="title">Manorhaven Beach Park &amp; Pool</div>
210
+ <div class="subtitle">Manorhaven Boulevard, Port Washington...</div>
211
+ </div>
212
+ <div class="ne-arrow">
213
+ <svg width="40" height="40" viewBox="0 0 24 24">
214
+ <path d="M7 17 L17 7 M10 7 H17 V14" stroke="#5F6368" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="divider"></div>
220
+
221
+ <!-- Item 2 -->
222
+ <div class="result-item uppercase">
223
+ <div class="left-pin" aria-hidden="true">
224
+ <svg width="40" height="40" viewBox="0 0 24 24">
225
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" fill="#9E9E9E"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="result-texts">
229
+ <div class="title">MANORHAVEN BEACH SKATE PARK</div>
230
+ <div class="subtitle">Sands Point, NY, USA</div>
231
+ </div>
232
+ <div class="ne-arrow">
233
+ <svg width="40" height="40" viewBox="0 0 24 24">
234
+ <path d="M7 17 L17 7 M10 7 H17 V14" stroke="#5F6368" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Item 3 (search query suggestion) -->
240
+ <div class="result-item red-search">
241
+ <div class="red-icon" aria-hidden="true">
242
+ <svg width="40" height="40" viewBox="0 0 24 24">
243
+ <circle cx="10" cy="10" r="6" stroke="#E57373" stroke-width="2.4" fill="none"></circle>
244
+ <path d="M14.5 14.5 L20 20" stroke="#E57373" stroke-width="2.4" stroke-linecap="round"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="result-texts">
248
+ <div class="title">parking</div>
249
+ <div class="subtitle">near Manorhaven Beach Park &amp; Pool, Ma...</div>
250
+ </div>
251
+ <div class="ne-arrow">
252
+ <svg width="40" height="40" viewBox="0 0 24 24">
253
+ <path d="M7 17 L17 7 M10 7 H17 V14" stroke="#5F6368" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Choose on map -->
260
+ <div class="choose-row">
261
+ <div class="choose-left">
262
+ <svg width="56" height="56" viewBox="0 0 24 24">
263
+ <path d="M3 6 L9 4 L15 6 L21 4 V18 L15 20 L9 18 L3 20 V6" stroke="#5F6368" stroke-width="2" fill="none" stroke-linejoin="round"></path>
264
+ </svg>
265
+ <div style="font-size: 38px; color: #3C4043;">Choose on map</div>
266
+ </div>
267
+ <div class="map-pill">
268
+ <svg width="42" height="42" viewBox="0 0 24 24">
269
+ <path d="M3 12c4-5 14-5 18 0M6 15c3-3 9-3 12 0" stroke="#1967D2" stroke-width="2" fill="none" stroke-linecap="round"></path>
270
+ </svg>
271
+ <span>Map</span>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Keyboard -->
276
+ <div class="keyboard">
277
+ <div class="kb-suggestions">
278
+ <svg width="40" height="40" viewBox="0 0 24 24">
279
+ <circle cx="12" cy="12" r="10" fill="#BDBDBD"></circle>
280
+ </svg>
281
+ <div>Park</div>
282
+ <div style="opacity:.7;">|</div>
283
+ <div>Parking</div>
284
+ <div style="opacity:.7;">|</div>
285
+ <svg width="40" height="40" viewBox="0 0 24 24">
286
+ <path d="M12 2 L15 8 L22 9 L17 13 L18 20 L12 17 L6 20 L7 13 L2 9 L9 8 Z" fill="#BDBDBD"></path>
287
+ </svg>
288
+ </div>
289
+
290
+ <div class="kb-row">
291
+ <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>
292
+ </div>
293
+ <div class="kb-row">
294
+ <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>
295
+ </div>
296
+ <div class="kb-row">
297
+ <div class="key wide">
298
+ <svg width="40" height="40" viewBox="0 0 24 24">
299
+ <path d="M8 17 L4 12 L8 7 M4 12 H20" stroke="#E6E6E6" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
300
+ </svg>
301
+ </div>
302
+ <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>
303
+ <div class="key wide">
304
+ <svg width="40" height="40" viewBox="0 0 24 24">
305
+ <path d="M4 7 L20 7 M8 11 L16 11 M12 15 L12 19" stroke="#E6E6E6" stroke-width="2" fill="none" stroke-linecap="round"></path>
306
+ <path d="M6 17 H18" stroke="#E6E6E6" stroke-width="2" stroke-linecap="round"></path>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+ <div class="kb-row">
311
+ <div class="key wide">?123</div>
312
+ <div class="key">,</div>
313
+ <div class="key">🙂</div>
314
+ <div class="space"></div>
315
+ <div class="key">.</div>
316
+ <div class="search-key">
317
+ <svg width="34" height="34" viewBox="0 0 24 24">
318
+ <circle cx="10" cy="10" r="6.5" stroke="#1A73E8" stroke-width="2.4" fill="none"></circle>
319
+ <path d="M14.5 14.5 L20 20" stroke="#1A73E8" stroke-width="2.4" stroke-linecap="round"></path>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="home-indicator"></div>
325
+ </div>
326
+
327
+ </div>
328
+ </body>
329
+ </html>
code/15671/15671_3.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Manorhaven Beach Park & Pool - Mock 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: 'Roboto', Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F1F3F4; border-radius: 36px; box-shadow: 0 20px 60px rgba(0,0,0,0.25);
12
+ color: #333;
13
+ }
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 88px;
16
+ padding: 22px 28px 12px 32px; box-sizing: border-box; color: #7A7A7A; font-weight: 500;
17
+ display: flex; align-items: flex-end; justify-content: space-between;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 18px; }
20
+ .dot { width: 10px; height: 10px; background:#9E9E9E; border-radius:50%; }
21
+ .search-bar {
22
+ position: absolute; top: 100px; left: 24px; right: 24px; height: 100px;
23
+ background: #FFFFFF; border-radius: 50px; box-shadow: 0 10px 20px rgba(0,0,0,0.12);
24
+ display: flex; align-items: center; padding: 0 24px; gap: 22px; box-sizing: border-box;
25
+ }
26
+ .search-text {
27
+ flex: 1; font-size: 36px; color: #202124; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
28
+ }
29
+ .icon { width: 44px; height: 44px; }
30
+ .nearby-chip {
31
+ position: absolute; top: 220px; left: 50%; transform: translateX(-50%);
32
+ background: #FFFFFF; border-radius: 48px; padding: 22px 40px; font-size: 32px; color: #4A4A4A;
33
+ box-shadow: 0 8px 18px rgba(0,0,0,0.12);
34
+ }
35
+ .map-area {
36
+ position: absolute; top: 300px; left: 0; width: 100%; height: 860px;
37
+ background: #ECECEC;
38
+ }
39
+ .map-svg { position: absolute; left: 120px; top: 40px; }
40
+ .map-label { position: absolute; font-size: 34px; color: #1B5E20; }
41
+ .map-label.red { color: #D32F2F; font-weight: 700; }
42
+ .pin { position: absolute; width: 40px; height: 40px; }
43
+ .map-photo {
44
+ position: absolute; left: 30px; bottom: 40px; width: 300px; height: 180px;
45
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
46
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
47
+ }
48
+ .sheet {
49
+ position: absolute; top: 1060px; left: 0; width: 100%; height: 1240px;
50
+ background: #FFFFFF; border-top-left-radius: 32px; border-top-right-radius: 32px;
51
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
52
+ }
53
+ .handle {
54
+ width: 180px; height: 12px; background: #DADCE0; border-radius: 6px;
55
+ position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
56
+ }
57
+ .content {
58
+ position: absolute; top: 50px; left: 32px; right: 32px;
59
+ }
60
+ .title { font-size: 48px; font-weight: 700; color: #202124; margin-top: 24px; }
61
+ .rating-row { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: #616161; font-size: 30px; }
62
+ .star { width: 32px; height: 32px; }
63
+ .meta { display: flex; align-items: center; gap: 12px; margin-top: 10px; color: #616161; font-size: 30px; }
64
+ .closed { color: #D32F2F; margin-top: 6px; font-size: 30px; }
65
+ .actions { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
66
+ .btn {
67
+ display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-radius: 30px; font-size: 34px; cursor: default;
68
+ border: 1px solid #DADCE0; color: #1A73E8; background: #FFFFFF;
69
+ }
70
+ .btn .icon { width: 36px; height: 36px; }
71
+ .btn.primary { background: #1A73E8; color: #FFFFFF; border: none; padding: 24px 34px; }
72
+ .photos {
73
+ margin-top: 30px; display: grid; grid-template-columns: 1fr 0.7fr; gap: 24px;
74
+ }
75
+ .photo-big, .photo-sm { background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; }
76
+ .photo-big { height: 640px; border-radius: 24px; font-size: 30px; }
77
+ .right-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
78
+ .photo-sm { height: 308px; border-radius: 24px; font-size: 28px; position: relative; }
79
+ .chip {
80
+ position: absolute; bottom: 18px; left: 18px; background: rgba(128,128,128,0.9); color: #FFFFFF;
81
+ padding: 10px 16px; border-radius: 16px; font-size: 26px;
82
+ }
83
+ .home-indicator {
84
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
85
+ width: 280px; height: 12px; background: #C7C7C7; border-radius: 6px;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Status bar -->
93
+ <div class="status-bar">
94
+ <div style="font-size:34px;">12:40</div>
95
+ <div class="status-right">
96
+ <div class="dot"></div>
97
+ <div class="dot"></div>
98
+ <div class="dot"></div>
99
+ <div class="dot"></div>
100
+ <div class="dot"></div>
101
+ <svg class="icon" viewBox="0 0 24 24" fill="#7A7A7A"><circle cx="12" cy="11" r="6"/><path d="M19 5l2 2" stroke="#7A7A7A" stroke-width="2" fill="none"/></svg>
102
+ <svg class="icon" viewBox="0 0 24 24" fill="#7A7A7A"><path d="M6 18h12l-2-6h-8zM7 6h10v4H7z"/></svg>
103
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#7A7A7A" stroke-width="2"><rect x="6" y="3" width="12" height="18" rx="2"/><path d="M10 6h4"/></svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Search bar -->
108
+ <div class="search-bar">
109
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#5F6368" stroke-width="2"><path d="M15 6L9 12l6 6"/></svg>
110
+ <div class="search-text">Manorhaven Beach Park & P...</div>
111
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#5F6368" stroke-width="2"><path d="M6 6l12 12M6 18L18 6"/></svg>
112
+ <svg class="icon" viewBox="0 0 24 24" fill="#5F6368">
113
+ <path d="M12 3a4 4 0 0 0-4 4c0 2 1.5 3.6 3.5 3.9V18l1.5 3 1.5-3v-7.1A4 4 0 0 0 12 3z"/>
114
+ </svg>
115
+ </div>
116
+
117
+ <!-- Nearby chip -->
118
+ <div class="nearby-chip">See nearby attractions</div>
119
+
120
+ <!-- Map Area -->
121
+ <div class="map-area">
122
+ <!-- Polygon representing park -->
123
+ <svg class="map-svg" width="840" height="600">
124
+ <polygon points="40,120 780,0 820,420 260,560 40,350" fill="#CDE8C9" stroke="#A8D5A1" stroke-width="3"></polygon>
125
+ </svg>
126
+
127
+ <!-- Labels and pins -->
128
+ <div class="map-label red" style="left: 420px; top: 210px;">Manorhaven<br>Beach Park & Pool</div>
129
+ <svg class="pin" style="left: 720px; top: 240px;" viewBox="0 0 24 24" fill="#D32F2F">
130
+ <path d="M12 2C8.5 2 6 4.7 6 8.2c0 5.1 6 12.8 6 12.8s6-7.7 6-12.8C18 4.7 15.5 2 12 2z"/>
131
+ <circle cx="12" cy="8.5" r="3" fill="#fff" opacity="0.35"/>
132
+ </svg>
133
+
134
+ <div class="map-label" style="left: 780px; top: 260px;">Playground</div>
135
+
136
+ <svg class="pin" style="left: 520px; top: 380px;" viewBox="0 0 24 24" fill="#2E7D32">
137
+ <path d="M12 2C8.5 2 6 4.7 6 8.2c0 5.1 6 12.8 6 12.8s6-7.7 6-12.8C18 4.7 15.5 2 12 2z"/>
138
+ </svg>
139
+ <div class="map-label" style="left: 560px; top: 380px;">MANORHAVEN<br>BEACH SKATE PARK</div>
140
+
141
+ <svg class="pin" style="left: 420px; top: 520px;" viewBox="0 0 24 24" fill="#2E7D32">
142
+ <path d="M12 2C8.5 2 6 4.7 6 8.2c0 5.1 6 12.8 6 12.8s6-7.7 6-12.8C18 4.7 15.5 2 12 2z"/>
143
+ </svg>
144
+ <div class="map-label" style="left: 470px; top: 520px;">Morgan's Dock Park</div>
145
+
146
+ <!-- Water area hint -->
147
+ <div style="position:absolute; right:-80px; bottom:-40px; width: 520px; height: 260px; background:#BBD7FF; transform: rotate(-12deg);"></div>
148
+
149
+ <!-- Small photo preview -->
150
+ <div class="map-photo">[IMG: Park Panorama]</div>
151
+ </div>
152
+
153
+ <!-- Bottom Sheet -->
154
+ <div class="sheet">
155
+ <div class="handle"></div>
156
+ <div class="content">
157
+ <div class="title">Manorhaven Beach Park & Pool</div>
158
+
159
+ <div class="rating-row">
160
+ <span>4.4</span>
161
+ <svg class="star" viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3L5.8 21l1.6-7-5.4-4.8 7.2-.6L12 2l2.2 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
162
+ <svg class="star" viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3L5.8 21l1.6-7-5.4-4.8 7.2-.6L12 2l2.2 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
163
+ <svg class="star" viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3L5.8 21l1.6-7-5.4-4.8 7.2-.6L12 2l2.2 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
164
+ <svg class="star" viewBox="0 0 24 24" fill="#FFC107"><path d="M12 17.3L5.8 21l1.6-7-5.4-4.8 7.2-.6L12 2l2.2 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
165
+ <svg class="star" viewBox="0 0 24 24" fill="#E0E0E0"><path d="M12 17.3L5.8 21l1.6-7-5.4-4.8 7.2-.6L12 2l2.2 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
166
+ <span>(462)</span>
167
+ </div>
168
+
169
+ <div class="meta">
170
+ <span>Park</span>
171
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2">
172
+ <circle cx="10" cy="6" r="2"/>
173
+ <path d="M5 21l4-3 1-4 4 1 3-3" />
174
+ <circle cx="16" cy="17" r="2"/>
175
+ </svg>
176
+ </div>
177
+
178
+ <div class="closed">Closed · Opens 11 am</div>
179
+
180
+ <div class="actions">
181
+ <div class="btn primary">
182
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2"><path d="M3 12h12l-4 4M15 8l0 8"/></svg>
183
+ <span>Directions</span>
184
+ </div>
185
+ <div class="btn">
186
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1A73E8" stroke-width="2">
187
+ <path d="M6 2c6 0 12 6 12 12v4l-4-2-3 3C6 17 3 12 2 6l3-3z"/>
188
+ </svg>
189
+ <span>Call</span>
190
+ </div>
191
+ <div class="btn">
192
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1A73E8" stroke-width="2">
193
+ <rect x="4" y="8" width="16" height="12" rx="2"/>
194
+ <path d="M4 8h16l-2-4H6z"/>
195
+ </svg>
196
+ <span>Directory</span>
197
+ </div>
198
+ <div class="btn">
199
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1A73E8" stroke-width="2">
200
+ <path d="M6 4h12v16l-6-4-6 4z"/>
201
+ </svg>
202
+ <span>Save</span>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="photos">
207
+ <div class="photo-big">[IMG: Playground with slide]</div>
208
+ <div class="right-stack">
209
+ <div class="photo-sm">[IMG: Pool and slides]</div>
210
+ <div class="photo-sm">[IMG: Marina and docks]
211
+ <div class="chip">21 days ago</div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Bottom home indicator -->
219
+ <div class="home-indicator"></div>
220
+ </div>
221
+ </body>
222
+ </html>
code/15671/15671_4.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Save to list UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ height: 120px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #63666A;
27
+ font-size: 38px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 24px; }
30
+ .status-center { display: flex; align-items: center; gap: 24px; opacity: 0.5; }
31
+ .dot {
32
+ width: 34px; height: 34px; border-radius: 50%; background: #888888;
33
+ }
34
+ .status-right { display: flex; align-items: center; gap: 28px; }
35
+
36
+ /* Simple icons for status-right */
37
+ .status-icon svg { width: 44px; height: 44px; fill: none; stroke: #616161; stroke-width: 4; }
38
+
39
+ /* App bar */
40
+ .appbar {
41
+ height: 170px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ position: relative;
46
+ border-bottom: 1px solid #ececec;
47
+ }
48
+ .appbar h1 {
49
+ margin: 0;
50
+ font-size: 54px;
51
+ font-weight: 600;
52
+ color: #202124;
53
+ }
54
+ .appbar .action {
55
+ position: absolute;
56
+ right: 40px;
57
+ top: 50%;
58
+ transform: translateY(-50%);
59
+ font-size: 42px;
60
+ color: #1a73e8;
61
+ font-weight: 600;
62
+ }
63
+
64
+ /* New list pill card */
65
+ .newlist-wrapper {
66
+ padding: 36px 40px 24px;
67
+ border-bottom: 1px solid #eeeeee;
68
+ }
69
+ .newlist-pill {
70
+ height: 120px;
71
+ border: 2px solid #e0e0e0;
72
+ border-radius: 60px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ gap: 24px;
77
+ color: #1a73e8;
78
+ font-size: 42px;
79
+ font-weight: 600;
80
+ }
81
+ .newlist-pill svg { width: 42px; height: 42px; stroke: #1a73e8; stroke-width: 6; }
82
+
83
+ /* List items */
84
+ .list {
85
+ width: 100%;
86
+ }
87
+ .item {
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 42px 40px;
91
+ border-bottom: 1px solid #eaeaea;
92
+ }
93
+ .icon-wrap {
94
+ width: 96px;
95
+ height: 96px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ margin-right: 28px;
100
+ }
101
+ .icon-wrap svg { width: 72px; height: 72px; }
102
+
103
+ .text {
104
+ flex: 1;
105
+ }
106
+ .title {
107
+ font-size: 46px;
108
+ color: #202124;
109
+ margin-bottom: 14px;
110
+ }
111
+ .subtitle {
112
+ font-size: 34px;
113
+ color: #80868B;
114
+ }
115
+ .checkbox {
116
+ width: 64px;
117
+ height: 64px;
118
+ border: 4px solid #9e9e9e;
119
+ border-radius: 12px;
120
+ margin-left: 20px;
121
+ }
122
+
123
+ /* Bottom home indicator */
124
+ .home-indicator {
125
+ position: absolute;
126
+ bottom: 46px;
127
+ left: 50%;
128
+ transform: translateX(-50%);
129
+ width: 360px;
130
+ height: 14px;
131
+ background: #7a7a7a;
132
+ border-radius: 8px;
133
+ opacity: 0.6;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+ <!-- Status Bar -->
140
+ <div class="statusbar">
141
+ <div class="status-left">
142
+ <span>12:40</span>
143
+ <div class="status-center">
144
+ <div class="dot"></div>
145
+ <div class="dot"></div>
146
+ <div class="dot"></div>
147
+ <div class="dot"></div>
148
+ <div class="dot" style="width: 12px; height: 12px;"></div>
149
+ </div>
150
+ </div>
151
+ <div class="status-right">
152
+ <span class="status-icon" title="location">
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M12 2l6 18-6-4-6 4z"></path>
155
+ </svg>
156
+ </span>
157
+ <span class="status-icon" title="wifi">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-2 11-2 14 0M9 16c2-1 4-1 6 0M12 20l1 1-1 1-1-1z"></path>
160
+ </svg>
161
+ </span>
162
+ <span class="status-icon" title="battery">
163
+ <svg viewBox="0 0 24 24">
164
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
165
+ <rect x="21" y="10" width="2" height="4"></rect>
166
+ </svg>
167
+ </span>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App Bar -->
172
+ <div class="appbar">
173
+ <h1>Save to list</h1>
174
+ <div class="action">Done</div>
175
+ </div>
176
+
177
+ <!-- New list pill -->
178
+ <div class="newlist-wrapper">
179
+ <div class="newlist-pill">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 5v14M5 12h14" />
182
+ </svg>
183
+ <span>New list</span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Lists -->
188
+ <div class="list">
189
+ <div class="item">
190
+ <div class="icon-wrap">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M4 6h12M4 12h12M4 18h12" stroke="#00bfa5" stroke-width="3" fill="none" stroke-linecap="round"/>
193
+ </svg>
194
+ </div>
195
+ <div class="text">
196
+ <div class="title">Escape de ville</div>
197
+ <div class="subtitle">Private · 8 places</div>
198
+ </div>
199
+ <div class="checkbox"></div>
200
+ </div>
201
+
202
+ <div class="item">
203
+ <div class="icon-wrap">
204
+ <svg viewBox="0 0 24 24">
205
+ <rect x="4" y="8" width="16" height="10" rx="2" stroke="#1a73e8" stroke-width="3" fill="none"></rect>
206
+ <rect x="8" y="5" width="8" height="3" rx="1" stroke="#1a73e8" stroke-width="3" fill="none"></rect>
207
+ </svg>
208
+ </div>
209
+ <div class="text">
210
+ <div class="title">Travel plans</div>
211
+ <div class="subtitle">Private · 1 place</div>
212
+ </div>
213
+ <div class="checkbox"></div>
214
+ </div>
215
+
216
+ <div class="item">
217
+ <div class="icon-wrap">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M12 21s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#e91e63" stroke-width="3" fill="none"/>
220
+ </svg>
221
+ </div>
222
+ <div class="text">
223
+ <div class="title">Favorites</div>
224
+ <div class="subtitle">Private · 0 places</div>
225
+ </div>
226
+ <div class="checkbox"></div>
227
+ </div>
228
+
229
+ <div class="item">
230
+ <div class="icon-wrap">
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M6 4v14l6-3 6 3V4z" stroke="#34a853" stroke-width="3" fill="none"/>
233
+ </svg>
234
+ </div>
235
+ <div class="text">
236
+ <div class="title">Want to go</div>
237
+ <div class="subtitle">Private · 0 places</div>
238
+ </div>
239
+ <div class="checkbox"></div>
240
+ </div>
241
+
242
+ <div class="item">
243
+ <div class="icon-wrap">
244
+ <svg viewBox="0 0 24 24">
245
+ <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" stroke="#f4b400" stroke-width="3" fill="none"/>
246
+ </svg>
247
+ </div>
248
+ <div class="text">
249
+ <div class="title">Starred places</div>
250
+ <div class="subtitle">Private · 0 places</div>
251
+ </div>
252
+ <div class="checkbox"></div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Home indicator -->
257
+ <div class="home-indicator"></div>
258
+ </div>
259
+ </body>
260
+ </html>
code/15671/15671_5.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: Arial, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, sans-serif;
15
+ color: #202124;
16
+ }
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #757575;
24
+ font-size: 40px;
25
+ }
26
+ .status-center {
27
+ display: flex;
28
+ gap: 24px;
29
+ align-items: center;
30
+ }
31
+ .dot {
32
+ width: 20px; height: 20px; background: #9E9E9E; border-radius: 50%;
33
+ display: inline-block;
34
+ opacity: .7;
35
+ }
36
+ .status-right { display: flex; gap: 24px; align-items: center; }
37
+ .header {
38
+ position: relative;
39
+ height: 140px;
40
+ border-bottom: 1px solid #E0E0E0;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .header .title {
46
+ font-size: 60px;
47
+ font-weight: 600;
48
+ color: #202124;
49
+ }
50
+ .header .done {
51
+ position: absolute;
52
+ right: 40px;
53
+ top: 50%;
54
+ transform: translateY(-50%);
55
+ color: #1a73e8;
56
+ font-size: 44px;
57
+ font-weight: 600;
58
+ }
59
+
60
+ .content { padding: 24px 40px 40px 40px; }
61
+
62
+ .pill {
63
+ height: 120px;
64
+ border: 1px solid #DADCE0;
65
+ border-radius: 60px;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ gap: 24px;
70
+ color: #1a73e8;
71
+ font-size: 44px;
72
+ font-weight: 600;
73
+ margin-bottom: 40px;
74
+ }
75
+ .pill svg { width: 44px; height: 44px; }
76
+
77
+ .section { border-top: 1px solid #E0E0E0; padding-top: 24px; }
78
+
79
+ .list-row {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: space-between;
83
+ padding: 28px 0 12px 0;
84
+ }
85
+ .left {
86
+ display: flex;
87
+ gap: 28px;
88
+ align-items: center;
89
+ }
90
+ .title-text { font-size: 48px; font-weight: 600; }
91
+ .subtitle { font-size: 36px; color: #5f6368; margin-left: 104px; }
92
+
93
+ .checkbox {
94
+ width: 72px; height: 72px;
95
+ border: 3px solid #9AA0A6;
96
+ border-radius: 12px;
97
+ background: transparent;
98
+ }
99
+ .checkbox.checked {
100
+ background: #1a73e8;
101
+ border-color: #1a73e8;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ }
106
+ .checkbox.checked svg { width: 36px; height: 36px; }
107
+ .note {
108
+ margin: 20px 0 24px 104px;
109
+ width: calc(100% - 104px - 40px);
110
+ height: 220px;
111
+ border: 2px solid #DADCE0;
112
+ border-radius: 28px;
113
+ padding: 26px 28px;
114
+ color: #5f6368;
115
+ font-size: 40px;
116
+ display: flex;
117
+ align-items: center;
118
+ }
119
+ .divider { border-top: 1px solid #E0E0E0; margin: 12px 0 12px 0; }
120
+
121
+ .row {
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+ padding: 28px 0;
126
+ }
127
+ .row .left { gap: 28px; }
128
+ .row .subtitle { margin-left: 104px; }
129
+
130
+ /* Bottom home indicator */
131
+ .home-indicator {
132
+ position: absolute;
133
+ bottom: 40px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 360px;
137
+ height: 16px;
138
+ background: #757575;
139
+ border-radius: 8px;
140
+ opacity: .7;
141
+ }
142
+
143
+ /* Icon colors */
144
+ .icon-menu path { stroke: #00A4A4; }
145
+ .icon-suitcase rect, .icon-suitcase path { stroke: #1a73e8; }
146
+ .icon-heart path { stroke: #E91E63; }
147
+ .icon-flag path, .icon-flag polygon { stroke: #1B9E4B; }
148
+ .icon-star path { stroke: #FB8C00; }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <div class="status-bar">
155
+ <div class="time">12:40</div>
156
+ <div class="status-center">
157
+ <span class="dot"></span>
158
+ <span class="dot"></span>
159
+ <span class="dot"></span>
160
+ <span class="dot"></span>
161
+ <span class="dot"></span>
162
+ </div>
163
+ <div class="status-right">
164
+ <span class="dot" style="width:22px;height:22px;"></span>
165
+ <span class="dot" style="width:22px;height:22px;"></span>
166
+ <span class="dot" style="width:22px;height:22px;"></span>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="header">
171
+ <div class="title">Save to list</div>
172
+ <div class="done">Done</div>
173
+ </div>
174
+
175
+ <div class="content">
176
+ <div class="pill">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M12 5v14M5 12h14" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
179
+ </svg>
180
+ <span>New list</span>
181
+ </div>
182
+
183
+ <div class="section">
184
+ <div class="list-row">
185
+ <div class="left">
186
+ <!-- Hamburger list icon -->
187
+ <svg class="icon-menu" viewBox="0 0 24 24" width="64" height="64">
188
+ <path d="M4 6h16M4 12h16M4 18h16" fill="none" stroke-width="2" stroke-linecap="round"/>
189
+ </svg>
190
+ <div class="title-text">Escape de ville</div>
191
+ </div>
192
+ <div class="checkbox checked">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M5 12l4 4 10-10" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="subtitle">Private · 8 places</div>
199
+
200
+ <div class="note">Add a note about this place in the Escape de ville list?</div>
201
+
202
+ <div class="divider"></div>
203
+
204
+ <!-- Travel plans -->
205
+ <div class="row">
206
+ <div class="left">
207
+ <svg class="icon-suitcase" viewBox="0 0 24 24" width="64" height="64">
208
+ <rect x="5" y="8" width="14" height="10" rx="2" fill="none" stroke-width="2"/>
209
+ <path d="M9 8V6h6v2" fill="none" stroke-width="2"/>
210
+ </svg>
211
+ <div>
212
+ <div class="title-text" style="font-size:48px;">Travel plans</div>
213
+ <div class="subtitle">Private · 1 place</div>
214
+ </div>
215
+ </div>
216
+ <div class="checkbox"></div>
217
+ </div>
218
+
219
+ <!-- Favorites -->
220
+ <div class="row">
221
+ <div class="left">
222
+ <svg class="icon-heart" viewBox="0 0 24 24" width="64" height="64">
223
+ <path d="M12 20s-7-4.5-7-9a4.5 4.5 0 018-2 4.5 4.5 0 018 2c0 4.5-7 9-7 9z" fill="none" stroke-width="2"/>
224
+ </svg>
225
+ <div>
226
+ <div class="title-text" style="font-size:48px;">Favorites</div>
227
+ <div class="subtitle">Private · 0 places</div>
228
+ </div>
229
+ </div>
230
+ <div class="checkbox"></div>
231
+ </div>
232
+
233
+ <!-- Want to go -->
234
+ <div class="row">
235
+ <div class="left">
236
+ <svg class="icon-flag" viewBox="0 0 24 24" width="64" height="64">
237
+ <path d="M6 21V4" fill="none" stroke-width="2" stroke-linecap="round"/>
238
+ <path d="M6 4h10l-2 3 2 3H6" fill="none" stroke-width="2" stroke-linejoin="round"/>
239
+ </svg>
240
+ <div>
241
+ <div class="title-text" style="font-size:48px;">Want to go</div>
242
+ <div class="subtitle">Private · 0 places</div>
243
+ </div>
244
+ </div>
245
+ <div class="checkbox"></div>
246
+ </div>
247
+
248
+ <!-- Starred places -->
249
+ <div class="row">
250
+ <div class="left">
251
+ <svg class="icon-star" viewBox="0 0 24 24" width="64" height="64">
252
+ <path d="M12 3l3 6 6 .8-4.5 4 1.2 6.2L12 17l-5.7 3.9 1.2-6.2L3 9.8 9 9l3-6z" fill="none" stroke-width="2" stroke-linejoin="round"/>
253
+ </svg>
254
+ <div>
255
+ <div class="title-text" style="font-size:48px;">Starred places</div>
256
+ <div class="subtitle">Private · 0 places</div>
257
+ </div>
258
+ </div>
259
+ <div class="checkbox"></div>
260
+ </div>
261
+
262
+ </div>
263
+ </div>
264
+
265
+ <div class="home-indicator"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/15671/15671_6.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Manorhaven Beach Park & Pool - UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f5f5f5;
15
+ border-radius: 24px;
16
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
17
+ }
18
+
19
+ /* Map area */
20
+ .map-area {
21
+ position: absolute;
22
+ left: 0;
23
+ top: 0;
24
+ width: 1080px;
25
+ height: 1320px;
26
+ }
27
+ .map-placeholder {
28
+ position: absolute;
29
+ inset: 0;
30
+ background: #E0E0E0;
31
+ border: 1px solid #BDBDBD;
32
+ color: #757575;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ font-size: 28px;
37
+ letter-spacing: 0.2px;
38
+ }
39
+
40
+ /* Search bar */
41
+ .search-bar {
42
+ position: absolute;
43
+ top: 60px;
44
+ left: 32px;
45
+ right: 32px;
46
+ height: 108px;
47
+ background: #ffffff;
48
+ border-radius: 56px;
49
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 28px;
53
+ gap: 18px;
54
+ }
55
+ .search-left {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 18px;
59
+ flex: 1;
60
+ min-width: 0;
61
+ }
62
+ .search-text {
63
+ font-size: 34px;
64
+ color: #202124;
65
+ white-space: nowrap;
66
+ overflow: hidden;
67
+ text-overflow: ellipsis;
68
+ }
69
+ .icon {
70
+ width: 44px;
71
+ height: 44px;
72
+ }
73
+ .icon.small { width: 36px; height: 36px; }
74
+ .divider {
75
+ width: 2px;
76
+ height: 48px;
77
+ background: #e0e0e0;
78
+ }
79
+
80
+ /* Attractions pill */
81
+ .attractions-pill {
82
+ position: absolute;
83
+ top: 330px;
84
+ left: 210px;
85
+ width: 660px;
86
+ height: 96px;
87
+ background: #ffffff;
88
+ border-radius: 48px;
89
+ box-shadow: 0 8px 18px rgba(0,0,0,0.18);
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ font-size: 32px;
94
+ color: #3c4043;
95
+ font-weight: 600;
96
+ }
97
+
98
+ /* Bottom sheet */
99
+ .sheet {
100
+ position: absolute;
101
+ left: 0;
102
+ bottom: 0;
103
+ width: 1080px;
104
+ height: 1180px;
105
+ background: #ffffff;
106
+ border-top-left-radius: 34px;
107
+ border-top-right-radius: 34px;
108
+ box-shadow: 0 -12px 26px rgba(0,0,0,0.2);
109
+ padding: 24px 36px 160px 36px;
110
+ }
111
+ .sheet-handle {
112
+ position: absolute;
113
+ top: 16px;
114
+ left: 50%;
115
+ transform: translateX(-50%);
116
+ width: 140px;
117
+ height: 10px;
118
+ background: #e0e0e0;
119
+ border-radius: 6px;
120
+ }
121
+ .title {
122
+ margin-top: 44px;
123
+ font-size: 44px;
124
+ font-weight: 700;
125
+ color: #202124;
126
+ }
127
+ .rating-row {
128
+ margin-top: 12px;
129
+ display: flex;
130
+ align-items: center;
131
+ gap: 10px;
132
+ color: #5f6368;
133
+ font-size: 28px;
134
+ }
135
+ .stars {
136
+ display: flex;
137
+ gap: 4px;
138
+ align-items: center;
139
+ }
140
+ .star-svg { width: 28px; height: 28px; }
141
+ .info-row {
142
+ margin-top: 10px;
143
+ color: #5f6368;
144
+ font-size: 28px;
145
+ }
146
+ .status-row {
147
+ margin-top: 10px;
148
+ font-size: 28px;
149
+ }
150
+ .status-row .closed { color: #d32f2f; font-weight: 600; }
151
+ .status-row .opens { color: #5f6368; margin-left: 8px; }
152
+
153
+ .actions {
154
+ margin-top: 28px;
155
+ display: flex;
156
+ gap: 20px;
157
+ flex-wrap: nowrap;
158
+ }
159
+ .btn {
160
+ height: 96px;
161
+ padding: 0 28px;
162
+ border-radius: 48px;
163
+ border: 1px solid #DADCE0;
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 16px;
167
+ font-size: 30px;
168
+ color: #3c4043;
169
+ background: #fff;
170
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
171
+ }
172
+ .btn.primary {
173
+ background: #1967d2;
174
+ color: #fff;
175
+ border-color: #1967d2;
176
+ }
177
+ .btn .icon { width: 40px; height: 40px; }
178
+
179
+ .photos {
180
+ margin-top: 28px;
181
+ display: grid;
182
+ grid-template-columns: 1fr 1fr;
183
+ gap: 24px;
184
+ }
185
+ .photo-card, .photo-small {
186
+ background: #E0E0E0;
187
+ border: 1px solid #BDBDBD;
188
+ color: #757575;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ }
193
+ .photo-card {
194
+ height: 520px;
195
+ border-radius: 22px;
196
+ font-size: 28px;
197
+ }
198
+ .right-stack {
199
+ display: grid;
200
+ grid-template-rows: 1fr 1fr;
201
+ gap: 24px;
202
+ }
203
+ .photo-small {
204
+ height: 248px;
205
+ border-radius: 22px;
206
+ font-size: 24px;
207
+ }
208
+
209
+ /* Saved banner */
210
+ .saved-banner {
211
+ position: absolute;
212
+ left: 20px;
213
+ bottom: 126px;
214
+ width: 1040px;
215
+ height: 112px;
216
+ background: #2b2b2b;
217
+ color: #fff;
218
+ border-radius: 18px;
219
+ display: flex;
220
+ align-items: center;
221
+ justify-content: space-between;
222
+ padding: 0 24px;
223
+ font-size: 30px;
224
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
225
+ }
226
+ .saved-banner .link {
227
+ color: #8ab4f8;
228
+ font-weight: 600;
229
+ }
230
+
231
+ /* Gesture bar */
232
+ .gesture-bar {
233
+ position: absolute;
234
+ left: 50%;
235
+ bottom: 34px;
236
+ transform: translateX(-50%);
237
+ width: 260px;
238
+ height: 12px;
239
+ background: #cfcfcf;
240
+ border-radius: 8px;
241
+ }
242
+ </style>
243
+ </head>
244
+ <body>
245
+ <div id="render-target">
246
+
247
+ <!-- Map area -->
248
+ <div class="map-area">
249
+ <div class="map-placeholder">[IMG: Google Map of Manorhaven Beach Park & Pool]</div>
250
+
251
+ <!-- Search bar -->
252
+ <div class="search-bar">
253
+ <div class="search-left">
254
+ <!-- Back arrow -->
255
+ <svg class="icon" viewBox="0 0 24 24">
256
+ <path d="M15 4 L7 12 L15 20" fill="none" stroke="#5f6368" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
257
+ </svg>
258
+ <div class="search-text">Manorhaven Beach Park & Pool</div>
259
+ </div>
260
+ <!-- Clear (X) -->
261
+ <svg class="icon small" viewBox="0 0 24 24">
262
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
263
+ </svg>
264
+ <div class="divider"></div>
265
+ <!-- Mic icon -->
266
+ <svg class="icon" viewBox="0 0 24 24">
267
+ <path d="M12 3 a3 3 0 0 1 3 3 v5 a3 3 0 0 1 -6 0 V6 a3 3 0 0 1 3 -3z" fill="#5f6368"></path>
268
+ <path d="M5 11 a7 7 0 0 0 14 0" fill="none" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
269
+ <path d="M12 18 v3" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
270
+ </svg>
271
+ </div>
272
+
273
+ <!-- Attractions pill -->
274
+ <div class="attractions-pill">See nearby attractions</div>
275
+ </div>
276
+
277
+ <!-- Bottom sheet -->
278
+ <div class="sheet">
279
+ <div class="sheet-handle"></div>
280
+
281
+ <div class="title">Manorhaven Beach Park & Pool</div>
282
+
283
+ <div class="rating-row">
284
+ <div>4.4</div>
285
+ <div class="stars">
286
+ <svg class="star-svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#f4b400"></path></svg>
287
+ <svg class="star-svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#f4b400"></path></svg>
288
+ <svg class="star-svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#f4b400"></path></svg>
289
+ <svg class="star-svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#f4b400"></path></svg>
290
+ <svg class="star-svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#e0e0e0"></path></svg>
291
+ </div>
292
+ <div>(462)</div>
293
+ </div>
294
+
295
+ <div class="info-row">Park · ♿</div>
296
+ <div class="status-row">
297
+ <span class="closed">Closed</span>
298
+ <span class="opens">· Opens 11 am</span>
299
+ </div>
300
+
301
+ <!-- Actions -->
302
+ <div class="actions">
303
+ <div class="btn primary">
304
+ <svg class="icon" viewBox="0 0 24 24">
305
+ <path d="M12 2 L14 6 L18 8 L14 10 L12 14 L10 10 L6 8 L10 6 Z" fill="#fff"></path>
306
+ </svg>
307
+ <div>Directions</div>
308
+ </div>
309
+ <div class="btn">
310
+ <svg class="icon" viewBox="0 0 24 24">
311
+ <path d="M6 2 L18 2 L18 6 L6 6 Z" fill="#5f6368"></path>
312
+ <path d="M6 18 c0 -5 12 -5 12 0" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"></path>
313
+ </svg>
314
+ <div>Call</div>
315
+ </div>
316
+ <div class="btn">
317
+ <svg class="icon" viewBox="0 0 24 24">
318
+ <rect x="3" y="6" width="18" height="14" rx="2" fill="#5f6368"></rect>
319
+ <rect x="6" y="9" width="12" height="8" fill="#fff"></rect>
320
+ </svg>
321
+ <div>Directory</div>
322
+ </div>
323
+ <div class="btn">
324
+ <svg class="icon" viewBox="0 0 24 24">
325
+ <path d="M12 21 L4 13 A6 6 0 1 1 20 13 Z" fill="#5f6368"></path>
326
+ </svg>
327
+ <div>Saved</div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Photos grid -->
332
+ <div class="photos">
333
+ <div class="photo-card">[IMG: Playground photo]</div>
334
+ <div class="right-stack">
335
+ <div class="photo-small">[IMG: Pool area photo]</div>
336
+ <div class="photo-small">[IMG: Water slide close-up]</div>
337
+ </div>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Saved banner -->
342
+ <div class="saved-banner">
343
+ <div>Saved in Escape de ville</div>
344
+ <div class="link">See list</div>
345
+ </div>
346
+
347
+ <!-- Gesture bar -->
348
+ <div class="gesture-bar"></div>
349
+ </div>
350
+ </body>
351
+ </html>
code/15671/15671_7.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Directions UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; font-family: "Segoe UI", Roboto, Arial, sans-serif; color: #333;
11
+ }
12
+ .top-status {
13
+ height: 90px;
14
+ padding: 18px 32px 0 32px;
15
+ display: flex; align-items: center; justify-content: space-between;
16
+ color: #616161; font-size: 32px;
17
+ }
18
+ .status-left, .status-right { display: flex; align-items: center; gap: 18px; }
19
+ .header {
20
+ padding: 12px 32px 8px 32px;
21
+ }
22
+ .input-row {
23
+ display: flex; align-items: center; gap: 22px;
24
+ }
25
+ .icon-btn {
26
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
27
+ border-radius: 36px; background: transparent;
28
+ }
29
+ .inputs { flex: 1; }
30
+ .search-field {
31
+ height: 100px; border: 1px solid #E0E0E0; border-radius: 26px;
32
+ display: flex; align-items: center; padding: 0 26px; font-size: 34px;
33
+ margin-bottom: 18px; box-shadow: 0 1px 0 rgba(0,0,0,0.04); color: #9E9E9E;
34
+ }
35
+ .search-field .label { flex: 1; }
36
+ .search-field .right-icon { width: 72px; display: flex; justify-content: center; }
37
+ .search-field .left-icon { width: 64px; margin-right: 10px; display: flex; justify-content: center; }
38
+ .modes {
39
+ display: flex; align-items: center; gap: 60px; padding: 18px 0 6px 120px;
40
+ }
41
+ .mode {
42
+ width: 120px; height: 88px; border-radius: 44px; display: flex; align-items: center; justify-content: center;
43
+ color: #757575;
44
+ }
45
+ .mode.active {
46
+ background: #E7F0FF; border: 1px solid #BED3FF; color: #1A73E8;
47
+ }
48
+ .list {
49
+ margin-top: 18px;
50
+ }
51
+ .item {
52
+ display: flex; gap: 26px; padding: 30px 32px;
53
+ border-top: 1px solid #E0E0E0;
54
+ }
55
+ .item-title {
56
+ font-size: 42px; font-weight: 600; line-height: 1.2;
57
+ }
58
+ .item-sub { font-size: 30px; color: #757575; margin-top: 6px; }
59
+ .link-more {
60
+ text-align: center; color: #1A73E8; font-size: 32px; margin: 26px 0;
61
+ }
62
+ .bottom-blank {
63
+ height: 720px; background: #F7F8FA; border-top: 1px solid #EEE; margin-top: 6px;
64
+ }
65
+ .home-indicator {
66
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
67
+ width: 360px; height: 12px; background: #8E8E8E; border-radius: 8px;
68
+ }
69
+ /* utility */
70
+ .muted { color: #9E9E9E; }
71
+ .dot { width: 10px; height: 10px; background: #757575; border-radius: 50%; display: inline-block; }
72
+ </style>
73
+ </head>
74
+ <body>
75
+ <div id="render-target">
76
+
77
+ <!-- Status bar -->
78
+ <div class="top-status">
79
+ <div class="status-left">
80
+ <div>12:41</div>
81
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
82
+ <span class="dot"></span>
83
+ </div>
84
+ <div class="status-right">
85
+ <!-- Location icon -->
86
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#757575" xmlns="http://www.w3.org/2000/svg">
87
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5 6 14 6 14s6-9 6-14c0-3.3-2.7-6-6-6zm0 8.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 5.5 12 5.5s2.5 1.1 2.5 2.5S13.4 10.5 12 10.5z"/>
88
+ </svg>
89
+ <!-- Bolt/battery icon -->
90
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#757575" xmlns="http://www.w3.org/2000/svg">
91
+ <path d="M11 2L3 13h6l-2 9 10-12h-6l2-8z"/>
92
+ </svg>
93
+ </div>
94
+ </div>
95
+
96
+ <!-- Header with inputs -->
97
+ <div class="header">
98
+ <div class="input-row">
99
+ <!-- Back arrow -->
100
+ <div class="icon-btn">
101
+ <svg width="34" height="34" viewBox="0 0 64 64" fill="none" stroke="#5F6368" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
102
+ <path d="M38 16 L20 32 L38 48"/>
103
+ </svg>
104
+ </div>
105
+
106
+ <div class="inputs">
107
+ <div class="search-field">
108
+ <div class="label">Choose start location</div>
109
+ </div>
110
+
111
+ <div class="search-field">
112
+ <div class="left-icon">
113
+ <!-- red pin -->
114
+ <svg width="34" height="34" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
115
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.6 6 12 6 12s6-7.4 6-12c0-3.3-2.7-6-6-6z" fill="#D93025"/>
116
+ <circle cx="12" cy="8" r="2.5" fill="#fff"/>
117
+ </svg>
118
+ </div>
119
+ <div class="label" style="color:#333;">Manorhaven Beach Park &amp; Pool</div>
120
+ <div class="right-icon">
121
+ <!-- swap arrows -->
122
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#5F6368" stroke-width="2" stroke-linecap="round" xmlns="http://www.w3.org/2000/svg">
123
+ <path d="M8 18V6l-3 3"/>
124
+ <path d="M16 6v12l3-3"/>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Vertical menu dots -->
131
+ <div class="icon-btn" style="margin-left:-8px;">
132
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#5F6368" xmlns="http://www.w3.org/2000/svg">
133
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Travel modes -->
139
+ <div class="modes">
140
+ <div class="mode active">
141
+ <!-- Car -->
142
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="#1A73E8" xmlns="http://www.w3.org/2000/svg">
143
+ <rect x="16" y="26" width="32" height="12" rx="4"/>
144
+ <circle cx="22" cy="44" r="5"/><circle cx="42" cy="44" r="5"/>
145
+ </svg>
146
+ </div>
147
+ <div class="mode">
148
+ <!-- Motorcycle -->
149
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="#757575" xmlns="http://www.w3.org/2000/svg">
150
+ <circle cx="22" cy="44" r="6"/><circle cx="44" cy="44" r="6"/>
151
+ <path d="M24 38h10l6-6" stroke="#757575" stroke-width="4" fill="none" stroke-linecap="round"/>
152
+ </svg>
153
+ </div>
154
+ <div class="mode">
155
+ <!-- Train -->
156
+ <svg width="44" height="44" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
157
+ <rect x="18" y="20" width="28" height="22" rx="4" fill="#757575"/>
158
+ <rect x="22" y="24" width="8" height="6" fill="#fff"/><rect x="34" y="24" width="8" height="6" fill="#fff"/>
159
+ <circle cx="24" cy="46" r="3" fill="#757575"/><circle cx="40" cy="46" r="3" fill="#757575"/>
160
+ </svg>
161
+ </div>
162
+ <div class="mode">
163
+ <!-- Walking -->
164
+ <svg width="44" height="44" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
165
+ <circle cx="32" cy="18" r="6" fill="#757575"/>
166
+ <path d="M32 24l-6 10 8 6 4 10" stroke="#757575" stroke-width="4" fill="none" stroke-linecap="round"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Recent list -->
173
+ <div class="list">
174
+ <div class="item">
175
+ <div>
176
+ <!-- clock icon -->
177
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
178
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
179
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
180
+ </svg>
181
+ </div>
182
+ <div>
183
+ <div class="item-title">Floating Pool</div>
184
+ <div class="item-sub">Tiffany Street, The Bronx, NY, USA</div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="item">
189
+ <div>
190
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
191
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
192
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
193
+ </svg>
194
+ </div>
195
+ <div>
196
+ <div class="item-title">Brighton Beach</div>
197
+ <div class="item-sub">Brooklyn, NY, USA</div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="item">
202
+ <div>
203
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
204
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
205
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
206
+ </svg>
207
+ </div>
208
+ <div>
209
+ <div class="item-title">Upper East Side</div>
210
+ <div class="item-sub">New York, NY, USA</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="item">
215
+ <div>
216
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
217
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
218
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
219
+ </svg>
220
+ </div>
221
+ <div>
222
+ <div class="item-title">Larchmont Manor Park</div>
223
+ <div class="item-sub">Park Avenue, Larchmont, NY, USA</div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="item">
228
+ <div>
229
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
230
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
231
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
232
+ </svg>
233
+ </div>
234
+ <div>
235
+ <div class="item-title">John Jay Pool</div>
236
+ <div class="item-sub">Cherokee Place, New York, NY, USA</div>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="item">
241
+ <div>
242
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
243
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
244
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
245
+ </svg>
246
+ </div>
247
+ <div>
248
+ <div class="item-title">Long Beach</div>
249
+ <div class="item-sub">NY, USA</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="item">
254
+ <div>
255
+ <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
256
+ <circle cx="32" cy="32" r="26" fill="#EEE" stroke="#BDBDBD" stroke-width="2"/>
257
+ <path d="M32 18v16l10 6" stroke="#757575" stroke-width="4" stroke-linecap="round" fill="none"/>
258
+ </svg>
259
+ </div>
260
+ <div>
261
+ <div class="item-title">Rockaway Beach</div>
262
+ <div class="item-sub">Queens, NY, USA</div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="link-more">More from recent history</div>
268
+
269
+ <div class="bottom-blank"></div>
270
+
271
+ <div class="home-indicator"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/15671/15671_8.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>Choose start location</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; box-sizing: border-box;
12
+ font-family: Roboto, Arial, Helvetica, sans-serif; color: #212121;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ height: 96px; padding: 18px 30px; display: flex; align-items: center; justify-content: space-between;
18
+ color: #4E4E4E; font-size: 40px; box-sizing: border-box;
19
+ }
20
+ .status-center { display: flex; gap: 24px; align-items: center; }
21
+ .dot-icon { width: 22px; height: 22px; background: #9E9E9E; border-radius: 50%; opacity: 0.8; }
22
+
23
+ .status-right { display: flex; gap: 22px; align-items: center; }
24
+ .status-right svg { width: 32px; height: 32px; fill: none; stroke: #4E4E4E; stroke-width: 2.5; }
25
+
26
+ /* Search bar */
27
+ .search-wrap { padding: 14px 30px 8px 30px; }
28
+ .searchbar {
29
+ height: 108px; border: 1px solid #DADADA; border-radius: 54px; display: flex; align-items: center;
30
+ padding: 0 26px; box-sizing: border-box; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.05) inset;
31
+ }
32
+ .searchbar input {
33
+ border: none; outline: none; font-size: 40px; flex: 1; color: #616161;
34
+ }
35
+ .searchbar .mic {
36
+ width: 56px; height: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
37
+ }
38
+ .searchbar .mic svg { width: 44px; height: 44px; fill: #616161; }
39
+
40
+ /* Options & list */
41
+ .option-row, .recent-row {
42
+ display: flex; align-items: center; padding: 28px 30px; gap: 26px;
43
+ }
44
+ .divider { height: 1px; background: #E6E6E6; margin: 0 30px; }
45
+ .opt-icon {
46
+ width: 60px; height: 60px; border-radius: 30px; display: flex; align-items: center; justify-content: center;
47
+ background: #EAF4FF; border: 1px solid #BFD7FF;
48
+ }
49
+ .opt-icon.gray {
50
+ background: #F0F0F0; border-color: #D5D5D5;
51
+ }
52
+ .opt-icon svg { width: 36px; height: 36px; }
53
+ .option-title { font-size: 38px; color: #212121; }
54
+
55
+ .recent-icon {
56
+ width: 58px; height: 58px; border-radius: 50%; background: #EFEFEF; border: 1px solid #D0D0D0;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .recent-text { display: flex; flex-direction: column; }
60
+ .recent-title { font-size: 36px; color: #2E2E2E; }
61
+ .recent-sub { font-size: 28px; color: #7A7A7A; margin-top: 6px; }
62
+
63
+ /* Keyboard overlay */
64
+ .keyboard {
65
+ position: absolute; left: 0; right: 0; bottom: 0; height: 820px;
66
+ background: #111315; color: #EDEDED; border-top-left-radius: 20px; border-top-right-radius: 20px;
67
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.2);
68
+ }
69
+ .kb-toolbar {
70
+ height: 90px; display: flex; align-items: center; gap: 36px; padding: 0 30px; box-sizing: border-box;
71
+ }
72
+ .kb-tool {
73
+ width: 68px; height: 68px; border-radius: 34px; background: #1E1F22; border: 1px solid #2A2B2E;
74
+ display: flex; align-items: center; justify-content: center;
75
+ }
76
+ .kb-tool svg { width: 36px; height: 36px; stroke: #C5C5C5; stroke-width: 2; fill: none; }
77
+
78
+ .kb-rows { padding: 10px 18px 0 18px; }
79
+ .kb-row { display: flex; justify-content: center; gap: 16px; margin: 18px 0; }
80
+ .key {
81
+ height: 120px; min-width: 88px; padding: 0 18px; border-radius: 26px; background: #27292D; color: #EDEDED;
82
+ display: flex; align-items: center; justify-content: center; font-size: 44px; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
83
+ }
84
+ .key.wide { min-width: 160px; }
85
+ .key.space { flex: 1; min-width: 420px; }
86
+ .key.icon svg { width: 40px; height: 40px; fill: #EDEDED; }
87
+ .kb-bottom { position: absolute; left: 0; right: 0; bottom: 20px; display: flex; justify-content: center; }
88
+ .gesture {
89
+ width: 320px; height: 10px; border-radius: 5px; background: #DADADA; opacity: 0.9;
90
+ }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="statusbar">
98
+ <div class="status-left">12:42</div>
99
+ <div class="status-center">
100
+ <div class="dot-icon"></div>
101
+ <div class="dot-icon"></div>
102
+ <div class="dot-icon"></div>
103
+ <div class="dot-icon"></div>
104
+ <div class="dot-icon"></div>
105
+ </div>
106
+ <div class="status-right">
107
+ <!-- Location icon -->
108
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 18-7-4-7 4 7-18z"/></svg>
109
+ <!-- WiFi icon -->
110
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 19.5v.5"/></svg>
111
+ <!-- Battery icon -->
112
+ <svg viewBox="0 0 28 24">
113
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect>
114
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
115
+ <rect x="4" y="8" width="14" height="8" fill="#4E4E4E" stroke="none"></rect>
116
+ </svg>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Search -->
121
+ <div class="search-wrap">
122
+ <div class="searchbar">
123
+ <!-- Search icon at far left -->
124
+ <svg viewBox="0 0 24 24" style="width:42px;height:42px;fill:#9E9E9E;margin-right:18px;">
125
+ <circle cx="10" cy="10" r="7"></circle>
126
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#9E9E9E" stroke-width="2.5"></line>
127
+ </svg>
128
+ <input type="text" placeholder="Choose start location">
129
+ <div class="mic">
130
+ <svg viewBox="0 0 24 24">
131
+ <rect x="8" y="4" width="8" height="10" rx="4"></rect>
132
+ <path d="M6 10c0 4 3 6 6 6s6-2 6-6M12 16v4M9 20h6" stroke="#616161" stroke-width="2" fill="none"></path>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Options -->
139
+ <div class="option-row">
140
+ <div class="opt-icon">
141
+ <!-- Compass / my location -->
142
+ <svg viewBox="0 0 24 24">
143
+ <circle cx="12" cy="12" r="10" fill="#EAF4FF" stroke="#4A90E2" stroke-width="2"></circle>
144
+ <circle cx="12" cy="12" r="3" fill="#4A90E2"></circle>
145
+ </svg>
146
+ </div>
147
+ <div class="option-title">Your location</div>
148
+ </div>
149
+ <div class="divider"></div>
150
+ <div class="option-row">
151
+ <div class="opt-icon gray">
152
+ <!-- Map pin -->
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z" fill="#9E9E9E"></path>
155
+ <circle cx="12" cy="9" r="2.5" fill="#fff"></circle>
156
+ </svg>
157
+ </div>
158
+ <div class="option-title">Choose on map</div>
159
+ </div>
160
+ <div class="divider" style="margin-top: 8px;"></div>
161
+
162
+ <!-- Recent list -->
163
+ <div class="recent-row">
164
+ <div class="recent-icon">
165
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#7A7A7A;stroke-width:2.2;fill:none;">
166
+ <circle cx="12" cy="12" r="9"></circle>
167
+ <path d="M12 7v6l4 2"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="recent-text">
171
+ <div class="recent-title">Floating Pool</div>
172
+ <div class="recent-sub">Tiffany Street, The Bronx, NY, USA</div>
173
+ </div>
174
+ </div>
175
+ <div class="divider"></div>
176
+
177
+ <div class="recent-row">
178
+ <div class="recent-icon">
179
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#7A7A7A;stroke-width:2.2;fill:none;">
180
+ <circle cx="12" cy="12" r="9"></circle>
181
+ <path d="M12 7v6l4 2"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="recent-text">
185
+ <div class="recent-title">Upper East Side</div>
186
+ <div class="recent-sub">New York, NY, USA</div>
187
+ </div>
188
+ </div>
189
+ <div class="divider"></div>
190
+
191
+ <div class="recent-row">
192
+ <div class="recent-icon">
193
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#7A7A7A;stroke-width:2.2;fill:none;">
194
+ <circle cx="12" cy="12" r="9"></circle>
195
+ <path d="M12 7v6l4 2"></path>
196
+ </svg>
197
+ </div>
198
+ <div class="recent-text">
199
+ <div class="recent-title">Brighton Beach</div>
200
+ <div class="recent-sub">Brooklyn, NY, USA</div>
201
+ </div>
202
+ </div>
203
+ <div class="divider"></div>
204
+
205
+ <div class="recent-row">
206
+ <div class="recent-icon">
207
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#7A7A7A;stroke-width:2.2;fill:none;">
208
+ <circle cx="12" cy="12" r="9"></circle>
209
+ <path d="M12 7v6l4 2"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="recent-text">
213
+ <div class="recent-title">Larchmont Manor Park</div>
214
+ <div class="recent-sub">Park Avenue, Larchmont, NY, USA</div>
215
+ </div>
216
+ </div>
217
+ <div class="divider"></div>
218
+
219
+ <div class="recent-row">
220
+ <div class="recent-icon">
221
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#7A7A7A;stroke-width:2.2;fill:none;">
222
+ <circle cx="12" cy="12" r="9"></circle>
223
+ <path d="M12 7v6l4 2"></path>
224
+ </svg>
225
+ </div>
226
+ <div class="recent-text">
227
+ <div class="recent-title">John Jay Pool</div>
228
+ <div class="recent-sub">Cherokee Place, New York, NY, USA</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Keyboard -->
233
+ <div class="keyboard">
234
+ <div class="kb-toolbar">
235
+ <div class="kb-tool">
236
+ <!-- grid/clipboard icon -->
237
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="6" height="6"/><rect x="14" y="4" width="6" height="6"/><rect x="4" y="14" width="6" height="6"/><rect x="14" y="14" width="6" height="6"/></svg>
238
+ </div>
239
+ <div class="kb-tool">
240
+ <!-- smile -->
241
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="9" cy="10" r="1.5"/><circle cx="15" cy="10" r="1.5"/><path d="M8 14c2 2 6 2 8 0"/></svg>
242
+ </div>
243
+ <div class="kb-tool">
244
+ <!-- GIF text -->
245
+ <svg viewBox="0 0 36 24"><text x="3" y="18" font-size="14" fill="#C5C5C5" font-family="Arial">GIF</text></svg>
246
+ </div>
247
+ <div class="kb-tool">
248
+ <!-- gear -->
249
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M4 12h3M17 12h3M12 4v3M12 17v3M6.5 6.5l2.1 2.1M15.4 15.4l2.1 2.1M6.5 17.5l2.1-2.1M15.4 8.6l2.1-2.1"/></svg>
250
+ </div>
251
+ <div class="kb-tool">
252
+ <!-- language -->
253
+ <svg viewBox="0 0 24 24"><path d="M3 5h8v14H3zM13 5h8v6h-8zM13 13h8v6h-8z"/></svg>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="kb-rows">
258
+ <div class="kb-row">
259
+ <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>
260
+ <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>
261
+ </div>
262
+ <div class="kb-row">
263
+ <div class="key wide">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
264
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key wide">l</div>
265
+ </div>
266
+ <div class="kb-row">
267
+ <div class="key wide icon">
268
+ <!-- shift -->
269
+ <svg viewBox="0 0 24 24"><path d="M12 4l8 8h-5v8H9v-8H4z"/></svg>
270
+ </div>
271
+ <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>
272
+ <div class="key">n</div><div class="key">m</div>
273
+ <div class="key wide icon">
274
+ <!-- backspace -->
275
+ <svg viewBox="0 0 24 24"><path d="M3 12l5-6h11a2 2 0 012 2v8a2 2 0 01-2 2H8z"/><path d="M10 9l6 6M16 9l-6 6" stroke="#111315" stroke-width="2" fill="none"/></svg>
276
+ </div>
277
+ </div>
278
+ <div class="kb-row">
279
+ <div class="key wide">?123</div>
280
+ <div class="key">,</div>
281
+ <div class="key wide icon">
282
+ <!-- emoji -->
283
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="9" cy="10" r="1.5"/><circle cx="15" cy="10" r="1.5"/><path d="M8 14c2 2 6 2 8 0"/></svg>
284
+ </div>
285
+ <div class="key space"></div>
286
+ <div class="key">.</div>
287
+ <div class="key wide icon" style="background:#CFE0FF;color:#111315;">
288
+ <!-- search / enter -->
289
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6" fill="#111315"></circle><line x1="14.5" y1="14.5" x2="22" y2="22" stroke="#111315" stroke-width="2.5"></line></svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="kb-bottom"><div class="gesture"></div></div>
295
+ </div>
296
+
297
+ </div>
298
+ </body>
299
+ </html>
code/15671/15671_9.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Directions UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 24px;
15
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
16
+ color: #202124;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #5f6368;
27
+ font-size: 28px;
28
+ }
29
+ .status-icons { display: flex; align-items: center; gap: 22px; }
30
+ .dot { width: 16px; height: 16px; background: #bdbdbd; border-radius: 50%; display: inline-block; }
31
+
32
+ /* Search section */
33
+ .search-section {
34
+ background: #fff;
35
+ padding: 12px 28px 18px 28px;
36
+ }
37
+ .top-controls {
38
+ display: flex; align-items: center; gap: 20px; margin-bottom: 16px;
39
+ }
40
+ .icon-btn {
41
+ width: 72px; height: 72px; border-radius: 36px; border: 1px solid #e0e0e0;
42
+ display: flex; align-items: center; justify-content: center; background: #fff;
43
+ }
44
+ .vertical-ellipsis {
45
+ width: 52px; height: 52px; border-radius: 26px; border: 1px solid #e0e0e0;
46
+ display: flex; align-items: center; justify-content: center; background: #fff;
47
+ }
48
+ .inputs { display: flex; flex-direction: column; gap: 16px; margin-left: 0; }
49
+ .input-row { display: flex; align-items: center; gap: 16px; }
50
+ .input-field {
51
+ flex: 1;
52
+ height: 96px;
53
+ border-radius: 18px;
54
+ border: 1px solid #e0e0e0;
55
+ background: #fff;
56
+ display: flex; align-items: center; justify-content: space-between;
57
+ padding: 0 24px;
58
+ font-size: 36px; color: #3c4043;
59
+ }
60
+ .small-icon {
61
+ width: 60px; height: 60px; border-radius: 30px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ }
64
+ .swap-icon {
65
+ width: 72px; height: 72px; border-radius: 36px; border: 1px solid #e0e0e0;
66
+ display: flex; align-items: center; justify-content: center; background: #fff;
67
+ }
68
+
69
+ /* Mode selector row */
70
+ .modes {
71
+ display: flex; align-items: center; gap: 36px;
72
+ padding: 26px 28px 22px 28px;
73
+ border-top: 1px solid #eee;
74
+ background: #fff;
75
+ }
76
+ .mode {
77
+ display: flex; align-items: center; gap: 16px;
78
+ color: #5f6368; font-size: 34px;
79
+ padding: 18px 24px; border-radius: 30px;
80
+ }
81
+ .mode.selected {
82
+ background: #e8f0fe;
83
+ color: #1a73e8;
84
+ font-weight: 600;
85
+ }
86
+ .mode svg { width: 44px; height: 44px; }
87
+
88
+ /* Map area */
89
+ .map-area {
90
+ position: relative;
91
+ width: 1080px;
92
+ height: 1600px;
93
+ border-top: 1px solid #eee;
94
+ background: #E0E0E0;
95
+ border-bottom: 1px solid #ddd;
96
+ display: flex; align-items: center; justify-content: center;
97
+ color: #757575; font-size: 36px; text-align: center;
98
+ }
99
+ .map-area .label { pointer-events: none; }
100
+ .float-stack {
101
+ position: absolute; right: 28px; top: 480px; display: flex; flex-direction: column; gap: 20px;
102
+ }
103
+ .float-btn {
104
+ width: 112px; height: 112px; border-radius: 56px;
105
+ background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.15);
106
+ display: flex; align-items: center; justify-content: center;
107
+ border: 1px solid #e0e0e0;
108
+ }
109
+ .streetview-thumb {
110
+ position: absolute; left: 28px; bottom: 480px;
111
+ width: 300px; height: 200px;
112
+ background: #E0E0E0; border: 1px solid #BDBDBD;
113
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
114
+ border-radius: 12px; overflow: hidden;
115
+ }
116
+ .scale-label {
117
+ position: absolute; right: 180px; bottom: 440px; color: #5f6368; font-size: 28px; background: rgba(255,255,255,0.9);
118
+ padding: 6px 10px; border-radius: 8px; border: 1px solid #e0e0e0;
119
+ }
120
+
121
+ /* Bottom card */
122
+ .bottom-card {
123
+ position: absolute; left: 0; right: 0; bottom: 120px;
124
+ background: #fff; border-top-left-radius: 36px; border-top-right-radius: 36px;
125
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
126
+ padding: 22px 32px 28px 32px;
127
+ }
128
+ .handle {
129
+ width: 120px; height: 12px; background: #e0e0e0; border-radius: 6px; margin: 0 auto 22px auto;
130
+ }
131
+ .time-row { font-size: 48px; margin-bottom: 14px; }
132
+ .time-row .time { color: #1e8e3e; font-weight: 700; }
133
+ .subtext { color: #5f6368; font-size: 30px; margin-bottom: 22px; }
134
+ .meta-row {
135
+ display: flex; align-items: center; gap: 22px; color: #5f6368; font-size: 30px; margin-bottom: 28px;
136
+ }
137
+ .meta-chip { display: flex; align-items: center; gap: 10px; }
138
+ .actions {
139
+ display: flex; align-items: center; gap: 22px; padding-bottom: 8px;
140
+ }
141
+ .btn {
142
+ height: 100px; border-radius: 50px; padding: 0 36px;
143
+ display: flex; align-items: center; gap: 18px; font-size: 36px; font-weight: 600; border: 1px solid #cfd8dc;
144
+ background: #fff; color: #1a73e8;
145
+ }
146
+ .btn.primary {
147
+ background: #1a73e8; color: #fff; border-color: #1a73e8;
148
+ }
149
+ .btn svg { width: 40px; height: 40px; }
150
+
151
+ /* Home indicator */
152
+ .home-indicator {
153
+ position: absolute; left: 50%; transform: translateX(-50%);
154
+ bottom: 36px; width: 220px; height: 12px; background: #cfcfcf; border-radius: 6px;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status Bar -->
162
+ <div class="status-bar">
163
+ <div>12:42</div>
164
+ <div class="status-icons">
165
+ <span class="dot"></span>
166
+ <span class="dot"></span>
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
+
175
+ <!-- Search / Destination Section -->
176
+ <div class="search-section">
177
+ <div class="top-controls">
178
+ <div class="icon-btn">
179
+ <svg viewBox="0 0 24 24" width="38" height="38">
180
+ <path d="M15 6L9 12l6 6" stroke="#5f6368" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
181
+ </svg>
182
+ </div>
183
+ <div class="vertical-ellipsis">
184
+ <svg viewBox="0 0 24 24" width="28" height="28">
185
+ <circle cx="12" cy="5" r="2" fill="#5f6368"/><circle cx="12" cy="12" r="2" fill="#5f6368"/><circle cx="12" cy="19" r="2" fill="#5f6368"/>
186
+ </svg>
187
+ </div>
188
+ <div class="inputs" style="flex:1">
189
+ <div class="input-row">
190
+ <div class="input-field">
191
+ <span>Upper East Side</span>
192
+ <svg viewBox="0 0 24 24" width="28" height="28">
193
+ <circle cx="12" cy="5" r="2" fill="#5f6368"/><circle cx="12" cy="12" r="2" fill="#5f6368"/><circle cx="12" cy="19" r="2" fill="#5f6368"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+ <div class="input-row">
198
+ <div class="small-icon">
199
+ <svg viewBox="0 0 24 24" width="42" height="42">
200
+ <path d="M12 2c-4.4 0-8 3.6-8 8 0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#DB4437"/>
201
+ </svg>
202
+ </div>
203
+ <div class="input-field">
204
+ <span>Manorhaven Beach Park & Pool</span>
205
+ <svg viewBox="0 0 24 24" width="28" height="28">
206
+ <circle cx="12" cy="5" r="2" fill="#5f6368"/><circle cx="12" cy="12" r="2" fill="#5f6368"/><circle cx="12" cy="19" r="2" fill="#5f6368"/>
207
+ </svg>
208
+ </div>
209
+ <div class="swap-icon">
210
+ <svg viewBox="0 0 24 24" width="32" height="32">
211
+ <path d="M10 4l-5 5h10z" fill="#5f6368"/>
212
+ <path d="M14 20l5-5H9z" fill="#5f6368"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Mode selector -->
220
+ <div class="modes">
221
+ <div class="mode selected">
222
+ <svg viewBox="0 0 24 24">
223
+ <rect x="5" y="10" width="14" height="6" rx="1" fill="#1a73e8"></rect>
224
+ <circle cx="8" cy="17" r="2" fill="#1a73e8"></circle>
225
+ <circle cx="16" cy="17" r="2" fill="#1a73e8"></circle>
226
+ </svg>
227
+ <span>40 min</span>
228
+ </div>
229
+ <div class="mode">
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="6" cy="17" r="2" fill="#5f6368"></circle>
232
+ <circle cx="16" cy="17" r="2" fill="#5f6368"></circle>
233
+ <path d="M6 17l4-6h4l2 6" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"/>
234
+ </svg>
235
+ <span>—</span>
236
+ </div>
237
+ <div class="mode">
238
+ <svg viewBox="0 0 24 24">
239
+ <rect x="6" y="6" width="12" height="10" rx="2" fill="#5f6368"></rect>
240
+ <circle cx="9" cy="18" r="1" fill="#5f6368"></circle>
241
+ <circle cx="15" cy="18" r="1" fill="#5f6368"></circle>
242
+ </svg>
243
+ <span>2 hr 43</span>
244
+ </div>
245
+ <div class="mode">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM10 8l-2 5 2 6" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"/>
248
+ <path d="M12 9l3 3-1 6" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ </svg>
250
+ <span>7 hr</span>
251
+ </div>
252
+ <div class="mode">
253
+ <svg viewBox="0 0 24 24">
254
+ <rect x="6" y="6" width="4" height="12" fill="#5f6368"/>
255
+ <rect x="12" y="9" width="4" height="9" fill="#5f6368"/>
256
+ <rect x="18" y="12" width="3" height="6" fill="#5f6368"/>
257
+ </svg>
258
+ <span>40 min</span>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Map -->
264
+ <div class="map-area">
265
+ <div class="label">[IMG: Google Map with route from Upper East Side to Manorhaven Beach Park & Pool]</div>
266
+
267
+ <div class="float-stack">
268
+ <div class="float-btn">
269
+ <svg viewBox="0 0 24 24" width="36" height="36">
270
+ <path d="M4 16h16v2H4zM6 12h12v2H6zM8 8h8v2H8z" fill="#5f6368"/>
271
+ </svg>
272
+ </div>
273
+ <div class="float-btn">
274
+ <svg viewBox="0 0 24 24" width="36" height="36">
275
+ <circle cx="12" cy="12" r="8" stroke="#5f6368" stroke-width="2" fill="none"/>
276
+ <circle cx="12" cy="12" r="2" fill="#5f6368"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="streetview-thumb">[IMG: Street View preview]</div>
282
+ <div class="scale-label">2 mi | 2 km</div>
283
+ </div>
284
+
285
+ <!-- Bottom info card -->
286
+ <div class="bottom-card">
287
+ <div class="handle"></div>
288
+ <div class="time-row"><span class="time">40 min</span> <span style="color:#5f6368;">(27 mi)</span></div>
289
+ <div class="subtext">Fastest route now due to traffic conditions</div>
290
+ <div class="meta-row">
291
+ <div class="meta-chip">
292
+ <svg viewBox="0 0 24 24" width="30" height="30"><circle cx="12" cy="12" r="10" stroke="#5f6368" stroke-width="2" fill="none"/></svg>
293
+ <span>$6.55</span>
294
+ </div>
295
+ <div class="meta-chip">
296
+ <svg viewBox="0 0 24 24" width="30" height="30">
297
+ <path d="M6 7h12v10H6z" stroke="#5f6368" stroke-width="2" fill="none"/>
298
+ <path d="M9 9h6v6H9z" fill="#5f6368"/>
299
+ </svg>
300
+ <span>On-site</span>
301
+ </div>
302
+ </div>
303
+ <div class="actions">
304
+ <button class="btn primary">
305
+ <svg viewBox="0 0 24 24">
306
+ <path d="M6 12h12M6 12l4-4M6 12l4 4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
307
+ </svg>
308
+ <span>Preview</span>
309
+ </button>
310
+ <button class="btn">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M6 7h12M6 12h12M6 17h12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
313
+ </svg>
314
+ <span>Steps</span>
315
+ </button>
316
+ <button class="btn">
317
+ <svg viewBox="0 0 24 24">
318
+ <path d="M12 3l4 6-4 12-4-12z" fill="#1a73e8"/>
319
+ </svg>
320
+ <span>Pin</span>
321
+ </button>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="home-indicator"></div>
326
+ </div>
327
+ </body>
328
+ </html>
code/15672/15672_0.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Timer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0D1415; color: #D7E5E3;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ height: 120px; padding: 28px 40px 0 40px; box-sizing: border-box;
17
+ display: flex; align-items: center; justify-content: space-between; color: #E6F0EE;
18
+ font-weight: 600; font-size: 40px;
19
+ }
20
+ .status-left { display: flex; align-items: center; gap: 20px; }
21
+ .status-right { display: flex; align-items: center; gap: 26px; }
22
+ .ghost-dot { width: 18px; height: 18px; background: #E6F0EE; border-radius: 50%; opacity: 0.85; display: inline-block; }
23
+ .wifi-icon, .battery-icon, .menu-vert {
24
+ width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
25
+ }
26
+
27
+ /* Page title */
28
+ .page-title {
29
+ font-size: 64px; font-weight: 500; padding: 20px 48px; color: #DDE9E7;
30
+ }
31
+
32
+ /* Main timer card */
33
+ .timer-card {
34
+ width: 980px; margin: 20px auto 0; background: #121B1B; border-radius: 48px;
35
+ padding: 36px 44px 44px; box-sizing: border-box; position: relative;
36
+ }
37
+ .card-header { display: flex; justify-content: space-between; align-items: center; }
38
+ .card-header .title { font-size: 56px; font-weight: 500; color: #DCE8E6; }
39
+ .chip-x {
40
+ width: 72px; height: 72px; border-radius: 50%; border: none; cursor: pointer;
41
+ background: #294D4C; color: #BFE9E4; font-size: 40px; font-weight: 700;
42
+ }
43
+
44
+ /* Ring + center content */
45
+ .ring-wrap { width: 880px; height: 880px; margin: 24px auto 8px; position: relative; }
46
+ .ring-wrap svg { position: absolute; inset: 0; }
47
+ .time-text {
48
+ position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-54%);
49
+ text-align: center; font-size: 180px; font-weight: 700; letter-spacing: 6px; color: #EAF3F2;
50
+ }
51
+ .refresh {
52
+ position: absolute; left: 0; right: 0; bottom: 120px; display: flex; justify-content: center; align-items: center;
53
+ }
54
+ .refresh svg { width: 80px; height: 80px; }
55
+
56
+ /* Actions */
57
+ .card-actions {
58
+ margin-top: 40px; display: flex; justify-content: space-between; gap: 36px;
59
+ }
60
+ .pill {
61
+ height: 160px; border: none; border-radius: 90px; padding: 0 60px; font-size: 56px; font-weight: 600; cursor: pointer;
62
+ }
63
+ .pill.add-minute { background: #243536; color: #CFE5E2; }
64
+ .pill.pause { background: #C8DAFF; color: #173245; min-width: 360px; }
65
+
66
+ /* Floating Add button */
67
+ .fab {
68
+ position: absolute; left: 50%; transform: translateX(-50%);
69
+ bottom: 420px; width: 220px; height: 220px; border-radius: 50%; border: none; cursor: pointer;
70
+ background: #7FE3DC; color: #0E1E1E; font-size: 120px; font-weight: 500;
71
+ display: flex; align-items: center; justify-content: center;
72
+ }
73
+
74
+ /* Bottom navigation */
75
+ .bottom-nav {
76
+ position: absolute; left: 0; right: 0; bottom: 0; height: 280px;
77
+ background: #101A1A; border-top: 1px solid #162424; display: flex; align-items: center; justify-content: space-around;
78
+ }
79
+ .nav-item { width: 180px; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; color: #B7C7C5; }
80
+ .nav-item.active { color: #FFFFFF; }
81
+ .nav-label { font-size: 40px; }
82
+ .nav-icon { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; }
83
+ .active-pill {
84
+ position: absolute; bottom: 192px; left: 50%; transform: translateX(-50%);
85
+ width: 180px; height: 86px; background: #1E2C2C; border-radius: 44px;
86
+ display: flex; align-items: center; justify-content: center;
87
+ }
88
+
89
+ /* Helper for subtle shadows/rounding inside card */
90
+ .timer-card::after {
91
+ content: ""; position: absolute; inset: 0; border-radius: 48px;
92
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
93
+ pointer-events: none;
94
+ }
95
+ </style>
96
+ </head>
97
+ <body>
98
+ <div id="render-target">
99
+
100
+ <!-- Status bar -->
101
+ <div class="status-bar">
102
+ <div class="status-left">
103
+ <div>5:31</div>
104
+ <div class="ghost-dot"></div>
105
+ <div class="ghost-dot"></div>
106
+ <div class="ghost-dot"></div>
107
+ <div class="ghost-dot"></div>
108
+ <div class="ghost-dot"></div>
109
+ <div style="width:10px;"></div>
110
+ <div class="ghost-dot" style="opacity:.6;"></div>
111
+ </div>
112
+ <div class="status-right">
113
+ <div class="wifi-icon">
114
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#E6F0EE" stroke-width="2">
115
+ <path d="M2 8c5-4 15-4 20 0" />
116
+ <path d="M5 12c3-3 11-3 14 0" />
117
+ <path d="M8 16c2-2 6-2 8 0" />
118
+ <circle cx="12" cy="20" r="1.5" fill="#E6F0EE" stroke="none"/>
119
+ </svg>
120
+ </div>
121
+ <div class="battery-icon">
122
+ <svg viewBox="0 0 28 20" width="44" height="44">
123
+ <rect x="1" y="4" width="22" height="12" rx="2" ry="2" fill="none" stroke="#E6F0EE" stroke-width="2"/>
124
+ <rect x="3" y="6" width="12" height="8" fill="#E6F0EE"/>
125
+ <rect x="24" y="7" width="3" height="6" fill="#E6F0EE"/>
126
+ </svg>
127
+ </div>
128
+ <div class="menu-vert">
129
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#E6F0EE">
130
+ <circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Title -->
137
+ <div class="page-title">Timer</div>
138
+
139
+ <!-- Timer Card -->
140
+ <div class="timer-card">
141
+ <div class="card-header">
142
+ <div class="title">30m Timer</div>
143
+ <button class="chip-x">×</button>
144
+ </div>
145
+
146
+ <div class="ring-wrap">
147
+ <!-- Track -->
148
+ <svg viewBox="0 0 880 880">
149
+ <circle cx="440" cy="440" r="370" fill="none" stroke="#213131" stroke-width="28" stroke-linecap="round"></circle>
150
+ </svg>
151
+ <!-- Progress -->
152
+ <svg viewBox="0 0 880 880" style="transform: rotate(-84deg);">
153
+ <circle cx="440" cy="440" r="370" fill="none" stroke="#54B9B3" stroke-width="28" stroke-linecap="round"
154
+ stroke-dasharray="1800 520"></circle>
155
+ </svg>
156
+
157
+ <div class="time-text">28:46</div>
158
+
159
+ <!-- Refresh icon -->
160
+ <div class="refresh">
161
+ <svg viewBox="0 0 24 24" fill="none" stroke="#57BDB6" stroke-width="2">
162
+ <path d="M12 5a7 7 0 1 1-6.2 3.7" />
163
+ <path d="M8 4l-2 5 5-2" />
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="card-actions">
169
+ <button class="pill add-minute">+1:00</button>
170
+ <button class="pill pause">
171
+ <svg class="nav-icon" viewBox="0 0 24 24" width="80" height="80">
172
+ <rect x="7" y="5" width="3.6" height="14" fill="#173245"></rect>
173
+ <rect x="13.4" y="5" width="3.6" height="14" fill="#173245"></rect>
174
+ </svg>
175
+ </button>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Floating Add -->
180
+ <button class="fab">+</button>
181
+
182
+ <!-- Bottom Navigation -->
183
+ <div class="bottom-nav">
184
+ <div class="nav-item">
185
+ <div class="nav-icon">
186
+ <svg viewBox="0 0 24 24" width="96" height="96" fill="none" stroke="#B7C7C5" stroke-width="2">
187
+ <circle cx="12" cy="13" r="7"></circle>
188
+ <path d="M5 5l3 2M19 5l-3 2"></path>
189
+ <path d="M12 13l0-4M12 13l3 2"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="nav-label">Alarm</div>
193
+ </div>
194
+
195
+ <div class="nav-item">
196
+ <div class="nav-icon">
197
+ <svg viewBox="0 0 24 24" width="96" height="96" fill="none" stroke="#B7C7C5" stroke-width="2">
198
+ <circle cx="12" cy="12" r="8"></circle>
199
+ <path d="M12 12l0-5M12 12l4 2"></path>
200
+ </svg>
201
+ </div>
202
+ <div class="nav-label">Clock</div>
203
+ </div>
204
+
205
+ <div class="nav-item active" style="position: relative;">
206
+ <div class="active-pill">
207
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke="#7FE3DC" stroke-width="2">
208
+ <path d="M7 4h10M7 20h10M8 5l8 6-8 6"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="nav-icon">
212
+ <svg viewBox="0 0 24 24" width="96" height="96" fill="none" stroke="#FFFFFF" stroke-width="2">
213
+ <path d="M7 4h10M7 20h10M8 5l8 6-8 6"></path>
214
+ </svg>
215
+ </div>
216
+ <div class="nav-label">Timer</div>
217
+ </div>
218
+
219
+ <div class="nav-item">
220
+ <div class="nav-icon">
221
+ <svg viewBox="0 0 24 24" width="96" height="96" fill="none" stroke="#B7C7C5" stroke-width="2">
222
+ <circle cx="12" cy="13" r="7"></circle>
223
+ <path d="M12 3l0 3"></path>
224
+ <path d="M12 13l3-2"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="nav-label">Stopwatch</div>
228
+ </div>
229
+
230
+ <div class="nav-item">
231
+ <div class="nav-icon">
232
+ <svg viewBox="0 0 24 24" width="96" height="96" fill="none" stroke="#B7C7C5" stroke-width="2">
233
+ <rect x="3" y="10" width="14" height="7" rx="2"></rect>
234
+ <rect x="17" y="12" width="4" height="5" rx="1"></rect>
235
+ </svg>
236
+ </div>
237
+ <div class="nav-label">Bedtime</div>
238
+ </div>
239
+ </div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/15672/15672_1.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Timer UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Inter", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
13
+ color: #E8F0F0;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #0E1415;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 120px;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #E6ECEC;
32
+ font-size: 44px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .sb-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .sb-dots {
41
+ display: flex;
42
+ gap: 12px;
43
+ align-items: center;
44
+ }
45
+ .sb-dot {
46
+ width: 18px;
47
+ height: 18px;
48
+ background: #E6ECEC;
49
+ border-radius: 50%;
50
+ opacity: 0.9;
51
+ }
52
+ .sb-center-dot {
53
+ width: 12px;
54
+ height: 12px;
55
+ background: #8FA4A4;
56
+ border-radius: 50%;
57
+ margin-left: 12px;
58
+ }
59
+ .sb-right {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 26px;
63
+ }
64
+ .icon-wifi svg,
65
+ .icon-battery svg {
66
+ display: block;
67
+ }
68
+ .menu-dots {
69
+ width: 10px;
70
+ height: 10px;
71
+ border-radius: 50%;
72
+ background: #CFE3E1;
73
+ box-shadow: 0 20px 0 #CFE3E1, 0 -20px 0 #CFE3E1;
74
+ }
75
+
76
+ /* Title */
77
+ .page-title {
78
+ font-size: 72px;
79
+ font-weight: 500;
80
+ margin: 18px 0 0 48px;
81
+ color: #EAF2F1;
82
+ }
83
+
84
+ /* Card */
85
+ .timer-card {
86
+ width: 996px;
87
+ margin: 40px auto 0;
88
+ background: #111A1B;
89
+ border-radius: 48px;
90
+ padding: 48px;
91
+ box-sizing: border-box;
92
+ }
93
+ .card-header {
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: space-between;
97
+ margin-bottom: 24px;
98
+ }
99
+ .card-title {
100
+ font-size: 56px;
101
+ font-weight: 500;
102
+ color: #EAF2F1;
103
+ }
104
+ .close-pill {
105
+ width: 72px;
106
+ height: 72px;
107
+ border-radius: 50%;
108
+ background: #224D4E;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ border: 2px solid #2FA7A1;
113
+ }
114
+ .close-pill span {
115
+ font-size: 44px;
116
+ color: #CFECEB;
117
+ line-height: 1;
118
+ transform: translateY(-2px);
119
+ }
120
+
121
+ /* Progress Ring */
122
+ .ring {
123
+ width: 760px;
124
+ height: 760px;
125
+ border-radius: 50%;
126
+ margin: 18px auto 0;
127
+ position: relative;
128
+ background: conic-gradient(#42B2AE 0deg 330deg, #2E3D3C 330deg 360deg);
129
+ box-shadow: inset 0 0 0 0 #000;
130
+ }
131
+ .ring::before {
132
+ content: "";
133
+ position: absolute;
134
+ inset: 0;
135
+ border-radius: 50%;
136
+ box-shadow: inset 0 0 0 24px #42B2AE; /* gives thickness at edge to blend */
137
+ opacity: 0.0; /* helper not visible but keeps smooth edge */
138
+ }
139
+ .ring::after {
140
+ content: "";
141
+ position: absolute;
142
+ inset: 30px;
143
+ border-radius: 50%;
144
+ background: #111A1B;
145
+ }
146
+ .ring-content {
147
+ position: absolute;
148
+ inset: 0;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ flex-direction: column;
153
+ pointer-events: none;
154
+ }
155
+ .time-display {
156
+ font-size: 160px;
157
+ font-weight: 500;
158
+ color: #E9F3F2;
159
+ letter-spacing: 4px;
160
+ }
161
+ .refresh {
162
+ margin-top: 26px;
163
+ }
164
+ .refresh svg { width: 54px; height: 54px; }
165
+
166
+ /* Action buttons */
167
+ .actions {
168
+ display: flex;
169
+ gap: 36px;
170
+ margin: 42px auto 12px;
171
+ width: 760px;
172
+ justify-content: center;
173
+ }
174
+ .pill {
175
+ height: 170px;
176
+ width: 360px;
177
+ border-radius: 100px;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ font-size: 50px;
182
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2) inset;
183
+ }
184
+ .pill.add {
185
+ background: #213836;
186
+ color: #CBE7E5;
187
+ }
188
+ .pill.pause {
189
+ background: #C8DAF9;
190
+ color: #0F2430;
191
+ position: relative;
192
+ }
193
+ .pause-icon {
194
+ width: 40px;
195
+ height: 80px;
196
+ display: flex;
197
+ gap: 22px;
198
+ }
199
+ .pause-icon span {
200
+ width: 14px;
201
+ height: 80px;
202
+ background: #0F2430;
203
+ border-radius: 8px;
204
+ display: inline-block;
205
+ }
206
+
207
+ /* Add circle */
208
+ .add-circle {
209
+ width: 280px;
210
+ height: 280px;
211
+ border-radius: 50%;
212
+ background: #7CE5DF;
213
+ margin: 40px auto;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ color: #0E1415;
218
+ font-size: 100px;
219
+ font-weight: 500;
220
+ }
221
+
222
+ /* Bottom nav */
223
+ .bottom-nav {
224
+ position: absolute;
225
+ left: 0;
226
+ bottom: 0;
227
+ width: 1080px;
228
+ height: 320px;
229
+ background: #111A1B;
230
+ box-shadow: 0 -1px 0 rgba(255,255,255,0.06) inset;
231
+ }
232
+ .nav-items {
233
+ display: flex;
234
+ justify-content: space-around;
235
+ align-items: flex-end;
236
+ height: 270px;
237
+ padding: 0 24px;
238
+ box-sizing: border-box;
239
+ }
240
+ .nav-item {
241
+ width: 180px;
242
+ text-align: center;
243
+ color: #C6D7D6;
244
+ }
245
+ .nav-icon {
246
+ width: 72px;
247
+ height: 72px;
248
+ margin: 0 auto 18px;
249
+ }
250
+ .nav-label {
251
+ font-size: 40px;
252
+ margin-top: 6px;
253
+ }
254
+ .nav-active {
255
+ position: relative;
256
+ }
257
+ .nav-active::after {
258
+ content: "";
259
+ position: absolute;
260
+ left: 50%;
261
+ bottom: 90px;
262
+ transform: translateX(-50%);
263
+ width: 160px;
264
+ height: 76px;
265
+ background: #1D2D2C;
266
+ border-radius: 40px;
267
+ z-index: -1;
268
+ }
269
+ .gesture-bar {
270
+ position: absolute;
271
+ left: 50%;
272
+ bottom: 20px;
273
+ transform: translateX(-50%);
274
+ width: 540px;
275
+ height: 18px;
276
+ background: #DDE4E4;
277
+ border-radius: 12px;
278
+ opacity: 0.8;
279
+ }
280
+ </style>
281
+ </head>
282
+ <body>
283
+ <div id="render-target">
284
+
285
+ <!-- Status Bar -->
286
+ <div class="status-bar">
287
+ <div class="sb-left">
288
+ <div>5:32</div>
289
+ <div class="sb-dots">
290
+ <div class="sb-dot"></div>
291
+ <div class="sb-dot"></div>
292
+ <div class="sb-dot"></div>
293
+ <div class="sb-dot"></div>
294
+ <div class="sb-dot"></div>
295
+ </div>
296
+ <div class="sb-center-dot"></div>
297
+ </div>
298
+ <div class="sb-right">
299
+ <div class="icon-wifi">
300
+ <svg width="48" height="40" viewBox="0 0 48 40" fill="none">
301
+ <path d="M4 12c9-8 31-8 40 0" stroke="#E6ECEC" stroke-width="4" stroke-linecap="round"/>
302
+ <path d="M10 20c6-6 22-6 28 0" stroke="#E6ECEC" stroke-width="4" stroke-linecap="round"/>
303
+ <circle cx="24" cy="28" r="4" fill="#E6ECEC"/>
304
+ </svg>
305
+ </div>
306
+ <div class="icon-battery">
307
+ <svg width="60" height="32" viewBox="0 0 60 32" fill="none">
308
+ <rect x="2" y="6" width="48" height="20" rx="4" stroke="#E6ECEC" stroke-width="4"/>
309
+ <rect x="6" y="10" width="32" height="12" rx="2" fill="#E6ECEC"/>
310
+ <rect x="52" y="12" width="6" height="8" rx="2" fill="#E6ECEC"/>
311
+ </svg>
312
+ </div>
313
+ <div class="menu-dots"></div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="page-title">Timer</div>
318
+
319
+ <!-- Timer Card -->
320
+ <div class="timer-card">
321
+ <div class="card-header">
322
+ <div class="card-title">30m Timer</div>
323
+ <div class="close-pill"><span>×</span></div>
324
+ </div>
325
+
326
+ <div class="ring">
327
+ <div class="ring-content">
328
+ <div class="time-display">29:17</div>
329
+ <div class="refresh">
330
+ <svg viewBox="0 0 64 64">
331
+ <circle cx="32" cy="32" r="18" stroke="#42B2AE" stroke-width="4" fill="none" opacity="0.9"/>
332
+ <path d="M32 14v8m0-8 6 4" stroke="#42B2AE" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
333
+ </svg>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="actions">
339
+ <div class="pill add">+1:00</div>
340
+ <div class="pill pause">
341
+ <div class="pause-icon"><span></span><span></span></div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="add-circle">+</div>
347
+
348
+ <!-- Bottom Navigation -->
349
+ <div class="bottom-nav">
350
+ <div class="nav-items">
351
+ <div class="nav-item">
352
+ <div class="nav-icon">
353
+ <svg viewBox="0 0 72 72" fill="none">
354
+ <path d="M36 12c10 0 18 8 18 18v12c0 6-4 10-10 10H28c-6 0-10-4-10-10V30c0-10 8-18 18-18z" stroke="#C6D7D6" stroke-width="4"/>
355
+ <circle cx="36" cy="52" r="4" fill="#C6D7D6"/>
356
+ </svg>
357
+ </div>
358
+ <div class="nav-label">Alarm</div>
359
+ </div>
360
+ <div class="nav-item">
361
+ <div class="nav-icon">
362
+ <svg viewBox="0 0 72 72" fill="none">
363
+ <circle cx="36" cy="36" r="26" stroke="#C6D7D6" stroke-width="4"/>
364
+ <path d="M36 36V20M36 36h16" stroke="#C6D7D6" stroke-width="4" stroke-linecap="round"/>
365
+ </svg>
366
+ </div>
367
+ <div class="nav-label">Clock</div>
368
+ </div>
369
+ <div class="nav-item nav-active">
370
+ <div class="nav-icon">
371
+ <svg viewBox="0 0 72 72" fill="none">
372
+ <path d="M26 14h20l-6 16h-8l-6-16z" stroke="#7CE5DF" stroke-width="4" stroke-linejoin="round"/>
373
+ <path d="M26 58h20l-6-16h-8l-6 16z" stroke="#7CE5DF" stroke-width="4" stroke-linejoin="round"/>
374
+ </svg>
375
+ </div>
376
+ <div class="nav-label" style="color:#EAF2F1">Timer</div>
377
+ </div>
378
+ <div class="nav-item">
379
+ <div class="nav-icon">
380
+ <svg viewBox="0 0 72 72" fill="none">
381
+ <circle cx="36" cy="38" r="22" stroke="#C6D7D6" stroke-width="4"/>
382
+ <path d="M30 14h12" stroke="#C6D7D6" stroke-width="4" stroke-linecap="round"/>
383
+ <path d="M36 38V24M36 38h12" stroke="#C6D7D6" stroke-width="4" stroke-linecap="round"/>
384
+ </svg>
385
+ </div>
386
+ <div class="nav-label">Stopwatch</div>
387
+ </div>
388
+ <div class="nav-item">
389
+ <div class="nav-icon">
390
+ <svg viewBox="0 0 72 72" fill="none">
391
+ <path d="M14 44h44v10H14z" fill="#C6D7D6"/>
392
+ <path d="M20 34h18v10H20zM42 34h18v10H42z" fill="#C6D7D6"/>
393
+ <path d="M12 54h48" stroke="#C6D7D6" stroke-width="4" stroke-linecap="round"/>
394
+ </svg>
395
+ </div>
396
+ <div class="nav-label">Bedtime</div>
397
+ </div>
398
+ </div>
399
+ <div class="gesture-bar"></div>
400
+ </div>
401
+
402
+ </div>
403
+ </body>
404
+ </html>
code/15672/15672_2.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Timer UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0E1415; color: #E8F0F6;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0; left: 0; right: 0;
19
+ height: 120px;
20
+ padding: 0 36px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ color: #DAE2E6; font-weight: 500; font-size: 34px;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 20px; }
25
+ .status-right { display: flex; align-items: center; gap: 26px; }
26
+ .icon-dot { width: 10px; height: 10px; background: #9FB2B7; border-radius: 50%; display: inline-block; }
27
+
28
+ /* Title */
29
+ .page-title {
30
+ position: absolute;
31
+ top: 150px; left: 48px;
32
+ font-size: 64px; font-weight: 500; letter-spacing: 0.2px;
33
+ color: #E7F2F3;
34
+ }
35
+
36
+ /* More/overflow icon */
37
+ .more-icon {
38
+ position: absolute; top: 170px; right: 42px;
39
+ width: 18px; height: 60px; display: flex; align-items: center; justify-content: center;
40
+ }
41
+
42
+ /* Timer card */
43
+ .timer-card {
44
+ position: absolute;
45
+ top: 240px; left: 36px;
46
+ width: 1008px; height: 1340px;
47
+ background: #121B1C;
48
+ border-radius: 72px;
49
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35);
50
+ padding: 54px;
51
+ }
52
+ .timer-card .header {
53
+ display: flex; align-items: center; justify-content: space-between;
54
+ margin-bottom: 36px;
55
+ }
56
+ .timer-card .header .title {
57
+ font-size: 58px; font-weight: 500; color: #E7F2F3;
58
+ }
59
+ .chip-close {
60
+ width: 76px; height: 76px; border-radius: 50%;
61
+ background: #295A5F; display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .chip-close svg { width: 36px; height: 36px; }
64
+ .dial-area {
65
+ width: 900px; height: 900px; margin: 0 auto; position: relative;
66
+ }
67
+ .dial-svg { width: 100%; height: 100%; }
68
+ .dial-track { stroke: #2A3A3B; stroke-width: 24; fill: none; }
69
+ .dial-progress { stroke: #46B2AE; stroke-width: 24; fill: none; stroke-linecap: round; }
70
+ .dial-gap {
71
+ stroke: #324647; stroke-width: 24; fill: none; stroke-linecap: round;
72
+ }
73
+ .dial-center {
74
+ position: absolute; inset: 0;
75
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
76
+ gap: 26px;
77
+ }
78
+ .time-text { font-size: 170px; font-weight: 700; letter-spacing: 2px; color: #EAF4F6; }
79
+ .refresh-icon svg { width: 64px; height: 64px; }
80
+
81
+ /* Controls */
82
+ .controls {
83
+ position: absolute; bottom: 90px; left: 54px; right: 54px;
84
+ display: flex; justify-content: space-between; align-items: center;
85
+ }
86
+ .btn {
87
+ height: 170px; width: 420px;
88
+ border-radius: 86px; display: flex; align-items: center; justify-content: center;
89
+ font-size: 52px; font-weight: 500; letter-spacing: 0.5px;
90
+ }
91
+ .btn-add-minute { background: #233A3C; color: #D1E9E8; }
92
+ .btn-pause { background: #C7DAFF; color: #0D2B35; }
93
+
94
+ .btn-pause svg { width: 44px; height: 44px; }
95
+
96
+ /* Floating add button */
97
+ .add-fab {
98
+ position: absolute; left: 50%; transform: translateX(-50%);
99
+ top: 1710px; width: 240px; height: 240px; border-radius: 50%;
100
+ background: #75E4DF; color: #0E1415; display: flex; align-items: center; justify-content: center;
101
+ font-size: 100px; font-weight: 500;
102
+ box-shadow: 0 12px 32px rgba(0,0,0,0.45);
103
+ }
104
+
105
+ /* Bottom navigation */
106
+ .bottom-nav {
107
+ position: absolute; bottom: 120px; left: 0; right: 0;
108
+ height: 240px; background: #121A1B; display: flex; align-items: center; justify-content: space-around;
109
+ padding: 0 24px;
110
+ border-top: 1px solid #1D2A2B;
111
+ }
112
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #C7D4D6; }
113
+ .nav-item .label { font-size: 36px; }
114
+ .nav-icon-wrap {
115
+ width: 120px; height: 90px; border-radius: 46px;
116
+ display: flex; align-items: center; justify-content: center;
117
+ }
118
+ .nav-item.active .nav-icon-wrap {
119
+ background: #213536;
120
+ border: 2px solid #46B2AE;
121
+ }
122
+ .nav-item svg { width: 54px; height: 54px; }
123
+ .gesture-bar {
124
+ position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%);
125
+ width: 460px; height: 18px; border-radius: 9px; background: #DCE3E7;
126
+ opacity: 0.85;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status Bar -->
134
+ <div class="status-bar">
135
+ <div class="status-left">
136
+ <div>5:32</div>
137
+ <span class="icon-dot"></span>
138
+ </div>
139
+ <div class="status-right">
140
+ <!-- Simple wifi icon -->
141
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
142
+ <path d="M2 8c5-4 15-4 20 0" stroke="#BFD2D6" stroke-width="2" stroke-linecap="round"/>
143
+ <path d="M5 11c3-3 11-3 14 0" stroke="#BFD2D6" stroke-width="2" stroke-linecap="round"/>
144
+ <path d="M9 14c2-2 4-2 6 0" stroke="#BFD2D6" stroke-width="2" stroke-linecap="round"/>
145
+ <circle cx="12" cy="18" r="2" fill="#BFD2D6"/>
146
+ </svg>
147
+ <!-- Battery icon -->
148
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
149
+ <rect x="2" y="7" width="18" height="10" rx="2" stroke="#BFD2D6" stroke-width="2"/>
150
+ <rect x="4" y="9" width="12" height="6" rx="1" fill="#BFD2D6"/>
151
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#BFD2D6"/>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Page Title -->
157
+ <div class="page-title">Timer</div>
158
+
159
+ <!-- Overflow menu icon (vertical dots) -->
160
+ <div class="more-icon">
161
+ <svg viewBox="0 0 24 24">
162
+ <circle cx="12" cy="4" r="2" fill="#9FB2B7"></circle>
163
+ <circle cx="12" cy="12" r="2" fill="#9FB2B7"></circle>
164
+ <circle cx="12" cy="20" r="2" fill="#9FB2B7"></circle>
165
+ </svg>
166
+ </div>
167
+
168
+ <!-- Timer Card -->
169
+ <div class="timer-card">
170
+ <div class="header">
171
+ <div class="title">30m Timer</div>
172
+ <div class="chip-close">
173
+ <svg viewBox="0 0 24 24">
174
+ <path d="M6 6l12 12M18 6L6 18" stroke="#CFE9E8" stroke-width="2" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="dial-area">
180
+ <!-- Circular Dial -->
181
+ <svg class="dial-svg" viewBox="0 0 900 900">
182
+ <!-- Base track -->
183
+ <circle class="dial-track" cx="450" cy="450" r="360"></circle>
184
+ <!-- Progress ring -->
185
+ <!-- Circumference ~ 2πr = 2261.95; dashoffset tuned for visible progress -->
186
+ <circle class="dial-progress" cx="450" cy="450" r="360"
187
+ transform="rotate(-90 450 450)"
188
+ stroke-dasharray="2262"
189
+ stroke-dashoffset="340"></circle>
190
+ <!-- Small darker segment near top to mimic screenshot accent -->
191
+ <circle class="dial-gap" cx="450" cy="450" r="360"
192
+ transform="rotate(-60 450 450)"
193
+ stroke-dasharray="150 2112"></circle>
194
+ </svg>
195
+
196
+ <div class="dial-center">
197
+ <div class="time-text">30:05</div>
198
+ <div class="refresh-icon">
199
+ <svg viewBox="0 0 24 24" fill="none">
200
+ <path d="M12 6v-3l4 4-4 4V8a6 6 0 1 0 6 6" stroke="#46B2AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Controls -->
207
+ <div class="controls">
208
+ <div class="btn btn-add-minute">+1:00</div>
209
+ <div class="btn btn-pause">
210
+ <svg viewBox="0 0 24 24">
211
+ <rect x="6" y="5" width="4" height="14" rx="1" fill="#0E2A32"></rect>
212
+ <rect x="14" y="5" width="4" height="14" rx="1" fill="#0E2A32"></rect>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Floating Add Button -->
219
+ <div class="add-fab">+</div>
220
+
221
+ <!-- Bottom Navigation -->
222
+ <div class="bottom-nav">
223
+ <div class="nav-item">
224
+ <div class="nav-icon-wrap">
225
+ <!-- Alarm icon -->
226
+ <svg viewBox="0 0 24 24" fill="none">
227
+ <circle cx="12" cy="13" r="7" stroke="#C7D4D6" stroke-width="2"/>
228
+ <path d="M12 13V9M12 13l3 2" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
229
+ <path d="M5 5l3 2M19 5l-3 2" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Alarm</div>
233
+ </div>
234
+
235
+ <div class="nav-item">
236
+ <div class="nav-icon-wrap">
237
+ <!-- Clock icon -->
238
+ <svg viewBox="0 0 24 24" fill="none">
239
+ <circle cx="12" cy="12" r="8" stroke="#C7D4D6" stroke-width="2"/>
240
+ <path d="M12 12V7M12 12l4 2" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+ <div class="label">Clock</div>
244
+ </div>
245
+
246
+ <div class="nav-item active">
247
+ <div class="nav-icon-wrap">
248
+ <!-- Hourglass icon -->
249
+ <svg viewBox="0 0 24 24" fill="none">
250
+ <path d="M7 4h10M7 20h10M7 4c0 4 5 4 5 8s-5 4-5 8M17 4c0 4-5 4-5 8s5 4 5 8" stroke="#46B2AE" stroke-width="2" stroke-linecap="round"/>
251
+ </svg>
252
+ </div>
253
+ <div class="label">Timer</div>
254
+ </div>
255
+
256
+ <div class="nav-item">
257
+ <div class="nav-icon-wrap">
258
+ <!-- Stopwatch icon -->
259
+ <svg viewBox="0 0 24 24" fill="none">
260
+ <path d="M9 3h6M12 3v2" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
261
+ <circle cx="12" cy="14" r="7" stroke="#C7D4D6" stroke-width="2"/>
262
+ <path d="M12 14l3-2" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
263
+ </svg>
264
+ </div>
265
+ <div class="label">Stopwatch</div>
266
+ </div>
267
+
268
+ <div class="nav-item">
269
+ <div class="nav-icon-wrap">
270
+ <!-- Bed icon -->
271
+ <svg viewBox="0 0 24 24" fill="none">
272
+ <rect x="3" y="10" width="10" height="5" rx="1" stroke="#C7D4D6" stroke-width="2"/>
273
+ <rect x="14" y="12" width="7" height="3" rx="1" fill="#C7D4D6"/>
274
+ <path d="M3 18h18" stroke="#C7D4D6" stroke-width="2" stroke-linecap="round"/>
275
+ </svg>
276
+ </div>
277
+ <div class="label">Bedtime</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Gesture Bar -->
282
+ <div class="gesture-bar"></div>
283
+ </div>
284
+ </body>
285
+ </html>