yhzheng1031 commited on
Commit
8561c5c
·
verified ·
1 Parent(s): 8da71a2

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/322/322_3.html +354 -0
  2. code/3221/3221_1.html +296 -0
  3. code/3221/3221_2.html +474 -0
  4. code/3221/3221_3.html +335 -0
  5. code/3221/3221_4.html +312 -0
  6. code/3223/3223_0.html +328 -0
  7. code/3223/3223_1.html +213 -0
  8. code/3223/3223_10.html +381 -0
  9. code/3223/3223_11.html +362 -0
  10. code/3223/3223_12.html +342 -0
  11. code/3223/3223_13.html +311 -0
  12. code/3223/3223_15.html +412 -0
  13. code/3223/3223_2.html +203 -0
  14. code/3223/3223_3.html +346 -0
  15. code/3223/3223_4.html +306 -0
  16. code/3223/3223_5.html +229 -0
  17. code/3223/3223_6.html +288 -0
  18. code/3223/3223_8.html +274 -0
  19. code/3223/3223_9.html +386 -0
  20. code/3225/3225_0.html +251 -0
  21. code/3225/3225_1.html +240 -0
  22. code/3225/3225_2.html +295 -0
  23. code/3225/3225_3.html +263 -0
  24. code/3225/3225_4.html +225 -0
  25. code/3227/3227_0.html +177 -0
  26. code/3227/3227_1.html +247 -0
  27. code/3227/3227_2.html +349 -0
  28. code/3227/3227_3.html +382 -0
  29. code/3227/3227_4.html +336 -0
  30. code/3227/3227_5.html +372 -0
  31. code/3229/3229_0.html +263 -0
  32. code/3229/3229_1.html +131 -0
  33. code/3229/3229_2.html +155 -0
  34. code/3229/3229_3.html +173 -0
  35. code/3229/3229_4.html +288 -0
  36. code/3229/3229_5.html +268 -0
  37. code/3229/3229_6.html +288 -0
  38. code/3229/3229_7.html +136 -0
  39. code/3230/3230_0.html +468 -0
  40. code/3230/3230_1.html +448 -0
  41. code/3230/3230_2.html +339 -0
  42. code/3230/3230_3.html +343 -0
  43. code/3230/3230_4.html +415 -0
  44. code/3230/3230_5.html +247 -0
  45. code/3232/3232_0.html +55 -0
  46. code/3232/3232_1.html +207 -0
  47. code/3232/3232_10.html +172 -0
  48. code/3232/3232_2.html +328 -0
  49. code/3232/3232_3.html +332 -0
  50. code/3232/3232_4.html +355 -0
code/322/322_3.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Time Picker UI Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #152233;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 104px;
24
+ color: #ffffff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ font-weight: 600;
30
+ letter-spacing: 0.5px;
31
+ font-size: 40px;
32
+ }
33
+ .status-icons { display: flex; align-items: center; gap: 26px; }
34
+ .status-icons svg { fill: #fff; width: 42px; height: 42px; opacity: 0.95; }
35
+
36
+ /* App content (dark form) */
37
+ .content {
38
+ position: absolute;
39
+ top: 120px;
40
+ left: 0;
41
+ right: 0;
42
+ bottom: 0;
43
+ padding: 60px 72px;
44
+ color: #cbd3dd;
45
+ }
46
+ .back-btn {
47
+ position: absolute;
48
+ top: 172px;
49
+ left: 32px;
50
+ width: 72px;
51
+ height: 72px;
52
+ }
53
+ .label {
54
+ font-size: 36px;
55
+ color: #9aa7b7;
56
+ margin-top: 140px;
57
+ margin-bottom: 24px;
58
+ }
59
+ .input-title {
60
+ font-size: 72px;
61
+ font-weight: 700;
62
+ color: #d8dee8;
63
+ padding-bottom: 22px;
64
+ border-bottom: 3px solid rgba(200,210,225,0.35);
65
+ margin-right: 160px;
66
+ }
67
+ .row {
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: space-between;
71
+ margin-top: 60px;
72
+ }
73
+ .desc-text {
74
+ font-size: 54px;
75
+ font-weight: 600;
76
+ color: #b2bdcc;
77
+ border-bottom: 3px solid rgba(200,210,225,0.35);
78
+ padding-bottom: 22px;
79
+ width: 780px;
80
+ }
81
+ .mic-icon {
82
+ width: 56px;
83
+ height: 56px;
84
+ margin-right: 10px;
85
+ opacity: 0.5;
86
+ }
87
+
88
+ /* Dim overlay behind dialog */
89
+ .overlay {
90
+ position: absolute;
91
+ inset: 0;
92
+ background: rgba(0,0,0,0.45);
93
+ }
94
+
95
+ /* Time Picker Dialog */
96
+ .dialog {
97
+ position: absolute;
98
+ left: 80px;
99
+ top: 760px;
100
+ width: 920px;
101
+ height: 1180px;
102
+ background: #e7ebf5;
103
+ border-radius: 34px;
104
+ box-shadow: 0 50px 90px rgba(0,0,0,0.35);
105
+ color: #2b3a4f;
106
+ }
107
+ .dialog-header {
108
+ padding: 40px 56px 10px 56px;
109
+ font-size: 34px;
110
+ letter-spacing: 3px;
111
+ color: #6f7d90;
112
+ }
113
+ .time-row {
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 28px;
117
+ padding: 24px 56px 10px 56px;
118
+ }
119
+ .digit-box {
120
+ width: 240px;
121
+ height: 160px;
122
+ border-radius: 22px;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ font-size: 96px;
127
+ font-weight: 700;
128
+ }
129
+ .digit-hour {
130
+ background: #cfd6e6;
131
+ color: #3e5777;
132
+ }
133
+ .digit-minute {
134
+ background: #e3e6ee;
135
+ color: #2e3138;
136
+ }
137
+ .colon {
138
+ font-size: 92px;
139
+ font-weight: 700;
140
+ color: #5a6477;
141
+ margin-right: 6px;
142
+ }
143
+ .ampm {
144
+ width: 150px;
145
+ height: 160px;
146
+ border-radius: 16px;
147
+ border: 2px solid #b7bfd0;
148
+ overflow: hidden;
149
+ display: flex;
150
+ flex-direction: column;
151
+ }
152
+ .ampm div {
153
+ flex: 1;
154
+ display: flex; align-items: center; justify-content: center;
155
+ font-size: 40px; font-weight: 700;
156
+ color: #3e5777;
157
+ }
158
+ .ampm .am { background: #cfd6e6; }
159
+ .ampm .pm { background: #e9edf6; color: #7a879b; }
160
+
161
+ /* Clock area */
162
+ .clock-area {
163
+ position: relative;
164
+ width: 780px;
165
+ height: 780px;
166
+ margin: 30px auto 0;
167
+ background: radial-gradient(circle at center, #e9edf7 0%, #dee4f0 100%);
168
+ border-radius: 50%;
169
+ }
170
+ .clock-number {
171
+ position: absolute;
172
+ font-size: 42px;
173
+ color: #3b4353;
174
+ }
175
+ /* approximate positions around circle */
176
+ .n12 { top: 34px; left: 374px; }
177
+ .n1 { top: 120px; left: 590px; }
178
+ .n2 { top: 190px; left: 650px; }
179
+ .n3 { top: 350px; left: 720px; }
180
+ .n4 { top: 520px; left: 680px; }
181
+ .n5 { top: 620px; left: 600px; }
182
+ .n6 { top: 708px; left: 380px; }
183
+ .n7 { top: 620px; left: 170px; }
184
+ .n8 { top: 540px; left: 95px; }
185
+ .n9 { top: 350px; left: 40px; }
186
+ .n10 { top: 190px; left: 80px; }
187
+ .n11 { top: 110px; left: 160px; }
188
+
189
+ /* Selected hour visuals */
190
+ .selected-hour {
191
+ position: absolute;
192
+ width: 96px;
193
+ height: 96px;
194
+ border-radius: 50%;
195
+ background: #2f4565;
196
+ color: #ffffff;
197
+ display: flex; align-items: center; justify-content: center;
198
+ font-size: 44px; font-weight: 700;
199
+ top: 320px; left: 110px;
200
+ box-shadow: 0 8px 18px rgba(47,69,101,0.35);
201
+ }
202
+ .hour-hand {
203
+ position: absolute;
204
+ height: 8px;
205
+ background: #2f4565;
206
+ top: 388px;
207
+ left: 206px;
208
+ width: 300px; /* from bubble to center */
209
+ border-radius: 4px;
210
+ }
211
+ .hand-dot {
212
+ position: absolute;
213
+ width: 18px; height: 18px;
214
+ border-radius: 50%; background: #2f4565;
215
+ top: 381px; left: 508px;
216
+ }
217
+
218
+ /* Dialog footer */
219
+ .dialog-footer {
220
+ position: absolute;
221
+ bottom: 40px;
222
+ left: 56px;
223
+ right: 56px;
224
+ display: flex;
225
+ align-items: center;
226
+ justify-content: space-between;
227
+ }
228
+ .btn {
229
+ font-size: 44px;
230
+ font-weight: 700;
231
+ color: #3e5777;
232
+ }
233
+
234
+ /* Floating check action (background app) */
235
+ .fab {
236
+ position: absolute;
237
+ right: 66px;
238
+ bottom: 280px;
239
+ width: 152px; height: 152px;
240
+ background: #16253a;
241
+ border-radius: 50%;
242
+ box-shadow: 0 34px 60px rgba(0,0,0,0.45);
243
+ display: flex; align-items: center; justify-content: center;
244
+ }
245
+ .fab svg { width: 68px; height: 68px; fill: #6b7d93; }
246
+
247
+ /* Home indicator */
248
+ .home-indicator {
249
+ position: absolute;
250
+ bottom: 40px;
251
+ left: 50%;
252
+ transform: translateX(-50%);
253
+ width: 300px; height: 16px;
254
+ background: #ffffffcc;
255
+ border-radius: 8px;
256
+ }
257
+ </style>
258
+ </head>
259
+ <body>
260
+ <div id="render-target">
261
+
262
+ <!-- Status Bar -->
263
+ <div class="status-bar">
264
+ <div>3:38</div>
265
+ <div class="status-icons">
266
+ <!-- signal -->
267
+ <svg viewBox="0 0 24 24"><path d="M2 20h2V8H2v12zm5 0h2V4H7v16zm5 0h2V12h-2v8zm5 0h2V2h-2v18z"/></svg>
268
+ <!-- wifi -->
269
+ <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-9a14 14 0 0114 0l-1.6 1.6a11 11 0 00-10.8 0L5 9.5zm3.4 3.4a9 9 0 019.2 0l-1.6 1.6a6.8 6.8 0 00-6 0l-1.6-1.6z"/></svg>
270
+ <!-- cast/video -->
271
+ <svg viewBox="0 0 24 24"><path d="M4 5h16a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V7a2 2 0 012-2zm0 12h6v-2H4v2zm10-2l6 4V7l-6 4v4z"/></svg>
272
+ <!-- cloud -->
273
+ <svg viewBox="0 0 24 24"><path d="M6 18h10a4 4 0 100-8 5 5 0 00-9-2 4 4 0 00-1 10z"/></svg>
274
+ <!-- wifi strength -->
275
+ <svg viewBox="0 0 24 24"><path d="M12 20a2 2 0 110-4 2 2 0 010 4zm-6-6a10 10 0 0112 0l-1.5 1.5a7.5 7.5 0 00-9 0L6 14z"/></svg>
276
+ <!-- battery -->
277
+ <svg viewBox="0 0 24 24"><path d="M20 7h1a1 1 0 011 1v8a1 1 0 01-1 1h-1v-2h-1V9h1V7zM3 8a2 2 0 012-2h12a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2V8zm2 0v8h12V8H5z"/></svg>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Back Button -->
282
+ <div class="back-btn">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M15 19l-7-7 7-7" stroke="#cfd6e6" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
285
+ </svg>
286
+ </div>
287
+
288
+ <!-- Main Content (background form) -->
289
+ <div class="content">
290
+ <div class="label">Title</div>
291
+ <div class="input-title">Dolma Restaurant</div>
292
+
293
+ <div class="label" style="margin-top: 70px;">Description</div>
294
+ <div class="row">
295
+ <div class="desc-text">Mon...</div>
296
+ <svg class="mic-icon" viewBox="0 0 24 24">
297
+ <path d="M12 14a3 3 0 003-3V6a3 3 0 10-6 0v5a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0014 0h-2zM11 17h2v3h-2z" fill="#9aa7b7"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Dim overlay -->
303
+ <div class="overlay"></div>
304
+
305
+ <!-- Time Picker Dialog -->
306
+ <div class="dialog">
307
+ <div class="dialog-header">06/25/2023</div>
308
+
309
+ <div class="time-row">
310
+ <div class="digit-box digit-hour">09</div>
311
+ <div class="colon">:</div>
312
+ <div class="digit-box digit-minute">00</div>
313
+ <div class="ampm">
314
+ <div class="am">AM</div>
315
+ <div class="pm">PM</div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="clock-area">
320
+ <!-- hour numbers -->
321
+ <div class="clock-number n12">12</div>
322
+ <div class="clock-number n1">1</div>
323
+ <div class="clock-number n2">2</div>
324
+ <div class="clock-number n3">3</div>
325
+ <div class="clock-number n4">4</div>
326
+ <div class="clock-number n5">5</div>
327
+ <div class="clock-number n6">6</div>
328
+ <div class="clock-number n7">7</div>
329
+ <div class="clock-number n8">8</div>
330
+ <div class="clock-number n9">9</div>
331
+ <div class="clock-number n10">10</div>
332
+ <div class="clock-number n11">11</div>
333
+
334
+ <!-- selected hour indicator and hand -->
335
+ <div class="selected-hour">9</div>
336
+ <div class="hour-hand"></div>
337
+ <div class="hand-dot"></div>
338
+ </div>
339
+
340
+ <div class="dialog-footer">
341
+ <div class="btn">Cancel</div>
342
+ <div class="btn">OK</div>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Floating action (background, slightly visible through overlay) -->
347
+ <div class="fab">
348
+ <svg viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5L4 14.2l5 5 12-12-1.5-1.5z"/></svg>
349
+ </div>
350
+
351
+ <div class="home-indicator"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/3221/3221_1.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ .header {
15
+ background: #0A6EA3;
16
+ height: 330px;
17
+ color: #fff;
18
+ }
19
+ .statusbar {
20
+ height: 60px;
21
+ padding: 24px 32px 0;
22
+ display: flex; justify-content: space-between; align-items: center;
23
+ font-size: 32px; opacity: 0.9;
24
+ }
25
+ .status-left, .status-right { display: flex; align-items: center; gap: 18px; }
26
+ .search-wrap {
27
+ padding: 32px;
28
+ }
29
+ .search-row {
30
+ display: grid; grid-template-columns: 80px 1fr 90px; align-items: center; gap: 24px;
31
+ }
32
+ .back-btn {
33
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .search-pill {
36
+ background: #fff; border-radius: 60px;
37
+ height: 120px; display: flex; align-items: center;
38
+ padding: 0 36px; color: #4a4a4a;
39
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
40
+ }
41
+ .search-pill .placeholder { font-size: 40px; color: #8fa1ad; margin-left: 20px; }
42
+ .voice-btn, .cart-btn {
43
+ width: 90px; height: 90px; display: flex; align-items: center; justify-content: center;
44
+ }
45
+
46
+ .location-bar {
47
+ background: #eaf2f7; height: 110px; display: flex; align-items: center;
48
+ padding: 0 40px; color: #2d2d2d; font-size: 36px;
49
+ }
50
+ .location-bar .loc-text { margin: 0 14px; }
51
+ .content { padding: 24px 40px 220px; }
52
+ .offer-block { margin-top: 24px; }
53
+ .offer-item {
54
+ display: grid; grid-template-columns: 90px 1fr 40px; align-items: start; gap: 24px;
55
+ padding: 24px 0;
56
+ }
57
+ .offer-icon {
58
+ width: 90px; height: 90px; border-radius: 18px; background: #18B75B; display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .offer-text .title { font-weight: 800; font-size: 40px; letter-spacing: 0.5px; }
61
+ .offer-text .desc { margin-top: 8px; color: #555; font-size: 34px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
62
+ .offer-text .sub { margin-top: 6px; color: #94A3AF; font-size: 32px; }
63
+ .view-all {
64
+ margin: 24px 0 12px;
65
+ display: inline-flex; align-items: center; justify-content: center;
66
+ padding: 26px 36px; border: 2px solid #e2e6ea; border-radius: 60px;
67
+ color: #0A6EA3; font-weight: 700; font-size: 38px; background: #fff;
68
+ }
69
+
70
+ .divider { height: 2px; background: #e8e8e8; margin: 24px 0; }
71
+
72
+ .section { margin-top: 6px; }
73
+ .section .heading { font-weight: 800; font-size: 44px; color: #1a1a1a; }
74
+ .edit-icon {
75
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
76
+ margin-left: auto;
77
+ }
78
+ .deliver-row {
79
+ display: grid; grid-template-columns: 1fr 56px; align-items: center; gap: 8px;
80
+ }
81
+ .address { margin-top: 10px; font-size: 36px; color: #333; }
82
+ .stock-line { margin-top: 12px; font-size: 36px; color: #333; }
83
+ .stock-line .status { color: #18B75B; font-weight: 700; }
84
+ .sold-by { margin-top: 10px; font-size: 38px; color: #0A6EA3; font-weight: 700; }
85
+
86
+ .features { margin-top: 12px; font-size: 36px; color: #333; }
87
+ .bullet { margin-top: 14px; font-size: 36px; color: #333; }
88
+ .desc { margin-top: 16px; font-size: 36px; color: #4b4b4b; line-height: 1.45; }
89
+ .desc b { color: #1a1a1a; }
90
+
91
+ .bottom-nav {
92
+ position: absolute; left: 0; right: 0; bottom: 70px; height: 200px;
93
+ background: #f3f3f3; border-top: 2px solid #e0e0e0;
94
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
95
+ }
96
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #666; }
97
+ .nav-item .label { font-size: 30px; }
98
+ .home-indicator {
99
+ position: absolute; left: 50%; transform: translateX(-50%);
100
+ bottom: 20px; width: 300px; height: 16px; background: #000; opacity: 0.15; border-radius: 10px;
101
+ }
102
+
103
+ /* Simple inline icon tint helpers */
104
+ svg { display: block; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <div class="header">
111
+ <div class="statusbar">
112
+ <div class="status-left">
113
+ <span>1:55</span>
114
+ <!-- simple triangular play icon -->
115
+ <svg width="32" height="32"><polygon points="8,6 26,16 8,26" fill="#fff"/></svg>
116
+ <!-- cloud icon -->
117
+ <svg width="32" height="32" viewBox="0 0 32 32">
118
+ <path d="M8 20c0-4 3-7 7-7 3 0 6 2 6 5h3c3 0 5 2 5 5s-2 5-5 5H11c-3 0-5-2-5-5s2-3 2-3z" fill="#fff" opacity="0.9"/>
119
+ </svg>
120
+ </div>
121
+ <div class="status-right">
122
+ <!-- wifi icon -->
123
+ <svg width="32" height="32" viewBox="0 0 32 32"><path d="M4 12c8-8 16-8 24 0M8 16c6-6 10-6 16 0M12 20c4-4 8-4 12 0M16 24a2 2 0 1 0 0.01 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
124
+ <!-- battery icon -->
125
+ <svg width="42" height="32" viewBox="0 0 42 32">
126
+ <rect x="2" y="8" width="34" height="16" rx="3" ry="3" stroke="#fff" stroke-width="2" fill="none"/>
127
+ <rect x="6" y="11" width="26" height="10" fill="#fff"/>
128
+ <rect x="36" y="12" width="4" height="8" fill="#fff"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="search-wrap">
134
+ <div class="search-row">
135
+ <div class="back-btn">
136
+ <svg width="48" height="48" viewBox="0 0 48 48"><path d="M30 8L16 24l14 16" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
137
+ </div>
138
+ <div class="search-pill">
139
+ <svg width="48" height="48" viewBox="0 0 48 48">
140
+ <circle cx="20" cy="20" r="14" stroke="#8fa1ad" stroke-width="4" fill="none"/>
141
+ <line x1="32" y1="32" x2="44" y2="44" stroke="#8fa1ad" stroke-width="4" stroke-linecap="round"/>
142
+ </svg>
143
+ <div class="placeholder">Search JioMart</div>
144
+ <div style="margin-left:auto; display:flex; align-items:center;">
145
+ <svg width="40" height="40" viewBox="0 0 48 48">
146
+ <rect x="20" y="6" width="8" height="22" rx="4" fill="#8fa1ad"/>
147
+ <path d="M24 28v8" stroke="#8fa1ad" stroke-width="4" stroke-linecap="round"/>
148
+ <circle cx="24" cy="40" r="3" fill="#8fa1ad"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ <div class="cart-btn">
153
+ <svg width="48" height="48" viewBox="0 0 48 48">
154
+ <path d="M6 10h6l4 22h20l4-16H16" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
155
+ <circle cx="22" cy="40" r="3" fill="#fff"/><circle cx="36" cy="40" r="3" fill="#fff"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="location-bar">
163
+ <svg width="40" height="40" viewBox="0 0 48 48">
164
+ <path d="M24 6c-7 0-12 5-12 12 0 10 12 24 12 24s12-14 12-24c0-7-5-12-12-12zm0 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" fill="#475569"/>
165
+ </svg>
166
+ <div class="loc-text">Delhi 110074</div>
167
+ <svg width="28" height="28" viewBox="0 0 20 20"><path d="M6 7l4 4 4-4" stroke="#475569" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
168
+ </div>
169
+
170
+ <div class="content">
171
+ <div class="offer-block">
172
+ <div class="offer-item">
173
+ <div class="offer-icon">
174
+ <!-- bank icon -->
175
+ <svg width="60" height="60" viewBox="0 0 60 60">
176
+ <polygon points="30,10 10,20 50,20" fill="#fff"/>
177
+ <rect x="14" y="22" width="6" height="22" fill="#fff"/>
178
+ <rect x="27" y="22" width="6" height="22" fill="#fff"/>
179
+ <rect x="40" y="22" width="6" height="22" fill="#fff"/>
180
+ <rect x="12" y="46" width="36" height="6" fill="#fff"/>
181
+ </svg>
182
+ </div>
183
+ <div class="offer-text">
184
+ <div class="title">BANK OFFERS</div>
185
+ <div class="desc">10% Instant Discount. Min. Txn Rs. 1000/- Max d...</div>
186
+ <div class="sub">10 Offer/s Available</div>
187
+ </div>
188
+ <div style="display:flex; align-items:center; justify-content:center;">
189
+ <svg width="36" height="36" viewBox="0 0 36 36"><path d="M14 8l10 10-10 10" stroke="#7a7a7a" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="offer-item">
194
+ <div class="offer-icon" style="border-radius:18px; background:#18B75B;">
195
+ <!-- coupons icon -->
196
+ <svg width="60" height="60" viewBox="0 0 60 60">
197
+ <rect x="8" y="10" width="44" height="40" rx="10" fill="#fff"/>
198
+ <circle cx="22" cy="22" r="4" fill="#18B75B"/>
199
+ <circle cx="38" cy="38" r="4" fill="#18B75B"/>
200
+ <path d="M36 18L24 42" stroke="#18B75B" stroke-width="4" stroke-linecap="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="offer-text">
204
+ <div class="title">COUPONS</div>
205
+ <div class="desc">Shop for Rs 499/- and get a Rs 299/- Umbrella J...</div>
206
+ <div class="sub">4 Offer/s Available</div>
207
+ </div>
208
+ <div style="display:flex; align-items:center; justify-content:center;">
209
+ <svg width="36" height="36" viewBox="0 0 36 36"><path d="M14 8l10 10-10 10" stroke="#7a7a7a" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
210
+ </div>
211
+ </div>
212
+
213
+ <button class="view-all">View All</button>
214
+ </div>
215
+
216
+ <div class="divider"></div>
217
+
218
+ <div class="section">
219
+ <div class="deliver-row">
220
+ <div class="heading">Deliver to</div>
221
+ <div class="edit-icon">
222
+ <svg width="40" height="40" viewBox="0 0 40 40"><path d="M8 28l2-8 14-14 6 6-14 14-8 2zM24 8l8 8" stroke="#1264a3" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
223
+ </div>
224
+ </div>
225
+ <div class="address"><b>110074</b> &nbsp; Delhi</div>
226
+ <div class="stock-line"><span class="status">In Stock</span> &nbsp; | &nbsp; Delivery Between 3rd Jul to 5th Jul</div>
227
+ </div>
228
+
229
+ <div class="divider"></div>
230
+
231
+ <div class="section">
232
+ <div class="heading">Sold by</div>
233
+ <div class="sold-by">Reliance Retail</div>
234
+ </div>
235
+
236
+ <div class="divider"></div>
237
+
238
+ <div class="section">
239
+ <div class="heading">Features &amp; Details</div>
240
+ <div class="bullet">• Made from semolina</div>
241
+ </div>
242
+
243
+ <div class="divider"></div>
244
+
245
+ <div class="section">
246
+ <div class="heading">Description</div>
247
+ <div class="desc">
248
+ Snactac Penne Pasta is made from high-quality durum wheat which makes it exceptionally tasty.
249
+ This pasta is wonderful for every time snacking when hunger kicks in. Relish this pasta with your favourite choice of sauce and herbs that tickle your taste buds. Go ahead, buy Snactac Penne Pasta online today!
250
+ </div>
251
+ <div class="desc">
252
+ <b>Disclaimer:</b><br>
253
+ Despite our attempts to provide you with the most accurate information possible, the actual packaging, ingredients and colour of the product may sometimes vary. Please read the label, directions and warnings carefully before use.
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="bottom-nav">
259
+ <div class="nav-item">
260
+ <svg width="56" height="56" viewBox="0 0 48 48"><path d="M8 22l16-12 16 12v14a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V22z" stroke="#666" stroke-width="3" fill="none" stroke-linejoin="round"/></svg>
261
+ <div class="label">Home</div>
262
+ </div>
263
+ <div class="nav-item">
264
+ <svg width="56" height="56" viewBox="0 0 48 48">
265
+ <rect x="8" y="8" width="12" height="12" fill="#666"/><rect x="28" y="8" width="12" height="12" fill="#666"/>
266
+ <rect x="8" y="28" width="12" height="12" fill="#666"/><rect x="28" y="28" width="12" height="12" fill="#666"/>
267
+ </svg>
268
+ <div class="label">Categories</div>
269
+ </div>
270
+ <div class="nav-item">
271
+ <svg width="56" height="56" viewBox="0 0 48 48">
272
+ <circle cx="24" cy="16" r="8" stroke="#666" stroke-width="3" fill="none"/>
273
+ <path d="M8 42c4-10 28-10 32 0" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round"/>
274
+ </svg>
275
+ <div class="label">Account</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <svg width="56" height="56" viewBox="0 0 48 48">
279
+ <path d="M12 20a12 12 0 1 1 24 0v10H12V20z" stroke="#666" stroke-width="3" fill="none"/>
280
+ <circle cx="24" cy="38" r="3" fill="#666"/>
281
+ </svg>
282
+ <div class="label">Notifications</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <svg width="56" height="56" viewBox="0 0 48 48">
286
+ <rect x="10" y="12" width="28" height="24" stroke="#666" stroke-width="3" fill="none"/>
287
+ <path d="M10 20h28" stroke="#666" stroke-width="3"/>
288
+ </svg>
289
+ <div class="label">Orders</div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="home-indicator"></div>
294
+ </div>
295
+ </body>
296
+ </html>
code/3221/3221_2.html ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - JioMart UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ border-radius: 34px;
16
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
17
+ color: #0F172A;
18
+ }
19
+
20
+ /* Top app bar */
21
+ .appbar {
22
+ position: relative;
23
+ height: 240px;
24
+ background: #0A7FA6;
25
+ padding: 72px 40px 24px 40px;
26
+ box-sizing: border-box;
27
+ }
28
+ .bar-row {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ .icon-btn {
34
+ width: 64px;
35
+ height: 64px;
36
+ border-radius: 32px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ color: #FFFFFF;
41
+ }
42
+ .search-pill {
43
+ flex: 1;
44
+ height: 96px;
45
+ background: #FFFFFF;
46
+ border-radius: 48px;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 32px;
50
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
51
+ gap: 22px;
52
+ }
53
+ .search-text {
54
+ flex: 1;
55
+ color: #667085;
56
+ font-size: 40px;
57
+ }
58
+ .cart-btn {
59
+ width: 72px;
60
+ height: 72px;
61
+ border-radius: 36px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ background: rgba(255,255,255,0.2);
66
+ border: 2px solid rgba(255,255,255,0.35);
67
+ }
68
+
69
+ /* Content */
70
+ .content {
71
+ position: relative;
72
+ padding: 32px 40px 220px 40px;
73
+ box-sizing: border-box;
74
+ }
75
+
76
+ .image-card {
77
+ width: 1000px;
78
+ margin: 0 auto;
79
+ background: #FFFFFF;
80
+ border-radius: 40px;
81
+ box-shadow: 0 12px 36px rgba(0,0,0,0.08);
82
+ padding: 28px;
83
+ }
84
+ .img-placeholder {
85
+ width: 944px;
86
+ height: 680px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ border-radius: 28px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ color: #757575;
94
+ font-size: 40px;
95
+ text-align: center;
96
+ }
97
+
98
+ .carousel-dots {
99
+ margin: 28px auto 18px;
100
+ display: flex;
101
+ justify-content: center;
102
+ gap: 22px;
103
+ }
104
+ .dot {
105
+ width: 28px;
106
+ height: 14px;
107
+ border-radius: 14px;
108
+ background: #D9E1E8;
109
+ }
110
+ .dot.active { background: #7BC9DE; width: 56px; }
111
+
112
+ .price-row {
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ margin: 28px 8px 10px;
117
+ }
118
+ .price-left {
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 22px;
122
+ }
123
+ .price {
124
+ font-size: 64px;
125
+ font-weight: 700;
126
+ }
127
+ .pill-green {
128
+ background: #D8F5DF;
129
+ color: #2F8F4E;
130
+ padding: 10px 18px;
131
+ border-radius: 16px;
132
+ font-weight: 700;
133
+ font-size: 34px;
134
+ }
135
+ .mrp {
136
+ color: #667085;
137
+ font-size: 34px;
138
+ margin: 0 8px 0 8px;
139
+ }
140
+ .mrp s { color: #A0A7B3; }
141
+ .sodexo {
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 14px;
145
+ }
146
+ .sodexo-badge {
147
+ background: #F2F4F7;
148
+ color: #0A7FA6;
149
+ border-radius: 20px;
150
+ padding: 12px 18px;
151
+ font-weight: 700;
152
+ font-size: 32px;
153
+ border: 1px solid #E5E7EB;
154
+ }
155
+ .sodexo-note {
156
+ color: #98A2B3;
157
+ font-size: 30px;
158
+ }
159
+
160
+ .divider {
161
+ width: 100%;
162
+ height: 2px;
163
+ background: #E5E7EB;
164
+ margin: 24px 0 18px;
165
+ }
166
+
167
+ /* Offers list */
168
+ .section-title {
169
+ font-size: 50px;
170
+ font-weight: 800;
171
+ margin: 10px 0 12px;
172
+ }
173
+ .offer-item {
174
+ display: flex;
175
+ align-items: flex-start;
176
+ gap: 26px;
177
+ padding: 26px 8px;
178
+ border-bottom: 1px solid #EEF2F7;
179
+ }
180
+ .offer-icon {
181
+ width: 64px; height: 64px;
182
+ border-radius: 16px;
183
+ background: #E7F8EC;
184
+ display: flex; align-items: center; justify-content: center;
185
+ color: #24A35E;
186
+ }
187
+ .offer-text {
188
+ flex: 1;
189
+ }
190
+ .offer-text .label {
191
+ font-size: 28px;
192
+ color: #0F172A;
193
+ font-weight: 800;
194
+ letter-spacing: 0.2px;
195
+ }
196
+ .offer-text .sub {
197
+ font-size: 34px;
198
+ font-weight: 700;
199
+ margin-top: 4px;
200
+ }
201
+ .offer-text .meta {
202
+ font-size: 30px;
203
+ color: #98A2B3;
204
+ margin-top: 6px;
205
+ }
206
+ .chev {
207
+ width: 54px; height: 54px;
208
+ display: flex; align-items: center; justify-content: center;
209
+ color: #94A3B8;
210
+ }
211
+
212
+ .view-all {
213
+ margin: 26px 0 10px;
214
+ display: inline-block;
215
+ padding: 22px 34px;
216
+ border: 2px solid #E5E7EB;
217
+ border-radius: 40px;
218
+ color: #0A7FA6;
219
+ font-weight: 700;
220
+ font-size: 40px;
221
+ background: #FFFFFF;
222
+ }
223
+
224
+ /* Deliver to */
225
+ .deliver {
226
+ margin-top: 18px;
227
+ }
228
+ .deliver-title {
229
+ font-size: 50px;
230
+ font-weight: 800;
231
+ margin: 12px 0 20px;
232
+ }
233
+ .address-row {
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: space-between;
237
+ font-size: 40px;
238
+ }
239
+ .address-row .left {
240
+ display: flex; gap: 20px; align-items: center;
241
+ }
242
+ .stock-row {
243
+ margin-top: 16px;
244
+ font-size: 36px;
245
+ display: flex;
246
+ align-items: center;
247
+ gap: 16px;
248
+ }
249
+ .green { color: #2F8F4E; font-weight: 700; }
250
+ .edit-btn {
251
+ width: 56px; height: 56px; border-radius: 12px;
252
+ display: flex; align-items: center; justify-content: center;
253
+ color: #64748B;
254
+ border: 1px solid #E5E7EB;
255
+ background: #FFFFFF;
256
+ }
257
+
258
+ /* Bottom bar */
259
+ .bottom-bar {
260
+ position: absolute;
261
+ left: 0; right: 0; bottom: 70px;
262
+ padding: 28px 40px;
263
+ background: linear-gradient(to top, rgba(255,255,255,0.95), rgba(255,255,255,0.7));
264
+ box-sizing: border-box;
265
+ }
266
+ .bottom-inner {
267
+ display: flex;
268
+ align-items: center;
269
+ justify-content: space-between;
270
+ gap: 24px;
271
+ }
272
+ .explore {
273
+ color: #0F172A;
274
+ font-size: 34px;
275
+ }
276
+ .explore .link {
277
+ color: #0A7FA6;
278
+ font-weight: 800;
279
+ display: inline-flex;
280
+ align-items: center;
281
+ gap: 10px;
282
+ margin-top: 8px;
283
+ font-size: 42px;
284
+ }
285
+ .cta {
286
+ background: #0A7FA6;
287
+ color: #FFFFFF;
288
+ font-weight: 800;
289
+ font-size: 46px;
290
+ padding: 34px 64px;
291
+ border-radius: 40px;
292
+ box-shadow: 0 8px 20px rgba(10,127,166,0.35);
293
+ }
294
+
295
+ .home-indicator {
296
+ position: absolute;
297
+ bottom: 20px;
298
+ left: 50%;
299
+ transform: translateX(-50%);
300
+ width: 360px;
301
+ height: 16px;
302
+ background: #0F172A;
303
+ opacity: 0.12;
304
+ border-radius: 8px;
305
+ }
306
+ </style>
307
+ </head>
308
+ <body>
309
+ <div id="render-target">
310
+
311
+ <!-- Top App Bar -->
312
+ <div class="appbar">
313
+ <div class="bar-row">
314
+ <div class="icon-btn">
315
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none">
316
+ <path d="M26 10 L14 22 L26 34" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
317
+ </svg>
318
+ </div>
319
+ <div class="search-pill">
320
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none">
321
+ <circle cx="18" cy="18" r="12" stroke="#344054" stroke-width="4"/>
322
+ <path d="M28 28 L40 40" stroke="#344054" stroke-width="4" stroke-linecap="round"/>
323
+ </svg>
324
+ <div class="search-text">Search JioMart</div>
325
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none">
326
+ <path d="M23 8 C28 8 32 12 32 17 V33 H28 V23 H18 V33 H14 V17 C14 12 18 8 23 8Z" fill="#344054"/>
327
+ </svg>
328
+ </div>
329
+ <div class="cart-btn">
330
+ <svg width="40" height="40" viewBox="0 0 48 48" fill="none">
331
+ <path d="M10 12 H14 L18 32 H34 L38 18 H16" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
332
+ <circle cx="20" cy="38" r="3" fill="white"/>
333
+ <circle cx="32" cy="38" r="3" fill="white"/>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Content -->
340
+ <div class="content">
341
+ <div class="image-card">
342
+ <div class="img-placeholder">[IMG: Penne Pasta Pack]</div>
343
+ <div class="carousel-dots">
344
+ <div class="dot active"></div>
345
+ <div class="dot"></div>
346
+ <div class="dot"></div>
347
+ <div class="dot"></div>
348
+ <div class="dot"></div>
349
+ <div class="dot"></div>
350
+ <div class="dot"></div>
351
+ <div class="dot"></div>
352
+ </div>
353
+ </div>
354
+
355
+ <div class="price-row">
356
+ <div>
357
+ <div class="price-left">
358
+ <div class="price">₹37.00</div>
359
+ <div class="pill-green">50% Off</div>
360
+ </div>
361
+ <div class="mrp">M.R.P: <s>₹75.00</s> (Incl. of all taxes)</div>
362
+ </div>
363
+ <div class="sodexo">
364
+ <div class="sodexo-badge">sodexo</div>
365
+ <div class="sodexo-note">T&C Apply</div>
366
+ </div>
367
+ </div>
368
+
369
+ <div class="divider"></div>
370
+
371
+ <div class="section-title">Offers (17)</div>
372
+
373
+ <div class="offer-item">
374
+ <div class="offer-icon">
375
+ <svg width="32" height="32" viewBox="0 0 32 32">
376
+ <path d="M16 4 L26 14 L16 28 L6 14 Z" fill="#24A35E"/>
377
+ </svg>
378
+ </div>
379
+ <div class="offer-text">
380
+ <div class="label">ADDITIONAL OFFERS</div>
381
+ <div class="sub">GROBUY10</div>
382
+ <div class="meta">3 Offer/s Available</div>
383
+ </div>
384
+ <div class="chev">
385
+ <svg width="32" height="32" viewBox="0 0 32 32">
386
+ <path d="M12 8 L20 16 L12 24" stroke="#94A3B8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
387
+ </svg>
388
+ </div>
389
+ </div>
390
+
391
+ <div class="offer-item">
392
+ <div class="offer-icon" style="background:#E6F3FB; color:#0A7FA6;">
393
+ <svg width="32" height="32" viewBox="0 0 32 32">
394
+ <path d="M8 24 V12 H24 V24" stroke="#0A7FA6" stroke-width="3" fill="none"/>
395
+ <path d="M10 12 V8 H22 V12" stroke="#0A7FA6" stroke-width="3" fill="none"/>
396
+ <rect x="12" y="16" width="8" height="6" fill="#0A7FA6"/>
397
+ </svg>
398
+ </div>
399
+ <div class="offer-text">
400
+ <div class="label">BANK OFFERS</div>
401
+ <div class="sub">10% Instant Discount. Min. Txn Rs. 1000/- Max discount…</div>
402
+ <div class="meta">10 Offer/s Available</div>
403
+ </div>
404
+ <div class="chev">
405
+ <svg width="32" height="32" viewBox="0 0 32 32">
406
+ <path d="M12 8 L20 16 L12 24" stroke="#94A3B8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
407
+ </svg>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="offer-item">
412
+ <div class="offer-icon">
413
+ <svg width="32" height="32" viewBox="0 0 32 32">
414
+ <rect x="6" y="6" width="20" height="12" rx="3" fill="#24A35E"/>
415
+ <circle cx="12" cy="12" r="2" fill="white"/>
416
+ <circle cx="20" cy="12" r="2" fill="white"/>
417
+ </svg>
418
+ </div>
419
+ <div class="offer-text">
420
+ <div class="label">COUPONS</div>
421
+ <div class="sub">Shop for Rs 499/- and get a Rs 299/- Umbrella…</div>
422
+ <div class="meta">4 Offer/s Available</div>
423
+ </div>
424
+ <div class="chev">
425
+ <svg width="32" height="32" viewBox="0 0 32 32">
426
+ <path d="M12 8 L20 16 L12 24" stroke="#94A3B8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
427
+ </svg>
428
+ </div>
429
+ </div>
430
+
431
+ <a class="view-all">View All</a>
432
+
433
+ <div class="divider"></div>
434
+
435
+ <div class="deliver">
436
+ <div class="deliver-title">Deliver to</div>
437
+ <div class="address-row">
438
+ <div class="left">
439
+ <div style="font-weight: 800;">110074</div>
440
+ <div style="color:#667085;">Delhi</div>
441
+ </div>
442
+ <div class="edit-btn">
443
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none">
444
+ <path d="M6 18 L6 22 L10 22 L22 10 L18 6 L6 18 Z" stroke="#64748B" stroke-width="2" fill="none"/>
445
+ </svg>
446
+ </div>
447
+ </div>
448
+ <div class="stock-row">
449
+ <div class="green">In Stock</div>
450
+ <div style="color:#D0D5DD">|</div>
451
+ <div>Delivery Between 3rd Jul to 5th Jul</div>
452
+ </div>
453
+ </div>
454
+ </div>
455
+
456
+ <!-- Bottom sticky bar -->
457
+ <div class="bottom-bar">
458
+ <div class="bottom-inner">
459
+ <div class="explore">
460
+ Explore More!<br/>
461
+ <span class="link">View Categories
462
+ <svg width="32" height="32" viewBox="0 0 32 32">
463
+ <path d="M12 8 L20 16 L12 24" stroke="#0A7FA6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
464
+ </svg>
465
+ </span>
466
+ </div>
467
+ <div class="cta">Add to Cart</div>
468
+ </div>
469
+ </div>
470
+
471
+ <div class="home-indicator"></div>
472
+ </div>
473
+ </body>
474
+ </html>
code/3221/3221_3.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>JioMart Product Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #f6f7f9;
13
+ border-radius: 26px;
14
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
15
+ }
16
+
17
+ /* Header */
18
+ .header {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 220px;
22
+ background: #0a7fa5;
23
+ padding: 24px 32px 24px 32px;
24
+ box-sizing: border-box;
25
+ color: #fff;
26
+ }
27
+ .status-row {
28
+ display: flex; justify-content: space-between; align-items: center;
29
+ font-size: 34px; opacity: 0.9; padding: 0 8px;
30
+ }
31
+ .search-bar {
32
+ position: absolute; left: 32px; right: 32px; bottom: 24px;
33
+ height: 104px; border-radius: 52px; background: #fff;
34
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
35
+ display: flex; align-items: center;
36
+ padding: 0 28px; box-sizing: border-box;
37
+ }
38
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
39
+ .search-input {
40
+ flex: 1; color: #6b6f73; font-size: 42px; margin-left: 12px;
41
+ }
42
+ .cart-area { position: absolute; right: 40px; top: 104px; }
43
+ .cart-btn {
44
+ width: 80px; height: 80px; border-radius: 40px;
45
+ display: flex; align-items: center; justify-content: center; color: #fff;
46
+ }
47
+ .badge {
48
+ position: absolute; right: -2px; top: -6px;
49
+ background: #e53935; color: #fff; font-size: 32px; font-weight: 700;
50
+ width: 48px; height: 48px; border-radius: 24px;
51
+ display: flex; align-items: center; justify-content: center;
52
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
53
+ }
54
+
55
+ /* Product card */
56
+ .content {
57
+ padding: 24px 32px 0 32px;
58
+ }
59
+ .product-card {
60
+ background: #fff; border-radius: 28px;
61
+ box-shadow: 0 8px 20px rgba(0,0,0,0.08);
62
+ padding: 28px; box-sizing: border-box;
63
+ }
64
+ .img-holder {
65
+ width: 100%; height: 680px; border-radius: 24px;
66
+ background: #E0E0E0; border: 1px solid #BDBDBD;
67
+ display: flex; align-items: center; justify-content: center;
68
+ color: #757575; font-size: 40px; text-align: center;
69
+ }
70
+ .dots {
71
+ display: flex; justify-content: center; gap: 18px;
72
+ padding: 26px 0 10px 0;
73
+ }
74
+ .dot { width: 26px; height: 26px; border-radius: 13px; background: #d7dde2; }
75
+ .dot.active { background: #98c9d7; }
76
+
77
+ /* Pricing */
78
+ .price-row {
79
+ display: flex; align-items: center; justify-content: space-between;
80
+ margin-top: 10px;
81
+ }
82
+ .price-left { display: flex; align-items: center; gap: 16px; }
83
+ .price {
84
+ font-weight: 800; font-size: 68px; color: #222;
85
+ }
86
+ .pill {
87
+ background: #ccf2dd; color: #148f4e;
88
+ padding: 14px 22px; border-radius: 18px;
89
+ font-size: 36px; font-weight: 700;
90
+ }
91
+ .mrp { font-size: 36px; color: #7a8187; margin-top: 12px; }
92
+ .mrp .strike { text-decoration: line-through; color: #a1a7ad; margin-right: 8px; }
93
+ .partner {
94
+ display: flex; align-items: center; gap: 20px;
95
+ }
96
+ .partner-badge {
97
+ background: #eef1f5; color: #3b5aa8;
98
+ padding: 16px 24px; border-radius: 28px; font-size: 36px; font-weight: 700;
99
+ box-shadow: inset 0 0 0 1px #d9dee4;
100
+ }
101
+ .tnc { color: #8a9096; font-size: 34px; }
102
+
103
+ .divider { height: 2px; background: #e5e8ec; margin: 36px 0; }
104
+
105
+ /* Offers list */
106
+ .section-title {
107
+ font-size: 56px; font-weight: 800; color: #1b1e22; margin-bottom: 18px;
108
+ }
109
+ .offer-row {
110
+ display: flex; align-items: center; justify-content: space-between;
111
+ padding: 26px 0; border-bottom: 1px solid #edf0f3;
112
+ }
113
+ .offer-left { display: flex; align-items: flex-start; gap: 26px; }
114
+ .offer-icon {
115
+ width: 66px; height: 66px; border-radius: 16px; background: #e8f8ef;
116
+ display: flex; align-items: center; justify-content: center; color: #1ea265;
117
+ }
118
+ .offer-text .title { font-size: 40px; font-weight: 800; color: #2b2f33; letter-spacing: 0.3px; }
119
+ .offer-text .subtitle { font-size: 36px; color: #5c636a; margin-top: 6px; }
120
+ .offer-text .meta { font-size: 34px; color: #9aa1a8; margin-top: 6px; }
121
+ .chevron { width: 44px; height: 44px; color: #7f8790; }
122
+
123
+ .view-all {
124
+ margin-top: 28px;
125
+ width: 240px; height: 92px; border-radius: 46px;
126
+ border: 2px solid #d5dbe1; color: #0a7fa5; font-weight: 800;
127
+ display: flex; align-items: center; justify-content: center;
128
+ font-size: 40px; background: #fff;
129
+ }
130
+
131
+ /* Snackbar */
132
+ .snackbar {
133
+ position: absolute; left: 60px; bottom: 420px;
134
+ width: 960px; height: 160px; border-radius: 80px;
135
+ background: rgba(66, 66, 66, 0.95); color: #fff;
136
+ display: flex; align-items: center; justify-content: space-between;
137
+ padding: 0 40px; box-sizing: border-box;
138
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
139
+ }
140
+ .sn-left { display: flex; align-items: center; gap: 30px; font-size: 48px; font-weight: 800; }
141
+ .check {
142
+ width: 90px; height: 90px; border-radius: 45px;
143
+ background: #20b15a; display: flex; align-items: center; justify-content: center;
144
+ }
145
+ .view-btn {
146
+ background: #9ea2a6; color: #fff; border-radius: 50px;
147
+ padding: 18px 36px; font-size: 40px; font-weight: 800;
148
+ }
149
+
150
+ /* Bottom area */
151
+ .bottom-bar {
152
+ position: absolute; left: 0; right: 0; bottom: 0;
153
+ background: #fff; box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
154
+ padding: 26px 32px 40px 32px; box-sizing: border-box;
155
+ }
156
+ .bottom-row {
157
+ display: flex; align-items: center; justify-content: space-between;
158
+ }
159
+ .explore {
160
+ color: #6a7178; font-size: 36px;
161
+ }
162
+ .view-link {
163
+ color: #0a7fa5; font-size: 44px; font-weight: 800;
164
+ margin-top: 12px; display: inline-flex; align-items: center; gap: 12px;
165
+ }
166
+ .qty {
167
+ display: flex; align-items: center; gap: 20px;
168
+ }
169
+ .circle-btn {
170
+ width: 120px; height: 120px; border-radius: 60px;
171
+ display: flex; align-items: center; justify-content: center;
172
+ font-size: 64px; font-weight: 900;
173
+ box-shadow: 0 4px 12px rgba(0,0,0,0.12);
174
+ }
175
+ .minus { background: #f1f3f6; color: #4c5258; }
176
+ .plus { background: #0a7fa5; color: #fff; }
177
+ .qty-num { font-size: 54px; font-weight: 800; color: #2b2f33; min-width: 50px; text-align: center; }
178
+
179
+ /* Simple helpers */
180
+ .row { display: flex; align-items: center; }
181
+ .spacer-8 { width: 8px; }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+
187
+ <!-- Header -->
188
+ <div class="header">
189
+ <div class="status-row">
190
+ <div>1:57</div>
191
+ <div class="row" style="gap:18px;">
192
+ <!-- wifi icon -->
193
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6.6-9.3a12 12 0 0 0-13.2 0l-1.5-2.1a14.5 14.5 0 0 1 16.2 0l-1.5 2.1zm-4.4 4a6.6 6.6 0 0 0-7.4 0l-1.5-2.1a8.8 8.8 0 0 1 10.4 0L14.2 14.7z"/></svg>
194
+ <!-- battery icon -->
195
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M20 8h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1v2H4V6h16v2zM6 8v8h10V8H6z"/></svg>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="search-bar">
200
+ <div class="icon-btn">
201
+ <!-- back arrow -->
202
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#0a7fa5"><path d="M15 18l-6-6 6-6" stroke="#0a7fa5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
203
+ </div>
204
+ <div class="icon-btn">
205
+ <!-- search icon -->
206
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#6b6f73"><path d="M10 4a6 6 0 1 1 0 12A6 6 0 0 1 10 4zm9.7 15.3-4.3-4.3" stroke="#6b6f73" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
207
+ </div>
208
+ <div class="search-input">Search JioMart</div>
209
+ <div class="icon-btn">
210
+ <!-- mic icon -->
211
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#6b6f73"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm-7-3h2a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6v3h-2v-3a7 7 0 0 1-6-6z"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="cart-area">
216
+ <div class="cart-btn">
217
+ <!-- cart icon -->
218
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#fff"><path d="M7 6h13l-2 8H8L7 6zm0 0H4V4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9" cy="20" r="2" fill="#fff"/><circle cx="17" cy="20" r="2" fill="#fff"/></svg>
219
+ <div class="badge">1</div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Content -->
225
+ <div class="content">
226
+ <div class="product-card">
227
+ <div class="img-holder">[IMG: Penne Pasta Packet Product]</div>
228
+ <div class="dots">
229
+ <div class="dot active"></div>
230
+ <div class="dot"></div>
231
+ <div class="dot"></div>
232
+ <div class="dot"></div>
233
+ <div class="dot"></div>
234
+ <div class="dot"></div>
235
+ <div class="dot"></div>
236
+ </div>
237
+
238
+ <div class="price-row">
239
+ <div class="price-left">
240
+ <div class="price">₹37.00</div>
241
+ <div class="pill">50% Off</div>
242
+ </div>
243
+ <div class="partner">
244
+ <div class="partner-badge">sodexo</div>
245
+ <div class="tnc">T&C Apply</div>
246
+ </div>
247
+ </div>
248
+ <div class="mrp"><span class="strike">M.R.P: ₹75.00</span> (Incl. of all taxes)</div>
249
+ </div>
250
+
251
+ <div class="divider"></div>
252
+
253
+ <div class="offers">
254
+ <div class="section-title">Offers (17)</div>
255
+
256
+ <div class="offer-row">
257
+ <div class="offer-left">
258
+ <div class="offer-icon">
259
+ <!-- ticket icon -->
260
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#1ea265"><path d="M3 7h18v10H3V7zm4 2v6m10-6v6" stroke="#1ea265" stroke-width="2" fill="none"/></svg>
261
+ </div>
262
+ <div class="offer-text">
263
+ <div class="title">ADDITIONAL OFFERS</div>
264
+ <div class="subtitle">GROBUY10</div>
265
+ <div class="meta">3 Offer/s Available</div>
266
+ </div>
267
+ </div>
268
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#7f8790" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
269
+ </div>
270
+
271
+ <div class="offer-row">
272
+ <div class="offer-left">
273
+ <div class="offer-icon" style="background:#e7f3fb; color:#2b78c4;">
274
+ <!-- bank/building icon -->
275
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#2b78c4"><path d="M12 5l8 4H4l8-4zm-7 6h14v8H5v-8zm2 0v8m4-8v8m4-8v8" stroke="#2b78c4" stroke-width="2" fill="none"/></svg>
276
+ </div>
277
+ <div class="offer-text">
278
+ <div class="title">BANK OFFERS</div>
279
+ <div class="subtitle">10% Instant Discount. Min. Txn Rs. 1000/- Max d...</div>
280
+ <div class="meta">10 Offer/s Available</div>
281
+ </div>
282
+ </div>
283
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#7f8790" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
284
+ </div>
285
+
286
+ <div class="offer-row">
287
+ <div class="offer-left">
288
+ <div class="offer-icon">
289
+ <!-- coupon icon -->
290
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#1ea265"><path d="M4 7h12v10H4zM18 9h2v6h-2zM8 10h4m-4 4h4" stroke="#1ea265" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
291
+ </div>
292
+ <div class="offer-text">
293
+ <div class="title">COUPONS</div>
294
+ <div class="subtitle">Shop for Rs 499/- and get a Rs 299/- Umbrella J...</div>
295
+ <div class="meta">4 Offer/s Available</div>
296
+ </div>
297
+ </div>
298
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#7f8790" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
299
+ </div>
300
+
301
+ <div class="view-all">View All</div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Snackbar -->
306
+ <div class="snackbar">
307
+ <div class="sn-left">
308
+ <div class="check">
309
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff"><path d="M20 7l-9 9-4-4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
310
+ </div>
311
+ <div>Added to cart</div>
312
+ </div>
313
+ <div class="view-btn">VIEW</div>
314
+ </div>
315
+
316
+ <!-- Bottom Bar -->
317
+ <div class="bottom-bar">
318
+ <div class="bottom-row">
319
+ <div>
320
+ <div class="explore">Explore More!</div>
321
+ <div class="view-link">View Categories
322
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#0a7fa5"><path d="M9 6l6 6-6 6" stroke="#0a7fa5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
323
+ </div>
324
+ </div>
325
+ <div class="qty">
326
+ <div class="circle-btn minus">−</div>
327
+ <div class="qty-num">1</div>
328
+ <div class="circle-btn plus">+</div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/3221/3221_4.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>JioMart UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 0;
12
+ }
13
+ .header {
14
+ background: #0A7EA6;
15
+ height: 260px;
16
+ color: #fff;
17
+ position: relative;
18
+ padding: 30px 40px 20px 40px;
19
+ box-sizing: border-box;
20
+ }
21
+ .status-bar {
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ font-size: 36px; opacity: 0.95; margin-bottom: 20px;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 20px; }
26
+ .status-right { display: flex; align-items: center; gap: 22px; }
27
+ .icon-dot { width: 26px; height: 26px; background: rgba(255,255,255,0.8); border-radius: 50%; }
28
+ .search-row {
29
+ display: flex; align-items: center; gap: 24px;
30
+ }
31
+ .back-btn {
32
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .search-pill {
35
+ flex: 1;
36
+ background: #ffffff; color: #2b2b2b;
37
+ border-radius: 60px; height: 110px;
38
+ box-shadow: 0 6px 10px rgba(0,0,0,0.15);
39
+ display: flex; align-items: center; padding: 0 40px; box-sizing: border-box;
40
+ gap: 26px;
41
+ }
42
+ .search-text { font-size: 40px; color: #4e4e4e; flex: 1; }
43
+ .cart-wrap { position: relative; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
44
+ .badge {
45
+ position: absolute; right: 4px; top: 0;
46
+ width: 40px; height: 40px; background: #E53935; color: #fff; font-size: 28px;
47
+ border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold;
48
+ border: 2px solid #ffffff;
49
+ }
50
+
51
+ .content { padding: 30px 40px; }
52
+ .product-card {
53
+ background: #ffffff; border: 1px solid #e9e9e9; border-radius: 40px;
54
+ box-shadow: 0 10px 22px rgba(0,0,0,0.08);
55
+ padding: 40px; box-sizing: border-box;
56
+ }
57
+ .img-placeholder {
58
+ width: 100%; height: 720px; background: #E0E0E0;
59
+ border: 1px solid #BDBDBD; border-radius: 30px;
60
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; text-align: center;
61
+ }
62
+ .dots { display: flex; gap: 22px; justify-content: center; padding: 30px 0 10px; }
63
+ .dot { width: 26px; height: 26px; border-radius: 50%; background: #D6E3E7; }
64
+ .dot.active { background: #8EC9D9; }
65
+
66
+ .price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
67
+ .price-left { display: flex; align-items: center; gap: 18px; }
68
+ .price { font-size: 64px; font-weight: 800; color: #111; }
69
+ .pill-green {
70
+ background: #DDF4E4; color: #167C3F; border-radius: 20px;
71
+ padding: 12px 20px; font-weight: 700; font-size: 34px;
72
+ }
73
+ .mrp { font-size: 36px; color: #6b6b6b; margin-top: 12px; }
74
+ .strike { text-decoration: line-through; color: #9e9e9e; }
75
+ .brand-pill {
76
+ display: inline-flex; align-items: center; justify-content: center;
77
+ padding: 16px 22px; border-radius: 26px; border: 1px solid #D0D0D0; color: #4a4a4a; font-size: 34px;
78
+ margin-right: 18px;
79
+ }
80
+ .tnc { color: #9e9e9e; font-size: 32px; }
81
+
82
+ .divider { height: 1px; background: #e6e6e6; margin: 30px 0; }
83
+
84
+ .section-title { font-size: 54px; font-weight: 800; color: #111; margin-top: 10px; margin-bottom: 10px; }
85
+ .offer-item {
86
+ display: flex; align-items: flex-start; gap: 26px;
87
+ padding: 28px 0; border-bottom: 1px solid #F0F0F0;
88
+ }
89
+ .offer-icon {
90
+ width: 70px; height: 70px; border-radius: 16px; background: #E6F6EE; display: flex; align-items: center; justify-content: center;
91
+ }
92
+ .offer-text { flex: 1; }
93
+ .offer-title { font-size: 36px; font-weight: 800; color: #1b1b1b; letter-spacing: 0.5px; }
94
+ .offer-sub { font-size: 34px; color: #3b3b3b; margin-top: 6px; }
95
+ .offer-meta { font-size: 32px; color: #9b9b9b; margin-top: 6px; }
96
+ .chev { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
97
+
98
+ .view-all {
99
+ margin-top: 30px;
100
+ display: inline-block; padding: 20px 36px; border-radius: 30px; border: 2px solid #E0E0E0; color: #0C7EA6; font-size: 40px; font-weight: 700;
101
+ }
102
+
103
+ .deliver { margin-top: 40px; }
104
+ .deliver-title { font-size: 50px; font-weight: 800; color: #1b1b1b; margin-bottom: 20px; }
105
+ .deliver-row { display: flex; align-items: center; justify-content: space-between; }
106
+ .loc { font-size: 42px; font-weight: 700; color: #222; }
107
+ .city { font-size: 38px; color: #8b8b8b; margin-left: 12px; }
108
+ .stock-line { margin-top: 10px; font-size: 36px; }
109
+ .in-stock { color: #1f8f4b; font-weight: 800; }
110
+ .delivery-text { color: #5f5f5f; }
111
+ .explore { margin-top: 40px; font-size: 38px; color: #3b3b3b; }
112
+ .link { color: #0C7EA6; font-weight: 800; font-size: 44px; display: inline-block; margin-top: 10px; }
113
+
114
+ .qty-bar {
115
+ position: absolute; bottom: 120px; left: 0; right: 0;
116
+ display: flex; align-items: center; justify-content: flex-end;
117
+ padding: 20px 40px; box-sizing: border-box;
118
+ }
119
+ .qty-controls { display: flex; align-items: center; gap: 30px; }
120
+ .circle-btn {
121
+ width: 120px; height: 120px; border-radius: 60px; display: flex; align-items: center; justify-content: center;
122
+ background: #F4F6F7; border: 1px solid #E0E5E7;
123
+ }
124
+ .circle-btn.big { background: #0A7EA6; width: 160px; height: 160px; border: none; box-shadow: 0 10px 16px rgba(10,126,166,0.3); }
125
+ .qty-num { font-size: 44px; font-weight: 800; color: #2b2b2b; }
126
+ .home-indicator {
127
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
128
+ width: 260px; height: 14px; background: #000; opacity: 0.12; border-radius: 8px;
129
+ }
130
+ /* small helpers */
131
+ .row-right { display: flex; align-items: center; gap: 16px; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <div class="header">
138
+ <div class="status-bar">
139
+ <div class="status-left">
140
+ <div>1:58</div>
141
+ <div class="icon-dot"></div>
142
+ <div class="icon-dot"></div>
143
+ </div>
144
+ <div class="status-right">
145
+ <div class="icon-dot"></div>
146
+ <div class="icon-dot"></div>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="search-row">
151
+ <div class="back-btn">
152
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
153
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
154
+ </svg>
155
+ </div>
156
+
157
+ <div class="search-pill">
158
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
159
+ <circle cx="10" cy="10" r="7" stroke="#5f6a6e" stroke-width="2"/>
160
+ <path d="M21 21l-5.5-5.5" stroke="#5f6a6e" stroke-width="2" stroke-linecap="round"/>
161
+ </svg>
162
+ <div class="search-text">Search JioMart</div>
163
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
164
+ <path d="M12 2a4 4 0 014 4v5a4 4 0 01-8 0V6a4 4 0 014-4z" stroke="#607D8B" stroke-width="2"/>
165
+ <path d="M10 22h4" stroke="#607D8B" stroke-width="2" stroke-linecap="round"/>
166
+ </svg>
167
+ </div>
168
+
169
+ <div class="cart-wrap">
170
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
171
+ <path d="M6 6h13l-2 9H7L6 6z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
172
+ <circle cx="9" cy="20" r="1.5" fill="#fff"></circle>
173
+ <circle cx="17" cy="20" r="1.5" fill="#fff"></circle>
174
+ </svg>
175
+ <div class="badge">1</div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="content">
181
+ <div class="product-card">
182
+ <div class="img-placeholder">[IMG: Penne Pasta Packet]</div>
183
+ </div>
184
+
185
+ <div class="dots">
186
+ <div class="dot active"></div>
187
+ <div class="dot"></div>
188
+ <div class="dot"></div>
189
+ <div class="dot"></div>
190
+ <div class="dot"></div>
191
+ <div class="dot"></div>
192
+ <div class="dot"></div>
193
+ <div class="dot"></div>
194
+ <div class="dot"></div>
195
+ </div>
196
+
197
+ <div class="price-row">
198
+ <div class="price-left">
199
+ <div class="price">₹37.00</div>
200
+ <div class="pill-green">50% Off</div>
201
+ </div>
202
+ <div class="row-right">
203
+ <div class="brand-pill">sodexo</div>
204
+ <div class="tnc">T&C Apply</div>
205
+ </div>
206
+ </div>
207
+ <div class="mrp">M.R.P: <span class="strike">₹75.00</span> (Incl. of all taxes)</div>
208
+
209
+ <div class="divider"></div>
210
+
211
+ <div class="section-title">Offers (17)</div>
212
+
213
+ <div class="offer-item">
214
+ <div class="offer-icon">
215
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
216
+ <path d="M12 2l3 7 7 3-7 3-3 7-3-7-7-3 7-3 3-7z" fill="#2CAF74"/>
217
+ </svg>
218
+ </div>
219
+ <div class="offer-text">
220
+ <div class="offer-title">ADDITIONAL OFFERS</div>
221
+ <div class="offer-sub">GROBUY10</div>
222
+ <div class="offer-meta">3 Offer/s Available</div>
223
+ </div>
224
+ <div class="chev">
225
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
226
+ <path d="M9 6l6 6-6 6" stroke="#8c8c8c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="offer-item">
232
+ <div class="offer-icon">
233
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
234
+ <path d="M3 10h18v8H3z" stroke="#2CAF74" stroke-width="2"/>
235
+ <path d="M7 10V6h10v4" stroke="#2CAF74" stroke-width="2"/>
236
+ </svg>
237
+ </div>
238
+ <div class="offer-text">
239
+ <div class="offer-title">BANK OFFERS</div>
240
+ <div class="offer-sub">10% Instant Discount. Min. Txn Rs. 1000/- Max d...</div>
241
+ <div class="offer-meta">10 Offer/s Available</div>
242
+ </div>
243
+ <div class="chev">
244
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
245
+ <path d="M9 6l6 6-6 6" stroke="#8c8c8c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="offer-item">
251
+ <div class="offer-icon">
252
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
253
+ <path d="M4 4h10l6 6-10 10-6-6V4z" stroke="#2CAF74" stroke-width="2"/>
254
+ <circle cx="8" cy="8" r="1.5" fill="#2CAF74"/>
255
+ </svg>
256
+ </div>
257
+ <div class="offer-text">
258
+ <div class="offer-title">COUPONS</div>
259
+ <div class="offer-sub">Shop for Rs 499/- and get a Rs 299/- Umbrella J...</div>
260
+ <div class="offer-meta">4 Offer/s Available</div>
261
+ </div>
262
+ <div class="chev">
263
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
264
+ <path d="M9 6l6 6-6 6" stroke="#8c8c8c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <a class="view-all">View All</a>
270
+
271
+ <div class="divider"></div>
272
+
273
+ <div class="deliver">
274
+ <div class="deliver-title">Deliver to</div>
275
+ <div class="deliver-row">
276
+ <div>
277
+ <span class="loc">110074</span>
278
+ <span class="city">Delhi</span>
279
+ </div>
280
+ <div class="chev">
281
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
282
+ <path d="M4 20l4-4M8 4l-4 4M20 4l-4 4M16 20l4-4" stroke="#6f7f88" stroke-width="2" stroke-linecap="round"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="stock-line"><span class="in-stock">In Stock</span> | <span class="delivery-text">Delivery Between 3rd Jul to 5th Jul</span></div>
287
+ </div>
288
+
289
+ <div class="explore">Explore More!</div>
290
+ <div class="link">View Categories ></div>
291
+ </div>
292
+
293
+ <div class="qty-bar">
294
+ <div class="qty-controls">
295
+ <div class="circle-btn">
296
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
297
+ <path d="M6 12h12" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"/>
298
+ </svg>
299
+ </div>
300
+ <div class="qty-num">2</div>
301
+ <div class="circle-btn big">
302
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
303
+ <path d="M12 6v12M6 12h12" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+ </body>
312
+ </html>
code/3223/3223_0.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang=" NB">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080x Jose, initial-scale= sop- no">
6
+ <title>Mobile UI Mock - Dark Google Start Page</title>
7
+ <style>
8
+ body { margin: 0; padding: 0 pipeline; brown background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", 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
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ right: 0;
24
+ height: 90px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #EAEAEA;
30
+ font-size: 28px;
31
+ letter-spacing: 0.5px;
32
+ opacity: 0.95;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 18px; }
35
+ .status-right { display: flex; align-items: center; gap: 22px; }
36
+ .icon-small svg { width: 30px; height: 30px; fill: #EAEAEA; opacity: 0.9; }
37
+
38
+ /* Top actions row */
39
+ .top-actions {
40
+ position: absolute;
41
+ top: 110px;
42
+ left: 24px;
43
+ right: 24px;
44
+ height: 72px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: space-between;
48
+ }
49
+ .home-icon {
50
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
51
+ border-radius: 16px;
52
+ color: #CFCFCF;
53
+ }
54
+ .actions-right { display: flex; align-items: center; gap: 22px; }
55
+ .avatar {
56
+ width: 68px; height: 68px; border-radius: 50%;
57
+ background: #C44A2F; display: flex; align-items: center; justify-content: center;
58
+ font-weight: 600; color: #fff; font-size: 30px;
59
+ }
60
+ .tab-count {
61
+ width: 62px; height: 62px; border-radius: 14px; border: 2px solid #5E5E5E;
62
+ display: flex; align-items: center; justify-content: center; color: #EDEDED; font-weight: 600;
63
+ }
64
+ .kebab { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
65
+
66
+ /* Google wordmark */
67
+ .brand {
68
+ position: absolute;
69
+ top: 220px;
70
+ left: 48px;
71
+ right: 48px;
72
+ font-size: 132px;
73
+ line-height: 1.05;
74
+ font-weight: 600;
75
+ text-align: left;
76
+ letter-spacing: 0.2px;
77
+ }
78
+
79
+ /* Search pill */
80
+ .search {
81
+ position: absolute;
82
+ top: 380px;
83
+ left: 36px;
84
+ right: 36px;
85
+ height: 120px;
86
+ background: #2A2A2A;
87
+ border-radius: 60px;
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 0 28px;
91
+ box-shadow: inset 0 0 0 1px #333333;
92
+ }
93
+ .search span {
94
+ color: #BDBDBD; font-size: 36px;
95
+ margin-left: 18px; flex: 1;
96
+ }
97
+ .search .actions { display: flex; align-items: center; gap: 26px; }
98
+
99
+ /* Horizontal category tiles */
100
+ .categories {
101
+ position: absolute;
102
+ top: 540px;
103
+ left: 24px;
104
+ right: 0;
105
+ height: 210px;
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 24px;
109
+ padding-left: 12px;
110
+ }
111
+ .cat-tile {
112
+ width: 200px; height: 200px; border-radius: 26px;
113
+ background: #E0E0E0; border: 1px solid #BDBDBD;
114
+ position: relative; overflow: hidden;
115
+ display: flex; align-items: flex-end; justify-content: flex-start;
116
+ }
117
+ .cat-tile span {
118
+ background: rgba(0,0,0,0.5);
119
+ color: #fff; font-size: 30px; padding: 10px 16px;
120
+ border-bottom-left-radius: 26px; border-top-right-radius: 16px;
121
+ }
122
+
123
+ /* Shortcuts row */
124
+ .shortcuts {
125
+ position: absolute;
126
+ top: 778px;
127
+ left: 0;
128
+ right: 0;
129
+ padding: 0 48px;
130
+ display: flex;
131
+ justify-content: space-between;
132
+ align-items: center;
133
+ }
134
+ .shortcut {
135
+ width: 160px;
136
+ display: flex; flex-direction: column; align-items: center; gap: 16px;
137
+ color: #D0D0D0;
138
+ }
139
+ .shortcut .circle {
140
+ width: 132px; height: 132px; border-radius: 50%;
141
+ background: #2C2C2C; display: flex; align-items: center; justify-content: center;
142
+ box-shadow: inset 0 0 0 1px #383838;
143
+ color: #EDEDED; font-weight: 700;
144
+ font-size: 34px;
145
+ }
146
+ .shortcut label {
147
+ font-size: 28px; color: #CFCFCF; text-align: center;
148
+ }
149
+
150
+ /* Discover header */
151
+ .discover-head {
152
+ position: absolute; top: 1020px; left: 48px; right: 48px;
153
+ display: flex; align-items: center; justify-content: space-between;
154
+ }
155
+ .discover-head .title { font-size: 38px; color: #CFCFCF; }
156
+ .gear { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
157
+
158
+ /* Article card */
159
+ .article {
160
+ position: absolute; top: 1088px; left: 24px; right: 24px;
161
+ background: #1A1A1A; border-radius: 24px; padding: 24px;
162
+ box-shadow: 0 0 0 1px #262626;
163
+ }
164
+ .article .row {
165
+ display: flex; gap: 24px; align-items: flex-start;
166
+ }
167
+ .article .headline {
168
+ flex: 1;
169
+ font-size: 48px; line-height: 1.2; font-weight: 600; color: #EDEDED;
170
+ }
171
+ .article .thumb {
172
+ width: 230px; height: 160px; border-radius: 18px;
173
+ background: #E0E0E0; border: 1px solid #BDBDBD;
174
+ display: flex; align-items: center; justify-content: center;
175
+ color: #555; font-size: 24px; text-align: center; padding: 10px;
176
+ }
177
+ .article .meta {
178
+ margin-top: 22px; color: #A8A8A8; font-size: 28px; display: flex; align-items: center; gap: 10px;
179
+ }
180
+ .article .actions {
181
+ margin-top: 18px; display: flex; gap: 24px; align-items: center;
182
+ }
183
+ .icon-24 svg { width: 44px; height: 44px; fill: #BDBDBD; }
184
+
185
+ /* Next card preview */
186
+ .card-preview {
187
+ position: absolute; top: 1420px; left: 24px; right: 24px;
188
+ background: #1A1A1A; border-radius: 28px; padding: 20px;
189
+ box-shadow: 0 0 0 1px #262626;
190
+ height: 520px;
191
+ }
192
+ .card-preview .big-img {
193
+ width: 100%; height: 100%;
194
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
195
+ display: flex; align-items: center; justify-content: center; color: #555; font-size: 36px;
196
+ }
197
+
198
+ /* Bottom gesture bar */
199
+ .gesture-bar {
200
+ position: absolute;
201
+ bottom: 28px; left: 50%;
202
+ width: 360px; height: 12px; margin-left: -180px;
203
+ background: #D9D9D9; border-radius: 8px; opacity: 0.8;
204
+ }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+ <!-- Status Bar -->
210
+ <div class="status-bar">
211
+ <div class="status-left">
212
+ <div>7:43</div>
213
+ <div class="icon-small" title="status"><svg viewBox="0 0 24 24"><path d="M2 12h8v8H2z"/></svg></div>
214
+ <div class="icon-small" title="alert"><svg viewBox="0 0 24 24"><path d="M12 2l9 18H3z"/></svg></div>
215
+ <div style="opacity:.8;">19°</div>
216
+ <div class="icon-small" title="mail"><svg viewBox="0 0 24 24"><path d="M2 6h20v12H2z M2 6l10 7 10-7"/></svg></div>
217
+ <div style="font-size:36px; line-height:0;">•</div>
218
+ </div>
219
+ <div class="status-right">
220
+ <div class="icon-small" title="wifi"><svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-6-4a10 10 0 0 1 12 0l-1.8 1.8a7 7 0 0 0-8.4 0L6 14zM3 10a16 16 0 0 1 18 0l-1.8 1.8a13 13 0 0 0-14.4 0L3 10z"/></svg></div>
221
+ <div class="icon-small" title="battery"><svg viewBox="0 0 24 24"><path d="M3 7h16a2 2 0 0 1 2 2v6a2 2 0 0 Parsons sop 1-2 2H sigma 3a2 2 ENS 0-2-2 machin V9 sap a2 Laur 0 0 1 Ns 2 policeman z M NB Sop (?)"/></svg></div>
222
+ </div>
223
+ </ Laur>
224
+
225
+ <!-- Top actions -->
226
+ <div class="top-actions">
227
+ <div class="home-icon" aria-label="Home">
228
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3z"/></svg>
229
+ </div>
230
+ <div class="actions-right">
231
+ <div class="avatar">C</div>
232
+ <div class="tab-count">1</div>
233
+ <div class="kebab">
234
+ <svg width="10" height="40" viewBox="0 0 6 24" fill="#CFCFCF">
235
+ <circle cx="3" cy="4" r="2"></circle>
236
+ <circle cx="3" cy="12" r="2"></circle>
237
+ <circle cx="3" cy="20" r="2"></circle>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Brand -->
244
+ <div class="brand">Google</div>
245
+
246
+ <!-- Search -->
247
+ <div class="search">
248
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#AFAFAF"><path d="M10 2a8 8 0 1 0 4.9 14.4l5 5 1.4-1.4-5-5A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12A6 6 0 0 1 10 4z"/></svg>
249
+ <span>Search or type web address</span>
250
+ <div class="actions">
251
+ <!-- Microphone -->
252
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 3a3 3 0 0 1 3 3v5a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3zm-6 8h2a4 4 0 0 0 8 0h2a6 6 0 0 1-5 5.9V20h3v2H8v-2h3v-3.1A6 6 0 0 1 6 11z"/></svg>
253
+ <!-- Camera -->
254
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M9 4l1.5 2H19a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.5L9 4zm3 4a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Categories tiles -->
259
+ <div class="categories">
260
+ <div class="cat-tile"><span>News</span></div>
261
+ <div class="cat-tile"><span>Recipes</span></div>
262
+ <div class="cat-tile"><span>Music</span></div>
263
+ <div class="cat-tile"><span>Fashion</span></div>
264
+ <div class="cat-tile"><span>Sports</span></div>
265
+ </div>
266
+
267
+ <!-- Shortcuts -->
268
+ <div class="shortcuts">
269
+ <div class="shortcut">
270
+ <div class="circle">YT</div>
271
+ <label>YouTube</label>
272
+ </div>
273
+ <div class="shortcut">
274
+ <div class="circle">f</div>
275
+ <label>Facebook</label>
276
+ </div>
277
+ <div class="shortcut">
278
+ <div class="circle">Cb</div>
279
+ <label>Cricbuzz</label>
280
+ </div>
281
+ <div class="shortcut">
282
+ <div class="circle">W</div>
283
+ <label>Wikipedia</label>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Discover header -->
288
+ <div class="discover-head">
289
+ <div class="title">Discover</div>
290
+ <div class="gear" aria-label="settings">
291
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#BDBDBD">
292
+ <path d="M12 8.5A3.5 3.5 0 1 1 8.5 12 3.5 3.5 0 0 1 12 8.5zm8.5 3l-2.1-.3a7.8 7.8 0 0 0-.6-1.4l1.3-1.7-2-2-1.7 1.3c-.5-.3-1-.5-1.4-.6L12.5 2h-3l-.3 2.1c-.5.1-1 .3-1.4.6L6 3.4l-2 2 1.3 1.7c-.3.5-.5 1-.6 1.4L2 11.5v3l2.1.3c.1.5.3 1 .6 1.4L3.4 18l2 2 1.7-1.3c.5.3 1 .5 1.4.6L9.5 22h3l.3-2.1c.5-.1 1-.3 1.4-.6L16.6 20l2-2-1.3-1.7c.3-.5.5-1 .6-1.4l2.1-.3v-3z"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Article card -->
298
+ <div class="article">
299
+ <div class="row">
300
+ <div class="headline">OnePlus Open Foldable Phone Price In India Leaked: Here’s What You Might Have To Pay</div>
301
+ <div class="thumb">[IMG: Phone renders]</div>
302
+ </div>
303
+ <div class="meta">
304
+ <div style="width:32px;height:32px;border-radius:6px;background:#E0E0E0;border:1px solid #BDBDBD;"></div>
305
+ <span>News18 · 2d</span>
306
+ </div>
307
+ <div class="actions">
308
+ <div class="icon-24" title="share"><svg viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.83-2H15a3 3 0 0 0 .03.41L8.91 9.2A3 3 0 0 0 6 8a3 3 0 1 0 2.83 4H9a3 3 0 0 0-.03-.41l6.12-3.79A3 3 0 0 0 18 8zm-12 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 6 15zm12-12a1.5 1.5 0 1 1-1.5 1.5A1.5 1.5 0 0 1 18 3zm0 12a3 3 0 1 0 3 3 3 3 0 0 0-3-3z"/></svg></div>
309
+ <div class="icon-24" title="more">
310
+ <svg viewBox="0 0 24 24" fill="#BDBDBD">
311
+ <circle cx="12" cy="5" r="2"></circle>
312
+ <circle cx="12" cy="12" r="2"></circle>
313
+ <circle cx="12" cy="19" r="2"></circle>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Next card preview -->
320
+ <div class="card-preview">
321
+ <div class="big-img">[IMG: Discover article image]</div>
322
+ </div>
323
+
324
+ <!-- Bottom gesture bar -->
325
+ <div class="gesture-bar"></div>
326
+ </div>
327
+ </body>
328
+ </html>
code/3223/3223_1.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Travel App Home</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ .topbar {
16
+ padding: 110px 64px 0 64px; /* large status-bar space */
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ }
19
+ .topbar-left, .topbar-right { display: flex; align-items: center; gap: 36px; }
20
+
21
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
22
+ .icon { width: 40px; height: 40px; }
23
+
24
+ .avatar {
25
+ width: 88px; height: 88px; border-radius: 44px;
26
+ background: #FFF2B8; color: #2b2d33;
27
+ display: flex; align-items: center; justify-content: center;
28
+ font-weight: 700; font-size: 42px;
29
+ }
30
+
31
+ .hero { padding: 40px 64px 0; }
32
+ .hero h1 {
33
+ margin: 0 0 16px; font-size: 84px; line-height: 1.05; color: #111318; font-weight: 800;
34
+ }
35
+ .hero p {
36
+ margin: 0; font-size: 44px; color: #5b616b; font-weight: 500;
37
+ }
38
+
39
+ .categories {
40
+ padding: 56px 64px 0; display: flex; gap: 44px;
41
+ }
42
+ .cat {
43
+ width: 160px; height: 160px; border-radius: 36px;
44
+ display: flex; align-items: center; justify-content: center;
45
+ }
46
+ .cat.primary { background: #FFD400; }
47
+ .cat.dark { background: #2f333b; }
48
+ .cat svg { width: 80px; height: 80px; fill: #ffffff; }
49
+
50
+ .search {
51
+ margin: 48px 64px 0; height: 120px;
52
+ background: #EFF1F5; border-radius: 36px;
53
+ display: flex; align-items: center; gap: 28px;
54
+ padding: 0 36px;
55
+ }
56
+ .search svg { width: 52px; height: 52px; fill: none; stroke: #272a31; stroke-width: 6px; }
57
+ .search input {
58
+ border: none; outline: none; background: transparent;
59
+ font-size: 44px; color: #1f232a; width: 100%;
60
+ }
61
+
62
+ .content {
63
+ padding: 52px 64px 0; display: grid; row-gap: 46px;
64
+ }
65
+ .row { display: grid; grid-template-columns: 260px 1fr; column-gap: 40px; align-items: start; }
66
+ .img-placeholder {
67
+ width: 100%; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
68
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; border-radius: 20px;
69
+ }
70
+ .lines { display: grid; row-gap: 24px; }
71
+ .line { height: 44px; background: #EFF1F5; border-radius: 12px; }
72
+ .line.short { width: 46%; }
73
+ .line.mid { width: 68%; }
74
+ .line.long { width: 88%; }
75
+
76
+ .wide-block { height: 76px; background: #EFF1F5; border-radius: 16px; }
77
+ .wide { width: 72%; }
78
+ .wide.shorter { width: 44%; }
79
+
80
+ .section-title {
81
+ margin: 120px 64px 16px; font-size: 38px; color: #5b616b; font-weight: 700;
82
+ }
83
+ .section-heading {
84
+ margin: 0 64px; font-size: 68px; color: #111318; font-weight: 800;
85
+ }
86
+
87
+ .bottom-safe {
88
+ position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: #000;
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .home-pill {
92
+ width: 240px; height: 16px; background: #d6d6d6; border-radius: 10px;
93
+ }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+
99
+ <!-- Top bar -->
100
+ <div class="topbar">
101
+ <div class="topbar-left">
102
+ <div class="icon-btn">
103
+ <!-- Hamburger -->
104
+ <svg class="icon" viewBox="0 0 24 24">
105
+ <rect x="3" y="5" width="18" height="2" fill="#15181f"></rect>
106
+ <rect x="3" y="11" width="14" height="2" fill="#15181f"></rect>
107
+ <rect x="3" y="17" width="10" height="2" fill="#15181f"></rect>
108
+ </svg>
109
+ </div>
110
+ </div>
111
+ <div class="topbar-right">
112
+ <!-- Bell -->
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <path d="M12 22a2.5 2.5 0 0 0 2.3-1.5h-4.6A2.5 2.5 0 0 0 12 22Z" fill="#15181f"></path>
115
+ <path d="M18.5 16H5.5c-.9 0-1.3-1.1-.7-1.8 1.2-1.5 1.7-3.4 1.7-5.2A5.5 5.5 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.9c0 1.8.6 3.7 1.7 5.2.6.7.2 1.9-.7 1.9Z" fill="#15181f"></path>
116
+ </svg>
117
+ <!-- Avatar -->
118
+ <div class="avatar">M</div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Hero -->
123
+ <div class="hero">
124
+ <h1>Hey, Maria</h1>
125
+ <p>Where to next?</p>
126
+ </div>
127
+
128
+ <!-- Categories -->
129
+ <div class="categories">
130
+ <div class="cat primary">
131
+ <!-- Plane -->
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M11 2l2.5 6.5L21 10l-1.2 2-5.8-1.2-2.3 7.2-2-1 1.4-6.8-5.1 1L5 9.7l5.3-.7L11 2Z"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="cat dark">
137
+ <!-- Bed -->
138
+ <svg viewBox="0 0 24 24">
139
+ <rect x="3" y="10" width="18" height="5" rx="1"></rect>
140
+ <rect x="4" y="7" width="7" height="3" rx="1"></rect>
141
+ <rect x="12.5" y="7" width="6.5" height="3" rx="1"></rect>
142
+ </svg>
143
+ </div>
144
+ <div class="cat dark">
145
+ <!-- Car -->
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M4 14l1.5-4.5C6 8 7.5 7 9 7h6c1.5 0 3 .9 3.5 2.5L20 14v3H4v-3Z"></path>
148
+ <circle cx="7" cy="17" r="1.5"></circle>
149
+ <circle cx="17" cy="17" r="1.5"></circle>
150
+ </svg>
151
+ </div>
152
+ <div class="cat dark">
153
+ <!-- Beach umbrella -->
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M12 3l8 5-8 2-8-2 8-5Z"></path>
156
+ <rect x="11" y="10" width="2" height="9"></rect>
157
+ <rect x="6" y="19" width="12" height="2" rx="1"></rect>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Search -->
163
+ <div class="search">
164
+ <svg viewBox="0 0 24 24">
165
+ <circle cx="11" cy="11" r="7"></circle>
166
+ <line x1="17" y1="17" x2="22" y2="22"></line>
167
+ </svg>
168
+ <input type="text" placeholder="Find a flight" />
169
+ </div>
170
+
171
+ <!-- Content placeholders -->
172
+ <div class="content">
173
+ <div class="row">
174
+ <div class="img-placeholder">[IMG: Destination]</div>
175
+ <div class="lines">
176
+ <div class="line mid"></div>
177
+ <div class="line long"></div>
178
+ </div>
179
+ </div>
180
+ <div class="row">
181
+ <div class="img-placeholder">[IMG: Hotel deal]</div>
182
+ <div class="lines">
183
+ <div class="line short"></div>
184
+ <div class="line long"></div>
185
+ </div>
186
+ </div>
187
+ <div class="row">
188
+ <div class="img-placeholder">[IMG: Car rental]</div>
189
+ <div class="lines">
190
+ <div class="line mid"></div>
191
+ <div class="line long"></div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="wide-block wide"></div>
196
+ <div class="wide-block wider wide"></div>
197
+ <div class="wide-block wide shorter"></div>
198
+
199
+ <div class="wide-block wide"></div>
200
+ <div class="wide-block wide shorter"></div>
201
+ </div>
202
+
203
+ <!-- Tools section -->
204
+ <div class="section-title">Tools</div>
205
+ <div class="section-heading">Travel like a pro</div>
206
+
207
+ <!-- Bottom safe area -->
208
+ <div class="bottom-safe">
209
+ <div class="home-pill"></div>
210
+ </div>
211
+ </div>
212
+ </body>
213
+ </html>
code/3223/3223_10.html ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Price Picker</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ background: #181A20;
23
+ color: #FFF;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
32
+ .status-dot { width: 10px; height: 10px; background: #BFC5D1; border-radius: 50%; display: inline-block; }
33
+ .icon {
34
+ width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
35
+ }
36
+ .wifi {
37
+ width: 44px; height: 44px;
38
+ }
39
+
40
+ /* Header with close + legend chips */
41
+ .header {
42
+ height: 120px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 36px;
46
+ border-bottom: 1px solid #ECEFF3;
47
+ background: #fff;
48
+ }
49
+ .close-btn { width: 64px; height: 64px; border: none; background: transparent; padding: 0; cursor: default; }
50
+ .chips { margin-left: auto; display: flex; gap: 24px; }
51
+ .chip {
52
+ padding: 16px 28px;
53
+ border-radius: 16px;
54
+ font-weight: 700;
55
+ font-size: 36px;
56
+ color: #2b2b2b;
57
+ border: 1px solid rgba(0,0,0,0.06);
58
+ }
59
+ .chip.green { background: #CFF3D5; }
60
+ .chip.orange { background: #F7BE86; }
61
+ .chip.red { background: #F5A6A6; }
62
+
63
+ /* Weekday header */
64
+ .weekdays {
65
+ padding: 18px 36px 10px 36px;
66
+ display: grid;
67
+ grid-template-columns: repeat(7, 1fr);
68
+ font-size: 30px;
69
+ font-weight: 700;
70
+ color: #6F7785;
71
+ letter-spacing: 2px;
72
+ text-transform: uppercase;
73
+ }
74
+
75
+ /* Month sections */
76
+ .month {
77
+ padding: 28px 0 0 0;
78
+ }
79
+ .month-title {
80
+ padding: 0 36px 10px 36px;
81
+ display: flex;
82
+ align-items: center;
83
+ }
84
+ .month-title .name {
85
+ font-weight: 800;
86
+ font-size: 46px;
87
+ color: #2C2E33;
88
+ }
89
+ .month-title .year {
90
+ margin-left: auto;
91
+ font-weight: 800;
92
+ font-size: 36px;
93
+ color: #2C2E33;
94
+ }
95
+
96
+ .calendar-grid {
97
+ padding: 0 36px;
98
+ display: grid;
99
+ grid-template-columns: repeat(7, 1fr);
100
+ grid-auto-rows: 124px;
101
+ gap: 24px;
102
+ }
103
+
104
+ .day, .empty {
105
+ position: relative;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ font-size: 38px;
110
+ font-weight: 700;
111
+ color: #AEB5C2;
112
+ border-radius: 22px;
113
+ }
114
+ .empty { background: transparent; }
115
+
116
+ /* Priced buckets */
117
+ .price-low {
118
+ background: #CFF3D5;
119
+ color: #1F2B22;
120
+ border: 1px solid rgba(0,0,0,0.06);
121
+ }
122
+ .price-mid {
123
+ background: #F7BE86;
124
+ color: #543016;
125
+ border: 1px solid rgba(0,0,0,0.06);
126
+ }
127
+ .price-high {
128
+ background: #F5A6A6;
129
+ color: #5A2020;
130
+ border: 1px solid rgba(0,0,0,0.06);
131
+ }
132
+
133
+ /* Selected range (check-in/out) */
134
+ .range {
135
+ background: #2E323A;
136
+ color: #FFFFFF;
137
+ border: none;
138
+ }
139
+ .range-start { border-radius: 22px 0 0 22px; }
140
+ .range-middle { border-radius: 0; }
141
+ .range-end { border-radius: 0 22px 22px 0; }
142
+ .bracket {
143
+ position: absolute;
144
+ top: 22px;
145
+ width: 8px;
146
+ height: 80px;
147
+ background: #ffffff;
148
+ border-radius: 6px;
149
+ }
150
+ .bracket.left { left: 10px; }
151
+ .bracket.right { right: 10px; }
152
+
153
+ /* Footer selection + Apply */
154
+ .footer {
155
+ position: absolute;
156
+ left: 0;
157
+ right: 0;
158
+ bottom: 36px;
159
+ background: #fff;
160
+ }
161
+ .selection-bar {
162
+ border-top: 1px solid #E6E9EE;
163
+ padding: 28px 36px;
164
+ display: grid;
165
+ grid-template-columns: 1fr 1fr;
166
+ gap: 24px;
167
+ align-items: start;
168
+ }
169
+ .sel {
170
+ background: #ffffff;
171
+ }
172
+ .sel .label {
173
+ font-size: 44px;
174
+ font-weight: 800;
175
+ color: #1A1D22;
176
+ margin-bottom: 6px;
177
+ }
178
+ .sel .sub {
179
+ font-size: 30px;
180
+ color: #6B7280;
181
+ display: inline-flex;
182
+ align-items: center;
183
+ gap: 12px;
184
+ }
185
+ .caret {
186
+ width: 18px; height: 18px; display: inline-block; border: solid #6B7280; border-width: 0 3px 3px 0; transform: rotate(45deg); margin-top: 4px;
187
+ }
188
+ .apply-wrap { padding: 8px 36px 0 36px; }
189
+ .apply-btn {
190
+ height: 120px;
191
+ background: #FFCF0D;
192
+ border-radius: 20px;
193
+ color: #1A1D22;
194
+ font-weight: 800;
195
+ font-size: 42px;
196
+ display: flex; align-items: center; justify-content: center;
197
+ box-shadow: 0 6px 0 rgba(0,0,0,0.06);
198
+ }
199
+
200
+ /* Gesture bar */
201
+ .gesture {
202
+ position: absolute;
203
+ bottom: 8px; left: 50%;
204
+ transform: translateX(-50%);
205
+ width: 320px; height: 10px; background: #0F1115; border-radius: 8px; opacity: 0.3;
206
+ }
207
+ </style>
208
+ </head>
209
+ <body>
210
+ <div id="render-target">
211
+
212
+ <!-- Status bar -->
213
+ <div class="status-bar">
214
+ 7:47
215
+ <div class="status-right">
216
+ <span>👻</span>
217
+ <span>👻</span>
218
+ <span>19°</span>
219
+ <span class="status-dot"></span>
220
+ <span>M</span>
221
+ <span class="status-dot"></span>
222
+ <svg class="wifi" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
223
+ <path d="M2 8a15 15 0 0 1 20 0"></path>
224
+ <path d="M5 11a10 10 0 0 1 14 0"></path>
225
+ <path d="M8 14a6 6 0 0 1 8 0"></path>
226
+ <circle cx="12" cy="18" r="1.5" fill="#fff" stroke="none"></circle>
227
+ </svg>
228
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
229
+ <path d="M6 20h12"></path>
230
+ <path d="M12 4v10"></path>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Header with close and price chips -->
236
+ <div class="header">
237
+ <button class="close-btn" aria-label="Close">
238
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#1F2329" stroke-width="2" fill="none" stroke-linecap="round">
239
+ <path d="M6 6l12 12M18 6l-12 12"></path>
240
+ </svg>
241
+ </button>
242
+ <div class="chips">
243
+ <div class="chip green">$</div>
244
+ <div class="chip orange">$$</div>
245
+ <div class="chip red">$$$</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Weekday header -->
250
+ <div class="weekdays">
251
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
252
+ </div>
253
+
254
+ <!-- October -->
255
+ <section class="month">
256
+ <div class="month-title">
257
+ <div class="name">Oct</div>
258
+ <div class="year">2023</div>
259
+ </div>
260
+ <div class="calendar-grid">
261
+ <!-- Row 1 -->
262
+ <div class="day">1</div>
263
+ <div class="day">2</div>
264
+ <div class="day">3</div>
265
+ <div class="day">4</div>
266
+ <div class="day">5</div>
267
+ <div class="day">6</div>
268
+ <div class="day">7</div>
269
+
270
+ <!-- Row 2 -->
271
+ <div class="day">8</div>
272
+ <div class="day">9</div>
273
+ <div class="day">10</div>
274
+ <div class="day">11</div>
275
+ <div class="day">12</div>
276
+ <div class="day">13</div>
277
+ <div class="day">14</div>
278
+
279
+ <!-- Row 3 -->
280
+ <div class="day">15</div>
281
+ <div class="day">16</div>
282
+ <div class="day">17</div>
283
+ <div class="day">18</div>
284
+ <div class="day price-high">19</div>
285
+ <div class="day price-mid">20</div>
286
+ <div class="day price-mid">21</div>
287
+
288
+ <!-- Row 4 -->
289
+ <div class="day price-mid">22</div>
290
+ <div class="day price-mid">23</div>
291
+ <div class="day price-mid">24</div>
292
+ <div class="day price-mid">25</div>
293
+ <div class="day price-mid">26</div>
294
+ <div class="day price-mid">27</div>
295
+ <div class="day price-high">28</div>
296
+
297
+ <!-- Row 5 -->
298
+ <div class="day price-high">29</div>
299
+ <div class="day price-mid">30</div>
300
+ <div class="day price-mid">31</div>
301
+ <div class="empty"></div>
302
+ <div class="empty"></div>
303
+ <div class="empty"></div>
304
+ <div class="empty"></div>
305
+ </div>
306
+ </section>
307
+
308
+ <!-- November -->
309
+ <section class="month">
310
+ <div class="month-title" style="margin-top: 18px;">
311
+ <div class="name">Nov</div>
312
+ <div class="year">2023</div>
313
+ </div>
314
+ <div class="calendar-grid">
315
+ <!-- offset: Sun, Mon empty (Nov 1, 2023 is Wed) -->
316
+ <div class="empty"></div>
317
+ <div class="empty"></div>
318
+
319
+ <div class="day price-mid">1</div>
320
+ <div class="day price-mid">2</div>
321
+ <div class="day price-mid">3</div>
322
+ <div class="day price-mid">4</div>
323
+ <div class="day price-mid">5</div>
324
+ <div class="day price-mid">6</div>
325
+ <div class="day price-low">7</div>
326
+ <div class="day price-low">8</div>
327
+ <div class="day range range-start">9<span class="bracket left"></span></div>
328
+ <div class="day range range-middle">10</div>
329
+ <div class="day range range-end">11<span class="bracket right"></span></div>
330
+
331
+ <!-- Row 3 -->
332
+ <div class="day range range-start">12</div>
333
+ <div class="day range range-middle">13</div>
334
+ <div class="day range range-middle">14</div>
335
+ <div class="day range range-middle">15</div>
336
+ <div class="day range range-middle">16</div>
337
+ <div class="day range range-end">17<span class="bracket right"></span></div>
338
+ <div class="day price-low">18</div>
339
+
340
+ <!-- Row 4 -->
341
+ <div class="day price-low">19</div>
342
+ <div class="day price-low">20</div>
343
+ <div class="day price-low">21</div>
344
+ <div class="day price-low">22</div>
345
+ <div class="day price-low">23</div>
346
+ <div class="day price-low">24</div>
347
+ <div class="day price-mid">25</div>
348
+
349
+ <!-- Row 5 (not emphasized, mostly off-screen in screenshot) -->
350
+ <div class="day">26</div>
351
+ <div class="day">27</div>
352
+ <div class="day">28</div>
353
+ <div class="day">29</div>
354
+ <div class="day">30</div>
355
+ <div class="empty"></div>
356
+ <div class="empty"></div>
357
+ </div>
358
+ </section>
359
+
360
+ <!-- Footer controls -->
361
+ <div class="footer">
362
+ <div class="selection-bar">
363
+ <div class="sel">
364
+ <div class="label">Thu, Nov 9</div>
365
+ <div class="sub">Exact day <span class="caret"></span></div>
366
+ </div>
367
+ <div class="sel" style="text-align: right;">
368
+ <div class="label">Fri, Nov 17</div>
369
+ <div class="sub" style="justify-content: flex-end;">Exact day <span class="caret"></span></div>
370
+ </div>
371
+ </div>
372
+ <div class="apply-wrap">
373
+ <div class="apply-btn">Apply</div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Gesture bar -->
378
+ <div class="gesture"></div>
379
+ </div>
380
+ </body>
381
+ </html>
code/3223/3223_11.html ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Price Picker</title>
7
+ <style>
8
+ /* BODY RESET */
9
+ html, body { margin: 0; padding: 0; }
10
+ body { background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
11
+
12
+ /* RENDER TARGET */
13
+ #render-target{
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ color: #1a1a1a;
20
+ }
21
+
22
+ /* STATUS BAR (mock) */
23
+ .status-bar{
24
+ height: 100px;
25
+ background:#121419;
26
+ color:#fff;
27
+ display:flex;
28
+ align-items:center;
29
+ justify-content:space-between;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left{font-weight:700; font-size:42px; letter-spacing:0.5px;}
34
+ .status-right{display:flex; align-items:center; gap:26px;}
35
+ .dot{width:10px; height:10px; background:#d9d9d9; border-radius:50%;}
36
+ .sb-icon{
37
+ width:36px; height:36px; border-radius:50%; background:#fff; opacity:.9;
38
+ }
39
+ .wifi{
40
+ width:42px; height:28px;
41
+ }
42
+ .wifi svg{width:100%; height:100%;}
43
+ .battery{
44
+ width:54px; height:28px;
45
+ }
46
+ .battery svg{width:100%; height:100%;}
47
+
48
+ /* TOP BAR WITH CLOSE & LEGEND */
49
+ .topbar{
50
+ height: 140px;
51
+ background:#ffffff;
52
+ display:flex;
53
+ align-items:center;
54
+ justify-content:space-between;
55
+ padding: 0 32px;
56
+ border-bottom:1px solid #e9eaee;
57
+ box-sizing:border-box;
58
+ }
59
+ .close-btn{
60
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
61
+ border-radius:12px;
62
+ }
63
+ .close-btn svg{width:36px; height:36px; stroke:#1d1f24; stroke-width:6; }
64
+ .legend{display:flex; align-items:center; gap:24px;}
65
+ .chip{
66
+ padding: 16px 28px;
67
+ border-radius:18px;
68
+ font-weight:800;
69
+ font-size:38px;
70
+ color:#1e1e1e;
71
+ border:1px solid rgba(0,0,0,0.06);
72
+ }
73
+ .chip.green{ background:#c9f5cd; }
74
+ .chip.orange{ background:#fdc78d; }
75
+ .chip.red{ background:#f9a6a6; }
76
+
77
+ /* WEEKDAY ROW */
78
+ .weekday-row{
79
+ padding: 16px 40px 0 40px;
80
+ color:#6b7280;
81
+ font-weight:700;
82
+ font-size:36px;
83
+ letter-spacing:1px;
84
+ display:grid;
85
+ grid-template-columns: repeat(7, 1fr);
86
+ text-align:center;
87
+ box-sizing:border-box;
88
+ }
89
+
90
+ /* MONTH TITLE */
91
+ .month-head{
92
+ display:flex;
93
+ align-items:center;
94
+ justify-content:space-between;
95
+ padding: 36px 40px 8px 40px;
96
+ box-sizing:border-box;
97
+ }
98
+ .month-head .mname{font-size:54px; font-weight:800; color:#2b3036;}
99
+ .month-head .myear{font-size:42px; font-weight:800; color:#2b3036;}
100
+
101
+ /* CALENDAR GRID */
102
+ .grid{
103
+ padding: 8px 40px 24px 40px;
104
+ box-sizing:border-box;
105
+ display:grid;
106
+ grid-template-columns: repeat(7, 1fr);
107
+ gap: 22px;
108
+ }
109
+ .day{
110
+ height:120px;
111
+ border-radius:22px;
112
+ display:flex;
113
+ align-items:center;
114
+ justify-content:center;
115
+ font-weight:800;
116
+ font-size:44px;
117
+ box-sizing:border-box;
118
+ color:#2b2f36;
119
+ }
120
+ .day.ghost{
121
+ background:transparent;
122
+ color:#c6cad3;
123
+ }
124
+ .day.mid{ background:#fdc78d; color:#7a3e00; }
125
+ .day.low{ background:#c9f5cd; color:#0e5b2d; }
126
+ .day.high{ background:#f4a1a1; color:#6f0e18; }
127
+ .day.selected{
128
+ background:#0f1420;
129
+ color:#ffffff;
130
+ position:relative;
131
+ }
132
+ .day.selected:before,
133
+ .day.selected:after{
134
+ content:"";
135
+ position:absolute;
136
+ top:35px;
137
+ width:10px;
138
+ height:50px;
139
+ background:#ffffff;
140
+ border-radius:6px;
141
+ opacity:0.95;
142
+ }
143
+ .day.selected:before{ left:14px; }
144
+ .day.selected:after{ right:14px; }
145
+
146
+ /* BOTTOM SHEET */
147
+ .sheet{
148
+ position:absolute;
149
+ left:0;
150
+ right:0;
151
+ bottom:110px; /* leave space for navigation pill */
152
+ background:#ffffff;
153
+ border-top:1px solid #e7e8ec;
154
+ box-shadow:0 -6px 24px rgba(0,0,0,0.06);
155
+ }
156
+ .sheet .rows{
157
+ display:flex;
158
+ padding: 26px 28px;
159
+ gap: 24px;
160
+ }
161
+ .summary{
162
+ flex:1;
163
+ padding: 22px 28px;
164
+ background:#ffffff;
165
+ border-radius:20px;
166
+ }
167
+ .summary .title{
168
+ font-size:46px; font-weight:800; color:#1f2430; margin-bottom:10px;
169
+ }
170
+ .summary .sub{
171
+ display:flex; align-items:center; gap:10px;
172
+ font-size:34px; color:#6b7280; font-weight:600;
173
+ }
174
+ .summary .sub svg{ width:22px; height:22px; fill:#6b7280; }
175
+
176
+ .apply-wrap{
177
+ padding: 10px 28px 28px 28px;
178
+ }
179
+ .apply-btn{
180
+ width:100%;
181
+ height:120px;
182
+ border-radius:26px;
183
+ background:#ffcc00;
184
+ display:flex; align-items:center; justify-content:center;
185
+ font-size:48px; font-weight:900; color:#1b1b1b;
186
+ border:none;
187
+ }
188
+
189
+ /* NAV PILL */
190
+ .nav-pill{
191
+ position:absolute;
192
+ bottom:24px;
193
+ left:50%;
194
+ transform:translateX(-50%);
195
+ width:320px;
196
+ height:12px;
197
+ background:#0f0f10;
198
+ border-radius:10px;
199
+ opacity:.9;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Status bar -->
207
+ <div class="status-bar">
208
+ <div class="status-left">7:47</div>
209
+ <div class="status-right">
210
+ <div class="sb-icon"></div>
211
+ <div class="sb-icon"></div>
212
+ <div class="dot"></div>
213
+ <div class="wifi">
214
+ <svg viewBox="0 0 24 16">
215
+ <path d="M12 14 L10 12 A6 6 0 0 1 14 12 Z" fill="#fff"/>
216
+ <path d="M12 10 L8 6 A10 10 0 0 1 16 6 Z" fill="#fff" opacity="0.7"/>
217
+ </svg>
218
+ </div>
219
+ <div class="battery">
220
+ <svg viewBox="0 0 30 16">
221
+ <rect x="0.5" y="2.5" width="24" height="11" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
222
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#fff"/>
223
+ <rect x="25.5" y="6" width="3" height="4" rx="1" fill="#fff"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Top bar with close and legend -->
230
+ <div class="topbar">
231
+ <div class="close-btn" aria-label="Close">
232
+ <svg viewBox="0 0 24 24" fill="none">
233
+ <line x1="4" y1="4" x2="20" y2="20" />
234
+ <line x1="20" y1="4" x2="4" y2="20" />
235
+ </svg>
236
+ </div>
237
+ <div class="legend">
238
+ <div class="chip green">$</div>
239
+ <div class="chip orange">$$</div>
240
+ <div class="chip red">$$$</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Weekday names -->
245
+ <div class="weekday-row">
246
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
247
+ </div>
248
+
249
+ <!-- October -->
250
+ <div class="month-head">
251
+ <div class="mname">Oct</div>
252
+ <div class="myear">2023</div>
253
+ </div>
254
+ <div class="grid">
255
+ <!-- Row 1 -->
256
+ <div class="day ghost">1</div>
257
+ <div class="day ghost">2</div>
258
+ <div class="day ghost">3</div>
259
+ <div class="day ghost">4</div>
260
+ <div class="day ghost">5</div>
261
+ <div class="day ghost">6</div>
262
+ <div class="day ghost">7</div>
263
+ <!-- Row 2 -->
264
+ <div class="day ghost">8</div>
265
+ <div class="day ghost">9</div>
266
+ <div class="day ghost">10</div>
267
+ <div class="day ghost">11</div>
268
+ <div class="day ghost">12</div>
269
+ <div class="day ghost">13</div>
270
+ <div class="day ghost">14</div>
271
+ <!-- Row 3 -->
272
+ <div class="day ghost">15</div>
273
+ <div class="day ghost">16</div>
274
+ <div class="day ghost">17</div>
275
+ <div class="day ghost">18</div>
276
+ <div class="day high">19</div>
277
+ <div class="day selected">20</div>
278
+ <div class="day mid">21</div>
279
+ <!-- Row 4 -->
280
+ <div class="day mid">22</div>
281
+ <div class="day mid">23</div>
282
+ <div class="day mid">24</div>
283
+ <div class="day mid">25</div>
284
+ <div class="day mid">26</div>
285
+ <div class="day mid">27</div>
286
+ <div class="day high">28</div>
287
+ <!-- Row 5 -->
288
+ <div class="day high">29</div>
289
+ <div class="day mid">30</div>
290
+ <div class="day mid">31</div>
291
+ <div class="day ghost"></div>
292
+ <div class="day ghost"></div>
293
+ <div class="day ghost"></div>
294
+ <div class="day ghost"></div>
295
+ </div>
296
+
297
+ <!-- November -->
298
+ <div class="month-head" style="margin-top: 8px;">
299
+ <div class="mname">Nov</div>
300
+ <div class="myear">2023</div>
301
+ </div>
302
+ <div class="grid">
303
+ <!-- Row 1: Nov starts on Wed -> 3 ghosts -->
304
+ <div class="day ghost"></div>
305
+ <div class="day ghost"></div>
306
+ <div class="day ghost"></div>
307
+ <div class="day mid">1</div>
308
+ <div class="day mid">2</div>
309
+ <div class="day mid">3</div>
310
+ <div class="day mid">4</div>
311
+ <!-- Row 2 -->
312
+ <div class="day mid">5</div>
313
+ <div class="day mid">6</div>
314
+ <div class="day low">7</div>
315
+ <div class="day low">8</div>
316
+ <div class="day low">9</div>
317
+ <div class="day low">10</div>
318
+ <div class="day low">11</div>
319
+ <!-- Row 3 -->
320
+ <div class="day mid">12</div>
321
+ <div class="day mid">13</div>
322
+ <div class="day low">14</div>
323
+ <div class="day low">15</div>
324
+ <div class="day low">16</div>
325
+ <div class="day mid">17</div>
326
+ <div class="day low">18</div>
327
+ <!-- Row 4 -->
328
+ <div class="day low">19</div>
329
+ <div class="day low">20</div>
330
+ <div class="day low">21</div>
331
+ <div class="day low">22</div>
332
+ <div class="day low">23</div>
333
+ <div class="day low">24</div>
334
+ <div class="day mid">25</div>
335
+ </div>
336
+
337
+ <!-- Bottom sheet -->
338
+ <div class="sheet">
339
+ <div class="rows">
340
+ <div class="summary">
341
+ <div class="title">Fri, Oct 20</div>
342
+ <div class="sub">Exact day
343
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
344
+ </div>
345
+ </div>
346
+ <div class="summary">
347
+ <div class="title">Fri, Oct 20</div>
348
+ <div class="sub">Exact day
349
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
350
+ </div>
351
+ </div>
352
+ </div>
353
+ <div class="apply-wrap">
354
+ <button class="apply-btn">Apply</button>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Navigation indicator pill -->
359
+ <div class="nav-pill"></div>
360
+ </div>
361
+ </body>
362
+ </html>
code/3223/3223_12.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Picker 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
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #171A21;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: flex-end;
24
+ padding: 0 32px 18px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { font-size: 40px; }
30
+ .status-right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .dot { width: 10px; height: 10px; background: #C8CCD1; border-radius: 50%; opacity: .9; }
37
+ .icon-wifi {
38
+ width: 36px; height: 24px;
39
+ border: 3px solid #fff; border-top: none; border-radius: 0 0 10px 10px;
40
+ position: relative;
41
+ }
42
+ .icon-battery {
43
+ width: 56px; height: 26px; border: 3px solid #fff; border-radius: 4px; position: relative;
44
+ }
45
+ .icon-battery::after {
46
+ content: ""; position: absolute; right: -10px; top: 7px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
47
+ }
48
+ .icon-battery .level { position: absolute; left: 3px; top: 3px; right: 10px; bottom: 3px; background: #fff; }
49
+
50
+ /* Header */
51
+ .header {
52
+ height: 160px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 36px;
56
+ box-sizing: border-box;
57
+ background: #ffffff;
58
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
59
+ }
60
+ .close-btn {
61
+ width: 72px; height: 72px; border-radius: 50%;
62
+ display: flex; align-items: center; justify-content: center; color: #222;
63
+ }
64
+ .chip-row {
65
+ margin-left: auto;
66
+ display: flex; gap: 26px;
67
+ }
68
+ .chip {
69
+ padding: 18px 34px;
70
+ border-radius: 18px;
71
+ font-size: 36px;
72
+ font-weight: 700;
73
+ line-height: 1;
74
+ color: #1B1F27;
75
+ border: 1px solid rgba(0,0,0,0.08);
76
+ }
77
+ .chip.green { background: #CFF3D6; }
78
+ .chip.orange { background: #F7BE85; }
79
+ .chip.red { background: #F5A6AD; }
80
+
81
+ /* Weekdays */
82
+ .weekdays {
83
+ display: grid;
84
+ grid-template-columns: repeat(7, 1fr);
85
+ padding: 22px 38px 0;
86
+ color: #5B616B;
87
+ font-weight: 700;
88
+ letter-spacing: 2px;
89
+ font-size: 28px;
90
+ text-align: center;
91
+ }
92
+
93
+ /* Month section */
94
+ .month {
95
+ padding: 34px 38px 12px;
96
+ display: flex; align-items: center;
97
+ }
98
+ .month h2 { margin: 0; font-size: 46px; color: #20242C; font-weight: 800; }
99
+ .month .yr { margin-left: auto; color: #20242C; opacity: .9; font-size: 40px; font-weight: 800; }
100
+
101
+ /* Calendar grid */
102
+ .calendar {
103
+ padding: 0 32px 18px;
104
+ }
105
+ .grid {
106
+ display: grid;
107
+ grid-template-columns: repeat(7, 1fr);
108
+ grid-gap: 22px;
109
+ }
110
+
111
+ .cell {
112
+ height: 120px;
113
+ position: relative;
114
+ display: flex; align-items: center; justify-content: center;
115
+ border-radius: 18px;
116
+ font-size: 38px;
117
+ font-weight: 800;
118
+ color: #20242C;
119
+ }
120
+
121
+ .cell.plain {
122
+ background: transparent;
123
+ color: #B6BBC6;
124
+ font-weight: 700;
125
+ }
126
+
127
+ .cell.orange { background: #F6B374; color: #1B1F27; }
128
+ .cell.green { background: #CFF3D6; color: #1B1F27; }
129
+ .cell.red { background: #F2A4AB; color: #1B1F27; }
130
+ .cell.selected {
131
+ background: #1F2430;
132
+ color: #ffffff;
133
+ }
134
+
135
+ .bracket {
136
+ position: absolute;
137
+ top: 18px; bottom: 18px; width: 10px; background: #ffffff; border-radius: 6px;
138
+ }
139
+ .bracket.left { left: -6px; }
140
+ .bracket.right { right: -6px; }
141
+
142
+ /* Divider space between months */
143
+ .spacer { height: 28px; }
144
+
145
+ /* Bottom picker */
146
+ .bottom-panel {
147
+ position: absolute;
148
+ left: 0; right: 0; bottom: 110px;
149
+ background: #ffffff;
150
+ border-top: 1px solid rgba(0,0,0,0.08);
151
+ padding: 24px 20px 28px;
152
+ box-sizing: border-box;
153
+ }
154
+ .selection-row {
155
+ display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
156
+ padding: 18px 12px 8px;
157
+ }
158
+ .sel {
159
+ padding: 6px 14px;
160
+ }
161
+ .sel .title {
162
+ font-size: 42px; font-weight: 800; color: #1C212B;
163
+ }
164
+ .sel .sub {
165
+ margin-top: 6px; color: #6F7683; font-size: 30px; display: inline-flex; align-items: center; gap: 10px;
166
+ }
167
+ .caret {
168
+ width: 18px; height: 18px; border-left: 3px solid #6F7683; border-bottom: 3px solid #6F7683; transform: rotate(-45deg); margin-top: 4px;
169
+ }
170
+
171
+ .apply-wrap { padding: 10px 16px 6px; }
172
+ .apply-btn {
173
+ width: 100%;
174
+ height: 120px;
175
+ background: #FFD00A;
176
+ border: none;
177
+ border-radius: 22px;
178
+ font-size: 44px;
179
+ font-weight: 800;
180
+ color: #1C212B;
181
+ box-shadow: 0 6px 0 rgba(0,0,0,0.05);
182
+ }
183
+
184
+ /* Gesture bar */
185
+ .gesture {
186
+ position: absolute; left: 50%; transform: translateX(-50%);
187
+ bottom: 28px; width: 300px; height: 12px; background: #C8CCD1; border-radius: 8px;
188
+ }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+
194
+ <!-- Status Bar -->
195
+ <div class="status-bar">
196
+ <div class="status-left">7:47</div>
197
+ <div class="status-right">
198
+ <div class="dot"></div>
199
+ <div class="dot"></div>
200
+ <div class="dot"></div>
201
+ <div class="icon-wifi"></div>
202
+ <div class="icon-battery"><div class="level"></div></div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Header with close and price chips -->
207
+ <div class="header">
208
+ <div class="close-btn" aria-label="Close">
209
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round">
210
+ <path d="M6 6l12 12"></path>
211
+ <path d="M18 6l-12 12"></path>
212
+ </svg>
213
+ </div>
214
+
215
+ <div class="chip-row">
216
+ <div class="chip green">$</div>
217
+ <div class="chip orange">$$</div>
218
+ <div class="chip red">$$$</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Weekdays -->
223
+ <div class="weekdays">
224
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
225
+ </div>
226
+
227
+ <!-- October -->
228
+ <div class="month"><h2>Oct</h2><div class="yr">2023</div></div>
229
+ <div class="calendar">
230
+ <div class="grid">
231
+ <!-- Row 1: Oct 1-7 -->
232
+ <div class="cell plain">1</div>
233
+ <div class="cell plain">2</div>
234
+ <div class="cell plain">3</div>
235
+ <div class="cell plain">4</div>
236
+ <div class="cell plain">5</div>
237
+ <div class="cell plain">6</div>
238
+ <div class="cell plain">7</div>
239
+ <!-- Row 2: 8-14 -->
240
+ <div class="cell plain">8</div>
241
+ <div class="cell plain">9</div>
242
+ <div class="cell plain">10</div>
243
+ <div class="cell plain">11</div>
244
+ <div class="cell plain">12</div>
245
+ <div class="cell plain">13</div>
246
+ <div class="cell plain">14</div>
247
+ <!-- Row 3: 15-21 -->
248
+ <div class="cell plain">15</div>
249
+ <div class="cell plain">16</div>
250
+ <div class="cell plain">17</div>
251
+ <div class="cell plain">18</div>
252
+ <div class="cell red">
253
+ 19
254
+ <span class="bracket right"></span>
255
+ </div>
256
+ <div class="cell selected">20</div>
257
+ <div class="cell selected">21</div>
258
+ <!-- Row 4: 22-28 -->
259
+ <div class="cell selected">
260
+ 22
261
+ <span class="bracket left"></span>
262
+ </div>
263
+ <div class="cell orange">23</div>
264
+ <div class="cell orange">24</div>
265
+ <div class="cell orange">25</div>
266
+ <div class="cell orange">26</div>
267
+ <div class="cell orange">27</div>
268
+ <div class="cell red">28</div>
269
+ <!-- Row 5: 29-31 -->
270
+ <div class="cell red">29</div>
271
+ <div class="cell orange">30</div>
272
+ <div class="cell orange">31</div>
273
+ <!-- trailing empties for grid alignment -->
274
+ <div class="cell plain"></div>
275
+ <div class="cell plain"></div>
276
+ <div class="cell plain"></div>
277
+ <div class="cell plain"></div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="spacer"></div>
282
+
283
+ <!-- November -->
284
+ <div class="month"><h2>Nov</h2><div class="yr">2023</div></div>
285
+ <div class="calendar">
286
+ <div class="grid">
287
+ <!-- Leading blanks for Sun/Mon/Tue -->
288
+ <div class="cell plain"></div>
289
+ <div class="cell plain"></div>
290
+ <div class="cell plain"></div>
291
+ <div class="cell orange">1</div>
292
+ <div class="cell orange">2</div>
293
+ <div class="cell orange">3</div>
294
+ <div class="cell orange">4</div>
295
+
296
+ <div class="cell orange">5</div>
297
+ <div class="cell orange">6</div>
298
+ <div class="cell green">7</div>
299
+ <div class="cell green">8</div>
300
+ <div class="cell green">9</div>
301
+ <div class="cell green">10</div>
302
+ <div class="cell green">11</div>
303
+
304
+ <div class="cell orange">12</div>
305
+ <div class="cell orange">13</div>
306
+ <div class="cell green">14</div>
307
+ <div class="cell green">15</div>
308
+ <div class="cell green">16</div>
309
+ <div class="cell orange">17</div>
310
+ <div class="cell green">18</div>
311
+
312
+ <div class="cell green">19</div>
313
+ <div class="cell green">20</div>
314
+ <div class="cell green">21</div>
315
+ <div class="cell green">22</div>
316
+ <div class="cell green">23</div>
317
+ <div class="cell green">24</div>
318
+ <div class="cell orange">25</div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Bottom selection panel and Apply -->
323
+ <div class="bottom-panel">
324
+ <div class="selection-row">
325
+ <div class="sel">
326
+ <div class="title">Fri, Oct 20</div>
327
+ <div class="sub">Exact day <span class="caret"></span></div>
328
+ </div>
329
+ <div class="sel" style="text-align:right;">
330
+ <div class="title">Sun, Oct 22</div>
331
+ <div class="sub" style="justify-content:flex-end;">Exact day <span class="caret"></span></div>
332
+ </div>
333
+ </div>
334
+ <div class="apply-wrap">
335
+ <button class="apply-btn">Apply</button>
336
+ </div>
337
+ </div>
338
+
339
+ <div class="gesture"></div>
340
+ </div>
341
+ </body>
342
+ </html>
code/3223/3223_13.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flights 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: #1f2937;
17
+ }
18
+
19
+ /* Status bar (mock) */
20
+ .status-bar {
21
+ height: 96px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #6b7280;
27
+ font-size: 28px;
28
+ }
29
+ .status-icons { display: flex; gap: 18px; align-items: center; }
30
+
31
+ /* App Bar */
32
+ .appbar {
33
+ height: 120px;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 24px;
37
+ }
38
+ .back-btn {
39
+ width: 72px;
40
+ height: 72px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ margin-right: 8px;
45
+ }
46
+ .title {
47
+ font-size: 54px;
48
+ font-weight: 700;
49
+ color: #111827;
50
+ }
51
+
52
+ /* Tabs */
53
+ .tabs {
54
+ display: flex;
55
+ padding: 0 24px;
56
+ border-bottom: 1px solid #e5e7eb;
57
+ height: 96px;
58
+ align-items: flex-end;
59
+ gap: 40px;
60
+ }
61
+ .tab {
62
+ font-size: 40px;
63
+ color: #6b7280;
64
+ padding-bottom: 22px;
65
+ }
66
+ .tab.active {
67
+ color: #111827;
68
+ font-weight: 700;
69
+ border-bottom: 6px solid #111827;
70
+ }
71
+
72
+ /* Fields */
73
+ .fields { padding: 28px 24px; }
74
+ .field {
75
+ background: #eef1f6;
76
+ border-radius: 28px;
77
+ padding: 28px 28px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 22px;
81
+ height: 120px;
82
+ color: #111827;
83
+ font-size: 40px;
84
+ margin-bottom: 14px;
85
+ }
86
+ .field .label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
87
+
88
+ .icon {
89
+ width: 56px;
90
+ height: 56px;
91
+ display: inline-flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #4b5563;
95
+ }
96
+
97
+ /* Swap overlay */
98
+ .swap-wrap {
99
+ position: relative;
100
+ margin-bottom: 22px;
101
+ }
102
+ .swap-overlay {
103
+ position: absolute;
104
+ right: 36px;
105
+ top: 60px;
106
+ width: 96px;
107
+ height: 96px;
108
+ background: #ffffff;
109
+ border: 2px solid #e5e7eb;
110
+ border-radius: 24px;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ z-index: 2;
115
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
116
+ }
117
+
118
+ /* Options */
119
+ .section-title {
120
+ font-size: 46px;
121
+ font-weight: 700;
122
+ color: #111827;
123
+ padding: 24px 24px 8px 24px;
124
+ }
125
+ .pills {
126
+ display: flex;
127
+ flex-direction: column;
128
+ gap: 26px;
129
+ padding: 0 24px;
130
+ }
131
+ .pill {
132
+ width: 420px;
133
+ height: 110px;
134
+ border: 3px solid #d8dbe3;
135
+ border-radius: 24px;
136
+ background: #ffffff;
137
+ display: flex;
138
+ align-items: center;
139
+ gap: 24px;
140
+ padding: 0 24px;
141
+ font-size: 40px;
142
+ color: #1f2937;
143
+ }
144
+ .spacer-large { height: 760px; }
145
+
146
+ /* Bottom action button */
147
+ .bottom-cta {
148
+ position: absolute;
149
+ left: 24px;
150
+ right: 24px;
151
+ bottom: 180px;
152
+ height: 120px;
153
+ background: #ffd00a;
154
+ border-radius: 28px;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ font-size: 44px;
159
+ font-weight: 700;
160
+ color: #111827;
161
+ }
162
+
163
+ /* Android nav bar (mock) */
164
+ .nav-bar {
165
+ position: absolute;
166
+ left: 0; right: 0; bottom: 0;
167
+ height: 120px;
168
+ background: #000000;
169
+ }
170
+ .home-indicator {
171
+ position: absolute;
172
+ bottom: 34px;
173
+ left: 50%;
174
+ transform: translateX(-50%);
175
+ width: 220px;
176
+ height: 12px;
177
+ border-radius: 8px;
178
+ background: #e5e7eb;
179
+ opacity: 0.9;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+ <!-- Status Bar (mock) -->
186
+ <div class="status-bar">
187
+ <div>7:48</div>
188
+ <div class="status-icons">
189
+ <span>19º</span>
190
+ <span>•</span>
191
+ <span>◬</span>
192
+ <span>⌁</span>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App Bar -->
197
+ <div class="appbar">
198
+ <div class="back-btn">
199
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
200
+ <polyline points="15 18 9 12 15 6"></polyline>
201
+ </svg>
202
+ </div>
203
+ <div class="title">Flights</div>
204
+ </div>
205
+
206
+ <!-- Tabs -->
207
+ <div class="tabs">
208
+ <div class="tab active">Round-trip</div>
209
+ <div class="tab">One-way</div>
210
+ <div class="tab">Multi-city</div>
211
+ </div>
212
+
213
+ <!-- Fields -->
214
+ <div class="fields">
215
+ <div class="swap-wrap">
216
+ <div class="field">
217
+ <div class="icon">
218
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4b5563">
219
+ <path d="M2 16l6-6 5 5 3-3 6 6H2z"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="label">Venice, Veneto, Italy (VCE)</div>
223
+ </div>
224
+ <div class="field">
225
+ <div class="icon">
226
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4b5563">
227
+ <path d="M2 16l6-6 5 5 3-3 6 6H2z"></path>
228
+ </svg>
229
+ </div>
230
+ <div class="label">New York, United States (NYC)</div>
231
+ </div>
232
+
233
+ <div class="swap-overlay" title="Swap">
234
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
235
+ <path d="M7 3v12"></path>
236
+ <polyline points="3 7 7 3 11 7"></polyline>
237
+ <path d="M17 21V9"></path>
238
+ <polyline points="13 17 17 21 21 17"></polyline>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="field" style="margin-top: 22px;">
244
+ <div class="icon">
245
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#4b5563" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
246
+ <rect x="3" y="4" width="18" height="18" rx="2"></rect>
247
+ <line x1="16" y1="2" x2="16" y2="6"></line>
248
+ <line x1="8" y1="2" x2="8" y2="6"></line>
249
+ <line x1="3" y1="10" x2="21" y2="10"></line>
250
+ </svg>
251
+ </div>
252
+ <div class="label">Fri, Oct 20 – Sun, Oct 22</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Options -->
257
+ <div class="section-title">Options</div>
258
+ <div class="pills">
259
+ <div class="pill">
260
+ <div class="icon">
261
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4b5563">
262
+ <circle cx="12" cy="7" r="3"></circle>
263
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6"></path>
264
+ </svg>
265
+ </div>
266
+ <div>1 Traveler</div>
267
+ </div>
268
+
269
+ <div class="pill">
270
+ <div class="icon">
271
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4b5563">
272
+ <path d="M3 13h11v6H3z"></path>
273
+ <path d="M16 9h5v10h-5z"></path>
274
+ </svg>
275
+ </div>
276
+ <div>First</div>
277
+ </div>
278
+
279
+ <div class="pill">
280
+ <div class="icon">
281
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4b5563">
282
+ <path d="M7 7h10v10H7z"></path>
283
+ <path d="M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"></path>
284
+ </svg>
285
+ </div>
286
+ <div>0 checked</div>
287
+ </div>
288
+
289
+ <div class="pill">
290
+ <div class="icon">
291
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#4b5563" stroke-width="2">
292
+ <path d="M21 12a9 9 0 1 1-2.64-6.36"></path>
293
+ <polyline points="21 3 21 9 15 9"></polyline>
294
+ </svg>
295
+ </div>
296
+ <div>Any stops</div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="spacer-large"></div>
301
+
302
+ <!-- Bottom Button -->
303
+ <div class="bottom-cta">Search flights</div>
304
+
305
+ <!-- Android bottom nav (mock) -->
306
+ <div class="nav-bar">
307
+ <div class="home-indicator"></div>
308
+ </div>
309
+ </div>
310
+ </body>
311
+ </html>
code/3223/3223_15.html ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flight Results Mock</title>
7
+ <style>
8
+ html, body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Roboto, Arial, sans-serif; color: #1f2a37; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #F6F8FB;
16
+ }
17
+
18
+ /* Top status bar (mock) */
19
+ .status-bar {
20
+ height: 96px;
21
+ background: #ffffff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ font-weight: 600;
26
+ color: #616e7c;
27
+ border-bottom: 1px solid #e8edf3;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 20px; font-size: 40px; }
30
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
31
+ .dot { width: 10px; height: 10px; background:#8a99a8; border-radius:50%; display:inline-block; }
32
+
33
+ /* Header */
34
+ .header {
35
+ background: #ffffff;
36
+ padding: 28px 36px 24px 36px;
37
+ border-bottom: 1px solid #e8edf3;
38
+ }
39
+ .header-row {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 20px;
43
+ margin-bottom: 8px;
44
+ }
45
+ .title {
46
+ font-size: 58px;
47
+ font-weight: 800;
48
+ letter-spacing: 0.3px;
49
+ }
50
+ .subrow {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 18px;
54
+ color: #6b7785;
55
+ font-size: 36px;
56
+ font-weight: 600;
57
+ margin-top: 6px;
58
+ }
59
+ .grow { flex: 1; }
60
+ .icon-btn {
61
+ width: 72px; height: 72px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ border-radius: 14px;
64
+ color: #29323d;
65
+ }
66
+ .currency {
67
+ display: flex; align-items: center; gap: 12px;
68
+ margin-left: 6px;
69
+ }
70
+ .currency .pill {
71
+ padding: 10px 18px;
72
+ border-radius: 18px;
73
+ background: #f3f5f8;
74
+ font-size: 30px;
75
+ font-weight: 700;
76
+ color: #273341;
77
+ }
78
+ .yellow-accent {
79
+ margin-top: 20px;
80
+ width: 100%;
81
+ height: 10px;
82
+ background: linear-gradient(90deg, #ffdd55 0 70%, transparent 70% 100%);
83
+ border-radius: 6px;
84
+ }
85
+
86
+ /* Search info */
87
+ .searching {
88
+ padding: 24px 36px 8px 36px;
89
+ font-size: 38px;
90
+ font-weight: 700;
91
+ color: #2d3748;
92
+ }
93
+
94
+ /* Chips */
95
+ .chips {
96
+ display: flex;
97
+ gap: 18px;
98
+ padding: 0 36px 24px 36px;
99
+ overflow-x: auto;
100
+ }
101
+ .chip {
102
+ background: #ffffff;
103
+ border: 2px solid #dbe3ec;
104
+ color: #23303f;
105
+ font-weight: 700;
106
+ font-size: 34px;
107
+ padding: 18px 26px;
108
+ border-radius: 20px;
109
+ white-space: nowrap;
110
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
111
+ }
112
+
113
+ /* Cards */
114
+ .card {
115
+ background: #ffffff;
116
+ margin: 24px 32px;
117
+ border-radius: 26px;
118
+ box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
119
+ overflow: hidden;
120
+ }
121
+ .card-inner { padding: 28px; }
122
+ .ad-row {
123
+ display: flex; align-items: center; gap: 26px;
124
+ }
125
+ .img-ph {
126
+ width: 180px; height: 110px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ border-radius: 14px;
130
+ display: flex; align-items: center; justify-content: center;
131
+ color: #757575; font-weight: 700; font-size: 28px;
132
+ }
133
+ .ad-text { flex: 1; }
134
+ .ad-title { font-size: 44px; font-weight: 800; margin-bottom: 6px; }
135
+ .ad-sub { font-size: 32px; color: #6b7785; margin-bottom: 4px; }
136
+ .ad-tag { font-size: 28px; color: #8a99a8; }
137
+ .ad-cta { font-size: 42px; font-weight: 800; color: #1e293b; }
138
+
139
+ /* Flight item */
140
+ .badge {
141
+ display: inline-block;
142
+ padding: 10px 18px;
143
+ border-radius: 14px;
144
+ font-size: 28px;
145
+ font-weight: 800;
146
+ }
147
+ .badge.blue { background: #e9f1ff; color: #2b6cb0; }
148
+ .badge.green { background: #ebf9ee; color: #2c7a4b; }
149
+
150
+ .flight-row {
151
+ margin-top: 18px;
152
+ display: flex; align-items: center; gap: 18px;
153
+ }
154
+ .logo-ph {
155
+ width: 64px; height: 64px; border-radius: 12px;
156
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
157
+ font-size: 18px; display: flex; align-items: center; justify-content: center;
158
+ }
159
+ .segment {
160
+ display: flex; align-items: center; gap: 18px;
161
+ font-size: 40px; font-weight: 900;
162
+ }
163
+ .grey { color: #7a8794; font-weight: 700; }
164
+ .airport-pill {
165
+ display: inline-block;
166
+ padding: 8px 16px;
167
+ border-radius: 12px;
168
+ font-size: 28px;
169
+ font-weight: 800;
170
+ background: #e9eff6;
171
+ color: #374151;
172
+ }
173
+ .divider-line { height: 1px; background: #e8edf3; margin: 20px 0; }
174
+ .price-col {
175
+ margin-left: auto;
176
+ text-align: right;
177
+ }
178
+ .price {
179
+ font-size: 54px;
180
+ font-weight: 900;
181
+ }
182
+ .fare-note {
183
+ font-size: 28px;
184
+ color: #7a8794;
185
+ margin-top: 4px;
186
+ font-weight: 700;
187
+ }
188
+ .airline-footer {
189
+ display: flex; align-items: center;
190
+ padding-top: 18px;
191
+ }
192
+ .airline-name { font-size: 34px; color: #3a4754; }
193
+ .heart {
194
+ margin-left: auto;
195
+ width: 60px; height: 60px;
196
+ }
197
+
198
+ /* Bottom gesture bar */
199
+ .gesture-bar {
200
+ position: absolute;
201
+ bottom: 22px; left: 50%;
202
+ transform: translateX(-50%);
203
+ width: 360px; height: 10px; background: #1f293780;
204
+ border-radius: 12px;
205
+ }
206
+
207
+ /* Simple icons */
208
+ svg { display: block; }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+
214
+ <!-- Status bar -->
215
+ <div class="status-bar">
216
+ <div class="status-left">
217
+ <span>7:48</span>
218
+ <span class="dot"></span>
219
+ <span class="dot"></span>
220
+ <span>19°</span>
221
+ <span class="dot"></span>
222
+ <span class="dot"></span>
223
+ </div>
224
+ <div class="status-right">
225
+ <!-- Signal -->
226
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#697586" d="M3 20h2v-2H3v2zm4 0h2v-6H7v6zm4 0h2v-10h-2V20zm4 0h2V6h-2v14zm4 0h2V2h-2v18z"/></svg>
227
+ <!-- Battery -->
228
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#697586" d="M16 5H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm3 4v4h2V9h-2z"/></svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Header -->
233
+ <div class="header">
234
+ <div class="header-row">
235
+ <div class="icon-btn" aria-label="Back">
236
+ <svg width="44" height="44" viewBox="0 0 24 24">
237
+ <path d="M15.5 3.5 7 12l8.5 8.5" stroke="#1f2a37" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
238
+ </svg>
239
+ </div>
240
+ <div class="title">VCE – NYC</div>
241
+ <div class="grow"></div>
242
+ <div class="icon-btn" title="Alerts">
243
+ <svg width="44" height="44" viewBox="0 0 24 24">
244
+ <path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2Zm6-6V11a6 6 0 1 0-12 0v5L4 17v2h16v-2l-2-1z" fill="#1f2a37"/>
245
+ </svg>
246
+ </div>
247
+ <div class="icon-btn" title="Share">
248
+ <svg width="44" height="44" viewBox="0 0 24 24">
249
+ <path d="M18 8a3 3 0 1 0-2.83-4H15a3 3 0 0 0 0 6 3 3 0 0 0 2.83-2zM6 14a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm12-4a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM8.59 15.53l6.82 3.41-.9 1.79-6.82-3.41.9-1.79zm6.82-10.46l.9 1.79-6.82 3.41-.9-1.79 6.82-3.41z" fill="#1f2a37"/>
250
+ </svg>
251
+ </div>
252
+ <div class="currency">
253
+ <div style="font-weight:900;">€ $</div>
254
+ <div class="pill">USD</div>
255
+ </div>
256
+ </div>
257
+ <div class="subrow">
258
+ <span>Oct 20 – 22</span>
259
+ <span>
260
+ <svg width="34" height="34" viewBox="0 0 24 24">
261
+ <path fill="#475569" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-7 2-7 4v2h14v-2c0-2-3-4-7-4z"/>
262
+ </svg>
263
+ </span>
264
+ <span>1</span>
265
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" stroke="#6b7785" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
266
+ </div>
267
+ <div class="yellow-accent"></div>
268
+ </div>
269
+
270
+ <!-- Searching note -->
271
+ <div class="searching">Searching for lower prices…</div>
272
+
273
+ <!-- Chips -->
274
+ <div class="chips">
275
+ <div class="chip">Stops</div>
276
+ <div class="chip">Times</div>
277
+ <div class="chip">Airlines</div>
278
+ <div class="chip">Airports</div>
279
+ <div class="chip">Bags</div>
280
+ <div class="chip">Duration</div>
281
+ </div>
282
+
283
+ <!-- Ad Card -->
284
+ <div class="card">
285
+ <div class="card-inner ad-row">
286
+ <div class="img-ph">[IMG: BUSINESS CLASS]</div>
287
+ <div class="ad-text">
288
+ <div class="ad-title">Fly on Business to New York</div>
289
+ <div class="ad-sub">Because You Deserve It.</div>
290
+ <div class="ad-tag">Ad</div>
291
+ </div>
292
+ <div class="ad-cta">View Deal</div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Flight Card 1 -->
297
+ <div class="card">
298
+ <div class="card-inner">
299
+ <span class="badge blue">Best</span>
300
+
301
+ <div class="flight-row">
302
+ <div class="logo-ph">LG</div>
303
+ <div class="segment">
304
+ <span>7:50p</span>
305
+ <span class="grey">— ▭ —</span>
306
+ <span>12:35p +1</span>
307
+ <span class="airport-pill">JFK</span>
308
+ </div>
309
+ <div class="price-col">
310
+ <div class="price">$6,730</div>
311
+ <div class="fare-note">Multiple fares</div>
312
+ </div>
313
+ </div>
314
+ <div class="flight-row" style="margin-top:10px;">
315
+ <div class="logo-ph">LG</div>
316
+ <div class="segment">
317
+ <span>6:40p</span>
318
+ <span class="grey">— ▭ —</span>
319
+ <span>12:05p +1</span>
320
+ <span class="airport-pill">VCE</span>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="divider-line"></div>
325
+ <div class="airline-footer">
326
+ <div class="airline-name">British Airways - Operated by BA Euroflyer</div>
327
+ <svg class="heart" viewBox="0 0 24 24">
328
+ <path d="M12 21s-8-4.6-8-10.2A4.8 4.8 0 0 1 8.8 6a5 5 0 0 1 3.2 1.2A5 5 0 0 1 15.2 6 4.8 4.8 0 0 1 20 10.8C20 16.4 12 21 12 21z" fill="none" stroke="#1f2a37" stroke-width="2"/>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Flight Card 2 -->
335
+ <div class="card">
336
+ <div class="card-inner">
337
+ <span class="badge green">Cheapest</span>
338
+
339
+ <div class="flight-row">
340
+ <div class="logo-ph">LG</div>
341
+ <div class="segment">
342
+ <span>9:20p</span>
343
+ <span class="grey">— ▭ —</span>
344
+ <span>1:50p +1</span>
345
+ <span class="airport-pill">EWR</span>
346
+ </div>
347
+ <div class="price-col">
348
+ <div class="price">$6,608</div>
349
+ <div class="fare-note">Multiple fares</div>
350
+ </div>
351
+ </div>
352
+ <div class="flight-row" style="margin-top:10px;">
353
+ <div class="logo-ph">LG</div>
354
+ <div class="segment">
355
+ <span>6:40p</span>
356
+ <span class="grey">— ▭ —</span>
357
+ <span>12:05p +1</span>
358
+ <span class="airport-pill">VCE</span>
359
+ </div>
360
+ </div>
361
+
362
+ <div class="divider-line"></div>
363
+ <div class="airline-footer">
364
+ <div class="airline-name">British Airways</div>
365
+ <svg class="heart" viewBox="0 0 24 24">
366
+ <path d="M12 21s-8-4.6-8-10.2A4.8 4.8 0 0 1 8.8 6a5 5 0 0 1 3.2 1.2A5 5 0 0 1 15.2 6 4.8 4.8 0 0 1 20 10.8C20 16.4 12 21 12 21z" fill="none" stroke="#1f2a37" stroke-width="2"/>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Flight Card 3 -->
373
+ <div class="card">
374
+ <div class="card-inner">
375
+ <div class="flight-row">
376
+ <div class="logo-ph">LG</div>
377
+ <div class="segment">
378
+ <span>9:20p</span>
379
+ <span class="grey">— ▭ —</span>
380
+ <span>12:35p +1</span>
381
+ <span class="airport-pill">JFK</span>
382
+ </div>
383
+ <div class="price-col">
384
+ <div class="price">$6,713</div>
385
+ <div class="fare-note">Multiple fares</div>
386
+ </div>
387
+ </div>
388
+ <div class="flight-row" style="margin-top:10px;">
389
+ <div class="logo-ph">LG</div>
390
+ <div class="segment">
391
+ <span>6:40p</span>
392
+ <span class="grey">— ▭ —</span>
393
+ <span>12:05p +1</span>
394
+ <span class="airport-pill">VCE</span>
395
+ </div>
396
+ </div>
397
+
398
+ <div class="divider-line"></div>
399
+ <div class="airline-footer">
400
+ <div class="airline-name">British Airways</div>
401
+ <svg class="heart" viewBox="0 0 24 24">
402
+ <path d="M12 21s-8-4.6-8-10.2A4.8 4.8 0 0 1 8.8 6a5 5 0 0 1 3.2 1.2A5 5 0 0 1 15.2 6 4.8 4.8 0 0 1 20 10.8C20 16.4 12 21 12 21z" fill="none" stroke="#1f2a37" stroke-width="2"/>
403
+ </svg>
404
+ </div>
405
+ </div>
406
+ </div>
407
+
408
+ <!-- Bottom gesture bar -->
409
+ <div class="gesture-bar"></div>
410
+ </div>
411
+ </body>
412
+ </html>
code/3223/3223_2.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flights 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
+ color: #1f2937;
14
+ }
15
+ /* Status bar (simplified) */
16
+ .status-bar {
17
+ height: 96px;
18
+ padding: 0 40px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #374151; font-size: 36px;
21
+ }
22
+ .status-icons { display: flex; gap: 24px; align-items: center; }
23
+ .dot { width: 10px; height: 10px; background:#9CA3AF; border-radius:50%; display:inline-block; }
24
+ .sys-icon { width: 28px; height: 18px; border:2px solid #6B7280; border-radius:3px; position: relative; }
25
+ .sys-icon:after { content:""; position:absolute; right:-8px; top:4px; width:6px; height:10px; border-radius:2px; background:#6B7280; }
26
+ /* Header */
27
+ .header {
28
+ display: flex; align-items: center;
29
+ padding: 0 40px; height: 100px;
30
+ }
31
+ .icon-btn { width: 72px; height: 72px; border: none; background: transparent; display:flex; align-items:center; justify-content:center; }
32
+ .title { font-size: 56px; font-weight: 600; margin-left: 24px; }
33
+ .tabs {
34
+ display: flex; gap: 60px;
35
+ padding: 0 40px; height: 100px; align-items: flex-end;
36
+ border-bottom: 1px solid #e5e7eb;
37
+ }
38
+ .tab { font-size: 38px; color: #6B7280; padding-bottom: 18px; }
39
+ .tab.active { color:#111827; border-bottom: 4px solid #111827; }
40
+ /* Inputs */
41
+ .inputs { padding: 30px 32px; position: relative; }
42
+ .input-card {
43
+ background: #EEF0F4;
44
+ border-radius: 28px;
45
+ padding: 26px 32px;
46
+ display: flex; align-items: center; gap: 24px;
47
+ margin: 18px 8px;
48
+ }
49
+ .input-card .label { font-size: 36px; color: #111827; }
50
+ .swap-floating {
51
+ position: absolute; right: 52px; top: 390px;
52
+ width: 120px; height: 120px; border-radius: 26px;
53
+ background: #ffffff; border: 1px solid #E5E7EB;
54
+ display: flex; align-items: center; justify-content: center;
55
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
56
+ }
57
+ /* Options */
58
+ .section-title { font-size: 42px; font-weight: 600; color:#1F2937; padding: 24px 44px; }
59
+ .options { padding: 0 36px; display: flex; flex-direction: column; gap: 28px; }
60
+ .pill {
61
+ display: inline-flex; align-items: center; gap: 22px;
62
+ border: 2px solid #D9DEE7; border-radius: 26px;
63
+ padding: 22px 30px; width: 460px; color:#1F2937; font-size: 36px;
64
+ background: #ffffff;
65
+ }
66
+ .pill svg { width: 48px; height: 48px; }
67
+ /* CTA */
68
+ .cta { position: absolute; left: 36px; right: 36px; bottom: 160px; }
69
+ .search-btn {
70
+ background: #FFC107; color: #111827; font-weight: 700; font-size: 44px;
71
+ height: 140px; border-radius: 28px; display:flex; align-items:center; justify-content:center;
72
+ box-shadow: 0 4px 8px rgba(0,0,0,0.12);
73
+ }
74
+ /* Bottom bar (gesture area) */
75
+ .bottom-bar {
76
+ position: absolute; left:0; right:0; bottom:0; height: 110px; background: #000000;
77
+ display:flex; align-items:center; justify-content:center;
78
+ }
79
+ .handle { width: 180px; height: 12px; background:#D1D5DB; border-radius: 10px; }
80
+ /* Icon base */
81
+ .icon { stroke:#374151; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
82
+ .icon-fill { fill:#374151; stroke:none; }
83
+ </style>
84
+ </head>
85
+ <body>
86
+ <div id="render-target">
87
+ <!-- Simplified status bar -->
88
+ <div class="status-bar">
89
+ <div>7:44</div>
90
+ <div class="status-icons">
91
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span>
92
+ <span class="dot"></span>
93
+ <div class="sys-icon"></div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- Header -->
98
+ <div class="header">
99
+ <button class="icon-btn" aria-label="Back">
100
+ <svg viewBox="0 0 24 24">
101
+ <path class="icon" d="M15 6 L8 12 L15 18"></path>
102
+ </svg>
103
+ </button>
104
+ <div class="title">Flights</div>
105
+ </div>
106
+
107
+ <!-- Tabs -->
108
+ <div class="tabs">
109
+ <div class="tab active">Round-trip</div>
110
+ <div class="tab">One-way</div>
111
+ <div class="tab">Multi-city</div>
112
+ </div>
113
+
114
+ <!-- Inputs -->
115
+ <div class="inputs">
116
+ <div class="input-card">
117
+ <svg viewBox="0 0 24 24">
118
+ <!-- simple plane icon -->
119
+ <path class="icon-fill" d="M2 12 L22 7 L15 12 L22 17 L2 12 Z"></path>
120
+ </svg>
121
+ <div class="label">Grand Rapids, Michigan, United States (GRR)</div>
122
+ </div>
123
+
124
+ <div class="swap-floating" aria-label="Swap">
125
+ <svg viewBox="0 0 24 24">
126
+ <path class="icon" d="M7 17 L12 22 L17 17"></path>
127
+ <path class="icon" d="M17 7 L12 2 L7 7"></path>
128
+ </svg>
129
+ </div>
130
+
131
+ <div class="input-card">
132
+ <svg viewBox="0 0 24 24">
133
+ <!-- arrival plane (simple) -->
134
+ <path class="icon-fill" d="M2 14 L22 19 L14 14 L22 9 L2 14 Z"></path>
135
+ </svg>
136
+ <div class="label">Rome, Italy (ROM)</div>
137
+ </div>
138
+
139
+ <div class="input-card">
140
+ <svg viewBox="0 0 24 24">
141
+ <!-- calendar icon -->
142
+ <rect class="icon" x="3" y="5" width="18" height="16" rx="2"></rect>
143
+ <line class="icon" x1="3" y1="10" x2="21" y2="10"></line>
144
+ <line class="icon" x1="8" y1="3" x2="8" y2="7"></line>
145
+ <line class="icon" x1="16" y1="3" x2="16" y2="7"></line>
146
+ </svg>
147
+ <div class="label">Thu, Nov 9 – Fri, Nov 17</div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Options -->
152
+ <div class="section-title">Options</div>
153
+ <div class="options">
154
+ <div class="pill">
155
+ <svg viewBox="0 0 24 24">
156
+ <!-- user icon -->
157
+ <circle class="icon" cx="12" cy="8" r="4"></circle>
158
+ <path class="icon" d="M4 21 C4 16 20 16 20 21"></path>
159
+ </svg>
160
+ <span>1 Traveler</span>
161
+ </div>
162
+
163
+ <div class="pill">
164
+ <svg viewBox="0 0 24 24">
165
+ <!-- seat icon -->
166
+ <rect class="icon" x="5" y="6" width="8" height="8" rx="2"></rect>
167
+ <path class="icon" d="M13 14 L19 14"></path>
168
+ <path class="icon" d="M17 14 L17 20"></path>
169
+ </svg>
170
+ <span>First</span>
171
+ </div>
172
+
173
+ <div class="pill">
174
+ <svg viewBox="0 0 24 24">
175
+ <!-- bag icon -->
176
+ <rect class="icon" x="5" y="7" width="14" height="13" rx="2"></rect>
177
+ <path class="icon" d="M9 7 C9 5 15 5 15 7"></path>
178
+ </svg>
179
+ <span>0 checked</span>
180
+ </div>
181
+
182
+ <div class="pill">
183
+ <svg viewBox="0 0 24 24">
184
+ <!-- stops icon -->
185
+ <path class="icon" d="M6 16 A6 6 0 1 1 18 8"></path>
186
+ <path class="icon" d="M18 8 L18 13"></path>
187
+ </svg>
188
+ <span>Any stops</span>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- CTA Button -->
193
+ <div class="cta">
194
+ <div class="search-btn">Search flights</div>
195
+ </div>
196
+
197
+ <!-- Bottom gesture bar -->
198
+ <div class="bottom-bar">
199
+ <div class="handle"></div>
200
+ </div>
201
+ </div>
202
+ </body>
203
+ </html>
code/3223/3223_3.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Flights UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #4B4F57;
25
+ font-size: 34px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 16px; }
29
+ .status-right { display: flex; align-items: center; gap: 22px; }
30
+ .dot { width: 10px; height: 10px; background: #7D828B; border-radius: 50%; display: inline-block; }
31
+
32
+ /* Header */
33
+ .header {
34
+ height: 112px;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 28px;
38
+ box-sizing: border-box;
39
+ color: #151821;
40
+ font-weight: 600;
41
+ font-size: 48px;
42
+ }
43
+ .header .back {
44
+ width: 72px; height: 72px; border-radius: 36px;
45
+ display: flex; align-items: center; justify-content: center;
46
+ margin-right: 16px; color: #1F1F1F;
47
+ }
48
+ .header-title { font-size: 48px; font-weight: 700; }
49
+
50
+ /* Search card */
51
+ .search-card {
52
+ margin: 18px 28px 22px 28px;
53
+ background: #EFF1F6;
54
+ border-radius: 22px;
55
+ overflow: hidden;
56
+ position: relative;
57
+ border: 1px solid #E4E6ED;
58
+ }
59
+ .search-row {
60
+ height: 112px;
61
+ display: flex;
62
+ align-items: center;
63
+ padding: 0 28px;
64
+ gap: 20px;
65
+ box-sizing: border-box;
66
+ color: #2C3138;
67
+ font-size: 40px;
68
+ }
69
+ .search-row + .search-row { border-top: 1px solid #E2E5EC; }
70
+ .placeholder { color: #8B9098; }
71
+ .plane-icon { width: 44px; height: 44px; color: #5A6270; flex: 0 0 auto; }
72
+
73
+ .swap-wrap {
74
+ position: absolute;
75
+ right: 18px;
76
+ top: 22px;
77
+ width: 116px;
78
+ height: 116px;
79
+ border-radius: 18px;
80
+ background: #FFFFFF;
81
+ border: 1px solid #E0E4ED;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ }
86
+ .swap-wrap svg { width: 48px; height: 48px; color: #3A3F46; }
87
+
88
+ /* Toggles & rows */
89
+ .section {
90
+ padding: 18px 28px;
91
+ box-sizing: border-box;
92
+ }
93
+ .row {
94
+ height: 100px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ color: #1C1F27;
99
+ font-size: 40px;
100
+ }
101
+ .row .label { display: flex; align-items: center; gap: 24px; }
102
+ .subtle { color: #7B8290; }
103
+ .divider { height: 1px; background: #ECEFF4; margin: 16px 0; }
104
+
105
+ /* Toggle */
106
+ .toggle {
107
+ width: 104px; height: 56px; background: #E9EBF2; border-radius: 28px; position: relative;
108
+ border: 1px solid #D2D6E0;
109
+ }
110
+ .toggle::after {
111
+ content: "";
112
+ position: absolute; top: 50%; transform: translateY(-50%);
113
+ right: 6px;
114
+ width: 44px; height: 44px; background: #C0C3D3; border-radius: 50%;
115
+ }
116
+
117
+ /* Recent header */
118
+ .recent-head {
119
+ padding: 8px 28px;
120
+ display: flex; align-items: center; justify-content: space-between;
121
+ color: #545B66; font-size: 38px;
122
+ margin-top: 8px;
123
+ }
124
+ .clear { color: #4D6AFF; font-weight: 600; }
125
+
126
+ /* Recent list */
127
+ .recent-list { margin-top: 8px; }
128
+ .recent-item {
129
+ display: flex; align-items: center; justify-content: space-between;
130
+ padding: 22px 28px;
131
+ box-sizing: border-box;
132
+ }
133
+ .recent-item + .recent-item { border-top: 1px solid #EEF1F5; }
134
+ .recent-left { display: flex; align-items: center; gap: 24px; }
135
+ .recent-text .title { font-size: 42px; font-weight: 700; color: #1B1F26; }
136
+ .recent-text .subtitle { font-size: 34px; color: #767E8A; margin-top: 6px; }
137
+ .code { font-size: 38px; color: #2E323A; font-weight: 700; }
138
+
139
+ /* Keyboard overlay */
140
+ .keyboard {
141
+ position: absolute;
142
+ left: 0; right: 0; bottom: 0;
143
+ height: 880px;
144
+ background: #111316;
145
+ border-top-left-radius: 26px;
146
+ border-top-right-radius: 26px;
147
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.35);
148
+ color: #D9DDE3;
149
+ }
150
+ .kb-row-icons {
151
+ height: 112px;
152
+ display: flex; align-items: center; gap: 26px;
153
+ padding: 0 28px; box-sizing: border-box;
154
+ }
155
+ .kb-chip {
156
+ width: 88px; height: 88px; background: #1C1F23; border-radius: 18px;
157
+ display: flex; align-items: center; justify-content: center; color: #C8CDD5; font-size: 34px;
158
+ }
159
+ .keys {
160
+ display: grid;
161
+ grid-template-columns: repeat(10, 1fr);
162
+ gap: 12px;
163
+ padding: 10px 18px;
164
+ box-sizing: border-box;
165
+ }
166
+ .key {
167
+ height: 110px; background: #1B1E22; border-radius: 16px; display: flex; align-items: center; justify-content: center;
168
+ font-size: 48px; color: #E6E9EE;
169
+ }
170
+ .keys.small { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
171
+ .bottom-row {
172
+ display: grid; grid-template-columns: 1.2fr 1fr 4fr 1fr 1.6fr; gap: 12px;
173
+ padding: 10px 18px; box-sizing: border-box;
174
+ }
175
+ .enter { background: #6EF0EC; color: #0E1216; font-weight: 700; }
176
+ .home-pill {
177
+ position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
178
+ width: 260px; height: 10px; background: #EAEAEA; border-radius: 6px;
179
+ opacity: 0.95;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status Bar -->
187
+ <div class="status-bar">
188
+ <div class="status-left">7:44</div>
189
+ <div class="status-right">
190
+ <span class="dot"></span>
191
+ <span class="dot"></span>
192
+ <span class="dot" style="width:12px;height:12px;"></span>
193
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#6B717A"><path d="M12 3a6 6 0 0 1 6 6h-2a4 4 0 0 0-8 0H6a6 6 0 0 1 6-6z"/><path d="M6 15h12v6H6z"/></svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header">
199
+ <div class="back" aria-label="Back">
200
+ <svg width="36" height="36" viewBox="0 0 24 24" stroke="#1D2330" fill="none" stroke-width="2">
201
+ <path d="M6 6l12 12M18 6L6 18"/>
202
+ </svg>
203
+ </div>
204
+ <div class="header-title">Flights</div>
205
+ </div>
206
+
207
+ <!-- Search Card -->
208
+ <div class="search-card">
209
+ <div class="search-row">
210
+ <svg class="plane-icon" viewBox="0 0 24 24" fill="currentColor">
211
+ <path d="M21 16l-8-5-2.5 1.6L7 12l-4 1v2l4-1 3.5.4L13 16l8 2v-2z"></path>
212
+ </svg>
213
+ <div class="placeholder">Enter a city or airport</div>
214
+ </div>
215
+ <div class="search-row">
216
+ <svg class="plane-icon" viewBox="0 0 24 24" fill="currentColor">
217
+ <path d="M21 16l-8-5-2.5 1.6L7 12l-4 1v2l4-1 3.5.4L13 16l8 2v-2z"></path>
218
+ </svg>
219
+ <div>Rome, Italy (ROM)</div>
220
+ </div>
221
+ <div class="swap-wrap" aria-label="Swap">
222
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
223
+ <path d="M8 3v14M5 6l3-3 3 3M16 21V7M19 18l-3 3-3-3"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Add nearby airports -->
229
+ <div class="section">
230
+ <div class="row">
231
+ <div class="label">Add nearby airports</div>
232
+ <div class="toggle"></div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Current location -->
237
+ <div class="section">
238
+ <div class="row">
239
+ <div class="label">
240
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#2D3440">
241
+ <path d="M12 2l3 7 7 3-7 3-3 7-3-7-7-3 7-3 3-7z"/>
242
+ </svg>
243
+ <span>Current location</span>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="divider" style="margin: 8px 0;"></div>
249
+
250
+ <!-- Recent locations header -->
251
+ <div class="recent-head">
252
+ <div>Recent locations</div>
253
+ <div class="clear">Clear</div>
254
+ </div>
255
+
256
+ <!-- Recent list -->
257
+ <div class="recent-list">
258
+ <div class="recent-item">
259
+ <div class="recent-left">
260
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#1E232B">
261
+ <path d="M21 16l-8-5-2.5 1.6L7 12l-4 1v2l4-1 3.5.4L13 16l8 2v-2z"/>
262
+ </svg>
263
+ <div class="recent-text">
264
+ <div class="title">Rome, Italy</div>
265
+ <div class="subtitle">All airports</div>
266
+ </div>
267
+ </div>
268
+ <div class="code">ROM</div>
269
+ </div>
270
+
271
+ <div class="recent-item">
272
+ <div class="recent-left">
273
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#1E232B">
274
+ <path d="M21 16l-8-5-2.5 1.6L7 12l-4 1v2l4-1 3.5.4L13 16l8 2v-2z"/>
275
+ </svg>
276
+ <div class="recent-text">
277
+ <div class="title">Cape Town, South Africa</div>
278
+ <div class="subtitle">Cape Town Intl</div>
279
+ </div>
280
+ </div>
281
+ <div class="code">CPT</div>
282
+ </div>
283
+
284
+ <div class="recent-item">
285
+ <div class="recent-left">
286
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#1E232B">
287
+ <path d="M21 16l-8-5-2.5 1.6L7 12l-4 1v2l4-1 3.5.4L13 16l8 2v-2z"/>
288
+ </svg>
289
+ <div class="recent-text">
290
+ <div class="title">Grand Rapids, Michigan, United States</div>
291
+ <div class="subtitle">Gerald R. Ford Intl</div>
292
+ </div>
293
+ </div>
294
+ <div class="code">GRR</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Keyboard overlay -->
299
+ <div class="keyboard">
300
+ <div class="kb-row-icons">
301
+ <div class="kb-chip" style="width:96px;">
302
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#C9CED6"><path d="M4 4h16v4H4zM4 10h10v4H4zM4 16h16v4H4z"/></svg>
303
+ </div>
304
+ <div class="kb-chip">😊</div>
305
+ <div class="kb-chip" style="width:120px;">GIF</div>
306
+ <div class="kb-chip">Gx</div>
307
+ <div class="kb-chip">
308
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#C9CED6"><path d="M12 2l4 8H8l4-8zm0 20l-4-8h8l-4 8z"/></svg>
309
+ </div>
310
+ <div class="kb-chip">
311
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#C9CED6"><circle cx="12" cy="12" r="10"/></svg>
312
+ </div>
313
+ <div class="kb-chip" style="margin-left:auto;">
314
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#C9CED6"><path d="M12 4a8 8 0 1 1 0 16"/></svg>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="keys">
319
+ <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>
320
+ </div>
321
+ <div class="keys" style="grid-template-columns: 0.6fr repeat(9, 1fr); padding-left: 48px; padding-right: 18px;">
322
+ <div></div>
323
+ <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>
324
+ </div>
325
+ <div class="keys small">
326
+ <div class="key">⇧</div>
327
+ <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>
328
+ <div class="key">
329
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#E6E9EE">
330
+ <path d="M20 8l-8 8-8-8h16z"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ <div class="bottom-row">
335
+ <div class="key">?123</div>
336
+ <div class="key">,</div>
337
+ <div class="key" style="opacity:0.9;"> </div>
338
+ <div class="key">.</div>
339
+ <div class="key enter">✓</div>
340
+ </div>
341
+ <div class="home-pill"></div>
342
+ </div>
343
+
344
+ </div>
345
+ </body>
346
+ </html>
code/3223/3223_4.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Flights Search 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: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-radius: 24px;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between; color: #2e2e2e;
18
+ font-size: 40px; font-weight: 600;
19
+ }
20
+ .sb-left { display: flex; align-items: center; gap: 16px; }
21
+ .sb-right { display: flex; align-items: center; gap: 20px; }
22
+ .sb-dot { width: 10px; height: 10px; background:#6f6f6f; border-radius:50%; }
23
+ .sb-icon { width: 40px; height: 40px; }
24
+
25
+ /* Header */
26
+ .header {
27
+ height: 120px; display:flex; align-items:center; gap:24px;
28
+ padding: 0 36px; color:#111; font-size: 52px; font-weight: 700;
29
+ }
30
+ .icon-btn {
31
+ width: 72px; height:72px; border-radius: 50%; display:flex; align-items:center; justify-content:center;
32
+ cursor: pointer;
33
+ }
34
+ .icon { width: 48px; height: 48px; }
35
+
36
+ /* Search area */
37
+ .search-area { padding: 20px 36px 12px; }
38
+ .search-box {
39
+ background:#f2f3f5; border-radius: 24px; overflow:hidden; border:1px solid #e6e7ea;
40
+ }
41
+ .row {
42
+ height: 128px; display:flex; align-items:center; padding: 0 24px; gap: 22px; position: relative;
43
+ }
44
+ .row + .row { border-top: 1px solid #e6e7ea; }
45
+ .plane-icon { width: 48px; height: 48px; }
46
+ .row .text-main { font-size: 48px; color:#1f1f1f; }
47
+ .swap-box {
48
+ position:absolute; right:16px; top:50%; transform:translateY(-50%);
49
+ width: 96px; height: 96px; border-radius: 24px; background:#ffffff; border:1px solid #dfe2e6;
50
+ display:flex; align-items:center; justify-content:center;
51
+ }
52
+
53
+ /* Nearby toggle */
54
+ .nearby {
55
+ padding: 32px 36px; display:flex; align-items:center; justify-content:space-between;
56
+ color:#202124; font-size: 40px;
57
+ }
58
+ .toggle {
59
+ width: 120px; height: 64px; background:#e9eaee; border-radius: 32px; position: relative;
60
+ }
61
+ .toggle::after {
62
+ content:""; width: 62px; height: 62px; background:#ffffff; border:1px solid #c9cbd1;
63
+ border-radius: 50%; position:absolute; left:2px; top:1px;
64
+ }
65
+
66
+ /* List */
67
+ .list { padding: 0 36px 24px; }
68
+ .item {
69
+ display:flex; align-items:flex-start; justify-content:space-between; gap:24px; padding: 28px 0;
70
+ border-bottom:1px solid #f0f0f0;
71
+ }
72
+ .item-left { display:flex; gap:28px; }
73
+ .city-icon, .airport-icon { width: 56px; height: 56px; flex-shrink:0; }
74
+ .item-title { font-size: 44px; font-weight: 700; color:#222; }
75
+ .item-sub { font-size: 38px; color:#5f6368; margin-top: 8px; }
76
+ .item-sub a, .item-title a { color:#1976d2; text-decoration:none; }
77
+ .item-code { font-size: 44px; color:#6b6f75; font-weight:700; padding-top: 10px; min-width: 120px; text-align:right; }
78
+
79
+ /* Keyboard mock */
80
+ .keyboard {
81
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 900px;
82
+ background:#1a1a1a; border-top-left-radius: 24px; border-top-right-radius: 24px;
83
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
84
+ }
85
+ .kb-suggestion {
86
+ height: 120px; display:flex; align-items:center; gap: 24px; padding: 0 24px; color:#ddd; font-size: 40px;
87
+ }
88
+ .pill {
89
+ padding: 16px 28px; border-radius: 24px; background:#2a2a2a; border:1px solid #3a3a3a; color:#eaeaea;
90
+ }
91
+ .kb-rows { padding: 12px 18px; }
92
+ .kb-row {
93
+ display:flex; gap: 14px; justify-content:center; margin-top: 12px;
94
+ }
95
+ .key {
96
+ width: 88px; height: 112px; border-radius: 18px;
97
+ background:#2a2a2a; border:1px solid #3a3a3a; color:#fafafa; font-size: 44px;
98
+ display:flex; align-items:center; justify-content:center;
99
+ }
100
+ .key.wide { width: 140px; }
101
+ .key.space { width: 540px; }
102
+ .key.teal { background:#b7dedd; color:#0f2726; border-color:#a4d3d2; }
103
+ .key.cyan { background:#9af3ef; color:#0c2e2d; border-color:#86e4e0; }
104
+ .enter {
105
+ width: 120px; height: 120px; border-radius: 34px; background:#8ff0e8; color:#0c2e2d; font-size: 52px;
106
+ display:flex; align-items:center; justify-content:center; margin-left: 8px;
107
+ }
108
+ .kb-bottom { display:flex; align-items:center; justify-content:space-between; padding: 20px 24px; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div class="sb-left">
117
+ <div>7:45</div>
118
+ <div class="sb-dot"></div>
119
+ <div class="sb-dot"></div>
120
+ <div class="sb-dot"></div>
121
+ </div>
122
+ <div class="sb-right">
123
+ <!-- simple wifi -->
124
+ <svg class="sb-icon" viewBox="0 0 24 24">
125
+ <path d="M2 8c5-4 15-4 20 0M6 12c3-3 9-3 12 0M10 16c2-2 6-2 8 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ <circle cx="18" cy="20" r="2" fill="#555"/>
127
+ </svg>
128
+ <!-- battery -->
129
+ <svg class="sb-icon" viewBox="0 0 28 24">
130
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#555" fill="none" stroke-width="2"/>
131
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#7a7a7a"/>
132
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#555"/>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Header -->
138
+ <div class="header">
139
+ <div class="icon-btn">
140
+ <svg class="icon" viewBox="0 0 24 24">
141
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
142
+ </svg>
143
+ </div>
144
+ <div>Flights</div>
145
+ </div>
146
+
147
+ <!-- Search boxes -->
148
+ <div class="search-area">
149
+ <div class="search-box">
150
+ <div class="row">
151
+ <svg class="plane-icon" viewBox="0 0 24 24">
152
+ <path d="M2 12 L14 14 L21 20 L19 14 L22 12 L19 10 L21 4 L14 10 Z" fill="#3b3b3b"/>
153
+ </svg>
154
+ <div class="text-main">italy</div>
155
+ <div class="swap-box">
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <path d="M8 4 v10 M6 6 l2-2 l2 2 M16 20 v-10 M14 18 l2 2 l2-2" stroke="#2b2d31" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ <div class="row">
162
+ <svg class="plane-icon" viewBox="0 0 24 24">
163
+ <path d="M2 12 L14 14 L21 20 L19 14 L22 12 L19 10 L21 4 L14 10 Z" fill="#3b3b3b"/>
164
+ </svg>
165
+ <div class="text-main" style="color:#3a3a3a;">Rome, Italy (ROM)</div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Nearby toggle -->
171
+ <div class="nearby">
172
+ <div>Add nearby airports</div>
173
+ <div class="toggle"></div>
174
+ </div>
175
+
176
+ <!-- Results list -->
177
+ <div class="list">
178
+ <!-- Rome - All airports -->
179
+ <div class="item">
180
+ <div class="item-left">
181
+ <svg class="city-icon" viewBox="0 0 24 24">
182
+ <rect x="3" y="4" width="7" height="16" rx="1" fill="#2f3b4a"/>
183
+ <rect x="12" y="7" width="9" height="13" rx="1" fill="#2f3b4a"/>
184
+ <rect x="5" y="6" width="3" height="3" fill="#fff" opacity=".25"/>
185
+ <rect x="14" y="9" width="3" height="3" fill="#fff" opacity=".25"/>
186
+ </svg>
187
+ <div>
188
+ <div class="item-title">Rome, <a href="#">Italy</a></div>
189
+ <div class="item-sub">All airports</div>
190
+ </div>
191
+ </div>
192
+ <div class="item-code">ROM</div>
193
+ </div>
194
+
195
+ <!-- Ciampino -->
196
+ <div class="item">
197
+ <div class="item-left">
198
+ <svg class="airport-icon" viewBox="0 0 24 24">
199
+ <path d="M2 12 L14 14 L21 20 L19 14 L22 12 L19 10 L21 4 L14 10 Z" fill="#2f3b4a"/>
200
+ </svg>
201
+ <div>
202
+ <div class="item-title">Ciampino</div>
203
+ <div class="item-sub">Rome, <a href="#">Italy</a></div>
204
+ </div>
205
+ </div>
206
+ <div class="item-code">CIA</div>
207
+ </div>
208
+
209
+ <!-- Fiumicino -->
210
+ <div class="item">
211
+ <div class="item-left">
212
+ <svg class="airport-icon" viewBox="0 0 24 24">
213
+ <path d="M2 12 L14 14 L21 20 L19 14 L22 12 L19 10 L21 4 L14 10 Z" fill="#2f3b4a"/>
214
+ </svg>
215
+ <div>
216
+ <div class="item-title">Fiumicino</div>
217
+ <div class="item-sub">Rome, <a href="#">Italy</a></div>
218
+ </div>
219
+ </div>
220
+ <div class="item-code">FCO</div>
221
+ </div>
222
+
223
+ <!-- Milan - All airports -->
224
+ <div class="item">
225
+ <div class="item-left">
226
+ <svg class="city-icon" viewBox="0 0 24 24">
227
+ <rect x="3" y="4" width="7" height="16" rx="1" fill="#2f3b4a"/>
228
+ <rect x="12" y="7" width="9" height="13" rx="1" fill="#2f3b4a"/>
229
+ <rect x="5" y="6" width="3" height="3" fill="#fff" opacity=".25"/>
230
+ <rect x="14" y="9" width="3" height="3" fill="#fff" opacity=".25"/>
231
+ </svg>
232
+ <div>
233
+ <div class="item-title">Milan, Lombardy, <a href="#">Italy</a></div>
234
+ <div class="item-sub">All airports</div>
235
+ </div>
236
+ </div>
237
+ <div class="item-code">MIL</div>
238
+ </div>
239
+
240
+ <!-- Venice - All airports -->
241
+ <div class="item">
242
+ <div class="item-left">
243
+ <svg class="city-icon" viewBox="0 0 24 24">
244
+ <rect x="3" y="4" width="7" height="16" rx="1" fill="#2f3b4a"/>
245
+ <rect x="12" y="7" width="9" height="13" rx="1" fill="#2f3b4a"/>
246
+ <rect x="5" y="6" width="3" height="3" fill="#fff" opacity=".25"/>
247
+ <rect x="14" y="9" width="3" height="3" fill="#fff" opacity=".25"/>
248
+ </svg>
249
+ <div>
250
+ <div class="item-title">Venice, Veneto, <a href="#">Italy</a></div>
251
+ <div class="item-sub">All airports</div>
252
+ </div>
253
+ </div>
254
+ <div class="item-code">VCE</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Keyboard overlay -->
259
+ <div class="keyboard">
260
+ <div class="kb-suggestion">
261
+ <span class="pill">italy</span>
262
+ <span class="pill">Italy</span>
263
+ <span class="pill">itlay</span>
264
+ <div style="margin-left:auto; display:flex; align-items:center; gap:14px;">
265
+ <span class="pill" style="width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center;">
266
+ <svg viewBox="0 0 24 24" width="36" height="36">
267
+ <path d="M12 4 C9 4 6 7 6 10 c0 5 6 10 6 10 s6-5 6-10 c0-3-3-6-6-6zm0 8 a2 2 0 1 0 0-4 a2 2 0 0 0 0 4z" fill="#ddd"/>
268
+ </svg>
269
+ </span>
270
+ </div>
271
+ </div>
272
+ <div class="kb-rows">
273
+ <div class="kb-row">
274
+ <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>
275
+ <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>
276
+ </div>
277
+ <div class="kb-row">
278
+ <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>
279
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key wide">l</div>
280
+ </div>
281
+ <div class="kb-row">
282
+ <div class="key wide">⇧</div>
283
+ <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>
284
+ <div class="key">n</div><div class="key">m</div>
285
+ <div class="key wide">
286
+ <svg viewBox="0 0 24 24" width="36" height="36">
287
+ <path d="M4 6 L20 18 M20 6 L4 18" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="kb-bottom">
292
+ <div style="display:flex; align-items:center; gap:14px;">
293
+ <div class="key teal">?123</div>
294
+ <div class="key">,</div>
295
+ <div class="key">😊</div>
296
+ <div class="key space"></div>
297
+ <div class="key">.</div>
298
+ </div>
299
+ <div class="enter">✓</div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ </div>
305
+ </body>
306
+ </html>
code/3223/3223_5.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Flights UI</title>
7
+ <style>
8
+ :root{
9
+ --bg:#ffffff;
10
+ --text:#111317;
11
+ --muted:#6b7280;
12
+ --chip-border:#D8DDE7;
13
+ --field-bg:#ECEFF4;
14
+ --divider:#E0E4EA;
15
+ --accent:#111317;
16
+ --yellow:#FFC400;
17
+ --icon:#39434E;
18
+ }
19
+ body{ margin:0; padding:0; background:transparent; }
20
+ #render-target{
21
+ width:1080px; height:2400px;
22
+ position:relative; overflow:hidden;
23
+ background:var(--bg);
24
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
25
+ color:var(--text);
26
+ }
27
+ /* Top nav */
28
+ .status-spacer{ height:120px; }
29
+ .topbar{
30
+ display:flex; align-items:center;
31
+ padding: 0 36px;
32
+ height:96px;
33
+ }
34
+ .topbar .title{
35
+ font-size:54px; font-weight:700; margin-left:24px;
36
+ }
37
+ /* Tabs */
38
+ .tabs{
39
+ display:flex; gap:56px;
40
+ padding: 24px 36px 0;
41
+ border-bottom:1px solid var(--divider);
42
+ }
43
+ .tab{
44
+ padding:24px 8px;
45
+ font-size:38px; color:var(--muted);
46
+ position:relative;
47
+ }
48
+ .tab.active{ color:var(--accent); font-weight:700; }
49
+ .tab.active::after{
50
+ content:""; position:absolute; left:0; right:0; bottom:-1px;
51
+ height:6px; background:var(--accent); border-radius:3px;
52
+ }
53
+ /* Cards / fields */
54
+ .content{ padding:26px 32px 220px; }
55
+ .card{
56
+ background:var(--field-bg);
57
+ border-radius:28px;
58
+ padding:26px 28px;
59
+ margin-top:28px;
60
+ }
61
+ .row{
62
+ display:flex; align-items:center; gap:18px;
63
+ min-height:96px;
64
+ font-size:38px;
65
+ }
66
+ .row + .row{ margin-top:8px; }
67
+ .subdivider{
68
+ height:1px; background:#FFFFFF; opacity:.8; margin:8px -28px;
69
+ }
70
+ .swap-btn{
71
+ position:absolute;
72
+ right:28px; top:50%; transform:translateY(-50%);
73
+ width:96px; height:96px; border-radius:20px;
74
+ background:#fff; border:1px solid var(--divider);
75
+ display:flex; align-items:center; justify-content:center;
76
+ box-shadow:0 1px 2px rgba(0,0,0,.06);
77
+ }
78
+ .locations{ position:relative; padding-right:140px; }
79
+ .date-text{ font-size:38px; }
80
+ .bold{ font-weight:700; }
81
+ /* Options */
82
+ .section-title{
83
+ font-size:42px; font-weight:700; margin:36px 0 18px 8px;
84
+ }
85
+ .chips{ display:flex; flex-direction:column; gap:26px; padding-left:8px; }
86
+ .chip{
87
+ display:inline-flex; align-items:center; gap:18px;
88
+ padding:26px 30px;
89
+ border:2px solid var(--chip-border);
90
+ border-radius:22px;
91
+ font-size:38px; color:var(--text); background:#fff;
92
+ width: 440px;
93
+ }
94
+ /* Search button */
95
+ .search-bar{
96
+ position:absolute; left:28px; right:28px; bottom:150px;
97
+ height:132px; background:var(--yellow);
98
+ border-radius:28px;
99
+ display:flex; align-items:center; justify-content:center;
100
+ font-size:44px; font-weight:700; color:#111;
101
+ box-shadow:0 8px 20px rgba(0,0,0,.12);
102
+ }
103
+ /* System gesture area */
104
+ .system-bar{
105
+ position:absolute; left:0; right:0; bottom:0;
106
+ height:120px; background:#000;
107
+ display:flex; align-items:center; justify-content:center;
108
+ }
109
+ .gesture-pill{
110
+ width:200px; height:12px; border-radius:12px; background:#fff; opacity:.9;
111
+ }
112
+ /* Icon helpers */
113
+ .icon{ width:48px; height:48px; }
114
+ .icon.small{ width:42px; height:42px; }
115
+ svg{ display:block; }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+ <div class="status-spacer"></div>
121
+
122
+ <div class="topbar">
123
+ <!-- Back Arrow -->
124
+ <svg class="icon" viewBox="0 0 24 24">
125
+ <path d="M14 4 L6 12 L14 20" stroke="var(--accent)" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
126
+ <path d="M7 12 H20" stroke="var(--accent)" stroke-width="2.5" fill="none" stroke-linecap="round"/>
127
+ </svg>
128
+ <div class="title">Flights</div>
129
+ </div>
130
+
131
+ <div class="tabs">
132
+ <div class="tab active">Round-trip</div>
133
+ <div class="tab">One-way</div>
134
+ <div class="tab">Multi-city</div>
135
+ </div>
136
+
137
+ <div class="content">
138
+ <!-- Locations card -->
139
+ <div class="card locations">
140
+ <div class="row">
141
+ <!-- Plane takeoff -->
142
+ <svg class="icon" viewBox="0 0 24 24">
143
+ <path d="M2 16 H22" stroke="#cfd5de" stroke-width="1.5"/>
144
+ <path d="M2 12 L10 14 L18 9 L21 10 L22 9 L18 7 L10 11 L5 10 Z" fill="var(--icon)"/>
145
+ </svg>
146
+ <div>Venice, Veneto, Italy (VCE)</div>
147
+ </div>
148
+ <div class="subdivider"></div>
149
+ <div class="row">
150
+ <!-- Plane landing -->
151
+ <svg class="icon" viewBox="0 0 24 24">
152
+ <path d="M2 18 H22" stroke="#cfd5de" stroke-width="1.5"/>
153
+ <path d="M2 10 L10 13 L20 15 L22 14 L21 13 L10 10 L6 7 Z" fill="var(--icon)"/>
154
+ </svg>
155
+ <div>Rome, Italy (ROM)</div>
156
+ </div>
157
+ <div class="swap-btn" aria-label="Swap">
158
+ <svg width="40" height="40" viewBox="0 0 24 24">
159
+ <path d="M7 4 L4 7 L7 10" stroke="var(--accent)" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
160
+ <path d="M4 7 H14" stroke="var(--accent)" stroke-width="2" fill="none" stroke-linecap="round"/>
161
+ <path d="M17 20 L20 17 L17 14" stroke="var(--accent)" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
162
+ <path d="M20 17 H10" stroke="var(--accent)" stroke-width="2" fill="none" stroke-linecap="round"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Date card -->
168
+ <div class="card">
169
+ <div class="row">
170
+ <!-- Calendar -->
171
+ <svg class="icon" viewBox="0 0 24 24">
172
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" fill="none" stroke="var(--icon)" stroke-width="2"/>
173
+ <path d="M3 9 H21" stroke="var(--icon)" stroke-width="2"/>
174
+ <rect x="6" y="3" width="3" height="4" rx="1" fill="var(--icon)"/>
175
+ <rect x="15" y="3" width="3" height="4" rx="1" fill="var(--icon)"/>
176
+ </svg>
177
+ <div class="date-text"><span class="bold">Thu, Nov 9</span>&nbsp;–&nbsp;<span>Fri, Nov 17</span></div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Options -->
182
+ <div class="section-title">Options</div>
183
+ <div class="chips">
184
+ <div class="chip">
185
+ <!-- Person -->
186
+ <svg class="icon small" viewBox="0 0 24 24">
187
+ <circle cx="12" cy="8" r="3" fill="var(--icon)"/>
188
+ <path d="M5 20 C5 16.5 9 15 12 15 C15 15 19 16.5 19 20" fill="none" stroke="var(--icon)" stroke-width="2" stroke-linecap="round"/>
189
+ </svg>
190
+ <span>1 Traveler</span>
191
+ </div>
192
+
193
+ <div class="chip">
194
+ <!-- Seat -->
195
+ <svg class="icon small" viewBox="0 0 24 24">
196
+ <path d="M5 12 V6 A2 2 0 0 1 7 4 H9 V12" fill="none" stroke="var(--icon)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
197
+ <path d="M9 12 H17 A2 2 0 0 1 19 14 V16 H7" fill="none" stroke="var(--icon)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
198
+ </svg>
199
+ <span>First</span>
200
+ </div>
201
+
202
+ <div class="chip">
203
+ <!-- Bag -->
204
+ <svg class="icon small" viewBox="0 0 24 24">
205
+ <rect x="5" y="8" width="14" height="12" rx="2" fill="none" stroke="var(--icon)" stroke-width="2"/>
206
+ <path d="M9 8 V6 A3 3 0 0 1 12 3 A3 3 0 0 1 15 6 V8" fill="none" stroke="var(--icon)" stroke-width="2"/>
207
+ </svg>
208
+ <span>0 checked</span>
209
+ </div>
210
+
211
+ <div class="chip">
212
+ <!-- Any stops -->
213
+ <svg class="icon small" viewBox="0 0 24 24">
214
+ <path d="M12 5 A7 7 0 1 0 19 12" fill="none" stroke="var(--icon)" stroke-width="2" stroke-linecap="round"/>
215
+ <path d="M19 8 V12 H15" fill="none" stroke="var(--icon)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
216
+ </svg>
217
+ <span>Any stops</span>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="search-bar">Search flights</div>
223
+
224
+ <div class="system-bar">
225
+ <div class="gesture-pill"></div>
226
+ </div>
227
+ </div>
228
+ </body>
229
+ </html>
code/3223/3223_6.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Flights UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#FFFFFF; font-family: Arial, Helvetica, sans-serif;
13
+ color:#202124;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position:absolute; top:0; left:0; right:0;
19
+ height:100px; padding:0 32px;
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ font-size:40px; color:#1f1f1f;
22
+ }
23
+ .status-icons { display:flex; align-items:center; gap:28px; }
24
+ .dot { width:14px; height:14px; background:#70757A; border-radius:50%; }
25
+ .signal {
26
+ width:40px; height:30px; border-left:6px solid #70757A; border-bottom:6px solid transparent; border-top:6px solid transparent;
27
+ }
28
+ .battery {
29
+ width:60px; height:32px; border:4px solid #70757A; border-radius:6px; position:relative;
30
+ }
31
+ .battery::after {
32
+ content:""; position:absolute; right:-10px; top:8px; width:10px; height:16px; background:#70757A; border-radius:2px;
33
+ }
34
+ .battery-fill { position:absolute; left:4px; top:4px; bottom:4px; width:36px; background:#70757A; }
35
+
36
+ /* Header */
37
+ .header {
38
+ position:absolute; top:110px; left:0; right:0;
39
+ height:120px; display:flex; align-items:center;
40
+ padding:0 32px; gap:24px; font-weight:600; font-size:56px;
41
+ }
42
+ .close-btn {
43
+ width:72px; height:72px; border-radius:50%;
44
+ display:flex; align-items:center; justify-content:center; color:#202124;
45
+ }
46
+ .close-btn svg { width:44px; height:44px; }
47
+ .section-content { position:absolute; left:32px; right:32px; top:250px; }
48
+
49
+ /* Search card */
50
+ .search-card {
51
+ background:#F2F3F7;
52
+ border-radius:28px;
53
+ overflow:hidden;
54
+ box-shadow:0 0 0 1px rgba(32,33,36,0.06) inset;
55
+ }
56
+ .search-row {
57
+ display:flex; align-items:center; gap:24px;
58
+ padding:36px 32px; font-size:44px;
59
+ color:#3C4043;
60
+ }
61
+ .search-row + .search-row { border-top:1px solid #E5E7EA; }
62
+ .plane-icon {
63
+ width:56px; height:56px; display:flex; align-items:center; justify-content:center;
64
+ color:#202124;
65
+ }
66
+ .swap-wrap {
67
+ margin-left:auto;
68
+ width:100px; height:100px; border-radius:24px;
69
+ background:#FFFFFF; border:1px solid #E5E7EA;
70
+ display:flex; align-items:center; justify-content:center;
71
+ }
72
+ .swap-wrap svg { width:48px; height:48px; fill:#3C4043; }
73
+ .placeholder { color:#9AA0A6; }
74
+
75
+ /* Toggle row */
76
+ .toggle-row {
77
+ display:flex; align-items:center; justify-content:space-between;
78
+ font-size:44px; padding:40px 8px; color:#202124;
79
+ }
80
+ .switch {
81
+ width:120px; height:64px; border-radius:32px;
82
+ background:#CDD1D6; position:relative;
83
+ }
84
+ .switch::after {
85
+ content:""; width:56px; height:56px; border-radius:50%;
86
+ background:#FFFFFF; position:absolute; right:8px; top:4px; box-shadow:0 1px 3px rgba(0,0,0,0.25);
87
+ }
88
+
89
+ /* Current location row */
90
+ .location-row {
91
+ display:flex; align-items:center; gap:24px;
92
+ font-size:44px; color:#202124; padding:24px 8px 8px;
93
+ }
94
+ .loc-icon { width:56px; height:56px; display:flex; align-items:center; justify-content:center; }
95
+ .loc-icon svg { width:44px; height:44px; fill:#202124; }
96
+
97
+ /* Flexible section */
98
+ .subhead {
99
+ margin-top:40px; font-size:42px; color:#5F6368;
100
+ }
101
+ .flex-grid {
102
+ margin-top:24px;
103
+ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;
104
+ }
105
+ .flex-card {
106
+ border:2px solid #E5E7EA; border-radius:24px; padding:40px 24px;
107
+ display:flex; align-items:center; gap:24px; font-size:42px;
108
+ }
109
+ .flex-card .icon {
110
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center; color:#202124;
111
+ }
112
+ .flex-card svg { width:56px; height:56px; fill:#202124; }
113
+
114
+ /* Recent locations */
115
+ .recent-row {
116
+ margin-top:60px; display:flex; align-items:center; justify-content:space-between; font-size:42px;
117
+ color:#5F6368;
118
+ }
119
+ .btn-clear { color:#1a73e8; }
120
+
121
+ /* Keyboard mock */
122
+ .keyboard {
123
+ position:absolute; left:0; right:0; bottom:0;
124
+ height:900px; background:#121212; border-top-left-radius:24px; border-top-right-radius:24px;
125
+ box-shadow:0 -2px 8px rgba(0,0,0,0.2);
126
+ padding:24px 24px 32px;
127
+ color:#E0E0E0;
128
+ }
129
+ .kb-topbar {
130
+ display:flex; align-items:center; gap:28px; padding:8px 0 16px; font-size:34px; color:#B0B0B0;
131
+ }
132
+ .kb-topbar .tool {
133
+ background:#1E1E1E; border:1px solid #2A2A2A; border-radius:14px; padding:12px 18px;
134
+ }
135
+ .key-row { display:flex; gap:12px; justify-content:center; margin:18px 0; }
136
+ .key {
137
+ background:#1E1E1E; border:1px solid #2A2A2A; color:#E8EAED;
138
+ width:88px; height:100px; border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:44px;
139
+ }
140
+ .key.small { width:72px; }
141
+ .key.large { width:160px; }
142
+ .space-row { display:flex; align-items:center; gap:12px; justify-content:center; margin-top:22px; }
143
+ .space { flex:1; height:100px; background:#1E1E1E; border:1px solid #2A2A2A; border-radius:18px; }
144
+ .enter {
145
+ width:140px; height:100px; background:#A7F3EC; color:#0B3B35; border-radius:28px;
146
+ display:flex; align-items:center; justify-content:center; font-weight:700;
147
+ }
148
+ .bottom-bar {
149
+ position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
150
+ width:220px; height:10px; background:#E0E0E0; border-radius:10px; opacity:0.8;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status bar -->
158
+ <div class="status-bar">
159
+ <div>7:45</div>
160
+ <div class="status-icons">
161
+ <div class="dot"></div>
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="signal"></div>
165
+ <div class="battery"><div class="battery-fill"></div></div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Header -->
170
+ <div class="header">
171
+ <div class="close-btn" aria-label="Close">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#202124" stroke-width="2" fill="none" stroke-linecap="round"/>
174
+ </svg>
175
+ </div>
176
+ <div>Flights</div>
177
+ </div>
178
+
179
+ <!-- Main content -->
180
+ <div class="section-content">
181
+
182
+ <!-- Search card -->
183
+ <div class="search-card">
184
+ <div class="search-row">
185
+ <div class="plane-icon" aria-hidden="true">✈</div>
186
+ <div>Venice, Veneto, Italy (VCE)</div>
187
+ <div class="swap-wrap" aria-label="Swap">
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M8 5 L12 1 L16 5 M12 2 V18 M8 19 L12 23 L16 19" fill="none" stroke="#3C4043" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ <div class="search-row">
194
+ <div class="plane-icon" aria-hidden="true">🛫</div>
195
+ <div class="placeholder">Enter a city, airport, or place</div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="toggle-row">
200
+ <div>Add nearby airports</div>
201
+ <div class="switch" role="switch" aria-checked="false"></div>
202
+ </div>
203
+
204
+ <div class="location-row">
205
+ <div class="loc-icon">
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M12 2 L14 10 L22 12 L14 14 L12 22 L10 14 L2 12 L10 10 Z"/>
208
+ </svg>
209
+ </div>
210
+ <div>Current location</div>
211
+ </div>
212
+
213
+ <div class="subhead">I'm flexible</div>
214
+ <div class="flex-grid">
215
+ <div class="flex-card">
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="10"/>
219
+ <path d="M2 12 H22 M12 2 V22" fill="none" stroke="#fff" stroke-width="1.5" opacity="0.35"/>
220
+ </svg>
221
+ </div>
222
+ <div>Anywhere</div>
223
+ </div>
224
+ <div class="flex-card">
225
+ <div class="icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <rect x="4" y="6" width="16" height="12" rx="2"/>
228
+ <circle cx="12" cy="12" r="3" fill="#fff" opacity="0.35"/>
229
+ <rect x="9" y="3" width="6" height="3" rx="1"/>
230
+ </svg>
231
+ </div>
232
+ <div>Europe</div>
233
+ </div>
234
+ <div class="flex-card">
235
+ <div class="icon">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M3 18 H21" stroke="#202124" stroke-width="2" stroke-linecap="round" fill="none"/>
238
+ <path d="M7 15 C11 9, 17 9, 21 15" fill="none" stroke="#202124" stroke-width="2"/>
239
+ <path d="M12 10 L13 8 L14 10" stroke="#202124" stroke-width="2" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <div>Caribbean</div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="recent-row">
247
+ <div>Recent locations</div>
248
+ <div class="btn-clear">Clear</div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Keyboard -->
253
+ <div class="keyboard">
254
+ <div class="kb-topbar">
255
+ <div class="tool">GIF</div>
256
+ <div class="tool">🙂</div>
257
+ <div class="tool">G⌁</div>
258
+ <div class="tool">⚙️</div>
259
+ <div class="tool">🎨</div>
260
+ <div class="tool">🎤</div>
261
+ </div>
262
+ <div class="key-row">
263
+ <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>
264
+ <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>
265
+ </div>
266
+ <div class="key-row">
267
+ <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>
268
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
269
+ </div>
270
+ <div class="key-row">
271
+ <div class="key small">⇧</div>
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>
273
+ <div class="key">n</div><div class="key">m</div>
274
+ <div class="key small">⌫</div>
275
+ </div>
276
+ <div class="space-row">
277
+ <div class="key large">?123</div>
278
+ <div class="key large">,</div>
279
+ <div class="space"></div>
280
+ <div class="key large">.</div>
281
+ <div class="enter">✓</div>
282
+ </div>
283
+ <div class="bottom-bar"></div>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/3223/3223_8.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Flights 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: #1f262e;
17
+ }
18
+
19
+ /* Top app bar */
20
+ .appbar {
21
+ height: 120px;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 48px;
25
+ }
26
+ .appbar .title {
27
+ font-size: 52px;
28
+ font-weight: 700;
29
+ margin-left: 24px;
30
+ }
31
+
32
+ /* Tabs */
33
+ .tabs {
34
+ display: flex;
35
+ gap: 60px;
36
+ padding: 10px 48px 0 48px;
37
+ border-bottom: 1px solid #eee;
38
+ }
39
+ .tab {
40
+ font-size: 38px;
41
+ color: #7b828c;
42
+ padding: 24px 0;
43
+ position: relative;
44
+ }
45
+ .tab.active {
46
+ color: #131519;
47
+ font-weight: 700;
48
+ }
49
+ .tab.active::after {
50
+ content: "";
51
+ position: absolute;
52
+ left: 0;
53
+ bottom: -1px;
54
+ width: 140px;
55
+ height: 6px;
56
+ background: #1f262e;
57
+ border-radius: 3px;
58
+ }
59
+
60
+ /* Cards */
61
+ .section {
62
+ padding: 24px 36px;
63
+ }
64
+ .route-card, .date-card {
65
+ background: #ECEFF4;
66
+ border-radius: 30px;
67
+ padding: 34px 36px;
68
+ margin: 24px 12px;
69
+ position: relative;
70
+ }
71
+ .route-item, .date-item {
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 24px;
75
+ font-size: 38px;
76
+ color: #2a313b;
77
+ }
78
+ .route-item + .route-item {
79
+ margin-top: 24px;
80
+ }
81
+ .divider {
82
+ height: 1px;
83
+ background: #d5dbe3;
84
+ margin: 18px 0;
85
+ }
86
+ .swap {
87
+ position: absolute;
88
+ right: 24px;
89
+ top: 50%;
90
+ transform: translateY(-50%);
91
+ width: 120px;
92
+ height: 120px;
93
+ background: #ffffff;
94
+ border: 1px solid #d6dbe3;
95
+ border-radius: 24px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ }
100
+
101
+ /* Options */
102
+ .options-title {
103
+ font-size: 44px;
104
+ font-weight: 700;
105
+ margin: 34px 48px 16px 48px;
106
+ color: #2a313b;
107
+ }
108
+ .chips {
109
+ display: flex;
110
+ flex-direction: column;
111
+ gap: 26px;
112
+ padding: 0 48px;
113
+ }
114
+ .chip {
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 22px;
118
+ padding: 28px 26px;
119
+ border: 2px solid #d8dde6;
120
+ border-radius: 22px;
121
+ width: 420px;
122
+ color: #2a313b;
123
+ font-size: 36px;
124
+ background: #fff;
125
+ }
126
+
127
+ /* Bottom CTA */
128
+ .cta {
129
+ position: absolute;
130
+ left: 36px;
131
+ right: 36px;
132
+ bottom: 170px;
133
+ height: 150px;
134
+ background: #FFC107;
135
+ border-radius: 28px;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ font-size: 42px;
140
+ font-weight: 700;
141
+ color: #131519;
142
+ box-shadow: 0 4px 8px rgba(0,0,0,0.08);
143
+ }
144
+
145
+ /* Icon base */
146
+ .icon {
147
+ width: 56px;
148
+ height: 56px;
149
+ }
150
+ .icon svg {
151
+ width: 100%;
152
+ height: 100%;
153
+ fill: #3c4452;
154
+ stroke: #3c4452;
155
+ stroke-width: 0;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- App Bar -->
163
+ <div class="appbar">
164
+ <div class="icon" aria-label="Back">
165
+ <svg viewBox="0 0 64 64">
166
+ <path d="M36 10 L16 32 L36 54" stroke="#1f262e" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ </div>
169
+ <div class="title">Flights</div>
170
+ </div>
171
+
172
+ <!-- Tabs -->
173
+ <div class="tabs">
174
+ <div class="tab active">Round-trip</div>
175
+ <div class="tab">One-way</div>
176
+ <div class="tab">Multi-city</div>
177
+ </div>
178
+
179
+ <!-- Route selection card -->
180
+ <div class="section">
181
+ <div class="route-card">
182
+ <div class="route-item">
183
+ <div class="icon" aria-hidden="true">
184
+ <svg viewBox="0 0 64 64">
185
+ <path d="M6 36 L58 28 L58 36 L34 34 L20 46 L16 44 L24 32 L6 30 Z"/>
186
+ </svg>
187
+ </div>
188
+ <div>Venice, Veneto, Italy (VCE)</div>
189
+ </div>
190
+ <div class="divider"></div>
191
+ <div class="route-item">
192
+ <div class="icon" aria-hidden="true">
193
+ <svg viewBox="0 0 64 64">
194
+ <path d="M6 36 L58 28 L58 36 L34 34 L20 46 L16 44 L24 32 L6 30 Z"/>
195
+ </svg>
196
+ </div>
197
+ <div>New York, United States (NYC)</div>
198
+ </div>
199
+
200
+ <div class="swap" aria-label="Swap locations">
201
+ <svg viewBox="0 0 64 64">
202
+ <path d="M20 44 L20 16 M14 22 L20 16 L26 22" stroke="#3c4452" stroke-width="4" fill="none" stroke-linecap="round"/>
203
+ <path d="M44 20 L44 48 M38 42 L44 48 L50 42" stroke="#3c4452" stroke-width="4" fill="none" stroke-linecap="round"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Date card -->
209
+ <div class="date-card">
210
+ <div class="date-item">
211
+ <div class="icon" aria-hidden="true">
212
+ <svg viewBox="0 0 64 64">
213
+ <rect x="8" y="14" width="48" height="40" rx="6" ry="6" fill="none" stroke="#3c4452" stroke-width="4"/>
214
+ <rect x="8" y="22" width="48" height="8" fill="#3c4452"/>
215
+ <circle cx="20" cy="40" r="3"/>
216
+ <circle cx="32" cy="40" r="3"/>
217
+ <circle cx="44" cy="40" r="3"/>
218
+ </svg>
219
+ </div>
220
+ <div>Thu, Nov 9 – Fri, Nov 17</div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Options -->
226
+ <div class="options-title">Options</div>
227
+ <div class="chips">
228
+ <div class="chip">
229
+ <div class="icon" aria-hidden="true">
230
+ <svg viewBox="0 0 64 64">
231
+ <circle cx="32" cy="20" r="8"/>
232
+ <path d="M16 50 C16 38 48 38 48 50 Z"/>
233
+ </svg>
234
+ </div>
235
+ <div>1 Traveler</div>
236
+ </div>
237
+
238
+ <div class="chip">
239
+ <div class="icon" aria-hidden="true">
240
+ <svg viewBox="0 0 64 64">
241
+ <rect x="12" y="26" width="30" height="18" rx="4"/>
242
+ <rect x="42" y="36" width="10" height="8" rx="2"/>
243
+ </svg>
244
+ </div>
245
+ <div>First</div>
246
+ </div>
247
+
248
+ <div class="chip">
249
+ <div class="icon" aria-hidden="true">
250
+ <svg viewBox="0 0 64 64">
251
+ <rect x="14" y="24" width="36" height="26" rx="6" ry="6"/>
252
+ <path d="M24 24 V16 H40 V24" fill="none" stroke="#3c4452" stroke-width="4"/>
253
+ </svg>
254
+ </div>
255
+ <div>0 checked</div>
256
+ </div>
257
+
258
+ <div class="chip">
259
+ <div class="icon" aria-hidden="true">
260
+ <svg viewBox="0 0 64 64">
261
+ <path d="M46 18 C38 18 30 26 30 34" stroke="#3c4452" stroke-width="4" fill="none"/>
262
+ <path d="M30 34 L24 30 L30 24" stroke="#3c4452" stroke-width="4" fill="none" stroke-linecap="round"/>
263
+ </svg>
264
+ </div>
265
+ <div>Any stops</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- CTA -->
270
+ <div class="cta">Search flights</div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/3223/3223_9.html ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Date Picker</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
21
+ color: #111111;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ height: 110px;
27
+ background: #12131a;
28
+ color: #ffffff;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ font-size: 42px;
33
+ letter-spacing: 0.5px;
34
+ justify-content: space-between;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 26px;
40
+ font-size: 34px;
41
+ }
42
+ .dot {
43
+ width: 10px;
44
+ height: 10px;
45
+ background: #d9d9d9;
46
+ border-radius: 50%;
47
+ display: inline-block;
48
+ }
49
+ .wifi svg, .battery svg {
50
+ display: block;
51
+ }
52
+
53
+ /* Top toolbar */
54
+ .toolbar {
55
+ padding: 20px 36px 12px 36px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ }
60
+ .close-btn {
61
+ width: 80px;
62
+ height: 80px;
63
+ border: none;
64
+ background: transparent;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ cursor: default;
69
+ }
70
+ .legend {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 22px;
74
+ }
75
+ .chip {
76
+ padding: 16px 34px;
77
+ border-radius: 28px;
78
+ font-weight: 700;
79
+ font-size: 36px;
80
+ line-height: 1;
81
+ border: 1px solid rgba(0,0,0,0.08);
82
+ }
83
+ .chip.low { background: #c8f2d4; color: #17733b; }
84
+ .chip.mid { background: #f7c07b; color: #7a4a00; }
85
+ .chip.high{ background: #f2a3a9; color: #7a1e2c; }
86
+
87
+ /* Day of week row */
88
+ .dow {
89
+ padding: 10px 48px 0 48px;
90
+ display: grid;
91
+ grid-template-columns: repeat(7, 1fr);
92
+ color: #6a6a6a;
93
+ font-weight: 700;
94
+ font-size: 32px;
95
+ text-align: center;
96
+ }
97
+ .dow div { padding: 18px 0; }
98
+
99
+ /* Month section */
100
+ .month-header {
101
+ padding: 26px 48px 8px 48px;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: space-between;
105
+ font-weight: 800;
106
+ font-size: 50px;
107
+ color: #1c1f24;
108
+ }
109
+
110
+ .days {
111
+ padding: 10px 48px 24px 48px;
112
+ display: grid;
113
+ grid-template-columns: repeat(7, 1fr);
114
+ gap: 20px;
115
+ }
116
+
117
+ .day {
118
+ height: 120px;
119
+ border-radius: 20px;
120
+ background: #f0f0f0;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ font-weight: 800;
125
+ font-size: 40px;
126
+ color: #1b1b1b;
127
+ position: relative;
128
+ user-select: none;
129
+ }
130
+ .day.empty {
131
+ background: transparent;
132
+ border: none;
133
+ pointer-events: none;
134
+ }
135
+
136
+ .price-low { background: #c8f2d4; color: #0e5625; }
137
+ .price-mid { background: #f3b26a; color: #6b3b00; }
138
+ .price-high{ background: #f29aa0; color: #6e1b28; }
139
+
140
+ .range { background: #2b2f37; color: #ffffff; }
141
+ .range.end { background: #21242c; }
142
+
143
+ /* Range brackets */
144
+ .bracket {
145
+ position: absolute;
146
+ top: 28px;
147
+ bottom: 28px;
148
+ width: 8px;
149
+ background: #ffffff;
150
+ border-radius: 6px;
151
+ }
152
+ .bracket.left { left: -10px; }
153
+ .bracket.right { right: -10px; }
154
+
155
+ /* Bottom sheet */
156
+ .footer {
157
+ position: absolute;
158
+ left: 0;
159
+ right: 0;
160
+ bottom: 0;
161
+ background: #ffffff;
162
+ border-top: 2px solid #e7e7e7;
163
+ padding: 20px 40px 28px 40px;
164
+ box-shadow: 0 -6px 30px rgba(0,0,0,0.05);
165
+ }
166
+
167
+ .selections {
168
+ display: flex;
169
+ gap: 40px;
170
+ padding: 18px 0 10px 0;
171
+ }
172
+ .sel {
173
+ flex: 1;
174
+ }
175
+ .sel .label {
176
+ font-size: 46px;
177
+ font-weight: 800;
178
+ color: #15171c;
179
+ }
180
+ .sel .sub {
181
+ margin-top: 10px;
182
+ font-size: 30px;
183
+ color: #6a6f77;
184
+ display: inline-flex;
185
+ align-items: center;
186
+ gap: 10px;
187
+ }
188
+ .apply-btn {
189
+ margin-top: 18px;
190
+ height: 120px;
191
+ background: #ffca0a;
192
+ border-radius: 26px;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ font-weight: 800;
197
+ font-size: 44px;
198
+ color: #0d0d0d;
199
+ }
200
+ .gesture {
201
+ position: absolute;
202
+ bottom: 8px;
203
+ left: 50%;
204
+ transform: translateX(-50%);
205
+ width: 300px;
206
+ height: 12px;
207
+ background: rgba(0,0,0,0.25);
208
+ border-radius: 10px;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <!-- Status Bar -->
216
+ <div class="status-bar">
217
+ <div>7:46</div>
218
+ <div class="status-icons">
219
+ <span>🔔</span>
220
+ <span>👻</span>
221
+ <span class="dot"></span>
222
+ <span class="wifi">
223
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#ffffff" xmlns="http://www.w3.org/2000/svg">
224
+ <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 4c1-1 3-1 4 0l-2 2-2-2z"/>
225
+ </svg>
226
+ </span>
227
+ <span class="battery">
228
+ <svg width="54" height="44" viewBox="0 0 32 24" xmlns="http://www.w3.org/2000/svg">
229
+ <rect x="1" y="4" width="26" height="16" rx="3" fill="none" stroke="#fff" stroke-width="2"/>
230
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#ffffff"/>
231
+ <rect x="28" y="9" width="3" height="6" rx="1.5" fill="#ffffff"/>
232
+ </svg>
233
+ </span>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Toolbar with close and legend chips -->
238
+ <div class="toolbar">
239
+ <button class="close-btn" aria-label="Close">
240
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#1b1b1b" stroke-width="2.5" stroke-linecap="round">
241
+ <path d="M4 4l16 16M20 4L4 20"/>
242
+ </svg>
243
+ </button>
244
+ <div class="legend">
245
+ <div class="chip low">$</div>
246
+ <div class="chip mid">$$</div>
247
+ <div class="chip high">$$$</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Days of week -->
252
+ <div class="dow">
253
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
254
+ </div>
255
+
256
+ <!-- October (last days) + November -->
257
+ <div class="days" style="margin-top: 8px;">
258
+ <!-- Oct last row -->
259
+ <div class="day price-high">29</div>
260
+ <div class="day price-mid">30</div>
261
+ <div class="day price-mid">31</div>
262
+ <div class="day empty"></div>
263
+ <div class="day empty"></div>
264
+ <div class="day empty"></div>
265
+ <div class="day empty"></div>
266
+ </div>
267
+
268
+ <div class="month-header">
269
+ <div>Nov</div>
270
+ <div>2023</div>
271
+ </div>
272
+
273
+ <div class="days">
274
+ <!-- Row 1 of Nov -->
275
+ <div class="day empty"></div>
276
+ <div class="day empty"></div>
277
+ <div class="day empty"></div>
278
+ <div class="day price-mid">1</div>
279
+ <div class="day price-mid">2</div>
280
+ <div class="day price-mid">3</div>
281
+ <div class="day price-mid">4</div>
282
+
283
+ <!-- Row 2 -->
284
+ <div class="day price-mid">5</div>
285
+ <div class="day price-mid">6</div>
286
+ <div class="day price-low">7</div>
287
+ <div class="day price-low">8</div>
288
+ <div class="day range">
289
+ 9
290
+ <span class="bracket left"></span>
291
+ </div>
292
+ <div class="day range">10</div>
293
+ <div class="day range">11</div>
294
+
295
+ <!-- Row 3 -->
296
+ <div class="day range">12</div>
297
+ <div class="day range">13</div>
298
+ <div class="day range">14</div>
299
+ <div class="day range">15</div>
300
+ <div class="day range">16</div>
301
+ <div class="day range end">
302
+ 17
303
+ <span class="bracket right"></span>
304
+ </div>
305
+ <div class="day price-low">18</div>
306
+
307
+ <!-- Row 4 -->
308
+ <div class="day price-low">19</div>
309
+ <div class="day price-low">20</div>
310
+ <div class="day price-low">21</div>
311
+ <div class="day price-low">22</div>
312
+ <div class="day price-low">23</div>
313
+ <div class="day price-low">24</div>
314
+ <div class="day price-mid">25</div>
315
+
316
+ <!-- Row 5 -->
317
+ <div class="day price-mid">26</div>
318
+ <div class="day price-mid">27</div>
319
+ <div class="day price-low">28</div>
320
+ <div class="day price-low">29</div>
321
+ <div class="day price-low">30</div>
322
+ <div class="day empty"></div>
323
+ <div class="day empty"></div>
324
+ </div>
325
+
326
+ <div class="month-header" style="margin-top: 6px;">
327
+ <div>Dec</div>
328
+ <div>2023</div>
329
+ </div>
330
+
331
+ <div class="days">
332
+ <!-- Row 1 -->
333
+ <div class="day empty"></div>
334
+ <div class="day empty"></div>
335
+ <div class="day empty"></div>
336
+ <div class="day empty"></div>
337
+ <div class="day empty"></div>
338
+ <div class="day price-mid">1</div>
339
+ <div class="day price-mid">2</div>
340
+
341
+ <!-- Row 2 -->
342
+ <div class="day price-mid">3</div>
343
+ <div class="day price-mid">4</div>
344
+ <div class="day price-mid">5</div>
345
+ <div class="day price-mid">6</div>
346
+ <div class="day price-mid">7</div>
347
+ <div class="day price-mid">8</div>
348
+ <div class="day price-mid">9</div>
349
+
350
+ <!-- Row 3 -->
351
+ <div class="day price-mid">10</div>
352
+ <div class="day price-mid">11</div>
353
+ <div class="day price-mid">12</div>
354
+ <div class="day price-mid">13</div>
355
+ <div class="day price-mid">14</div>
356
+ <div class="day price-mid">15</div>
357
+ <div class="day price-high">16</div>
358
+ </div>
359
+
360
+ <!-- Bottom action sheet -->
361
+ <div class="footer">
362
+ <div class="selections">
363
+ <div class="sel">
364
+ <div class="label">Thu, Nov 9</div>
365
+ <div class="sub">Exact day
366
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#6a6f77" xmlns="http://www.w3.org/2000/svg" style="margin-left:6px;">
367
+ <path d="M6 9l6 6 6-6" stroke="#6a6f77" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
368
+ </svg>
369
+ </div>
370
+ </div>
371
+ <div class="sel">
372
+ <div class="label">Fri, Nov 17</div>
373
+ <div class="sub">Exact day
374
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#6a6f77" xmlns="http://www.w3.org/2000/svg" style="margin-left:6px;">
375
+ <path d="M6 9l6 6 6-6" stroke="#6a6f77" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
376
+ </svg>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ <div class="apply-btn">Apply</div>
381
+ </div>
382
+
383
+ <div class="gesture"></div>
384
+ </div>
385
+ </body>
386
+ </html>
code/3225/3225_0.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>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;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 140px;
24
+ background: #000000;
25
+ }
26
+
27
+ /* Drawing canvas area */
28
+ .canvas-area {
29
+ position: absolute;
30
+ top: 140px;
31
+ left: 0;
32
+ right: 0;
33
+ bottom: 460px; /* 240 toolbar + 220 ad strip */
34
+ background: #FFFFFF;
35
+ }
36
+
37
+ /* Red shapes */
38
+ .shape-big {
39
+ position: absolute;
40
+ width: 520px;
41
+ height: 420px;
42
+ left: 240px;
43
+ top: 980px;
44
+ background: #FF5C5C;
45
+ }
46
+ .shape-small {
47
+ position: absolute;
48
+ width: 180px;
49
+ height: 180px;
50
+ left: 720px; /* near big's right edge */
51
+ top: 1160px; /* near big's bottom edge */
52
+ background: #FF5C5C;
53
+ }
54
+
55
+ /* Bottom purple toolbar */
56
+ .toolbar {
57
+ position: absolute;
58
+ left: 0;
59
+ bottom: 220px;
60
+ width: 100%;
61
+ height: 240px;
62
+ background: #8E24AA;
63
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.12) inset;
64
+ }
65
+ .toolbar-inner {
66
+ position: absolute;
67
+ left: 40px;
68
+ right: 40px;
69
+ top: 0;
70
+ bottom: 0;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: space-between;
74
+ }
75
+ .tool {
76
+ width: 96px;
77
+ height: 96px;
78
+ }
79
+ .tool svg {
80
+ width: 96px;
81
+ height: 96px;
82
+ }
83
+ .tool path, .tool circle, .tool rect, .tool polyline, .tool line {
84
+ stroke: #FFFFFF;
85
+ fill: none;
86
+ stroke-width: 8;
87
+ stroke-linecap: round;
88
+ stroke-linejoin: round;
89
+ }
90
+
91
+ /* Ad strip */
92
+ .ad-strip {
93
+ position: absolute;
94
+ left: 0;
95
+ bottom: 0;
96
+ width: 100%;
97
+ height: 220px;
98
+ background: #FFFFFF;
99
+ border-top: 1px solid #E0E0E0;
100
+ display: flex;
101
+ align-items: center;
102
+ padding: 20px 24px;
103
+ box-sizing: border-box;
104
+ gap: 24px;
105
+ }
106
+ .ad-img, .ad-icon {
107
+ background: #E0E0E0;
108
+ border: 1px solid #BDBDBD;
109
+ color: #757575;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ }
114
+ .ad-img {
115
+ width: 300px;
116
+ height: 180px;
117
+ font-size: 24px;
118
+ }
119
+ .ad-icon {
120
+ width: 140px;
121
+ height: 140px;
122
+ font-size: 22px;
123
+ }
124
+ .ad-details {
125
+ flex: 1;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: space-between;
129
+ gap: 24px;
130
+ }
131
+ .ad-text {
132
+ color: #222;
133
+ }
134
+ .ad-title {
135
+ font-size: 44px;
136
+ font-weight: bold;
137
+ line-height: 1.2;
138
+ }
139
+ .ad-sub {
140
+ margin-top: 8px;
141
+ font-size: 32px;
142
+ color: #616161;
143
+ }
144
+ .ad-rating {
145
+ color: #333;
146
+ }
147
+ .ad-btn {
148
+ background: #0F9D58;
149
+ color: #FFFFFF;
150
+ border: none;
151
+ border-radius: 48px;
152
+ padding: 24px 40px;
153
+ font-size: 36px;
154
+ font-weight: bold;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+ <div class="status-bar"></div>
161
+
162
+ <div class="canvas-area">
163
+ <div class="shape-big"></div>
164
+ <div class="shape-small"></div>
165
+ </div>
166
+
167
+ <div class="toolbar">
168
+ <div class="toolbar-inner">
169
+ <!-- Color wheel / palette -->
170
+ <div class="tool">
171
+ <svg viewBox="0 0 100 100">
172
+ <circle cx="50" cy="50" r="30"></circle>
173
+ <circle cx="38" cy="42" r="4" fill="#FFFFFF"></circle>
174
+ <circle cx="62" cy="42" r="4" fill="#FFFFFF"></circle>
175
+ <circle cx="50" cy="60" r="4" fill="#FFFFFF"></circle>
176
+ </svg>
177
+ </div>
178
+ <!-- Brush -->
179
+ <div class="tool">
180
+ <svg viewBox="0 0 100 100">
181
+ <path d="M20 80 Q35 70 40 60 L80 20"></path>
182
+ <rect x="72" y="12" width="16" height="16"></rect>
183
+ </svg>
184
+ </div>
185
+ <!-- Eraser -->
186
+ <div class="tool">
187
+ <svg viewBox="0 0 100 100">
188
+ <path d="M22 64 L46 40 L74 68 L50 92 Z"></path>
189
+ <line x1="64" y1="72" x2="90" y2="72"></line>
190
+ </svg>
191
+ </div>
192
+ <!-- Shapes (square & circle) -->
193
+ <div class="tool">
194
+ <svg viewBox="0 0 100 100">
195
+ <rect x="15" y="46" width="30" height="30"></rect>
196
+ <circle cx="70" cy="38" r="16"></circle>
197
+ </svg>
198
+ </div>
199
+ <!-- Paint bucket -->
200
+ <div class="tool">
201
+ <svg viewBox="0 0 100 100">
202
+ <path d="M26 60 L40 30 L74 30 L60 60 Z"></path>
203
+ <path d="M78 60 Q84 72 78 80"></path>
204
+ </svg>
205
+ </div>
206
+ <!-- Undo -->
207
+ <div class="tool">
208
+ <svg viewBox="0 0 100 100">
209
+ <path d="M40 30 L20 50 L40 70"></path>
210
+ <path d="M24 50 H60 Q80 50 80 70"></path>
211
+ </svg>
212
+ </div>
213
+ <!-- Redo -->
214
+ <div class="tool">
215
+ <svg viewBox="0 0 100 100">
216
+ <path d="M60 30 L80 50 L60 70"></path>
217
+ <path d="M76 50 H40 Q20 50 20 70"></path>
218
+ </svg>
219
+ </div>
220
+ <!-- Pointer / hand -->
221
+ <div class="tool">
222
+ <svg viewBox="0 0 100 100">
223
+ <path d="M30 70 L30 40 Q30 34 36 34 L44 60 L50 44 Q54 40 58 44 L64 58 Q66 62 62 66 L48 78 Z"></path>
224
+ </svg>
225
+ </div>
226
+ <!-- Fullscreen -->
227
+ <div class="tool">
228
+ <svg viewBox="0 0 100 100">
229
+ <polyline points="18,38 18,18 38,18"></polyline>
230
+ <polyline points="82,38 82,18 62,18"></polyline>
231
+ <polyline points="18,62 18,82 38,82"></polyline>
232
+ <polyline points="82,62 82,82 62,82"></polyline>
233
+ </svg>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="ad-strip">
239
+ <div class="ad-img">[IMG: Booking Ad]</div>
240
+ <div class="ad-icon">[IMG: App Icon]</div>
241
+ <div class="ad-details">
242
+ <div class="ad-text">
243
+ <div class="ad-title">Booking.com</div>
244
+ <div class="ad-sub"><span class="ad-rating">4.7 ★</span> FREE</div>
245
+ </div>
246
+ <button class="ad-btn">Open</button>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </body>
251
+ </html>
code/3225/3225_1.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Reconstruction</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
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #000000;
21
+ }
22
+
23
+ /* Main toolbar */
24
+ .toolbar {
25
+ height: 150px;
26
+ background: #f6f6f6;
27
+ border-bottom: 1px solid #e3e3e3;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 24px;
31
+ gap: 38px;
32
+ }
33
+ .icon {
34
+ width: 80px;
35
+ height: 80px;
36
+ }
37
+ .icon svg { width: 100%; height: 100%; }
38
+
39
+ /* Floating secondary bar */
40
+ .floating-bar {
41
+ position: absolute;
42
+ top: 250px;
43
+ left: 125px;
44
+ width: 830px;
45
+ height: 120px;
46
+ background: #2f2f2f;
47
+ border-radius: 10px;
48
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 22px;
52
+ gap: 22px;
53
+ color: #fff;
54
+ }
55
+ .divider {
56
+ width: 1px;
57
+ height: 70px;
58
+ background: rgba(255,255,255,0.2);
59
+ margin: 0 8px;
60
+ }
61
+ .chip {
62
+ width: 70px;
63
+ height: 70px;
64
+ border-radius: 6px;
65
+ border: 1px solid #444;
66
+ background: #1e1e1e;
67
+ }
68
+ .chip.blue { background: #3f7de8; border-color: #2c5fbf; }
69
+ .chip.outline { background: transparent; border-color: #777; }
70
+ .chip.glow {
71
+ background: radial-gradient(circle at 40% 40%, rgba(255,255,255,0.35), rgba(0,0,0,0.95));
72
+ border-color: #222;
73
+ }
74
+ .sun {
75
+ width: 70px;
76
+ height: 70px;
77
+ }
78
+ .check {
79
+ margin-left: auto;
80
+ font-size: 48px;
81
+ line-height: 1;
82
+ }
83
+
84
+ /* Canvas area */
85
+ .stage {
86
+ position: absolute;
87
+ top: 600px;
88
+ left: 0;
89
+ right: 0;
90
+ text-align: center;
91
+ }
92
+ .halo {
93
+ width: 800px;
94
+ height: 140px;
95
+ margin: 0 auto;
96
+ border-radius: 999px;
97
+ border: 20px solid #000;
98
+ background: #ffffff;
99
+ box-shadow: inset 0 0 35px rgba(0,0,0,0.4), 0 10px 0 rgba(0,0,0,0.45);
100
+ }
101
+ .title {
102
+ font-family: Arial, Helvetica, sans-serif;
103
+ font-size: 220px;
104
+ font-weight: 700;
105
+ color: #000000;
106
+ margin: -40px 0 0 0;
107
+ letter-spacing: 2px;
108
+ }
109
+ .big-red {
110
+ width: 700px;
111
+ height: 700px;
112
+ margin: 160px auto 0;
113
+ border-radius: 50%;
114
+ background: #ff0e0e;
115
+ border: 22px solid #1f1f1f;
116
+ box-shadow: -20px -20px 0 rgba(0,0,0,0.4);
117
+ }
118
+ .spinner {
119
+ position: absolute;
120
+ bottom: 150px;
121
+ left: 50%;
122
+ transform: translateX(-50%);
123
+ width: 36px;
124
+ height: 36px;
125
+ border-radius: 50%;
126
+ border: 5px solid #d9d9d9;
127
+ border-top-color: transparent;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Black status bar -->
135
+ <div class="status-bar"></div>
136
+
137
+ <!-- Top toolbar with icons -->
138
+ <div class="toolbar">
139
+ <!-- Menu -->
140
+ <div class="icon">
141
+ <svg viewBox="0 0 24 24">
142
+ <rect x="2" y="4" width="20" height="2" fill="#333"/>
143
+ <rect x="2" y="11" width="20" height="2" fill="#333"/>
144
+ <rect x="2" y="18" width="20" height="2" fill="#333"/>
145
+ </svg>
146
+ </div>
147
+ <!-- Undo -->
148
+ <div class="icon">
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M9 7 L5 4 L5 10 Z" fill="#333"/>
151
+ <path d="M5 7 C5 7 10 7 13 7 C18 7 19 12 19 12" stroke="#333" stroke-width="2" fill="none"/>
152
+ </svg>
153
+ </div>
154
+ <!-- Redo -->
155
+ <div class="icon">
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M15 7 L19 4 L19 10 Z" fill="#333"/>
158
+ <path d="M19 7 C19 7 14 7 11 7 C6 7 5 12 5 12" stroke="#333" stroke-width="2" fill="none"/>
159
+ </svg>
160
+ </div>
161
+ <!-- Grid -->
162
+ <div class="icon">
163
+ <svg viewBox="0 0 24 24">
164
+ <rect x="3" y="3" width="8" height="8" fill="#333"/>
165
+ <rect x="13" y="3" width="8" height="8" fill="#333"/>
166
+ <rect x="3" y="13" width="8" height="8" fill="#333"/>
167
+ <rect x="13" y="13" width="8" height="8" fill="#333"/>
168
+ </svg>
169
+ </div>
170
+ <!-- Pen/Nib -->
171
+ <div class="icon">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M12 3 L20 21 L4 21 Z" fill="#333"/>
174
+ <circle cx="12" cy="15" r="2" fill="#fff"/>
175
+ </svg>
176
+ </div>
177
+ <!-- Color wheel -->
178
+ <div class="icon">
179
+ <svg viewBox="0 0 24 24">
180
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#333" stroke-width="2"/>
181
+ <circle cx="12" cy="12" r="5" fill="none" stroke="#ff3d00" stroke-width="2" stroke-dasharray="9 4"/>
182
+ </svg>
183
+ </div>
184
+ <!-- Layers -->
185
+ <div class="icon">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M4 14 L12 8 L20 14 L12 20 Z" fill="#333"/>
188
+ <path d="M6 10 L12 5 L18 10" stroke="#333" stroke-width="2" fill="none"/>
189
+ </svg>
190
+ </div>
191
+ <!-- Fullscreen -->
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M4 9 V4 H9" stroke="#333" stroke-width="2" fill="none"/>
195
+ <path d="M20 9 V4 H15" stroke="#333" stroke-width="2" fill="none"/>
196
+ <path d="M4 15 V20 H9" stroke="#333" stroke-width="2" fill="none"/>
197
+ <path d="M20 15 V20 H15" stroke="#333" stroke-width="2" fill="none"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Floating controls bar -->
203
+ <div class="floating-bar">
204
+ <div style="font-size:42px;">✕</div>
205
+ <div class="divider"></div>
206
+ <div class="chip blue"></div>
207
+ <div class="chip outline"></div>
208
+ <div class="chip glow"></div>
209
+ <div class="sun">
210
+ <svg viewBox="0 0 24 24">
211
+ <circle cx="12" cy="12" r="4" fill="#ffc107"/>
212
+ <g stroke="#fff" stroke-width="2">
213
+ <line x1="12" y1="1" x2="12" y2="5"/>
214
+ <line x1="12" y1="19" x2="12" y2="23"/>
215
+ <line x1="1" y1="12" x2="5" y2="12"/>
216
+ <line x1="19" y1="12" x2="23" y2="12"/>
217
+ <line x1="4" y1="4" x2="7" y2="7"/>
218
+ <line x1="17" y1="17" x2="20" y2="20"/>
219
+ <line x1="4" y1="20" x2="7" y2="17"/>
220
+ <line x1="17" y1="7" x2="20" y2="4"/>
221
+ </g>
222
+ </svg>
223
+ </div>
224
+ <div class="divider" style="height: 80px;"></div>
225
+ <div class="check">✓</div>
226
+ </div>
227
+
228
+ <!-- Main canvas content -->
229
+ <div class="stage">
230
+ <div class="halo"></div>
231
+ <div class="title">I win</div>
232
+ <div class="big-red"></div>
233
+ </div>
234
+
235
+ <!-- Tiny spinner near bottom center -->
236
+ <div class="spinner"></div>
237
+
238
+ </div>
239
+ </body>
240
+ </html>
code/3225/3225_2.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ position: relative;
15
+ overflow: hidden;
16
+ width: 1080px;
17
+ height: 2400px;
18
+ background: #FFFFFF;
19
+ }
20
+
21
+ /* Top bars */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #000;
29
+ }
30
+ .toolbar {
31
+ position: absolute;
32
+ top: 120px;
33
+ left: 0;
34
+ width: 1080px;
35
+ height: 160px;
36
+ background: #fff;
37
+ border-bottom: 1px solid #e5e5e5;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 36px;
41
+ gap: 46px;
42
+ }
43
+ .tool-icon {
44
+ width: 96px;
45
+ height: 96px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .tool-icon svg {
51
+ width: 72px;
52
+ height: 72px;
53
+ fill: none;
54
+ stroke: #3a3a3a;
55
+ stroke-width: 6;
56
+ stroke-linecap: round;
57
+ stroke-linejoin: round;
58
+ }
59
+
60
+ /* Brush popup */
61
+ .brush-popup {
62
+ position: absolute;
63
+ top: 250px;
64
+ left: 140px;
65
+ width: 800px;
66
+ height: 140px;
67
+ background: #2a2a2a;
68
+ border-radius: 6px;
69
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 20px 24px;
73
+ gap: 24px;
74
+ color: #fff;
75
+ }
76
+ .divider {
77
+ width: 2px;
78
+ height: 80px;
79
+ background: #555;
80
+ }
81
+ .close-box, .check-box {
82
+ width: 56px;
83
+ height: 56px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+ .close-box svg, .check-box svg {
89
+ width: 42px;
90
+ height: 42px;
91
+ stroke: #fff;
92
+ stroke-width: 8;
93
+ fill: none;
94
+ stroke-linecap: round;
95
+ stroke-linejoin: round;
96
+ }
97
+ .brush-options {
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 18px;
101
+ }
102
+ .brush {
103
+ width: 92px;
104
+ height: 64px;
105
+ border-radius: 6px;
106
+ border: 2px solid #808080;
107
+ background: #444;
108
+ }
109
+ .brush.gradient {
110
+ background: linear-gradient(135deg, #fefefe 0%, #5c5c5c 50%, #1f1f1f 100%);
111
+ }
112
+ .brush.glow {
113
+ background: radial-gradient(circle at 50% 50%, #0b61ff 0%, #0b61ff 36%, #1f1f1f 54%);
114
+ border-color: #3b8dff;
115
+ box-shadow: 0 0 0 3px rgba(59,141,255,0.4) inset;
116
+ }
117
+ .sun {
118
+ width: 64px;
119
+ height: 64px;
120
+ border-radius: 50%;
121
+ border: 4px dotted #cfcfcf;
122
+ position: relative;
123
+ }
124
+ .sun::after {
125
+ content: "";
126
+ position: absolute;
127
+ top: 27px;
128
+ left: 27px;
129
+ width: 10px;
130
+ height: 10px;
131
+ background: #fff;
132
+ border-radius: 50%;
133
+ }
134
+
135
+ /* Main canvas elements */
136
+ .halo {
137
+ position: absolute;
138
+ top: 870px;
139
+ left: 140px;
140
+ width: 800px;
141
+ height: 120px;
142
+ border-radius: 60px;
143
+ border: 18px solid #0f0f0f;
144
+ background: #fff;
145
+ box-shadow: inset 0 0 22px rgba(0,0,0,0.35), 0 6px 12px rgba(0,0,0,0.25);
146
+ z-index: 3;
147
+ }
148
+ .title {
149
+ position: absolute;
150
+ top: 940px;
151
+ left: 0;
152
+ width: 100%;
153
+ text-align: center;
154
+ font-size: 220px;
155
+ line-height: 220px;
156
+ font-weight: 700;
157
+ color: #111;
158
+ z-index: 2;
159
+ }
160
+ .red-button {
161
+ position: absolute;
162
+ top: 1360px;
163
+ left: 230px;
164
+ width: 620px;
165
+ height: 620px;
166
+ background: #ff0d0d;
167
+ border-radius: 50%;
168
+ border: 26px solid #2a2a2a;
169
+ box-shadow: -18px -14px 0 #3a3a3a, 0 14px 30px rgba(0,0,0,0.25);
170
+ }
171
+
172
+ .spinner {
173
+ position: absolute;
174
+ left: 50%;
175
+ top: 2220px;
176
+ transform: translateX(-50%);
177
+ width: 48px;
178
+ height: 48px;
179
+ border: 6px solid #e0e0e0;
180
+ border-top-color: #bdbdbd;
181
+ border-radius: 50%;
182
+ animation: spin 1.2s linear infinite;
183
+ }
184
+ @keyframes spin {
185
+ to { transform: translateX(-50%) rotate(360deg); }
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <div class="status-bar"></div>
193
+
194
+ <div class="toolbar">
195
+ <!-- List icon -->
196
+ <div class="tool-icon">
197
+ <svg viewBox="0 0 32 32">
198
+ <path d="M6 8h20M6 16h20M6 24h20"></path>
199
+ </svg>
200
+ </div>
201
+ <!-- Undo -->
202
+ <div class="tool-icon">
203
+ <svg viewBox="0 0 32 32">
204
+ <path d="M10 12l-6 4 6 4"></path>
205
+ <path d="M10 16h10a6 6 0 0 1 6 6"></path>
206
+ </svg>
207
+ </div>
208
+ <!-- Redo -->
209
+ <div class="tool-icon">
210
+ <svg viewBox="0 0 32 32">
211
+ <path d="M22 12l6 4-6 4"></path>
212
+ <path d="M22 16H12a6 6 0 0 0-6 6"></path>
213
+ </svg>
214
+ </div>
215
+ <!-- Grid -->
216
+ <div class="tool-icon">
217
+ <svg viewBox="0 0 32 32">
218
+ <rect x="4" y="4" width="8" height="8"></rect>
219
+ <rect x="20" y="4" width="8" height="8"></rect>
220
+ <rect x="4" y="20" width="8" height="8"></rect>
221
+ <rect x="20" y="20" width="8" height="8"></rect>
222
+ </svg>
223
+ </div>
224
+ <!-- Pen nib -->
225
+ <div class="tool-icon">
226
+ <svg viewBox="0 0 32 32">
227
+ <path d="M8 26l8-20 8 20"></path>
228
+ <circle cx="16" cy="16" r="3"></circle>
229
+ </svg>
230
+ </div>
231
+ <!-- Color wheel -->
232
+ <div class="tool-icon">
233
+ <svg viewBox="0 0 32 32">
234
+ <circle cx="16" cy="16" r="12" fill="url(#grad)" stroke="#3a3a3a" stroke-width="2"></circle>
235
+ <defs>
236
+ <radialGradient id="grad" cx="50%" cy="50%" r="60%">
237
+ <stop offset="0%" stop-color="#ffffff"/>
238
+ <stop offset="40%" stop-color="#ffffff"/>
239
+ <stop offset="41%" stop-color="#ff4d4d"/>
240
+ <stop offset="55%" stop-color="#ffd23f"/>
241
+ <stop offset="70%" stop-color="#4dff4d"/>
242
+ <stop offset="85%" stop-color="#4da6ff"/>
243
+ <stop offset="100%" stop-color="#b94dff"/>
244
+ </radialGradient>
245
+ </defs>
246
+ </svg>
247
+ </div>
248
+ <!-- Layers -->
249
+ <div class="tool-icon">
250
+ <svg viewBox="0 0 32 32">
251
+ <rect x="6" y="8" width="20" height="12"></rect>
252
+ <path d="M8 22h16v4H8z"></path>
253
+ </svg>
254
+ </div>
255
+ <!-- Crop -->
256
+ <div class="tool-icon">
257
+ <svg viewBox="0 0 32 32">
258
+ <path d="M10 4v18h18"></path>
259
+ <path d="M4 10h18v18"></path>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Brush style popup -->
265
+ <div class="brush-popup">
266
+ <div class="close-box">
267
+ <svg viewBox="0 0 32 32">
268
+ <path d="M8 8l16 16M24 8L8 24"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="divider"></div>
272
+ <div class="brush-options">
273
+ <div class="brush"></div>
274
+ <div class="brush gradient"></div>
275
+ <div class="brush glow"></div>
276
+ <div class="brush"></div>
277
+ </div>
278
+ <div class="sun"></div>
279
+ <div class="divider"></div>
280
+ <div class="check-box">
281
+ <svg viewBox="0 0 32 32">
282
+ <path d="M8 16l6 6 10-14"></path>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Main elements -->
288
+ <div class="halo"></div>
289
+ <div class="title">I win</div>
290
+ <div class="red-button"></div>
291
+
292
+ <div class="spinner"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/3225/3225_3.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>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: radial-gradient(1200px 900px at 120px 520px, #ffffff 0%, #dcdcdc 15%, #8a8a8a 35%, #3a3a3a 55%, #101010 75%, #000000 100%);
15
+ }
16
+
17
+ /* Top toolbar */
18
+ .top-bar {
19
+ position: absolute;
20
+ top: 32px;
21
+ left: 24px;
22
+ width: 1032px;
23
+ height: 120px;
24
+ background: #e9e9e9;
25
+ border-radius: 10px;
26
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 26px;
30
+ gap: 36px;
31
+ }
32
+ .icon {
33
+ width: 64px;
34
+ height: 64px;
35
+ }
36
+
37
+ /* Secondary dark tool panel */
38
+ .tool-panel {
39
+ position: absolute;
40
+ top: 170px;
41
+ left: 160px;
42
+ width: 760px;
43
+ height: 120px;
44
+ background: #2d2d2f;
45
+ color: #f4f4f4;
46
+ border-radius: 8px;
47
+ box-shadow: 0 8px 16px rgba(0,0,0,0.35);
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 16px;
51
+ gap: 22px;
52
+ }
53
+ .tool-divider {
54
+ width: 1px;
55
+ height: 70px;
56
+ background: #4a4a4a;
57
+ margin: 0 8px;
58
+ }
59
+ .shape {
60
+ width: 70px; height: 46px; border-radius: 6px; background: #3a3a3a; border: 1px solid #5a5a5a;
61
+ }
62
+ .shape.light { background: #cfcfcf; border-color: #bdbdbd; }
63
+ .shape.mid { background: #888; border-color: #777; }
64
+ .shape.glow { background: radial-gradient(circle at 50% 50%, rgba(31,115,255,0.75) 0%, rgba(24,24,24,1) 60%); border: 2px solid #3a8cff; }
65
+ .tool-text { font-size: 48px; font-weight: 600; }
66
+
67
+ /* Slider with handles */
68
+ .slider-wrap {
69
+ position: absolute;
70
+ top: 370px;
71
+ left: 120px;
72
+ width: 840px;
73
+ height: 70px;
74
+ }
75
+ .slider-line {
76
+ position: absolute;
77
+ top: 32px;
78
+ left: 0;
79
+ width: 840px;
80
+ border-top: 2px dashed rgba(210,210,210,0.7);
81
+ }
82
+ .handle {
83
+ position: absolute;
84
+ top: 10px;
85
+ width: 56px; height: 56px; border-radius: 50%;
86
+ background: #ffffff;
87
+ box-shadow: inset 0 0 0 3px #d0d0d0;
88
+ }
89
+ .handle.middle {
90
+ left: 390px;
91
+ background: #171717;
92
+ box-shadow: inset 0 0 0 6px #63a2ff;
93
+ }
94
+ .handle.left { left: -4px; }
95
+ .handle.right {
96
+ left: 820px;
97
+ background: #171717;
98
+ box-shadow: inset 0 0 0 4px #cfcfcf;
99
+ }
100
+
101
+ /* Faint headline text */
102
+ .headline {
103
+ position: absolute;
104
+ top: 800px;
105
+ left: 230px;
106
+ font-size: 260px;
107
+ font-weight: 700;
108
+ color: rgba(0, 0, 0, 0.08);
109
+ letter-spacing: 6px;
110
+ }
111
+
112
+ /* Big red circle */
113
+ .red-dot {
114
+ position: absolute;
115
+ left: 210px;
116
+ top: 1320px;
117
+ width: 660px;
118
+ height: 660px;
119
+ border-radius: 50%;
120
+ background: #ff0d0d;
121
+ box-shadow: 0 40px 60px rgba(0,0,0,0.6) inset;
122
+ }
123
+
124
+ /* Bottom tiny spinner icon */
125
+ .bottom-spinner {
126
+ position: absolute;
127
+ bottom: 120px;
128
+ left: 50%;
129
+ transform: translateX(-50%);
130
+ width: 42px; height: 42px;
131
+ display: grid; place-items: center;
132
+ }
133
+
134
+ /* Simple helpers */
135
+ .check-btn {
136
+ margin-left: auto;
137
+ margin-right: 6px;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Top toolbar with icons -->
145
+ <div class="top-bar">
146
+ <!-- List icon -->
147
+ <svg class="icon" viewBox="0 0 64 64">
148
+ <rect x="10" y="12" width="44" height="6" fill="#666"/>
149
+ <rect x="10" y="29" width="44" height="6" fill="#666"/>
150
+ <rect x="10" y="46" width="44" height="6" fill="#666"/>
151
+ </svg>
152
+
153
+ <!-- Back arrow -->
154
+ <svg class="icon" viewBox="0 0 64 64">
155
+ <path d="M38 12 L18 32 L38 52" fill="none" stroke="#4a4a4a" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
156
+ <line x1="18" y1="32" x2="54" y2="32" stroke="#4a4a4a" stroke-width="8" stroke-linecap="round"/>
157
+ </svg>
158
+
159
+ <!-- Forward arrow -->
160
+ <svg class="icon" viewBox="0 0 64 64">
161
+ <path d="M26 12 L46 32 L26 52" fill="none" stroke="#4a4a4a" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
162
+ <line x1="10" y1="32" x2="46" y2="32" stroke="#4a4a4a" stroke-width="8" stroke-linecap="round"/>
163
+ </svg>
164
+
165
+ <!-- Grid icon -->
166
+ <svg class="icon" viewBox="0 0 64 64">
167
+ <rect x="8" y="8" width="18" height="18" fill="#777"/>
168
+ <rect x="38" y="8" width="18" height="18" fill="#777"/>
169
+ <rect x="8" y="38" width="18" height="18" fill="#777"/>
170
+ <rect x="38" y="38" width="18" height="18" fill="#777"/>
171
+ </svg>
172
+
173
+ <!-- Brush nib icon -->
174
+ <svg class="icon" viewBox="0 0 64 64">
175
+ <path d="M50 12 L42 40 L28 52 L34 34 Z" fill="#666"/>
176
+ <path d="M22 48 C16 52, 12 60, 14 60 C18 60, 24 58, 26 54" fill="none" stroke="#666" stroke-width="4" stroke-linecap="round"/>
177
+ </svg>
178
+
179
+ <!-- Color wheel (simple gradient circle) -->
180
+ <svg class="icon" viewBox="0 0 64 64">
181
+ <defs>
182
+ <radialGradient id="g" cx="50%" cy="50%" r="50%">
183
+ <stop offset="0%" stop-color="#ffffff"/>
184
+ <stop offset="30%" stop-color="#ff3d00"/>
185
+ <stop offset="55%" stop-color="#ffeb3b"/>
186
+ <stop offset="75%" stop-color="#4caf50"/>
187
+ <stop offset="90%" stop-color="#2196f3"/>
188
+ <stop offset="100%" stop-color="#7b1fa2"/>
189
+ </radialGradient>
190
+ </defs>
191
+ <circle cx="32" cy="32" r="24" fill="url(#g)" stroke="#999" stroke-width="2"/>
192
+ </svg>
193
+
194
+ <!-- Layers icon -->
195
+ <svg class="icon" viewBox="0 0 64 64">
196
+ <polygon points="12,32 32,22 52,32 32,42" fill="#777"/>
197
+ <polygon points="12,22 32,12 52,22 32,32" fill="#999" opacity="0.8"/>
198
+ <polygon points="12,42 32,32 52,42 32,52" fill="#555" opacity="0.9"/>
199
+ </svg>
200
+
201
+ <!-- Crop icon -->
202
+ <svg class="icon" viewBox="0 0 64 64">
203
+ <rect x="14" y="14" width="36" height="36" fill="none" stroke="#666" stroke-width="6"/>
204
+ <path d="M14 6 V22 M6 14 H22 M42 56 V42 M56 42 H42" stroke="#666" stroke-width="6"/>
205
+ </svg>
206
+ </div>
207
+
208
+ <!-- Dark tool panel -->
209
+ <div class="tool-panel">
210
+ <div class="tool-text">×</div>
211
+ <div class="tool-divider"></div>
212
+ <div class="shape light"></div>
213
+ <div class="shape mid"></div>
214
+ <div class="shape glow"></div>
215
+ <div class="tool-divider"></div>
216
+
217
+ <!-- Sun/brightness icon -->
218
+ <svg class="icon" viewBox="0 0 64 64">
219
+ <circle cx="32" cy="32" r="12" fill="#f2f2f2"/>
220
+ <g stroke="#f2f2f2" stroke-width="4" stroke-linecap="round">
221
+ <line x1="32" y1="6" x2="32" y2="16"/>
222
+ <line x1="32" y1="48" x2="32" y2="58"/>
223
+ <line x1="6" y1="32" x2="16" y2="32"/>
224
+ <line x1="48" y1="32" x2="58" y2="32"/>
225
+ <line x1="12" y1="12" x2="18" y2="18"/>
226
+ <line x1="46" y1="46" x2="52" y2="52"/>
227
+ <line x1="12" y1="52" x2="18" y2="46"/>
228
+ <line x1="46" y1="18" x2="52" y2="12"/>
229
+ </g>
230
+ </svg>
231
+
232
+ <div class="check-btn">
233
+ <svg class="icon" viewBox="0 0 64 64">
234
+ <polyline points="14,34 28,48 50,18" fill="none" stroke="#f2f2f2" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Dotted slider with handles -->
240
+ <div class="slider-wrap">
241
+ <div class="slider-line"></div>
242
+ <div class="handle left"></div>
243
+ <div class="handle middle"></div>
244
+ <div class="handle right"></div>
245
+ </div>
246
+
247
+ <!-- Faint headline -->
248
+ <div class="headline">I win</div>
249
+
250
+ <!-- Big red circle -->
251
+ <div class="red-dot"></div>
252
+
253
+ <!-- Bottom spinner icon -->
254
+ <div class="bottom-spinner">
255
+ <svg viewBox="0 0 40 40" width="40" height="40">
256
+ <circle cx="20" cy="20" r="16" fill="none" stroke="#cfcfcf" stroke-width="4" opacity="0.4"/>
257
+ <path d="M20 4 A16 16 0 0 1 36 20" fill="none" stroke="#9e9e9e" stroke-width="4" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/3225/3225_4.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body{
9
+ margin:0;
10
+ padding:0;
11
+ background:transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target{
15
+ width:1080px;
16
+ height:2400px;
17
+ position:relative;
18
+ overflow:hidden;
19
+ background:
20
+ radial-gradient(circle at 220px 360px,
21
+ #ffffff 0%,
22
+ #eeeeee 12%,
23
+ #cfcfcf 26%,
24
+ #8b8b8b 45%,
25
+ #3e3e3e 65%,
26
+ #161616 82%,
27
+ #000000 100%);
28
+ }
29
+
30
+ /* Top toolbar */
31
+ .toolbar{
32
+ position:absolute;
33
+ top:120px;
34
+ left:24px;
35
+ width:1032px;
36
+ height:120px;
37
+ background:#e6e6e6;
38
+ border-radius:8px;
39
+ box-shadow:0 3px 8px rgba(0,0,0,0.25);
40
+ display:flex;
41
+ align-items:center;
42
+ padding:0 26px;
43
+ gap:36px;
44
+ }
45
+ .icon{
46
+ width:84px;
47
+ height:84px;
48
+ display:flex;
49
+ align-items:center;
50
+ justify-content:center;
51
+ background:#efefef;
52
+ border:1px solid #cfcfcf;
53
+ border-radius:6px;
54
+ }
55
+ .icon svg{
56
+ width:64px;
57
+ height:64px;
58
+ fill:#6f6f6f;
59
+ stroke:#6f6f6f;
60
+ stroke-width:3;
61
+ }
62
+
63
+ /* Special color wheel */
64
+ .color-wheel{
65
+ width:84px;
66
+ height:84px;
67
+ border-radius:50%;
68
+ background: conic-gradient(red, yellow, lime, cyan, blue, magenta, red);
69
+ border:1px solid #cfcfcf;
70
+ position:relative;
71
+ }
72
+ .color-wheel::after{
73
+ content:"";
74
+ position:absolute;
75
+ inset:20px;
76
+ background:#ffffff;
77
+ border-radius:50%;
78
+ box-shadow:0 0 0 2px rgba(0,0,0,0.08) inset;
79
+ }
80
+
81
+ /* Title text */
82
+ .title{
83
+ position:absolute;
84
+ top:1040px;
85
+ left:250px;
86
+ font-size:240px;
87
+ font-weight:700;
88
+ color:rgba(0,0,0,0.82);
89
+ letter-spacing:6px;
90
+ }
91
+
92
+ /* Big red circle button */
93
+ .red-circle{
94
+ position:absolute;
95
+ width:600px;
96
+ height:600px;
97
+ background:#ff0d0d;
98
+ border-radius:50%;
99
+ left:240px;
100
+ top:1520px;
101
+ box-shadow:0 12px 24px rgba(0,0,0,0.35);
102
+ }
103
+
104
+ /* Bottom refresh */
105
+ .refresh{
106
+ position:absolute;
107
+ bottom:72px;
108
+ left:50%;
109
+ transform:translateX(-50%);
110
+ width:48px;
111
+ height:48px;
112
+ border-radius:50%;
113
+ border:3px solid #9e9e9e;
114
+ display:flex;
115
+ align-items:center;
116
+ justify-content:center;
117
+ background:rgba(255,255,255,0.08);
118
+ }
119
+ .refresh svg{
120
+ width:28px;
121
+ height:28px;
122
+ fill:none;
123
+ stroke:#9e9e9e;
124
+ stroke-width:3;
125
+ }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+
131
+ <!-- Top toolbar with icons -->
132
+ <div class="toolbar">
133
+ <!-- List icon -->
134
+ <div class="icon">
135
+ <svg viewBox="0 0 100 100">
136
+ <rect x="16" y="22" width="68" height="10" rx="4"></rect>
137
+ <rect x="16" y="45" width="68" height="10" rx="4"></rect>
138
+ <rect x="16" y="68" width="68" height="10" rx="4"></rect>
139
+ </svg>
140
+ </div>
141
+
142
+ <!-- Back arrow -->
143
+ <div class="icon">
144
+ <svg viewBox="0 0 100 100">
145
+ <path d="M58 20 L28 50 L58 80"></path>
146
+ </svg>
147
+ </div>
148
+
149
+ <!-- Forward arrow -->
150
+ <div class="icon">
151
+ <svg viewBox="0 0 100 100">
152
+ <path d="M42 20 L72 50 L42 80"></path>
153
+ </svg>
154
+ </div>
155
+
156
+ <!-- Grid icon -->
157
+ <div class="icon">
158
+ <svg viewBox="0 0 100 100">
159
+ <rect x="16" y="16" width="20" height="20" rx="3"></rect>
160
+ <rect x="40" y="16" width="20" height="20" rx="3"></rect>
161
+ <rect x="64" y="16" width="20" height="20" rx="3"></rect>
162
+ <rect x="16" y="40" width="20" height="20" rx="3"></rect>
163
+ <rect x="40" y="40" width="20" height="20" rx="3"></rect>
164
+ <rect x="64" y="40" width="20" height="20" rx="3"></rect>
165
+ <rect x="16" y="64" width="20" height="20" rx="3"></rect>
166
+ <rect x="40" y="64" width="20" height="20" rx="3"></rect>
167
+ <rect x="64" y="64" width="20" height="20" rx="3"></rect>
168
+ </svg>
169
+ </div>
170
+
171
+ <!-- Pen icon -->
172
+ <div class="icon">
173
+ <svg viewBox="0 0 100 100">
174
+ <path d="M25 78 L58 22 L76 78 Z"></path>
175
+ <circle cx="50" cy="60" r="4" fill="#6f6f6f"></circle>
176
+ </svg>
177
+ </div>
178
+
179
+ <!-- Brush icon -->
180
+ <div class="icon">
181
+ <svg viewBox="0 0 100 100">
182
+ <path d="M30 74 Q50 20 70 26 L60 74 Z"></path>
183
+ <rect x="30" y="74" width="30" height="10" rx="3"></rect>
184
+ </svg>
185
+ </div>
186
+
187
+ <!-- Color wheel -->
188
+ <div class="color-wheel"></div>
189
+
190
+ <!-- Layers icon -->
191
+ <div class="icon">
192
+ <svg viewBox="0 0 100 100">
193
+ <path d="M22 56 L50 40 L78 56 L50 72 Z" fill="none"></path>
194
+ <path d="M26 44 L50 30 L74 44 L50 58 Z" fill="none"></path>
195
+ </svg>
196
+ </div>
197
+
198
+ <!-- Fullscreen icon -->
199
+ <div class="icon">
200
+ <svg viewBox="0 0 100 100">
201
+ <path d="M22 36 L22 22 L36 22"></path>
202
+ <path d="M78 36 L78 22 L64 22"></path>
203
+ <path d="M22 64 L22 78 L36 78"></path>
204
+ <path d="M78 64 L78 78 L64 78"></path>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Large title -->
210
+ <div class="title">I win</div>
211
+
212
+ <!-- Big red circle -->
213
+ <div class="red-circle"></div>
214
+
215
+ <!-- Bottom refresh icon -->
216
+ <div class="refresh">
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M12 5 A7 7 0 1 1 6 7" />
219
+ <path d="M6 7 L9 7 L8 4" />
220
+ </svg>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/3227/3227_0.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>About phone - UI Replica</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: #ECEFF1;
13
+ border-radius: 24px;
14
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
15
+ color: #202124;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #323232;
25
+ font-weight: 600;
26
+ font-size: 38px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ /* Header */
34
+ .header {
35
+ height: 170px;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ padding: 0 36px;
40
+ }
41
+ .back-btn {
42
+ width: 80px;
43
+ height: 80px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+ .title {
49
+ font-size: 64px;
50
+ font-weight: 700;
51
+ letter-spacing: 0.5px;
52
+ }
53
+ /* Content */
54
+ .content {
55
+ padding: 0 48px;
56
+ }
57
+ .item {
58
+ margin-bottom: 64px;
59
+ }
60
+ .label {
61
+ font-size: 54px;
62
+ font-weight: 700;
63
+ line-height: 1.15;
64
+ margin-bottom: 18px;
65
+ }
66
+ .value {
67
+ font-size: 38px;
68
+ color: #5f6368;
69
+ }
70
+ .value.secondary {
71
+ margin-top: 12px;
72
+ }
73
+ .section-tag {
74
+ font-size: 38px;
75
+ font-weight: 700;
76
+ color: #4CAF50;
77
+ margin: 18px 0 34px 0;
78
+ }
79
+ .footer-pill {
80
+ position: absolute;
81
+ bottom: 34px;
82
+ left: 50%;
83
+ transform: translateX(-50%);
84
+ width: 340px;
85
+ height: 18px;
86
+ background: #C7CCD1;
87
+ border-radius: 12px;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status Bar -->
95
+ <div class="status-bar">
96
+ <div class="time">5:08</div>
97
+ <div class="status-right">
98
+ <!-- Wi‑Fi icon -->
99
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#424242">
100
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity="0"></path>
101
+ <path d="M12 18a2 2 0 0 0-1.4.6l-2.6-2.6a6 6 0 0 1 8 0l-2.6 2.6A2 2 0 0 0 12 18z"></path>
102
+ <path d="M4.4 10.4A12 12 0 0 1 12 8a12 12 0 0 1 7.6 2.4l2-2.1A15 15 0 0 0 12 5 15 15 0 0 0 2.4 8.3l2 2.1z" opacity="0.8"></path>
103
+ </svg>
104
+ <!-- Battery icon -->
105
+ <svg width="58" height="58" viewBox="0 0 24 24" fill="#424242">
106
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" stroke="#424242" stroke-width="1.5" fill="none"></rect>
107
+ <rect x="5" y="8" width="12" height="8" fill="#424242"></rect>
108
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#424242"></rect>
109
+ </svg>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Header -->
114
+ <div class="header">
115
+ <div class="back-btn">
116
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#202124">
117
+ <path d="M15.5 19L8.5 12l7-7-1.5-1.5L5.5 12l9.5 9.5 1.5-1.5z"></path>
118
+ </svg>
119
+ </div>
120
+ <div class="title">About phone</div>
121
+ </div>
122
+
123
+ <!-- Content -->
124
+ <div class="content">
125
+ <div class="item">
126
+ <div class="label">IMEI (sim slot 2)</div>
127
+ <div class="value">358287580648039</div>
128
+ </div>
129
+
130
+ <div class="item">
131
+ <div class="label">Android version</div>
132
+ <div class="value">13</div>
133
+ </div>
134
+
135
+ <div class="section-tag">Device identifiers</div>
136
+
137
+ <div class="item">
138
+ <div class="label">IP address</div>
139
+ <div class="value">fe80::b154:eee7:ae04:a34f</div>
140
+ <div class="value secondary">172.23.7.9</div>
141
+ </div>
142
+
143
+ <div class="item">
144
+ <div class="label">Wi‑Fi MAC address</div>
145
+ <div class="value">To view, choose saved network</div>
146
+ </div>
147
+
148
+ <div class="item">
149
+ <div class="label">Device Wi‑Fi MAC address</div>
150
+ <div class="value">ac:3e:b1:74:15:fe</div>
151
+ </div>
152
+
153
+ <div class="item">
154
+ <div class="label">Bluetooth address</div>
155
+ <div class="value">Unavailable</div>
156
+ </div>
157
+
158
+ <div class="item">
159
+ <div class="label">Up time</div>
160
+ <div class="value">360:16:08</div>
161
+ </div>
162
+
163
+ <div class="item">
164
+ <div class="label">Send feedback about this device</div>
165
+ </div>
166
+
167
+ <div class="item" style="margin-bottom: 140px;">
168
+ <div class="label">Build number</div>
169
+ <div class="value">TQ3A.230901.001</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Bottom navigation pill -->
174
+ <div class="footer-pill"></div>
175
+ </div>
176
+ </body>
177
+ </html>
code/3227/3227_1.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Map Search UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ border:1px solid #ddd;
12
+ box-shadow: 0 4px 18px rgba(0,0,0,0.12);
13
+ border-radius: 18px;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height:90px; padding:0 24px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ font-size:36px; color:#333;
21
+ }
22
+ .status-left { display:flex; align-items:center; gap:16px; }
23
+ .status-right { display:flex; align-items:center; gap:20px; }
24
+ .dot { width:20px; height:20px; border-radius:50%; background:#666; opacity:.7; }
25
+ .icon-small svg { width:40px; height:40px; fill:#555; }
26
+
27
+ /* Top search row */
28
+ .top-search {
29
+ padding:16px 24px;
30
+ display:flex; align-items:center;
31
+ gap:18px;
32
+ }
33
+ .search-box {
34
+ flex:1;
35
+ height:120px; border:1px solid #d5d5d5; border-radius:24px;
36
+ display:flex; align-items:center; padding:0 26px; gap:18px;
37
+ background:#f7f7f7;
38
+ color:#777; font-size:34px;
39
+ }
40
+ .search-box svg { width:44px; height:44px; fill:#777; }
41
+ .menu-btn {
42
+ width:96px; height:120px; border:1px solid #d5d5d5;
43
+ border-radius:16px; display:flex; align-items:center; justify-content:center;
44
+ background:#ffffff;
45
+ }
46
+ .menu-btn svg { width:50px; height:50px; stroke:#444; stroke-width:10; fill:none; }
47
+
48
+ /* Filters / Save */
49
+ .filter-save-row {
50
+ padding:0 24px 16px 24px;
51
+ display:flex; align-items:center; justify-content:space-between;
52
+ }
53
+ .filter-btn {
54
+ height:100px; padding:0 34px;
55
+ border:2px solid #d5d5d5; border-radius:16px;
56
+ display:flex; align-items:center; font-size:36px; color:#333; background:#ffffff;
57
+ }
58
+ .save-btn {
59
+ height:100px; padding:0 34px; border-radius:16px;
60
+ background:#cc3a2f; color:#fff; font-weight:bold; font-size:36px;
61
+ display:flex; align-items:center; justify-content:center;
62
+ box-shadow: inset 0 -2px rgba(0,0,0,0.08);
63
+ }
64
+
65
+ /* Map area */
66
+ .map-area {
67
+ position:relative;
68
+ width:100%; height:1840px;
69
+ margin-top:6px;
70
+ border-top:1px solid #e6e6e6;
71
+ }
72
+ .map-placeholder {
73
+ position:absolute; left:0; top:0; right:0; bottom:0;
74
+ background:#E0E0E0;
75
+ border-top:1px solid #BDBDBD;
76
+ border-bottom:1px solid #BDBDBD;
77
+ display:flex; align-items:center; justify-content:center; color:#757575;
78
+ font-size:38px;
79
+ }
80
+
81
+ /* Price chips on the map */
82
+ .chip {
83
+ position:absolute;
84
+ background:#8e3e75; color:#fff;
85
+ padding:12px 22px;
86
+ border-radius:30px;
87
+ font-size:32px; font-weight:bold;
88
+ box-shadow:0 2px 0 rgba(0,0,0,0.15);
89
+ }
90
+
91
+ /* Floating tools on right */
92
+ .float-card {
93
+ position:absolute; right:24px;
94
+ width:170px; height:170px;
95
+ background:#fff; border:1px solid #ddd; border-radius:26px;
96
+ display:flex; flex-direction:column; align-items:center; justify-content:center;
97
+ gap:12px; color:#444; font-size:34px;
98
+ box-shadow:0 4px 10px rgba(0,0,0,0.15);
99
+ }
100
+ .float-card svg { width:66px; height:66px; fill:#444; }
101
+
102
+ /* Bottom nav */
103
+ .bottom-nav {
104
+ position:absolute; bottom:0; left:0; right:0;
105
+ height:200px; background:#ffffff; border-top:1px solid #e0e0e0;
106
+ display:flex; align-items:center; justify-content:space-around;
107
+ }
108
+ .nav-item { width:20%; display:flex; flex-direction:column; align-items:center; gap:10px; color:#444; font-size:30px; }
109
+ .nav-item svg { width:64px; height:64px; fill:#b03a2c; }
110
+ .nav-item span { font-size:32px; color:#333; }
111
+
112
+ .pill-find {
113
+ position:absolute; bottom:230px; left:28px;
114
+ height:118px; padding:0 34px; background:#fff;
115
+ border-radius:100px; border:1px solid #ddd; display:flex; align-items:center; gap:20px;
116
+ box-shadow:0 4px 10px rgba(0,0,0,0.15);
117
+ font-size:36px; color:#333;
118
+ }
119
+ .pill-find svg { width:54px; height:54px; fill:#333; }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div class="status-left">
128
+ <div style="font-weight:bold;">5:08</div>
129
+ <div class="dot"></div>
130
+ <div class="dot"></div>
131
+ <div class="dot"></div>
132
+ </div>
133
+ <div class="status-right">
134
+ <div class="icon-small">
135
+ <!-- Wi-Fi icon -->
136
+ <svg viewBox="0 0 24 24"><path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6.5-6.5c3.6-3.6 9.4-3.6 13 0l1.5-1.5c-4.4-4.4-11.6-4.4-16 0l1.5 1.5zm3.5-3.5c2.7-2.7 7.3-2.7 10 0l1.5-1.5c-3.5-3.5-9.5-3.5-13 0L9 10z"/></svg>
137
+ </div>
138
+ <div class="icon-small">
139
+ <!-- Battery -->
140
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"></rect><rect x="20" y="10" width="2" height="4"></rect></svg>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Top search row -->
146
+ <div class="top-search">
147
+ <div class="search-box">
148
+ <!-- Magnifier -->
149
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><path d="M14 14l6 6" stroke="#777" stroke-width="2"></path></svg>
150
+ <div>City, Address, School, Building, ZIP</div>
151
+ </div>
152
+ <div class="menu-btn">
153
+ <!-- Hamburger menu -->
154
+ <svg viewBox="0 0 48 48">
155
+ <path d="M8 12h32M8 24h32M8 36h32" />
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Filter and Save Search -->
161
+ <div class="filter-save-row">
162
+ <div class="filter-btn">Filters • 1</div>
163
+ <div class="save-btn">Save Search</div>
164
+ </div>
165
+
166
+ <!-- Map area -->
167
+ <div class="map-area">
168
+ <div class="map-placeholder">[IMG: Google Map with price pins]</div>
169
+
170
+ <!-- Example chips clustered around the center area -->
171
+ <div class="chip" style="top:220px; left:430px;">1,000</div>
172
+ <div class="chip" style="top:260px; left:560px;">1,212</div>
173
+ <div class="chip" style="top:310px; left:650px;">1,300</div>
174
+ <div class="chip" style="top:350px; left:520px;">1,000</div>
175
+ <div class="chip" style="top:470px; left:840px;">6 Units</div>
176
+ <div class="chip" style="top:520px; left:660px;">2 Units</div>
177
+ <div class="chip" style="top:150px; left:280px;">1,520</div>
178
+ <div class="chip" style="top:200px; left:380px;">2 Units</div>
179
+ <div class="chip" style="top:180px; left:720px;">3 Units</div>
180
+ <div class="chip" style="top:390px; left:850px;">500</div>
181
+ <div class="chip" style="top:420px; left:920px;">2 Units</div>
182
+ <div class="chip" style="top:250px; left:980px;">1,900</div>
183
+ <div class="chip" style="top:720px; left:160px;">4 Units</div>
184
+ <div class="chip" style="top:760px; left:320px;">1,400</div>
185
+ <div class="chip" style="top:880px; left:300px;">1,525</div>
186
+ <div class="chip" style="top:840px; left:480px;">1,650</div>
187
+ <div class="chip" style="top:840px; left:600px;">1,150</div>
188
+ <div class="chip" style="top:930px; left:830px;">1,000</div>
189
+ <div class="chip" style="top:1000px; left:780px;">1,800</div>
190
+ <div class="chip" style="top:1040px; left:910px;">1,465</div>
191
+ <div class="chip" style="top:1160px; left:650px;">1,250</div>
192
+ <div class="chip" style="top:1320px; left:660px;">1,500</div>
193
+ <div class="chip" style="top:1440px; left:820px;">1,945</div>
194
+ <div class="chip" style="top:1400px; left:440px;">2,400</div>
195
+ <div class="chip" style="top:1580px; left:360px;">9 Units</div>
196
+ <div class="chip" style="top:1220px; left:240px;">15 Units</div>
197
+
198
+ <!-- Floating tools -->
199
+ <div class="float-card" style="top:1080px;">
200
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a10 10 0 0 0 0 20M2 12h20" stroke="#444" stroke-width="1.2" fill="none"/></svg>
201
+ <div>View</div>
202
+ </div>
203
+
204
+ <div class="float-card" style="top:1250px;">
205
+ <svg viewBox="0 0 24 24"><path d="M4 14c4-1 6 3 9 3 2 0 3-2 3-4s-1-4-3-4c-1 0-1 1-2 1-1-2-3-3-5-2-2 1-2 4-2 6z"/></svg>
206
+ <div>Draw</div>
207
+ </div>
208
+
209
+ <div class="float-card" style="top:1450px;">
210
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 8-4 3-4-3 4-8zM6 22h12" /></svg>
211
+ <div>Nearby</div>
212
+ </div>
213
+
214
+ <!-- Find Homes pill above bottom nav -->
215
+ <div class="pill-find">
216
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><path d="M14 14l6 6" stroke="#333" stroke-width="2" fill="none"></path></svg>
217
+ Find Homes
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Bottom navigation -->
222
+ <div class="bottom-nav">
223
+ <div class="nav-item">
224
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><path d="M14 14l6 6" stroke="#b03a2c" stroke-width="2" fill="none"></path></svg>
225
+ <span>Find Homes</span>
226
+ </div>
227
+ <div class="nav-item">
228
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"></rect><path d="M6 9h12M6 12h8" stroke="#b03a2c" stroke-width="1.5" fill="none"/></svg>
229
+ <span>Feed</span>
230
+ </div>
231
+ <div class="nav-item">
232
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.4-7 10-11 10z"/></svg>
233
+ <span>Favorites</span>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v10H3z"></path><rect x="9" y="14" width="6" height="7" fill="#fff"></rect></svg>
237
+ <span>My Home</span>
238
+ </div>
239
+ <div class="nav-item">
240
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 22c0-4 4-7 8-7s8 3 8 7"/></svg>
241
+ <span>My Redfin</span>
242
+ </div>
243
+ </div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/3227/3227_2.html ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</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
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute;
17
+ top: 0;
18
+ left: 0;
19
+ width: 1080px;
20
+ height: 96px;
21
+ padding: 0 28px;
22
+ box-sizing: border-box;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #2E2E2E;
27
+ font-size: 38px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ gap: 22px;
32
+ align-items: center;
33
+ }
34
+ .status-icon {
35
+ width: 28px; height: 28px; border-radius: 4px; background: #4b4b4b;
36
+ }
37
+
38
+ /* Search header */
39
+ .search-header {
40
+ position: absolute;
41
+ top: 96px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 132px;
45
+ padding: 0 28px;
46
+ box-sizing: border-box;
47
+ display: flex;
48
+ align-items: center;
49
+ border-bottom: 1px solid #e6e6e6;
50
+ }
51
+ .back-btn {
52
+ width: 72px; height: 72px; display: flex; justify-content: center; align-items: center; margin-right: 16px;
53
+ }
54
+ .search-placeholder {
55
+ font-size: 44px;
56
+ color: #6f6f6f;
57
+ }
58
+ .search-cursor {
59
+ color: #222;
60
+ margin-right: 6px;
61
+ }
62
+
63
+ /* Segmented control */
64
+ .segment-wrap {
65
+ position: absolute;
66
+ top: 228px;
67
+ left: 0;
68
+ width: 1080px;
69
+ height: 120px;
70
+ display: flex;
71
+ justify-content: space-around;
72
+ align-items: center;
73
+ border-bottom: 1px solid #ececec;
74
+ }
75
+ .segment {
76
+ width: 320px;
77
+ height: 96px;
78
+ border-radius: 28px;
79
+ border: 1px solid #d7d7d7;
80
+ display: flex;
81
+ justify-content: center;
82
+ align-items: center;
83
+ font-size: 40px;
84
+ color: #3a3a3a;
85
+ background: #ffffff;
86
+ }
87
+ .segment.selected {
88
+ background: #f2f2f5;
89
+ border-color: #c9c9cf;
90
+ font-weight: 600;
91
+ }
92
+
93
+ /* List sections */
94
+ .section {
95
+ position: absolute;
96
+ left: 0;
97
+ width: 1080px;
98
+ padding: 0 32px;
99
+ box-sizing: border-box;
100
+ }
101
+ .section.saved { top: 372px; }
102
+ .section.recent { top: 720px; }
103
+ .section-header {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 20px;
107
+ color: #7a7a7a;
108
+ font-size: 34px;
109
+ letter-spacing: 0.5px;
110
+ text-transform: uppercase;
111
+ margin-bottom: 22px;
112
+ }
113
+ .list-item {
114
+ padding: 22px 8px 26px 8px;
115
+ border-bottom: 1px dashed #e6e6e6;
116
+ }
117
+ .item-title {
118
+ font-size: 48px; color: #212121; margin-bottom: 8px;
119
+ }
120
+ .item-sub {
121
+ font-size: 38px; color: #8b8b8b;
122
+ }
123
+
124
+ /* Keyboard */
125
+ .keyboard {
126
+ position: absolute;
127
+ bottom: 0;
128
+ left: 0;
129
+ width: 1080px;
130
+ height: 920px;
131
+ background: #eef0f7;
132
+ border-top-left-radius: 24px;
133
+ border-top-right-radius: 24px;
134
+ box-shadow: 0 -2px 0 #e3e6ee inset;
135
+ padding: 24px 24px 32px;
136
+ box-sizing: border-box;
137
+ }
138
+ .kb-icons {
139
+ display: flex;
140
+ gap: 48px;
141
+ align-items: center;
142
+ margin-bottom: 22px;
143
+ }
144
+ .kb-icon {
145
+ width: 72px; height: 72px; background: #d7dfc8; border-radius: 36px; display: flex; align-items: center; justify-content: center;
146
+ }
147
+ .kb-icon svg { width: 34px; height: 34px; }
148
+ .key-row {
149
+ display: flex;
150
+ justify-content: space-between;
151
+ padding: 0 12px;
152
+ margin-top: 18px;
153
+ }
154
+ .key {
155
+ width: 88px;
156
+ height: 120px;
157
+ background: #ffffff;
158
+ border-radius: 24px;
159
+ box-shadow: 0 1px 0 #e3e3e3, 0 2px 6px rgba(0,0,0,0.06);
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ font-size: 48px;
164
+ color: #1f1f1f;
165
+ position: relative;
166
+ }
167
+ .key.wide { width: 120px; }
168
+ .key.extra-wide { width: 540px; }
169
+ .key-circle {
170
+ width: 150px; height: 150px; border-radius: 75px; background: #d6df9f; display: flex; align-items: center; justify-content: center; font-size: 44px; color: #222;
171
+ }
172
+ .num {
173
+ position: absolute; top: 10px; left: 14px; font-size: 26px; color: #6b6b6b;
174
+ }
175
+ .shift { background: #f6deea; }
176
+ .period { background: #f6deea; width: 120px; }
177
+ .corner-btn {
178
+ position: absolute;
179
+ right: 32px; bottom: 40px;
180
+ width: 140px; height: 140px; border-radius: 70px;
181
+ background: #cbe18a; display: flex; align-items: center; justify-content: center;
182
+ box-shadow: 0 2px 8px rgba(0,0,0,0.2);
183
+ }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+
189
+ <!-- Status bar -->
190
+ <div class="status-bar">
191
+ <div>5:11</div>
192
+ <div class="status-right">
193
+ <div class="status-icon"></div>
194
+ <div class="status-icon"></div>
195
+ <div class="status-icon"></div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Search header -->
200
+ <div class="search-header">
201
+ <div class="back-btn">
202
+ <svg viewBox="0 0 24 24" width="48" height="48">
203
+ <path d="M15 18l-6-6 6-6" stroke="#3a3a3a" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
204
+ </svg>
205
+ </div>
206
+ <div class="search-placeholder"><span class="search-cursor">|</span>City, Address, School, Building, ZIP</div>
207
+ </div>
208
+
209
+ <!-- Segments -->
210
+ <div class="segment-wrap">
211
+ <div class="segment">For Sale</div>
212
+ <div class="segment selected">For Rent</div>
213
+ <div class="segment">Sold</div>
214
+ </div>
215
+
216
+ <!-- Saved Searches -->
217
+ <div class="section saved">
218
+ <div class="section-header">
219
+ <svg width="40" height="40" viewBox="0 0 24 24">
220
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"/>
221
+ <path d="M14.5 14.5 L21 21" stroke="#777" stroke-width="2" stroke-linecap="round"/>
222
+ </svg>
223
+ <div>SAVED SEARCHES</div>
224
+ </div>
225
+ <div class="list-item">
226
+ <div class="item-title">Netherlands - $400-$1K</div>
227
+ <div class="item-sub">Doral, FL</div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Most recent search -->
232
+ <div class="section recent">
233
+ <div class="section-header">
234
+ <svg width="40" height="40" viewBox="0 0 24 24">
235
+ <circle cx="12" cy="12" r="9" stroke="#777" stroke-width="2" fill="none"/>
236
+ <path d="M12 6 v6 l4 2" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
237
+ </svg>
238
+ <div>MOST RECENT SEARCH</div>
239
+ </div>
240
+ <div class="list-item">
241
+ <div class="item-title">Delft Colony</div>
242
+ <div class="item-sub">Delft Colony, CA, USA</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Keyboard -->
247
+ <div class="keyboard">
248
+ <div class="kb-icons">
249
+ <div class="kb-icon">
250
+ <svg viewBox="0 0 24 24">
251
+ <rect x="3" y="3" width="7" height="7" fill="#6a7a55"/><rect x="14" y="3" width="7" height="7" fill="#6a7a55"/><rect x="3" y="14" width="7" height="7" fill="#6a7a55"/><rect x="14" y="14" width="7" height="7" fill="#6a7a55"/>
252
+ </svg>
253
+ </div>
254
+ <div class="kb-icon">
255
+ <svg viewBox="0 0 24 24">
256
+ <circle cx="12" cy="12" r="10" fill="#6a7a55"/>
257
+ <circle cx="9" cy="10" r="1.3" fill="#fff"/>
258
+ <circle cx="15" cy="10" r="1.3" fill="#fff"/>
259
+ <path d="M7 15c1.5 2 6.5 2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
260
+ </svg>
261
+ </div>
262
+ <div class="kb-icon">
263
+ <span style="font-weight:700; font-size:32px; color:#3b3b3b;">GIF</span>
264
+ </div>
265
+ <div class="kb-icon">
266
+ <svg viewBox="0 0 24 24">
267
+ <circle cx="12" cy="12" r="10" stroke="#6a7a55" stroke-width="2" fill="none"/>
268
+ <path d="M12 8 v8 M8 12 h8" stroke="#6a7a55" stroke-width="2"/>
269
+ </svg>
270
+ </div>
271
+ <div class="kb-icon">
272
+ <svg viewBox="0 0 24 24">
273
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="#6a7a55"/>
274
+ <text x="6" y="15" font-size="8" fill="#fff">G</text>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Row 1 -->
280
+ <div class="key-row">
281
+ <div class="key"><span class="num">1</span>q</div>
282
+ <div class="key"><span class="num">2</span>w</div>
283
+ <div class="key"><span class="num">3</span>e</div>
284
+ <div class="key"><span class="num">4</span>r</div>
285
+ <div class="key"><span class="num">5</span>t</div>
286
+ <div class="key"><span class="num">6</span>y</div>
287
+ <div class="key"><span class="num">7</span>u</div>
288
+ <div class="key"><span class="num">8</span>i</div>
289
+ <div class="key"><span class="num">9</span>o</div>
290
+ <div class="key"><span class="num">0</span>p</div>
291
+ </div>
292
+
293
+ <!-- Row 2 -->
294
+ <div class="key-row" style="padding: 0 60px;">
295
+ <div class="key">a</div>
296
+ <div class="key">s</div>
297
+ <div class="key">d</div>
298
+ <div class="key">f</div>
299
+ <div class="key">g</div>
300
+ <div class="key">h</div>
301
+ <div class="key">j</div>
302
+ <div class="key">k</div>
303
+ <div class="key">l</div>
304
+ </div>
305
+
306
+ <!-- Row 3 -->
307
+ <div class="key-row" style="padding: 0 80px;">
308
+ <div class="key shift">⇧</div>
309
+ <div class="key">z</div>
310
+ <div class="key">x</div>
311
+ <div class="key">c</div>
312
+ <div class="key">v</div>
313
+ <div class="key">b</div>
314
+ <div class="key">n</div>
315
+ <div class="key">m</div>
316
+ <div class="key wide">
317
+ <svg viewBox="0 0 24 24" width="40" height="40">
318
+ <path d="M3 12h14l-3-3M17 12l-3 3" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Bottom controls -->
324
+ <div class="key-row" style="padding: 0 24px; align-items: center;">
325
+ <div class="key-circle">?123</div>
326
+ <div class="key period">,</div>
327
+ <div class="key">☺</div>
328
+ <div class="key extra-wide"></div>
329
+ <div class="key period">.</div>
330
+ <div class="key-circle" style="background:#f2cddc;">
331
+ <svg viewBox="0 0 24 24" width="46" height="46">
332
+ <path d="M12 3c3 0 5 2 5 5v5c0 3-2 5-5 5s-5-2-5-5V8c0-3 2-5 5-5z" stroke="#333" stroke-width="2" fill="none"/>
333
+ <path d="M8 20h8" stroke="#333" stroke-width="2" stroke-linecap="round"/>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Floating search button -->
339
+ <div class="corner-btn">
340
+ <svg viewBox="0 0 24 24" width="64" height="64">
341
+ <circle cx="10" cy="10" r="7" stroke="#2f2f2f" stroke-width="2" fill="none"/>
342
+ <path d="M14.5 14.5 L21 21" stroke="#2f2f2f" stroke-width="2" stroke-linecap="round"/>
343
+ </svg>
344
+ </div>
345
+ </div>
346
+
347
+ </div>
348
+ </body>
349
+ </html>
code/3227/3227_3.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Rotterdam Search</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
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 100px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #333;
23
+ font-weight: 600;
24
+ font-size: 36px;
25
+ }
26
+ .status-icons {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 28px;
30
+ }
31
+ .icon-circle {
32
+ width: 36px;
33
+ height: 36px;
34
+ border-radius: 50%;
35
+ border: 2px solid #777;
36
+ }
37
+ .wifi {
38
+ width: 44px;
39
+ height: 32px;
40
+ position: relative;
41
+ }
42
+ .wifi::before, .wifi::after {
43
+ content: "";
44
+ position: absolute;
45
+ left: 2px;
46
+ right: 2px;
47
+ border-top: 3px solid #777;
48
+ border-radius: 20px;
49
+ }
50
+ .wifi::before { top: 2px; height: 20px; }
51
+ .wifi::after { top: 16px; width: 24px; left: 10px; right: 10px; }
52
+
53
+ .battery {
54
+ width: 60px;
55
+ height: 28px;
56
+ border: 3px solid #777;
57
+ border-radius: 6px;
58
+ position: relative;
59
+ }
60
+ .battery::after {
61
+ content: "";
62
+ position: absolute;
63
+ right: -10px;
64
+ top: 6px;
65
+ width: 8px;
66
+ height: 16px;
67
+ background: #777;
68
+ border-radius: 2px;
69
+ }
70
+ .battery .level {
71
+ height: 100%;
72
+ width: 70%;
73
+ background: #777;
74
+ }
75
+
76
+ /* App bar with back & search */
77
+ .app-bar {
78
+ height: 120px;
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 24px;
82
+ padding: 0 36px;
83
+ border-bottom: 1px solid #eee;
84
+ }
85
+ .back-btn {
86
+ width: 72px;
87
+ height: 72px;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke: #333; stroke-width: 6; }
93
+ .search-field {
94
+ flex: 1;
95
+ height: 72px;
96
+ font-size: 54px;
97
+ border: none;
98
+ outline: none;
99
+ color: #111;
100
+ }
101
+
102
+ /* Segmented control */
103
+ .segment-container {
104
+ display: flex;
105
+ gap: 24px;
106
+ padding: 20px 36px;
107
+ border-bottom: 1px solid #eee;
108
+ }
109
+ .segment {
110
+ flex: 1;
111
+ height: 96px;
112
+ border-radius: 20px;
113
+ background: #F2F2F2;
114
+ color: #333;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ font-size: 42px;
119
+ font-weight: 700;
120
+ }
121
+ .segment.active {
122
+ background: #FFFFFF;
123
+ border: 3px solid #DDD;
124
+ box-shadow: 0 2px 0 #E7E7E7 inset;
125
+ }
126
+
127
+ /* List sections */
128
+ .list {
129
+ padding: 10px 0;
130
+ }
131
+ .section {
132
+ padding: 18px 36px 0 36px;
133
+ }
134
+ .section-title {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 22px;
138
+ color: #777;
139
+ font-size: 34px;
140
+ text-transform: uppercase;
141
+ letter-spacing: 1px;
142
+ margin-bottom: 6px;
143
+ }
144
+ .section-title svg { width: 44px; height: 44px; stroke: #777; fill: none; stroke-width: 4; }
145
+ .item {
146
+ padding: 26px 36px 26px 104px;
147
+ border-top: 1px solid #EEE;
148
+ }
149
+ .item:first-of-type { border-top: none; }
150
+ .item-title {
151
+ font-size: 48px;
152
+ color: #222;
153
+ font-weight: 700;
154
+ margin-bottom: 8px;
155
+ }
156
+ .item-sub {
157
+ font-size: 38px;
158
+ color: #7A7A7A;
159
+ }
160
+ .divider {
161
+ height: 16px;
162
+ background: #FAFAFA;
163
+ }
164
+
165
+ /* Keyboard */
166
+ .keyboard {
167
+ position: absolute;
168
+ left: 0;
169
+ bottom: 0;
170
+ width: 1080px;
171
+ height: 940px;
172
+ background: #F4F4FA;
173
+ border-top: 1px solid #DDD;
174
+ padding: 24px 28px 28px 28px;
175
+ box-sizing: border-box;
176
+ }
177
+ .kb-top {
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: space-between;
181
+ padding: 10px 8px 24px 8px;
182
+ }
183
+ .kb-field {
184
+ flex: 1;
185
+ height: 120px;
186
+ background: #FFFFFF;
187
+ border: 2px solid #E3E3E9;
188
+ border-radius: 22px;
189
+ margin: 0 24px;
190
+ }
191
+ .kb-rows {
192
+ display: grid;
193
+ grid-template-rows: repeat(4, 1fr);
194
+ gap: 22px;
195
+ padding-top: 20px;
196
+ }
197
+ .kb-row {
198
+ display: flex;
199
+ gap: 16px;
200
+ justify-content: space-between;
201
+ }
202
+ .key {
203
+ height: 120px;
204
+ flex: 1;
205
+ background: #FFFFFF;
206
+ border: 2px solid #E1E1E7;
207
+ border-radius: 22px;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ font-size: 54px;
212
+ color: #222;
213
+ box-shadow: 0 1px 0 #EDEDF1;
214
+ }
215
+ .key.small { flex: 0 0 120px; }
216
+ .key.wide { flex: 0 0 180px; }
217
+ .key.accent { background: #E6F0C8; border-color: #C9D9A6; }
218
+ .key.gray { background: #F8E6EE; border-color: #E7CEDA; }
219
+ .key.pale { background: #F7EAF1; border-color: #E4D4DE; }
220
+
221
+ .micro-btn {
222
+ width: 86px; height: 86px; border-radius: 50%;
223
+ background: #FFFFFF; border: 2px solid #E1E1E7;
224
+ display: flex; align-items: center; justify-content: center;
225
+ }
226
+ .micro-btn svg { width: 42px; height: 42px; fill: #555; }
227
+ .search-circle {
228
+ width: 120px; height: 120px; border-radius: 60px;
229
+ background: #CFE08F; display: flex; align-items: center; justify-content: center;
230
+ border: 2px solid #BFD279;
231
+ }
232
+ .search-circle svg { width: 58px; height: 58px; stroke: #333; stroke-width: 6; fill: none; }
233
+ .kb-bottom-row {
234
+ display: flex; gap: 16px; align-items: center; padding-top: 24px;
235
+ }
236
+ .emoji { width: 120px; height: 120px; border-radius: 22px; background: #FFFFFF; border: 2px solid #E1E1E7; display:flex; align-items:center; justify-content:center; font-size:58px; }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <!-- Status bar -->
243
+ <div class="status-bar">
244
+ <div>5:11</div>
245
+ <div class="status-icons">
246
+ <div class="icon-circle"></div>
247
+ <div class="wifi"></div>
248
+ <div class="battery"><div class="level"></div></div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- App bar with search -->
253
+ <div class="app-bar">
254
+ <div class="back-btn">
255
+ <svg viewBox="0 0 24 24"><path d="M14 4 L6 12 L14 20"></path><path d="M6 12 H22"></path></svg>
256
+ </div>
257
+ <input class="search-field" value="Rotterdam" />
258
+ </div>
259
+
260
+ <!-- Segmented control -->
261
+ <div class="segment-container">
262
+ <div class="segment">For Sale</div>
263
+ <div class="segment active">For Rent</div>
264
+ <div class="segment">Sold</div>
265
+ </div>
266
+
267
+ <!-- List content -->
268
+ <div class="list">
269
+
270
+ <!-- Places -->
271
+ <div class="section">
272
+ <div class="section-title">
273
+ <svg viewBox="0 0 24 24"><path d="M12 22 C12 22 4 14 4 9 A8 8 0 0 1 20 9 C20 14 12 22 12 22 Z"></path><circle cx="12" cy="9" r="3"></circle></svg>
274
+ <span>Places</span>
275
+ </div>
276
+ <div class="item">
277
+ <div class="item-title">Rotterdam</div>
278
+ <div class="item-sub">Rotterdam, NY, USA</div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="divider"></div>
283
+
284
+ <!-- Apartments -->
285
+ <div class="section">
286
+ <div class="section-title">
287
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2"></rect><line x1="8" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="16" y2="21"></line><line x1="3" y1="8" x2="21" y2="8"></line><line x1="3" y1="16" x2="21" y2="16"></line></svg>
288
+ <span>Apartments</span>
289
+ </div>
290
+ <div class="item">
291
+ <div class="item-title">The Residences at Vista Square</div>
292
+ <div class="item-sub">1410 Curry Rd, Rotterdam, NY, USA</div>
293
+ </div>
294
+ <div class="item">
295
+ <div class="item-title">Solara Luxury Living</div>
296
+ <div class="item-sub">291 N Thompson St, Rotterdam, NY, USA</div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="divider"></div>
301
+
302
+ <!-- Schools -->
303
+ <div class="section">
304
+ <div class="section-title">
305
+ <svg viewBox="0 0 24 24"><path d="M2 9 L12 4 L22 9 L12 14 Z"></path><path d="M4 11 V17 C4 17 8 20 12 20 C16 20 20 17 20 17 V11"></path></svg>
306
+ <span>Schools</span>
307
+ </div>
308
+ <div class="item">
309
+ <div class="item-title">Rotterdam-Mohonasen Central School District</div>
310
+ </div>
311
+ <div class="item">
312
+ <div class="item-title">Crossroads Center For Children</div>
313
+ <div class="item-sub">Rotterdam, NY, USA</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Keyboard -->
319
+ <div class="keyboard">
320
+ <div class="kb-top">
321
+ <div class="micro-btn">
322
+ <svg viewBox="0 0 24 24"><rect x="9" y="4" width="6" height="10" rx="3"></rect><path d="M5 10 C5 15 19 15 19 10"></path><path d="M12 18 V22"></path></svg>
323
+ </div>
324
+ <div class="kb-field"></div>
325
+ <div class="search-circle">
326
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><line x1="14.5" y1="14.5" x2="20" y2="20"></line></svg>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="kb-rows">
331
+ <div class="kb-row">
332
+ <div class="key">q</div>
333
+ <div class="key">w</div>
334
+ <div class="key">e</div>
335
+ <div class="key">r</div>
336
+ <div class="key">t</div>
337
+ <div class="key">y</div>
338
+ <div class="key">u</div>
339
+ <div class="key">i</div>
340
+ <div class="key">o</div>
341
+ <div class="key">p</div>
342
+ </div>
343
+ <div class="kb-row">
344
+ <div class="key">a</div>
345
+ <div class="key">s</div>
346
+ <div class="key">d</div>
347
+ <div class="key">f</div>
348
+ <div class="key">g</div>
349
+ <div class="key">h</div>
350
+ <div class="key">j</div>
351
+ <div class="key">k</div>
352
+ <div class="key">l</div>
353
+ </div>
354
+ <div class="kb-row">
355
+ <div class="key small pale">⇧</div>
356
+ <div class="key">z</div>
357
+ <div class="key">x</div>
358
+ <div class="key">c</div>
359
+ <div class="key">v</div>
360
+ <div class="key">b</div>
361
+ <div class="key">n</div>
362
+ <div class="key">m</div>
363
+ <div class="key small gray">
364
+ <svg viewBox="0 0 24 24"><path d="M4 6 L20 6"></path><path d="M4 12 L20 12"></path><path d="M4 18 L14 18"></path></svg>
365
+ </div>
366
+ </div>
367
+ <div class="kb-bottom-row">
368
+ <div class="key small">?123</div>
369
+ <div class="key small">,</div>
370
+ <div class="emoji">☺</div>
371
+ <div class="key wide"></div>
372
+ <div class="key small pale">.</div>
373
+ <div class="key small accent">
374
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="10" r="6"></circle><line x1="15.5" y1="14.5" x2="21" y2="20"></line></svg>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+
380
+ </div>
381
+ </body>
382
+ </html>
code/3227/3227_4.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Map UI - Rotterdam</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #212121;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 80px;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 26px;
27
+ box-sizing: border-box;
28
+ font-size: 38px;
29
+ color: #333;
30
+ }
31
+ .status-bar .right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .icon-small { width: 40px; height: 40px; }
38
+
39
+ /* Search row */
40
+ .search-row {
41
+ position: absolute;
42
+ top: 80px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 110px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 30px;
49
+ box-sizing: border-box;
50
+ gap: 20px;
51
+ }
52
+ .search-box {
53
+ flex: 1;
54
+ height: 90px;
55
+ background: #f3f4f5;
56
+ border: 2px solid #e0e0e0;
57
+ border-radius: 16px;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 24px;
61
+ box-sizing: border-box;
62
+ color: #5b5b5b;
63
+ font-size: 38px;
64
+ gap: 16px;
65
+ }
66
+ .menu-btn {
67
+ width: 60px;
68
+ height: 60px;
69
+ border-radius: 10px;
70
+ }
71
+
72
+ /* Filters + Save row */
73
+ .filters-row {
74
+ position: absolute;
75
+ top: 190px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 100px;
79
+ padding: 0 30px;
80
+ box-sizing: border-box;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: space-between;
84
+ }
85
+ .btn-chip {
86
+ height: 86px;
87
+ padding: 0 28px;
88
+ background: #ffffff;
89
+ border: 2px solid #dcdcdc;
90
+ border-radius: 18px;
91
+ display: inline-flex;
92
+ align-items: center;
93
+ font-size: 38px;
94
+ color: #2b2b2b;
95
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
96
+ }
97
+ .btn-primary {
98
+ background: #d6453d;
99
+ color: #fff;
100
+ border: none;
101
+ height: 92px;
102
+ border-radius: 16px;
103
+ padding: 0 38px;
104
+ font-weight: bold;
105
+ }
106
+
107
+ /* Map placeholder */
108
+ .map-area {
109
+ position: absolute;
110
+ top: 290px;
111
+ left: 0;
112
+ width: 1080px;
113
+ height: 1950px;
114
+ background: #E0E0E0;
115
+ border-top: 1px solid #BDBDBD;
116
+ border-bottom: 1px solid #BDBDBD;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #616161;
121
+ font-size: 36px;
122
+ text-align: center;
123
+ }
124
+
125
+ /* Price badges */
126
+ .badge {
127
+ position: absolute;
128
+ padding: 14px 24px;
129
+ border-radius: 28px;
130
+ font-size: 34px;
131
+ color: #fff;
132
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
133
+ white-space: nowrap;
134
+ }
135
+ .badge.purple { background: #8e4acb; }
136
+ .badge.pink { background: #e14a73; }
137
+ .badge.red { background: #d6453d; }
138
+ .badge.blue { background: #6c7ef6; }
139
+
140
+ /* Floating buttons */
141
+ .float-stack {
142
+ position: absolute;
143
+ right: 24px;
144
+ top: 1380px;
145
+ display: grid;
146
+ gap: 26px;
147
+ }
148
+ .float-btn {
149
+ width: 170px;
150
+ height: 160px;
151
+ background: #ffffff;
152
+ border-radius: 20px;
153
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
154
+ display: flex;
155
+ flex-direction: column;
156
+ align-items: center;
157
+ justify-content: center;
158
+ font-size: 34px;
159
+ color: #333;
160
+ gap: 12px;
161
+ }
162
+ .float-btn svg { width: 54px; height: 54px; }
163
+
164
+ /* Bottom nav */
165
+ .bottom-nav {
166
+ position: absolute;
167
+ bottom: 0;
168
+ left: 0;
169
+ width: 1080px;
170
+ height: 160px;
171
+ background: #ffffff;
172
+ border-top: 1px solid #e6e6e6;
173
+ display: grid;
174
+ grid-template-columns: repeat(5, 1fr);
175
+ align-items: center;
176
+ text-align: center;
177
+ font-size: 30px;
178
+ color: #6b6b6b;
179
+ }
180
+ .nav-item {
181
+ display: flex;
182
+ flex-direction: column;
183
+ align-items: center;
184
+ gap: 10px;
185
+ }
186
+ .nav-item .label { font-size: 30px; }
187
+ .nav-item.active { color: #d6453d; }
188
+ .nav-icon { width: 60px; height: 60px; }
189
+
190
+ /* Misc helpers */
191
+ .absolute-layer { position: absolute; inset: 0; pointer-events: none; }
192
+ .map-label {
193
+ position: absolute;
194
+ top: 900px;
195
+ left: 180px;
196
+ background: rgba(255,255,255,0.8);
197
+ border: 1px solid #bdbdbd;
198
+ padding: 6px 10px;
199
+ border-radius: 8px;
200
+ font-size: 28px;
201
+ color: #333;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status Bar -->
209
+ <div class="status-bar">
210
+ <div>5:12</div>
211
+ <div class="right">
212
+ <!-- mail icon -->
213
+ <svg class="icon-small" viewBox="0 0 24 24">
214
+ <path d="M3 6h18v12H3z" fill="#888"/>
215
+ <path d="M3 6l9 7 9-7" fill="none" stroke="#fff" stroke-width="2"/>
216
+ </svg>
217
+ <!-- settings gear simplified -->
218
+ <svg class="icon-small" viewBox="0 0 24 24">
219
+ <circle cx="12" cy="12" r="4" fill="#888"/>
220
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3" stroke="#888" stroke-width="2"/>
221
+ </svg>
222
+ <!-- battery -->
223
+ <svg class="icon-small" viewBox="0 0 24 24">
224
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="#888"/>
225
+ <rect x="21" y="10" width="2" height="4" fill="#888"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Search Row -->
231
+ <div class="search-row">
232
+ <div class="search-box">
233
+ <svg width="42" height="42" viewBox="0 0 24 24">
234
+ <circle cx="10" cy="10" r="7" stroke="#666" stroke-width="2" fill="none"/>
235
+ <path d="M15 15l6 6" stroke="#666" stroke-width="2"/>
236
+ </svg>
237
+ <div>Rotterdam</div>
238
+ </div>
239
+ <!-- menu icon -->
240
+ <svg class="menu-btn" viewBox="0 0 24 24">
241
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#444" stroke-width="2"/>
242
+ </svg>
243
+ </div>
244
+
245
+ <!-- Filters Row -->
246
+ <div class="filters-row">
247
+ <div class="btn-chip">Filters • 1</div>
248
+ <div class="btn-primary">Save Search</div>
249
+ </div>
250
+
251
+ <!-- Map -->
252
+ <div class="map-area">
253
+ <div>[IMG: Google Map of Rotterdam Area]</div>
254
+ <div class="absolute-layer">
255
+
256
+ <!-- A few labels that mimic towns/parks -->
257
+ <div class="map-label" style="top: 240px; left: 120px;">Maalwyck Park</div>
258
+ <div class="map-label" style="top: 420px; left: 680px;">Schenectady</div>
259
+ <div class="map-label" style="top: 1180px; left: 720px;">Fort Hunter</div>
260
+ <div class="map-label" style="top: 1500px; left: 420px;">Keenholts Park</div>
261
+
262
+ <!-- Price badges -->
263
+ <div class="badge purple" style="top: 400px; left: 720px;">1,000</div>
264
+ <div class="badge purple" style="top: 470px; left: 810px;">1,800</div>
265
+ <div class="badge pink" style="top: 930px; left: 610px;">1,250</div>
266
+ <div class="badge purple" style="top: 700px; left: 460px;">15 Units</div>
267
+ <div class="badge purple" style="top: 680px; left: 170px;">4 Units</div>
268
+ <div class="badge pink" style="top: 690px; left: 280px;">1,350</div>
269
+ <div class="badge blue" style="top: 670px; left: 110px;">1,525</div>
270
+ <div class="badge pink" style="top: 950px; left: 160px;">I-90</div>
271
+ </div>
272
+
273
+ <!-- Floating action buttons -->
274
+ <div class="float-stack">
275
+ <div class="float-btn">
276
+ <svg viewBox="0 0 24 24">
277
+ <circle cx="12" cy="12" r="9" fill="#6c7ef6"/>
278
+ <path d="M6 12h12" stroke="#fff" stroke-width="2"/>
279
+ </svg>
280
+ <div>View</div>
281
+ </div>
282
+ <div class="float-btn">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M4 20l8-8 4 4 4-12" fill="none" stroke="#6c7ef6" stroke-width="2"/>
285
+ </svg>
286
+ <div>Draw</div>
287
+ </div>
288
+ <div class="float-btn">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 2l4 8h-8l4-8zm0 6v14" stroke="#6c7ef6" stroke-width="2" fill="none"/>
291
+ </svg>
292
+ <div>Nearby</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Bottom Navigation -->
298
+ <div class="bottom-nav">
299
+ <div class="nav-item active">
300
+ <svg class="nav-icon" viewBox="0 0 24 24">
301
+ <circle cx="10" cy="10" r="7" stroke="#d6453d" stroke-width="2" fill="none"/>
302
+ <path d="M15 15l6 6" stroke="#d6453d" stroke-width="2"/>
303
+ </svg>
304
+ <div class="label">Find Homes</div>
305
+ </div>
306
+ <div class="nav-item">
307
+ <svg class="nav-icon" viewBox="0 0 24 24">
308
+ <rect x="4" y="8" width="16" height="12" fill="#777"/>
309
+ <path d="M4 8l8-6 8 6" fill="#777"/>
310
+ </svg>
311
+ <div class="label">Feed</div>
312
+ </div>
313
+ <div class="nav-item">
314
+ <svg class="nav-icon" viewBox="0 0 24 24">
315
+ <path d="M12 21s-6-4.4-6-9a4 4 0 0 1 6-3.5A4 4 0 0 1 18 12c0 4.6-6 9-6 9z" fill="#777"/>
316
+ </svg>
317
+ <div class="label">Favorites</div>
318
+ </div>
319
+ <div class="nav-item">
320
+ <svg class="nav-icon" viewBox="0 0 24 24">
321
+ <path d="M4 11l8-7 8 7v9H4z" fill="none" stroke="#777" stroke-width="2"/>
322
+ </svg>
323
+ <div class="label">My Home</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <svg class="nav-icon" viewBox="0 0 24 24">
327
+ <circle cx="12" cy="8" r="4" fill="#777"/>
328
+ <path d="M4 22c2-5 14-5 16 0" stroke="#777" stroke-width="2" fill="none"/>
329
+ </svg>
330
+ <div class="label">My Redfin</div>
331
+ </div>
332
+ </div>
333
+
334
+ </div>
335
+ </body>
336
+ </html>
code/3227/3227_5.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Redfin Map</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
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute;
17
+ top: 0;
18
+ left: 0;
19
+ width: 1080px;
20
+ height: 110px;
21
+ padding: 0 30px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #222;
26
+ font-size: 40px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ color: #555;
33
+ font-size: 36px;
34
+ }
35
+ .icon {
36
+ width: 48px; height: 48px;
37
+ }
38
+
39
+ /* Search row */
40
+ .top-controls {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 30px;
44
+ right: 30px;
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 24px;
48
+ }
49
+ .search-input {
50
+ flex: 1;
51
+ height: 120px;
52
+ background: #f3f3f3;
53
+ border-radius: 20px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 28px;
57
+ border: 1px solid #e0e0e0;
58
+ gap: 22px;
59
+ }
60
+ .search-input span {
61
+ color: #7b7b7b;
62
+ font-size: 42px;
63
+ }
64
+ .hamburger {
65
+ width: 76px;
66
+ height: 120px;
67
+ border-radius: 16px;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ }
72
+ /* Filter & Save */
73
+ .action-row {
74
+ position: absolute;
75
+ top: 280px;
76
+ left: 30px;
77
+ right: 30px;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ }
82
+ .pill {
83
+ background: #ffffff;
84
+ border: 2px solid #d9d9d9;
85
+ border-radius: 20px;
86
+ padding: 28px 36px;
87
+ font-size: 40px;
88
+ color: #222;
89
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
90
+ }
91
+ .save-btn {
92
+ background: #c73a2a;
93
+ color: #fff;
94
+ border-radius: 20px;
95
+ padding: 28px 40px;
96
+ font-size: 42px;
97
+ box-shadow: 0 6px 14px rgba(199,58,42,0.35);
98
+ }
99
+
100
+ /* Map area */
101
+ .map-wrap {
102
+ position: absolute;
103
+ top: 360px;
104
+ left: 0;
105
+ width: 1080px;
106
+ height: 1550px;
107
+ background: #e0e0e0;
108
+ border-top: 1px solid #bdbdbd;
109
+ border-bottom: 1px solid #bdbdbd;
110
+ }
111
+ .map-img {
112
+ position: absolute;
113
+ left: 0; top: 0;
114
+ width: 1080px; height: 1550px;
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: 44px;
122
+ }
123
+ .search-area {
124
+ position: absolute;
125
+ top: 40px;
126
+ left: 50%;
127
+ transform: translateX(-50%);
128
+ background: #fff;
129
+ border: 1px solid #ddd;
130
+ border-radius: 16px;
131
+ padding: 22px 34px;
132
+ font-size: 40px;
133
+ color: #444;
134
+ box-shadow: 0 6px 14px rgba(0,0,0,0.15);
135
+ }
136
+ /* Floating map actions */
137
+ .floating-actions {
138
+ position: absolute;
139
+ right: 30px;
140
+ bottom: 260px;
141
+ display: flex;
142
+ flex-direction: column;
143
+ gap: 28px;
144
+ }
145
+ .float-btn {
146
+ width: 180px;
147
+ height: 160px;
148
+ background: #fff;
149
+ border-radius: 24px;
150
+ box-shadow: 0 6px 14px rgba(0,0,0,0.18);
151
+ display: flex;
152
+ flex-direction: column;
153
+ align-items: center;
154
+ justify-content: center;
155
+ gap: 12px;
156
+ font-size: 36px;
157
+ color: #444;
158
+ border: 1px solid #e6e6e6;
159
+ }
160
+
161
+ /* Map chips */
162
+ .chip {
163
+ position: absolute;
164
+ background: #c24b8e;
165
+ color: #fff;
166
+ padding: 20px 26px;
167
+ border-radius: 40px;
168
+ font-size: 38px;
169
+ box-shadow: 0 6px 12px rgba(194,75,142,0.35);
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 12px;
173
+ white-space: nowrap;
174
+ }
175
+ .chip.small { font-size: 36px; padding: 18px 22px; }
176
+ .chip .unit {
177
+ background: rgba(255,255,255,0.18);
178
+ padding: 8px 12px;
179
+ border-radius: 16px;
180
+ font-size: 32px;
181
+ }
182
+
183
+ /* Bottom navigation */
184
+ .nav-bar {
185
+ position: absolute;
186
+ bottom: 0;
187
+ left: 0;
188
+ width: 1080px;
189
+ height: 200px;
190
+ background: #ffffff;
191
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: space-around;
195
+ }
196
+ .nav-item {
197
+ display: flex;
198
+ flex-direction: column;
199
+ align-items: center;
200
+ gap: 16px;
201
+ color: #b33b2f;
202
+ font-size: 34px;
203
+ }
204
+ .nav-item.secondary { color: #666; }
205
+ .nav-icon {
206
+ width: 84px; height: 84px;
207
+ background: #f7f7f7;
208
+ border: 1px solid #e3e3e3;
209
+ border-radius: 22px;
210
+ display: flex; align-items:center; justify-content:center;
211
+ }
212
+
213
+ .home-indicator {
214
+ position: absolute;
215
+ bottom: 16px;
216
+ left: 50%;
217
+ transform: translateX(-50%);
218
+ width: 300px;
219
+ height: 14px;
220
+ background: #cfcfcf;
221
+ border-radius: 10px;
222
+ }
223
+
224
+ /* Map labels (subtle) */
225
+ .map-label {
226
+ position: absolute;
227
+ color: #4d4d4d;
228
+ font-size: 34px;
229
+ opacity: 0.8;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Status bar -->
237
+ <div class="status-bar">
238
+ <div>5:12</div>
239
+ <div class="status-right">
240
+ <span>M</span>
241
+ <span>⚙️</span>
242
+ <!-- Wifi -->
243
+ <svg class="icon" viewBox="0 0 24 24">
244
+ <path d="M12 18c.8 0 1.5.7 1.5 1.5S12.8 21 12 21s-1.5-.7-1.5-1.5S11.2 18 12 18zm-6.5-5c3.6-3.1 9.4-3.1 13 0l-1.6 1.7c-2.9-2.4-6.9-2.4-9.8 0L5.5 13zM2 8c5.5-4.7 14.5-4.7 20 0l-2 2.2c-4.9-4-11.1-4-16 0L2 8z" fill="#4d4d4d"/>
245
+ </svg>
246
+ <!-- Battery -->
247
+ <svg class="icon" viewBox="0 0 24 24">
248
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#4d4d4d"/>
249
+ <rect x="4" y="8" width="12" height="8" fill="#ffffff"/>
250
+ <rect x="20" y="10" width="2" height="8" fill="#4d4d4d"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Top controls with search -->
256
+ <div class="top-controls">
257
+ <div class="search-input">
258
+ <svg width="56" height="56" viewBox="0 0 24 24">
259
+ <circle cx="10" cy="10" r="7" stroke="#7b7b7b" stroke-width="2" fill="none"/>
260
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#7b7b7b" stroke-width="2"/>
261
+ </svg>
262
+ <span>Rotterdam</span>
263
+ </div>
264
+ <div class="hamburger">
265
+ <svg width="68" height="68" viewBox="0 0 24 24">
266
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z" fill="#555"/>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Filter & Save -->
272
+ <div class="action-row">
273
+ <div class="pill">Filters · 1</div>
274
+ <div class="save-btn">Save Search</div>
275
+ </div>
276
+
277
+ <!-- Map -->
278
+ <div class="map-wrap">
279
+ <div class="map-img">[IMG: Google Map of Rotterdam/Schenectady Area]</div>
280
+
281
+ <div class="search-area">Search This Area</div>
282
+
283
+ <!-- Map labels (approximate positions) -->
284
+ <div class="map-label" style="top: 160px; left: 690px;">Scotia</div>
285
+ <div class="map-label" style="top: 260px; left: 800px;">Schenectady</div>
286
+ <div class="map-label" style="bottom: 370px; left: 710px;">Fort Hunter</div>
287
+ <div class="map-label" style="bottom: 200px; left: 330px;">Keenholts Park</div>
288
+
289
+ <!-- Price / unit chips -->
290
+ <div class="chip" style="top: 430px; left: 180px;"><span class="unit">4 Units</span> $550</div>
291
+ <div class="chip" style="top: 800px; left: 420px;"><span class="unit">15 Units</span></div>
292
+ <div class="chip small" style="top: 950px; left: 840px;">1,000</div>
293
+ <div class="chip small" style="top: 1120px; left: 860px;">1,800</div>
294
+ <div class="chip small" style="bottom: 520px; left: 600px;">1,250</div>
295
+ <div class="chip small" style="top: 1000px; left: 120px;">1,525</div>
296
+
297
+ <!-- Floating action buttons -->
298
+ <div class="floating-actions">
299
+ <div class="float-btn">
300
+ <svg width="60" height="60" viewBox="0 0 24 24">
301
+ <circle cx="12" cy="12" r="9" stroke="#555" stroke-width="2" fill="none"/>
302
+ <circle cx="12" cy="12" r="3" fill="#555"/>
303
+ </svg>
304
+ <div>View</div>
305
+ </div>
306
+ <div class="float-btn">
307
+ <svg width="60" height="60" viewBox="0 0 24 24">
308
+ <path d="M7 21c-1 0-2-.9-2-2l.4-5.5L2 10l2-2 3.5 3 5.5-.4c1.1 0 2 .9 2 2l-.3 6.4-6.4.3z" fill="#555"/>
309
+ </svg>
310
+ <div>Draw</div>
311
+ </div>
312
+ <div class="float-btn">
313
+ <svg width="60" height="60" viewBox="0 0 24 24">
314
+ <path d="M12 2l5 9-5 11-5-11 5-9zm0 5.5L9.8 12h4.4L12 7.5z" fill="#555"/>
315
+ </svg>
316
+ <div>Nearby</div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Bottom navigation -->
322
+ <div class="nav-bar">
323
+ <div class="nav-item">
324
+ <div class="nav-icon">
325
+ <svg width="44" height="44" viewBox="0 0 24 24">
326
+ <circle cx="10" cy="10" r="7" stroke="#b33b2f" stroke-width="2" fill="none"/>
327
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#b33b2f" stroke-width="2"/>
328
+ </svg>
329
+ </div>
330
+ <div>Find Homes</div>
331
+ </div>
332
+ <div class="nav-item secondary">
333
+ <div class="nav-icon">
334
+ <svg width="44" height="44" viewBox="0 0 24 24">
335
+ <rect x="3" y="5" width="18" height="3" fill="#777"/>
336
+ <rect x="3" y="10" width="18" height="3" fill="#777"/>
337
+ <rect x="3" y="15" width="18" height="3" fill="#777"/>
338
+ </svg>
339
+ </div>
340
+ <div>Feed</div>
341
+ </div>
342
+ <div class="nav-item secondary">
343
+ <div class="nav-icon">
344
+ <svg width="44" height="44" viewBox="0 0 24 24">
345
+ <path d="M12 21c3.5-3 8-6.3 8-11.1 0-2.9-2.3-5.3-5.1-5.3-2 0-3.5 1-4.9 2.7C8.6 5.6 7.1 4.6 5.1 4.6 2.3 4.6 0 7 0 10c0 4.8 4.5 8.1 8 11.1l4-.1z" fill="#777"/>
346
+ </svg>
347
+ </div>
348
+ <div>Favorites</div>
349
+ </div>
350
+ <div class="nav-item secondary">
351
+ <div class="nav-icon">
352
+ <svg width="44" height="44" viewBox="0 0 24 24">
353
+ <path d="M12 3l9 7v11H3V10l9-7zm-2 9h4v6h-4v-6z" fill="#777"/>
354
+ </svg>
355
+ </div>
356
+ <div>My Home</div>
357
+ </div>
358
+ <div class="nav-item secondary">
359
+ <div class="nav-icon">
360
+ <svg width="44" height="44" viewBox="0 0 24 24">
361
+ <circle cx="12" cy="8" r="4" fill="#777"/>
362
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7H4z" fill="#777"/>
363
+ </svg>
364
+ </div>
365
+ <div>My Redfin</div>
366
+ </div>
367
+ </div>
368
+
369
+ <div class="home-indicator"></div>
370
+ </div>
371
+ </body>
372
+ </html>
code/3229/3229_0.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>PDP - HER Velour Women's Wide Pants</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;color:#111;}
8
+ #render-target{
9
+ position:relative;
10
+ width:1080px;
11
+ height:2400px;
12
+ overflow:hidden;
13
+ background:#ffffff;
14
+ }
15
+
16
+ /* Top status area (mock) */
17
+ .status-bar{
18
+ height:70px;
19
+ padding:16px 28px 0;
20
+ font-size:28px;
21
+ color:#2b2b2b;
22
+ display:flex;
23
+ align-items:center;
24
+ justify-content:flex-start;
25
+ gap:20px;
26
+ }
27
+
28
+ /* App header */
29
+ .app-header{
30
+ display:flex;
31
+ align-items:center;
32
+ padding:12px 28px;
33
+ height:96px;
34
+ border-bottom:1px solid #eee;
35
+ }
36
+ .thumb{
37
+ width:72px;height:96px;
38
+ background:#E0E0E0;border:1px solid #BDBDBD;
39
+ display:flex;align-items:center;justify-content:center;
40
+ font-size:20px;color:#757575;margin-right:18px;
41
+ }
42
+ .title{
43
+ font-weight:700;font-size:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
44
+ flex:1;
45
+ }
46
+ .icon-btn{width:56px;height:56px;margin-left:18px;display:flex;align-items:center;justify-content:center;cursor:default;}
47
+ .icon-btn svg{width:44px;height:44px;fill:#111}
48
+
49
+ /* Add to cart */
50
+ .cta-wrap{padding:32px 28px 0;}
51
+ .cta{
52
+ width:100%;background:#111;color:#fff;border-radius:4px;
53
+ height:132px;display:flex;align-items:center;justify-content:center;
54
+ font-size:42px;font-weight:800;letter-spacing:2px;text-transform:uppercase;
55
+ }
56
+
57
+ /* Free returns */
58
+ .free-returns{
59
+ display:flex;align-items:center;gap:20px;
60
+ padding:26px 28px 8px;color:#222;font-size:34px;
61
+ }
62
+ .pill-sep{height:1px;background:#efefef;margin:18px 28px;}
63
+
64
+ /* Product story */
65
+ .section-title{
66
+ font-size:48px;font-weight:800;margin:32px 28px 16px;
67
+ letter-spacing:1px;
68
+ }
69
+ .body-copy{
70
+ font-size:36px;line-height:1.6;color:#333;margin:0 28px 8px;
71
+ }
72
+ .link-row{
73
+ display:flex;align-items:center;justify-content:space-between;
74
+ padding:30px 28px;border-bottom:1px solid #efefef;border-top:1px solid #efefef;margin-top:20px;
75
+ font-size:38px;font-weight:700;
76
+ }
77
+ .chev{width:26px;height:26px;border-right:4px solid #111;border-top:4px solid #111;transform:rotate(45deg);}
78
+
79
+ /* Reviews header */
80
+ .reviews-head{
81
+ display:flex;align-items:center;justify-content:space-between;
82
+ padding:36px 28px 16px;
83
+ }
84
+ .reviews-title{font-size:44px;font-weight:800;}
85
+ .rating-box{display:flex;align-items:center;gap:16px;font-size:40px;font-weight:800;}
86
+ .big-star svg{width:40px;height:40px;fill:#111;}
87
+
88
+ /* Review carousel (single row mock) */
89
+ .review-list{padding:8px 0 0;display:block;}
90
+ .review-card{
91
+ display:flex;gap:26px;padding:24px 28px 12px;
92
+ border-bottom:1px solid #eee;
93
+ }
94
+ .review-img{
95
+ width:150px;height:210px;background:#E0E0E0;border:1px solid #BDBDBD;
96
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:20px;flex-shrink:0;
97
+ }
98
+ .review-content{flex:1;}
99
+ .star-row{display:flex;gap:8px;margin-top:6px;}
100
+ .star-row svg{width:30px;height:30px;fill:#111;}
101
+ .review-date{font-size:30px;color:#444;margin:8px 0 12px;}
102
+ .review-text{font-size:36px;line-height:1.6;color:#222;}
103
+ .read-more{
104
+ display:flex;align-items:center;justify-content:center;
105
+ gap:18px;padding:24px 28px;font-size:36px;font-weight:700;
106
+ }
107
+
108
+ /* Shipping & returns */
109
+ .accordion-row{
110
+ display:flex;align-items:center;justify-content:space-between;
111
+ padding:32px 28px;border-top:1px solid #efefef;border-bottom:1px solid #efefef;
112
+ font-size:44px;font-weight:800;
113
+ }
114
+ .plus{
115
+ width:40px;height:40px;position:relative;
116
+ }
117
+ .plus:before,.plus:after{
118
+ content:"";position:absolute;background:#111;left:50%;top:0;transform:translateX(-50%);width:6px;height:100%;
119
+ }
120
+ .plus:after{transform:translateX(-50%) rotate(90deg);}
121
+
122
+ /* Recommendation */
123
+ .grid-title{font-size:48px;font-weight:800;margin:36px 28px 18px;}
124
+ .rec-grid{display:flex;gap:24px;padding:0 28px;}
125
+ .rec-item{flex:1;min-width:0;}
126
+ .rec-img{
127
+ width:100%;height:260px;background:#E0E0E0;border:1px solid #BDBDBD;
128
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:24px;
129
+ }
130
+
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Mock status bar -->
137
+ <div class="status-bar">
138
+ 9:06
139
+ </div>
140
+
141
+ <!-- Header -->
142
+ <div class="app-header">
143
+ <div class="thumb">[IMG: Pants]</div>
144
+ <div class="title">HER Velour Women's Wi...</div>
145
+ <div class="icon-btn" aria-label="share">
146
+ <svg viewBox="0 0 24 24">
147
+ <circle cx="18" cy="5" r="2"></circle>
148
+ <circle cx="6" cy="12" r="2"></circle>
149
+ <circle cx="18" cy="19" r="2"></circle>
150
+ <path d="M7.8 11.3 L16.2 6.7" stroke="#111" stroke-width="2" fill="none"></path>
151
+ <path d="M7.8 12.7 L16.2 17.3" stroke="#111" stroke-width="2" fill="none"></path>
152
+ </svg>
153
+ </div>
154
+ <div class="icon-btn" aria-label="close">
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"></path>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- CTA -->
162
+ <div class="cta-wrap">
163
+ <div class="cta">ADD TO CART</div>
164
+ </div>
165
+
166
+ <!-- Free returns -->
167
+ <div class="free-returns">
168
+ <svg width="38" height="38" viewBox="0 0 24 24">
169
+ <circle cx="12" cy="12" r="11" stroke="#111" stroke-width="2" fill="none"></circle>
170
+ <path d="M7 12 l3 3 l7 -7" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"></path>
171
+ </svg>
172
+ <div>Free returns on all qualifying orders.</div>
173
+ </div>
174
+ <div class="pill-sep"></div>
175
+
176
+ <!-- Product story -->
177
+ <div class="section-title">PRODUCT STORY</div>
178
+ <div class="body-copy">
179
+ Casual is chic in these classic wide pants. Soft materials combine with a relaxed fit and elevated embroidery for an effortlessly cool look.
180
+ </div>
181
+
182
+ <div class="link-row">
183
+ <div>MORE INFORMATION</div>
184
+ <div class="chev"></div>
185
+ </div>
186
+
187
+ <!-- Reviews -->
188
+ <div class="reviews-head">
189
+ <div class="reviews-title">REVIEWS (3)</div>
190
+ <div class="rating-box">
191
+ <div class="big-star">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path>
194
+ </svg>
195
+ </div>
196
+ <div>3.0 / 5</div>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="review-list">
201
+ <div class="review-card">
202
+ <div class="review-img">[IMG: Pants]</div>
203
+ <div class="review-content">
204
+ <div class="star-row">
205
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
206
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
207
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
208
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
209
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
210
+ </div>
211
+ <div class="review-date">December 19, 2023</div>
212
+ <div class="review-text">
213
+ The material is very comfortable. It looks great. Got a lot of compliments when I wear it. Love it. I will buy more in...
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="review-card">
219
+ <div class="review-img">[IMG: Pants]</div>
220
+ <div class="review-content">
221
+ <div class="star-row">
222
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
223
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
224
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
225
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
226
+ <svg viewBox="0 0 24 24"><path d="M12 2 L14.9 8.3 L22 9.2 L16.8 13.8 L18.3 21 L12 17.6 L5.7 21 L7.2 13.8 L2 9.2 L9.1 8.3 Z"></path></svg>
227
+ </div>
228
+ <div class="review-date">December 7, 2023</div>
229
+ <div class="review-text">
230
+ I do love the design and it has an extra smooth finish. Fits long and works well with sneakers.
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="read-more">
237
+ <div>READ MORE</div>
238
+ <div class="chev"></div>
239
+ </div>
240
+
241
+ <!-- Shipping & Returns -->
242
+ <div class="accordion-row">
243
+ <div>SHIPPING AND RETURNS</div>
244
+ <div class="plus"></div>
245
+ </div>
246
+
247
+ <!-- You may also like -->
248
+ <div class="grid-title">YOU MAY ALSO LIKE</div>
249
+ <div class="rec-grid">
250
+ <div class="rec-item">
251
+ <div class="rec-img">[IMG: Suggested Product 1]</div>
252
+ </div>
253
+ <div class="rec-item">
254
+ <div class="rec-img">[IMG: Suggested Product 2]</div>
255
+ </div>
256
+ <div class="rec-item">
257
+ <div class="rec-img">[IMG: Suggested Product 3]</div>
258
+ </div>
259
+ </div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/3229/3229_1.html ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Nike Splash Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #000000;
13
+ color: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 28px;
21
+ right: 28px;
22
+ height: 60px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #fff;
27
+ }
28
+ .status-left {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 24px;
32
+ }
33
+ .time {
34
+ font-size: 42px;
35
+ letter-spacing: 1px;
36
+ }
37
+ .notif {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 18px;
41
+ }
42
+ .dot-icon, .ring-icon {
43
+ width: 28px;
44
+ height: 28px;
45
+ border-radius: 50%;
46
+ background: #fff;
47
+ }
48
+ .ring-icon {
49
+ background: transparent;
50
+ border: 3px solid #fff;
51
+ }
52
+
53
+ .status-right {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 26px;
57
+ }
58
+
59
+ /* Nike swoosh placement */
60
+ .swoosh-wrap {
61
+ position: absolute;
62
+ left: 50%;
63
+ top: 1500px;
64
+ transform: translateX(-50%);
65
+ width: 600px;
66
+ height: 200px;
67
+ }
68
+
69
+ /* Home indicator */
70
+ .home-indicator {
71
+ position: absolute;
72
+ bottom: 34px;
73
+ left: 50%;
74
+ transform: translateX(-50%);
75
+ width: 500px;
76
+ height: 12px;
77
+ background: #ffffff;
78
+ border-radius: 12px;
79
+ opacity: 0.9;
80
+ }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+
86
+ <!-- Top status bar -->
87
+ <div class="status-bar">
88
+ <div class="status-left">
89
+ <div class="time">9:06</div>
90
+ <div class="notif">
91
+ <div class="ring-icon" title="notification"></div>
92
+ <div class="dot-icon" title="notification"></div>
93
+ <div class="ring-icon" title="notification"></div>
94
+ <div class="dot-icon" title="notification"></div>
95
+ <div class="dot-icon" style="width:10px;height:10px;opacity:.9;"></div>
96
+ </div>
97
+ </div>
98
+ <div class="status-right">
99
+ <!-- Wi‑Fi Icon -->
100
+ <svg width="48" height="32" viewBox="0 0 48 32" fill="none" xmlns="http://www.w3.org/2000/svg">
101
+ <path d="M4 10c6-4 34-4 40 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
102
+ <path d="M10 16c4-3 24-3 28 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
103
+ <path d="M18 22c2-2 10-2 12 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
104
+ <circle cx="24" cy="27" r="2.8" fill="#fff"/>
105
+ </svg>
106
+ <!-- Battery with bolt -->
107
+ <svg width="56" height="32" viewBox="0 0 56 32" xmlns="http://www.w3.org/2000/svg">
108
+ <rect x="2" y="6" width="44" height="20" rx="3" ry="3" stroke="#fff" stroke-width="3" fill="none"/>
109
+ <rect x="48" y="11" width="6" height="10" rx="1.5" fill="#fff"/>
110
+ <path d="M24 10 L18 18 H24 L20 26 L34 16 H28 L32 10 Z" fill="#fff"/>
111
+ </svg>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Nike Swoosh (stylized) -->
116
+ <div class="swoosh-wrap" aria-label="Nike swoosh logo">
117
+ <svg viewBox="0 0 600 200" xmlns="http://www.w3.org/2000/svg">
118
+ <!-- A clean, minimal swoosh-like shape -->
119
+ <path fill="#FFFFFF" d="
120
+ M120 165
121
+ C190 115, 350 95, 540 75
122
+ C370 135, 285 165, 185 205
123
+ C145 220, 95 200, 120 165 Z"/>
124
+ </svg>
125
+ </div>
126
+
127
+ <!-- Home indicator -->
128
+ <div class="home-indicator"></div>
129
+ </div>
130
+ </body>
131
+ </html>
code/3229/3229_2.html ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8" />
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
5
+ <title>Shop - Women</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#111; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden; background:#fff;
10
+ }
11
+ /* Utility */
12
+ .row { display:flex; align-items:center; }
13
+ .space-between { justify-content:space-between; }
14
+ .icon-btn { width:100px; height:100px; display:flex; align-items:center; justify-content:center; }
15
+ .separator { height:2px; background:#eee; width:100%; }
16
+ .tabs { display:flex; gap:56px; padding:28px 40px 8px; font-size:44px; }
17
+ .tab { color:#777; }
18
+ .tab.active { color:#111; font-weight:700; position:relative; }
19
+ .tab.active::after {
20
+ content:""; position:absolute; left:0; right:0; bottom:-18px; height:8px; background:#111; border-radius:4px;
21
+ }
22
+ .title { font-size:56px; font-weight:800; padding:44px 40px 24px; }
23
+ .statusbar { height:120px; background:#111; color:#fff; padding:0 28px; }
24
+ .statusbar .time { font-size:38px; letter-spacing:1px; }
25
+ .toolbar { height:140px; padding:0 20px; background:#fff; border-bottom:1px solid #eee; }
26
+ .toolbar .title-text { font-size:54px; font-weight:800; }
27
+ /* Image placeholder */
28
+ .img {
29
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#555; display:flex; align-items:center; justify-content:center; text-align:center;
30
+ }
31
+ .highlight-row { display:flex; gap:28px; padding:0 40px; }
32
+ .card { width:320px; border-radius:20px; overflow:hidden; }
33
+ .card .ph { height:240px; border-radius:20px; }
34
+ .card .label { font-size:38px; margin-top:18px; line-height:1.2; }
35
+ /* Large gradient sections */
36
+ .gradient-block {
37
+ margin-top:36px;
38
+ background: linear-gradient(180deg, #ffd0a5 0%, #f0b8d0 45%, #b7d2ff 100%);
39
+ padding:40px;
40
+ }
41
+ .block-row { display:flex; align-items:center; justify-content:space-between; }
42
+ .block-title { font-size:68px; font-weight:800; color:#111; }
43
+ .ph-large { width:440px; height:360px; border-radius:24px; }
44
+ .divider-white { height:8px; background:#fff; opacity:0.8; border-radius:4px; margin:30px -40px; }
45
+ /* Shoes section */
46
+ .shoes-block {
47
+ background: linear-gradient(180deg, #ffd0a5 0%, #f0b8d0 60%, #c9d6ff 100%);
48
+ padding:40px;
49
+ }
50
+ .clothing-block {
51
+ background: linear-gradient(180deg, #f0b8d0 0%, #c9d6ff 60%, #e6f0ff 100%);
52
+ padding:40px;
53
+ }
54
+ /* Small helper for top icons */
55
+ .dot { width:14px; height:14px; background:#fff; border-radius:50%; margin-left:12px; opacity:0.8; }
56
+ </style>
57
+ </head>
58
+ <body>
59
+ <div id="render-target">
60
+
61
+ <!-- Status Bar -->
62
+ <div class="statusbar row space-between">
63
+ <div class="row" style="gap:18px;">
64
+ <div class="time">9:06</div>
65
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
66
+ </div>
67
+ <div class="row" style="gap:18px;">
68
+ <!-- simple cellular/wifi/battery shapes -->
69
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff"><rect x="2" y="12" width="3" height="8"/><rect x="7" y="8" width="3" height="12"/><rect x="12" y="4" width="3" height="16"/></svg>
70
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><path d="M2 8c5-5 15-5 20 0"/><path d="M6 12c3-3 9-3 12 0"/><circle cx="12" cy="16" r="1.5" fill="#fff"/></svg>
71
+ <svg width="50" height="42" viewBox="0 0 28 18" fill="none" stroke="#fff" stroke-width="2">
72
+ <rect x="1" y="3" width="22" height="12" rx="2"></rect>
73
+ <rect x="24" y="6" width="3" height="6" fill="#fff" stroke="none"></rect>
74
+ </svg>
75
+ </div>
76
+ </div>
77
+
78
+ <!-- Top Toolbar -->
79
+ <div class="toolbar row space-between">
80
+ <div class="row" style="gap:8px;">
81
+ <button class="icon-btn" aria-label="menu" style="background:none;border:none;">
82
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
83
+ <path d="M3 6h18M3 12h18M3 18h18"/>
84
+ </svg>
85
+ </button>
86
+ <div class="title-text">Shop</div>
87
+ </div>
88
+ <div class="row">
89
+ <div class="icon-btn">
90
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
91
+ <circle cx="11" cy="11" r="7"></circle>
92
+ <path d="M20 20l-3.5-3.5"></path>
93
+ </svg>
94
+ </div>
95
+ <div class="icon-btn">
96
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
97
+ <path d="M6 7h12l-1 12H7L6 7z"></path>
98
+ <path d="M9 7V6a3 3 0 0 1 6 0v1"></path>
99
+ </svg>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- Tabs -->
105
+ <div class="tabs">
106
+ <div class="tab">Men</div>
107
+ <div class="tab active">Women</div>
108
+ <div class="tab">Kids</div>
109
+ <div class="tab">Gifts 🎁</div>
110
+ </div>
111
+
112
+ <!-- Highlights -->
113
+ <div class="title">This Week's Highlights</div>
114
+ <div class="highlight-row">
115
+ <div class="card">
116
+ <div class="ph img" style="height:320px;">[IMG: Year in Review 2023 graphic]</div>
117
+ <div class="label">Year In Review 2023</div>
118
+ </div>
119
+ <div class="card">
120
+ <div class="ph img" style="height:320px;">[IMG: Close-up of running shoe on wet road]</div>
121
+ <div class="label">Nike Pegasus Shield</div>
122
+ </div>
123
+ <div class="card">
124
+ <div class="ph img" style="height:320px;">[IMG: Running shoe heel with neon text]</div>
125
+ <div class="label">Running Hakone Pack</div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Large Gradient Sections -->
130
+ <div class="gradient-block" style="margin-top:44px;">
131
+ <div class="block-row">
132
+ <div class="block-title">New & Featured</div>
133
+ <div class="ph-large img">[IMG: Fitness model in sports bra]</div>
134
+ </div>
135
+ <div class="divider-white"></div>
136
+ <div class="shoes-block">
137
+ <div class="block-row">
138
+ <div class="block-title">Shoes</div>
139
+ <div class="ph-large img" style="width:460px; height:300px;">[IMG: Beige/white sneaker]</div>
140
+ </div>
141
+ </div>
142
+ <div class="divider-white"></div>
143
+ <div class="clothing-block">
144
+ <div class="block-row">
145
+ <div class="block-title">Clothing</div>
146
+ <div class="ph-large img" style="width:420px; height:340px;">[IMG: Model wearing cropped tee]</div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Safe area indicator at bottom -->
152
+ <div style="position:absolute; left:300px; right:300px; bottom:22px; height:10px; background:#000; border-radius:6px; opacity:0.12;"></div>
153
+ </div>
154
+ </body>
155
+ </html>
code/3229/3229_3.html ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search Product UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 110px; background: #0A0A0A; color: #FFF;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px; font-size: 38px; letter-spacing: 1px;
20
+ }
21
+ .status-left { opacity: 0.95; }
22
+ .status-right { display: flex; align-items: center; gap: 28px; }
23
+ .icon-wifi, .icon-battery, .icon-dot { width: 50px; height: 36px; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 110px; left: 0; right: 0;
28
+ height: 160px; background: #FFFFFF;
29
+ display: flex; align-items: center;
30
+ padding: 0 36px;
31
+ }
32
+ .back-btn {
33
+ width: 90px; height: 90px; display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .title {
36
+ font-size: 52px; color: #333; margin-left: 8px; font-weight: 600;
37
+ }
38
+
39
+ /* History list */
40
+ .history {
41
+ position: absolute; top: 270px; left: 0; right: 0;
42
+ padding: 40px 48px;
43
+ }
44
+ .clear-all {
45
+ position: absolute; right: 48px; top: 310px;
46
+ color: #9E9E9E; font-size: 44px;
47
+ }
48
+ .history-item {
49
+ font-size: 56px; color: #202020; margin: 26px 0 40px 0;
50
+ }
51
+
52
+ /* Action buttons */
53
+ .actions {
54
+ position: absolute; left: 0; right: 0; bottom: 730px;
55
+ display: flex; justify-content: space-between;
56
+ padding: 0 52px;
57
+ }
58
+ .pill {
59
+ background: #111111; color: #ffffff; border: none;
60
+ height: 180px; border-radius: 120px; width: 480px;
61
+ display: flex; align-items: center; justify-content: center; gap: 26px;
62
+ font-size: 56px; font-weight: 600;
63
+ box-shadow: 0 6px 14px rgba(0,0,0,0.25);
64
+ }
65
+ .pill svg { width: 60px; height: 60px; fill: #FFF; }
66
+
67
+ /* Keyboard */
68
+ .keyboard {
69
+ position: absolute; left: 0; right: 0; bottom: 0;
70
+ height: 730px; background: #1b1812; border-top-left-radius: 22px; border-top-right-radius: 22px;
71
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.35);
72
+ padding: 26px 28px 36px;
73
+ }
74
+ .kb-toprow { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px 22px; color: #e7dac3; font-size: 42px; opacity: 0.9; }
75
+ .kb-row { display: flex; justify-content: space-between; margin: 14px 6px; }
76
+ .key {
77
+ background: #2a261f; color: #f0e6d2; border-radius: 26px;
78
+ width: 90px; height: 120px; display: flex; align-items: center; justify-content: center;
79
+ font-size: 54px;
80
+ }
81
+ .key.small { width: 76px; }
82
+ .key.wide { width: 150px; }
83
+ .space-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 0 6px; }
84
+ .space { flex: 1; height: 120px; background: #2a261f; border-radius: 28px; margin: 0 18px; }
85
+ .round-btn {
86
+ width: 150px; height: 150px; border-radius: 80px; background: #f8d1c6; display: flex; align-items: center; justify-content: center;
87
+ }
88
+ .home-indicator {
89
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
90
+ width: 380px; height: 12px; background: #EDEDED; border-radius: 8px; opacity: 0.9;
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status Bar -->
98
+ <div class="status-bar">
99
+ <div class="status-left">9:07</div>
100
+ <div class="status-right">
101
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path fill="#fff" d="M12 20l2-2-2-2-2 2 2 2zm-6-6l2-2 4 4 4-4 2 2-6 6-6-6zm-4-5l2-2 8 8 8-8 2 2-10 10L2 9z"/></svg>
102
+ <svg class="icon-dot" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
103
+ <svg class="icon-battery" viewBox="0 0 32 16"><rect x="1" y="3" width="26" height="10" rx="3" fill="none" stroke="#fff" stroke-width="2"/><rect x="3" y="5" width="18" height="6" rx="2" fill="#fff"/><rect x="27" y="6" width="4" height="4" rx="1" fill="#fff"/></svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Header -->
108
+ <div class="header">
109
+ <div class="back-btn">
110
+ <svg viewBox="0 0 24 24" width="56" height="56"><path d="M15.5 4.5L7 12l8.5 7.5" stroke="#222" stroke-width="3.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
111
+ </div>
112
+ <div class="title">Search Product</div>
113
+ </div>
114
+
115
+ <!-- History -->
116
+ <div class="history">
117
+ <div class="history-item">pants women</div>
118
+ <div class="history-item" style="color:#3a3a3a;">panta women</div>
119
+ </div>
120
+ <div class="clear-all">Clear All</div>
121
+
122
+ <!-- Bottom action buttons -->
123
+ <div class="actions">
124
+ <button class="pill">
125
+ <svg viewBox="0 0 24 24"><path d="M9 7l1.6-2h2.8L15 7h3a3 3 0 013 3v6a3 3 0 01-3 3H6a3 3 0 01-3-3v-6a3 3 0 013-3h3zm3 11a4 4 0 100-8 4 4 0 000 8z"/></svg>
126
+ Camera
127
+ </button>
128
+ <button class="pill">
129
+ <svg viewBox="0 0 24 24"><path d="M4 6h16a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2zm4 2l2.5 3 2-2.5L16 13h4v3H4v-4l4-4z"/></svg>
130
+ Photos
131
+ </button>
132
+ </div>
133
+
134
+ <!-- Keyboard -->
135
+ <div class="keyboard">
136
+ <div class="kb-toprow">
137
+ <div>◧</div>
138
+ <div>🙂</div>
139
+ <div>GIF</div>
140
+ <div>⚙</div>
141
+ <div>翻</div>
142
+ <div>🎨</div>
143
+ <div>
144
+ <svg viewBox="0 0 24 24" width="46" height="46"><path d="M12 3v18m9-9H3" stroke="#e7dac3" stroke-width="2.5" stroke-linecap="round"/></svg>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="kb-row">
149
+ <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>
150
+ </div>
151
+ <div class="kb-row" style="padding: 0 40px;">
152
+ <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>
153
+ </div>
154
+ <div class="kb-row" style="padding: 0 80px;">
155
+ <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>
156
+ <div class="key wide">⌫</div>
157
+ </div>
158
+
159
+ <div class="space-row">
160
+ <div class="key wide">?123</div>
161
+ <div class="key wide">,</div>
162
+ <div class="space"></div>
163
+ <div class="key wide">.</div>
164
+ <div class="round-btn">
165
+ <svg viewBox="0 0 24 24" width="80" height="80"><path d="M20 6L9.5 16.5 4 11" stroke="#1b1812" stroke-width="3.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="home-indicator"></div>
171
+ </div>
172
+ </body>
173
+ </html>
code/3229/3229_4.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search - Women Pants</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 100%;
21
+ height: 120px;
22
+ background: #000;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left {
30
+ display: flex; align-items: center; gap: 22px; font-size: 42px; font-weight: 600;
31
+ }
32
+ .status-icons { display: flex; gap: 20px; align-items: center; margin-left: 18px; }
33
+ .dot {
34
+ width: 26px; height: 26px; border-radius: 50%; background: #CFCFCF;
35
+ }
36
+ .status-right {
37
+ margin-left: auto; display: flex; align-items: center; gap: 28px;
38
+ }
39
+ .wifi, .battery {
40
+ width: 50px; height: 28px;
41
+ fill: #fff;
42
+ }
43
+ .battery {
44
+ width: 70px;
45
+ }
46
+
47
+ /* Search bar row */
48
+ .search-row {
49
+ position: absolute;
50
+ left: 0; top: 120px;
51
+ width: 100%;
52
+ height: 150px;
53
+ background: #FFFFFF;
54
+ border-bottom: 1px solid #E6E6E6;
55
+ display: flex; align-items: center;
56
+ padding: 0 32px;
57
+ box-sizing: border-box;
58
+ }
59
+ .back-btn {
60
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .search-input {
63
+ margin-left: 10px;
64
+ font-size: 56px;
65
+ color: #111;
66
+ flex: 1;
67
+ font-weight: 600;
68
+ }
69
+ .clear-btn {
70
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
71
+ }
72
+
73
+ /* Suggestions list */
74
+ .list {
75
+ position: absolute;
76
+ left: 0; top: 270px;
77
+ width: 100%;
78
+ padding: 40px 40px 0;
79
+ box-sizing: border-box;
80
+ }
81
+ .item {
82
+ font-size: 48px;
83
+ color: #111;
84
+ padding: 34px 0;
85
+ letter-spacing: 0.2px;
86
+ }
87
+
88
+ /* Camera/Photos pills */
89
+ .pills {
90
+ position: absolute;
91
+ left: 0;
92
+ top: 1420px;
93
+ width: 100%;
94
+ display: flex;
95
+ justify-content: space-between;
96
+ padding: 0 60px;
97
+ box-sizing: border-box;
98
+ }
99
+ .pill {
100
+ background: #0F0F0F;
101
+ color: #fff;
102
+ border-radius: 120px;
103
+ padding: 36px 54px;
104
+ font-size: 46px;
105
+ display: flex; align-items: center; gap: 24px;
106
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2) inset;
107
+ }
108
+ .pill svg { width: 56px; height: 56px; fill: #fff; }
109
+
110
+ /* Suggestion strip above keyboard */
111
+ .suggest-strip {
112
+ position: absolute;
113
+ left: 0;
114
+ top: 1530px;
115
+ width: 100%;
116
+ height: 110px;
117
+ background: #1B1B17;
118
+ color: #EADFC7;
119
+ display: flex; align-items: center;
120
+ padding: 0 36px;
121
+ box-sizing: border-box;
122
+ gap: 30px;
123
+ font-size: 44px;
124
+ }
125
+ .divider { color: #BBAF8C; opacity: .7; }
126
+ .mini-icon {
127
+ width: 60px; height: 60px; background: #2E2A20; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #C7BFA6; font-size: 34px;
128
+ }
129
+
130
+ /* Keyboard (approximation) */
131
+ .keyboard {
132
+ position: absolute;
133
+ left: 0; bottom: 0;
134
+ width: 100%;
135
+ height: 760px;
136
+ background: #1A1712;
137
+ border-top: 1px solid #2B261E;
138
+ box-sizing: border-box;
139
+ padding: 24px 24px 24px 24px;
140
+ }
141
+ .key-row {
142
+ display: flex;
143
+ gap: 16px;
144
+ justify-content: space-between;
145
+ margin: 26px 0;
146
+ }
147
+ .key {
148
+ flex: 1;
149
+ height: 120px;
150
+ background: #2A261F;
151
+ color: #EBDDC3;
152
+ border-radius: 22px;
153
+ display: flex; align-items: center; justify-content: center;
154
+ font-size: 50px;
155
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
156
+ }
157
+ .key.wide { flex: 1.6; }
158
+ .key.spacer { flex: 0.4; background: transparent; box-shadow: none; }
159
+ .space-row .key { height: 140px; }
160
+ .space { flex: 5.5; }
161
+ .enter { width: 160px; flex: 0 0 160px; }
162
+ .left-action, .right-action { width: 160px; flex: 0 0 160px; }
163
+
164
+ /* Bottom gesture bar */
165
+ .gesture {
166
+ position: absolute;
167
+ left: 0; bottom: 14px;
168
+ width: 100%;
169
+ display: flex; justify-content: center;
170
+ }
171
+ .gesture-bar {
172
+ width: 420px; height: 10px; background: #E6E6E6; border-radius: 6px; opacity: .7;
173
+ }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+
179
+ <!-- Status Bar -->
180
+ <div class="status-bar">
181
+ <div class="status-left">
182
+ <div>9:07</div>
183
+ <div class="status-icons">
184
+ <div class="dot"></div>
185
+ <div class="dot"></div>
186
+ <div class="dot"></div>
187
+ <div class="dot"></div>
188
+ <div class="dot" style="opacity:.5;"></div>
189
+ </div>
190
+ </div>
191
+ <div class="status-right">
192
+ <!-- WiFi -->
193
+ <svg class="wifi" viewBox="0 0 24 24">
194
+ <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 4c1-1 3-1 4 0l-2 2-2-2z"/>
195
+ </svg>
196
+ <!-- Battery -->
197
+ <svg class="battery" viewBox="0 0 36 18">
198
+ <rect x="1" y="3" width="30" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
199
+ <rect x="3" y="5" width="20" height="8" rx="1" fill="#fff"/>
200
+ <rect x="32" y="6" width="3" height="6" rx="1" fill="#fff"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Search Row -->
206
+ <div class="search-row">
207
+ <div class="back-btn">
208
+ <svg width="54" height="54" viewBox="0 0 24 24">
209
+ <path fill="#111" d="M14.7 5.3 9 11l5.7 5.7-1.4 1.4L6.2 12l7.1-7.1 1.4 1.4z"/>
210
+ </svg>
211
+ </div>
212
+ <div class="search-input">Women Pants</div>
213
+ <div class="clear-btn">
214
+ <svg width="46" height="46" viewBox="0 0 24 24">
215
+ <circle cx="12" cy="12" r="10" fill="#EFEFEF" stroke="#CFCFCF"/>
216
+ <path d="M8 8l8 8M16 8l-8 8" stroke="#777" stroke-width="2" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Suggestions -->
222
+ <div class="list">
223
+ <div class="item">Track Pants For Women</div>
224
+ <div class="item">Women Acg Pants</div>
225
+ <div class="item">Women Air Jordan Pants</div>
226
+ <div class="item">Women Air Jordan Sweat Pants</div>
227
+ <div class="item">Women American Football Pants</div>
228
+ <div class="item">Women Athletic Sweat Pants</div>
229
+ <div class="item">Women B Ball Pants</div>
230
+ </div>
231
+
232
+ <!-- Pills -->
233
+ <div class="pills">
234
+ <div class="pill">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M9 7h6l1 2h3a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h3l1-2zm3 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/>
237
+ </svg>
238
+ <span>Camera</span>
239
+ </div>
240
+ <div class="pill">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M3 5h18v14H3V5zm4 2v10h12V7H7zm2 2h4v4H9V9z"/>
243
+ </svg>
244
+ <span>Photos</span>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Suggestion strip above keyboard -->
249
+ <div class="suggest-strip">
250
+ <span>Pants</span>
251
+ <span class="divider">|</span>
252
+ <span>Panta</span>
253
+ <span class="divider">|</span>
254
+ <div class="mini-icon">🩳</div>
255
+ <div class="mini-icon">👖</div>
256
+ <div style="margin-left:auto;" class="mini-icon">🎤</div>
257
+ </div>
258
+
259
+ <!-- Keyboard -->
260
+ <div class="keyboard">
261
+ <div class="key-row">
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>
264
+ <div class="key-row">
265
+ <div class="key spacer"></div>
266
+ <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>
267
+ <div class="key spacer"></div>
268
+ </div>
269
+ <div class="key-row">
270
+ <div class="key wide">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>
271
+ <div class="key wide">⌫</div>
272
+ </div>
273
+ <div class="key-row space-row">
274
+ <div class="key left-action">?123</div>
275
+ <div class="key">,</div>
276
+ <div class="key">😊</div>
277
+ <div class="key space"></div>
278
+ <div class="key">.</div>
279
+ <div class="key enter">⏎</div>
280
+ </div>
281
+ <div class="gesture">
282
+ <div class="gesture-bar"></div>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/3229/3229_5.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Nike Women Pants - Mock</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: #111;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ background: #000;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 28px;
25
+ font-size: 28px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { flex: 1; display: flex; gap: 18px; align-items: center; }
29
+ .status-right { display: flex; gap: 18px; align-items: center; }
30
+ .dot { width: 12px; height: 12px; background: #fff; border-radius: 50%; opacity: 0.85; }
31
+
32
+ /* Header */
33
+ .header {
34
+ height: 140px;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 28px;
38
+ box-sizing: border-box;
39
+ border-bottom: 1px solid #eee;
40
+ background: #fff;
41
+ }
42
+ .back {
43
+ width: 80px; height: 80px; display: flex; justify-content: center; align-items: center;
44
+ }
45
+ .title {
46
+ font-size: 48px;
47
+ font-weight: 700;
48
+ margin-left: 6px;
49
+ }
50
+ .header-spacer { flex: 1; }
51
+ .icon-btn {
52
+ width: 76px; height: 76px;
53
+ display: inline-flex; justify-content: center; align-items: center;
54
+ margin-left: 18px;
55
+ }
56
+ .icon { width: 40px; height: 40px; }
57
+
58
+ /* Grid */
59
+ .content {
60
+ position: absolute;
61
+ top: 230px;
62
+ left: 0;
63
+ right: 0;
64
+ bottom: 0;
65
+ overflow: hidden; /* static screenshot */
66
+ }
67
+ .grid {
68
+ padding: 24px;
69
+ display: flex;
70
+ flex-wrap: wrap;
71
+ gap: 24px;
72
+ box-sizing: border-box;
73
+ }
74
+ .card {
75
+ width: 516px;
76
+ }
77
+ .img {
78
+ position: relative;
79
+ width: 100%;
80
+ height: 560px;
81
+ background: #E0E0E0;
82
+ border: 1px solid #BDBDBD;
83
+ color: #757575;
84
+ display: flex; align-items: center; justify-content: center;
85
+ font-size: 28px;
86
+ }
87
+ .wish {
88
+ position: absolute;
89
+ top: 18px;
90
+ right: 18px;
91
+ width: 84px; height: 84px; border-radius: 50%;
92
+ background: #fff;
93
+ border: 1px solid #ddd;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+ .card h3 {
97
+ font-size: 34px;
98
+ margin: 18px 0 8px 0;
99
+ font-weight: 700;
100
+ }
101
+ .sub {
102
+ color: #666;
103
+ font-size: 30px;
104
+ line-height: 40px;
105
+ }
106
+ .price {
107
+ font-size: 34px;
108
+ margin: 20px 0 12px 0;
109
+ font-weight: 700;
110
+ }
111
+ .swatches { display: flex; gap: 18px; margin: 10px 0 8px 0; }
112
+ .swatch {
113
+ width: 30px; height: 30px; border-radius: 50%;
114
+ border: 2px solid #bbb;
115
+ }
116
+ .swatch.black { background: #000; }
117
+ .swatch.grey { background: #8e8a97; }
118
+ .swatch.purple { background: #6d6480; }
119
+
120
+ .badge {
121
+ color: #ff5a00;
122
+ font-weight: 700;
123
+ margin-top: 12px;
124
+ font-size: 28px;
125
+ }
126
+
127
+ /* Floating filter button */
128
+ .fab {
129
+ position: absolute;
130
+ right: 40px;
131
+ bottom: 220px;
132
+ width: 160px; height: 160px;
133
+ background: #fff;
134
+ border-radius: 50%;
135
+ display: flex; align-items: center; justify-content: center;
136
+ box-shadow: 0 8px 24px rgba(0,0,0,0.2);
137
+ border: 1px solid #eee;
138
+ }
139
+
140
+ /* Home indicator */
141
+ .home-indicator {
142
+ position: absolute;
143
+ bottom: 26px;
144
+ left: 50%;
145
+ transform: translateX(-50%);
146
+ width: 620px;
147
+ height: 12px;
148
+ background: #000;
149
+ border-radius: 8px;
150
+ opacity: 0.9;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <!-- Top OS status bar -->
157
+ <div class="status-bar">
158
+ <div class="status-left">
159
+ <div>9:07</div>
160
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
161
+ </div>
162
+ <div class="status-right">
163
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10"/></svg>
164
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><rect x="3" y="6" width="18" height="12" rx="2"/><path d="M22 10v4"/></svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Header -->
169
+ <div class="header">
170
+ <div class="back">
171
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
172
+ <path d="M15 18l-6-6 6-6"/>
173
+ </svg>
174
+ </div>
175
+ <div class="title">Women Pants</div>
176
+ <div class="header-spacer"></div>
177
+ <div class="icon-btn">
178
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
179
+ <circle cx="11" cy="11" r="7"></circle>
180
+ <path d="M21 21l-4-4"></path>
181
+ </svg>
182
+ </div>
183
+ <div class="icon-btn">
184
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
185
+ <path d="M6 8a5 5 0 0 1 12 0v10H6V8z"></path>
186
+ <path d="M9 8V7a3 3 0 0 1 6 0v1"></path>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Content -->
192
+ <div class="content">
193
+ <div class="grid">
194
+ <!-- Card 1 -->
195
+ <div class="card">
196
+ <div class="img">[IMG: Black ultra high-waisted trousers]</div>
197
+ <div class="wish">
198
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#111" stroke-width="2">
199
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9 3.5 6 6.5 6c2 0 3.1 1 3.5 1.5S11 9 12 9s1-1.5 2-1.5S16.5 6 18.5 6c3 0 5 3 3 6.5C19 16.65 12 21 12 21z"/>
200
+ </svg>
201
+ </div>
202
+ <h3>Nike Dri-FIT One</h3>
203
+ <div class="sub">Women's Ultra<br>High-Waisted Trousers</div>
204
+ <div class="price">MRP : ₹ 3 495.00</div>
205
+ <div class="swatches">
206
+ <div class="swatch black"></div>
207
+ <div class="swatch grey"></div>
208
+ <div class="swatch purple"></div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Card 2 -->
213
+ <div class="card">
214
+ <div class="img">[IMG: Black fleece joggers with small swoosh]</div>
215
+ <div class="wish">
216
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#111" stroke-width="2">
217
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9 3.5 6 6.5 6c2 0 3.1 1 3.5 1.5S11 9 12 9s1-1.5 2-1.5S16.5 6 18.5 6c3 0 5 3 3 6.5C19 16.65 12 21 12 21z"/>
218
+ </svg>
219
+ </div>
220
+ <h3>Nike Sportswear Club Fleece</h3>
221
+ <div class="sub">Women's Shine Mid-Rise<br>Trousers</div>
222
+ <div class="price">MRP : ₹ 3 695.00</div>
223
+ </div>
224
+
225
+ <!-- Card 3 -->
226
+ <div class="card">
227
+ <div class="img">[IMG: Black 7/8 leggings]</div>
228
+ <div class="wish">
229
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#111" stroke-width="2">
230
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9 3.5 6 6.5 6c2 0 3.1 1 3.5 1.5S11 9 12 9s1-1.5 2-1.5S16.5 6 18.5 6c3 0 5 3 3 6.5C19 16.65 12 21 12 21z"/>
231
+ </svg>
232
+ </div>
233
+ <div class="badge">Just In</div>
234
+ <h3>Nike Pro</h3>
235
+ <div class="sub">Women's Mid-Rise 7/8<br>Leggings</div>
236
+ <div class="price">MRP : ₹ 3 195.00</div>
237
+ </div>
238
+
239
+ <!-- Card 4 -->
240
+ <div class="card">
241
+ <div class="img">[IMG: Black woven jogger trousers]</div>
242
+ <div class="wish">
243
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#111" stroke-width="2">
244
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9 3.5 6 6.5 6c2 0 3.1 1 3.5 1.5S11 9 12 9s1-1.5 2-1.5S16.5 6 18.5 6c3 0 5 3 3 6.5C19 16.65 12 21 12 21z"/>
245
+ </svg>
246
+ </div>
247
+ <h3>Nike Sportswear</h3>
248
+ <div class="sub">Women's Woven Trousers</div>
249
+ <div class="price">MRP : ₹ 2 795.00</div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Floating filter button -->
255
+ <div class="fab">
256
+ <svg viewBox="0 0 24 24" width="64" height="64" stroke="#111" fill="none" stroke-width="2" stroke-linecap="round">
257
+ <path d="M4 6h16M8 12h8M10 18h4"/>
258
+ <circle cx="8" cy="6" r="1.5" fill="#111"></circle>
259
+ <circle cx="16" cy="12" r="1.5" fill="#111"></circle>
260
+ <circle cx="12" cy="18" r="1.5" fill="#111"></circle>
261
+ </svg>
262
+ </div>
263
+
264
+ <!-- Home indicator -->
265
+ <div class="home-indicator"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/3229/3229_6.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Women Pants - Listing</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #111;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #000;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-size: 28px;
27
+ letter-spacing: 1px;
28
+ }
29
+ .status-indicators {
30
+ margin-left: auto;
31
+ display: flex;
32
+ gap: 24px;
33
+ align-items: center;
34
+ }
35
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #fff; opacity: .8; }
36
+
37
+ /* Toolbar */
38
+ .toolbar {
39
+ height: 150px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 36px;
43
+ box-sizing: border-box;
44
+ border-bottom: 1px solid #eee;
45
+ }
46
+ .icon-btn {
47
+ width: 96px;
48
+ height: 96px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ border-radius: 48px;
53
+ }
54
+ .toolbar-title {
55
+ font-size: 56px;
56
+ font-weight: 700;
57
+ margin-left: 12px;
58
+ }
59
+ .toolbar-actions {
60
+ margin-left: auto;
61
+ display: flex;
62
+ gap: 18px;
63
+ }
64
+ .toolbar svg { width: 46px; height: 46px; }
65
+
66
+ /* Grid */
67
+ .grid {
68
+ padding: 12px 24px 200px 24px;
69
+ box-sizing: border-box;
70
+ display: grid;
71
+ grid-template-columns: 1fr 1fr;
72
+ gap: 36px 24px;
73
+ }
74
+ .card {
75
+ border-radius: 8px;
76
+ }
77
+ .img-wrap {
78
+ position: relative;
79
+ width: 100%;
80
+ height: 620px;
81
+ background: #E0E0E0;
82
+ border: 1px solid #BDBDBD;
83
+ display: flex;
84
+ justify-content: center;
85
+ align-items: center;
86
+ color: #757575;
87
+ font-size: 28px;
88
+ text-align: center;
89
+ }
90
+ .fav {
91
+ position: absolute;
92
+ right: 18px;
93
+ top: 18px;
94
+ width: 92px;
95
+ height: 92px;
96
+ border-radius: 999px;
97
+ background: #fff;
98
+ box-shadow: 0 4px 10px rgba(0,0,0,.12);
99
+ display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .fav svg { width: 42px; height: 42px; }
102
+
103
+ .card h3 {
104
+ font-size: 40px;
105
+ margin: 22px 0 8px 0;
106
+ font-weight: 800;
107
+ }
108
+ .sub {
109
+ color: #666;
110
+ font-size: 30px;
111
+ line-height: 1.3;
112
+ margin-bottom: 18px;
113
+ }
114
+ .price {
115
+ font-size: 36px;
116
+ font-weight: 700;
117
+ margin: 10px 0 14px 0;
118
+ }
119
+ .price small { font-weight: 600; color: #222; opacity:.9; }
120
+ .colors { display: flex; gap: 18px; margin: 8px 0 6px 0; }
121
+ .dot-color { width: 30px; height: 30px; border-radius: 50%; border: 3px solid #ddd; }
122
+ .c-black { background: #111; }
123
+ .c-purple { background: #3e2b67; }
124
+ .strike { text-decoration: line-through; color: #777; font-weight: 600; margin-left: 12px; font-size: 32px; }
125
+
126
+ /* Floating filter */
127
+ .fab {
128
+ position: absolute;
129
+ right: 36px;
130
+ bottom: 160px;
131
+ width: 160px;
132
+ height: 160px;
133
+ background: #fff;
134
+ border-radius: 80px;
135
+ box-shadow: 0 10px 30px rgba(0,0,0,.18);
136
+ display: flex; align-items: center; justify-content: center;
137
+ }
138
+ .fab svg { width: 64px; height: 64px; }
139
+
140
+ /* Utility */
141
+ .pad { padding: 0 12px; }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Simulated OS status bar -->
148
+ <div class="status-bar">
149
+ <div style="display:flex; align-items:center; gap:18px;">
150
+ <span style="font-weight:700;">9:08</span>
151
+ <span class="dot"></span>
152
+ <span class="dot"></span>
153
+ <span class="dot"></span>
154
+ </div>
155
+ <div class="status-indicators">
156
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M3 9h18v6H3z"/></svg>
157
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M3 12h18v2H3z"/></svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Toolbar -->
162
+ <div class="toolbar">
163
+ <div class="icon-btn">
164
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
165
+ <path d="M15 18l-6-6 6-6"/>
166
+ </svg>
167
+ </div>
168
+ <div class="toolbar-title">Women Pants</div>
169
+ <div class="toolbar-actions">
170
+ <div class="icon-btn">
171
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.2">
172
+ <circle cx="11" cy="11" r="7"></circle>
173
+ <path d="M21 21l-4.3-4.3"></path>
174
+ </svg>
175
+ </div>
176
+ <div class="icon-btn">
177
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
178
+ <path d="M6 7h12l-1 12H7L6 7z"></path>
179
+ <path d="M9 7V6a3 3 0 0 1 6 0v1"></path>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Product Grid -->
186
+ <div class="grid">
187
+
188
+ <!-- Card 1 -->
189
+ <div class="card">
190
+ <div class="img-wrap">
191
+ [IMG: Black high-waisted open-hem French terry tracksuit pants]
192
+ <div class="fav">
193
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
194
+ <path d="M12 21s-7-4.4-9-8.5C1.5 9 3.5 6.5 6.3 6.5c1.5 0 2.9.8 3.7 2 0.8-1.2 2.2-2 3.7-2 2.8 0 4.8 2.5 3.3 6C19 16.6 12 21 12 21z"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="pad">
199
+ <h3>Nike Dri-FIT One</h3>
200
+ <div class="sub">
201
+ Women's High-Waisted<br>
202
+ Full-Length Open-Hem<br>
203
+ French Terry Tracksuit
204
+ </div>
205
+ <div class="price">MRP : ₹ 3 695.00</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Card 2 -->
210
+ <div class="card">
211
+ <div class="img-wrap">
212
+ [IMG: Purple mid-rise 7/8 running trousers]
213
+ <div class="fav">
214
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
215
+ <path d="M12 21s-7-4.4-9-8.5C1.5 9 3.5 6.5 6.3 6.5c1.5 0 2.9.8 3.7 2 0.8-1.2 2.2-2 3.7-2 2.8 0 4.8 2.5 3.3 6C19 16.6 12 21 12 21z"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ <div class="pad">
220
+ <h3>Nike Dri-FIT Fast</h3>
221
+ <div class="sub">
222
+ Women's Mid-Rise 7/8<br>
223
+ Running Trousers
224
+ </div>
225
+ <div class="price">MRP : ₹ 3 695.00</div>
226
+ <div class="colors">
227
+ <span class="dot-color c-purple"></span>
228
+ <span class="dot-color c-black"></span>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Card 3 -->
234
+ <div class="card">
235
+ <div class="img-wrap">
236
+ [IMG: Cream wide-leg fleece tracksuit bottoms]
237
+ <div class="fav">
238
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
239
+ <path d="M12 21s-7-4.4-9-8.5C1.5 9 3.5 6.5 6.3 6.5c1.5 0 2.9.8 3.7 2 0.8-1.2 2.2-2 3.7-2 2.8 0 4.8 2.5 3.3 6C19 16.6 12 21 12 21z"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ <div class="pad">
244
+ <h3>Nike Sportswear Club Fleece</h3>
245
+ <div class="sub">
246
+ Women's Mid-Rise<br>
247
+ Wide-Leg Tracksuit<br>
248
+ Bottoms
249
+ </div>
250
+ <div class="price">MRP : ₹ 3 695.00</div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Card 4 -->
255
+ <div class="card">
256
+ <div class="img-wrap">
257
+ [IMG: Black high-waisted 7/8 trousers - tapered cuffs]
258
+ <div class="fav">
259
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
260
+ <path d="M12 21s-7-4.4-9-8.5C1.5 9 3.5 6.5 6.3 6.5c1.5 0 2.9.8 3.7 2 0.8-1.2 2.2-2 3.7-2 2.8 0 4.8 2.5 3.3 6C19 16.6 12 21 12 21z"/>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ <div class="pad">
265
+ <h3>Nike Dri-FIT Bliss</h3>
266
+ <div class="sub">
267
+ Women's High-waisted<br>
268
+ 7/8 Trousers
269
+ </div>
270
+ <div class="price">₹ 5 027.00 <span class="strike">₹ 5 295.00</span></div>
271
+ </div>
272
+ </div>
273
+
274
+ </div>
275
+
276
+ <!-- Floating Filter Button -->
277
+ <div class="fab">
278
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round">
279
+ <path d="M4 7h16M7 12h10M10 17h4"></path>
280
+ <circle cx="8" cy="7" r="1.4" fill="#111"></circle>
281
+ <circle cx="15" cy="12" r="1.4" fill="#111"></circle>
282
+ <circle cx="12" cy="17" r="1.4" fill="#111"></circle>
283
+ </svg>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/3229/3229_7.html ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Nike Dri-FIT Bliss - Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; left:0; top:0; width:100%; height:120px; background:#000;
16
+ color:#fff; display:flex; align-items:center; padding:0 36px; box-sizing:border-box;
17
+ }
18
+ .status-time { font-size:40px; font-weight:600; letter-spacing:1px; }
19
+ .status-icons { margin-left:auto; display:flex; align-items:center; gap:30px; }
20
+ .dot { width:14px; height:14px; background:#fff; border-radius:50%; opacity:.9; }
21
+
22
+ /* Header */
23
+ .header {
24
+ position:absolute; left:0; top:120px; width:100%; height:150px; background:#fff;
25
+ display:flex; align-items:center; padding:0 36px; box-sizing:border-box;
26
+ border-bottom:1px solid #ececec;
27
+ }
28
+ .back-btn {
29
+ width:80px; height:80px; display:flex; align-items:center; justify-content:center;
30
+ }
31
+ .header-title {
32
+ font-size:54px; font-weight:700; color:#111; margin-left:16px;
33
+ }
34
+ .header-actions { margin-left:auto; display:flex; align-items:center; gap:30px; }
35
+ .icon-btn { width:80px; height:80px; display:flex; align-items:center; justify-content:center; }
36
+
37
+ /* Main image area */
38
+ .product-hero {
39
+ position:absolute; left:0; top:270px; width:100%; height:1400px; background:#fff;
40
+ display:flex; align-items:center; justify-content:center;
41
+ }
42
+ .img-placeholder {
43
+ width:100%; height:100%; background:#E0E0E0; border:1px solid #BDBDBD;
44
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:44px; text-align:center;
45
+ }
46
+
47
+ .scrub-line {
48
+ position:absolute; left:140px; right:140px; top:1600px; height:8px; background:#d8d8d8; border-radius:6px;
49
+ }
50
+
51
+ /* Thumbnail row */
52
+ .thumb-row {
53
+ position:absolute; top:1640px; left:0; width:100%; height:420px; display:flex; align-items:center;
54
+ padding:0 36px; box-sizing:border-box; gap:36px;
55
+ }
56
+ .thumb {
57
+ width:320px; height:320px; background:#E0E0E0; border:1px solid #BDBDBD;
58
+ color:#757575; display:flex; align-items:center; justify-content:center; font-size:36px;
59
+ }
60
+
61
+ /* Product text */
62
+ .details {
63
+ position:absolute; left:0; top:2055px; width:100%; padding:30px 44px; box-sizing:border-box;
64
+ }
65
+ .subtitle {
66
+ font-size:42px; color:#666; margin-bottom:18px;
67
+ }
68
+ .title {
69
+ font-size:86px; font-weight:800; color:#111;
70
+ line-height:1.05;
71
+ }
72
+
73
+ /* Simple utility */
74
+ svg { display:block; }
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+
80
+ <!-- Status Bar -->
81
+ <div class="status-bar">
82
+ <div class="status-time">9:08</div>
83
+ <div class="status-icons">
84
+ <div class="dot"></div>
85
+ <div class="dot"></div>
86
+ <div class="dot" style="width:18px; height:18px;"></div>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Header -->
91
+ <div class="header">
92
+ <div class="back-btn" aria-label="Back">
93
+ <!-- Back Arrow -->
94
+ <svg width="40" height="40" viewBox="0 0 24 24">
95
+ <path d="M14.7 4.3a1 1 0 0 1 0 1.4L9.4 11l5.3 5.3a1 1 0 1 1-1.4 1.4l-6-6a1 1 0 0 1 0-1.4l6-6a1 1 0 0 1 1.4 0z" fill="#111"/>
96
+ </svg>
97
+ </div>
98
+ <div class="header-title">Nike Dri-FIT Bliss</div>
99
+ <div class="header-actions">
100
+ <div class="icon-btn" aria-label="Search">
101
+ <!-- Search Icon -->
102
+ <svg width="44" height="44" viewBox="0 0 24 24">
103
+ <path d="M10 3a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm8.7 13.3-3.1-3.1-1.4 1.4 3.1 3.1a1 1 0 0 0 1.4-1.4z" fill="#111"/>
104
+ </svg>
105
+ </div>
106
+ <div class="icon-btn" aria-label="Bag">
107
+ <!-- Bag Icon -->
108
+ <svg width="44" height="44" viewBox="0 0 24 24">
109
+ <path d="M7 7V6a5 5 0 0 1 10 0v1h2a1 1 0 0 1 1 1l-1 11a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2L4 8a1 1 0 0 1 1-1h2zm2 0h6V6a3 3 0 0 0-6 0v1z" fill="#111"/>
110
+ </svg>
111
+ </div>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Product Image -->
116
+ <div class="product-hero">
117
+ <div class="img-placeholder">[IMG: Black Dri‑FIT pants on model]</div>
118
+ </div>
119
+
120
+ <!-- Scrub line under image -->
121
+ <div class="scrub-line"></div>
122
+
123
+ <!-- Thumbnail row -->
124
+ <div class="thumb-row">
125
+ <div class="thumb">[IMG: Full model thumbnail]</div>
126
+ </div>
127
+
128
+ <!-- Product details -->
129
+ <div class="details">
130
+ <div class="subtitle">Women's High-waisted 7/8 Trousers</div>
131
+ <div class="title">Nike Dri-FIT Bliss</div>
132
+ </div>
133
+
134
+ </div>
135
+ </body>
136
+ </html>
code/3230/3230_0.html ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chat UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #121212;
20
+ color: #fff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 90px;
30
+ padding: 0 30px;
31
+ box-sizing: border-box;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #eaeaea;
36
+ font-size: 34px;
37
+ }
38
+ .sb-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .ghost-dot {
44
+ width: 24px;
45
+ height: 24px;
46
+ background: #eaeaea;
47
+ border-radius: 50%;
48
+ opacity: 0.7;
49
+ }
50
+ .sb-right {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 18px;
54
+ }
55
+ .sb-icon {
56
+ width: 38px;
57
+ height: 38px;
58
+ opacity: 0.9;
59
+ }
60
+
61
+ /* Header */
62
+ .header {
63
+ position: absolute;
64
+ top: 90px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 150px;
68
+ padding: 0 24px;
69
+ box-sizing: border-box;
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 26px;
73
+ }
74
+ .icon-btn {
75
+ width: 72px;
76
+ height: 72px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+ .avatar {
82
+ width: 88px;
83
+ height: 88px;
84
+ border-radius: 50%;
85
+ background: #E0E0E0;
86
+ border: 1px solid #BDBDBD;
87
+ color: #757575;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ font-size: 20px;
92
+ }
93
+ .contact {
94
+ display: flex;
95
+ flex-direction: column;
96
+ gap: 8px;
97
+ }
98
+ .contact .name {
99
+ font-size: 40px;
100
+ font-weight: 600;
101
+ color: #ffffff;
102
+ }
103
+ .contact .seen {
104
+ font-size: 26px;
105
+ color: #bcbcbc;
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 10px;
109
+ }
110
+ .online-dot {
111
+ width: 14px;
112
+ height: 14px;
113
+ background: #27c44c;
114
+ border-radius: 50%;
115
+ }
116
+ .actions {
117
+ margin-left: auto;
118
+ display: flex;
119
+ align-items: center;
120
+ gap: 26px;
121
+ }
122
+ .action {
123
+ width: 68px;
124
+ height: 68px;
125
+ border-radius: 14px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ }
130
+
131
+ /* Chat area */
132
+ .chat-area {
133
+ position: absolute;
134
+ top: 240px;
135
+ left: 0;
136
+ width: 1080px;
137
+ bottom: 240px;
138
+ padding: 24px 28px 0 28px;
139
+ box-sizing: border-box;
140
+ }
141
+ .vertical-dots {
142
+ position: absolute;
143
+ left: 28px;
144
+ top: 420px;
145
+ display: flex;
146
+ flex-direction: column;
147
+ gap: 18px;
148
+ }
149
+ .vertical-dots .dot {
150
+ width: 16px;
151
+ height: 16px;
152
+ background: #cfcfcf;
153
+ border-radius: 50%;
154
+ opacity: 0.7;
155
+ }
156
+
157
+ .day-divider {
158
+ width: 100%;
159
+ display: flex;
160
+ align-items: center;
161
+ gap: 22px;
162
+ color: #bdbdbd;
163
+ font-size: 28px;
164
+ margin: 840px 0 20px 0; /* pushes divider toward middle as in screenshot */
165
+ }
166
+ .divider-line {
167
+ height: 2px;
168
+ background: #3a3a3a;
169
+ flex: 1;
170
+ }
171
+
172
+ /* Messages */
173
+ .message {
174
+ max-width: 840px;
175
+ margin: 22px 0;
176
+ position: relative;
177
+ }
178
+ .message .time {
179
+ color: #bdbdbd;
180
+ font-size: 26px;
181
+ margin-bottom: 8px;
182
+ }
183
+ .bubble {
184
+ display: inline-block;
185
+ padding: 24px 28px;
186
+ border-radius: 26px;
187
+ font-size: 36px;
188
+ line-height: 1.2;
189
+ }
190
+ .received {
191
+ padding-left: 120px;
192
+ }
193
+ .received .bubble {
194
+ background: #222;
195
+ color: #f1f1f1;
196
+ }
197
+ .received .meta-row {
198
+ display: flex;
199
+ align-items: center;
200
+ gap: 18px;
201
+ margin-bottom: 10px;
202
+ }
203
+ .avatar.small {
204
+ width: 68px;
205
+ height: 68px;
206
+ border-radius: 50%;
207
+ background: #E0E0E0;
208
+ border: 1px solid #BDBDBD;
209
+ color: #757575;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: center;
213
+ font-size: 16px;
214
+ }
215
+ .meta-text {
216
+ color: #bcbcbc;
217
+ font-size: 26px;
218
+ }
219
+ .reaction {
220
+ position: absolute;
221
+ right: -54px;
222
+ top: 74px;
223
+ width: 44px;
224
+ height: 44px;
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: center;
228
+ opacity: 0.9;
229
+ }
230
+
231
+ .sent {
232
+ margin-left: auto;
233
+ text-align: right;
234
+ max-width: 400px;
235
+ }
236
+ .sent .bubble {
237
+ background: #1e6fd9;
238
+ color: #ffffff;
239
+ }
240
+
241
+ /* Composer */
242
+ .composer {
243
+ position: absolute;
244
+ left: 0;
245
+ bottom: 120px;
246
+ width: 1080px;
247
+ padding: 0 28px;
248
+ box-sizing: border-box;
249
+ display: flex;
250
+ align-items: center;
251
+ gap: 22px;
252
+ }
253
+ .plus-btn {
254
+ width: 100px;
255
+ height: 100px;
256
+ background: linear-gradient(180deg, #1EA6FF 0%, #0c86f0 100%);
257
+ border-radius: 50%;
258
+ display: flex;
259
+ align-items: center;
260
+ justify-content: center;
261
+ }
262
+ .plus-btn svg {
263
+ width: 42px;
264
+ height: 42px;
265
+ }
266
+ .text-input {
267
+ flex: 1;
268
+ height: 100px;
269
+ background: #2a2a2a;
270
+ border-radius: 50px;
271
+ padding: 0 28px;
272
+ box-sizing: border-box;
273
+ display: flex;
274
+ align-items: center;
275
+ justify-content: space-between;
276
+ color: #cfcfcf;
277
+ font-size: 34px;
278
+ }
279
+ .inline-emoji {
280
+ width: 48px;
281
+ height: 48px;
282
+ opacity: 0.85;
283
+ margin-left: 12px;
284
+ }
285
+ .tool {
286
+ width: 84px;
287
+ height: 84px;
288
+ border-radius: 18px;
289
+ display: flex;
290
+ align-items: center;
291
+ justify-content: center;
292
+ background: transparent;
293
+ }
294
+ .tool svg {
295
+ width: 44px;
296
+ height: 44px;
297
+ }
298
+ .bing {
299
+ width: 70px;
300
+ height: 70px;
301
+ border-radius: 16px;
302
+ background: #0b74ff;
303
+ color: #ffffff;
304
+ font-weight: 700;
305
+ display: flex;
306
+ align-items: center;
307
+ justify-content: center;
308
+ font-size: 36px;
309
+ }
310
+
311
+ /* Gesture bar */
312
+ .gesture-bar {
313
+ position: absolute;
314
+ bottom: 36px;
315
+ left: 50%;
316
+ transform: translateX(-50%);
317
+ width: 300px;
318
+ height: 10px;
319
+ background: #ffffff;
320
+ border-radius: 6px;
321
+ opacity: 0.85;
322
+ }
323
+ </style>
324
+ </head>
325
+ <body>
326
+ <div id="render-target">
327
+
328
+ <!-- Status Bar -->
329
+ <div class="status-bar">
330
+ <div class="sb-left">
331
+ <div>9:50</div>
332
+ <div class="ghost-dot"></div>
333
+ <div class="ghost-dot"></div>
334
+ <div class="ghost-dot"></div>
335
+ <div class="ghost-dot"></div>
336
+ <div style="width:10px;height:10px;background:#eaeaea;border-radius:50%;opacity:.8;"></div>
337
+ </div>
338
+ <div class="sb-right">
339
+ <!-- WiFi -->
340
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none" stroke="#eaeaea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
341
+ <path d="M2 8c5-4 15-4 20 0"></path>
342
+ <path d="M5 12c4-3 10-3 14 0"></path>
343
+ <path d="M8 16c3-2 5-2 8 0"></path>
344
+ <circle cx="12" cy="19" r="1.5" fill="#eaeaea"></circle>
345
+ </svg>
346
+ <!-- Battery -->
347
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
348
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#eaeaea" stroke-width="2"></rect>
349
+ <rect x="4" y="8" width="12" height="8" fill="#eaeaea"></rect>
350
+ <rect x="20" y="10" width="2" height="8" rx="1" fill="#eaeaea"></rect>
351
+ </svg>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Header -->
356
+ <div class="header">
357
+ <div class="icon-btn">
358
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
359
+ <path d="M15 18l-6-6 6-6"></path>
360
+ </svg>
361
+ </div>
362
+ <div class="avatar">[IMG: Avatar - Leaves]</div>
363
+ <div class="contact">
364
+ <div class="name">Natalie Larson</div>
365
+ <div class="seen"><span class="online-dot"></span> Last seen 4m ago</div>
366
+ </div>
367
+ <div class="actions">
368
+ <div class="action">
369
+ <!-- Video icon -->
370
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
371
+ <rect x="3" y="7" width="12" height="10" rx="2"></rect>
372
+ <polygon points="15,10 21,7 21,17 15,14" fill="none"></polygon>
373
+ </svg>
374
+ </div>
375
+ <div class="action">
376
+ <!-- Phone icon -->
377
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
378
+ <path d="M22 16.5c-2.2 2.2-4.7 3.5-6 3.5-4.5 0-10-5.5-10-10 0-1.3 1.3-3.8 3.5-6l3 3c-.8 1-1.6 2.1-1.6 3.1 0 2.6 3.5 6.1 6.1 6.1 1 0 2.1-.8 3.1-1.6l2.9 2.9z"></path>
379
+ </svg>
380
+ </div>
381
+ </div>
382
+ </div>
383
+
384
+ <!-- Chat Area -->
385
+ <div class="chat-area">
386
+
387
+ <!-- Vertical dots on left -->
388
+ <div class="vertical-dots">
389
+ <div class="dot"></div>
390
+ <div class="dot"></div>
391
+ <div class="dot"></div>
392
+ <div class="dot"></div>
393
+ </div>
394
+
395
+ <!-- Day Divider -->
396
+ <div class="day-divider">
397
+ <div class="divider-line"></div>
398
+ <div>Today</div>
399
+ <div class="divider-line"></div>
400
+ </div>
401
+
402
+ <!-- Sent message (right) -->
403
+ <div class="message sent" style="margin-top: 30px;">
404
+ <div class="time">9:45 AM</div>
405
+ <div class="bubble">Hi</div>
406
+ </div>
407
+
408
+ <!-- Received message (left) -->
409
+ <div class="message received" style="margin-top: 80px;">
410
+ <div class="meta-row">
411
+ <div class="avatar small">[IMG]</div>
412
+ <div class="meta-text">Natalie, 9:45 AM</div>
413
+ </div>
414
+ <div class="bubble">Hello</div>
415
+ <div class="reaction">
416
+ <!-- Simple smiley -->
417
+ <svg viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
418
+ <circle cx="12" cy="12" r="9"></circle>
419
+ <path d="M8 10h0"></path>
420
+ <path d="M16 10h0"></path>
421
+ <path d="M8 15c2 2 6 2 8 0"></path>
422
+ </svg>
423
+ </div>
424
+ </div>
425
+
426
+ </div>
427
+
428
+ <!-- Composer -->
429
+ <div class="composer">
430
+ <div class="plus-btn">
431
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
432
+ <path d="M12 5v14M5 12h14"></path>
433
+ </svg>
434
+ </div>
435
+ <div class="text-input">
436
+ <span>Type a message</span>
437
+ <svg class="inline-emoji" viewBox="0 0 24 24" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
438
+ <circle cx="12" cy="12" r="9"></circle>
439
+ <path d="M8 10h0"></path>
440
+ <path d="M16 10h0"></path>
441
+ <path d="M8 15c2 2 6 2 8 0"></path>
442
+ </svg>
443
+ </div>
444
+ <div class="tool">
445
+ <!-- Gallery icon -->
446
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
447
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
448
+ <circle cx="9" cy="10" r="2"></circle>
449
+ <path d="M3 16l5-4 3 3 3-2 4 3"></path>
450
+ </svg>
451
+ </div>
452
+ <div class="tool">
453
+ <!-- Camera icon -->
454
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
455
+ <rect x="3" y="7" width="18" height="12" rx="3"></rect>
456
+ <path d="M8 7l2-3h4l2 3"></path>
457
+ <circle cx="12" cy="13" r="3"></circle>
458
+ </svg>
459
+ </div>
460
+ <div class="bing">b</div>
461
+ </div>
462
+
463
+ <!-- Gesture Bar -->
464
+ <div class="gesture-bar"></div>
465
+
466
+ </div>
467
+ </body>
468
+ </html>
code/3230/3230_1.html ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chat 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: #0E0E0E;
15
+ color: #fff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #fff;
31
+ font-size: 40px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ }
43
+ .ghosts span { font-size: 36px; line-height: 1; }
44
+
45
+ /* Header */
46
+ .header {
47
+ position: absolute;
48
+ top: 96px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 160px;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 36px;
55
+ box-sizing: border-box;
56
+ border-bottom: 1px solid #212121;
57
+ }
58
+ .back-btn {
59
+ width: 72px;
60
+ height: 72px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ margin-right: 18px;
65
+ }
66
+ .avatar {
67
+ width: 92px;
68
+ height: 92px;
69
+ border-radius: 50%;
70
+ background: #E0E0E0;
71
+ border: 1px solid #BDBDBD;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ color: #757575;
76
+ font-size: 22px;
77
+ margin-right: 26px;
78
+ }
79
+ .title {
80
+ flex: 1;
81
+ display: flex;
82
+ flex-direction: column;
83
+ justify-content: center;
84
+ }
85
+ .name {
86
+ font-size: 44px;
87
+ font-weight: 600;
88
+ margin-bottom: 6px;
89
+ }
90
+ .presence {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 12px;
94
+ color: #9E9E9E;
95
+ font-size: 28px;
96
+ }
97
+ .presence .dot {
98
+ width: 16px;
99
+ height: 16px;
100
+ border-radius: 50%;
101
+ background: #2ECC71;
102
+ }
103
+ .header-actions {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 28px;
107
+ }
108
+ .icon-btn {
109
+ width: 72px;
110
+ height: 72px;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ border-radius: 18px;
115
+ }
116
+
117
+ /* Side dots (drag handle style) */
118
+ .side-dots {
119
+ position: absolute;
120
+ left: 30px;
121
+ top: 520px;
122
+ display: flex;
123
+ flex-direction: column;
124
+ gap: 24px;
125
+ }
126
+ .side-dots .dot {
127
+ width: 20px;
128
+ height: 20px;
129
+ background: #BDBDBD;
130
+ border-radius: 50%;
131
+ opacity: 0.6;
132
+ }
133
+
134
+ /* Divider "Today" */
135
+ .day-divider {
136
+ position: absolute;
137
+ left: 20px;
138
+ right: 20px;
139
+ top: 1240px;
140
+ display: flex;
141
+ align-items: center;
142
+ color: #B0B0B0;
143
+ font-size: 30px;
144
+ }
145
+ .day-divider .line {
146
+ height: 2px;
147
+ background: #3A3A3A;
148
+ flex: 1;
149
+ }
150
+ .day-divider .label {
151
+ padding: 0 24px;
152
+ }
153
+
154
+ /* Chat area */
155
+ .messages {
156
+ position: absolute;
157
+ top: 256px;
158
+ left: 0;
159
+ width: 100%;
160
+ height: 1700px;
161
+ padding: 0 36px;
162
+ box-sizing: border-box;
163
+ }
164
+ .msg-row {
165
+ display: flex;
166
+ margin-bottom: 28px;
167
+ align-items: flex-end;
168
+ }
169
+ .msg-right {
170
+ justify-content: flex-end;
171
+ }
172
+ .msg-left {
173
+ justify-content: flex-start;
174
+ }
175
+
176
+ .bubble {
177
+ max-width: 720px;
178
+ border-radius: 24px;
179
+ padding: 24px 28px;
180
+ font-size: 40px;
181
+ line-height: 1.3;
182
+ }
183
+ .bubble-right {
184
+ background: #1F62E2;
185
+ color: #fff;
186
+ border-top-right-radius: 14px;
187
+ }
188
+ .bubble-left {
189
+ background: #222;
190
+ color: #fff;
191
+ border-top-left-radius: 14px;
192
+ }
193
+ .timestamp {
194
+ color: #B0B0B0;
195
+ font-size: 26px;
196
+ margin: 8px 16px;
197
+ }
198
+
199
+ .left-meta {
200
+ display: flex;
201
+ align-items: center;
202
+ gap: 16px;
203
+ margin-bottom: 12px;
204
+ color: #B0B0B0;
205
+ font-size: 26px;
206
+ }
207
+ .left-meta .avatar-sm {
208
+ width: 52px;
209
+ height: 52px;
210
+ border-radius: 50%;
211
+ background: #E0E0E0;
212
+ border: 1px solid #BDBDBD;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
216
+ color: #757575;
217
+ font-size: 18px;
218
+ }
219
+
220
+ .emoji-small {
221
+ margin-left: 12px;
222
+ width: 48px;
223
+ height: 48px;
224
+ border-radius: 24px;
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: center;
228
+ color: #B0B0B0;
229
+ border: 1px solid #3A3A3A;
230
+ background: #1A1A1A;
231
+ }
232
+
233
+ /* Composer */
234
+ .composer {
235
+ position: absolute;
236
+ left: 0;
237
+ bottom: 120px;
238
+ width: 100%;
239
+ padding: 0 36px 24px;
240
+ box-sizing: border-box;
241
+ display: flex;
242
+ align-items: center;
243
+ gap: 22px;
244
+ }
245
+ .plus-btn {
246
+ width: 120px;
247
+ height: 120px;
248
+ background: linear-gradient(180deg, #2FA6FF, #0B72E7);
249
+ border-radius: 60px;
250
+ display: flex;
251
+ align-items: center;
252
+ justify-content: center;
253
+ box-shadow: 0 6px 12px rgba(0,0,0,0.3);
254
+ }
255
+ .input {
256
+ flex: 1;
257
+ height: 120px;
258
+ background: #1C1C1C;
259
+ border: 1px solid #2C2C2C;
260
+ border-radius: 60px;
261
+ padding: 0 140px 0 44px;
262
+ display: flex;
263
+ align-items: center;
264
+ color: #A9A9A9;
265
+ font-size: 40px;
266
+ position: relative;
267
+ }
268
+ .input .smile {
269
+ position: absolute;
270
+ right: 24px;
271
+ width: 84px;
272
+ height: 84px;
273
+ border-radius: 42px;
274
+ display: flex; align-items: center; justify-content: center;
275
+ background: #1F1F1F;
276
+ border: 1px solid #2F2F2F;
277
+ color: #B0B0B0;
278
+ }
279
+ .composer-actions {
280
+ display: flex;
281
+ align-items: center;
282
+ gap: 22px;
283
+ }
284
+ .circle-btn {
285
+ width: 104px;
286
+ height: 104px;
287
+ border-radius: 52px;
288
+ background: #1F1F1F;
289
+ border: 1px solid #2A2A2A;
290
+ display: flex;
291
+ align-items: center;
292
+ justify-content: center;
293
+ color: #B0B0B0;
294
+ }
295
+
296
+ /* Home indicator */
297
+ .home-indicator {
298
+ position: absolute;
299
+ bottom: 28px;
300
+ left: 50%;
301
+ transform: translateX(-50%);
302
+ width: 240px;
303
+ height: 16px;
304
+ background: #DADADA;
305
+ border-radius: 10px;
306
+ opacity: 0.7;
307
+ }
308
+ </style>
309
+ </head>
310
+ <body>
311
+ <div id="render-target">
312
+
313
+ <!-- Status Bar -->
314
+ <div class="status-bar">
315
+ <div class="status-left">
316
+ <div class="time">9:51</div>
317
+ <div class="ghosts">
318
+ <span>👻</span><span>👻</span><span>👻</span><span>👻</span>
319
+ </div>
320
+ <span style="font-size:36px;">•</span>
321
+ </div>
322
+ <div class="status-right">
323
+ <!-- Simple WiFi icon -->
324
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
325
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
326
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
327
+ <path d="M8 16c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
328
+ <circle cx="12" cy="19" r="1.5" fill="#fff"/>
329
+ </svg>
330
+ <!-- Battery icon -->
331
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
332
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
333
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#fff"/>
334
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#fff"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Header -->
340
+ <div class="header">
341
+ <div class="back-btn">
342
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
343
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
344
+ </svg>
345
+ </div>
346
+ <div class="avatar">[IMG: User Avatar]</div>
347
+ <div class="title">
348
+ <div class="name">Natalie Larson</div>
349
+ <div class="presence"><span class="dot"></span>Last seen 4m ago</div>
350
+ </div>
351
+ <div class="header-actions">
352
+ <div class="icon-btn">
353
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
354
+ <rect x="3" y="6" width="14" height="12" rx="2" stroke="#fff" stroke-width="2"/>
355
+ <polygon points="17,8 22,10.5 22,13.5 17,16" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
356
+ </svg>
357
+ </div>
358
+ <div class="icon-btn">
359
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
360
+ <path d="M6 4h4l4 4v12H6z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
361
+ <path d="M14 8h4l2 2v8h-6z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
362
+ </svg>
363
+ </div>
364
+ </div>
365
+ </div>
366
+
367
+ <!-- Side dots -->
368
+ <div class="side-dots">
369
+ <div class="dot"></div>
370
+ <div class="dot"></div>
371
+ <div class="dot"></div>
372
+ <div class="dot"></div>
373
+ </div>
374
+
375
+ <!-- Messages area -->
376
+ <div class="messages">
377
+ <!-- Right side time for outgoing -->
378
+ <div class="msg-row msg-right">
379
+ <div class="timestamp">9:45 AM</div>
380
+ </div>
381
+ <div class="msg-row msg-right">
382
+ <div class="bubble bubble-right">Hi</div>
383
+ </div>
384
+
385
+ <!-- Divider -->
386
+ <div class="day-divider">
387
+ <div class="line"></div>
388
+ <div class="label">Today</div>
389
+ <div class="line"></div>
390
+ </div>
391
+
392
+ <!-- Incoming message block -->
393
+ <div style="margin-top: 520px;">
394
+ <div class="left-meta">
395
+ <div class="avatar-sm">[IMG]</div>
396
+ <div>Natalie, 9:45 AM</div>
397
+ </div>
398
+ <div class="msg-row msg-left">
399
+ <div class="bubble bubble-left">Hello</div>
400
+ <div class="emoji-small">🙂</div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+
405
+ <!-- Composer -->
406
+ <div class="composer">
407
+ <div class="plus-btn">
408
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
409
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
410
+ </svg>
411
+ </div>
412
+ <div class="input">
413
+ Type a message
414
+ <div class="smile">
415
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
416
+ <circle cx="12" cy="12" r="9" stroke="#B0B0B0" stroke-width="2"/>
417
+ <circle cx="9" cy="10" r="1.2" fill="#B0B0B0"/>
418
+ <circle cx="15" cy="10" r="1.2" fill="#B0B0B0"/>
419
+ <path d="M8 14c2 2 6 2 8 0" stroke="#B0B0B0" stroke-width="2" stroke-linecap="round"/>
420
+ </svg>
421
+ </div>
422
+ </div>
423
+ <div class="composer-actions">
424
+ <div class="circle-btn">
425
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
426
+ <path d="M4 20l16-8L4 4v6l10 2-10 2v4z" stroke="#B0B0B0" stroke-width="2" stroke-linejoin="round"/>
427
+ </svg>
428
+ </div>
429
+ <div class="circle-btn">
430
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
431
+ <rect x="4" y="6" width="16" height="12" rx="2" stroke="#B0B0B0" stroke-width="2"/>
432
+ <circle cx="12" cy="12" r="3.5" stroke="#B0B0B0" stroke-width="2"/>
433
+ </svg>
434
+ </div>
435
+ <div class="circle-btn">
436
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
437
+ <path d="M4 18h16M6 6h12M8 10h8M10 14h4" stroke="#B0B0B0" stroke-width="2" stroke-linecap="round"/>
438
+ </svg>
439
+ </div>
440
+ </div>
441
+ </div>
442
+
443
+ <!-- Home Indicator -->
444
+ <div class="home-indicator"></div>
445
+
446
+ </div>
447
+ </body>
448
+ </html>
code/3230/3230_2.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chat Options UI - Dark</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: #0b0b0b;
15
+ color: #fff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #fff;
32
+ opacity: 0.95;
33
+ }
34
+ .status-left { font-size: 36px; font-weight: 600; letter-spacing: 0.5px; }
35
+ .status-right { display: flex; align-items: center; gap: 24px; }
36
+ .icon {
37
+ width: 40px;
38
+ height: 40px;
39
+ fill: none;
40
+ stroke: #fff;
41
+ stroke-width: 3;
42
+ }
43
+
44
+ /* Header */
45
+ .header {
46
+ position: absolute;
47
+ top: 96px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 160px;
51
+ padding: 0 28px;
52
+ box-sizing: border-box;
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 24px;
56
+ background: rgba(0,0,0,0.4);
57
+ }
58
+ .back-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
59
+ .avatar {
60
+ width: 96px;
61
+ height: 96px;
62
+ background: #E0E0E0;
63
+ border: 1px solid #BDBDBD;
64
+ border-radius: 50%;
65
+ display: flex; align-items: center; justify-content: center;
66
+ color: #757575;
67
+ font-size: 20px;
68
+ }
69
+ .title-area { flex: 1; }
70
+ .contact-name {
71
+ font-size: 44px;
72
+ line-height: 1.1;
73
+ font-weight: 700;
74
+ margin-bottom: 6px;
75
+ }
76
+ .presence {
77
+ color: #bfbfbf;
78
+ font-size: 28px;
79
+ display: flex; align-items: center; gap: 12px;
80
+ }
81
+ .presence-dot {
82
+ width: 14px; height: 14px; border-radius: 50%;
83
+ background: #2ecc71;
84
+ box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.3);
85
+ }
86
+ .header-actions { display: flex; align-items: center; gap: 24px; }
87
+ .action-icon {
88
+ width: 64px; height: 64px;
89
+ display: flex; align-items: center; justify-content: center;
90
+ opacity: 0.8;
91
+ }
92
+ .action-icon svg { width: 48px; height: 48px; stroke: #d0d0d0; }
93
+
94
+ /* Vertical handle dots */
95
+ .edge-dots {
96
+ position: absolute;
97
+ left: 18px;
98
+ top: 50%;
99
+ transform: translateY(-50%);
100
+ display: flex;
101
+ flex-direction: column;
102
+ gap: 22px;
103
+ opacity: 0.6;
104
+ }
105
+ .edge-dots span {
106
+ width: 16px; height: 16px; border-radius: 50%;
107
+ background: #cfcfcf;
108
+ }
109
+
110
+ /* Reaction bar */
111
+ .reaction-bar {
112
+ position: absolute;
113
+ left: 0;
114
+ right: 0;
115
+ bottom: 980px;
116
+ height: 140px;
117
+ padding: 0 28px;
118
+ display: flex;
119
+ align-items: center;
120
+ gap: 38px;
121
+ }
122
+ .reaction {
123
+ width: 100px; height: 100px;
124
+ background: #1b1b1b;
125
+ border-radius: 50px;
126
+ display: flex; align-items: center; justify-content: center;
127
+ font-size: 56px;
128
+ }
129
+ .reaction.heart { background: #1b1b1b; font-size: 60px; }
130
+ .reaction.plus {
131
+ background: #2a2a2a;
132
+ border: 1px solid #3a3a3a;
133
+ }
134
+ .reaction.plus svg { width: 48px; height: 48px; stroke: #ffffff; stroke-width: 6; }
135
+
136
+ /* Bottom sheet */
137
+ .sheet {
138
+ position: absolute;
139
+ left: 0;
140
+ right: 0;
141
+ bottom: 180px;
142
+ padding: 24px 24px 32px;
143
+ background: rgba(18,18,18,0.95);
144
+ border-top-left-radius: 36px;
145
+ border-top-right-radius: 36px;
146
+ box-shadow: 0 -20px 40px rgba(0,0,0,0.6);
147
+ }
148
+ .sheet .handle {
149
+ width: 160px; height: 10px; border-radius: 5px; background: #3a3a3a; margin: 8px auto 28px;
150
+ }
151
+ .option {
152
+ background: #1d1d1d;
153
+ border-radius: 24px;
154
+ height: 120px;
155
+ display: flex; align-items: center;
156
+ padding: 0 28px;
157
+ margin-bottom: 14px;
158
+ border: 1px solid #2a2a2a;
159
+ }
160
+ .option .opt-icon { width: 72px; display: flex; align-items: center; justify-content: center; }
161
+ .option .opt-label { font-size: 34px; color: #e9e9e9; }
162
+ .option.muted .opt-label { color: #c7c7c7; }
163
+ .option.danger {
164
+ border-color: #3a0f10;
165
+ background: #1a0f10;
166
+ color: #ff4a4a;
167
+ }
168
+ .opt-svg { width: 44px; height: 44px; stroke: #cfcfcf; stroke-width: 4; fill: none; }
169
+
170
+ /* Gesture navigation pill */
171
+ .gesture {
172
+ position: absolute;
173
+ left: 50%; transform: translateX(-50%);
174
+ bottom: 68px;
175
+ width: 320px; height: 12px;
176
+ border-radius: 6px;
177
+ background: #eaeaea;
178
+ opacity: 0.9;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status Bar -->
186
+ <div class="status-bar">
187
+ <div class="status-left">9:51</div>
188
+ <div class="status-right">
189
+ <!-- wifi -->
190
+ <svg class="icon" viewBox="0 0 24 24">
191
+ <path d="M2 8c5-4 15-4 20 0" />
192
+ <path d="M5 12c3-3 11-3 14 0" />
193
+ <path d="M9 16c2-2 6-2 8 0" />
194
+ <circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none" />
195
+ </svg>
196
+ <!-- battery -->
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <rect x="2" y="6" width="18" height="12" rx="2" />
199
+ <rect x="20" y="10" width="3" height="4" rx="1" />
200
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none" />
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Header -->
206
+ <div class="header">
207
+ <div class="back-btn">
208
+ <svg viewBox="0 0 24 24" class="opt-svg" style="stroke:#d0d0d0;">
209
+ <path d="M15 4 L7 12 L15 20" />
210
+ </svg>
211
+ </div>
212
+
213
+ <div class="avatar">[IMG: Contact Avatar]</div>
214
+
215
+ <div class="title-area">
216
+ <div class="contact-name">Contact Name</div>
217
+ <div class="presence">
218
+ <span class="presence-dot"></span>
219
+ Last seen 4m ago
220
+ </div>
221
+ </div>
222
+
223
+ <div class="header-actions">
224
+ <div class="action-icon">
225
+ <!-- video icon -->
226
+ <svg viewBox="0 0 24 24">
227
+ <rect x="3" y="6" width="12" height="12" rx="2"></rect>
228
+ <polygon points="16,10 21,8 21,16 16,14" fill="none" stroke="#d0d0d0" stroke-width="3"></polygon>
229
+ </svg>
230
+ </div>
231
+ <div class="action-icon">
232
+ <!-- phone icon -->
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M6 3c2 6 9 13 15 15l-4 3c-6-3-12-9-15-15L6 3z"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Edge dots -->
241
+ <div class="edge-dots">
242
+ <span></span>
243
+ <span></span>
244
+ <span></span>
245
+ <span></span>
246
+ </div>
247
+
248
+ <!-- Reaction Bar -->
249
+ <div class="reaction-bar">
250
+ <div class="reaction">😢</div>
251
+ <div class="reaction">✅</div>
252
+ <div class="reaction">😮</div>
253
+ <div class="reaction">😂</div>
254
+ <div class="reaction heart">❤️</div>
255
+ <div class="reaction">👍</div>
256
+ <div class="reaction">🤕</div>
257
+ <div class="reaction">💧</div>
258
+ <div class="reaction plus">
259
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Bottom Sheet with Options -->
264
+ <div class="sheet">
265
+ <div class="handle"></div>
266
+
267
+ <div class="option">
268
+ <div class="opt-icon">
269
+ <svg class="opt-svg" viewBox="0 0 24 24"><path d="M16 5L7 12l9 7"/></svg>
270
+ </div>
271
+ <div class="opt-label">Reply</div>
272
+ </div>
273
+
274
+ <div class="option">
275
+ <div class="opt-icon">
276
+ <svg class="opt-svg" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7"/></svg>
277
+ </div>
278
+ <div class="opt-label">Forward</div>
279
+ </div>
280
+
281
+ <div class="option muted">
282
+ <div class="opt-icon">
283
+ <svg class="opt-svg" viewBox="0 0 24 24">
284
+ <path d="M3 9h10l4-4v14l-4-4H3z"/>
285
+ <line x1="2" y1="2" x2="22" y2="22" />
286
+ </svg>
287
+ </div>
288
+ <div class="opt-label">Unread from here</div>
289
+ </div>
290
+
291
+ <div class="option">
292
+ <div class="opt-icon">
293
+ <svg class="opt-svg" viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="2"/><path d="M9 5v-2h6v2"/></svg>
294
+ </div>
295
+ <div class="opt-label">Copy</div>
296
+ </div>
297
+
298
+ <div class="option">
299
+ <div class="opt-icon">
300
+ <svg class="opt-svg" viewBox="0 0 24 24">
301
+ <text x="2" y="17" font-size="14" fill="#cfcfcf">a</text>
302
+ <text x="10" y="17" font-size="14" fill="#cfcfcf">あ</text>
303
+ </svg>
304
+ </div>
305
+ <div class="opt-label">Translate</div>
306
+ </div>
307
+
308
+ <div class="option">
309
+ <div class="opt-icon">
310
+ <svg class="opt-svg" viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z"/></svg>
311
+ </div>
312
+ <div class="opt-label">Add bookmark</div>
313
+ </div>
314
+
315
+ <div class="option">
316
+ <div class="opt-icon">
317
+ <svg class="opt-svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M7 12l3 3 7-7"/></svg>
318
+ </div>
319
+ <div class="opt-label">Select Messages</div>
320
+ </div>
321
+
322
+ <div class="option danger">
323
+ <div class="opt-icon">
324
+ <svg class="opt-svg" viewBox="0 0 24 24" style="stroke:#ff4a4a;">
325
+ <path d="M12 3l10 18H2z"/>
326
+ <circle cx="12" cy="16" r="1.5" fill="#ff4a4a" stroke="none"/>
327
+ <path d="M12 10v3" style="stroke:#ff4a4a; stroke-width:4"/>
328
+ </svg>
329
+ </div>
330
+ <div class="opt-label" style="color:#ff4a4a;">Report a concern</div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Gesture bar -->
335
+ <div class="gesture"></div>
336
+
337
+ </div>
338
+ </body>
339
+ </html>
code/3230/3230_3.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chat UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f0f0f;
14
+ color: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ padding: 0 28px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #fff;
29
+ font-size: 38px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .status-icons svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 3; }
37
+
38
+ /* Header */
39
+ .header {
40
+ position: absolute;
41
+ top: 90px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 140px;
45
+ padding: 0 32px;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 24px;
49
+ }
50
+ .back-btn {
51
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .avatar {
54
+ width: 96px;
55
+ height: 96px;
56
+ border-radius: 48px;
57
+ background: #E0E0E0;
58
+ border: 1px solid #BDBDBD;
59
+ display: flex; align-items: center; justify-content: center;
60
+ color: #757575; font-size: 24px;
61
+ }
62
+ .title {
63
+ flex: 1;
64
+ }
65
+ .name {
66
+ font-size: 42px; font-weight: 700; line-height: 1.2;
67
+ }
68
+ .status {
69
+ margin-top: 6px;
70
+ font-size: 28px; color: #a6a6a6; display: flex; align-items: center; gap: 10px;
71
+ }
72
+ .status .dot { width: 12px; height: 12px; background: #25d366; border-radius: 50%; }
73
+
74
+ .header-actions {
75
+ display: flex; align-items: center; gap: 28px;
76
+ }
77
+ .header-actions svg { width: 60px; height: 60px; fill: none; stroke: #fff; stroke-width: 3; }
78
+
79
+ /* Chat area */
80
+ .chat {
81
+ position: absolute;
82
+ top: 230px;
83
+ left: 0;
84
+ width: 1080px;
85
+ bottom: 880px; /* above keyboard */
86
+ padding: 24px 28px 0 28px;
87
+ }
88
+ .divider {
89
+ margin: 28px 0 12px;
90
+ display: flex; align-items: center; gap: 24px; color: #bdbdbd;
91
+ font-size: 28px;
92
+ }
93
+ .divider .line {
94
+ flex: 1; height: 2px; background: #2a2a2a; border-radius: 2px;
95
+ }
96
+
97
+ .msg-time-right {
98
+ text-align: right; font-size: 26px; color: #9e9e9e; padding-right: 20px;
99
+ }
100
+
101
+ .bubble {
102
+ display: inline-block;
103
+ max-width: 680px;
104
+ padding: 22px 28px;
105
+ border-radius: 26px;
106
+ font-size: 40px;
107
+ line-height: 1.3;
108
+ }
109
+ .bubble.left {
110
+ background: #2a2a2a; color: #fff; border-bottom-left-radius: 14px;
111
+ }
112
+ .bubble.right {
113
+ background: #1565c0; color: #fff; border-bottom-right-radius: 14px;
114
+ }
115
+
116
+ .row {
117
+ display: flex; align-items: flex-end; gap: 16px; margin: 24px 0;
118
+ }
119
+ .row.right { justify-content: flex-end; }
120
+ .small-avatar {
121
+ width: 64px; height: 64px; border-radius: 32px;
122
+ background: #E0E0E0; border: 1px solid #BDBDBD;
123
+ display: flex; align-items: center; justify-content: center;
124
+ color: #757575; font-size: 20px;
125
+ }
126
+ .left-meta {
127
+ font-size: 24px; color: #9e9e9e; margin-left: 12px;
128
+ }
129
+ .vertical-dots {
130
+ display: flex; flex-direction: column; gap: 10px; margin-right: 8px;
131
+ }
132
+ .vertical-dots span {
133
+ width: 14px; height: 14px; background: #3a3a3a; border-radius: 7px;
134
+ }
135
+
136
+ /* Reply overlay */
137
+ .reply-card {
138
+ position: absolute;
139
+ left: 96px;
140
+ right: 96px;
141
+ bottom: 980px;
142
+ background: #1f1f1f;
143
+ border-radius: 32px;
144
+ padding: 28px 32px;
145
+ color: #fff;
146
+ box-shadow: 0 8px 16px rgba(0,0,0,0.4);
147
+ }
148
+ .reply-top {
149
+ display: flex; align-items: center; justify-content: space-between;
150
+ }
151
+ .reply-top-left { display: flex; align-items: center; gap: 18px; }
152
+ .reply-title { font-size: 40px; font-weight: 600; }
153
+ .reply-close svg { width: 40px; height: 40px; stroke: #bdbdbd; }
154
+ .reply-meta {
155
+ margin-top: 12px; font-size: 28px; color: #bdbdbd;
156
+ }
157
+ .reply-divider {
158
+ margin-top: 18px; height: 2px; background: #383838; border-radius: 2px;
159
+ }
160
+
161
+ /* Composer */
162
+ .composer {
163
+ position: absolute;
164
+ left: 28px;
165
+ right: 28px;
166
+ bottom: 860px;
167
+ height: 110px;
168
+ display: flex; align-items: center; gap: 18px;
169
+ }
170
+ .circle-btn {
171
+ width: 92px; height: 92px; border-radius: 46px; background: #2a2a2a;
172
+ display: flex; align-items: center; justify-content: center;
173
+ }
174
+ .circle-btn.plus { background: #2a2a2a; }
175
+ .circle-btn.send { background: #3aa0ff; }
176
+ .circle-btn svg { width: 44px; height: 44px; stroke: #fff; stroke-width: 4; fill: none; }
177
+ .input-area {
178
+ flex: 1; height: 92px; background: #1f1f1f; border-radius: 30px;
179
+ display: flex; align-items: center; padding: 0 24px; color: #bdbdbd; font-size: 34px;
180
+ }
181
+ .input-area .emoji { margin-left: auto; }
182
+
183
+ /* Keyboard */
184
+ .keyboard {
185
+ position: absolute;
186
+ left: 0; right: 0; bottom: 0;
187
+ height: 860px;
188
+ background: #181818;
189
+ border-top: 1px solid #262626;
190
+ padding: 20px 24px;
191
+ }
192
+ .kb-top-icons {
193
+ display: flex; align-items: center; gap: 28px; margin-bottom: 18px;
194
+ }
195
+ .kb-top-icons .icon {
196
+ width: 88px; height: 88px; border-radius: 20px;
197
+ background: #202020; border: 1px solid #2b2b2b;
198
+ display: flex; align-items: center; justify-content: center; color: #d0d0d0; font-size: 28px;
199
+ }
200
+
201
+ .key-row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 16px; margin-bottom: 18px; }
202
+ .key {
203
+ height: 120px; background: #212121; border: 1px solid #2f2f2f; border-radius: 22px;
204
+ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px; font-weight: 600;
205
+ }
206
+ .key-row.small { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
207
+ .space-row {
208
+ display: grid; grid-template-columns: 1.4fr 1fr 4fr 1fr 1.4fr; gap: 16px;
209
+ }
210
+ .key.space { font-weight: 500; color: #dcdcdc; }
211
+
212
+ /* Nav bar indicator */
213
+ .home-indicator {
214
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
215
+ width: 360px; height: 10px; background: #cfcfcf; border-radius: 5px; opacity: 0.75;
216
+ }
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+
222
+ <!-- Status Bar -->
223
+ <div class="statusbar">
224
+ <div class="time">9:51</div>
225
+ <div class="status-icons">
226
+ <svg viewBox="0 0 24 24"><path d="M3 10h18l-5 5H8z"/></svg>
227
+ <svg viewBox="0 0 24 24"><path d="M3 16l9-8 9 8"/></svg>
228
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="14" height="12" rx="2"></rect><path d="M21 10v8"></path></svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Header -->
233
+ <div class="header">
234
+ <div class="back-btn">
235
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
236
+ </div>
237
+ <div class="avatar">[IMG: Avatar]</div>
238
+ <div class="title">
239
+ <div class="name">Natalie Larson</div>
240
+ <div class="status"><span class="dot"></span> Last seen 5m ago</div>
241
+ </div>
242
+ <div class="header-actions">
243
+ <svg viewBox="0 0 24 24"><rect x="4" y="7" width="14" height="10" rx="2"></rect><circle cx="15" cy="12" r="2"></circle></svg>
244
+ <svg viewBox="0 0 24 24"><path d="M4 4h4l3 4-3 3-4-4V4zM14 10l6 6v4l-4-4-4-4 2-2z"/></svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Chat Area -->
249
+ <div class="chat">
250
+
251
+ <div class="divider">
252
+ <div class="line"></div>
253
+ <div>Today</div>
254
+ <div class="line"></div>
255
+ </div>
256
+
257
+ <div class="msg-time-right">9:45 AM</div>
258
+ <div class="row right">
259
+ <div class="bubble right">Hi</div>
260
+ </div>
261
+
262
+ <div class="row">
263
+ <div class="vertical-dots">
264
+ <span></span><span></span><span></span><span></span>
265
+ </div>
266
+ <div class="small-avatar">[IMG]</div>
267
+ <div>
268
+ <div class="left-meta">Natalie, 9:45 AM</div>
269
+ <div class="bubble left">Hello</div>
270
+ </div>
271
+ <div style="margin-left:auto" class="small-avatar">[IMG]</div>
272
+ </div>
273
+
274
+ </div>
275
+
276
+ <!-- Reply Overlay -->
277
+ <div class="reply-card">
278
+ <div class="reply-top">
279
+ <div class="reply-top-left">
280
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M15 19l-7-7 7-7" stroke="#bdbdbd" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
281
+ <div class="reply-title">Hello</div>
282
+ </div>
283
+ <div class="reply-close">
284
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" /></svg>
285
+ </div>
286
+ </div>
287
+ <div class="reply-meta">Natalie Larson, Today at 9:45 AM</div>
288
+ <div class="reply-divider"></div>
289
+ </div>
290
+
291
+ <!-- Composer -->
292
+ <div class="composer">
293
+ <div class="circle-btn plus">
294
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14" /></svg>
295
+ </div>
296
+ <div class="input-area">
297
+ Type a message…
298
+ <div class="emoji">
299
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#bdbdbd" stroke-width="2" fill="none"/><circle cx="9" cy="10" r="1.2" fill="#bdbdbd"/><circle cx="15" cy="10" r="1.2" fill="#bdbdbd"/><path d="M8 14c1.5 2 6.5 2 8 0" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
300
+ </div>
301
+ </div>
302
+ <div class="circle-btn send">
303
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-8-8 18-2-7-8-3z" /></svg>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Keyboard -->
308
+ <div class="keyboard">
309
+ <div class="kb-top-icons">
310
+ <div class="icon">Grid</div>
311
+ <div class="icon">🙂</div>
312
+ <div class="icon">GIF</div>
313
+ <div class="icon">⚙️</div>
314
+ <div class="icon">G↔︎</div>
315
+ <div class="icon">🎨</div>
316
+ <div class="icon">🎤</div>
317
+ </div>
318
+
319
+ <div class="key-row">
320
+ <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>
321
+ </div>
322
+ <div class="key-row">
323
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div><div class="key">⌫</div>
324
+ </div>
325
+ <div class="key-row small">
326
+ <div class="key">⇧</div>
327
+ <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>
328
+ <div class="key">.</div>
329
+ <div class="key">⏎</div>
330
+ </div>
331
+ <div class="space-row">
332
+ <div class="key">?123</div>
333
+ <div class="key">,</div>
334
+ <div class="key space">Space</div>
335
+ <div class="key">.</div>
336
+ <div class="key">↩︎</div>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="home-indicator"></div>
341
+ </div>
342
+ </body>
343
+ </html>
code/3230/3230_4.html ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chat UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f1113;
14
+ color: #fff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ right: 0;
24
+ height: 90px;
25
+ padding: 0 28px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ box-sizing: border-box;
30
+ color: #fff;
31
+ font-size: 34px;
32
+ letter-spacing: 0.3px;
33
+ }
34
+ .sb-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 18px;
38
+ }
39
+ .sb-dots {
40
+ display: flex;
41
+ gap: 10px;
42
+ margin-left: 10px;
43
+ }
44
+ .sb-dots span {
45
+ width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.85;
46
+ }
47
+ .sb-right {
48
+ display: flex; align-items: center; gap: 16px;
49
+ }
50
+ .icon-wifi, .icon-signal, .icon-battery {
51
+ width: 40px; height: 24px; display: inline-block;
52
+ }
53
+ .icon-wifi svg, .icon-signal svg, .icon-battery svg { display: block; }
54
+
55
+ /* Header */
56
+ .chat-header {
57
+ position: absolute;
58
+ top: 90px;
59
+ left: 0; right: 0;
60
+ height: 160px;
61
+ padding: 0 32px;
62
+ display: flex;
63
+ align-items: center;
64
+ box-sizing: border-box;
65
+ }
66
+ .back-btn {
67
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
68
+ margin-right: 12px;
69
+ }
70
+ .header-avatar {
71
+ width: 94px; height: 94px; border-radius: 50%;
72
+ background: #E0E0E0; border: 1px solid #BDBDBD;
73
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
74
+ margin-right: 18px;
75
+ }
76
+ .header-title {
77
+ display: flex; flex-direction: column; justify-content: center;
78
+ }
79
+ .header-title .name {
80
+ font-size: 42px; font-weight: 700; line-height: 1.2;
81
+ }
82
+ .header-title .status {
83
+ display: flex; align-items: center; gap: 10px;
84
+ font-size: 28px; color: #9aa0a6; margin-top: 6px;
85
+ }
86
+ .status .dot {
87
+ width: 12px; height: 12px; border-radius: 50%; background: #2bd46f;
88
+ }
89
+ .header-actions {
90
+ margin-left: auto; display: flex; align-items: center; gap: 28px;
91
+ }
92
+ .hdr-icon {
93
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
94
+ }
95
+ .hdr-icon svg { width: 44px; height: 44px; stroke: #fff; fill: none; stroke-width: 2.4; }
96
+
97
+ /* Chat area */
98
+ .chat-area {
99
+ position: absolute;
100
+ top: 250px; /* 90 + 160 */
101
+ left: 0; right: 0;
102
+ bottom: 1100px; /* space for compose + keyboard */
103
+ padding: 24px 24px 0 24px;
104
+ box-sizing: border-box;
105
+ }
106
+ .today-sep {
107
+ display: flex; align-items: center; justify-content: center;
108
+ margin: 24px 0 40px 0;
109
+ color: #bfc4c9;
110
+ font-size: 26px;
111
+ }
112
+ .today-sep:before, .today-sep:after {
113
+ content: ""; flex: 1; height: 2px; background: #2a2d31; margin: 0 22px;
114
+ }
115
+ .message-row {
116
+ display: flex; align-items: flex-end; margin: 16px 0;
117
+ }
118
+ .left .avatar {
119
+ width: 72px; height: 72px; border-radius: 50%;
120
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
121
+ display: flex; align-items: center; justify-content: center; font-size: 18px;
122
+ margin-right: 14px;
123
+ }
124
+ .bubble {
125
+ max-width: 700px;
126
+ padding: 20px 22px;
127
+ border-radius: 24px;
128
+ font-size: 34px;
129
+ line-height: 1.3;
130
+ }
131
+ .bubble.left {
132
+ background: #2d2f34; color: #eee;
133
+ border-top-left-radius: 12px;
134
+ }
135
+ .bubble.right {
136
+ background: #1863d1; color: #fff;
137
+ border-top-right-radius: 12px;
138
+ }
139
+ .timestamp {
140
+ font-size: 24px; color: #9aa0a6; margin: 6px 12px;
141
+ }
142
+ .right { justify-content: flex-end; }
143
+ .right .timestamp { margin-left: 12px; }
144
+ .left .timestamp { margin-left: 12px; }
145
+
146
+ /* vertical dots indicator (left side) */
147
+ .thread-dots {
148
+ position: absolute;
149
+ top: 420px;
150
+ left: 16px;
151
+ display: flex; flex-direction: column; gap: 12px;
152
+ }
153
+ .thread-dots span {
154
+ width: 16px; height: 16px; border-radius: 50%; background: #cfd3d7; opacity: 0.7;
155
+ }
156
+
157
+ /* Reply overlay / composer */
158
+ .composer-wrap {
159
+ position: absolute;
160
+ left: 24px; right: 24px;
161
+ bottom: 840px; /* above keyboard */
162
+ display: flex; align-items: flex-end; gap: 22px;
163
+ }
164
+ .attach-btn {
165
+ width: 92px; height: 92px; border-radius: 50%;
166
+ background: #34373b; display: flex; align-items: center; justify-content: center;
167
+ }
168
+ .attach-btn svg { width: 42px; height: 42px; stroke: #d9dde1; fill: none; stroke-width: 2.6; }
169
+
170
+ .reply-card {
171
+ flex: 1;
172
+ background: #1e2126;
173
+ border-radius: 36px;
174
+ padding: 24px 28px 24px 28px;
175
+ box-sizing: border-box;
176
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
177
+ }
178
+ .reply-top {
179
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;
180
+ }
181
+ .reply-top .left {
182
+ display: flex; align-items: center; gap: 18px;
183
+ }
184
+ .reply-top .title {
185
+ font-size: 36px; font-weight: 700;
186
+ }
187
+ .reply-top .close {
188
+ width: 44px; height: 44px; border-radius: 22px; display: flex; align-items: center; justify-content: center;
189
+ }
190
+ .reply-meta {
191
+ font-size: 26px; color: #9aa0a6; margin-top: 4px;
192
+ }
193
+ .reply-divider {
194
+ height: 2px; background: #2a2d31; margin: 16px 0;
195
+ }
196
+ .reply-input {
197
+ display: flex; align-items: center; justify-content: space-between;
198
+ }
199
+ .reply-input .text {
200
+ font-size: 34px; color: #ddd;
201
+ }
202
+ .reply-input .emoji {
203
+ width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
204
+ }
205
+ .emoji svg { width: 40px; height: 40px; stroke: #cfd3d7; fill: none; stroke-width: 2.2; }
206
+
207
+ .send-btn {
208
+ width: 100px; height: 100px; border-radius: 50%;
209
+ background: #bcd6ff;
210
+ display: flex; align-items: center; justify-content: center;
211
+ margin-left: 8px;
212
+ }
213
+ .send-btn svg { width: 46px; height: 46px; fill: #0d3ea6; }
214
+
215
+ /* Keyboard */
216
+ .keyboard {
217
+ position: absolute;
218
+ left: 0; right: 0; bottom: 0;
219
+ height: 840px;
220
+ background: #121417;
221
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
222
+ box-shadow: 0 -12px 30px rgba(0,0,0,0.5);
223
+ padding: 20px 16px 40px 16px;
224
+ box-sizing: border-box;
225
+ }
226
+ .suggestions {
227
+ color: #d0d3d7; font-size: 30px;
228
+ display: flex; gap: 30px; align-items: center;
229
+ padding: 10px 12px 18px 12px;
230
+ }
231
+ .keys-row {
232
+ display: flex; gap: 12px; justify-content: center;
233
+ padding: 12px 6px;
234
+ }
235
+ .key {
236
+ background: #2a2d31; color: #e5e8ea;
237
+ min-width: 86px; height: 110px;
238
+ border-radius: 18px;
239
+ display: flex; align-items: center; justify-content: center;
240
+ font-size: 36px; font-weight: 600;
241
+ }
242
+ .key.wide { min-width: 220px; }
243
+ .key.mid { min-width: 140px; }
244
+ .bottom-bar {
245
+ position: absolute; left: 50%; transform: translateX(-50%);
246
+ bottom: 12px; width: 220px; height: 10px; border-radius: 8px; background: #cfd3d7; opacity: 0.6;
247
+ }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+
253
+ <!-- Status Bar -->
254
+ <div class="status-bar">
255
+ <div class="sb-left">
256
+ <div class="time">9:52</div>
257
+ <div class="sb-dots">
258
+ <span></span><span></span><span></span><span></span>
259
+ </div>
260
+ </div>
261
+ <div class="sb-right">
262
+ <span class="icon-signal">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M2 20h3v-3H2v3zm5 0h3v-7H7v7zm5 0h3V8h-3v12zm5 0h3V4h-3v16z" fill="#fff"/>
265
+ </svg>
266
+ </span>
267
+ <span class="icon-wifi">
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M12 20a2 2 0 100-4 2 2 0 000 4zm-6-7a10 10 0 0112 0M4 9a14 14 0 0116 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
270
+ </svg>
271
+ </span>
272
+ <span class="icon-battery">
273
+ <svg viewBox="0 0 26 24">
274
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
275
+ <rect x="4" y="8" width="12" height="8" fill="#fff"/>
276
+ <rect x="21" y="10" width="3" height="4" rx="1" fill="#fff"/>
277
+ </svg>
278
+ </span>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Header -->
283
+ <div class="chat-header">
284
+ <div class="back-btn">
285
+ <svg viewBox="0 0 24 24">
286
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
287
+ <path d="M21 12H9" stroke="#fff" stroke-width="2.6" fill="none" stroke-linecap="round"/>
288
+ </svg>
289
+ </div>
290
+ <div class="header-avatar">[IMG: Avatar]</div>
291
+ <div class="header-title">
292
+ <div class="name">Natalie Larson</div>
293
+ <div class="status"><span class="dot"></span>Last seen 6m ago</div>
294
+ </div>
295
+ <div class="header-actions">
296
+ <div class="hdr-icon">
297
+ <svg viewBox="0 0 24 24">
298
+ <rect x="3" y="6" width="14" height="12" rx="2" ry="2"></rect>
299
+ <path d="M17 10l4-2v8l-4-2" stroke-linejoin="round"></path>
300
+ </svg>
301
+ </div>
302
+ <div class="hdr-icon">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M5 4c4 0 9 5 9 9l-2 2c-4 0-9-5-9-9l2-2z" stroke-linecap="round"></path>
305
+ <path d="M14 13l5 5" stroke-linecap="round"></path>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Chat area -->
312
+ <div class="chat-area">
313
+ <div class="today-sep">Today</div>
314
+
315
+ <div class="message-row right">
316
+ <div class="bubble right">Hi</div>
317
+ <div class="timestamp">9:45 AM</div>
318
+ </div>
319
+
320
+ <div class="message-row left">
321
+ <div class="avatar">[IMG: Avatar]</div>
322
+ <div>
323
+ <div class="bubble left">Hello</div>
324
+ </div>
325
+ <div class="timestamp">9:45 AM</div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- left vertical dots -->
330
+ <div class="thread-dots">
331
+ <span></span><span></span><span></span><span></span>
332
+ </div>
333
+
334
+ <!-- Composer / Reply overlay -->
335
+ <div class="composer-wrap">
336
+ <div class="attach-btn">
337
+ <svg viewBox="0 0 24 24">
338
+ <path d="M12 5v14M5 12h14" stroke="#d9dde1" stroke-width="2.5" stroke-linecap="round"/>
339
+ </svg>
340
+ </div>
341
+
342
+ <div class="reply-card">
343
+ <div class="reply-top">
344
+ <div class="left">
345
+ <svg width="38" height="38" viewBox="0 0 24 24">
346
+ <path d="M15 6l-6 6 6 6" stroke="#d9dde1" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
347
+ </svg>
348
+ <div class="title">Hello</div>
349
+ </div>
350
+ <div class="close">
351
+ <svg width="32" height="32" viewBox="0 0 24 24">
352
+ <path d="M6 6l12 12M18 6l-12 12" stroke="#b8bcc0" stroke-width="2.2" stroke-linecap="round"/>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+ <div class="reply-meta">Natalie Larson, Today at 9:45 AM</div>
357
+ <div class="reply-divider"></div>
358
+ <div class="reply-input">
359
+ <div class="text">how you are</div>
360
+ <div class="emoji">
361
+ <svg viewBox="0 0 24 24">
362
+ <circle cx="12" cy="12" r="9"></circle>
363
+ <circle cx="9" cy="10" r="1.2"></circle>
364
+ <circle cx="15" cy="10" r="1.2"></circle>
365
+ <path d="M8 14c2 2 6 2 8 0" stroke-linecap="round"></path>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="send-btn">
372
+ <svg viewBox="0 0 24 24">
373
+ <path d="M3 20l18-8L3 4l4 6 8 2-8 2-4 6z"/>
374
+ </svg>
375
+ </div>
376
+ </div>
377
+
378
+ <!-- Keyboard -->
379
+ <div class="keyboard">
380
+ <div class="suggestions">
381
+ <div>are</div><div>area</div><div>aren't</div>
382
+ <div style="margin-left:auto;">
383
+ <svg width="34" height="34" viewBox="0 0 24 24">
384
+ <path d="M12 18v-6m0-4v0" stroke="#cfd3d7" stroke-width="2" stroke-linecap="round"/>
385
+ </svg>
386
+ </div>
387
+ </div>
388
+ <div class="keys-row">
389
+ <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>
390
+ <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>
391
+ </div>
392
+ <div class="keys-row">
393
+ <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>
394
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
395
+ </div>
396
+ <div class="keys-row">
397
+ <div class="key mid">⇧</div>
398
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
399
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
400
+ <div class="key mid">⌫</div>
401
+ </div>
402
+ <div class="keys-row">
403
+ <div class="key mid">?123</div>
404
+ <div class="key mid">🙂</div>
405
+ <div class="key wide">space</div>
406
+ <div class="key">,</div>
407
+ <div class="key">.</div>
408
+ <div class="key mid">⏎</div>
409
+ </div>
410
+ <div class="bottom-bar"></div>
411
+ </div>
412
+
413
+ </div>
414
+ </body>
415
+ </html>
code/3230/3230_5.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chat UI - Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ border-radius: 32px; box-shadow: 0 6px 24px rgba(0,0,0,0.35);
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px; font-size: 34px; color: #fff;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.9; }
22
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; display: inline-block; opacity: 0.8; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 110px; left: 0; width: 100%; height: 170px;
27
+ display: flex; align-items: center; padding: 0 28px; border-bottom: 1px solid #1f1f1f;
28
+ }
29
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 6px; }
30
+ .back-btn svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 6; }
31
+ .avatar {
32
+ width: 88px; height: 88px; border-radius: 50%;
33
+ background: #E0E0E0; border: 1px solid #BDBDBD;
34
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; margin-right: 20px;
35
+ }
36
+ .title-area { flex: 1; }
37
+ .name { font-size: 42px; font-weight: 600; line-height: 1.1; }
38
+ .presence { font-size: 26px; color: #9ddc86; display: inline-flex; align-items: center; gap: 10px; }
39
+ .presence .online { width: 12px; height: 12px; background: #19c37d; border-radius: 50%; display: inline-block; }
40
+ .header-actions { display: flex; align-items: center; gap: 26px; }
41
+ .icon-btn { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
42
+ .icon-btn svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 6; }
43
+
44
+ /* Day divider */
45
+ .day-divider {
46
+ position: absolute; top: 300px; left: 0; width: 100%; height: 70px;
47
+ display: flex; align-items: center; justify-content: center; gap: 20px; color: #bdbdbd; font-size: 28px;
48
+ }
49
+ .day-divider .line { height: 1px; background: #2a2a2a; flex: 1; margin: 0 26px; }
50
+
51
+ /* Chat area */
52
+ .chat-area { position: absolute; top: 370px; left: 0; width: 100%; height: 1120px; padding: 0 26px; }
53
+ .meta-time { color: #9e9e9e; font-size: 26px; }
54
+ .row { position: relative; margin: 26px 0; }
55
+
56
+ .bubble {
57
+ display: inline-block;
58
+ max-width: 780px;
59
+ padding: 22px 26px;
60
+ border-radius: 26px;
61
+ font-size: 36px; line-height: 1.3;
62
+ }
63
+ .left .bubble { background: #2a2a2a; color: #eaeaea; border-top-left-radius: 12px; }
64
+ .right .bubble { background: #0F4EA6; color: #ffffff; border-top-right-radius: 12px; }
65
+
66
+ .left .meta { position: absolute; left: 130px; top: -28px; color: #b0b0b0; font-size: 24px; }
67
+ .right .meta { position: absolute; right: 10px; top: -28px; color: #b0b0b0; font-size: 24px; }
68
+
69
+ .left .avatar.small {
70
+ position: absolute; left: 26px; top: 8px; width: 70px; height: 70px; font-size: 18px;
71
+ }
72
+
73
+ .emoji-tag {
74
+ display: inline-flex; align-items: center; justify-content: center;
75
+ width: 48px; height: 48px; border-radius: 24px; background: #3a3a3a; color: #cfcfcf;
76
+ font-size: 28px; margin-left: 14px; vertical-align: middle;
77
+ }
78
+
79
+ /* Vertical reaction dots */
80
+ .reaction-dots {
81
+ position: absolute; left: 18px; top: 90px; display: flex; flex-direction: column; gap: 16px;
82
+ }
83
+ .reaction-dots .dot { width: 16px; height: 16px; opacity: 0.7; background: #e6e6e6; }
84
+
85
+ /* Reply card bubble */
86
+ .reply-bubble {
87
+ background: #0F4EA6; color: #fff; border-radius: 26px;
88
+ padding: 26px; width: 820px;
89
+ box-sizing: border-box;
90
+ }
91
+ .reply-bubble .head { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
92
+ .reply-bubble .head .arrow svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 6; }
93
+ .reply-bubble .title { font-size: 38px; font-weight: 600; }
94
+ .reply-bubble .sub { font-size: 26px; color: #d7e1ff; }
95
+ .reply-bubble .divider { height: 1px; background: rgba(255,255,255,0.35); margin: 16px 0; }
96
+ .reply-bubble .content { font-size: 36px; }
97
+
98
+ /* Composer */
99
+ .composer {
100
+ position: absolute; left: 18px; right: 18px; bottom: 920px; height: 110px;
101
+ background: #1b1b1b; border-radius: 56px; display: flex; align-items: center; padding: 0 22px; gap: 18px;
102
+ border: 1px solid #262626;
103
+ }
104
+ .plus-btn {
105
+ width: 72px; height: 72px; border-radius: 36px; background: #2a2a2a; display: flex; align-items: center; justify-content: center;
106
+ }
107
+ .plus-btn svg { width: 34px; height: 34px; stroke: #fff; stroke-width: 6; fill: none; }
108
+ .input {
109
+ flex: 1; height: 72px; border-radius: 36px; background: #2a2a2a; display: flex; align-items: center; padding: 0 24px; color: #cfcfcf; font-size: 32px;
110
+ }
111
+ .composer .tool { width: 66px; height: 66px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: #262626; }
112
+ .composer .tool svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 6; }
113
+
114
+ /* Keyboard mock */
115
+ .keyboard { position: absolute; left: 0; bottom: 70px; width: 100%; height: 820px; background: #181818; border-top: 1px solid #2a2a2a; padding: 22px 16px; box-sizing: border-box; }
116
+ .kb-row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; margin-bottom: 18px; }
117
+ .kb-row.short { grid-template-columns: 1.5fr repeat(7, 1fr) 1.5fr; }
118
+ .kb-row.bottom { grid-template-columns: 1.8fr 1fr 5fr 1fr 2fr; }
119
+ .key {
120
+ height: 98px; background: #2a2a2a; border-radius: 18px; color: #eaeaea; font-size: 38px; display: flex; align-items: center; justify-content: center;
121
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.03);
122
+ }
123
+ .space { height: 98px; background: #2a2a2a; border-radius: 22px; color: #bdbdbd; font-size: 32px; display: flex; align-items: center; justify-content: center; }
124
+
125
+ /* Gesture bar */
126
+ .gesture { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 320px; height: 10px; background: #e6e6e6; border-radius: 6px; opacity: 0.9; }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="statusbar">
134
+ <div>9:53</div>
135
+ <div class="status-icons">
136
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
137
+ <svg viewBox="0 0 24 24"><path d="M3 12h18M6 5l12 0M6 19l12 0" stroke="#fff" stroke-width="2" fill="none"/></svg>
138
+ <svg viewBox="0 0 24 24"><path d="M3 7h18v10H3z" stroke="#fff" stroke-width="2" fill="none"/><path d="M20 7v-2" stroke="#fff" stroke-width="2"/></svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Header -->
143
+ <div class="header">
144
+ <div class="back-btn">
145
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" /></svg>
146
+ </div>
147
+ <div class="avatar">[IMG: Avatar]</div>
148
+ <div class="title-area">
149
+ <div class="name">Natalie Larson</div>
150
+ <div class="presence"><span class="online"></span>Last seen 6m ago</div>
151
+ </div>
152
+ <div class="header-actions">
153
+ <div class="icon-btn">
154
+ <svg viewBox="0 0 24 24">
155
+ <rect x="4" y="4" width="16" height="12" rx="2"></rect>
156
+ <path d="M8 17l2-3 4 3"></path>
157
+ </svg>
158
+ </div>
159
+ <div class="icon-btn">
160
+ <svg viewBox="0 0 24 24"><path d="M5 4c4 0 7 3 9 5s5 5 5 9-2 2-3 2-3-1-4-2-3-2-4-3-2-3-3-4-1-3-1-4 0-3 1-3z"></path></svg>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Day divider -->
166
+ <div class="day-divider">
167
+ <div class="line"></div>
168
+ Today
169
+ <div class="line"></div>
170
+ </div>
171
+
172
+ <!-- Chat area -->
173
+ <div class="chat-area">
174
+ <!-- Right bubble "Hi" -->
175
+ <div class="row right" style="text-align: right;">
176
+ <div class="meta-time">9:45 AM</div>
177
+ <div class="bubble">Hi</div>
178
+ </div>
179
+
180
+ <!-- Left bubble "Hello" with avatar and emoji -->
181
+ <div class="row left">
182
+ <div class="avatar small">[IMG: Avatar]</div>
183
+ <div class="meta">Natalie, 9:45 AM</div>
184
+ <div class="bubble">Hello <span class="emoji-tag">😊</span></div>
185
+ <div class="reaction-dots">
186
+ <span class="dot"></span>
187
+ <span class="dot"></span>
188
+ <span class="dot"></span>
189
+ <span class="dot"></span>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Right meta and small avatar -->
194
+ <div class="row right" style="text-align: right; margin-top: 40px;">
195
+ <div class="meta-time" style="display:inline-block; margin-right: 10px;">9:53 AM</div>
196
+ <div class="avatar small" style="display:inline-flex; position: static; vertical-align: middle;">[IMG: Avatar]</div>
197
+ </div>
198
+
199
+ <!-- Reply card bubble -->
200
+ <div class="row right" style="text-align: right; margin-top: 16px;">
201
+ <div class="reply-bubble" style="display: inline-block;">
202
+ <div class="head">
203
+ <div class="arrow">
204
+ <svg viewBox="0 0 24 24"><path d="M15 5l-6 7 6 7" /></svg>
205
+ </div>
206
+ <div class="title">Hello</div>
207
+ </div>
208
+ <div class="sub">Natalie Larson, Today at 9:45 AM</div>
209
+ <div class="divider"></div>
210
+ <div class="content">how you are</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Composer -->
216
+ <div class="composer">
217
+ <div class="plus-btn"><svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg></div>
218
+ <div class="input">Type a message</div>
219
+ <div class="tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="10" r="3"></circle><path d="M4 20c2-4 5-6 8-6s6 2 8 6"/></svg></div>
220
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M3 7h18v12H3z"></path><path d="M8 12l3 3 5-6"></path></svg></div>
221
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 20l16-16M4 4l16 16" /></svg></div>
222
+ </div>
223
+
224
+ <!-- Keyboard mock -->
225
+ <div class="keyboard">
226
+ <div class="kb-row">
227
+ <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>
228
+ </div>
229
+ <div class="kb-row">
230
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div><div class="key">;</div>
231
+ </div>
232
+ <div class="kb-row short">
233
+ <div class="key">Shift</div><div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div><div class="key">N</div><div class="key">M</div><div class="key">⌫</div><div class="key">.</div>
234
+ </div>
235
+ <div class="kb-row bottom">
236
+ <div class="key">?123</div>
237
+ <div class="key">,</div>
238
+ <div class="space">space</div>
239
+ <div class="key">.</div>
240
+ <div class="key">↵</div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="gesture"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/3232/3232_0.html ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Letterboxed Photo View</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #000000; /* large black bars area */
19
+ }
20
+
21
+ /* Centered letterboxed photo */
22
+ .photo-band {
23
+ position: absolute;
24
+ left: 0;
25
+ top: 830px; /* centers the band vertically for 2400px height */
26
+ width: 1080px;
27
+ height: 740px;
28
+ display: flex;
29
+ justify-content: center;
30
+ align-items: center;
31
+ }
32
+ .photo-placeholder {
33
+ width: 1080px;
34
+ height: 740px;
35
+ background: #E0E0E0;
36
+ border: 1px solid #BDBDBD;
37
+ color: #757575;
38
+ display: flex;
39
+ justify-content: center;
40
+ align-items: center;
41
+ font-family: Arial, Helvetica, sans-serif;
42
+ font-size: 28px;
43
+ letter-spacing: 0.2px;
44
+ text-align: center;
45
+ }
46
+ </style>
47
+ </head>
48
+ <body>
49
+ <div id="render-target">
50
+ <div class="photo-band">
51
+ <div class="photo-placeholder">[IMG: Desk workspace with laptop, lanyard, phone box and cable]</div>
52
+ </div>
53
+ </div>
54
+ </body>
55
+ </html>
code/3232/3232_1.html ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Viewer Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ /* Root render target */
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #000000;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #FFFFFF;
18
+ }
19
+
20
+ /* Top app bar */
21
+ .topbar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 100%;
26
+ height: 140px;
27
+ padding: 0 36px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ box-sizing: border-box;
32
+ }
33
+ .topbar .right-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 30px;
37
+ }
38
+ .icon-btn svg { display: block; }
39
+
40
+ /* Content area with letterboxed photo */
41
+ .content {
42
+ position: absolute;
43
+ top: 140px; /* below top bar */
44
+ bottom: 260px; /* leave room for bottom sheet */
45
+ left: 0;
46
+ right: 0;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+ .photo-placeholder {
52
+ width: 980px;
53
+ height: 720px;
54
+ background: #E0E0E0;
55
+ border: 1px solid #BDBDBD;
56
+ border-radius: 6px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ color: #555;
61
+ font-size: 28px;
62
+ text-align: center;
63
+ line-height: 1.3;
64
+ }
65
+
66
+ /* Bottom action sheet */
67
+ .bottom-sheet {
68
+ position: absolute;
69
+ bottom: 0;
70
+ left: 0;
71
+ width: 100%;
72
+ height: 240px;
73
+ background: #1F1F1F;
74
+ border-top-left-radius: 28px;
75
+ border-top-right-radius: 28px;
76
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.5);
77
+ }
78
+ .sheet-handle {
79
+ width: 140px;
80
+ height: 8px;
81
+ border-radius: 4px;
82
+ background: #5E5E5E;
83
+ margin: 14px auto 10px;
84
+ }
85
+ .actions {
86
+ padding: 14px 40px 0;
87
+ display: flex;
88
+ justify-content: space-around;
89
+ align-items: flex-start;
90
+ gap: 10px;
91
+ }
92
+ .action {
93
+ width: 180px;
94
+ text-align: center;
95
+ color: #D6D6D6;
96
+ }
97
+ .action .ico {
98
+ width: 72px;
99
+ height: 72px;
100
+ margin: 0 auto 14px;
101
+ }
102
+ .action .label {
103
+ font-size: 28px;
104
+ color: #CFCFCF;
105
+ }
106
+
107
+ /* System navigation pill */
108
+ .nav-pill {
109
+ position: absolute;
110
+ bottom: 18px;
111
+ left: 50%;
112
+ transform: translateX(-50%);
113
+ width: 300px;
114
+ height: 10px;
115
+ background: #ECECEC;
116
+ border-radius: 6px;
117
+ opacity: 0.9;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Top bar with back, star, and menu -->
125
+ <div class="topbar">
126
+ <div class="icon-btn" aria-label="Back">
127
+ <svg width="64" height="64" viewBox="0 0 64 64">
128
+ <polyline points="40,10 20,32 40,54" fill="none" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="right-icons">
132
+ <div class="icon-btn" aria-label="Favorite">
133
+ <svg width="52" height="52" viewBox="0 0 52 52">
134
+ <path d="M26 4 l6.5 13.2 14.5 2.1 -10.5 10.2 2.5 14.5L26 37.2 13 44.9l2.5-14.5L5 19.3l14.5-2.1z"
135
+ fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linejoin="round"/>
136
+ </svg>
137
+ </div>
138
+ <div class="icon-btn" aria-label="More">
139
+ <svg width="44" height="44" viewBox="0 0 24 24">
140
+ <circle cx="12" cy="4" r="2" fill="#FFFFFF"/>
141
+ <circle cx="12" cy="12" r="2" fill="#FFFFFF"/>
142
+ <circle cx="12" cy="20" r="2" fill="#FFFFFF"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Center image area -->
149
+ <div class="content">
150
+ <div class="photo-placeholder">[IMG: Desk workspace with laptop, lanyard, and open phone box]</div>
151
+ </div>
152
+
153
+ <!-- Bottom action sheet -->
154
+ <div class="bottom-sheet">
155
+ <div class="sheet-handle"></div>
156
+ <div class="actions">
157
+ <!-- Share -->
158
+ <div class="action">
159
+ <svg class="ico" viewBox="0 0 48 48">
160
+ <circle cx="36" cy="10" r="5" fill="none" stroke="#E6E6E6" stroke-width="3"/>
161
+ <circle cx="12" cy="24" r="5" fill="none" stroke="#E6E6E6" stroke-width="3"/>
162
+ <circle cx="36" cy="38" r="5" fill="none" stroke="#E6E6E6" stroke-width="3"/>
163
+ <polyline points="16,23 31,13" fill="none" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round"/>
164
+ <polyline points="16,25 31,35" fill="none" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round"/>
165
+ </svg>
166
+ <div class="label">Share</div>
167
+ </div>
168
+
169
+ <!-- Edit -->
170
+ <div class="action">
171
+ <svg class="ico" viewBox="0 0 48 48">
172
+ <rect x="6" y="6" width="36" height="36" rx="6" ry="6" fill="none" stroke="#E6E6E6" stroke-width="3"/>
173
+ <path d="M15 33 l3-9 15-15 6 6 -15 15z" fill="none" stroke="#E6E6E6" stroke-width="3"/>
174
+ <line x1="13" y1="35" x2="21" y2="35" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round"/>
175
+ </svg>
176
+ <div class="label">Edit</div>
177
+ </div>
178
+
179
+ <!-- Delete -->
180
+ <div class="action">
181
+ <svg class="ico" viewBox="0 0 48 48">
182
+ <path d="M10 14h28" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round"/>
183
+ <path d="M18 14V10h12v4" fill="none" stroke="#E6E6E6" stroke-width="3"/>
184
+ <rect x="12" y="14" width="24" height="26" rx="3" ry="3" fill="none" stroke="#E6E6E6" stroke-width="3"/>
185
+ <line x1="20" y1="20" x2="20" y2="34" stroke="#E6E6E6" stroke-width="3"/>
186
+ <line x1="28" y1="20" x2="28" y2="34" stroke="#E6E6E6" stroke-width="3"/>
187
+ </svg>
188
+ <div class="label">Delete</div>
189
+ </div>
190
+
191
+ <!-- Download -->
192
+ <div class="action">
193
+ <svg class="ico" viewBox="0 0 48 48">
194
+ <path d="M24 8v20" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round"/>
195
+ <polyline points="14,22 24,32 34,22" fill="none" stroke="#E6E6E6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
196
+ <rect x="10" y="34" width="28" height="6" rx="3" ry="3" fill="none" stroke="#E6E6E6" stroke-width="3"/>
197
+ </svg>
198
+ <div class="label">Download</div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- System navigation pill -->
204
+ <div class="nav-pill"></div>
205
+ </div>
206
+ </body>
207
+ </html>
code/3232/3232_10.html ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Photo Viewer Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ }
16
+
17
+ /* Top overlay icons */
18
+ .top-actions {
19
+ position: absolute;
20
+ top: 72px;
21
+ left: 0;
22
+ right: 0;
23
+ height: 72px;
24
+ pointer-events: none;
25
+ }
26
+ .icon-btn {
27
+ position: absolute;
28
+ width: 64px;
29
+ height: 64px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ pointer-events: auto;
34
+ }
35
+ .icon-left { left: 32px; }
36
+ .icon-right { right: 120px; }
37
+ .icon-more { right: 40px; }
38
+
39
+ /* Centered photo area (placeholder) */
40
+ .photo-wrap {
41
+ position: absolute;
42
+ left: 50%;
43
+ top: 460px;
44
+ transform: translateX(-50%);
45
+ width: 980px;
46
+ height: 620px;
47
+ background: #E0E0E0;
48
+ border: 1px solid #BDBDBD;
49
+ color: #757575;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ font: 500 28px/1.2 Arial, Helvetica, sans-serif;
54
+ text-align: center;
55
+ }
56
+
57
+ /* Bottom action sheet */
58
+ .bottom-sheet {
59
+ position: absolute;
60
+ left: 0;
61
+ right: 0;
62
+ bottom: 120px;
63
+ height: 320px;
64
+ background: #1C1C1C;
65
+ border-top-left-radius: 36px;
66
+ border-top-right-radius: 36px;
67
+ color: #FFFFFF;
68
+ }
69
+ .sheet-handle {
70
+ width: 140px;
71
+ height: 10px;
72
+ border-radius: 5px;
73
+ background: #5E5E5E;
74
+ margin: 18px auto 22px auto;
75
+ }
76
+ .actions-row {
77
+ display: flex;
78
+ justify-content: space-around;
79
+ padding: 12px 40px 0 40px;
80
+ }
81
+ .action {
82
+ width: 200px;
83
+ text-align: center;
84
+ color: #EDEDED;
85
+ font: 500 28px/1.3 Arial, Helvetica, sans-serif;
86
+ }
87
+ .action svg {
88
+ display: block;
89
+ margin: 0 auto 14px auto;
90
+ }
91
+ .action-label {
92
+ color: #CFCFCF;
93
+ font-size: 28px;
94
+ }
95
+
96
+ /* System gesture bar */
97
+ .gesture-pill {
98
+ position: absolute;
99
+ bottom: 40px;
100
+ left: 50%;
101
+ transform: translateX(-50%);
102
+ width: 280px;
103
+ height: 10px;
104
+ background: #FFFFFF;
105
+ border-radius: 6px;
106
+ opacity: 0.9;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+ <!-- Top overlay icons -->
113
+ <div class="top-actions">
114
+ <div class="icon-btn icon-left" aria-label="Back">
115
+ <svg width="48" height="48" viewBox="0 0 24 24">
116
+ <path d="M14 5l-7 7 7 7" fill="none" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
117
+ </svg>
118
+ </div>
119
+ <div class="icon-btn icon-right" aria-label="Favorite">
120
+ <svg width="48" height="48" viewBox="0 0 24 24">
121
+ <path d="M12 3l2.9 5.9L21 10l-4.5 4.2L17.8 21 12 17.8 6.2 21l1.3-6.8L3 10l6.1-1.1L12 3z"
122
+ fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linejoin="round"/>
123
+ </svg>
124
+ </div>
125
+ <div class="icon-btn icon-more" aria-label="More">
126
+ <svg width="36" height="36" viewBox="0 0 24 24">
127
+ <circle cx="12" cy="5" r="2" fill="#FFFFFF"/>
128
+ <circle cx="12" cy="12" r="2" fill="#FFFFFF"/>
129
+ <circle cx="12" cy="19" r="2" fill="#FFFFFF"/>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Center photo placeholder -->
135
+ <div class="photo-wrap">[IMG: Desk photo with laptop, lanyard and phone box]</div>
136
+
137
+ <!-- Bottom action sheet -->
138
+ <div class="bottom-sheet">
139
+ <div class="sheet-handle"></div>
140
+ <div class="actions-row">
141
+ <div class="action">
142
+ <svg width="64" height="64" viewBox="0 0 24 24">
143
+ <path d="M14 5l5 5-5 5V9H8a5 5 0 100 10h1" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
144
+ </svg>
145
+ <div class="action-label">Share</div>
146
+ </div>
147
+ <div class="action">
148
+ <svg width="64" height="64" viewBox="0 0 24 24">
149
+ <path d="M3 21h6l11-11a2 2 0 00-6-6L3 15v6z" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linejoin="round"/>
150
+ </svg>
151
+ <div class="action-label">Edit</div>
152
+ </div>
153
+ <div class="action">
154
+ <svg width="64" height="64" viewBox="0 0 24 24">
155
+ <path d="M4 7h16M9 7v-2h6v2M6 7l1 13h10l1-13" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
156
+ </svg>
157
+ <div class="action-label">Delete</div>
158
+ </div>
159
+ <div class="action">
160
+ <svg width="64" height="64" viewBox="0 0 24 24">
161
+ <path d="M12 3v12M7 10l5 5 5-5M5 21h14" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
162
+ </svg>
163
+ <div class="action-label">Download</div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- System gesture pill -->
169
+ <div class="gesture-pill"></div>
170
+ </div>
171
+ </body>
172
+ </html>
code/3232/3232_2.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #000000;
12
+ color: #EDEDED;
13
+ }
14
+
15
+ /* Top bar */
16
+ .top-bar {
17
+ position: absolute;
18
+ top: 0; left: 0; right: 0;
19
+ height: 180px;
20
+ padding: 60px 48px 0 48px;
21
+ box-sizing: border-box;
22
+ }
23
+ .top-icons {
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ }
26
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
27
+ .icon-stroke { stroke: #BDBDBD; }
28
+ .icon-fill { fill: #BDBDBD; }
29
+
30
+ /* Bottom sheet */
31
+ .sheet {
32
+ position: absolute;
33
+ left: 0; right: 0;
34
+ bottom: 0;
35
+ height: 1900px;
36
+ background: #1E1E1E;
37
+ border-top-left-radius: 28px;
38
+ border-top-right-radius: 28px;
39
+ box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
40
+ }
41
+ .sheet-handle {
42
+ width: 160px; height: 10px; border-radius: 6px;
43
+ background: #4A4A4A;
44
+ margin: 18px auto 24px auto;
45
+ }
46
+
47
+ /* Top actions row */
48
+ .top-actions {
49
+ display: grid;
50
+ grid-template-columns: repeat(4, 1fr);
51
+ gap: 8px;
52
+ padding: 12px 40px 0 40px;
53
+ }
54
+ .action {
55
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
56
+ gap: 14px; padding-top: 8px; color: #E0E0E0; font-size: 34px;
57
+ }
58
+ .action .circle {
59
+ width: 120px; height: 120px; border-radius: 60px;
60
+ background: #2A2A2A; border: 2px solid #3A3A3A;
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .action-label { font-size: 36px; color: #D0D0D0; }
64
+
65
+ /* Section header */
66
+ .section-title {
67
+ color: #B0B0B0; font-weight: 600; font-size: 36px;
68
+ padding: 36px 48px 18px 48px;
69
+ }
70
+
71
+ /* List */
72
+ .list {
73
+ display: flex; flex-direction: column;
74
+ padding: 0 24px;
75
+ }
76
+ .row {
77
+ height: 120px; display: flex; align-items: center;
78
+ padding: 0 24px; box-sizing: border-box;
79
+ border-bottom: 1px solid #2A2A2A;
80
+ }
81
+ .row:last-child { border-bottom: none; }
82
+ .row .leading {
83
+ width: 90px; height: 90px; border-radius: 20px; background: #2C2C2C;
84
+ border: 1px solid #3A3A3A; display: flex; align-items: center; justify-content: center; margin-right: 28px;
85
+ }
86
+ .row .title { font-size: 40px; color: #EDEDED; }
87
+ .row .spacer { flex: 1; }
88
+ .toggle {
89
+ width: 140px; height: 64px; border-radius: 32px;
90
+ background: #4A4A4A; position: relative;
91
+ }
92
+ .toggle .knob {
93
+ width: 58px; height: 58px; border-radius: 29px; background: #9E9E9E;
94
+ position: absolute; top: 3px; left: 4px;
95
+ }
96
+
97
+ .divider {
98
+ height: 1px; background: #2A2A2A; margin: 12px 48px;
99
+ }
100
+
101
+ .bottom-safe {
102
+ position: absolute; left: 0; right: 0; bottom: 0;
103
+ height: 120px; display: flex; align-items: center; justify-content: center;
104
+ }
105
+ .home-pill {
106
+ width: 220px; height: 16px; border-radius: 8px; background: #CFCFCF;
107
+ opacity: 0.7;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Top bar with back, star, more -->
115
+ <div class="top-bar">
116
+ <div class="top-icons">
117
+ <div class="icon-btn">
118
+ <svg width="56" height="56" viewBox="0 0 56 56">
119
+ <path class="icon-stroke" d="M34 10 L18 28 L34 46" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
120
+ </svg>
121
+ </div>
122
+ <div style="display:flex; align-items:center; gap:28px;">
123
+ <svg width="56" height="56" viewBox="0 0 56 56">
124
+ <path d="M28 9 L34 22 L48 22 L37 31 L41 45 L28 36 L15 45 L19 31 L8 22 L22 22 Z" fill="none" stroke="#BDBDBD" stroke-width="3" stroke-linejoin="round"/>
125
+ </svg>
126
+ <svg width="24" height="56" viewBox="0 0 24 56">
127
+ <circle cx="12" cy="16" r="4" fill="#BDBDBD"></circle>
128
+ <circle cx="12" cy="28" r="4" fill="#BDBDBD"></circle>
129
+ <circle cx="12" cy="40" r="4" fill="#BDBDBD"></circle>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Bottom sheet -->
136
+ <div class="sheet">
137
+ <div class="sheet-handle"></div>
138
+
139
+ <!-- Top action shortcuts -->
140
+ <div class="top-actions">
141
+ <div class="action">
142
+ <div class="circle">
143
+ <svg width="72" height="72" viewBox="0 0 72 72">
144
+ <path d="M30 18 L48 18 L48 36" fill="none" stroke="#DCDCDC" stroke-width="4" stroke-linecap="round"/>
145
+ <path d="M48 18 L22 44" fill="none" stroke="#DCDCDC" stroke-width="4" stroke-linecap="round"/>
146
+ <rect x="16" y="44" width="36" height="16" rx="4" stroke="#DCDCDC" stroke-width="4" fill="none"/>
147
+ </svg>
148
+ </div>
149
+ <div class="action-label">Share</div>
150
+ </div>
151
+ <div class="action">
152
+ <div class="circle">
153
+ <svg width="72" height="72" viewBox="0 0 72 72">
154
+ <path d="M18 54 L54 18" stroke="#DCDCDC" stroke-width="5" stroke-linecap="round"/>
155
+ <path d="M42 18 L54 30" stroke="#DCDCDC" stroke-width="5" stroke-linecap="round"/>
156
+ <rect x="14" y="46" width="12" height="12" fill="#DCDCDC"/>
157
+ </svg>
158
+ </div>
159
+ <div class="action-label">Edit</div>
160
+ </div>
161
+ <div class="action">
162
+ <div class="circle">
163
+ <svg width="72" height="72" viewBox="0 0 72 72">
164
+ <rect x="22" y="26" width="28" height="28" rx="4" stroke="#DCDCDC" stroke-width="4" fill="none"/>
165
+ <rect x="18" y="22" width="36" height="8" rx="3" fill="#DCDCDC"/>
166
+ <line x1="28" y1="34" x2="28" y2="50" stroke="#DCDCDC" stroke-width="4"/>
167
+ <line x1="44" y1="34" x2="44" y2="50" stroke="#DCDCDC" stroke-width="4"/>
168
+ </svg>
169
+ </div>
170
+ <div class="action-label">Delete</div>
171
+ </div>
172
+ <div class="action">
173
+ <div class="circle">
174
+ <svg width="72" height="72" viewBox="0 0 72 72">
175
+ <line x1="36" y1="16" x2="36" y2="44" stroke="#DCDCDC" stroke-width="5" stroke-linecap="round"/>
176
+ <polyline points="26,34 36,44 46,34" fill="none" stroke="#DCDCDC" stroke-width="5" stroke-linecap="round"/>
177
+ <rect x="20" y="50" width="32" height="6" fill="#DCDCDC"/>
178
+ </svg>
179
+ </div>
180
+ <div class="action-label">Download</div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- File actions section -->
185
+ <div class="section-title">File actions</div>
186
+ <div class="list">
187
+ <div class="row">
188
+ <div class="leading">
189
+ <svg width="56" height="56" viewBox="0 0 56 56">
190
+ <path d="M28 9 L34 22 L48 22 L37 31 L41 45 L28 36 L15 45 L19 31 L8 22 L22 22 Z" fill="none" stroke="#DCDCDC" stroke-width="3"/>
191
+ </svg>
192
+ </div>
193
+ <div class="title">Add to Favorites</div>
194
+ <div class="spacer"></div>
195
+ </div>
196
+
197
+ <div class="row">
198
+ <div class="leading">
199
+ <svg width="56" height="56" viewBox="0 0 56 56">
200
+ <rect x="14" y="10" width="26" height="32" rx="4" stroke="#DCDCDC" stroke-width="3" fill="none"/>
201
+ <rect x="20" y="16" width="26" height="32" rx="4" stroke="#DCDCDC" stroke-width="3" fill="none"/>
202
+ </svg>
203
+ </div>
204
+ <div class="title">Copy</div>
205
+ <div class="spacer"></div>
206
+ </div>
207
+
208
+ <div class="row">
209
+ <div class="leading">
210
+ <svg width="56" height="56" viewBox="0 0 56 56">
211
+ <path d="M10 18 H28 L34 24 H46 V44 H10 Z" fill="none" stroke="#DCDCDC" stroke-width="3"/>
212
+ <polyline points="22,28 30,34 22,40" fill="none" stroke="#DCDCDC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="title">Move</div>
216
+ <div class="spacer"></div>
217
+ </div>
218
+
219
+ <div class="row">
220
+ <div class="leading">
221
+ <svg width="56" height="56" viewBox="0 0 56 56">
222
+ <rect x="12" y="14" width="32" height="28" rx="4" stroke="#DCDCDC" stroke-width="3" fill="none"/>
223
+ <path d="M18 38 L30 26" stroke="#DCDCDC" stroke-width="3"/>
224
+ <circle cx="34" cy="22" r="6" stroke="#DCDCDC" stroke-width="3" fill="none"/>
225
+ </svg>
226
+ </div>
227
+ <div class="title">Rename</div>
228
+ <div class="spacer"></div>
229
+ </div>
230
+
231
+ <div class="row">
232
+ <div class="leading">
233
+ <svg width="56" height="56" viewBox="0 0 56 56">
234
+ <path d="M12 34 C12 24 24 22 24 22 C26 14 34 14 36 22 C44 22 46 28 46 34 C46 40 42 44 36 44 H20 C16 44 12 40 12 34 Z" fill="none" stroke="#DCDCDC" stroke-width="3"/>
235
+ </svg>
236
+ </div>
237
+ <div class="title">Comment</div>
238
+ <div class="spacer"></div>
239
+ </div>
240
+
241
+ <div class="row">
242
+ <div class="leading">
243
+ <svg width="56" height="56" viewBox="0 0 56 56">
244
+ <path d="M14 32 C14 24 22 22 22 22 C24 16 32 16 34 22 C42 22 44 28 44 32 C44 38 40 42 34 42 H22 C18 42 14 38 14 32 Z" fill="none" stroke="#DCDCDC" stroke-width="3"/>
245
+ <line x1="28" y1="24" x2="28" y2="36" stroke="#DCDCDC" stroke-width="3"/>
246
+ <polyline points="22,30 28,36 34,30" fill="none" stroke="#DCDCDC" stroke-width="3"/>
247
+ </svg>
248
+ </div>
249
+ <div class="title">Make available offline</div>
250
+ <div class="spacer"></div>
251
+ <div class="toggle"><div class="knob"></div></div>
252
+ </div>
253
+
254
+ <div class="row">
255
+ <div class="leading">
256
+ <svg width="56" height="56" viewBox="0 0 56 56">
257
+ <rect x="12" y="16" width="32" height="24" rx="4" stroke="#DCDCDC" stroke-width="3" fill="none"/>
258
+ <circle cx="20" cy="24" r="6" stroke="#DCDCDC" stroke-width="3" fill="none"/>
259
+ <line x1="36" y1="34" x2="44" y2="42" stroke="#DCDCDC" stroke-width="3"/>
260
+ <line x1="32" y1="30" x2="44" y2="42" stroke="#DCDCDC" stroke-width="3"/>
261
+ </svg>
262
+ </div>
263
+ <div class="title">Add to album</div>
264
+ <div class="spacer"></div>
265
+ </div>
266
+
267
+ <div class="row">
268
+ <div class="leading">
269
+ <svg width="56" height="56" viewBox="0 0 56 56">
270
+ <path d="M16 24 L32 24 L40 32 L40 42 L16 42 Z" fill="none" stroke="#DCDCDC" stroke-width="3"/>
271
+ <circle cx="24" cy="33" r="5" stroke="#DCDCDC" stroke-width="3" fill="none"/>
272
+ <line x1="28" y1="20" x2="44" y2="20" stroke="#DCDCDC" stroke-width="3"/>
273
+ </svg>
274
+ </div>
275
+ <div class="title">Edit tags</div>
276
+ <div class="spacer"></div>
277
+ </div>
278
+
279
+ <div class="row">
280
+ <div class="leading">
281
+ <svg width="56" height="56" viewBox="0 0 56 56">
282
+ <rect x="10" y="12" width="36" height="32" rx="8" stroke="#DCDCDC" stroke-width="3" fill="none"/>
283
+ <rect x="18" y="20" width="20" height="16" rx="2" stroke="#DCDCDC" stroke-width="3" fill="none"/>
284
+ <circle cx="28" cy="28" r="3" fill="#DCDCDC"/>
285
+ </svg>
286
+ </div>
287
+ <div class="title">Visual Search</div>
288
+ <div class="spacer"></div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="divider"></div>
293
+ <div class="section-title">More</div>
294
+
295
+ <div class="list">
296
+ <div class="row">
297
+ <div class="leading">
298
+ <svg width="56" height="56" viewBox="0 0 56 56">
299
+ <circle cx="28" cy="28" r="16" stroke="#DCDCDC" stroke-width="3" fill="none"/>
300
+ <line x1="28" y1="22" x2="28" y2="34" stroke="#DCDCDC" stroke-width="3"/>
301
+ <circle cx="28" cy="16" r="3" fill="#DCDCDC"/>
302
+ </svg>
303
+ </div>
304
+ <div class="title">Details</div>
305
+ <div class="spacer"></div>
306
+ </div>
307
+
308
+ <div class="row">
309
+ <div class="leading">
310
+ <svg width="56" height="56" viewBox="0 0 56 56">
311
+ <rect x="10" y="14" width="26" height="28" rx="4" stroke="#DCDCDC" stroke-width="3" fill="none"/>
312
+ <polyline points="30,18 46,18 46,34" fill="none" stroke="#DCDCDC" stroke-width="3"/>
313
+ <polyline points="40,28 46,34 52,28" fill="none" stroke="#DCDCDC" stroke-width="3"/>
314
+ </svg>
315
+ </div>
316
+ <div class="title">Open in another app</div>
317
+ <div class="spacer"></div>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="bottom-safe">
322
+ <div class="home-pill"></div>
323
+ </div>
324
+ </div>
325
+
326
+ </div>
327
+ </body>
328
+ </html>
code/3232/3232_3.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Expiring Links Tooltip UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ right: 0;
23
+ height: 110px;
24
+ color: #ffffff;
25
+ font-weight: 600;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ font-size: 40px;
30
+ letter-spacing: 1px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-bar .right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .icon {
40
+ width: 40px;
41
+ height: 40px;
42
+ display: inline-block;
43
+ }
44
+
45
+ /* Back arrow and side icons */
46
+ .back-arrow {
47
+ position: absolute;
48
+ top: 420px;
49
+ left: 28px;
50
+ width: 70px;
51
+ height: 70px;
52
+ opacity: 0.9;
53
+ }
54
+ .side-star, .side-menu {
55
+ position: absolute;
56
+ right: 36px;
57
+ width: 64px;
58
+ height: 64px;
59
+ opacity: 0.6;
60
+ }
61
+ .side-star { top: 680px; }
62
+ .side-menu { top: 770px; }
63
+
64
+ /* Content imagery placeholders */
65
+ .hero-black {
66
+ position: absolute;
67
+ top: 110px;
68
+ left: 0;
69
+ width: 1080px;
70
+ height: 560px;
71
+ background: #000;
72
+ }
73
+ .photo-area {
74
+ position: absolute;
75
+ top: 700px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 520px;
79
+ background: rgba(0,0,0,0.25);
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+ .img-placeholder {
85
+ width: 1000px;
86
+ height: 480px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ color: #757575;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ font-size: 36px;
94
+ border-radius: 8px;
95
+ }
96
+
97
+ /* Share sheet */
98
+ .share-sheet {
99
+ position: absolute;
100
+ left: 0;
101
+ right: 0;
102
+ bottom: 120px;
103
+ height: 840px;
104
+ background: #1f2226;
105
+ border-top-left-radius: 36px;
106
+ border-top-right-radius: 36px;
107
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.4);
108
+ }
109
+
110
+ .primary-actions {
111
+ display: flex;
112
+ justify-content: space-around;
113
+ padding: 210px 40px 0 40px; /* space for bubble overlap */
114
+ }
115
+ .action {
116
+ text-align: center;
117
+ color: #cfd3d8;
118
+ width: 210px;
119
+ }
120
+ .action svg {
121
+ width: 80px;
122
+ height: 80px;
123
+ margin-bottom: 22px;
124
+ fill: #2196f3;
125
+ }
126
+ .action .label {
127
+ font-size: 34px;
128
+ margin-top: 14px;
129
+ color: #cfd3d8;
130
+ }
131
+
132
+ .apps-row {
133
+ margin-top: 60px;
134
+ padding: 0 30px;
135
+ display: flex;
136
+ justify-content: space-around;
137
+ }
138
+ .app-icon {
139
+ width: 130px;
140
+ height: 130px;
141
+ border-radius: 50%;
142
+ background: #2a2d33;
143
+ border: 1px solid #383c44;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ color: #9aa1ab;
148
+ font-size: 28px;
149
+ }
150
+
151
+ /* Blue tip bubble */
152
+ .tip-bubble {
153
+ position: absolute;
154
+ left: 60px;
155
+ top: 1200px;
156
+ width: 960px;
157
+ background: #0B84FF;
158
+ color: #ffffff;
159
+ border-radius: 26px;
160
+ padding: 46px 48px 42px 48px;
161
+ box-shadow: 0 12px 36px rgba(11,132,255,0.4);
162
+ }
163
+ .tip-pointer {
164
+ position: absolute;
165
+ left: 270px;
166
+ bottom: -20px;
167
+ width: 0;
168
+ height: 0;
169
+ border-left: 22px solid transparent;
170
+ border-right: 22px solid transparent;
171
+ border-top: 22px solid #0B84FF;
172
+ filter: drop-shadow(0 6px 6px rgba(0,0,0,0.2));
173
+ }
174
+ .tip-icon {
175
+ width: 48px;
176
+ height: 48px;
177
+ margin-bottom: 24px;
178
+ opacity: 0.95;
179
+ }
180
+ .tip-title {
181
+ font-size: 64px;
182
+ font-weight: 800;
183
+ margin: 8px 0 22px 0;
184
+ letter-spacing: 0.3px;
185
+ }
186
+ .tip-desc {
187
+ font-size: 36px;
188
+ line-height: 50px;
189
+ opacity: 0.95;
190
+ margin-bottom: 44px;
191
+ }
192
+ .tip-actions {
193
+ display: flex;
194
+ gap: 26px;
195
+ }
196
+ .btn {
197
+ font-size: 34px;
198
+ padding: 22px 28px;
199
+ border-radius: 12px;
200
+ font-weight: 700;
201
+ letter-spacing: 0.4px;
202
+ cursor: default;
203
+ }
204
+ .btn-text {
205
+ color: #ffffff;
206
+ background: transparent;
207
+ }
208
+ .btn-outline {
209
+ color: #ffffff;
210
+ background: rgba(255,255,255,0.08);
211
+ border: 2px solid rgba(255,255,255,0.85);
212
+ }
213
+
214
+ .hint-link {
215
+ position: absolute;
216
+ left: 60px;
217
+ top: 1825px;
218
+ color: #56a8ff;
219
+ font-size: 42px;
220
+ font-weight: 600;
221
+ }
222
+
223
+ /* Bottom nav pill */
224
+ .home-indicator {
225
+ position: absolute;
226
+ bottom: 34px;
227
+ left: 50%;
228
+ transform: translateX(-50%);
229
+ width: 290px;
230
+ height: 10px;
231
+ border-radius: 8px;
232
+ background: rgba(255,255,255,0.9);
233
+ }
234
+ </style>
235
+ </head>
236
+ <body>
237
+ <div id="render-target">
238
+
239
+ <!-- Status bar -->
240
+ <div class="status-bar">
241
+ <div>11:29</div>
242
+ <div class="right">
243
+ <!-- simple wifi -->
244
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff"><path d="M2 8a14 14 0 0 1 20 0l-2 2a11 11 0 0 0-16 0L2 8zm4 4a10 10 0 0 1 12 0l-2 2a7 7 0 0 0-8 0l-2-2zm6 6 3 3-3 3-3-3 3-3z"/></svg>
245
+ <!-- battery -->
246
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff"><rect x="2" y="7" width="18" height="10" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Back arrow and side icons -->
251
+ <svg class="back-arrow" viewBox="0 0 24 24" fill="#ffffff">
252
+ <path d="M15.5 3 5 12l10.5 9 1.5-1.8L9 12l8-7.2z"/>
253
+ </svg>
254
+ <svg class="side-star" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
255
+ <path d="M12 3l2.9 5.9 6.6 1-4.8 4.6 1.2 6.5L12 18l-5.9 3 1.2-6.5L2.5 9.9l6.6-1z"/>
256
+ </svg>
257
+ <svg class="side-menu" viewBox="0 0 24 24" fill="#ffffff"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
258
+
259
+ <!-- Top areas -->
260
+ <div class="hero-black"></div>
261
+
262
+ <div class="photo-area">
263
+ <div class="img-placeholder">[IMG: Workspace laptop and keys]</div>
264
+ </div>
265
+
266
+ <!-- Blue tip bubble -->
267
+ <div class="tip-bubble">
268
+ <svg class="tip-icon" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
269
+ <path d="M12 3 21 9l-9 12L3 9l9-6zM7.5 9h9M12 3v18"/>
270
+ </svg>
271
+ <div class="tip-title">Expiring links</div>
272
+ <div class="tip-desc">
273
+ Increase the security of your links by making them expire after a
274
+ certain date with this premium feature.
275
+ </div>
276
+ <div class="tip-actions">
277
+ <div class="btn btn-text">LEARN MORE</div>
278
+ <div class="btn btn-outline">GO PREMIUM</div>
279
+ </div>
280
+ <div class="tip-pointer"></div>
281
+ </div>
282
+
283
+ <div class="hint-link">Set Expiration ✨</div>
284
+
285
+ <!-- Share sheet -->
286
+ <div class="share-sheet">
287
+ <div class="primary-actions">
288
+ <div class="action">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M10.6 7.4a4 4 0 015.7 0l1.3 1.3a4 4 0 010 5.7l-2.4 2.4a4 4 0 01-5.7 0l-.7-.7 1.4-1.4.7.7a2 2 0 002.8 0l2.4-2.4a2 2 0 000-2.8l-1.3-1.3a2 2 0 00-2.8 0l-1.1 1.1-1.4-1.4 1.1-1.1z"/>
291
+ <path d="M8.7 10.3l-2.4 2.4a2 2 0 000 2.8l1.3 1.3a2 2 0 002.8 0l1.1-1.1 1.4 1.4-1.1 1.1a4 4 0 01-5.7 0l-1.3-1.3a4 4 0 010-5.7l2.4-2.4 1.5 1.5z"/>
292
+ </svg>
293
+ <div class="label">Copy link</div>
294
+ </div>
295
+ <div class="action">
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="12" cy="8" r="3"></circle>
298
+ <path d="M4 20a8 8 0 0116 0H4z"></path>
299
+ <path d="M18 7v2h2v2h-2v2h-2v-2h-2V9h2V7h2z"></path>
300
+ </svg>
301
+ <div class="label">Invite people</div>
302
+ </div>
303
+ <div class="action">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M7 7h10v2H7zM7 11h10v2H7zM7 15h6v2H7z"></path>
306
+ <path d="M4 5h16v14H4z" fill="none" stroke="#2196f3" stroke-width="2"></path>
307
+ </svg>
308
+ <div class="label">Send files</div>
309
+ </div>
310
+ <div class="action">
311
+ <svg viewBox="0 0 24 24">
312
+ <rect x="3" y="6" width="12" height="12" rx="2" ry="2"></rect>
313
+ <path d="M15 8l6 2v8l-6-2V8z"></path>
314
+ <path d="M3 9l6 4 6-4" fill="none" stroke="#2196f3" stroke-width="2"></path>
315
+ </svg>
316
+ <div class="label">Outlook</div>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="apps-row">
321
+ <div class="app-icon">App</div>
322
+ <div class="app-icon">Dropbox</div>
323
+ <div class="app-icon">BT</div>
324
+ <div class="app-icon">Chrome</div>
325
+ <div class="app-icon">Share</div>
326
+ </div>
327
+ </div>
328
+
329
+ <div class="home-indicator"></div>
330
+ </div>
331
+ </body>
332
+ </html>
code/3232/3232_4.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Share Sheet UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-size: 40px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .sb-left, .sb-right { display: flex; align-items: center; gap: 26px; }
35
+ .sb-icon { width: 36px; height: 36px; opacity: 0.9; }
36
+
37
+ /* App top bar area (back, star, menu) */
38
+ .top-actions {
39
+ position: absolute;
40
+ top: 300px;
41
+ left: 24px;
42
+ right: 24px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ color: #BDBDBD;
47
+ }
48
+ .tap-icon { width: 56px; height: 56px; }
49
+
50
+ /* Underlying content preview (dimmed) */
51
+ .content-preview {
52
+ position: absolute;
53
+ left: 0;
54
+ right: 0;
55
+ top: 960px;
56
+ height: 360px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .content-preview .img {
62
+ width: 1000px;
63
+ height: 320px;
64
+ background: #E0E0E0;
65
+ border: 1px solid #BDBDBD;
66
+ color: #757575;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ font-size: 34px;
71
+ }
72
+ .scrim {
73
+ position: absolute;
74
+ inset: 0;
75
+ background: rgba(0,0,0,0.64);
76
+ pointer-events: none;
77
+ }
78
+
79
+ /* Bottom sheet */
80
+ .sheet {
81
+ position: absolute;
82
+ left: 0;
83
+ right: 0;
84
+ bottom: 120px;
85
+ height: 1260px;
86
+ background: #121212;
87
+ border-top-left-radius: 36px;
88
+ border-top-right-radius: 36px;
89
+ color: #fff;
90
+ box-shadow: 0 -12px 30px rgba(0,0,0,0.6);
91
+ }
92
+ .grabber {
93
+ position: absolute;
94
+ top: 16px;
95
+ left: 50%;
96
+ transform: translateX(-50%);
97
+ width: 140px;
98
+ height: 12px;
99
+ background: #6e6e6e;
100
+ border-radius: 8px;
101
+ opacity: 0.9;
102
+ }
103
+ .sheet-content {
104
+ position: absolute;
105
+ top: 52px;
106
+ left: 0;
107
+ right: 0;
108
+ bottom: 0;
109
+ padding: 32px 40px 24px;
110
+ box-sizing: border-box;
111
+ }
112
+ .title {
113
+ font-size: 48px;
114
+ font-weight: 600;
115
+ margin: 24px 0 20px;
116
+ }
117
+ .option-row {
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ padding: 26px 0;
122
+ border-bottom: 1px solid #242424;
123
+ color: #2196F3;
124
+ font-size: 38px;
125
+ }
126
+ .option-row small {
127
+ color: #8ab4f8;
128
+ font-size: 34px;
129
+ }
130
+ .option-row .right {
131
+ color: #9E9E9E;
132
+ }
133
+
134
+ /* Quick actions row */
135
+ .quick-actions {
136
+ display: flex;
137
+ justify-content: space-between;
138
+ padding: 40px 10px 24px;
139
+ }
140
+ .qa-item {
141
+ width: 220px;
142
+ text-align: center;
143
+ color: #BDBDBD;
144
+ font-size: 30px;
145
+ }
146
+ .qa-icon {
147
+ width: 88px;
148
+ height: 88px;
149
+ margin: 0 auto 16px;
150
+ display: grid;
151
+ place-items: center;
152
+ border-radius: 20px;
153
+ border: 2px solid #1e88e5;
154
+ color: #1e88e5;
155
+ }
156
+
157
+ .divider {
158
+ height: 20px;
159
+ background: #1b1b1b;
160
+ margin: 10px -40px 20px;
161
+ }
162
+
163
+ /* App grid */
164
+ .app-grid {
165
+ display: grid;
166
+ grid-template-columns: repeat(5, 1fr);
167
+ gap: 28px 14px;
168
+ padding: 10px 6px 0;
169
+ }
170
+ .app {
171
+ display: flex;
172
+ flex-direction: column;
173
+ align-items: center;
174
+ gap: 14px;
175
+ color: #CFCFCF;
176
+ font-size: 28px;
177
+ text-align: center;
178
+ }
179
+ .app .icon {
180
+ width: 136px;
181
+ height: 136px;
182
+ border-radius: 50%;
183
+ display: grid;
184
+ place-items: center;
185
+ color: #ffffff;
186
+ font-weight: 600;
187
+ letter-spacing: 0.5px;
188
+ }
189
+ .c-amazon { background: #E0C086; color: #111; }
190
+ .c-dropbox { background: #1976D2; }
191
+ .c-bt { background: #ffffff; color: #2f5fb3; border: 2px solid #d9d9d9; }
192
+ .c-chrome { background: #ffffff; color: #222; border: 2px solid #d9d9d9; }
193
+ .c-rem { background: linear-gradient(135deg,#16c0c7,#62d36a); }
194
+
195
+ /* Gesture bar */
196
+ .gesture {
197
+ position: absolute;
198
+ left: 50%;
199
+ bottom: 36px;
200
+ transform: translateX(-50%);
201
+ width: 300px;
202
+ height: 12px;
203
+ background: #AFAFAF;
204
+ border-radius: 10px;
205
+ opacity: 0.9;
206
+ }
207
+
208
+ /* Label helpers */
209
+ .lbl { color: #BDBDBD; font-size: 28px; }
210
+
211
+ /* Simple reset for SVGs inside */
212
+ svg { display: block; }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+
218
+ <!-- Status bar -->
219
+ <div class="status-bar">
220
+ <div class="sb-left">
221
+ <div>11:30</div>
222
+ <!-- small glyphs -->
223
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#fff" d="M3 12h6v2H3z"/></svg>
224
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#fff" d="M4 12l4-6 4 6z"/></svg>
225
+ <svg class="sb-icon" viewBox="0 0 24 24"><rect x="3" y="6" width="5" height="12" fill="#fff"/><rect x="11" y="9" width="5" height="9" fill="#fff"/></svg>
226
+ <svg class="sb-icon" viewBox="0 0 6 6"><circle cx="3" cy="3" r="3" fill="#fff"/></svg>
227
+ </div>
228
+ <div class="sb-right">
229
+ <!-- WiFi -->
230
+ <svg class="sb-icon" viewBox="0 0 24 24">
231
+ <path fill="#fff" d="M12 18.5l2 2-2 2-2-2 2-2zM2 9a16 16 0 0 1 20 0l-1.6 1.2a13.6 13.6 0 0 0-16.8 0L2 9zm3.5 4a11 11 0 0 1 13 0l-1.6 1.2a8.7 8.7 0 0 0-9.8 0L5.5 13z"/>
232
+ </svg>
233
+ <!-- Battery -->
234
+ <svg class="sb-icon" viewBox="0 0 32 24">
235
+ <rect x="2" y="5" width="24" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
236
+ <rect x="4" y="7" width="18" height="10" fill="#fff"/>
237
+ <rect x="26" y="9" width="4" height="6" fill="#fff"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Top action icons -->
243
+ <div class="top-actions">
244
+ <!-- Back arrow -->
245
+ <svg class="tap-icon" viewBox="0 0 24 24">
246
+ <path fill="#9E9E9E" d="M15.4 4.6L13.9 3 4 12l9.9 9 1.5-1.6L7.6 12z"/>
247
+ </svg>
248
+ <div style="display:flex; align-items:center; gap:28px;">
249
+ <!-- Star outline -->
250
+ <svg class="tap-icon" viewBox="0 0 24 24">
251
+ <path fill="none" stroke="#9E9E9E" stroke-width="2" d="M12 3l2.8 5.7 6.2.9-4.5 4.4 1.1 6.3L12 17.8 6.4 20.3l1.1-6.3L3 9.6l6.2-.9z"/>
252
+ </svg>
253
+ <!-- More vertical -->
254
+ <svg class="tap-icon" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="5" r="2" fill="#9E9E9E"/><circle cx="12" cy="12" r="2" fill="#9E9E9E"/><circle cx="12" cy="19" r="2" fill="#9E9E9E"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Underlying content preview -->
261
+ <div class="content-preview">
262
+ <div class="img">[IMG: Workspace Photo]</div>
263
+ </div>
264
+ <div class="scrim"></div>
265
+
266
+ <!-- Bottom sheet -->
267
+ <div class="sheet">
268
+ <div class="grabber"></div>
269
+ <div class="sheet-content">
270
+ <div class="title">Share</div>
271
+
272
+ <div class="option-row">
273
+ <div>Can Edit</div>
274
+ <svg class="sb-icon" viewBox="0 0 24 24" style="width:36px;height:36px;"><path fill="#9E9E9E" d="M7 10l5 5 5-5z"/></svg>
275
+ </div>
276
+ <div class="option-row" style="border-bottom:none;">
277
+ <div>Set Expiration <span style="color:#FFC107;">★</span></div>
278
+ <div class="right"></div>
279
+ </div>
280
+
281
+ <div class="quick-actions">
282
+ <div class="qa-item">
283
+ <div class="qa-icon">
284
+ <!-- link icon -->
285
+ <svg width="46" height="46" viewBox="0 0 24 24">
286
+ <path fill="none" stroke="#1e88e5" stroke-width="2" d="M10 14l-2 2a3 3 0 1 1-4-4l2-2m8 0l2-2a3 3 0 1 1 4 4l-2 2M9 12h6"/>
287
+ </svg>
288
+ </div>
289
+ <div>Copy link</div>
290
+ </div>
291
+ <div class="qa-item">
292
+ <div class="qa-icon">
293
+ <!-- person add -->
294
+ <svg width="46" height="46" viewBox="0 0 24 24">
295
+ <circle cx="10" cy="9" r="3" fill="none" stroke="#1e88e5" stroke-width="2"/>
296
+ <path d="M4 20c0-3.3 4-5 6-5s6 1.7 6 5" fill="none" stroke="#1e88e5" stroke-width="2"/>
297
+ <path d="M19 8v6M16 11h6" fill="none" stroke="#1e88e5" stroke-width="2"/>
298
+ </svg>
299
+ </div>
300
+ <div>Invite people</div>
301
+ </div>
302
+ <div class="qa-item">
303
+ <div class="qa-icon">
304
+ <!-- paperclip -->
305
+ <svg width="46" height="46" viewBox="0 0 24 24">
306
+ <path fill="none" stroke="#1e88e5" stroke-width="2" d="M8 12l6-6a4 4 0 0 1 6 6l-7 7a5 5 0 0 1-7-7l7-7"/>
307
+ </svg>
308
+ </div>
309
+ <div>Send files</div>
310
+ </div>
311
+ <div class="qa-item">
312
+ <div class="qa-icon">
313
+ <!-- outlook-ish -->
314
+ <svg width="46" height="46" viewBox="0 0 24 24">
315
+ <rect x="4" y="6" width="12" height="12" fill="none" stroke="#1e88e5" stroke-width="2"/>
316
+ <path d="M4 8l6 4 6-4" fill="none" stroke="#1e88e5" stroke-width="2"/>
317
+ <rect x="16" y="8" width="4" height="8" fill="none" stroke="#1e88e5" stroke-width="2"/>
318
+ </svg>
319
+ </div>
320
+ <div>Outlook</div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="divider"></div>
325
+
326
+ <div class="app-grid">
327
+ <div class="app">
328
+ <div class="icon c-amazon">A</div>
329
+ <div>Products</div>
330
+ </div>
331
+ <div class="app">
332
+ <div class="icon c-dropbox">DB</div>
333
+ <div>Add to Dropbox</div>
334
+ </div>
335
+ <div class="app">
336
+ <div class="icon c-bt">BT</div>
337
+ <div>Bluetooth</div>
338
+ </div>
339
+ <div class="app">
340
+ <div class="icon c-chrome">Chrome</div>
341
+ <div>Chrome</div>
342
+ </div>
343
+ <div class="app">
344
+ <div class="icon c-rem">+</div>
345
+ <div>Create<br/>Reminder</div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Gesture bar -->
352
+ <div class="gesture"></div>
353
+ </div>
354
+ </body>
355
+ </html>