yhzheng1031 commited on
Commit
c32f9a6
·
verified ·
1 Parent(s): 0e1717f

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/10119/10119_5.html +183 -0
  2. code/10124/10124_1.html +236 -0
  3. code/10124/10124_6.html +298 -0
  4. code/10124/10124_7.html +317 -0
  5. code/10127/10127_1.html +255 -0
  6. code/10127/10127_10.html +233 -0
  7. code/10127/10127_12.html +300 -0
  8. code/10127/10127_13.html +538 -0
  9. code/10127/10127_2.html +340 -0
  10. code/10127/10127_3.html +354 -0
  11. code/10127/10127_4.html +214 -0
  12. code/10127/10127_5.html +372 -0
  13. code/10127/10127_6.html +421 -0
  14. code/10127/10127_7.html +374 -0
  15. code/10127/10127_8.html +236 -0
  16. code/10127/10127_9.html +230 -0
  17. code/10128/10128_0.html +325 -0
  18. code/10128/10128_1.html +322 -0
  19. code/10128/10128_5.html +307 -0
  20. code/10128/10128_6.html +255 -0
  21. code/10129/10129_0.html +261 -0
  22. code/10129/10129_1.html +290 -0
  23. code/10129/10129_2.html +315 -0
  24. code/10129/10129_3.html +321 -0
  25. code/10129/10129_4.html +337 -0
  26. code/10129/10129_5.html +303 -0
  27. code/10130/10130_0.html +154 -0
  28. code/10130/10130_1.html +237 -0
  29. code/10130/10130_2.html +210 -0
  30. code/10130/10130_3.html +247 -0
  31. code/10130/10130_4.html +307 -0
  32. code/10131/10131_0.html +347 -0
  33. code/10131/10131_1.html +295 -0
  34. code/10131/10131_2.html +272 -0
  35. code/10131/10131_3.html +260 -0
  36. code/10131/10131_4.html +298 -0
  37. code/10132/10132_0.html +268 -0
  38. code/10132/10132_1.html +409 -0
  39. code/10132/10132_2.html +462 -0
  40. code/10132/10132_3.html +410 -0
  41. code/10132/10132_4.html +290 -0
  42. code/10134/10134_0.html +478 -0
  43. code/10134/10134_1.html +309 -0
  44. code/10134/10134_10.html +182 -0
  45. code/10134/10134_11.html +263 -0
  46. code/10134/10134_2.html +250 -0
  47. code/10134/10134_3.html +280 -0
  48. code/10134/10134_4.html +314 -0
  49. code/10134/10134_5.html +249 -0
  50. code/10134/10134_6.html +246 -0
code/10119/10119_5.html ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>About phone UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EDEDED;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0; left: 0; right: 0;
19
+ height: 220px;
20
+ background: #3A3A3A;
21
+ }
22
+ .status-bar {
23
+ height: 84px;
24
+ padding: 0 40px;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ color: #ffffff; font-size: 36px; letter-spacing: 0.5px;
27
+ }
28
+ .status-icons { display: flex; align-items: center; gap: 26px; }
29
+ .title-row {
30
+ height: 136px;
31
+ display: flex; align-items: center;
32
+ padding: 0 40px;
33
+ color: #ffffff;
34
+ }
35
+ .title-row .title {
36
+ font-size: 64px; font-weight: 500; margin-left: 24px;
37
+ }
38
+
39
+ /* Content list */
40
+ .content {
41
+ position: absolute; top: 240px; left: 0; right: 0;
42
+ padding: 0 54px 160px;
43
+ }
44
+ .section {
45
+ margin-bottom: 84px;
46
+ }
47
+ .label {
48
+ font-size: 52px; font-weight: 500; color: #EAEAEA; margin: 0 0 18px 0;
49
+ }
50
+ .value {
51
+ font-size: 38px; color: #BDBDBD; margin: 0;
52
+ }
53
+ .hint {
54
+ font-size: 36px; color: #9AA0A6; margin-top: 8px;
55
+ }
56
+ .link {
57
+ font-size: 42px; color: #8AB4F8; text-decoration: none;
58
+ }
59
+
60
+ /* Bottom floating toast */
61
+ .toast {
62
+ position: absolute;
63
+ left: 150px; right: 150px;
64
+ bottom: 300px;
65
+ background: #3A3A3A;
66
+ color: #FFFFFF;
67
+ padding: 28px 36px;
68
+ border-radius: 48px;
69
+ text-align: center;
70
+ font-size: 38px;
71
+ box-shadow: 0 6px 16px rgba(0,0,0,0.35);
72
+ }
73
+
74
+ /* Gesture bar */
75
+ .gesture {
76
+ position: absolute; bottom: 72px; left: 50%;
77
+ width: 360px; height: 12px;
78
+ transform: translateX(-50%);
79
+ background: #E6E6E6; border-radius: 8px;
80
+ opacity: 0.95;
81
+ }
82
+
83
+ /* Icon helpers */
84
+ svg { display: block; }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <!-- Top App Bar -->
91
+ <div class="appbar">
92
+ <div class="status-bar">
93
+ <div class="time">10:28</div>
94
+ <div class="status-icons">
95
+ <!-- Simple play-in-rect icon -->
96
+ <svg width="48" height="48" viewBox="0 0 24 24">
97
+ <rect x="2" y="5" width="20" height="14" rx="3" fill="#FFFFFF" opacity="0.9"></rect>
98
+ <path d="M10 9l6 3-6 3V9z" fill="#3A3A3A"></path>
99
+ </svg>
100
+ <!-- Wi-Fi icon -->
101
+ <svg width="48" height="48" viewBox="0 0 24 24">
102
+ <path d="M2 8c5-5 15-5 20 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
103
+ <path d="M5 12c4-4 10-4 14 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
104
+ <path d="M8 16c3-3 5-3 8 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
105
+ <circle cx="12" cy="19" r="1.8" fill="#FFFFFF"/>
106
+ </svg>
107
+ <!-- Battery icon -->
108
+ <svg width="48" height="48" viewBox="0 0 24 24">
109
+ <rect x="2" y="7" width="18" height="10" rx="2" stroke="#FFFFFF" stroke-width="2" fill="none"/>
110
+ <rect x="4" y="9" width="12" height="6" rx="1.5" fill="#FFFFFF"/>
111
+ <rect x="20" y="10" width="2" height="6" rx="1" fill="#FFFFFF"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+
116
+ <div class="title-row">
117
+ <!-- Back arrow -->
118
+ <svg width="64" height="64" viewBox="0 0 24 24">
119
+ <path d="M15.5 5l-7 7 7 7" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
120
+ </svg>
121
+ <div class="title">About phone</div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Content -->
126
+ <div class="content">
127
+ <div class="section">
128
+ <h3 class="label">IMEI</h3>
129
+ <p class="value">357641620997163</p>
130
+ </div>
131
+
132
+ <div class="section">
133
+ <h3 class="label">Android version</h3>
134
+ <p class="value">13</p>
135
+ </div>
136
+
137
+ <div class="section">
138
+ <a class="link" href="#">Device identifiers</a>
139
+ </div>
140
+
141
+ <div class="section">
142
+ <h3 class="label">IP address</h3>
143
+ <p class="value">fe80::f2c:82e4:f0f6:692e<br>172.23.0.227</p>
144
+ </div>
145
+
146
+ <div class="section">
147
+ <h3 class="label">Wi‑Fi MAC address</h3>
148
+ <p class="hint">To view, choose saved network</p>
149
+ </div>
150
+
151
+ <div class="section">
152
+ <h3 class="label">Device Wi‑Fi MAC address</h3>
153
+ <p class="value">60:b7:6e:3c:29:d2</p>
154
+ </div>
155
+
156
+ <div class="section">
157
+ <h3 class="label">Bluetooth address</h3>
158
+ <p class="value">60:b7:6e:3c:29:d1</p>
159
+ </div>
160
+
161
+ <div class="section">
162
+ <h3 class="label">Up time</h3>
163
+ <p class="value">72:49:01</p>
164
+ </div>
165
+
166
+ <div class="section">
167
+ <h3 class="label">Send feedback about this device</h3>
168
+ </div>
169
+
170
+ <div class="section">
171
+ <h3 class="label">Build number</h3>
172
+ <p class="value">TQ2A.230505.002</p>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Floating toast -->
177
+ <div class="toast">No need, you are already a developer.</div>
178
+
179
+ <!-- Gesture bar -->
180
+ <div class="gesture"></div>
181
+ </div>
182
+ </body>
183
+ </html>
code/10124/10124_1.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder Share Sheet Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121314; color: #E6E6E6; font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 110px;
17
+ padding: 28px; display: flex; align-items: center; justify-content: space-between;
18
+ color: #F5F5F5; font-size: 42px; letter-spacing: 0.5px;
19
+ }
20
+ .status-icons { display: flex; gap: 26px; align-items: center; opacity: 0.95; }
21
+
22
+ /* App bar */
23
+ .appbar {
24
+ position: absolute; top: 110px; left: 0; right: 0; height: 110px;
25
+ padding: 0 28px; display: flex; align-items: center; color: #CFCFCF;
26
+ }
27
+ .appbar .spacer { flex: 1; }
28
+ .actions { display: flex; gap: 44px; align-items: center; }
29
+ .icon-btn svg { width: 56px; height: 56px; }
30
+
31
+ /* Recording card */
32
+ .card {
33
+ position: absolute; left: 24px; right: 24px; top: 230px; height: 1320px;
34
+ background: #161718; border-radius: 44px;
35
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
36
+ }
37
+ .card-content { padding: 80px 72px; }
38
+ .title { font-size: 64px; font-weight: 600; color: #DADADA; margin-bottom: 16px; }
39
+ .subtitle { font-size: 32px; color: #9FA4A6; }
40
+
41
+ /* Waveform approximation */
42
+ .wave-area { position: absolute; left: 60px; right: 60px; bottom: 170px; height: 360px; }
43
+ .playhead {
44
+ position: absolute; left: 520px; top: 20px; width: 6px; height: 320px;
45
+ background: #303234; border-radius: 3px;
46
+ }
47
+ .wave-bars {
48
+ position: absolute; left: 560px; right: 20px; bottom: 30px;
49
+ display: flex; align-items: flex-end; gap: 18px;
50
+ }
51
+ .bar {
52
+ width: 18px; background: #3B3D40; border-radius: 9px;
53
+ }
54
+ .dot {
55
+ width: 8px; height: 8px; border-radius: 50%; background: #3B3D40;
56
+ margin-right: 14px; opacity: 0.8;
57
+ }
58
+ .left-dots {
59
+ position: absolute; left: 520px; bottom: 48px; display: flex; gap: 14px;
60
+ }
61
+
62
+ /* Bottom sheet */
63
+ .sheet {
64
+ position: absolute; left: 0; right: 0; bottom: 0; height: 860px;
65
+ background: #2B3237; border-top-left-radius: 64px; border-top-right-radius: 64px;
66
+ box-shadow: 0 -24px 60px rgba(0,0,0,0.55);
67
+ }
68
+ .sheet-grabber {
69
+ width: 180px; height: 10px; border-radius: 10px; background: #E5E5E5;
70
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 32px; opacity: 0.9;
71
+ }
72
+ .sheet-title {
73
+ text-align: center; font-size: 56px; margin-top: 52px; color: #EAEAEA;
74
+ }
75
+ .sheet-list { margin-top: 40px; padding: 0 64px; }
76
+ .sheet-item { display: flex; align-items: center; gap: 32px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
77
+ .sheet-item:last-child { border-bottom: none; }
78
+ .item-text { display: flex; flex-direction: column; }
79
+ .item-title { font-size: 44px; color: #EEEEEE; }
80
+ .item-sub { font-size: 28px; color: #AEB4B7; margin-top: 8px; }
81
+
82
+ .list-icon svg { width: 58px; height: 58px; fill: none; stroke: #D6D6D6; stroke-width: 3.5; }
83
+ .list-icon { width: 74px; height: 74px; display: flex; align-items: center; justify-content: center; }
84
+ </style>
85
+ </head>
86
+ <body>
87
+ <div id="render-target">
88
+
89
+ <!-- Status bar -->
90
+ <div class="status-bar">
91
+ <div class="time">8:45</div>
92
+ <div class="status-icons">
93
+ <!-- Simple Wi-Fi -->
94
+ <svg width="46" height="46" viewBox="0 0 46 46">
95
+ <path d="M8 18c6-5 24-5 30 0" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
96
+ <path d="M13 24c4-3 16-3 20 0" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
97
+ <circle cx="23" cy="30" r="3" fill="#FFFFFF"/>
98
+ </svg>
99
+ <!-- Battery with bolt -->
100
+ <svg width="46" height="46" viewBox="0 0 46 46">
101
+ <rect x="8" y="13" width="28" height="18" rx="3" ry="3" stroke="#FFFFFF" fill="none" stroke-width="3"/>
102
+ <rect x="36" y="18" width="4" height="8" fill="#FFFFFF"/>
103
+ <path d="M24 17l-6 9h5l-1 6 6-9h-5l1-6z" fill="#FFFFFF"/>
104
+ </svg>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- App bar -->
109
+ <div class="appbar">
110
+ <div class="icon-btn">
111
+ <!-- Back -->
112
+ <svg viewBox="0 0 48 48">
113
+ <path d="M30 10 L14 24 L30 38" stroke="#CFCFCF" stroke-width="5.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
114
+ </svg>
115
+ </div>
116
+ <div class="spacer"></div>
117
+ <div class="actions">
118
+ <!-- Star outline -->
119
+ <div class="icon-btn">
120
+ <svg viewBox="0 0 48 48">
121
+ <path d="M24 8l6 12 13 2-9 9 2 13-12-6-12 6 2-13-9-9 13-2z" fill="none" stroke="#CFCFCF" stroke-width="3.5" stroke-linejoin="round"/>
122
+ </svg>
123
+ </div>
124
+ <!-- Share -->
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 48 48">
127
+ <circle cx="14" cy="24" r="4" fill="#CFCFCF"/>
128
+ <circle cx="34" cy="14" r="4" fill="#CFCFCF"/>
129
+ <circle cx="34" cy="34" r="4" fill="#CFCFCF"/>
130
+ <path d="M17 23L30 16M17 25L30 32" stroke="#CFCFCF" stroke-width="3" stroke-linecap="round"/>
131
+ </svg>
132
+ </div>
133
+ <!-- Scissors -->
134
+ <div class="icon-btn">
135
+ <svg viewBox="0 0 48 48">
136
+ <circle cx="16" cy="18" r="6" stroke="#CFCFCF" stroke-width="3" fill="none"/>
137
+ <circle cx="16" cy="30" r="6" stroke="#CFCFCF" stroke-width="3" fill="none"/>
138
+ <path d="M20 24L40 14M20 24L40 34" stroke="#CFCFCF" stroke-width="3" stroke-linecap="round"/>
139
+ </svg>
140
+ </div>
141
+ <!-- Search -->
142
+ <div class="icon-btn">
143
+ <svg viewBox="0 0 48 48">
144
+ <circle cx="22" cy="22" r="10" stroke="#CFCFCF" stroke-width="3" fill="none"/>
145
+ <path d="M32 32L44 44" stroke="#CFCFCF" stroke-width="3" stroke-linecap="round"/>
146
+ </svg>
147
+ </div>
148
+ <!-- More (vertical dots) -->
149
+ <div class="icon-btn">
150
+ <svg viewBox="0 0 48 48">
151
+ <circle cx="24" cy="12" r="3" fill="#CFCFCF"/>
152
+ <circle cx="24" cy="24" r="3" fill="#CFCFCF"/>
153
+ <circle cx="24" cy="36" r="3" fill="#CFCFCF"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Recording card -->
160
+ <div class="card">
161
+ <div class="card-content">
162
+ <div class="title">Birthday Song</div>
163
+ <div class="subtitle">Thu, Dec 14 • 7:56 AM</div>
164
+ </div>
165
+
166
+ <div class="wave-area">
167
+ <div class="playhead"></div>
168
+
169
+ <!-- Subtle left dotted guide -->
170
+ <div class="left-dots">
171
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
172
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
173
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
174
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
175
+ </div>
176
+
177
+ <!-- Right waveform bars -->
178
+ <div class="wave-bars">
179
+ <div class="bar" style="height:22px;"></div>
180
+ <div class="bar" style="height:36px;"></div>
181
+ <div class="bar" style="height:58px;"></div>
182
+ <div class="bar" style="height:84px;"></div>
183
+ <div class="bar" style="height:62px;"></div>
184
+ <div class="bar" style="height:32px;"></div>
185
+ <div class="bar" style="height:26px;"></div>
186
+ <div class="bar" style="height:18px;"></div>
187
+ <div class="bar" style="height:26px;"></div>
188
+ <div class="bar" style="height:40px;"></div>
189
+ <div class="bar" style="height:60px;"></div>
190
+ <div class="bar" style="height:92px;"></div>
191
+ <div class="bar" style="height:76px;"></div>
192
+ <div class="bar" style="height:40px;"></div>
193
+ <div class="bar" style="height:24px;"></div>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom share sheet -->
199
+ <div class="sheet">
200
+ <div class="sheet-title">Share</div>
201
+ <div class="sheet-list">
202
+ <div class="sheet-item">
203
+ <div class="list-icon">
204
+ <!-- Folder/file icon -->
205
+ <svg viewBox="0 0 64 64">
206
+ <path d="M8 20h18l4 6h26v24H8z" stroke="#D6D6D6" fill="none" stroke-width="3" stroke-linejoin="round"/>
207
+ </svg>
208
+ </div>
209
+ <div class="item-text">
210
+ <div class="item-title">File</div>
211
+ <div class="item-sub">Share audio or transcript file</div>
212
+ </div>
213
+ </div>
214
+ <div class="sheet-item">
215
+ <div class="list-icon">
216
+ <!-- Link icon -->
217
+ <svg viewBox="0 0 64 64">
218
+ <path d="M22 32c0-6 6-10 12-10h6" stroke="#D6D6D6" stroke-width="3" fill="none" stroke-linecap="round"/>
219
+ <path d="M42 32c0 6-6 10-12 10h-6" stroke="#D6D6D6" stroke-width="3" fill="none" stroke-linecap="round"/>
220
+ <path d="M26 26l12 12" stroke="#D6D6D6" stroke-width="3" fill="none" stroke-linecap="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="item-text">
224
+ <div class="item-title">Link</div>
225
+ <div class="item-sub">Create a link to view on recorder.google.com</div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Gesture bar -->
231
+ <div class="sheet-grabber"></div>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/10124/10124_6.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Email Compose - Dark 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: #121212;
15
+ color: #EAEAEA;
16
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 96px;
24
+ padding: 0 32px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #FFFFFF;
29
+ font-size: 36px;
30
+ }
31
+ .status-icons {
32
+ display: flex; align-items: center; gap: 28px;
33
+ }
34
+ .status-icons svg { fill: none; stroke: #FFFFFF; stroke-width: 4; }
35
+
36
+ /* App toolbar */
37
+ .toolbar {
38
+ position: absolute;
39
+ top: 96px; left: 0; right: 0;
40
+ height: 128px;
41
+ padding: 0 20px;
42
+ border-bottom: 1px solid #2A2A2A;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ }
47
+ .toolbar-left, .toolbar-right {
48
+ display: flex; align-items: center; gap: 36px;
49
+ }
50
+ .icon-btn svg { width: 48px; height: 48px; stroke: #EAEAEA; fill: none; stroke-width: 4; }
51
+ .kebab svg { stroke: none; fill: #EAEAEA; }
52
+
53
+ /* Form rows */
54
+ .form {
55
+ position: absolute;
56
+ top: 224px; left: 0; right: 0;
57
+ padding: 0 32px;
58
+ }
59
+ .row {
60
+ height: 120px;
61
+ border-bottom: 1px solid #2A2A2A;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: space-between;
65
+ }
66
+ .row .labels {
67
+ display: flex; align-items: baseline; gap: 18px;
68
+ font-size: 40px;
69
+ }
70
+ .row .label {
71
+ color: #9AA0A6;
72
+ font-size: 38px;
73
+ }
74
+ .row .value {
75
+ color: #EAEAEA;
76
+ font-size: 40px;
77
+ }
78
+ .dropdown svg { width: 36px; height: 36px; fill: none; stroke: #9AA0A6; stroke-width: 4; }
79
+
80
+ /* Suggestion item */
81
+ .suggestion {
82
+ height: 120px;
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 28px;
86
+ padding-left: 32px;
87
+ color: #EAEAEA;
88
+ font-size: 40px;
89
+ }
90
+ .suggestion .avatar {
91
+ width: 72px; height: 72px;
92
+ background: #E0E0E0; border: 1px solid #BDBDBD;
93
+ border-radius: 50%;
94
+ display: flex; align-items: center; justify-content: center;
95
+ color: #757575; font-size: 20px;
96
+ }
97
+ .suggestion .email { color: #9AA0A6; font-size: 36px; }
98
+
99
+ /* Empty compose area between form and keyboard */
100
+ .body-space {
101
+ position: absolute;
102
+ top: 584px; left: 0; right: 0;
103
+ bottom: 970px;
104
+ }
105
+
106
+ /* Keyboard */
107
+ .keyboard {
108
+ position: absolute;
109
+ left: 0; right: 0; bottom: 90px;
110
+ height: 880px;
111
+ background: #1A1A1A;
112
+ border-top: 1px solid #2A2A2A;
113
+ }
114
+ .kb-topbar {
115
+ height: 120px;
116
+ display: flex; align-items: center;
117
+ gap: 28px;
118
+ padding: 0 26px;
119
+ }
120
+ .kb-top-icon {
121
+ width: 88px; height: 88px;
122
+ background: #2A2A2A; border: 1px solid #3A3A3A;
123
+ border-radius: 18px;
124
+ display: flex; align-items: center; justify-content: center;
125
+ color: #BDBDBD; font-size: 30px;
126
+ }
127
+
128
+ .keys {
129
+ padding: 10px 26px;
130
+ }
131
+ .row-keys {
132
+ display: flex; gap: 14px; margin-bottom: 22px;
133
+ }
134
+ .key {
135
+ flex: 1;
136
+ height: 120px;
137
+ background: #2B2B2B;
138
+ border: 1px solid #3F3F3F;
139
+ border-radius: 22px;
140
+ display: flex; align-items: center; justify-content: center;
141
+ color: #E0E0E0; font-size: 44px;
142
+ }
143
+ .key.small { flex: 0 0 90px; }
144
+ .key.medium { flex: 0 0 150px; }
145
+ .key.wide { flex: 0 0 220px; }
146
+ .key.space { flex: 1 0 540px; }
147
+
148
+ .kb-bottom {
149
+ margin-top: 16px;
150
+ padding: 0 26px;
151
+ }
152
+
153
+ /* Gesture pill */
154
+ .gesture {
155
+ position: absolute; bottom: 24px; left: 50%;
156
+ transform: translateX(-50%);
157
+ width: 320px; height: 10px;
158
+ background: #FFFFFF; opacity: 0.8; border-radius: 8px;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Status bar -->
166
+ <div class="status-bar">
167
+ <div class="time">8:50</div>
168
+ <div class="status-icons">
169
+ <!-- Wi-Fi -->
170
+ <svg width="52" height="52" viewBox="0 0 24 24" aria-label="wifi">
171
+ <path d="M2 8c5.5-4.7 14.5-4.7 20 0"></path>
172
+ <path d="M5 11c4-3 10-3 14 0"></path>
173
+ <path d="M8 14c2.5-1.9 5.5-1.9 8 0"></path>
174
+ <circle cx="12" cy="18" r="1.6" fill="#FFFFFF"></circle>
175
+ </svg>
176
+ <!-- Battery -->
177
+ <svg width="64" height="52" viewBox="0 0 32 24" aria-label="battery">
178
+ <rect x="2" y="5" width="24" height="14" rx="2"></rect>
179
+ <rect x="27" y="9" width="3" height="6" rx="1"></rect>
180
+ <rect x="4" y="7" width="20" height="10" fill="#FFFFFF"></rect>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App toolbar -->
186
+ <div class="toolbar">
187
+ <div class="toolbar-left">
188
+ <!-- Back arrow -->
189
+ <div class="icon-btn" aria-label="Back">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M15 19l-7-7 7-7"></path>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="toolbar-right">
196
+ <!-- Attach (paperclip) -->
197
+ <div class="icon-btn" aria-label="Attach">
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M7 12l6.5-6.5a3.5 3.5 0 015 5L10 19a5 5 0 01-7-7l8-8"></path>
200
+ </svg>
201
+ </div>
202
+ <!-- Send (paper plane) -->
203
+ <div class="icon-btn" aria-label="Send">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M3 11l18-8-8 18-2-7-7-3z"></path>
206
+ </svg>
207
+ </div>
208
+ <!-- More (kebab) -->
209
+ <div class="icon-btn kebab" aria-label="More">
210
+ <svg viewBox="0 0 24 24">
211
+ <circle cx="12" cy="5" r="2.5"></circle>
212
+ <circle cx="12" cy="12" r="2.5"></circle>
213
+ <circle cx="12" cy="19" r="2.5"></circle>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Form area -->
220
+ <div class="form">
221
+ <div class="row">
222
+ <div class="labels">
223
+ <span class="label">From</span>
224
+ <span class="value">dbwscratch.test.id23@gmail.com</span>
225
+ </div>
226
+ </div>
227
+ <div class="row">
228
+ <div class="labels">
229
+ <span class="label">To</span>
230
+ <span class="value">giorgio.rossi196503@gmail.com</span>
231
+ </div>
232
+ <div class="dropdown" aria-label="Recipients dropdown">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M6 9l6 6 6-6"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ <div class="suggestion">
239
+ <div class="avatar">[IMG: Contact avatar]</div>
240
+ <div>
241
+ <div>Add recipient</div>
242
+ <div class="email">giorgio.rossi196503@gmail.com</div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Empty message body area -->
248
+ <div class="body-space"></div>
249
+
250
+ <!-- Keyboard -->
251
+ <div class="keyboard">
252
+ <div class="kb-topbar">
253
+ <div class="kb-top-icon">▦</div>
254
+ <div class="kb-top-icon">😊</div>
255
+ <div class="kb-top-icon">GIF</div>
256
+ <div class="kb-top-icon">⚙</div>
257
+ <div class="kb-top-icon">G↔</div>
258
+ <div class="kb-top-icon">🎨</div>
259
+ <div class="kb-top-icon">🎤</div>
260
+ </div>
261
+ <div class="keys">
262
+ <div class="row-keys">
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="row-keys">
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="row-keys">
271
+ <div class="key wide">⇧</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 wide">⌫</div>
275
+ </div>
276
+ <div class="kb-bottom">
277
+ <div class="row-keys">
278
+ <div class="key wide">?123</div>
279
+ <div class="key medium">@</div>
280
+ <div class="key medium">😊</div>
281
+ <div class="key space">space</div>
282
+ <div class="key medium">.</div>
283
+ <div class="key wide">
284
+ <svg width="48" height="48" viewBox="0 0 24 24" aria-label="enter">
285
+ <path d="M4 6v6a4 4 0 004 4h7"></path>
286
+ <path d="M15 13l4 3-4 3" ></path>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Gesture pill -->
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/10124/10124_7.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Audio Player Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #0E1316;
15
+ color: #E8EAED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 88px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-size: 42px;
26
+ color: #E8EAED;
27
+ opacity: 0.9;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .sb-dot {
35
+ width: 16px; height: 16px; background: #E8EAED; border-radius: 50%;
36
+ opacity: 0.9;
37
+ }
38
+ .sb-battery {
39
+ width: 38px; height: 20px; border: 2px solid #E8EAED; border-radius: 4px; position: relative;
40
+ }
41
+ .sb-battery::after {
42
+ content: "";
43
+ position: absolute; right: -8px; top: 6px; width: 6px; height: 8px; background: #E8EAED; border-radius: 2px;
44
+ }
45
+ .sb-battery .fill {
46
+ position: absolute; left: 2px; top: 2px; height: 14px; width: 24px; background: #E8EAED; border-radius: 2px;
47
+ }
48
+
49
+ /* Top app bar */
50
+ .app-bar {
51
+ height: 120px;
52
+ padding: 0 36px;
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 52px;
56
+ color: #E8EAED;
57
+ }
58
+ .icon-btn {
59
+ width: 64px; height: 64px;
60
+ display: inline-flex; align-items: center; justify-content: center;
61
+ color: #E8EAED; opacity: 0.95;
62
+ }
63
+ .icon-btn svg { width: 42px; height: 42px; stroke: #E8EAED; fill: none; stroke-width: 3.5; }
64
+
65
+ /* Card */
66
+ .card {
67
+ margin: 24px 28px 0 28px;
68
+ background: #23282C;
69
+ border-radius: 44px;
70
+ padding: 52px 52px 64px 52px;
71
+ min-height: 1060px;
72
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset;
73
+ }
74
+ .title {
75
+ font-size: 58px;
76
+ font-weight: 500;
77
+ letter-spacing: 0.2px;
78
+ color: #F5F7FA;
79
+ }
80
+ .subtitle {
81
+ margin-top: 18px;
82
+ font-size: 40px;
83
+ color: #B6C0C8;
84
+ }
85
+
86
+ /* Waveform area */
87
+ .wave-area {
88
+ position: relative;
89
+ margin-top: 140px;
90
+ height: 680px;
91
+ border-radius: 28px;
92
+ background: #23282C;
93
+ }
94
+ .playhead {
95
+ position: absolute;
96
+ left: 360px;
97
+ top: 140px;
98
+ width: 4px;
99
+ height: 400px;
100
+ background: #8D98A3;
101
+ border-radius: 3px;
102
+ }
103
+ .wave-dots {
104
+ position: absolute;
105
+ right: 60px;
106
+ bottom: 150px;
107
+ display: flex;
108
+ align-items: flex-end;
109
+ gap: 18px;
110
+ }
111
+ .bar {
112
+ width: 18px;
113
+ background: #8D98A3;
114
+ border-radius: 6px;
115
+ opacity: 0.9;
116
+ }
117
+ .dot {
118
+ width: 14px; height: 14px; background: #8D98A3; border-radius: 50%; opacity: 0.6;
119
+ }
120
+
121
+ /* Tabs */
122
+ .tabs {
123
+ margin: 40px 64px 0 64px;
124
+ display: flex;
125
+ gap: 22px;
126
+ }
127
+ .tab {
128
+ display: inline-flex; align-items: center; gap: 18px;
129
+ padding: 22px 34px;
130
+ background: #384046;
131
+ color: #D9E3EA;
132
+ border-radius: 999px;
133
+ font-size: 40px;
134
+ }
135
+ .tab.active { background: #464E54; }
136
+ .tab svg { width: 40px; height: 40px; stroke: #D9E3EA; fill: none; stroke-width: 3; }
137
+
138
+ /* Progress */
139
+ .progress {
140
+ margin: 46px 48px 0 48px;
141
+ }
142
+ .track {
143
+ position: relative;
144
+ height: 8px;
145
+ background: #6F7A85;
146
+ border-radius: 8px;
147
+ }
148
+ .thumb {
149
+ position: absolute; left: 0; top: -18px;
150
+ width: 36px; height: 36px; background: #C9D6E4; border-radius: 50%;
151
+ box-shadow: 0 0 0 4px rgba(201,214,228,0.2);
152
+ }
153
+ .time-row {
154
+ margin-top: 20px;
155
+ display: flex; justify-content: space-between; align-items: center;
156
+ font-size: 38px; color: #D0D6DB;
157
+ }
158
+
159
+ /* Controls */
160
+ .controls {
161
+ margin-top: 56px;
162
+ padding: 0 60px;
163
+ display: flex;
164
+ justify-content: space-between;
165
+ align-items: center;
166
+ }
167
+ .ctrl {
168
+ width: 240px; height: 240px;
169
+ background: #2B3136;
170
+ border-radius: 50%;
171
+ display: flex; align-items: center; justify-content: center;
172
+ }
173
+ .ctrl.center {
174
+ background: #BFCDE0;
175
+ }
176
+ .ctrl svg { width: 96px; height: 96px; stroke: #E8EAED; fill: none; stroke-width: 4; }
177
+ .ctrl.center svg { stroke: #2B3136; fill: #2B3136; }
178
+
179
+ .ctrl-label {
180
+ position: absolute; font-size: 34px; color: #E8EAED;
181
+ }
182
+ .label-left { transform: translate(28px, 80px); }
183
+ .label-right { transform: translate(28px, 80px); }
184
+
185
+ /* Home indicator */
186
+ .home-indicator {
187
+ position: absolute;
188
+ bottom: 44px;
189
+ left: 50%;
190
+ transform: translateX(-50%);
191
+ width: 360px; height: 12px;
192
+ background: #E5E5E5;
193
+ border-radius: 12px;
194
+ opacity: 0.7;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- Status bar -->
202
+ <div class="status-bar">
203
+ <div>8:52</div>
204
+ <div class="status-icons">
205
+ <div class="sb-dot"></div>
206
+ <div class="sb-dot" style="width:22px;height:22px;border-radius:4px;"></div>
207
+ <div class="sb-battery"><div class="fill"></div></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Top app bar -->
212
+ <div class="app-bar">
213
+ <div class="icon-btn">
214
+ <svg viewBox="0 0 48 48"><path d="M30 10 L16 24 L30 38"/></svg>
215
+ </div>
216
+ <div class="icon-btn">
217
+ <svg viewBox="0 0 48 48"><path d="M24 6 L28 18 L42 18 L30 26 L34 40 L24 30 L14 40 L18 26 L6 18 L20 18 Z"/></svg>
218
+ </div>
219
+ <div class="icon-btn">
220
+ <svg viewBox="0 0 48 48">
221
+ <circle cx="12" cy="30" r="6" />
222
+ <circle cx="36" cy="18" r="6" />
223
+ <circle cx="36" cy="36" r="6" />
224
+ <path d="M16 28 L30 20" />
225
+ <path d="M16 32 L30 34" />
226
+ </svg>
227
+ </div>
228
+ <div class="icon-btn">
229
+ <svg viewBox="0 0 48 48"><path d="M14 34 L34 14 M14 14 L34 34"/></svg>
230
+ </div>
231
+ <div class="icon-btn">
232
+ <svg viewBox="0 0 48 48"><circle cx="20" cy="20" r="12"/><path d="M30 30 L42 42"/></svg>
233
+ </div>
234
+ <div class="icon-btn">
235
+ <svg viewBox="0 0 48 48"><circle cx="24" cy="12" r="3"/><circle cx="24" cy="24" r="3"/><circle cx="24" cy="36" r="3"/></svg>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Content card -->
240
+ <div class="card">
241
+ <div class="title">Birthday Song</div>
242
+ <div class="subtitle">Thu, Dec 14 • 7:56 AM</div>
243
+
244
+ <div class="wave-area">
245
+ <div class="playhead"></div>
246
+ <div class="wave-dots">
247
+ <div class="dot"></div>
248
+ <div class="dot"></div>
249
+ <div class="bar" style="height:56px;"></div>
250
+ <div class="bar" style="height:80px;"></div>
251
+ <div class="bar" style="height:120px;"></div>
252
+ <div class="bar" style="height:84px;"></div>
253
+ <div class="bar" style="height:68px;"></div>
254
+ <div class="dot"></div>
255
+ <div class="dot"></div>
256
+ <div class="dot"></div>
257
+ <div class="bar" style="height:68px;"></div>
258
+ <div class="bar" style="height:92px;"></div>
259
+ <div class="bar" style="height:132px;"></div>
260
+ <div class="bar" style="height:156px;"></div>
261
+ <div class="bar" style="height:164px;"></div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Tabs -->
267
+ <div class="tabs">
268
+ <div class="tab active">
269
+ <svg viewBox="0 0 48 48">
270
+ <path d="M12 8 V40 M24 14 V40 M36 20 V40"/>
271
+ </svg>
272
+ <span>Audio</span>
273
+ </div>
274
+ <div class="tab">
275
+ <svg viewBox="0 0 48 48">
276
+ <path d="M10 14 H38 M10 24 H38 M10 34 H28"/>
277
+ </svg>
278
+ <span>Transcript</span>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Progress bar -->
283
+ <div class="progress">
284
+ <div class="track"></div>
285
+ <div class="thumb"></div>
286
+ <div class="time-row">
287
+ <div>00:00</div>
288
+ <div>-00:54</div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Controls -->
293
+ <div class="controls">
294
+ <div class="ctrl">
295
+ <svg viewBox="0 0 96 96">
296
+ <path d="M42 20 L26 20 A26 26 0 1 0 70 48" />
297
+ </svg>
298
+ <div class="ctrl-label label-left">5</div>
299
+ </div>
300
+ <div class="ctrl center">
301
+ <svg viewBox="0 0 96 96">
302
+ <polygon points="36,28 72,48 36,68" />
303
+ </svg>
304
+ </div>
305
+ <div class="ctrl">
306
+ <svg viewBox="0 0 96 96">
307
+ <path d="M54 20 L70 20 A26 26 0 1 1 26 48" />
308
+ </svg>
309
+ <div class="ctrl-label label-right">10</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Home indicator -->
314
+ <div class="home-indicator"></div>
315
+ </div>
316
+ </body>
317
+ </html>
code/10127/10127_1.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>All rooms UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #f6cfd2 0%, #f7f5f7 50%, #f5f6f8 100%);
15
+ }
16
+
17
+ /* Decorative top bar (status area) */
18
+ .status-bar {
19
+ position: absolute;
20
+ left: 0; top: 0; width: 1080px; height: 120px;
21
+ background: #b29fa0;
22
+ }
23
+
24
+ /* Background accents */
25
+ .accent-circle {
26
+ position: absolute;
27
+ right: -140px; top: 340px;
28
+ width: 520px; height: 520px; border-radius: 50%;
29
+ background: radial-gradient(circle at 30% 30%, #ff6b6b 0%, #f56f79 55%, #f7c9cd 100%);
30
+ opacity: 0.45;
31
+ }
32
+
33
+ /* Header */
34
+ .header {
35
+ position: absolute;
36
+ top: 140px; left: 40px; right: 40px;
37
+ }
38
+ .back-btn {
39
+ position: absolute;
40
+ left: 0; top: 10px;
41
+ width: 100px; height: 100px; border-radius: 50%;
42
+ background: #ffffff;
43
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
44
+ display: flex; align-items: center; justify-content: center;
45
+ }
46
+ .back-btn svg { width: 42px; height: 42px; }
47
+ .title {
48
+ margin-left: 140px;
49
+ font-size: 72px; font-weight: 700; color: #1a1a1a;
50
+ }
51
+ .currency-pill {
52
+ position: absolute; right: 0; top: 0;
53
+ background: #ffffff; border-radius: 30px;
54
+ box-shadow: 0 8px 22px rgba(0,0,0,0.12);
55
+ padding: 20px 28px;
56
+ display: flex; align-items: center; gap: 18px;
57
+ font-weight: 600; color: #222;
58
+ }
59
+ .currency-pill svg { width: 40px; height: 40px; }
60
+
61
+ /* Search card */
62
+ .card {
63
+ position: absolute;
64
+ left: 40px; right: 40px; top: 360px;
65
+ background: #ffffff;
66
+ border-radius: 34px;
67
+ box-shadow: 0 12px 28px rgba(0,0,0,0.14);
68
+ padding: 32px 34px 40px 34px;
69
+ }
70
+ .tabs {
71
+ display: flex; align-items: center; gap: 44px;
72
+ font-size: 40px; font-weight: 600;
73
+ }
74
+ .tab-active { color: #2a66f7; position: relative; padding-bottom: 18px; }
75
+ .tab-active::after {
76
+ content: ""; position: absolute; left: 0; bottom: 0;
77
+ width: 160px; height: 8px; background: #2a66f7; border-radius: 8px;
78
+ }
79
+ .tab-inactive { color: #7b8794; }
80
+ .new-badge {
81
+ position: absolute; left: 280px; top: 30px;
82
+ background: #e63a2d; color: #fff; font-weight: 700;
83
+ font-size: 30px; padding: 10px 18px; border-radius: 10px;
84
+ box-shadow: 0 6px 16px rgba(230,58,45,0.35);
85
+ }
86
+ .divider {
87
+ height: 2px; background: #e0e6ed; margin-top: 26px;
88
+ }
89
+
90
+ .field {
91
+ margin-top: 28px;
92
+ background: #eef2f8;
93
+ border-radius: 60px;
94
+ padding: 28px 30px;
95
+ display: flex; align-items: center; gap: 20px;
96
+ color: #2a2f36; font-size: 38px; font-weight: 600;
97
+ }
98
+ .field .sub { font-weight: 600; }
99
+ .field-half-wrap { display: flex; gap: 24px; margin-top: 28px; }
100
+ .field-half {
101
+ flex: 1;
102
+ background: #eef2f8; border-radius: 60px;
103
+ padding: 28px 30px;
104
+ display: flex; align-items: center; gap: 20px;
105
+ color: #2a2f36; font-size: 36px; font-weight: 700;
106
+ }
107
+ .field svg { width: 50px; height: 50px; color: #2d2d2d; }
108
+ .field-half svg { width: 48px; height: 48px; color: #2d2d2d; }
109
+
110
+ /* Search action area */
111
+ .action-row {
112
+ margin-top: 40px;
113
+ display: flex; align-items: center; gap: 30px;
114
+ }
115
+ .geo-icon {
116
+ width: 120px; height: 120px; border-radius: 60px;
117
+ border: 2px solid #2a66f7;
118
+ display: flex; align-items: center; justify-content: center;
119
+ color: #2a66f7;
120
+ background: #ffffff;
121
+ }
122
+ .geo-icon svg { width: 52px; height: 52px; }
123
+ .search-btn {
124
+ flex: 1;
125
+ background: linear-gradient(90deg, #2a66f7 0%, #2a66f7 100%);
126
+ color: #ffffff; font-size: 44px; font-weight: 700;
127
+ border-radius: 64px; padding: 34px 20px; text-align: center;
128
+ box-shadow: 0 10px 22px rgba(42,102,247,0.35);
129
+ }
130
+
131
+ /* Coupons section */
132
+ .section {
133
+ position: absolute; left: 40px; right: 40px; top: 1150px;
134
+ }
135
+ .section-title {
136
+ font-size: 54px; font-weight: 700; color: #1a1a1a; margin-bottom: 30px;
137
+ }
138
+ .coupon-row { display: flex; gap: 26px; }
139
+ .coupon-card {
140
+ width: 500px; background: #ffffff; border-radius: 26px;
141
+ box-shadow: 0 8px 22px rgba(0,0,0,0.1);
142
+ padding: 24px; display: flex; gap: 22px; align-items: center;
143
+ }
144
+ .img-ph {
145
+ width: 170px; height: 170px;
146
+ background: #E0E0E0; border: 1px solid #BDBDBD;
147
+ display: flex; align-items: center; justify-content: center;
148
+ color: #757575; font-size: 30px; text-align: center; border-radius: 18px;
149
+ }
150
+ .coupon-info { flex: 1; }
151
+ .coupon-title { font-size: 40px; font-weight: 800; color: #1f2937; line-height: 1.2; }
152
+ .coupon-desc { font-size: 30px; color: #6b7280; margin-top: 8px; }
153
+ .coupon-link { margin-top: 14px; font-size: 34px; color: #2a66f7; font-weight: 700; }
154
+
155
+ /* Bottom gesture bar */
156
+ .gesture-area {
157
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 140px; background: #000000;
158
+ }
159
+ .gesture-bar {
160
+ position: absolute; left: 50%; transform: translateX(-50%);
161
+ bottom: 46px; width: 380px; height: 16px; border-radius: 10px; background: #d7d7d7;
162
+ opacity: 0.85;
163
+ }
164
+
165
+ /* Common icon color */
166
+ svg { fill: currentColor; }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <div class="status-bar"></div>
173
+ <div class="accent-circle"></div>
174
+
175
+ <div class="header">
176
+ <div class="back-btn">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.8 2L3.5 12 13.7 2.5z"/>
179
+ </svg>
180
+ </div>
181
+ <div class="title">All rooms</div>
182
+ <div class="currency-pill">
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M12 3c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm-1 4h-1v2H8v2h2v3.5c0 1.7 1.3 3 3 3h1v-2h-1c-.6 0-1-.4-1-1V11h2V9h-2V7z"/>
185
+ </svg>
186
+ <span>INR</span>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="card">
191
+ <div class="tabs">
192
+ <div class="tab-active">Overnight</div>
193
+ <div class="tab-inactive">Day Use</div>
194
+ <div class="new-badge">New!</div>
195
+ </div>
196
+ <div class="divider"></div>
197
+
198
+ <div class="field">
199
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/></svg>
200
+ <span>Where would you like to go?</span>
201
+ </div>
202
+
203
+ <div class="field-half-wrap">
204
+ <div class="field-half">
205
+ <svg viewBox="0 0 24 24"><path d="M19 4h-1V3h-2v1H8V3H6v1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V9h14v9z"/></svg>
206
+ <span>Thu, Dec 07</span>
207
+ </div>
208
+ <div class="field-half">
209
+ <svg viewBox="0 0 24 24"><path d="M19 4h-1V3h-2v1H8V3H6v1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V9h14v9z"/></svg>
210
+ <span>Fri, Dec 08</span>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="field">
215
+ <svg viewBox="0 0 24 24"><path d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-3.3 0-6 2.7-6 6h12c0-3.3-2.7-6-6-6z"/></svg>
216
+ <span>1 room 2 adults</span>
217
+ </div>
218
+
219
+ <div class="action-row">
220
+ <div class="geo-icon">
221
+ <svg viewBox="0 0 24 24"><path d="M12 2C7.6 2 4 5.6 4 10c0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 11a3 3 0 110-6 3 3 0 010 6z"/></svg>
222
+ </div>
223
+ <div class="search-btn">Search</div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="section">
228
+ <div class="section-title">Discount Coupons</div>
229
+ <div class="coupon-row">
230
+ <div class="coupon-card">
231
+ <div class="img-ph">[IMG: Coupon 5% off]</div>
232
+ <div class="coupon-info">
233
+ <div class="coupon-title">UP TO ₹8,000 off</div>
234
+ <div class="coupon-desc">* No minimum spend required. | Offer expires in 3 days!</div>
235
+ <div class="coupon-link">Get coupon</div>
236
+ </div>
237
+ </div>
238
+ <div class="coupon-card">
239
+ <div class="img-ph">[IMG: Coupon 8% off]</div>
240
+ <div class="coupon-info">
241
+ <div class="coupon-title">UP TO 8% off</div>
242
+ <div class="coupon-desc">Min. spend required | Offer expires soon</div>
243
+ <div class="coupon-link">Get coupon</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="gesture-area">
250
+ <div class="gesture-bar"></div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/10127/10127_10.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Guest details</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, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar (top) */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #000000;
27
+ }
28
+
29
+ /* App bar */
30
+ .app-bar {
31
+ position: absolute;
32
+ top: 120px;
33
+ left: 0;
34
+ width: 1080px;
35
+ height: 180px;
36
+ background: #ffffff;
37
+ box-shadow: 0 2px 4px rgba(0,0,0,0.08);
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 40px;
41
+ }
42
+ .app-title {
43
+ font-size: 54px;
44
+ font-weight: 600;
45
+ color: #333;
46
+ margin-left: 24px;
47
+ }
48
+ .icon-btn {
49
+ width: 72px;
50
+ height: 72px;
51
+ display: inline-flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+
56
+ /* List area */
57
+ .content {
58
+ position: absolute;
59
+ top: 300px; /* below app bar */
60
+ left: 0;
61
+ right: 0;
62
+ bottom: 320px; /* leave space for bottom button and nav bar */
63
+ padding: 20px 40px 0 40px;
64
+ background: #fff;
65
+ }
66
+
67
+ .row {
68
+ height: 240px;
69
+ display: flex;
70
+ align-items: center;
71
+ }
72
+ .count {
73
+ width: 140px;
74
+ font-size: 120px;
75
+ font-weight: 400;
76
+ color: #3b3b3b;
77
+ line-height: 1;
78
+ }
79
+ .label {
80
+ flex: 1;
81
+ font-size: 52px;
82
+ color: #666;
83
+ padding-left: 20px;
84
+ }
85
+ .actions {
86
+ display: flex;
87
+ align-items: center;
88
+ gap: 40px;
89
+ margin-right: 10px;
90
+ }
91
+ .circle-btn {
92
+ width: 92px;
93
+ height: 92px;
94
+ border-radius: 50%;
95
+ display: inline-flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+
100
+ .divider {
101
+ height: 1px;
102
+ background: #E0E0E0;
103
+ margin: 0 0 0 140px; /* align with text content */
104
+ }
105
+
106
+ /* Bottom primary button */
107
+ .primary-btn {
108
+ position: absolute;
109
+ left: 60px;
110
+ bottom: 200px;
111
+ width: 960px;
112
+ height: 120px;
113
+ background: #3367D6;
114
+ border-radius: 60px;
115
+ color: #fff;
116
+ font-size: 48px;
117
+ font-weight: 600;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ box-shadow: 0 6px 12px rgba(51,103,214,0.3);
122
+ }
123
+
124
+ /* Bottom system nav bar */
125
+ .nav-bar {
126
+ position: absolute;
127
+ bottom: 0;
128
+ left: 0;
129
+ width: 1080px;
130
+ height: 140px;
131
+ background: #000000;
132
+ }
133
+ .gesture-pill {
134
+ position: absolute;
135
+ bottom: 36px;
136
+ left: 50%;
137
+ transform: translateX(-50%);
138
+ width: 420px;
139
+ height: 12px;
140
+ background: #C5C5C5;
141
+ border-radius: 6px;
142
+ opacity: 0.9;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <div class="status-bar"></div>
150
+
151
+ <div class="app-bar">
152
+ <div class="icon-btn">
153
+ <svg width="48" height="48" viewBox="0 0 48 48">
154
+ <path d="M8 8 L40 40 M40 8 L8 40" stroke="#606060" stroke-width="6" stroke-linecap="round"></path>
155
+ </svg>
156
+ </div>
157
+ <div class="app-title">Guest details</div>
158
+ </div>
159
+
160
+ <div class="content">
161
+ <!-- Row: Room -->
162
+ <div class="row">
163
+ <div class="count">1</div>
164
+ <div class="label">Room</div>
165
+ <div class="actions">
166
+ <div class="circle-btn">
167
+ <svg width="92" height="92" viewBox="0 0 92 92">
168
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#D5D5D5" stroke-width="4"></circle>
169
+ <path d="M26 46 H66" stroke="#BDBDBD" stroke-width="8" stroke-linecap="round"></path>
170
+ </svg>
171
+ </div>
172
+ <div class="circle-btn">
173
+ <svg width="92" height="92" viewBox="0 0 92 92">
174
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#3A73F3" stroke-width="4"></circle>
175
+ <path d="M26 46 H66 M46 26 V66" stroke="#3A73F3" stroke-width="8" stroke-linecap="round"></path>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ <div class="divider"></div>
181
+
182
+ <!-- Row: Adult -->
183
+ <div class="row">
184
+ <div class="count">1</div>
185
+ <div class="label">Adult</div>
186
+ <div class="actions">
187
+ <div class="circle-btn">
188
+ <svg width="92" height="92" viewBox="0 0 92 92">
189
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#D5D5D5" stroke-width="4"></circle>
190
+ <path d="M26 46 H66" stroke="#BDBDBD" stroke-width="8" stroke-linecap="round"></path>
191
+ </svg>
192
+ </div>
193
+ <div class="circle-btn">
194
+ <svg width="92" height="92" viewBox="0 0 92 92">
195
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#3A73F3" stroke-width="4"></circle>
196
+ <path d="M26 46 H66 M46 26 V66" stroke="#3A73F3" stroke-width="8" stroke-linecap="round"></path>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ <div class="divider"></div>
202
+
203
+ <!-- Row: Children -->
204
+ <div class="row">
205
+ <div class="count">0</div>
206
+ <div class="label">Children</div>
207
+ <div class="actions">
208
+ <div class="circle-btn">
209
+ <svg width="92" height="92" viewBox="0 0 92 92">
210
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#D5D5D5" stroke-width="4"></circle>
211
+ <path d="M26 46 H66" stroke="#BDBDBD" stroke-width="8" stroke-linecap="round"></path>
212
+ </svg>
213
+ </div>
214
+ <div class="circle-btn">
215
+ <svg width="92" height="92" viewBox="0 0 92 92">
216
+ <circle cx="46" cy="46" r="42" fill="none" stroke="#3A73F3" stroke-width="4"></circle>
217
+ <path d="M26 46 H66 M46 26 V66" stroke="#3A73F3" stroke-width="8" stroke-linecap="round"></path>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div class="divider"></div>
223
+ </div>
224
+
225
+ <div class="primary-btn">OK</div>
226
+
227
+ <div class="nav-bar">
228
+ <div class="gesture-pill"></div>
229
+ </div>
230
+
231
+ </div>
232
+ </body>
233
+ </html>
code/10127/10127_12.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</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: #fafafa;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Header */
18
+ .header {
19
+ position: relative;
20
+ height: 420px;
21
+ background: linear-gradient(180deg, #eac7cb 0%, #ffd8de 100%);
22
+ }
23
+ .decor-circle {
24
+ position: absolute; right: -80px; top: 140px;
25
+ width: 280px; height: 280px; border-radius: 50%;
26
+ background: radial-gradient(circle at 40% 40%, #ff8c8c, #e85c5c);
27
+ opacity: 0.9;
28
+ }
29
+ .icon-round {
30
+ position: absolute; top: 86px;
31
+ width: 92px; height: 92px; border-radius: 46px;
32
+ background: #fff; box-shadow: 0 6px 12px rgba(0,0,0,0.15);
33
+ display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .back { left: 30px; }
36
+ .currency { right: 190px; }
37
+ .cart { right: 70px; }
38
+
39
+ .search-area { position: absolute; left: 90px; right: 90px; top: 180px; }
40
+ .search-line {
41
+ display: flex; align-items: center; gap: 20px;
42
+ }
43
+ .search-line .city { font-size: 56px; font-weight: 800; letter-spacing: 0.2px; }
44
+ .search-line .count { font-size: 32px; color: #7b7b7b; margin-left: 10px; }
45
+ .search-line .edit { font-size: 32px; color: #2875ff; margin-left: 12px; font-weight: 600; }
46
+ .date-line { margin-top: 12px; font-size: 30px; color: #5b5b5b; }
47
+
48
+ /* Filter bar */
49
+ .filters {
50
+ position: relative;
51
+ width: 1000px; height: 110px;
52
+ margin: -30px auto 20px auto;
53
+ background: #fff; border-radius: 55px;
54
+ box-shadow: 0 10px 20px rgba(0,0,0,0.12);
55
+ display: flex; align-items: center; justify-content: space-between;
56
+ padding: 0 30px;
57
+ }
58
+ .filter-item { width: 31%; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 34px; color: #333; }
59
+ .filters .divider { width: 2px; height: 60px; background: #e9e9e9; }
60
+
61
+ /* Promo banner */
62
+ .promo {
63
+ width: 980px; margin: 20px auto 24px auto;
64
+ background: #dff5d7; border-radius: 26px;
65
+ padding: 24px 26px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 18px;
66
+ }
67
+ .promo .text { font-size: 32px; color: #1f5f1f; font-weight: 700; line-height: 1.25; }
68
+ .promo .claim { color: #2875ff; font-size: 32px; font-weight: 800; }
69
+
70
+ /* Cards */
71
+ .card {
72
+ width: 1000px; margin: 20px auto; background: #fff; border-radius: 28px;
73
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
74
+ }
75
+ .card-img {
76
+ position: relative; height: 440px; margin: 20px;
77
+ border-radius: 26px; background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
80
+ }
81
+
82
+ .vip-badge {
83
+ position: absolute; left: 46px; top: 40px;
84
+ display: flex; align-items: center; overflow: hidden;
85
+ border-radius: 8px;
86
+ }
87
+ .vip-star {
88
+ width: 70px; height: 40px; background: #3b4a5c; display: flex; align-items: center; justify-content: center;
89
+ border-top-left-radius: 8px; border-bottom-left-radius: 8px;
90
+ }
91
+ .vip-label {
92
+ background: #cf7b4c; color: #fff; font-size: 26px; font-weight: 700;
93
+ padding: 6px 12px; border-top-right-radius: 8px; border-bottom-right-radius: 8px;
94
+ }
95
+
96
+ .img-count {
97
+ position: absolute; left: 56px; bottom: 40px;
98
+ background: rgba(0,0,0,0.4); color: #fff; font-size: 28px; padding: 10px 16px; border-radius: 16px;
99
+ }
100
+ .price-bubble {
101
+ position: absolute; right: 46px; top: 280px;
102
+ background: #fff; border-radius: 22px; box-shadow: 0 8px 18px rgba(0,0,0,0.18);
103
+ padding: 18px 24px; text-align: right;
104
+ }
105
+ .price-bubble .old { font-size: 28px; color: #8b8b8b; text-decoration: line-through; }
106
+ .price-bubble .new { font-size: 44px; color: #e53935; font-weight: 800; }
107
+
108
+ .card-content { padding: 0 30px 28px 30px; position: relative; }
109
+ .card-title { font-size: 44px; font-weight: 800; margin: 6px 0 18px 0; }
110
+ .title-icons { position: absolute; right: 26px; top: -6px; display: flex; gap: 26px; }
111
+ .tiny-btn { width: 64px; height: 64px; border-radius: 32px; background: #f0f0f3; display: flex; align-items: center; justify-content: center; }
112
+
113
+ .meta { display: flex; align-items: center; gap: 12px; color: #666; font-size: 30px; margin-bottom: 10px; }
114
+ .stars { display: inline-flex; gap: 6px; margin-right: 10px; }
115
+ .rating-line { font-size: 32px; margin: 4px 0 16px 0; }
116
+ .rating-line .score { color: #2875ff; font-weight: 800; }
117
+ .rating-line .good { color: #2875ff; font-weight: 800; text-decoration: none; margin-right: 10px; }
118
+
119
+ .free-pill {
120
+ display: inline-block; background: #d7f0d8; color: #276b31; font-size: 28px;
121
+ border-radius: 12px; padding: 10px 16px; margin-bottom: 12px; font-weight: 700;
122
+ }
123
+ .coupon { display: flex; align-items: center; gap: 10px; color: #333; font-size: 30px; }
124
+
125
+ .separator-line { width: 100%; height: 16px; background: #f0f2f6; }
126
+
127
+ /* Second card extras */
128
+ .blue-pill {
129
+ position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%);
130
+ display: flex; align-items: center; gap: 24px;
131
+ padding: 18px 28px; border-radius: 36px; background: #fff; color: #2d63ff;
132
+ border: 3px solid #2d63ff; box-shadow: 0 10px 20px rgba(45,99,255,0.25);
133
+ font-size: 32px; font-weight: 700;
134
+ }
135
+ .blue-pill .divider { width: 2px; height: 28px; background: #bcd0ff; }
136
+
137
+ /* Utility icons */
138
+ .svg-icon { width: 40px; height: 40px; }
139
+ .chev { width: 28px; height: 28px; }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <div class="header">
146
+ <div class="decor-circle"></div>
147
+
148
+ <div class="icon-round back">
149
+ <svg class="svg-icon" viewBox="0 0 24 24">
150
+ <path d="M15 6L9 12l6 6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
151
+ </svg>
152
+ </div>
153
+ <div class="icon-round currency">
154
+ <svg class="svg-icon" viewBox="0 0 24 24">
155
+ <path d="M6 8h8a4 4 0 010 8H6m8-12v16" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
156
+ </svg>
157
+ </div>
158
+ <div class="icon-round cart">
159
+ <svg class="svg-icon" viewBox="0 0 24 24">
160
+ <path d="M4 6h2l2 10h10l2-8H7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
161
+ <circle cx="9" cy="20" r="1.8" fill="#333"/>
162
+ <circle cx="18" cy="20" r="1.8" fill="#333"/>
163
+ </svg>
164
+ </div>
165
+
166
+ <div class="search-area">
167
+ <div class="search-line">
168
+ <svg class="svg-icon" viewBox="0 0 24 24">
169
+ <circle cx="11" cy="11" r="7" stroke="#333" stroke-width="2" fill="none"/>
170
+ <path d="M20 20l-4-4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
171
+ </svg>
172
+ <div class="city">London</div>
173
+ <div class="count">(5022)</div>
174
+ <div class="edit">Edit</div>
175
+ </div>
176
+ <div class="date-line">Mon, Jan 15, 2024 - Tue, Jan 16, 2024 • 1 Guest</div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="filters">
181
+ <div class="filter-item">Filters
182
+ <svg class="chev" viewBox="0 0 24 24">
183
+ <path d="M6 9l6 6 6-6" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
184
+ </svg>
185
+ </div>
186
+ <div class="divider"></div>
187
+ <div class="filter-item">Price
188
+ <svg class="chev" viewBox="0 0 24 24">
189
+ <path d="M6 9l6 6 6-6" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
190
+ </svg>
191
+ </div>
192
+ <div class="divider"></div>
193
+ <div class="filter-item">Sort
194
+ <svg class="chev" viewBox="0 0 24 24">
195
+ <path d="M6 9l6 6 6-6" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="promo">
201
+ <div>
202
+ <svg class="svg-icon" viewBox="0 0 24 24">
203
+ <path d="M4 7h9l7 7-6 6-7-7V7z" fill="#2c7a34"/>
204
+ <circle cx="8" cy="11" r="2" fill="#dff5d7"/>
205
+ </svg>
206
+ </div>
207
+ <div class="text">ONE-HOUR AGODASALE! Claim now to instantly lower prices by up to 10%</div>
208
+ <div class="claim">CLAIM</div>
209
+ </div>
210
+
211
+ <!-- Card 1 -->
212
+ <div class="card">
213
+ <div class="card-img">
214
+ [IMG: Hotel photo]
215
+ <div class="vip-badge">
216
+ <div class="vip-star">
217
+ <svg viewBox="0 0 24 24" width="26" height="26">
218
+ <path d="M12 3l3.2 6.5 7.1.9-5.2 4.7 1.5 7-6.6-3.7-6.6 3.7 1.5-7-5.2-4.7 7.1-.9L12 3z" fill="#fff"/>
219
+ </svg>
220
+ </div>
221
+ <div class="vip-label">VIP Deal</div>
222
+ </div>
223
+ <div class="img-count">1/5</div>
224
+ <div class="price-bubble">
225
+ <div class="old">₹ 36,108</div>
226
+ <div class="new">₹ 4,824</div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="card-content">
231
+ <div class="card-title">Berjaya Eden Park London Hotel</div>
232
+
233
+ <div class="title-icons">
234
+ <div class="tiny-btn">
235
+ <svg class="svg-icon" viewBox="0 0 24 24">
236
+ <circle cx="6" cy="12" r="2" fill="#333"/>
237
+ <circle cx="12" cy="8" r="2" fill="#333"/>
238
+ <circle cx="18" cy="12" r="2" fill="#333"/>
239
+ <path d="M6 12l6-4 6 4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="tiny-btn">
243
+ <svg class="svg-icon" viewBox="0 0 24 24">
244
+ <path d="M12 21s-7-4.5-7-10a4.5 4.5 0 019 0 4.5 4.5 0 019 0c0 5.5-7 10-7 10" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="meta">
250
+ <div class="stars">
251
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 3l3 6 6 .8-4.5 4 1.3 6-5.8-3.2-5.8 3.2 1.3-6-4.5-4 6-.8 3-6z" fill="#ff9f1a"/></svg>
252
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 3l3 6 6 .8-4.5 4 1.3 6-5.8-3.2-5.8 3.2 1.3-6-4.5-4 6-.8 3-6z" fill="#ff9f1a"/></svg>
253
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 3l3 6 6 .8-4.5 4 1.3 6-5.8-3.2-5.8 3.2 1.3-6-4.5-4 6-.8 3-6z" fill="#ff9f1a"/></svg>
254
+ </div>
255
+ <svg class="svg-icon" viewBox="0 0 24 24">
256
+ <path d="M12 3a7 7 0 017 7c0 5-7 11-7 11S5 15 5 10a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z" fill="#6b6b6b"/>
257
+ </svg>
258
+ Hyde Park - City center
259
+ </div>
260
+
261
+ <div class="rating-line">
262
+ <span class="score">7.1</span> <a href="#" class="good">Very good</a> 3,524 reviews
263
+ </div>
264
+
265
+ <div class="free-pill">Free cancellation</div>
266
+
267
+ <div class="coupon">
268
+ <svg class="svg-icon" viewBox="0 0 24 24">
269
+ <path d="M3 8h14v8H3z" fill="#222"/>
270
+ <circle cx="6" cy="12" r="1.8" fill="#fff"/>
271
+ </svg>
272
+ WELCOMETOAGODA - ₹ 1,447 off!
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <div class="separator-line"></div>
278
+
279
+ <!-- Card 2 (partial) -->
280
+ <div class="card" style="position: relative;">
281
+ <div class="card-img">
282
+ [IMG: Hotel photo]
283
+ <div class="img-count">1/5</div>
284
+ <div class="blue-pill">
285
+ <svg viewBox="0 0 24 24" width="32" height="32">
286
+ <path d="M12 3a7 7 0 017 7c0 5-7 11-7 11S5 15 5 10a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z" fill="#2d63ff"/>
287
+ </svg>
288
+ Map
289
+ <div class="divider"></div>
290
+ <svg viewBox="0 0 24 24" width="30" height="30">
291
+ <path d="M12 21s-7-4.5-7-10a4.5 4.5 0 019 0 4.5 4.5 0 019 0c0 5.5-7 10-7 10" fill="#2d63ff"/>
292
+ </svg>
293
+ Saved
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ </div>
299
+ </body>
300
+ </html>
code/10127/10127_13.html ADDED
@@ -0,0 +1,538 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #222; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top hero area */
18
+ .hero {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 520px;
24
+ background: linear-gradient(180deg, #e8c9cc 0%, #f7d7db 50%, #f7d7db 100%);
25
+ border-bottom-left-radius: 40px;
26
+ border-bottom-right-radius: 40px;
27
+ }
28
+ .hero .accent-circle {
29
+ position: absolute;
30
+ right: -120px;
31
+ top: 170px;
32
+ width: 380px;
33
+ height: 380px;
34
+ border-radius: 50%;
35
+ background: radial-gradient(circle at 60% 40%, #ff8d8d, #e45454);
36
+ opacity: 0.85;
37
+ }
38
+
39
+ /* Back button and quick actions */
40
+ .back-btn {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 40px;
44
+ width: 110px;
45
+ height: 110px;
46
+ background: #fff;
47
+ border-radius: 55px;
48
+ box-shadow: 0 8px 16px rgba(0,0,0,0.12);
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .quick-actions {
54
+ position: absolute;
55
+ top: 120px;
56
+ right: 40px;
57
+ display: flex;
58
+ gap: 22px;
59
+ }
60
+ .quick-actions .bubble {
61
+ width: 110px;
62
+ height: 110px;
63
+ background: #fff;
64
+ border-radius: 55px;
65
+ box-shadow: 0 8px 16px rgba(0,0,0,0.12);
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ }
70
+
71
+ /* Search title area */
72
+ .search-header {
73
+ position: absolute;
74
+ top: 260px;
75
+ left: 160px;
76
+ right: 160px;
77
+ color: #111;
78
+ }
79
+ .search-header .line1 {
80
+ display: flex;
81
+ align-items: baseline;
82
+ gap: 20px;
83
+ }
84
+ .search-header .city {
85
+ font-size: 64px;
86
+ font-weight: 800;
87
+ line-height: 1;
88
+ }
89
+ .search-header .count {
90
+ font-size: 44px;
91
+ color: #8a8d96;
92
+ font-weight: 600;
93
+ }
94
+ .search-header .edit {
95
+ font-size: 44px;
96
+ color: #2a73ff;
97
+ font-weight: 700;
98
+ }
99
+ .search-header .dates {
100
+ margin-top: 14px;
101
+ font-size: 32px;
102
+ color: #4b4f58;
103
+ }
104
+
105
+ /* Filter pill row */
106
+ .filters-row {
107
+ position: absolute;
108
+ top: 400px;
109
+ left: 60px;
110
+ width: 960px;
111
+ height: 120px;
112
+ background: #fff;
113
+ border-radius: 60px;
114
+ box-shadow: 0 10px 20px rgba(0,0,0,0.12);
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: space-between;
118
+ padding: 0 40px;
119
+ gap: 30px;
120
+ }
121
+ .filters-row .segment {
122
+ flex: 1;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ gap: 14px;
127
+ font-size: 34px;
128
+ color: #2c2f35;
129
+ font-weight: 700;
130
+ }
131
+ .filters-row .divider {
132
+ width: 2px;
133
+ height: 60px;
134
+ background: #e9eaef;
135
+ }
136
+
137
+ /* Green promo banner */
138
+ .promo {
139
+ position: absolute;
140
+ top: 560px;
141
+ left: 40px;
142
+ width: 1000px;
143
+ min-height: 140px;
144
+ background: #dff4dc;
145
+ border-radius: 24px;
146
+ display: flex;
147
+ align-items: center;
148
+ padding: 26px 30px;
149
+ gap: 24px;
150
+ color: #185c2c;
151
+ font-size: 40px;
152
+ font-weight: 800;
153
+ }
154
+ .promo .claim {
155
+ margin-left: auto;
156
+ color: #2a73ff;
157
+ font-weight: 900;
158
+ }
159
+ .promo .sub {
160
+ font-weight: 600;
161
+ color: #185c2c;
162
+ font-size: 34px;
163
+ }
164
+
165
+ /* List area base */
166
+ .list {
167
+ position: absolute;
168
+ top: 720px;
169
+ left: 0;
170
+ right: 0;
171
+ padding: 0 40px 40px;
172
+ }
173
+
174
+ /* Card */
175
+ .card {
176
+ width: 1000px;
177
+ background: #fff;
178
+ border-radius: 28px;
179
+ box-shadow: 0 8px 16px rgba(0,0,0,0.06);
180
+ margin: 22px auto 46px;
181
+ overflow: visible;
182
+ }
183
+ .card .image {
184
+ position: relative;
185
+ width: 100%;
186
+ height: 520px;
187
+ border-radius: 28px;
188
+ overflow: hidden;
189
+ background: #E0E0E0;
190
+ border: 1px solid #BDBDBD;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ color: #757575;
195
+ font-weight: 700;
196
+ font-size: 34px;
197
+ }
198
+ .badge {
199
+ position: absolute;
200
+ top: 20px;
201
+ left: 20px;
202
+ background: #f2a66c;
203
+ color: #1b1b1b;
204
+ border-radius: 18px;
205
+ padding: 12px 18px;
206
+ display: flex;
207
+ align-items: center;
208
+ gap: 10px;
209
+ font-size: 32px;
210
+ font-weight: 800;
211
+ }
212
+ .img-count {
213
+ position: absolute;
214
+ bottom: 16px;
215
+ left: 24px;
216
+ background: rgba(0,0,0,0.55);
217
+ color: #fff;
218
+ border-radius: 14px;
219
+ padding: 8px 14px;
220
+ font-size: 28px;
221
+ font-weight: 700;
222
+ }
223
+ .price-sticker {
224
+ position: absolute;
225
+ bottom: -36px;
226
+ right: 20px;
227
+ background: #fff;
228
+ border-radius: 20px;
229
+ box-shadow: 0 8px 18px rgba(0,0,0,0.18);
230
+ padding: 18px 24px;
231
+ width: 240px;
232
+ text-align: right;
233
+ }
234
+ .price-sticker .old {
235
+ color: #8a8d96;
236
+ text-decoration: line-through;
237
+ font-size: 28px;
238
+ font-weight: 700;
239
+ }
240
+ .price-sticker .new {
241
+ color: #e53935;
242
+ font-size: 44px;
243
+ font-weight: 900;
244
+ margin-top: 6px;
245
+ }
246
+
247
+ .card .content {
248
+ padding: 36px 26px 28px;
249
+ }
250
+ .card .title-row {
251
+ display: flex;
252
+ align-items: center;
253
+ justify-content: space-between;
254
+ gap: 20px;
255
+ }
256
+ .card .title {
257
+ font-size: 52px;
258
+ font-weight: 800;
259
+ color: #16202a;
260
+ line-height: 1.15;
261
+ max-width: 760px;
262
+ }
263
+ .actions {
264
+ display: flex;
265
+ align-items: center;
266
+ gap: 26px;
267
+ }
268
+
269
+ .meta {
270
+ margin-top: 16px;
271
+ display: flex;
272
+ align-items: center;
273
+ gap: 10px;
274
+ color: #646b77;
275
+ font-size: 32px;
276
+ font-weight: 700;
277
+ }
278
+ .rating-line {
279
+ margin-top: 16px;
280
+ font-size: 36px;
281
+ font-weight: 800;
282
+ color: #2a73ff;
283
+ }
284
+ .rating-line span {
285
+ color: #555c68;
286
+ font-weight: 700;
287
+ font-size: 32px;
288
+ }
289
+
290
+ .pill {
291
+ display: inline-block;
292
+ margin-top: 18px;
293
+ background: #e2f5e0;
294
+ color: #2e7d32;
295
+ padding: 12px 18px;
296
+ border-radius: 14px;
297
+ font-size: 30px;
298
+ font-weight: 800;
299
+ }
300
+ .offer-line {
301
+ margin-top: 12px;
302
+ color: #3a3f47;
303
+ font-size: 30px;
304
+ font-weight: 700;
305
+ display: flex;
306
+ align-items: center;
307
+ gap: 10px;
308
+ }
309
+ .divider {
310
+ height: 1px;
311
+ background: #e6e8ee;
312
+ margin: 18px -26px 0;
313
+ }
314
+
315
+ /* Second card preview controls */
316
+ .map-saved {
317
+ position: absolute;
318
+ bottom: -30px;
319
+ left: 50%;
320
+ transform: translateX(-50%);
321
+ background: #fff;
322
+ border: 3px solid #3f72ff;
323
+ border-radius: 36px;
324
+ padding: 18px 28px;
325
+ color: #2563ff;
326
+ font-weight: 900;
327
+ font-size: 34px;
328
+ display: flex;
329
+ align-items: center;
330
+ gap: 26px;
331
+ box-shadow: 0 10px 20px rgba(0,0,0,0.12);
332
+ }
333
+ .map-saved .divider-dot {
334
+ width: 2px; height: 34px; background: #c7d2ff;
335
+ }
336
+ .discount-tag {
337
+ position: absolute;
338
+ bottom: 12px;
339
+ right: 20px;
340
+ background: #e53935;
341
+ color: #fff;
342
+ font-weight: 900;
343
+ font-size: 30px;
344
+ border-top-left-radius: 14px;
345
+ border-bottom-left-radius: 14px;
346
+ padding: 10px 18px;
347
+ }
348
+
349
+ /* Bottom home indicator bar */
350
+ .home-indicator {
351
+ position: absolute;
352
+ bottom: 24px;
353
+ left: 50%;
354
+ transform: translateX(-50%);
355
+ width: 240px;
356
+ height: 12px;
357
+ background: #111;
358
+ border-radius: 8px;
359
+ opacity: 0.9;
360
+ }
361
+
362
+ /* Simple helper styles for SVG icons */
363
+ .icon { width: 44px; height: 44px; }
364
+ .icon.small { width: 34px; height: 34px; }
365
+ .icon.tiny { width: 26px; height: 26px; }
366
+ </style>
367
+ </head>
368
+ <body>
369
+ <div id="render-target">
370
+
371
+ <div class="hero">
372
+ <div class="accent-circle"></div>
373
+ </div>
374
+
375
+ <!-- Back button -->
376
+ <div class="back-btn">
377
+ <svg class="icon" viewBox="0 0 24 24">
378
+ <path d="M15 4 L7 12 L15 20" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
379
+ </svg>
380
+ </div>
381
+
382
+ <!-- Quick actions: currency and cart -->
383
+ <div class="quick-actions">
384
+ <div class="bubble">
385
+ <svg class="icon" viewBox="0 0 24 24">
386
+ <circle cx="8" cy="8" r="3" fill="#333"/>
387
+ <circle cx="16" cy="16" r="3" fill="#333"/>
388
+ <path d="M6 18 c4-5 8-9 12-12" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
389
+ </svg>
390
+ </div>
391
+ <div class="bubble">
392
+ <svg class="icon" viewBox="0 0 24 24">
393
+ <path d="M6 6 H20 L18 16 H8 L6 6 Z" fill="#333"/>
394
+ <circle cx="10" cy="19" r="2" fill="#333"/>
395
+ <circle cx="16" cy="19" r="2" fill="#333"/>
396
+ </svg>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Search header -->
401
+ <div class="search-header">
402
+ <div class="line1">
403
+ <svg class="icon" viewBox="0 0 24 24">
404
+ <circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2.5" fill="none"/>
405
+ <path d="M15 15 L21 21" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
406
+ </svg>
407
+ <div class="city">London</div>
408
+ <div class="count">(5022)</div>
409
+ <div class="edit">Edit</div>
410
+ </div>
411
+ <div class="dates">Mon, Jan 15, 2024 - Tue, Jan 16, 2024 • 1 Guest</div>
412
+ </div>
413
+
414
+ <!-- Filters pill row -->
415
+ <div class="filters-row">
416
+ <div class="segment">
417
+ Filters
418
+ <svg class="icon small" viewBox="0 0 24 24">
419
+ <path d="M6 8 H18 M8 12 H16 M10 16 H14" stroke="#333" stroke-width="2" stroke-linecap="round"/>
420
+ </svg>
421
+ <svg class="icon small" viewBox="0 0 24 24">
422
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
423
+ </svg>
424
+ </div>
425
+ <div class="divider"></div>
426
+ <div class="segment">
427
+ Price
428
+ <svg class="icon small" viewBox="0 0 24 24">
429
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
430
+ </svg>
431
+ </div>
432
+ <div class="divider"></div>
433
+ <div class="segment">
434
+ Sort
435
+ <svg class="icon small" viewBox="0 0 24 24">
436
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
437
+ </svg>
438
+ </div>
439
+ </div>
440
+
441
+ <!-- Promo banner -->
442
+ <div class="promo">
443
+ <svg class="icon" viewBox="0 0 24 24">
444
+ <path d="M3 7 L13 7 L20 14 L14 20 L7 13 L7 3 Z" fill="#1a7b41"/>
445
+ <circle cx="8" cy="10" r="2" fill="#dff4dc"/>
446
+ </svg>
447
+ <div>
448
+ ONE-HOUR AGODASALE! Claim now
449
+ <div class="sub">to instantly lower prices by up to 10%</div>
450
+ </div>
451
+ <div class="claim">CLAIM</div>
452
+ </div>
453
+
454
+ <!-- List of cards -->
455
+ <div class="list">
456
+
457
+ <!-- Card 1 -->
458
+ <div class="card">
459
+ <div class="image">
460
+ [IMG: Hotel Building Exterior]
461
+ <div class="badge">
462
+ <svg class="icon tiny" viewBox="0 0 24 24">
463
+ <path d="M12 3 L15 9 L22 9 L16.5 13 L18.8 20 L12 16 L5.2 20 L7.5 13 L2 9 L9 9 Z" fill="#333"/>
464
+ </svg>
465
+ VIP Deal
466
+ </div>
467
+ <div class="img-count">1/5</div>
468
+ <div class="price-sticker">
469
+ <div class="old">₹ 36,108</div>
470
+ <div class="new">₹ 4,824</div>
471
+ </div>
472
+ </div>
473
+ <div class="content">
474
+ <div class="title-row">
475
+ <div class="title">Berjaya Eden Park London Hotel</div>
476
+ <div class="actions">
477
+ <svg class="icon" viewBox="0 0 24 24">
478
+ <circle cx="6" cy="12" r="2" fill="#61666f"/>
479
+ <circle cx="12" cy="8" r="2" fill="#61666f"/>
480
+ <circle cx="18" cy="4" r="2" fill="#61666f"/>
481
+ <path d="M7.6 11 L10.8 9.6 L16.2 6.8" stroke="#61666f" stroke-width="2" fill="none" stroke-linecap="round"/>
482
+ </svg>
483
+ <svg class="icon" viewBox="0 0 24 24">
484
+ <path d="M12 21 C12 21 4 15 4 9 A4 4 0 0 1 12 8 A4 4 0 0 1 20 9 C20 15 12 21 12 21 Z" fill="none" stroke="#8a8d96" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
485
+ </svg>
486
+ </div>
487
+ </div>
488
+
489
+ <div class="meta">
490
+ <svg class="icon tiny" viewBox="0 0 24 24">
491
+ <path d="M12 2 C8 2 6 5 6 8 C6 12 12 20 12 20 C12 20 18 12 18 8 C18 5 16 2 12 2 Z" fill="none" stroke="#777" stroke-width="2"/>
492
+ <circle cx="12" cy="8" r="2.5" fill="#777"/>
493
+ </svg>
494
+ Hyde Park - City center
495
+ </div>
496
+
497
+ <div class="rating-line">7.1 Very good <span>3,524 reviews</span></div>
498
+
499
+ <div class="pill">Free cancellation</div>
500
+ <div class="offer-line">
501
+ <svg class="icon tiny" viewBox="0 0 24 24">
502
+ <path d="M3 7 L13 7 L20 14 L14 20 L7 13 L7 3 Z" fill="#555"/>
503
+ <circle cx="8" cy="10" r="2" fill="#fff"/>
504
+ </svg>
505
+ WELCOMETOAGODA - ₹ 1,447 off!
506
+ </div>
507
+
508
+ <div class="divider"></div>
509
+ </div>
510
+ </div>
511
+
512
+ <!-- Card 2 (partial view) -->
513
+ <div class="card">
514
+ <div class="image" style="height: 520px;">
515
+ [IMG: Historic Hotel at Dusk]
516
+ <div class="map-saved">
517
+ <svg class="icon small" viewBox="0 0 24 24">
518
+ <path d="M12 2 C8 2 6 5 6 8 C6 12 12 20 12 20 C12 20 18 12 18 8 C18 5 16 2 12 2 Z" fill="none" stroke="#2563ff" stroke-width="2"/>
519
+ <circle cx="12" cy="8" r="2.5" fill="#2563ff"/>
520
+ </svg>
521
+ Map
522
+ <div class="divider-dot"></div>
523
+ <svg class="icon small" viewBox="0 0 24 24">
524
+ <path d="M12 21 C12 21 4 15 4 9 A4 4 0 0 1 12 8 A4 4 0 0 1 20 9 C20 15 12 21 12 21 Z" fill="none" stroke="#2563ff" stroke-width="2"/>
525
+ </svg>
526
+ Saved
527
+ </div>
528
+ <div class="discount-tag">-47% TODAY</div>
529
+ <div class="img-count">1/5</div>
530
+ </div>
531
+ </div>
532
+
533
+ </div>
534
+
535
+ <div class="home-indicator"></div>
536
+ </div>
537
+ </body>
538
+ </html>
code/10127/10127_2.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Select destination UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #000;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-spacer { flex: 1; }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 20px;
38
+ align-items: center;
39
+ }
40
+ .status-dot {
41
+ width: 28px; height: 28px; border-radius: 50%; background: #fff; opacity: 0.9;
42
+ }
43
+ .status-battery {
44
+ width: 36px; height: 22px; border: 3px solid #fff; border-radius: 4px; position: relative;
45
+ }
46
+ .status-battery::after {
47
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #fff; border-radius: 2px;
48
+ }
49
+
50
+ /* App header */
51
+ .app-header {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ width: 100%;
56
+ background: #fff;
57
+ box-sizing: border-box;
58
+ padding: 28px 32px 20px 32px;
59
+ }
60
+ .header-row {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 24px;
64
+ }
65
+ .title {
66
+ font-size: 52px;
67
+ font-weight: 700;
68
+ color: #222;
69
+ }
70
+ .icon-btn {
71
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
72
+ }
73
+
74
+ /* Search field */
75
+ .search-wrap {
76
+ margin-top: 24px;
77
+ padding: 0 32px;
78
+ box-sizing: border-box;
79
+ }
80
+ .search-field {
81
+ width: 1016px;
82
+ height: 112px;
83
+ background: #F1F3F5;
84
+ border: 1px solid #E5E7EB;
85
+ border-radius: 56px;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 28px;
89
+ box-sizing: border-box;
90
+ gap: 22px;
91
+ }
92
+ .search-placeholder {
93
+ flex: 1;
94
+ font-size: 34px;
95
+ color: #6B7280;
96
+ }
97
+
98
+ /* Choose on map row */
99
+ .choose-row {
100
+ margin-top: 30px;
101
+ padding: 0 32px;
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 24px;
105
+ box-sizing: border-box;
106
+ }
107
+ .choose-text {
108
+ font-size: 36px;
109
+ color: #2F6EF7;
110
+ font-weight: 600;
111
+ }
112
+ .divider {
113
+ margin: 22px 32px 0 32px;
114
+ height: 2px;
115
+ background: #E5E7EB;
116
+ }
117
+
118
+ /* Content area (blank white) */
119
+ .content-area {
120
+ position: absolute;
121
+ top: 120px;
122
+ left: 0;
123
+ width: 100%;
124
+ height: 1200px;
125
+ /* stays white */
126
+ }
127
+
128
+ /* Keyboard mock */
129
+ .keyboard {
130
+ position: absolute;
131
+ bottom: 54px;
132
+ left: 0;
133
+ width: 100%;
134
+ height: 980px;
135
+ background: #1E1E1E;
136
+ box-sizing: border-box;
137
+ padding: 22px 26px 28px 26px;
138
+ display: flex;
139
+ flex-direction: column;
140
+ gap: 18px;
141
+ }
142
+
143
+ .kbd-top-actions {
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: space-between;
147
+ padding: 0 12px;
148
+ }
149
+ .action-btn {
150
+ width: 100px; height: 100px; border-radius: 50%;
151
+ background: #2A2A2A; border: 1px solid #3A3A3A;
152
+ display: flex; align-items: center; justify-content: center; color: #EEE; font-size: 34px; font-weight: 700;
153
+ }
154
+
155
+ .keys {
156
+ display: flex; flex-direction: column; gap: 18px; padding-top: 8px;
157
+ }
158
+ .row {
159
+ display: flex; justify-content: center; gap: 16px;
160
+ }
161
+ .key {
162
+ height: 120px; min-width: 90px; padding: 0 16px;
163
+ background: #2A2A2A; border: 1px solid #3A3A3A; border-radius: 24px;
164
+ color: #EAEAEA; font-size: 44px; display: flex; align-items: center; justify-content: center;
165
+ }
166
+ .key.wide { min-width: 140px; }
167
+ .key.space { flex: 1; min-width: 360px; }
168
+ .key.light {
169
+ background: #CCE0F9; color: #0A2540; border-color: #BBD3F3;
170
+ }
171
+
172
+ .kbd-bottom-row {
173
+ display: flex; gap: 16px; padding: 0 20px;
174
+ }
175
+
176
+ /* Home pill */
177
+ .home-pill {
178
+ position: absolute;
179
+ bottom: 12px; left: 50%; transform: translateX(-50%);
180
+ width: 220px; height: 12px; background: #DADADA; border-radius: 8px;
181
+ }
182
+
183
+ /* SVG helpers */
184
+ svg { display: block; }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <!-- Status bar -->
191
+ <div class="status-bar">
192
+ <div>10:32</div>
193
+ <div class="status-spacer"></div>
194
+ <div class="status-icons">
195
+ <div class="status-dot"></div>
196
+ <div class="status-dot" style="opacity:0.7;"></div>
197
+ <div class="status-dot" style="opacity:0.7;"></div>
198
+ <div class="status-battery"></div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- App header -->
203
+ <div class="app-header">
204
+ <div class="header-row">
205
+ <div class="icon-btn">
206
+ <svg width="44" height="44" viewBox="0 0 24 24">
207
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2.5" stroke-linecap="round"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="title">Select destination</div>
211
+ </div>
212
+
213
+ <div class="search-wrap">
214
+ <div class="search-field">
215
+ <!-- Search icon -->
216
+ <svg width="44" height="44" viewBox="0 0 24 24">
217
+ <circle cx="10" cy="10" r="7" stroke="#7B7F86" stroke-width="2" fill="none"></circle>
218
+ <path d="M15.5 15.5 L22 22" stroke="#7B7F86" stroke-width="2" stroke-linecap="round"></path>
219
+ </svg>
220
+ <div class="search-placeholder">Location, landmark, or property</div>
221
+ <!-- Mic icon -->
222
+ <svg width="40" height="40" viewBox="0 0 24 24">
223
+ <rect x="8" y="4" width="8" height="12" rx="4" fill="#6B7280"></rect>
224
+ <path d="M6 11 C6 15 9 17 12 17 C15 17 18 15 18 11" stroke="#6B7280" stroke-width="2" fill="none"></path>
225
+ <path d="M12 17 L12 21" stroke="#6B7280" stroke-width="2" stroke-linecap="round"></path>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="choose-row">
231
+ <!-- Map pin icon -->
232
+ <svg width="54" height="54" viewBox="0 0 24 24">
233
+ <path d="M12 2 C8 2 5 5 5 9 C5 13 12 22 12 22 C12 22 19 13 19 9 C19 5 16 2 12 2 Z" stroke="#6B7280" stroke-width="1.8" fill="none"></path>
234
+ <circle cx="12" cy="9" r="2.8" fill="#6B7280"></circle>
235
+ </svg>
236
+ <div class="choose-text">Choose on map</div>
237
+ </div>
238
+ <div class="divider"></div>
239
+ </div>
240
+
241
+ <!-- Blank content area (represents the rest of the white screen above keyboard) -->
242
+ <div class="content-area"></div>
243
+
244
+ <!-- Keyboard -->
245
+ <div class="keyboard">
246
+ <div class="kbd-top-actions">
247
+ <div class="action-btn">
248
+ <svg width="44" height="44" viewBox="0 0 24 24">
249
+ <rect x="3" y="3" width="7" height="7" fill="#EAEAEA"></rect>
250
+ <rect x="14" y="3" width="7" height="7" fill="#EAEAEA"></rect>
251
+ <rect x="3" y="14" width="7" height="7" fill="#EAEAEA"></rect>
252
+ <rect x="14" y="14" width="7" height="7" fill="#EAEAEA"></rect>
253
+ </svg>
254
+ </div>
255
+ <div class="action-btn">
256
+ <svg width="44" height="44" viewBox="0 0 24 24">
257
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#EEE" stroke-width="2"></circle>
258
+ <circle cx="9" cy="10" r="1.8" fill="#EEE"></circle>
259
+ <circle cx="15" cy="10" r="1.8" fill="#EEE"></circle>
260
+ <path d="M8 15 C10 17 14 17 16 15" stroke="#EEE" stroke-width="2" fill="none" stroke-linecap="round"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="action-btn">GIF</div>
264
+ <div class="action-btn">
265
+ <svg width="44" height="44" viewBox="0 0 24 24">
266
+ <circle cx="12" cy="12" r="8" stroke="#EEE" stroke-width="2" fill="none"></circle>
267
+ <circle cx="12" cy="12" r="2.5" fill="#EEE"></circle>
268
+ </svg>
269
+ </div>
270
+ <div class="action-btn">
271
+ <svg width="44" height="44" viewBox="0 0 24 24">
272
+ <text x="6" y="16" font-size="12" fill="#EEE" font-weight="700">G</text>
273
+ <text x="14" y="16" font-size="12" fill="#EEE">文</text>
274
+ </svg>
275
+ </div>
276
+ <div class="action-btn">
277
+ <svg width="44" height="44" viewBox="0 0 24 24">
278
+ <path d="M12 3 C6 3 4 8 8 10 C9 11 9 12 8 13 C7 14 8.5 16 11 16 C14 16 18 14 18 10 C18 6 15 3 12 3 Z" fill="#EEE"></path>
279
+ <circle cx="9" cy="9" r="1.2" fill="#1E1E1E"></circle>
280
+ <circle cx="12" cy="8" r="1.2" fill="#1E1E1E"></circle>
281
+ <circle cx="15" cy="10" r="1.2" fill="#1E1E1E"></circle>
282
+ </svg>
283
+ </div>
284
+ <div class="action-btn">
285
+ <svg width="40" height="40" viewBox="0 0 24 24">
286
+ <rect x="8" y="4" width="8" height="12" rx="4" fill="#EEE"></rect>
287
+ <path d="M6 11 C6 15 9 17 12 17 C15 17 18 15 18 11" stroke="#EEE" stroke-width="2" fill="none"></path>
288
+ <path d="M12 17 L12 21" stroke="#EEE" stroke-width="2" stroke-linecap="round"></path>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="keys">
294
+ <div class="row">
295
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
296
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
297
+ </div>
298
+ <div class="row">
299
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
300
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
301
+ </div>
302
+ <div class="row">
303
+ <div class="key wide">
304
+ <svg width="40" height="40" viewBox="0 0 24 24">
305
+ <path d="M12 5 L6 11 H10 V19 H14 V11 H18 Z" fill="#EAEAEA"></path>
306
+ </svg>
307
+ </div>
308
+ <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>
309
+ <div class="key wide">
310
+ <svg width="44" height="44" viewBox="0 0 24 24">
311
+ <path d="M20 7 H9 L4 12 L9 17 H20 V7 Z" fill="#EAEAEA"></path>
312
+ <path d="M12 10 L15 12 L12 14" stroke="#1E1E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
313
+ </svg>
314
+ </div>
315
+ </div>
316
+ <div class="kbd-bottom-row">
317
+ <div class="key wide">?123</div>
318
+ <div class="key wide">,</div>
319
+ <div class="key wide">
320
+ <svg width="34" height="34" viewBox="0 0 24 24">
321
+ <circle cx="12" cy="12" r="9" stroke="#EAEAEA" stroke-width="2" fill="none"></circle>
322
+ <path d="M12 7 L12 13" stroke="#EAEAEA" stroke-width="2" stroke-linecap="round"></path>
323
+ </svg>
324
+ </div>
325
+ <div class="key space"></div>
326
+ <div class="key wide">.</div>
327
+ <div class="key wide light">
328
+ <svg width="44" height="44" viewBox="0 0 24 24">
329
+ <circle cx="10" cy="10" r="7" stroke="#0A2540" stroke-width="2" fill="none"></circle>
330
+ <path d="M15.5 15.5 L22 22" stroke="#0A2540" stroke-width="2" stroke-linecap="round"></path>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="home-pill"></div>
338
+ </div>
339
+ </body>
340
+ </html>
code/10127/10127_3.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Select destination UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #FFFFFF; font-family: Roboto, Arial, sans-serif; color: #212121;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
15
+ background: #000000; color: #FFFFFF;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 40px; box-sizing: border-box; font-size: 44px; letter-spacing: 0.5px;
18
+ }
19
+ .sb-icons { display: flex; align-items: center; gap: 26px; }
20
+ /* Header */
21
+ .header {
22
+ position: absolute; top: 120px; left: 0; width: 100%; height: 150px;
23
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
24
+ border-bottom: 1px solid #EAEAEA; background: #FFFFFF;
25
+ }
26
+ .header .title { font-size: 56px; font-weight: 600; margin-left: 22px; }
27
+ .close-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
28
+ /* Search field */
29
+ .search-wrap {
30
+ position: absolute; top: 290px; left: 36px; right: 36px; height: 120px;
31
+ background: #F5F6F7; border: 1px solid #E0E0E0; border-radius: 60px;
32
+ display: flex; align-items: center; gap: 28px; padding: 0 32px; box-sizing: border-box;
33
+ }
34
+ .search-input { flex: 1; font-size: 48px; color: #424242; }
35
+ .clear-btn {
36
+ width: 64px; height: 64px; border-radius: 32px; background: #E8EBEE;
37
+ display: flex; align-items: center; justify-content: center;
38
+ border: 1px solid #D0D4D8;
39
+ }
40
+ /* List */
41
+ .list {
42
+ position: absolute; top: 430px; left: 0; width: 100%; bottom: 980px;
43
+ overflow: hidden; background: #FFFFFF;
44
+ }
45
+ .item {
46
+ display: flex; align-items: center; padding: 28px 36px; box-sizing: border-box;
47
+ border-bottom: 1px solid #EEEEEE;
48
+ }
49
+ .item-icon {
50
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
51
+ margin-right: 24px;
52
+ }
53
+ .item-text { flex: 1; }
54
+ .item .name { font-size: 48px; color: #4285F4; }
55
+ .item .desc { font-size: 34px; color: #9E9E9E; margin-top: 6px; }
56
+ .props {
57
+ width: 250px; text-align: right; color: #9E9E9E; font-size: 36px;
58
+ line-height: 1.25;
59
+ }
60
+ .props .count { font-size: 44px; color: #9E9E9E; }
61
+ .props .label { font-size: 32px; color: #A6A6A6; }
62
+ /* Keyboard */
63
+ .keyboard {
64
+ position: absolute; left: 0; right: 0; bottom: 64px; height: 960px;
65
+ background: #1E1E21; border-top-left-radius: 28px; border-top-right-radius: 28px;
66
+ box-shadow: 0 -8px 16px rgba(0,0,0,0.2);
67
+ }
68
+ .kb-suggestions {
69
+ height: 130px; background: #2A2A2D; border-top-left-radius: 28px; border-top-right-radius: 28px;
70
+ display: flex; align-items: center; padding: 0 28px; box-sizing: border-box; gap: 18px; color: #FFFFFF;
71
+ }
72
+ .pill {
73
+ padding: 16px 26px; background: #3A3A3D; border-radius: 40px; font-size: 36px; color: #FFFFFF;
74
+ }
75
+ .kb-rows { padding: 24px 22px; box-sizing: border-box; }
76
+ .row { display: flex; justify-content: space-between; margin-bottom: 18px; }
77
+ .key {
78
+ width: 92px; height: 120px; background: #2C2C2F; border-radius: 20px;
79
+ color: #FFFFFF; font-size: 42px; display: flex; align-items: center; justify-content: center;
80
+ border: 1px solid #242427;
81
+ }
82
+ .key.wide { width: 180px; }
83
+ .space { flex: 1; height: 120px; background: #2C2C2F; border-radius: 20px; margin: 0 16px; border: 1px solid #242427; }
84
+ .key.icon { width: 120px; }
85
+ .gesture {
86
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
87
+ width: 240px; height: 12px; background: #EAEAEA; border-radius: 8px;
88
+ }
89
+ /* Utility */
90
+ svg { display: block; }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="status-bar">
98
+ <div>10:32</div>
99
+ <div class="sb-icons">
100
+ <!-- simple signal icon -->
101
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#FFFFFF">
102
+ <rect x="2" y="14" width="3" height="8" rx="1"></rect>
103
+ <rect x="7" y="11" width="3" height="11" rx="1" opacity="0.8"></rect>
104
+ <rect x="12" y="8" width="3" height="14" rx="1" opacity="0.6"></rect>
105
+ <rect x="17" y="5" width="3" height="17" rx="1" opacity="0.4"></rect>
106
+ </svg>
107
+ <!-- wifi icon -->
108
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
109
+ <path d="M2 8c5-4 15-4 20 0"></path>
110
+ <path d="M5 12c3-3 11-3 14 0"></path>
111
+ <path d="M8 16c2-2 6-2 8 0"></path>
112
+ <circle cx="12" cy="19" r="1.5" fill="#FFFFFF" stroke="none"></circle>
113
+ </svg>
114
+ <!-- battery icon -->
115
+ <svg width="44" height="44" viewBox="0 0 28 24" fill="none" stroke="#FFFFFF" stroke-width="2">
116
+ <rect x="2" y="5" width="22" height="14" rx="2"></rect>
117
+ <rect x="4" y="7" width="14" height="10" fill="#FFFFFF"></rect>
118
+ <rect x="24" y="9" width="2" height="6" fill="#FFFFFF" stroke="none"></rect>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Header -->
124
+ <div class="header">
125
+ <div class="close-btn">
126
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="#3C3C3C" stroke-width="2.5" fill="none" stroke-linecap="round">
127
+ <path d="M5 5 L19 19"></path>
128
+ <path d="M19 5 L5 19"></path>
129
+ </svg>
130
+ </div>
131
+ <div class="title">Select destination</div>
132
+ </div>
133
+
134
+ <!-- Search field -->
135
+ <div class="search-wrap">
136
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#8E8E8E" stroke-width="2.5" stroke-linecap="round">
137
+ <circle cx="11" cy="11" r="7"></circle>
138
+ <path d="M21 21 L16.4 16.4"></path>
139
+ </svg>
140
+ <div class="search-input">London</div>
141
+ <div class="clear-btn">
142
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="#6F6F6F" stroke-width="2.5" fill="none" stroke-linecap="round">
143
+ <path d="M5 5 L19 19"></path>
144
+ <path d="M19 5 L5 19"></path>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Results list -->
150
+ <div class="list">
151
+ <div class="item">
152
+ <div class="item-icon">
153
+ <!-- building icon -->
154
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
155
+ <rect x="3" y="3" width="10" height="18" rx="1"></rect>
156
+ <rect x="15" y="8" width="6" height="13" rx="1"></rect>
157
+ <rect x="5" y="6" width="2" height="2"></rect>
158
+ <rect x="8" y="6" width="2" height="2"></rect>
159
+ <rect x="5" y="9" width="2" height="2"></rect>
160
+ <rect x="8" y="9" width="2" height="2"></rect>
161
+ </svg>
162
+ </div>
163
+ <div class="item-text">
164
+ <div class="name">London</div>
165
+ <div class="desc">City in United Kingdom</div>
166
+ </div>
167
+ <div class="props">
168
+ <div class="count">24105</div>
169
+ <div class="label">properties</div>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="item">
174
+ <div class="item-icon">
175
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
176
+ <rect x="3" y="3" width="10" height="18" rx="1"></rect>
177
+ <rect x="15" y="8" width="6" height="13" rx="1"></rect>
178
+ <rect x="5" y="6" width="2" height="2"></rect>
179
+ <rect x="8" y="6" width="2" height="2"></rect>
180
+ <rect x="5" y="9" width="2" height="2"></rect>
181
+ <rect x="8" y="9" width="2" height="2"></rect>
182
+ </svg>
183
+ </div>
184
+ <div class="item-text">
185
+ <div class="name">East London</div>
186
+ <div class="desc">City in South Africa</div>
187
+ </div>
188
+ <div class="props">
189
+ <div class="count">473</div>
190
+ <div class="label">properties</div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="item">
195
+ <div class="item-icon">
196
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
197
+ <rect x="3" y="3" width="10" height="18" rx="1"></rect>
198
+ <rect x="15" y="8" width="6" height="13" rx="1"></rect>
199
+ <rect x="5" y="6" width="2" height="2"></rect>
200
+ <rect x="8" y="6" width="2" height="2"></rect>
201
+ <rect x="5" y="9" width="2" height="2"></rect>
202
+ <rect x="8" y="9" width="2" height="2"></rect>
203
+ </svg>
204
+ </div>
205
+ <div class="item-text">
206
+ <div class="name">Derry / Londonderry</div>
207
+ <div class="desc">City in United Kingdom</div>
208
+ </div>
209
+ <div class="props">
210
+ <div class="count">197</div>
211
+ <div class="label">properties</div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="item">
216
+ <div class="item-icon">
217
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
218
+ <rect x="3" y="3" width="10" height="18" rx="1"></rect>
219
+ <rect x="15" y="8" width="6" height="13" rx="1"></rect>
220
+ <rect x="5" y="6" width="2" height="2"></rect>
221
+ <rect x="8" y="6" width="2" height="2"></rect>
222
+ <rect x="5" y="9" width="2" height="2"></rect>
223
+ <rect x="8" y="9" width="2" height="2"></rect>
224
+ </svg>
225
+ </div>
226
+ <div class="item-text">
227
+ <div class="name">London (ON)</div>
228
+ <div class="desc">City in Canada</div>
229
+ </div>
230
+ <div class="props">
231
+ <div class="count">82</div>
232
+ <div class="label">properties</div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="item">
237
+ <div class="item-icon">
238
+ <!-- pin icon -->
239
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#CFCFCF" stroke-width="2">
240
+ <path d="M12 22c-5-6-8-10-8-14a8 8 0 1 1 16 0c0 4-3 8-8 14z" fill="#D6D6D6" stroke="none"></path>
241
+ <circle cx="12" cy="8.8" r="3.3" fill="#BEBEBE" stroke="none"></circle>
242
+ </svg>
243
+ </div>
244
+ <div class="item-text">
245
+ <div class="name">Victoria, London</div>
246
+ <div class="desc">Region in United Kingdom</div>
247
+ </div>
248
+ <div class="props">
249
+ <div class="count">24105</div>
250
+ <div class="label">properties</div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="item">
255
+ <div class="item-icon">
256
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
257
+ <rect x="3" y="3" width="10" height="18" rx="1"></rect>
258
+ <rect x="15" y="8" width="6" height="13" rx="1"></rect>
259
+ <rect x="5" y="6" width="2" height="2"></rect>
260
+ <rect x="8" y="6" width="2" height="2"></rect>
261
+ <rect x="5" y="9" width="2" height="2"></rect>
262
+ <rect x="8" y="9" width="2" height="2"></rect>
263
+ </svg>
264
+ </div>
265
+ <div class="item-text">
266
+ <div class="name">Londonderry (VT)</div>
267
+ <div class="desc">City in United States</div>
268
+ </div>
269
+ <div class="props">
270
+ <div class="count">30</div>
271
+ <div class="label">properties</div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Keyboard -->
277
+ <div class="keyboard">
278
+ <div class="kb-suggestions">
279
+ <!-- grid icon -->
280
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
281
+ <rect x="3" y="3" width="6" height="6" rx="1"></rect>
282
+ <rect x="3" y="13" width="6" height="6" rx="1"></rect>
283
+ <rect x="13" y="3" width="6" height="6" rx="1"></rect>
284
+ <rect x="13" y="13" width="6" height="6" rx="1"></rect>
285
+ </svg>
286
+ <div class="pill">London</div>
287
+ <div class="pill">London's</div>
288
+ <div class="pill">Londo</div>
289
+ <div style="margin-left:auto; display:flex; align-items:center; gap:18px;">
290
+ <!-- mic icon -->
291
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
292
+ <rect x="8" y="4" width="8" height="12" rx="4" fill="#FFFFFF" stroke="none"></rect>
293
+ <path d="M5 11c0 4 3.5 6 7 6s7-2 7-6" stroke="#FFFFFF" fill="none"></path>
294
+ <path d="M12 17v4" stroke="#FFFFFF"></path>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="kb-rows">
300
+ <div class="row">
301
+ <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>
302
+ <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>
303
+ </div>
304
+ <div class="row">
305
+ <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>
306
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key wide">l</div>
307
+ </div>
308
+ <div class="row">
309
+ <div class="key icon">
310
+ <!-- shift icon -->
311
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.5">
312
+ <path d="M12 4l7 7h-4v7H9v-7H5z"></path>
313
+ </svg>
314
+ </div>
315
+ <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>
316
+ <div class="key icon">
317
+ <!-- backspace icon -->
318
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.2" stroke-linecap="round">
319
+ <path d="M2 12l6-6h11a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8z"></path>
320
+ <path d="M14 9l3 3-3 3M17 9l-3 3 3 3"></path>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ <div class="row">
325
+ <div class="key icon">
326
+ <span style="font-size:36px; color:#FFFFFF;">?123</span>
327
+ </div>
328
+ <div class="key">,</div>
329
+ <div class="key icon">
330
+ <!-- emoji -->
331
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
332
+ <circle cx="12" cy="12" r="9"></circle>
333
+ <circle cx="9" cy="10" r="1.2" fill="#FFFFFF" stroke="none"></circle>
334
+ <circle cx="15" cy="10" r="1.2" fill="#FFFFFF" stroke="none"></circle>
335
+ <path d="M8 15c2 2 6 2 8 0" stroke-linecap="round"></path>
336
+ </svg>
337
+ </div>
338
+ <div class="space"></div>
339
+ <div class="key">.</div>
340
+ <div class="key icon">
341
+ <!-- search icon -->
342
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round">
343
+ <circle cx="11" cy="11" r="6"></circle>
344
+ <path d="M20 20l-4.5-4.5"></path>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="gesture"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/10127/10127_4.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>All rooms UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: 'Inter', Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Top decorative areas */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; width:100%; height:120px;
17
+ background:#a89290;
18
+ }
19
+ .hero {
20
+ position:absolute; top:120px; left:0; width:100%; height:520px;
21
+ background:#ffd6dc;
22
+ border-bottom-left-radius:120px;
23
+ }
24
+ .hero-accent {
25
+ position:absolute; right:-160px; top:260px;
26
+ width:560px; height:560px; border-radius:50%;
27
+ background: radial-gradient(circle at 40% 40%, #ff6a6a, #ff6a6a 30%, #ff8a8a 60%, #ffb7b7 100%);
28
+ opacity:0.75;
29
+ }
30
+ .back-btn {
31
+ position:absolute; top:220px; left:48px;
32
+ width:110px; height:110px; border-radius:55px;
33
+ background:#ffffff; box-shadow:0 6px 16px rgba(0,0,0,0.15);
34
+ display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .back-btn svg { width:44px; height:44px; }
37
+ .currency-pill {
38
+ position:absolute; top:210px; right:48px;
39
+ background:#fff; border-radius:48px; padding:18px 28px;
40
+ box-shadow:0 6px 16px rgba(0,0,0,0.15);
41
+ display:flex; align-items:center; gap:14px; font-weight:600; font-size:34px; color:#333;
42
+ }
43
+ .currency-pill .icon { width:40px; height:40px; }
44
+ .title {
45
+ position:absolute; top:320px; left:60px;
46
+ font-size:72px; font-weight:800; color:#222;
47
+ }
48
+
49
+ /* Search card */
50
+ .search-card {
51
+ position:absolute; top:580px; left:40px; width:1000px;
52
+ background:#fff; border-radius:36px; box-shadow:0 16px 30px rgba(0,0,0,0.12);
53
+ }
54
+ .tabs { display:flex; align-items:center; gap:36px; padding:34px 36px 20px; font-size:40px; }
55
+ .tab { color:#7b7f89; font-weight:600; }
56
+ .tab.active { color:#2e6df6; }
57
+ .tab-underline {
58
+ height:6px; width:160px; background:#2e6df6; border-radius:3px; margin-left:36px;
59
+ }
60
+ .new-badge {
61
+ position:absolute; top:56px; left:270px;
62
+ background:#e6423b; color:#fff; font-size:30px; font-weight:700;
63
+ padding:12px 18px; border-radius:12px; box-shadow:0 4px 10px rgba(0,0,0,0.15);
64
+ }
65
+ .divider { height:1px; background:#e5e7eb; margin:0 0 26px; }
66
+
67
+ .pill { background:#eef2fb; border-radius:60px; height:120px; display:flex; align-items:center; padding:0 34px; margin:22px 36px; color:#222; font-size:40px; font-weight:600; }
68
+ .pill svg { width:52px; height:52px; margin-right:24px; }
69
+ .pill-row { display:flex; gap:24px; padding:0 36px; }
70
+ .pill-half { flex:1; background:#eef2fb; border-radius:60px; height:120px; display:flex; align-items:center; padding:0 34px; color:#222; font-size:38px; font-weight:700; }
71
+ .action-row { display:flex; align-items:center; gap:26px; padding:34px 36px 40px; }
72
+ .locate-circle {
73
+ width:120px; height:120px; border-radius:60px; background:#ffffff; border:2px solid #e0e4ef;
74
+ display:flex; align-items:center; justify-content:center; box-shadow:0 6px 16px rgba(0,0,0,0.08);
75
+ }
76
+ .locate-circle svg { width:54px; height:54px; }
77
+ .search-btn {
78
+ flex:1; height:120px; border-radius:60px; background:#2e6df6; color:#fff; font-size:44px; font-weight:700;
79
+ display:flex; align-items:center; justify-content:center; box-shadow:0 10px 18px rgba(46,109,246,0.35);
80
+ }
81
+
82
+ /* Discount section */
83
+ .section-title {
84
+ position:absolute; top:1120px; left:60px; font-size:54px; font-weight:800; color:#222;
85
+ }
86
+ .coupon-row {
87
+ position:absolute; top:1220px; left:40px; width:1000px; display:flex; gap:26px;
88
+ }
89
+ .coupon-card {
90
+ flex:1; background:#fff; border:2px solid #dfE4ef; border-radius:30px; box-shadow:0 6px 16px rgba(0,0,0,0.05);
91
+ display:flex; padding:24px;
92
+ }
93
+ .coupon-image {
94
+ width:210px; height:210px; background:#E0E0E0; border:1px solid #BDBDBD;
95
+ border-radius:16px; display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px; text-align:center; margin-right:20px;
96
+ }
97
+ .coupon-content { display:flex; flex-direction:column; justify-content:space-between; }
98
+ .coupon-title { font-size:40px; font-weight:800; color:#111; }
99
+ .coupon-sub { font-size:30px; color:#6b7280; line-height:1.3; margin-top:6px; }
100
+ .coupon-link { font-size:34px; font-weight:700; color:#2e6df6; margin-top:14px; }
101
+
102
+ /* Bottom gesture bar */
103
+ .gesture {
104
+ position:absolute; bottom:42px; left:50%; transform:translateX(-50%);
105
+ width:300px; height:12px; background:#d1d5db; border-radius:6px;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <div class="status-bar"></div>
112
+ <div class="hero">
113
+ <div class="hero-accent"></div>
114
+ </div>
115
+
116
+ <div class="back-btn">
117
+ <svg viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
118
+ <path d="M15 18l-6-6 6-6"/>
119
+ </svg>
120
+ </div>
121
+
122
+ <div class="currency-pill">
123
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
124
+ <circle cx="12" cy="12" r="9"></circle>
125
+ <path d="M8 10h8M8 14h8"></path>
126
+ </svg>
127
+ INR
128
+ </div>
129
+
130
+ <div class="title">All rooms</div>
131
+
132
+ <div class="search-card">
133
+ <div class="tabs">
134
+ <div class="tab active">Overnight</div>
135
+ <div class="tab">Day Use</div>
136
+ </div>
137
+ <div class="tab-underline"></div>
138
+ <div class="new-badge">New!</div>
139
+ <div class="divider"></div>
140
+
141
+ <div class="pill">
142
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
143
+ <circle cx="11" cy="11" r="8"></circle>
144
+ <path d="M21 21l-4.3-4.3"></path>
145
+ </svg>
146
+ London
147
+ </div>
148
+
149
+ <div class="pill-row">
150
+ <div class="pill-half">
151
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
152
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
153
+ <path d="M3 9h18M8 5v4M16 5v4"></path>
154
+ </svg>
155
+ Thu, Dec 07
156
+ </div>
157
+ <div class="pill-half">
158
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
159
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
160
+ <path d="M3 9h18M8 5v4M16 5v4"></path>
161
+ </svg>
162
+ Fri, Dec 08
163
+ </div>
164
+ </div>
165
+
166
+ <div class="pill">
167
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
168
+ <circle cx="12" cy="7" r="3"></circle>
169
+ <path d="M5 21c1.5-4 5.5-6 7-6s5.5 2 7 6"></path>
170
+ </svg>
171
+ 1 room 2 adults
172
+ </div>
173
+
174
+ <div class="action-row">
175
+ <div class="locate-circle">
176
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2e6df6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
177
+ <path d="M12 3c4.4 0 8 3.6 8 8 0 6-8 10-8 10S4 17 4 11c0-4.4 3.6-8 8-8z"></path>
178
+ <circle cx="12" cy="11" r="3"></circle>
179
+ </svg>
180
+ </div>
181
+ <div class="search-btn">Search</div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="section-title">Discount Coupons</div>
186
+
187
+ <div class="coupon-row">
188
+ <div class="coupon-card">
189
+ <div class="coupon-image">[IMG: Coupon 5% OFF - Blue]</div>
190
+ <div class="coupon-content">
191
+ <div>
192
+ <div class="coupon-title">UP TO ₹8,000 …</div>
193
+ <div class="coupon-sub">* No minimum spend required. | Offer expires in 3 days!</div>
194
+ </div>
195
+ <div class="coupon-link">Get coupon</div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="coupon-card">
200
+ <div class="coupon-image">[IMG: Coupon 8% OFF - Green]</div>
201
+ <div class="coupon-content">
202
+ <div>
203
+ <div class="coupon-title">UP TO 8% …</div>
204
+ <div class="coupon-sub">Min. spend applies | Limited time offer</div>
205
+ </div>
206
+ <div class="coupon-link">Get coupon</div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="gesture"></div>
212
+ </div>
213
+ </body>
214
+ </html>
code/10127/10127_5.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Calendar UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
12
+ color: #212121;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #FFFFFF;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 120px;
25
+ background: #000000;
26
+ color: #FFFFFF;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ font-weight: 600;
31
+ font-size: 36px;
32
+ }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ }
39
+ .status-icon {
40
+ width: 36px; height: 36px;
41
+ display: inline-flex; align-items: center; justify-content: center;
42
+ }
43
+
44
+ /* Header */
45
+ .header {
46
+ background: #FFFFFF;
47
+ padding: 30px 48px 24px 48px;
48
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
49
+ }
50
+ .title-row {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ margin-top: 8px;
55
+ margin-bottom: 28px;
56
+ }
57
+ .title-row .title {
58
+ font-size: 46px;
59
+ font-weight: 700;
60
+ color: #222;
61
+ }
62
+ .icon-btn {
63
+ width: 64px; height: 64px;
64
+ display: inline-flex; align-items: center; justify-content: center;
65
+ }
66
+ .summary {
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: space-between;
70
+ padding: 12px 0 22px;
71
+ }
72
+ .summary .item {
73
+ width: 44%;
74
+ }
75
+ .summary .label {
76
+ font-size: 28px;
77
+ color: #707070;
78
+ font-weight: 600;
79
+ margin-bottom: 6px;
80
+ }
81
+ .summary .date-text {
82
+ font-size: 46px;
83
+ font-weight: 800;
84
+ color: #1F2937;
85
+ }
86
+ .summary .arrow {
87
+ width: 12%;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+ .divider {
93
+ height: 1px;
94
+ background: #EAEAEA;
95
+ }
96
+
97
+ /* Calendar section */
98
+ .calendar {
99
+ padding: 32px 48px 0 48px;
100
+ }
101
+ .month-title {
102
+ font-size: 40px;
103
+ color: #444;
104
+ font-weight: 600;
105
+ text-align: center;
106
+ margin: 22px 0 12px;
107
+ }
108
+ .daynames {
109
+ display: grid;
110
+ grid-template-columns: repeat(7, 1fr);
111
+ padding: 16px 0 18px;
112
+ color: #8D8D8D;
113
+ font-size: 32px;
114
+ text-align: center;
115
+ }
116
+ .week {
117
+ position: relative;
118
+ display: grid;
119
+ grid-template-columns: repeat(7, 1fr);
120
+ align-items: center;
121
+ min-height: 120px;
122
+ border-top: 1px solid #F0F0F0;
123
+ }
124
+ .week:last-child {
125
+ border-bottom: 1px solid #F0F0F0;
126
+ }
127
+ .day {
128
+ text-align: center;
129
+ color: #6B7280;
130
+ font-size: 40px;
131
+ line-height: 1;
132
+ position: relative;
133
+ z-index: 1;
134
+ }
135
+ .day.muted {
136
+ color: #CFCFCF;
137
+ }
138
+ .day .number {
139
+ display: inline-block;
140
+ padding: 10px 0;
141
+ }
142
+ .day.selected .number {
143
+ width: 88px;
144
+ height: 88px;
145
+ line-height: 88px;
146
+ border-radius: 44px;
147
+ background: #4E81F7;
148
+ color: #FFFFFF;
149
+ font-weight: 700;
150
+ }
151
+ /* range highlight (between selected dates) */
152
+ .week .range {
153
+ position: absolute;
154
+ top: 18px;
155
+ left: calc(14.2857% * 4);
156
+ width: calc(14.2857% * 2);
157
+ height: 88px;
158
+ border-radius: 24px;
159
+ background: #D6E4FF;
160
+ z-index: 0;
161
+ }
162
+
163
+ /* Bottom CTA */
164
+ .cta {
165
+ position: absolute;
166
+ left: 48px;
167
+ right: 48px;
168
+ bottom: 140px;
169
+ height: 120px;
170
+ background: #3F79F6;
171
+ border-radius: 60px;
172
+ color: #FFFFFF;
173
+ font-size: 40px;
174
+ font-weight: 700;
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: center;
178
+ box-shadow: 0 6px 16px rgba(63,121,246,0.24);
179
+ }
180
+
181
+ /* Bottom gesture / nav area to match screenshot */
182
+ .bottom-bar {
183
+ position: absolute;
184
+ bottom: 0;
185
+ left: 0; right: 0;
186
+ height: 120px;
187
+ background: #000000;
188
+ }
189
+ .gesture-pill {
190
+ position: absolute;
191
+ bottom: 36px;
192
+ left: 50%;
193
+ transform: translateX(-50%);
194
+ width: 240px;
195
+ height: 14px;
196
+ background: #EDEDED;
197
+ border-radius: 7px;
198
+ opacity: 0.85;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status bar -->
206
+ <div class="status-bar">
207
+ <div>10:33</div>
208
+ <div class="status-right">
209
+ <span class="status-icon">
210
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="12" r="9"/></svg>
211
+ </span>
212
+ <span class="status-icon">
213
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#FFFFFF"><circle cx="12" cy="12" r="3"/></svg>
214
+ </span>
215
+ <span class="status-icon">
216
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
217
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
218
+ <line x1="21" y1="9" x2="23" y2="9" stroke-width="3"></line>
219
+ </svg>
220
+ </span>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Header -->
225
+ <div class="header" style="margin-top: 0;">
226
+ <div class="title-row">
227
+ <div class="icon-btn">
228
+ <svg width="34" height="34" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round">
229
+ <line x1="5" y1="5" x2="19" y2="19"></line>
230
+ <line x1="19" y1="5" x2="5" y2="19"></line>
231
+ </svg>
232
+ </div>
233
+ <div class="title">Calendar</div>
234
+ </div>
235
+
236
+ <div class="summary">
237
+ <div class="item">
238
+ <div class="label">Check-in</div>
239
+ <div class="date-text">Thu, Dec 07</div>
240
+ </div>
241
+ <div class="arrow">
242
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
243
+ <polyline points="9 18 15 12 9 6"></polyline>
244
+ </svg>
245
+ </div>
246
+ <div class="item" style="text-align: right;">
247
+ <div class="label">Check-out</div>
248
+ <div class="date-text">Fri, Dec 08</div>
249
+ </div>
250
+ </div>
251
+ <div class="divider"></div>
252
+ </div>
253
+
254
+ <!-- Calendar: December 2023 -->
255
+ <div class="calendar">
256
+ <div class="month-title">December 2023</div>
257
+ <div class="daynames">
258
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
259
+ </div>
260
+
261
+ <div class="week">
262
+ <div class="day muted"><span class="number"></span></div>
263
+ <div class="day muted"><span class="number"></span></div>
264
+ <div class="day muted"><span class="number"></span></div>
265
+ <div class="day muted"><span class="number"></span></div>
266
+ <div class="day muted"><span class="number"></span></div>
267
+ <div class="day muted"><span class="number">1</span></div>
268
+ <div class="day muted"><span class="number">2</span></div>
269
+ </div>
270
+
271
+ <div class="week">
272
+ <!-- range background between 7 and 8 -->
273
+ <div class="range"></div>
274
+ <div class="day"><span class="number">3</span></div>
275
+ <div class="day"><span class="number">4</span></div>
276
+ <div class="day"><span class="number">5</span></div>
277
+ <div class="day"><span class="number">6</span></div>
278
+ <div class="day selected"><span class="number">7</span></div>
279
+ <div class="day selected"><span class="number">8</span></div>
280
+ <div class="day"><span class="number">9</span></div>
281
+ </div>
282
+
283
+ <div class="week">
284
+ <div class="day"><span class="number">10</span></div>
285
+ <div class="day"><span class="number">11</span></div>
286
+ <div class="day"><span class="number">12</span></div>
287
+ <div class="day"><span class="number">13</span></div>
288
+ <div class="day"><span class="number">14</span></div>
289
+ <div class="day"><span class="number">15</span></div>
290
+ <div class="day"><span class="number">16</span></div>
291
+ </div>
292
+
293
+ <div class="week">
294
+ <div class="day"><span class="number">17</span></div>
295
+ <div class="day"><span class="number">18</span></div>
296
+ <div class="day"><span class="number">19</span></div>
297
+ <div class="day"><span class="number">20</span></div>
298
+ <div class="day"><span class="number">21</span></div>
299
+ <div class="day"><span class="number">22</span></div>
300
+ <div class="day"><span class="number">23</span></div>
301
+ </div>
302
+
303
+ <div class="week">
304
+ <div class="day"><span class="number">24</span></div>
305
+ <div class="day"><span class="number">25</span></div>
306
+ <div class="day"><span class="number">26</span></div>
307
+ <div class="day"><span class="number">27</span></div>
308
+ <div class="day"><span class="number">28</span></div>
309
+ <div class="day"><span class="number">29</span></div>
310
+ <div class="day"><span class="number">30</span></div>
311
+ </div>
312
+
313
+ <div class="week">
314
+ <div class="day"><span class="number">31</span></div>
315
+ <div class="day muted"><span class="number"></span></div>
316
+ <div class="day muted"><span class="number"></span></div>
317
+ <div class="day muted"><span class="number"></span></div>
318
+ <div class="day muted"><span class="number"></span></div>
319
+ <div class="day muted"><span class="number"></span></div>
320
+ <div class="day muted"><span class="number"></span></div>
321
+ </div>
322
+
323
+ <!-- Separator between months -->
324
+ <div class="divider" style="margin: 32px 0;"></div>
325
+
326
+ <!-- Calendar: January 2024 -->
327
+ <div class="month-title">January 2024</div>
328
+ <div class="daynames">
329
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
330
+ </div>
331
+
332
+ <div class="week">
333
+ <div class="day muted"><span class="number"></span></div>
334
+ <div class="day"><span class="number">1</span></div>
335
+ <div class="day"><span class="number">2</span></div>
336
+ <div class="day"><span class="number">3</span></div>
337
+ <div class="day"><span class="number">4</span></div>
338
+ <div class="day"><span class="number">5</span></div>
339
+ <div class="day"><span class="number">6</span></div>
340
+ </div>
341
+
342
+ <div class="week">
343
+ <div class="day"><span class="number">7</span></div>
344
+ <div class="day"><span class="number">8</span></div>
345
+ <div class="day"><span class="number">9</span></div>
346
+ <div class="day"><span class="number">10</span></div>
347
+ <div class="day"><span class="number">11</span></div>
348
+ <div class="day"><span class="number">12</span></div>
349
+ <div class="day"><span class="number">13</span></div>
350
+ </div>
351
+
352
+ <div class="week">
353
+ <div class="day"><span class="number">14</span></div>
354
+ <div class="day"><span class="number">15</span></div>
355
+ <div class="day"><span class="number">16</span></div>
356
+ <div class="day"><span class="number">17</span></div>
357
+ <div class="day"><span class="number">18</span></div>
358
+ <div class="day"><span class="number">19</span></div>
359
+ <div class="day"><span class="number">20</span></div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- CTA -->
364
+ <div class="cta">OK (1 Night)</div>
365
+
366
+ <!-- Bottom gesture/nav area -->
367
+ <div class="bottom-bar">
368
+ <div class="gesture-pill"></div>
369
+ </div>
370
+ </div>
371
+ </body>
372
+ </html>
code/10127/10127_6.html ADDED
@@ -0,0 +1,421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ color: #1f1f1f;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 150px;
30
+ background: #000;
31
+ color: #fff;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 40px;
35
+ box-sizing: border-box;
36
+ font-weight: 600;
37
+ letter-spacing: 0.5px;
38
+ }
39
+ .status-left {
40
+ font-size: 44px;
41
+ }
42
+ .status-right {
43
+ margin-left: auto;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .status-icon {
49
+ width: 40px;
50
+ height: 40px;
51
+ display: inline-flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+
56
+ /* Header with title and check-in/out summary */
57
+ .header {
58
+ position: absolute;
59
+ top: 150px;
60
+ left: 0;
61
+ width: 1080px;
62
+ background: #fff;
63
+ box-sizing: border-box;
64
+ padding: 28px 40px 24px 40px;
65
+ border-bottom: 1px solid #ECECEC;
66
+ }
67
+ .title-row {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 28px;
71
+ margin-bottom: 20px;
72
+ }
73
+ .title-row .title {
74
+ font-size: 48px;
75
+ font-weight: 600;
76
+ color: #2c2c2c;
77
+ }
78
+ .icon-btn {
79
+ width: 56px;
80
+ height: 56px;
81
+ display: inline-flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+
86
+ .date-summary {
87
+ display: grid;
88
+ grid-template-columns: 1fr 100px 1fr;
89
+ align-items: center;
90
+ gap: 20px;
91
+ padding-top: 10px;
92
+ padding-bottom: 18px;
93
+ }
94
+ .summary-block {
95
+ display: flex;
96
+ flex-direction: column;
97
+ }
98
+ .summary-label {
99
+ font-size: 34px;
100
+ color: #5d5d5d;
101
+ font-weight: 600;
102
+ margin-bottom: 8px;
103
+ }
104
+ .summary-date {
105
+ font-size: 56px;
106
+ font-weight: 700;
107
+ color: #1f1f1f;
108
+ letter-spacing: 0.2px;
109
+ }
110
+ .arrow-mid {
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ }
115
+
116
+ /* Calendar area */
117
+ .content {
118
+ position: absolute;
119
+ top: 150px; /* status bar height */
120
+ left: 0;
121
+ width: 1080px;
122
+ height: calc(2400px - 150px);
123
+ overflow: hidden;
124
+ }
125
+ .calendar-wrap {
126
+ position: absolute;
127
+ top: 220px; /* below header */
128
+ left: 0;
129
+ right: 0;
130
+ bottom: 220px; /* leave room for bottom button area */
131
+ overflow-y: auto;
132
+ padding: 10px 32px 10px 32px;
133
+ box-sizing: border-box;
134
+ }
135
+
136
+ .month-section {
137
+ margin-bottom: 40px;
138
+ }
139
+ .month-title {
140
+ text-align: center;
141
+ font-size: 44px;
142
+ color: #4b4b4b;
143
+ font-weight: 600;
144
+ margin: 24px 0;
145
+ }
146
+ .weekday-row {
147
+ display: grid;
148
+ grid-template-columns: repeat(7, 1fr);
149
+ font-size: 34px;
150
+ color: #8a8a8a;
151
+ text-align: center;
152
+ padding: 18px 12px;
153
+ }
154
+
155
+ .days-grid {
156
+ display: grid;
157
+ grid-template-columns: repeat(7, 1fr);
158
+ }
159
+ .day {
160
+ height: 130px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ font-size: 40px;
165
+ color: #9aa0a6; /* muted */
166
+ position: relative;
167
+ border-top: 1px solid #EFEFEF;
168
+ }
169
+ .day.blank {
170
+ color: transparent;
171
+ }
172
+ .day.faded {
173
+ color: #cfcfcf;
174
+ }
175
+ .day.selected {
176
+ color: #ffffff;
177
+ font-weight: 700;
178
+ }
179
+ .day.selected::before {
180
+ content: "";
181
+ position: absolute;
182
+ width: 120px;
183
+ height: 120px;
184
+ border-radius: 60px;
185
+ background: #3F72F8;
186
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
187
+ }
188
+
189
+ /* Bottom action button */
190
+ .bottom-action {
191
+ position: absolute;
192
+ left: 0;
193
+ right: 0;
194
+ bottom: 150px; /* above gesture bar */
195
+ display: flex;
196
+ justify-content: center;
197
+ padding-bottom: 10px;
198
+ }
199
+ .primary-btn {
200
+ width: 920px;
201
+ height: 120px;
202
+ background: #3F72F8;
203
+ color: #fff;
204
+ border-radius: 60px;
205
+ display: flex;
206
+ align-items: center;
207
+ justify-content: center;
208
+ font-size: 46px;
209
+ font-weight: 700;
210
+ box-shadow: 0 4px 12px rgba(63,114,248,0.35);
211
+ }
212
+
213
+ /* Gesture/navigation bar */
214
+ .nav-bar {
215
+ position: absolute;
216
+ left: 0;
217
+ bottom: 0;
218
+ width: 1080px;
219
+ height: 190px;
220
+ background: #000;
221
+ display: flex;
222
+ align-items: center;
223
+ justify-content: center;
224
+ }
225
+ .home-indicator {
226
+ width: 300px;
227
+ height: 16px;
228
+ border-radius: 8px;
229
+ background: #e6e6e6;
230
+ opacity: 0.9;
231
+ }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+
237
+ <!-- Status bar -->
238
+ <div class="status-bar">
239
+ <div class="status-left">10:33</div>
240
+ <div class="status-right">
241
+ <!-- Simple status icons -->
242
+ <div class="status-icon">
243
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
244
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"></circle>
245
+ </svg>
246
+ </div>
247
+ <div class="status-icon">
248
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
249
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#fff" stroke-width="2"></rect>
250
+ <rect x="6" y="8" width="12" height="8" fill="#fff"></rect>
251
+ </svg>
252
+ </div>
253
+ <div class="status-icon">
254
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
255
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"></circle>
256
+ <circle cx="12" cy="12" r="4" fill="#fff"></circle>
257
+ </svg>
258
+ </div>
259
+ <div class="status-icon">
260
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
261
+ <path d="M20 8v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
262
+ <rect x="7" y="4" width="10" height="6" rx="1" stroke="#fff" stroke-width="2"></rect>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Header -->
269
+ <div class="header">
270
+ <div class="title-row">
271
+ <div class="icon-btn">
272
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
273
+ <path d="M6 6l12 12M18 6L6 18" stroke="#2c2c2c" stroke-width="2" stroke-linecap="round"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="title">Calendar</div>
277
+ </div>
278
+ <div class="date-summary">
279
+ <div class="summary-block">
280
+ <div class="summary-label">Check-in</div>
281
+ <div class="summary-date">Mon, Jan 15, 24</div>
282
+ </div>
283
+ <div class="arrow-mid">
284
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
285
+ <path d="M5 12h12M13 6l6 6-6 6" stroke="#2c2c2c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
286
+ </svg>
287
+ </div>
288
+ <div class="summary-block" style="align-items:flex-end; text-align:right;">
289
+ <div class="summary-label">Check-out</div>
290
+ <div class="summary-date" style="color:#bdbdbd; font-weight:700;">—</div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Scrollable calendar content -->
296
+ <div class="content">
297
+ <div class="calendar-wrap">
298
+
299
+ <!-- December 2023 -->
300
+ <div class="month-section">
301
+ <div class="month-title">December 2023</div>
302
+ <div class="weekday-row">
303
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
304
+ </div>
305
+ <div class="days-grid">
306
+ <!-- Row 1 -->
307
+ <div class="day blank"></div>
308
+ <div class="day blank"></div>
309
+ <div class="day blank"></div>
310
+ <div class="day blank"></div>
311
+ <div class="day faded">1</div>
312
+ <div class="day faded">2</div>
313
+ <!-- Row 2 -->
314
+ <div class="day faded">3</div>
315
+ <div class="day faded">4</div>
316
+ <div class="day faded">5</div>
317
+ <div class="day faded">6</div>
318
+ <div class="day faded">7</div>
319
+ <div class="day faded">8</div>
320
+ <div class="day faded">9</div>
321
+ <!-- Row 3 -->
322
+ <div class="day faded">10</div>
323
+ <div class="day faded">11</div>
324
+ <div class="day faded">12</div>
325
+ <div class="day faded">13</div>
326
+ <div class="day faded">14</div>
327
+ <div class="day faded">15</div>
328
+ <div class="day faded">16</div>
329
+ <!-- Row 4 -->
330
+ <div class="day faded">17</div>
331
+ <div class="day faded">18</div>
332
+ <div class="day faded">19</div>
333
+ <div class="day faded">20</div>
334
+ <div class="day faded">21</div>
335
+ <div class="day faded">22</div>
336
+ <div class="day faded">23</div>
337
+ <!-- Row 5 -->
338
+ <div class="day faded">24</div>
339
+ <div class="day faded">25</div>
340
+ <div class="day faded">26</div>
341
+ <div class="day faded">27</div>
342
+ <div class="day faded">28</div>
343
+ <div class="day faded">29</div>
344
+ <div class="day faded">30</div>
345
+ <!-- Row 6 -->
346
+ <div class="day faded">31</div>
347
+ <div class="day blank"></div>
348
+ <div class="day blank"></div>
349
+ <div class="day blank"></div>
350
+ <div class="day blank"></div>
351
+ <div class="day blank"></div>
352
+ <div class="day blank"></div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- January 2024 -->
357
+ <div class="month-section">
358
+ <div class="month-title">January 2024</div>
359
+ <div class="weekday-row">
360
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
361
+ </div>
362
+ <div class="days-grid">
363
+ <!-- Row 1 -->
364
+ <div class="day blank"></div>
365
+ <div class="day">1</div>
366
+ <div class="day">2</div>
367
+ <div class="day">3</div>
368
+ <div class="day">4</div>
369
+ <div class="day">5</div>
370
+ <div class="day">6</div>
371
+ <!-- Row 2 -->
372
+ <div class="day">7</div>
373
+ <div class="day">8</div>
374
+ <div class="day">9</div>
375
+ <div class="day">10</div>
376
+ <div class="day">11</div>
377
+ <div class="day">12</div>
378
+ <div class="day">13</div>
379
+ <!-- Row 3 -->
380
+ <div class="day">14</div>
381
+ <div class="day selected">15</div>
382
+ <div class="day">16</div>
383
+ <div class="day">17</div>
384
+ <div class="day">18</div>
385
+ <div class="day">19</div>
386
+ <div class="day">20</div>
387
+ <!-- Row 4 -->
388
+ <div class="day">21</div>
389
+ <div class="day">22</div>
390
+ <div class="day">23</div>
391
+ <div class="day">24</div>
392
+ <div class="day">25</div>
393
+ <div class="day">26</div>
394
+ <div class="day">27</div>
395
+ <!-- Row 5 -->
396
+ <div class="day">28</div>
397
+ <div class="day">29</div>
398
+ <div class="day">30</div>
399
+ <div class="day">31</div>
400
+ <div class="day blank"></div>
401
+ <div class="day blank"></div>
402
+ <div class="day blank"></div>
403
+ </div>
404
+ </div>
405
+
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Bottom action button -->
410
+ <div class="bottom-action">
411
+ <div class="primary-btn">OK (1 Night)</div>
412
+ </div>
413
+
414
+ <!-- Gesture bar -->
415
+ <div class="nav-bar">
416
+ <div class="home-indicator"></div>
417
+ </div>
418
+
419
+ </div>
420
+ </body>
421
+ </html>
code/10127/10127_7.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar UI</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: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 120px;
26
+ background: #000000;
27
+ color: #ffffff;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ font-weight: 600;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ gap: 20px;
39
+ align-items: center;
40
+ }
41
+ .status-dot { width: 14px; height: 14px; background: #ffffff; border-radius: 50%; opacity: 0.9; }
42
+ .battery {
43
+ width: 34px; height: 18px; border: 2px solid #fff; border-radius: 4px; position: relative;
44
+ }
45
+ .battery::after {
46
+ content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 6px; background: #fff; border-radius: 2px;
47
+ }
48
+ .battery .level { position: absolute; left: 2px; top: 2px; bottom: 2px; width: 22px; background: #fff; }
49
+
50
+ /* Header */
51
+ .header {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ right: 0;
56
+ background: #ffffff;
57
+ padding: 24px 36px 24px 36px;
58
+ box-sizing: border-box;
59
+ border-bottom: 1px solid #eeeeee;
60
+ }
61
+ .title-row {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 18px;
65
+ margin-bottom: 20px;
66
+ }
67
+ .title-row .title {
68
+ font-size: 46px;
69
+ font-weight: 700;
70
+ }
71
+ .icon-btn {
72
+ width: 72px; height: 72px; border: none; background: transparent; padding: 0; display: flex; align-items: center; justify-content: center;
73
+ }
74
+ .icon-btn svg { width: 40px; height: 40px; stroke: #2b2b2b; }
75
+
76
+ .selection-row {
77
+ display: grid;
78
+ grid-template-columns: 1fr 80px 1fr;
79
+ align-items: center;
80
+ padding: 10px 0 18px;
81
+ }
82
+ .sel-block .label {
83
+ font-size: 30px;
84
+ color: #7a7a7a;
85
+ margin-bottom: 8px;
86
+ font-weight: 600;
87
+ }
88
+ .sel-block .date {
89
+ font-size: 52px;
90
+ font-weight: 800;
91
+ color: #2b2b2b;
92
+ }
93
+ .arrow {
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+ .arrow svg { width: 42px; height: 42px; fill: none; stroke: #5f6368; stroke-width: 4px; }
97
+
98
+ /* Calendar area */
99
+ .calendar {
100
+ position: absolute;
101
+ top: 360px;
102
+ left: 0;
103
+ right: 0;
104
+ bottom: 220px; /* space above button */
105
+ overflow-y: auto;
106
+ padding: 10px 36px 20px;
107
+ box-sizing: border-box;
108
+ }
109
+
110
+ .month {
111
+ margin-bottom: 36px;
112
+ }
113
+ .month-title {
114
+ text-align: center;
115
+ font-size: 40px;
116
+ font-weight: 600;
117
+ color: #4b4b4b;
118
+ margin: 24px 0 16px;
119
+ }
120
+ .dow {
121
+ display: grid;
122
+ grid-template-columns: repeat(7, 1fr);
123
+ text-align: center;
124
+ font-size: 30px;
125
+ color: #9aa0a6;
126
+ margin-bottom: 12px;
127
+ }
128
+ .grid {
129
+ display: grid;
130
+ grid-template-columns: repeat(7, 1fr);
131
+ grid-auto-rows: 140px;
132
+ border-top: 1px solid #efefef;
133
+ border-bottom: 1px solid #efefef;
134
+ }
135
+ .grid .day {
136
+ position: relative;
137
+ border-top: 1px solid #f1f1f1;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ font-size: 36px;
142
+ color: #9198a0;
143
+ }
144
+ .grid .day:nth-child(n+1) { border-left: none; }
145
+ .grid .day.blank { color: #d5d9de; }
146
+ .grid .day.dim { color: #c6cbd1; opacity: 0.7; }
147
+
148
+ /* Selected range and circles */
149
+ .day.selected .num {
150
+ width: 96px; height: 96px; line-height: 96px;
151
+ background: #4c86ff;
152
+ color: #ffffff;
153
+ border-radius: 50%;
154
+ text-align: center;
155
+ font-weight: 700;
156
+ z-index: 2;
157
+ }
158
+ .day.start::after {
159
+ content: "";
160
+ position: absolute;
161
+ top: 32px;
162
+ left: calc(50% - 150px);
163
+ width: 300px; /* spans two cells */
164
+ height: 76px;
165
+ background: #e0ecff;
166
+ border-radius: 40px;
167
+ z-index: 1;
168
+ }
169
+
170
+ /* OK button */
171
+ .cta {
172
+ position: absolute;
173
+ left: 40px;
174
+ right: 40px;
175
+ bottom: 120px;
176
+ height: 120px;
177
+ background: #2f6ef5;
178
+ color: #ffffff;
179
+ border-radius: 60px;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ font-size: 42px;
184
+ font-weight: 700;
185
+ box-shadow: 0 6px 16px rgba(47,110,245,0.35);
186
+ }
187
+
188
+ /* System navigation bar (bottom black area) */
189
+ .system-bar {
190
+ position: absolute;
191
+ left: 0; right: 0; bottom: 0;
192
+ height: 120px;
193
+ background: #000000;
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ }
198
+ .gesture-pill {
199
+ width: 200px; height: 12px; background: #cccccc; border-radius: 6px; opacity: 0.8;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Android status bar -->
207
+ <div class="status-bar">
208
+ <div>10:34</div>
209
+ <div class="status-icons">
210
+ <div class="status-dot"></div>
211
+ <div class="status-dot" style="opacity:0.6;"></div>
212
+ <div class="battery"><div class="level"></div></div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Header with close icon and selection summary -->
217
+ <div class="header">
218
+ <div class="title-row">
219
+ <button class="icon-btn" aria-label="Close">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke-width="2" stroke-linecap="round"/>
222
+ </svg>
223
+ </button>
224
+ <div class="title">Calendar</div>
225
+ </div>
226
+
227
+ <div class="selection-row">
228
+ <div class="sel-block">
229
+ <div class="label">Check-in</div>
230
+ <div class="date">Mon, Jan 15, 24</div>
231
+ </div>
232
+ <div class="arrow">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M4 12 H18 M12 6 L18 12 L12 18" stroke-linecap="round" stroke-linejoin="round"/>
235
+ </svg>
236
+ </div>
237
+ <div class="sel-block">
238
+ <div class="label">Check-out</div>
239
+ <div class="date">Tue, Jan 16, 24</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Calendar content -->
245
+ <div class="calendar">
246
+ <!-- December 2023 -->
247
+ <div class="month">
248
+ <div class="month-title">December 2023</div>
249
+ <div class="dow">
250
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
251
+ </div>
252
+ <div class="grid">
253
+ <!-- Row 1: starts on Fri -->
254
+ <div class="day blank"></div>
255
+ <div class="day blank"></div>
256
+ <div class="day blank"></div>
257
+ <div class="day blank"></div>
258
+ <div class="day blank"></div>
259
+ <div class="day dim"><span class="num">1</span></div>
260
+ <div class="day dim"><span class="num">2</span></div>
261
+
262
+ <!-- Row 2 -->
263
+ <div class="day dim"><span class="num">3</span></div>
264
+ <div class="day dim"><span class="num">4</span></div>
265
+ <div class="day dim"><span class="num">5</span></div>
266
+ <div class="day dim"><span class="num">6</span></div>
267
+ <div class="day dim"><span class="num">7</span></div>
268
+ <div class="day dim"><span class="num">8</span></div>
269
+ <div class="day dim"><span class="num">9</span></div>
270
+
271
+ <!-- Row 3 -->
272
+ <div class="day dim"><span class="num">10</span></div>
273
+ <div class="day dim"><span class="num">11</span></div>
274
+ <div class="day dim"><span class="num">12</span></div>
275
+ <div class="day dim"><span class="num">13</span></div>
276
+ <div class="day dim"><span class="num">14</span></div>
277
+ <div class="day dim"><span class="num">15</span></div>
278
+ <div class="day dim"><span class="num">16</span></div>
279
+
280
+ <!-- Row 4 -->
281
+ <div class="day dim"><span class="num">17</span></div>
282
+ <div class="day dim"><span class="num">18</span></div>
283
+ <div class="day dim"><span class="num">19</span></div>
284
+ <div class="day dim"><span class="num">20</span></div>
285
+ <div class="day dim"><span class="num">21</span></div>
286
+ <div class="day dim"><span class="num">22</span></div>
287
+ <div class="day dim"><span class="num">23</span></div>
288
+
289
+ <!-- Row 5 -->
290
+ <div class="day dim"><span class="num">24</span></div>
291
+ <div class="day dim"><span class="num">25</span></div>
292
+ <div class="day dim"><span class="num">26</span></div>
293
+ <div class="day dim"><span class="num">27</span></div>
294
+ <div class="day dim"><span class="num">28</span></div>
295
+ <div class="day dim"><span class="num">29</span></div>
296
+ <div class="day dim"><span class="num">30</span></div>
297
+
298
+ <!-- Row 6 -->
299
+ <div class="day dim"><span class="num">31</span></div>
300
+ <div class="day blank"></div>
301
+ <div class="day blank"></div>
302
+ <div class="day blank"></div>
303
+ <div class="day blank"></div>
304
+ <div class="day blank"></div>
305
+ <div class="day blank"></div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- January 2024 -->
310
+ <div class="month">
311
+ <div class="month-title">January 2024</div>
312
+ <div class="dow">
313
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
314
+ </div>
315
+ <div class="grid">
316
+ <!-- Row 1 (starts Monday) -->
317
+ <div class="day blank"></div>
318
+ <div class="day"><span class="num">1</span></div>
319
+ <div class="day"><span class="num">2</span></div>
320
+ <div class="day"><span class="num">3</span></div>
321
+ <div class="day"><span class="num">4</span></div>
322
+ <div class="day"><span class="num">5</span></div>
323
+ <div class="day"><span class="num">6</span></div>
324
+
325
+ <!-- Row 2 -->
326
+ <div class="day"><span class="num">7</span></div>
327
+ <div class="day"><span class="num">8</span></div>
328
+ <div class="day"><span class="num">9</span></div>
329
+ <div class="day"><span class="num">10</span></div>
330
+ <div class="day"><span class="num">11</span></div>
331
+ <div class="day"><span class="num">12</span></div>
332
+ <div class="day"><span class="num">13</span></div>
333
+
334
+ <!-- Row 3 -->
335
+ <div class="day"><span class="num">14</span></div>
336
+ <div class="day selected start"><span class="num">15</span></div>
337
+ <div class="day selected"><span class="num">16</span></div>
338
+ <div class="day"><span class="num">17</span></div>
339
+ <div class="day"><span class="num">18</span></div>
340
+ <div class="day"><span class="num">19</span></div>
341
+ <div class="day"><span class="num">20</span></div>
342
+
343
+ <!-- Row 4 -->
344
+ <div class="day"><span class="num">21</span></div>
345
+ <div class="day"><span class="num">22</span></div>
346
+ <div class="day"><span class="num">23</span></div>
347
+ <div class="day"><span class="num">24</span></div>
348
+ <div class="day"><span class="num">25</span></div>
349
+ <div class="day"><span class="num">26</span></div>
350
+ <div class="day"><span class="num">27</span></div>
351
+
352
+ <!-- Row 5 -->
353
+ <div class="day"><span class="num">28</span></div>
354
+ <div class="day"><span class="num">29</span></div>
355
+ <div class="day"><span class="num">30</span></div>
356
+ <div class="day"><span class="num">31</span></div>
357
+ <div class="day blank"></div>
358
+ <div class="day blank"></div>
359
+ <div class="day blank"></div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Confirmation Button -->
365
+ <div class="cta">OK (1 Night)</div>
366
+
367
+ <!-- System navigation bar -->
368
+ <div class="system-bar">
369
+ <div class="gesture-pill"></div>
370
+ </div>
371
+
372
+ </div>
373
+ </body>
374
+ </html>
code/10127/10127_8.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>All rooms UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Top hero area */
15
+ .hero {
16
+ position: absolute; left: 0; top: 0;
17
+ width: 1080px; height: 520px;
18
+ background: #ffd9df;
19
+ border-bottom-left-radius: 140px;
20
+ }
21
+ .hero .circle {
22
+ position: absolute; right: -120px; bottom: -40px;
23
+ width: 420px; height: 420px; border-radius: 50%;
24
+ background: radial-gradient(circle at 50% 50%, #ff6c6c 0%, #ff6c6c 20%, #ff8f8f 55%, rgba(255, 144, 144, 0.6) 75%, rgba(255, 144, 144, 0) 100%);
25
+ }
26
+
27
+ /* Header elements */
28
+ .back-btn {
29
+ position: absolute; left: 48px; top: 140px;
30
+ width: 100px; height: 100px; border-radius: 50%;
31
+ background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.12);
32
+ display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .back-btn svg { width: 44px; height: 44px; }
35
+ .currency-chip {
36
+ position: absolute; right: 48px; top: 130px;
37
+ background: #fff; border-radius: 28px; padding: 18px 28px;
38
+ display: flex; align-items: center; gap: 16px;
39
+ box-shadow: 0 6px 16px rgba(0,0,0,0.12);
40
+ font-weight: 600;
41
+ }
42
+ .currency-icon {
43
+ width: 46px; height: 46px; border-radius: 50%;
44
+ background: #fff; border: 1px solid #DFE3EB;
45
+ display: flex; align-items: center; justify-content: center;
46
+ }
47
+ .header-title {
48
+ position: absolute; left: 168px; top: 168px;
49
+ font-size: 64px; font-weight: 800; color: #222;
50
+ }
51
+
52
+ /* Search card */
53
+ .card {
54
+ position: absolute; left: 40px; right: 40px; top: 360px;
55
+ background: #fff; border-radius: 28px;
56
+ box-shadow: 0 10px 20px rgba(0,0,0,0.12);
57
+ padding: 28px 32px 36px 32px;
58
+ }
59
+ .tabs {
60
+ display: flex; align-items: center; gap: 48px;
61
+ font-size: 36px; font-weight: 700;
62
+ }
63
+ .tab-active { color: #2e6cf6; }
64
+ .tab-inactive { color: #8b8f98; }
65
+ .tab-underline {
66
+ margin-top: 16px; height: 6px; width: 180px; background: #2e6cf6; border-radius: 3px;
67
+ }
68
+ .new-badge {
69
+ position: absolute; left: 240px; top: -20px;
70
+ background: #e8453c; color: #fff; font-weight: 700; font-size: 26px;
71
+ padding: 8px 14px; border-radius: 10px; box-shadow: 0 6px 14px rgba(0,0,0,0.16);
72
+ }
73
+ .divider { margin-top: 24px; height: 2px; background: #E8EBF2; }
74
+
75
+ .pill {
76
+ height: 96px; border-radius: 48px;
77
+ background: #ECF0F9; display: flex; align-items: center;
78
+ padding: 0 28px; font-size: 34px; font-weight: 700; color: #333;
79
+ margin-top: 26px;
80
+ gap: 20px;
81
+ }
82
+ .pill svg { width: 50px; height: 50px; }
83
+
84
+ .date-row { display: flex; gap: 28px; }
85
+ .date-pill { flex: 1; }
86
+
87
+ .cta-row { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
88
+ .map-circle {
89
+ width: 110px; height: 110px; border-radius: 55px;
90
+ border: 2px solid #2e6cf6; display: flex; align-items: center; justify-content: center;
91
+ color: #2e6cf6;
92
+ }
93
+ .search-btn {
94
+ flex: 1; height: 110px; background: #2e6cf6; color: #fff;
95
+ border-radius: 56px; display: flex; align-items: center; justify-content: center;
96
+ font-size: 40px; font-weight: 800;
97
+ box-shadow: 0 8px 16px rgba(46,108,246,0.35);
98
+ }
99
+
100
+ /* Discount section */
101
+ .section {
102
+ position: absolute; left: 40px; right: 40px; top: 1020px;
103
+ }
104
+ .section h2 {
105
+ margin: 0 0 24px 0; font-size: 48px; font-weight: 800; color: #222;
106
+ }
107
+
108
+ .coupon-row { display: flex; gap: 24px; }
109
+ .coupon-card {
110
+ flex: 1;
111
+ background: #fff; border-radius: 26px;
112
+ border: 2px solid #D8E1F2;
113
+ box-shadow: 0 6px 10px rgba(0,0,0,0.06);
114
+ padding: 20px; display: flex; gap: 22px; align-items: center;
115
+ }
116
+ .img-ph {
117
+ width: 200px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
118
+ display: flex; justify-content: center; align-items: center; color: #757575; border-radius: 12px;
119
+ text-align: center; padding: 6px;
120
+ }
121
+ .coupon-content { flex: 1; }
122
+ .coupon-title { font-size: 36px; font-weight: 800; margin-bottom: 6px; }
123
+ .coupon-desc { font-size: 28px; color: #666; }
124
+ .coupon-link { margin-top: 12px; color: #2e6cf6; font-size: 34px; font-weight: 700; }
125
+
126
+ /* Bottom gesture bar */
127
+ .gesture-bar {
128
+ position: absolute; bottom: 28px; left: 50%;
129
+ transform: translateX(-50%);
130
+ width: 240px; height: 12px; background: #C9CDD3; border-radius: 6px;
131
+ }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+ <div class="hero">
137
+ <div class="circle"></div>
138
+ </div>
139
+
140
+ <div class="back-btn">
141
+ <svg viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
142
+ <path d="M15 18l-6-6 6-6"/>
143
+ </svg>
144
+ </div>
145
+
146
+ <div class="currency-chip">
147
+ <div class="currency-icon">
148
+ <svg viewBox="0 0 24 24" width="26" height="26">
149
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#333" stroke-width="1.6"/>
150
+ <path d="M7 12h10M12 7v10" stroke="#333" stroke-width="1.6" />
151
+ </svg>
152
+ </div>
153
+ <div>INR</div>
154
+ </div>
155
+
156
+ <div class="header-title">All rooms</div>
157
+
158
+ <div class="card">
159
+ <div class="new-badge">New!</div>
160
+ <div class="tabs">
161
+ <div class="tab-active">Overnight</div>
162
+ <div class="tab-inactive">Day Use</div>
163
+ </div>
164
+ <div class="tab-underline"></div>
165
+ <div class="divider"></div>
166
+
167
+ <div class="pill">
168
+ <svg viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
169
+ <circle cx="11" cy="11" r="8"></circle>
170
+ <path d="M21 21l-4.3-4.3"></path>
171
+ </svg>
172
+ <span>London</span>
173
+ </div>
174
+
175
+ <div class="date-row">
176
+ <div class="pill date-pill">
177
+ <svg viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
178
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
179
+ <path d="M16 3v4M8 3v4M3 10h18"></path>
180
+ </svg>
181
+ <span>Mon, Jan 15, 2024</span>
182
+ </div>
183
+ <div class="pill date-pill">
184
+ <svg viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
185
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
186
+ <path d="M16 3v4M8 3v4M3 10h18"></path>
187
+ </svg>
188
+ <span>Tue, Jan 16, 2024</span>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="pill">
193
+ <svg viewBox="0 0 24 24" fill="#333">
194
+ <circle cx="12" cy="8" r="4"></circle>
195
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#333"></path>
196
+ </svg>
197
+ <span>1 room 2 adults</span>
198
+ </div>
199
+
200
+ <div class="cta-row">
201
+ <div class="map-circle">
202
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2e6cf6" stroke-width="2">
203
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
204
+ <circle cx="12" cy="10" r="3"></circle>
205
+ </svg>
206
+ </div>
207
+ <div class="search-btn">Search</div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="section">
212
+ <h2>Discount Coupons</h2>
213
+ <div class="coupon-row">
214
+ <div class="coupon-card">
215
+ <div class="img-ph">[IMG: Coupon 5% OFF]</div>
216
+ <div class="coupon-content">
217
+ <div class="coupon-title">UP TO ₹8,000 ...</div>
218
+ <div class="coupon-desc">* No minimum spend required. | Offer expires in 3 days!</div>
219
+ <div class="coupon-link">Get coupon</div>
220
+ </div>
221
+ </div>
222
+ <div class="coupon-card">
223
+ <div class="img-ph">[IMG: Coupon 8% OFF]</div>
224
+ <div class="coupon-content">
225
+ <div class="coupon-title">UP TO 8% ...</div>
226
+ <div class="coupon-desc">Min. spend required | Offer details inside.</div>
227
+ <div class="coupon-link">Get coupon</div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="gesture-bar"></div>
234
+ </div>
235
+ </body>
236
+ </html>
code/10127/10127_9.html ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Guest Details UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #000000;
26
+ }
27
+
28
+ /* Header */
29
+ .header {
30
+ position: absolute;
31
+ top: 120px;
32
+ left: 0;
33
+ width: 1080px;
34
+ height: 160px;
35
+ background: #ffffff;
36
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 36px;
40
+ }
41
+ .close-btn {
42
+ width: 72px;
43
+ height: 72px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ margin-right: 24px;
48
+ }
49
+ .header-title {
50
+ font-size: 48px;
51
+ font-weight: 500;
52
+ color: #333333;
53
+ }
54
+
55
+ /* List area */
56
+ .content {
57
+ position: absolute;
58
+ top: 280px; /* 120 + 160 */
59
+ left: 0;
60
+ width: 100%;
61
+ background: #ffffff;
62
+ }
63
+ .row {
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 40px 36px;
67
+ height: 220px;
68
+ box-sizing: border-box;
69
+ border-bottom: 1.5px solid #E0E0E0;
70
+ }
71
+ .count {
72
+ font-size: 92px;
73
+ font-weight: 400;
74
+ width: 120px;
75
+ color: #333333;
76
+ }
77
+ .label {
78
+ font-size: 44px;
79
+ color: #606060;
80
+ flex: 1;
81
+ }
82
+ .actions {
83
+ display: flex;
84
+ gap: 32px;
85
+ align-items: center;
86
+ }
87
+ .icon-btn {
88
+ width: 88px;
89
+ height: 88px;
90
+ border-radius: 44px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ box-sizing: border-box;
95
+ background: #ffffff;
96
+ }
97
+ .icon-btn.disabled {
98
+ border: 2px solid #E0E0E0;
99
+ background: #F7F7F7;
100
+ }
101
+ .icon-btn.primary {
102
+ border: 3px solid #3D7BF6;
103
+ background: #ffffff;
104
+ }
105
+ .icon {
106
+ width: 44px;
107
+ height: 44px;
108
+ }
109
+ .icon path {
110
+ stroke-width: 8;
111
+ stroke-linecap: round;
112
+ }
113
+ .icon.primary path { stroke: #3D7BF6; }
114
+ .icon.disabled path { stroke: #BDBDBD; }
115
+
116
+ /* Bottom button */
117
+ .footer-btn {
118
+ position: absolute;
119
+ left: 60px;
120
+ bottom: 170px; /* above nav bar */
121
+ width: 960px;
122
+ height: 120px;
123
+ background: #3368F3;
124
+ border-radius: 60px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ color: #ffffff;
129
+ font-size: 42px;
130
+ font-weight: 600;
131
+ letter-spacing: 1px;
132
+ }
133
+
134
+ /* Navigation bar */
135
+ .nav-bar {
136
+ position: absolute;
137
+ bottom: 0;
138
+ left: 0;
139
+ width: 1080px;
140
+ height: 140px;
141
+ background: #000000;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ }
146
+ .home-indicator {
147
+ width: 260px;
148
+ height: 12px;
149
+ background: #BDBDBD;
150
+ border-radius: 6px;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <div class="statusbar"></div>
157
+
158
+ <div class="header">
159
+ <div class="close-btn" aria-label="Close">
160
+ <svg width="48" height="48" viewBox="0 0 48 48">
161
+ <path d="M8 8 L40 40 M40 8 L8 40" stroke="#4A4A4A" stroke-width="4" stroke-linecap="round"></path>
162
+ </svg>
163
+ </div>
164
+ <div class="header-title">Guest details</div>
165
+ </div>
166
+
167
+ <div class="content">
168
+ <!-- Row 1 -->
169
+ <div class="row">
170
+ <div class="count">1</div>
171
+ <div class="label">Room</div>
172
+ <div class="actions">
173
+ <div class="icon-btn disabled" aria-label="Decrease rooms">
174
+ <svg class="icon disabled" viewBox="0 0 48 48">
175
+ <path d="M12 24 H36" fill="none" stroke="#BDBDBD"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="icon-btn primary" aria-label="Increase rooms">
179
+ <svg class="icon primary" viewBox="0 0 48 48">
180
+ <path d="M24 12 V36 M12 24 H36" fill="none" stroke="#3D7BF6"></path>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Row 2 -->
187
+ <div class="row">
188
+ <div class="count">2</div>
189
+ <div class="label">Adults</div>
190
+ <div class="actions">
191
+ <div class="icon-btn primary" aria-label="Decrease adults">
192
+ <svg class="icon primary" viewBox="0 0 48 48">
193
+ <path d="M12 24 H36" fill="none" stroke="#3D7BF6"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="icon-btn primary" aria-label="Increase adults">
197
+ <svg class="icon primary" viewBox="0 0 48 48">
198
+ <path d="M24 12 V36 M12 24 H36" fill="none" stroke="#3D7BF6"></path>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Row 3 -->
205
+ <div class="row">
206
+ <div class="count">0</div>
207
+ <div class="label">Children</div>
208
+ <div class="actions">
209
+ <div class="icon-btn disabled" aria-label="Decrease children">
210
+ <svg class="icon disabled" viewBox="0 0 48 48">
211
+ <path d="M12 24 H36" fill="none" stroke="#BDBDBD"></path>
212
+ </svg>
213
+ </div>
214
+ <div class="icon-btn primary" aria-label="Increase children">
215
+ <svg class="icon primary" viewBox="0 0 48 48">
216
+ <path d="M24 12 V36 M12 24 H36" fill="none" stroke="#3D7BF6"></path>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="footer-btn">OK</div>
224
+
225
+ <div class="nav-bar">
226
+ <div class="home-indicator"></div>
227
+ </div>
228
+ </div>
229
+ </body>
230
+ </html>
code/10128/10128_0.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Home UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ border-radius: 0;
14
+ background: radial-gradient(1200px 1600px at 20% 10%, #80907f 0%, #6e816e 40%, #5b6f5e 70%, #536a58 100%);
15
+ color: #fff;
16
+ }
17
+
18
+ /* abstract glassy curves */
19
+ .curve {
20
+ position: absolute;
21
+ border-radius: 50%;
22
+ filter: blur(0.2px);
23
+ mix-blend-mode: soft-light;
24
+ }
25
+ .curve.c1 {
26
+ width: 1400px; height: 2400px;
27
+ left: -420px; top: -200px;
28
+ background: linear-gradient(180deg, rgba(30,40,34,0.35), rgba(0,0,0,0.0));
29
+ border: 2px solid rgba(20,30,24,0.35);
30
+ transform: rotate(8deg);
31
+ }
32
+ .curve.c2 {
33
+ width: 1200px; height: 1700px;
34
+ right: -520px; top: 540px;
35
+ background: linear-gradient(180deg, rgba(16,22,18,0.55), rgba(0,0,0,0.0));
36
+ border: 2px solid rgba(15,25,18,0.5);
37
+ transform: rotate(-18deg);
38
+ }
39
+ .curve.c3 {
40
+ width: 1000px; height: 1400px;
41
+ right: -100px; top: 980px;
42
+ background: linear-gradient(140deg, rgba(0,0,0,0.3), rgba(0,0,0,0));
43
+ border: 2px solid rgba(25,35,28,0.45);
44
+ transform: rotate(12deg);
45
+ }
46
+
47
+ .status {
48
+ position: absolute;
49
+ top: 0; left: 0;
50
+ width: 100%; height: 96px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ padding: 0 38px;
55
+ font-size: 40px;
56
+ letter-spacing: 0.5px;
57
+ color: #f5f7f6;
58
+ }
59
+ .status .left { display: flex; align-items: center; gap: 20px; }
60
+ .status .right { display: flex; align-items: center; gap: 28px; }
61
+
62
+ /* simple right icons */
63
+ .icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; }
64
+ .icon svg { width: 44px; height: 44px; fill: #fff; }
65
+
66
+ .date-widget {
67
+ position: absolute;
68
+ left: 68px; top: 210px;
69
+ color: #f7faf7;
70
+ }
71
+ .date-widget .day {
72
+ font-size: 72px; font-weight: 500;
73
+ }
74
+ .date-widget .weather {
75
+ display: flex; align-items: center; gap: 18px;
76
+ margin-top: 30px;
77
+ font-size: 40px; opacity: 0.95;
78
+ }
79
+ .weather .waves svg { width: 70px; height: 36px; }
80
+
81
+ /* apps grid */
82
+ .apps { position: absolute; left: 0; width: 100%; }
83
+ .apps.row1 { top: 1500px; }
84
+ .apps.row2 { top: 1758px; }
85
+ .app-row {
86
+ display: flex;
87
+ justify-content: space-around;
88
+ padding: 0 60px;
89
+ }
90
+ .app {
91
+ width: 210px;
92
+ text-align: center;
93
+ color: #f9f9f9;
94
+ }
95
+ .app .circle {
96
+ width: 170px; height: 170px;
97
+ background: #ffffff;
98
+ border-radius: 50%;
99
+ margin: 0 auto 20px auto;
100
+ display: flex; align-items: center; justify-content: center;
101
+ box-shadow: 0 2px 8px rgba(0,0,0,0.25);
102
+ position: relative;
103
+ }
104
+ .app .label { font-size: 36px; text-shadow: 0 1px 1px rgba(0,0,0,0.25); }
105
+
106
+ /* gmail badge */
107
+ .badge {
108
+ position: absolute;
109
+ right: 14px; top: 14px;
110
+ width: 34px; height: 34px; border-radius: 50%;
111
+ background: #7bd1d5; border: 3px solid #fff;
112
+ }
113
+
114
+ /* Google search pill */
115
+ .search {
116
+ position: absolute;
117
+ left: 66px; bottom: 210px;
118
+ width: 948px; height: 128px;
119
+ background: #222629;
120
+ border: 2px solid rgba(255,255,255,0.08);
121
+ border-radius: 70px;
122
+ display: flex; align-items: center; justify-content: space-between;
123
+ padding: 0 34px 0 40px;
124
+ color: #dfe5df;
125
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
126
+ }
127
+ .search .left-group { display: flex; align-items: center; gap: 22px; }
128
+ .search .g {
129
+ width: 64px; height: 64px; border-radius: 50%;
130
+ background: #fff; display: flex; align-items: center; justify-content: center;
131
+ font-weight: 700; color: #4285F4; font-size: 40px;
132
+ }
133
+ .search .prompt { font-size: 40px; opacity: 0.9; }
134
+
135
+ /* bottom nav pill */
136
+ .nav-pill {
137
+ position: absolute; bottom: 40px; left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 360px; height: 12px; background: rgba(230,235,230,0.6);
140
+ border-radius: 8px;
141
+ }
142
+
143
+ /* small helpers for app glyphs */
144
+ .glyph svg { width: 110px; height: 110px; }
145
+ .glyph-small svg { width: 90px; height: 90px; }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+ <!-- abstract background shapes -->
151
+ <div class="curve c1"></div>
152
+ <div class="curve c2"></div>
153
+ <div class="curve c3"></div>
154
+
155
+ <!-- Status bar -->
156
+ <div class="status">
157
+ <div class="left">
158
+ <div>11:03</div>
159
+ </div>
160
+ <div class="right">
161
+ <!-- wifi -->
162
+ <span class="icon">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M12 18.5c-.9 0-1.7.7-1.7 1.5S11.1 21.5 12 21.5s1.7-.7 1.7-1.5-.8-1.5-1.7-1.5zm7.6-6.9C16.6 8.1 13.4 7 12 7s-4.6 1.1-7.6 4.6l1.5 1.3C8.4 9.8 10.6 9 12 9s3.6.8 6.2 3.5l1.4-1.9zM12 3C8.5 3 4.9 4.4 1.7 7.7L3.3 9c2.8-2.7 5.7-4 8.7-4s5.9 1.3 8.7 4l1.6-1.3C19.1 4.4 15.5 3 12 3z"/>
165
+ </svg>
166
+ </span>
167
+ <!-- battery -->
168
+ <span class="icon">
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M17 6h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-1v1h-2v-1H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h10zm0 2H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z"/>
171
+ </svg>
172
+ </span>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Date and weather -->
177
+ <div class="date-widget">
178
+ <div class="day">Mon, Sep 11</div>
179
+ <div class="weather">
180
+ <span class="waves">
181
+ <svg viewBox="0 0 64 24">
182
+ <path d="M4 8c4 4 8 4 12 0s8-4 12 0 8 4 12 0" stroke="#e7efe6" stroke-width="3" fill="none" stroke-linecap="round"/>
183
+ <path d="M4 16c4 4 8 4 12 0s8-4 12 0 8 4 12 0" stroke="#e7efe6" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.9"/>
184
+ </svg>
185
+ </span>
186
+ <span>27°C</span>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- App icons row 1 -->
191
+ <div class="apps row1">
192
+ <div class="app-row">
193
+ <!-- Play Store -->
194
+ <div class="app">
195
+ <div class="circle glyph">
196
+ <svg viewBox="0 0 64 64">
197
+ <path d="M14 10l28 22-28 22z" fill="#4CAF50"/>
198
+ <path d="M42 32l10 8-10 8-10-8z" fill="#F4B400"/>
199
+ <path d="M14 10l28 22-10 8L14 10z" fill="#4285F4"/>
200
+ <path d="M14 54l28-22-10-8-18 30z" fill="#DB4437"/>
201
+ </svg>
202
+ </div>
203
+ <div class="label">Play Store</div>
204
+ </div>
205
+ <!-- Gmail -->
206
+ <div class="app">
207
+ <div class="circle glyph">
208
+ <div class="badge"></div>
209
+ <svg viewBox="0 0 64 64">
210
+ <path d="M8 18v28a4 4 0 0 0 4 4h40a4 4 0 0 0 4-4V18L32 34 8 18z" fill="#ffffff"/>
211
+ <path d="M8 18l24 16 24-16v-2a4 4 0 0 0-4-4H12a4 4 0 0 0-4 4v2z" fill="#EA4335"/>
212
+ <path d="M12 20v30h8V26l12 8 12-8v24h8V20L32 34 12 20z" fill="#34A853"/>
213
+ <path d="M20 26v-8h24v8L32 34 20 26z" fill="#FBBC05"/>
214
+ <path d="M12 20l20 14L52 20" fill="none" stroke="#4285F4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="label">Gmail</div>
218
+ </div>
219
+ <!-- Photos -->
220
+ <div class="app">
221
+ <div class="circle glyph-small">
222
+ <svg viewBox="0 0 64 64">
223
+ <circle cx="22" cy="22" r="12" fill="#FBBC05"/>
224
+ <circle cx="42" cy="22" r="12" fill="#34A853"/>
225
+ <circle cx="22" cy="42" r="12" fill="#EA4335"/>
226
+ <circle cx="42" cy="42" r="12" fill="#4285F4"/>
227
+ </svg>
228
+ </div>
229
+ <div class="label">Photos</div>
230
+ </div>
231
+ <!-- YouTube -->
232
+ <div class="app">
233
+ <div class="circle glyph-small">
234
+ <svg viewBox="0 0 64 64">
235
+ <rect x="8" y="18" width="48" height="28" rx="8" fill="#FF0000"/>
236
+ <path d="M28 24l16 10-16 10V24z" fill="#fff"/>
237
+ </svg>
238
+ </div>
239
+ <div class="label">YouTube</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- App icons row 2 -->
245
+ <div class="apps row2">
246
+ <div class="app-row">
247
+ <!-- Phone -->
248
+ <div class="app">
249
+ <div class="circle glyph-small">
250
+ <svg viewBox="0 0 64 64">
251
+ <path d="M22 14l8 6-4 7c3 5 7 9 12 12l7-4 6 8-4 6c-2 2-6 3-9 2-8-3-18-13-21-21-1-3 0-7 2-9l3-3z" fill="#1E88E5"/>
252
+ </svg>
253
+ </div>
254
+ <div class="label">Phone</div>
255
+ </div>
256
+ <!-- Messages -->
257
+ <div class="app">
258
+ <div class="circle glyph-small">
259
+ <svg viewBox="0 0 64 64">
260
+ <path d="M10 14h44a6 6 0 0 1 6 6v18a6 6 0 0 1-6 6H26l-12 8v-8h-4a6 6 0 0 1-6-6V20a6 6 0 0 1 6-6z" fill="#2A74F5"/>
261
+ <rect x="18" y="24" width="28" height="6" rx="3" fill="#ffffff"/>
262
+ <rect x="18" y="34" width="20" height="6" rx="3" fill="#ffffff" opacity="0.95"/>
263
+ </svg>
264
+ </div>
265
+ <div class="label">Messages</div>
266
+ </div>
267
+ <!-- Chrome -->
268
+ <div class="app">
269
+ <div class="circle glyph">
270
+ <svg viewBox="0 0 64 64">
271
+ <circle cx="32" cy="32" r="28" fill="#DB4437"/>
272
+ <path d="M32 4a28 28 0 0 1 24 14H32z" fill="#F4B400"/>
273
+ <path d="M8 18l12 22h12l12-22" fill="#0F9D58" opacity="0.95"/>
274
+ <circle cx="32" cy="32" r="13" fill="#4285F4" stroke="#fff" stroke-width="2"/>
275
+ </svg>
276
+ </div>
277
+ <div class="label">Chrome</div>
278
+ </div>
279
+ <!-- Camera -->
280
+ <div class="app">
281
+ <div class="circle glyph">
282
+ <svg viewBox="0 0 64 64">
283
+ <rect x="8" y="18" width="48" height="30" rx="6" fill="#424B57"/>
284
+ <rect x="16" y="10" width="14" height="10" rx="3" fill="#2E3742"/>
285
+ <circle cx="32" cy="33" r="11" fill="#1E88E5"/>
286
+ <circle cx="32" cy="33" r="6" fill="#A6C8FF"/>
287
+ <circle cx="50" cy="22" r="3" fill="#A3B1BE"/>
288
+ </svg>
289
+ </div>
290
+ <div class="label">Camera</div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Google search pill -->
296
+ <div class="search">
297
+ <div class="left-group">
298
+ <div class="g">G</div>
299
+ <div class="prompt">Search</div>
300
+ </div>
301
+ <div class="left-group">
302
+ <!-- mic -->
303
+ <span class="icon" style="width:56px;height:56px;">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 0 0-6 0v4a3 3 0 0 0 3 3z" fill="#4CAF50"/>
306
+ <path d="M5 11a7 7 0 0 0 14 0h-2a5 5 0 0 1-10 0H5z" fill="#FBBC05"/>
307
+ <rect x="11" y="17" width="2" height="4" rx="1" fill="#4285F4"/>
308
+ </svg>
309
+ </span>
310
+ <!-- lens/camera -->
311
+ <span class="icon" style="width:56px;height:56px;">
312
+ <svg viewBox="0 0 24 24">
313
+ <rect x="3" y="5" width="18" height="14" rx="3" fill="#34A853"/>
314
+ <circle cx="12" cy="12" r="4" fill="#ffffff"/>
315
+ <circle cx="12" cy="12" r="2" fill="#4285F4"/>
316
+ </svg>
317
+ </span>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- bottom navigation pill -->
322
+ <div class="nav-pill"></div>
323
+ </div>
324
+ </body>
325
+ </html>
code/10128/10128_1.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Party Wear Formal Shoes - UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: linear-gradient(180deg, #b7e5df 0%, #a6e0d1 40%, #9fd9cc 100%);
13
+ border-radius: 32px;
14
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0; left: 0; right: 0;
20
+ height: 90px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 32px;
25
+ color: #303030;
26
+ font-weight: 600;
27
+ font-size: 34px;
28
+ }
29
+ .status-icons {
30
+ display: flex; gap: 18px; align-items: center;
31
+ }
32
+ .icon-dot, .icon-pill {
33
+ width: 28px; height: 28px; border-radius: 6px; background: #2f2f2f;
34
+ }
35
+ /* Search section */
36
+ .search-row {
37
+ position: absolute;
38
+ top: 90px;
39
+ left: 0; right: 0;
40
+ padding: 18px 24px;
41
+ display: flex; align-items: center; gap: 22px;
42
+ }
43
+ .back-btn {
44
+ width: 72px; height: 72px; border-radius: 18px;
45
+ display: flex; align-items: center; justify-content: center;
46
+ background: rgba(255,255,255,0.6);
47
+ }
48
+ .search-box {
49
+ flex: 1;
50
+ height: 92px;
51
+ background: #ffffff;
52
+ border-radius: 22px;
53
+ display: flex; align-items: center;
54
+ padding: 0 24px;
55
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
56
+ }
57
+ .search-box svg { width: 38px; height: 38px; fill: #3b3b3b; }
58
+ .search-input {
59
+ flex: 1;
60
+ border: none;
61
+ outline: none;
62
+ font-size: 34px;
63
+ color: #222;
64
+ background: transparent;
65
+ margin: 0 16px;
66
+ }
67
+ .scan-btn {
68
+ width: 68px; height: 68px; border-radius: 16px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ background: #edf6f4; border: 1px solid #cfd9d6;
71
+ }
72
+ /* Location row */
73
+ .location-row {
74
+ position: absolute; top: 200px; left: 0; right: 0;
75
+ padding: 10px 32px 6px 32px;
76
+ display: flex; align-items: center; gap: 16px;
77
+ color: #2d2d2d; font-size: 32px;
78
+ }
79
+ .location-row .caret { margin-left: 8px; font-weight: 700; }
80
+ /* Filter chips row */
81
+ .chips-row {
82
+ position: absolute; top: 270px; left: 0; right: 0;
83
+ padding: 10px 24px;
84
+ display: flex; align-items: center; gap: 18px;
85
+ }
86
+ .chip {
87
+ background: #ffffff;
88
+ color: #2d2d2d;
89
+ padding: 20px 26px;
90
+ border-radius: 20px;
91
+ font-size: 30px;
92
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
93
+ display: flex; align-items: center; gap: 12px;
94
+ }
95
+ .prime-toggle {
96
+ width: 72px; height: 38px; border-radius: 20px;
97
+ background: #ebf3ff; border: 1px solid #cfd6e6; position: relative;
98
+ }
99
+ .prime-toggle::after {
100
+ content: ""; position: absolute; top: 4px; left: 4px;
101
+ width: 30px; height: 30px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
102
+ }
103
+ .right-label { margin-left: auto; }
104
+ /* Card area */
105
+ .card {
106
+ position: absolute; left: 24px; right: 24px;
107
+ top: 350px;
108
+ background: #ffffff;
109
+ border-radius: 22px;
110
+ box-shadow: 0 4px 12px rgba(0,0,0,0.06);
111
+ overflow: hidden;
112
+ }
113
+ .card-header {
114
+ padding: 24px 24px 6px 24px;
115
+ color: #222;
116
+ }
117
+ .brand-title { font-weight: 800; font-size: 42px; letter-spacing: 1px; }
118
+ .card-sub { font-size: 36px; margin-top: 6px; }
119
+ .image {
120
+ width: 100%; height: 620px;
121
+ background: #E0E0E0;
122
+ border-top: 1px solid #BDBDBD;
123
+ border-bottom: 1px solid #BDBDBD;
124
+ color: #757575;
125
+ display: flex; align-items: center; justify-content: center;
126
+ font-size: 32px;
127
+ }
128
+ .thumbs {
129
+ display: flex; gap: 18px; padding: 18px 18px 24px 18px;
130
+ }
131
+ .thumb {
132
+ flex: 1; background: #fafafa; border-radius: 16px; display: flex; align-items: center; gap: 16px;
133
+ padding: 16px; border: 1px solid #e4e4e4;
134
+ }
135
+ .thumb .img {
136
+ width: 120px; height: 100px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
137
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
138
+ }
139
+ .thumb .meta { font-size: 28px; color: #333; }
140
+ .link-row {
141
+ position: absolute; top: 1160px; left: 24px; right: 24px;
142
+ display: flex; align-items: center; justify-content: space-between;
143
+ color: #1a73e8; font-size: 34px;
144
+ }
145
+ .sponsored {
146
+ position: absolute; top: 1215px; right: 28px;
147
+ display: flex; align-items: center; gap: 12px; color: #606060; font-size: 28px;
148
+ }
149
+ .info-dot { width: 28px; height: 28px; border-radius: 50%; background: #b0b0b0; display: inline-block; }
150
+ /* Section title */
151
+ .section-title {
152
+ position: absolute; top: 1268px; left: 24px; right: 24px;
153
+ font-size: 34px; color: #333; padding: 24px 0;
154
+ }
155
+ /* Product grid */
156
+ .grid {
157
+ position: absolute; top: 1350px; left: 24px; right: 24px;
158
+ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
159
+ }
160
+ .product {
161
+ background: #ffffff; border-radius: 20px; padding: 24px; box-shadow: 0 3px 10px rgba(0,0,0,0.06);
162
+ }
163
+ .product .product-img {
164
+ width: 100%; height: 380px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 14px;
165
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
166
+ }
167
+ .product .name { margin-top: 18px; font-size: 30px; color: #222; }
168
+ /* Bottom navigation */
169
+ .bottom-nav {
170
+ position: absolute; left: 0; right: 0; bottom: 0;
171
+ height: 150px; background: #ffffff; border-top-left-radius: 24px; border-top-right-radius: 24px;
172
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
173
+ display: flex; align-items: center; justify-content: space-around;
174
+ }
175
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #222; font-size: 28px; }
176
+ .nav-item svg { width: 54px; height: 54px; fill: none; stroke: #222; stroke-width: 3; }
177
+ .cart-count {
178
+ position: absolute; top: -8px; right: -16px; background: #0a7; color: #fff; font-size: 24px;
179
+ border-radius: 14px; padding: 2px 8px;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status Bar -->
187
+ <div class="status-bar">
188
+ <div>11:04</div>
189
+ <div class="status-icons">
190
+ <div class="icon-dot"></div>
191
+ <div class="icon-dot"></div>
192
+ <div class="icon-pill" style="width:36px;"></div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Search Row -->
197
+ <div class="search-row">
198
+ <div class="back-btn" aria-label="Back">
199
+ <svg viewBox="0 0 24 24">
200
+ <path d="M15 5 L7 12 L15 19" stroke="#1f1f1f" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="search-box">
204
+ <svg viewBox="0 0 24 24">
205
+ <circle cx="10" cy="10" r="6"></circle>
206
+ <line x1="14" y1="14" x2="21" y2="21" stroke="#3b3b3b" stroke-width="2"></line>
207
+ </svg>
208
+ <input class="search-input" value="party wear formal shoes for men" />
209
+ <div class="scan-btn" aria-label="Scan">
210
+ <svg viewBox="0 0 24 24" stroke="#2f6b5e" stroke-width="2">
211
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none"></rect>
212
+ <path d="M4 9 h3 M17 9 h3 M4 15 h3 M17 15 h3" />
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Location -->
219
+ <div class="location-row">
220
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#333">
221
+ <path d="M12 2 C8 2 5 5 5 9 c0 6 7 13 7 13 s7-7 7-13 c0-4-3-7-7-7z"></path>
222
+ </svg>
223
+ <span>Choose location for most accurate options</span>
224
+ <span class="caret">⌄</span>
225
+ </div>
226
+
227
+ <!-- Chips -->
228
+ <div class="chips-row">
229
+ <div class="prime-toggle"></div>
230
+ <div class="chip">Liberty</div>
231
+ <div class="chip">★★★★☆ &amp; Up</div>
232
+ <div class="chip right-label">Filters ▼</div>
233
+ </div>
234
+
235
+ <!-- Sponsored Card -->
236
+ <div class="card">
237
+ <div class="card-header">
238
+ <div class="brand-title">FAUSTO • LUCKY★STAR</div>
239
+ <div class="card-sub">Men's Classic Office Dress Shoes</div>
240
+ </div>
241
+ <div class="image">[IMG: Man lounging in suit wearing brown formal shoes]</div>
242
+ <div class="thumbs">
243
+ <div class="thumb">
244
+ <div class="img">[IMG: Brown Derby]</div>
245
+ <div class="meta">★★★★☆ 85 • Prime</div>
246
+ </div>
247
+ <div class="thumb">
248
+ <div class="img">[IMG: Brown Casual Dress]</div>
249
+ <div class="meta">★★★★☆ 21 • Prime</div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Link & Sponsored -->
255
+ <div class="link-row">
256
+ <div>Shop FAUSTO ›</div>
257
+ </div>
258
+ <div class="sponsored">
259
+ <span>Sponsored</span>
260
+ <span class="info-dot"></span>
261
+ </div>
262
+
263
+ <!-- Section Title -->
264
+ <div class="section-title">
265
+ Price and other details may vary based on product size and colour.
266
+ </div>
267
+
268
+ <!-- Products Grid -->
269
+ <div class="grid">
270
+ <div class="product">
271
+ <div class="product-img">[IMG: Black Slip-on Formal Shoe]</div>
272
+ <div class="name">Black Slip-on Classic</div>
273
+ </div>
274
+ <div class="product">
275
+ <div class="product-img">[IMG: Brown Lace-up Formal Shoe]</div>
276
+ <div class="name">Brown Lace-up Comfort</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Bottom Navigation -->
281
+ <div class="bottom-nav">
282
+ <div class="nav-item">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M3 11 L12 3 L21 11"></path>
285
+ <rect x="6" y="11" width="12" height="9"></rect>
286
+ </svg>
287
+ <div>Home</div>
288
+ </div>
289
+ <div class="nav-item">
290
+ <svg viewBox="0 0 24 24">
291
+ <circle cx="12" cy="8" r="4"></circle>
292
+ <path d="M4 21 c0-5 16-5 16 0"></path>
293
+ </svg>
294
+ <div>Account</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <svg viewBox="0 0 24 24">
298
+ <path d="M4 12 a8 8 0 1 1 3 6"></path>
299
+ <path d="M4 12 h4"></path>
300
+ </svg>
301
+ <div>Refresh</div>
302
+ </div>
303
+ <div class="nav-item" style="position: relative;">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M4 6 h16 l-2 12 H6 L4 6z"></path>
306
+ <circle cx="9" cy="20" r="2"></circle>
307
+ <circle cx="17" cy="20" r="2"></circle>
308
+ </svg>
309
+ <div class="cart-count">0</div>
310
+ <div>Cart</div>
311
+ </div>
312
+ <div class="nav-item">
313
+ <svg viewBox="0 0 24 24">
314
+ <path d="M3 5 h18 M3 12 h18 M3 19 h18"></path>
315
+ </svg>
316
+ <div>Menu</div>
317
+ </div>
318
+ </div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/10128/10128_5.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Party Wear Formal Shoes</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: #f6f7f9;
13
+ border-radius: 24px;
14
+ box-shadow: 0 10px 30px rgba(0,0,0,0.12);
15
+ }
16
+ /* Top gradient header area */
17
+ .header-wrap {
18
+ width: 100%;
19
+ background: linear-gradient(180deg, #aee3df 0%, #b7e6e2 40%, #c3e9e5 100%);
20
+ padding-bottom: 16px;
21
+ box-sizing: border-box;
22
+ }
23
+ .status-bar {
24
+ height: 60px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 32px;
28
+ font-size: 28px;
29
+ color: #1a1a1a;
30
+ }
31
+ .status-icons { margin-left: auto; display: flex; gap: 18px; color: #2a2a2a; }
32
+ .top-search-row {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ padding: 16px 24px;
37
+ }
38
+ .icon-btn {
39
+ width: 72px;
40
+ height: 72px;
41
+ border-radius: 36px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+ .icon-btn svg { width: 40px; height: 40px; fill: #2c2c2c; }
47
+ .search-bar {
48
+ flex: 1;
49
+ height: 88px;
50
+ background: #ffffff;
51
+ border-radius: 20px;
52
+ box-shadow: inset 0 0 0 2px #e2e2e2;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 24px;
56
+ gap: 18px;
57
+ }
58
+ .search-input {
59
+ flex: 1;
60
+ font-size: 30px;
61
+ color: #202020;
62
+ white-space: nowrap;
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ }
66
+ .search-bar .suffix {
67
+ width: 56px;
68
+ height: 56px;
69
+ border-radius: 12px;
70
+ background: #e8f1f0;
71
+ display: flex; align-items: center; justify-content: center;
72
+ border: 1px solid #cfd8dc;
73
+ }
74
+ .location-row {
75
+ margin-top: 12px;
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 18px;
79
+ padding: 0 28px;
80
+ height: 82px;
81
+ color: #2b2b2b;
82
+ font-size: 30px;
83
+ }
84
+ .location-row .right { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #4d4d4d; }
85
+ .chips-row {
86
+ display: flex; align-items: center; gap: 16px;
87
+ padding: 12px 24px 20px;
88
+ flex-wrap: nowrap;
89
+ }
90
+ .chip {
91
+ display: inline-flex; align-items: center; gap: 12px;
92
+ background: #ffffff;
93
+ border: 1px solid #d5d5d5;
94
+ border-radius: 40px;
95
+ padding: 16px 24px;
96
+ font-size: 28px; color: #2a2a2a;
97
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
98
+ white-space: nowrap;
99
+ }
100
+ .chip .x {
101
+ background: #eaeaea; border-radius: 50%; width: 28px; height: 28px;
102
+ display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
103
+ }
104
+ .toggle {
105
+ width: 72px; height: 36px; border-radius: 18px; background: #e9ecef; position: relative; margin-left: 8px;
106
+ border: 1px solid #cfd8dc;
107
+ }
108
+ .toggle::after {
109
+ content: ""; position: absolute; left: 4px; top: 4px; width: 28px; height: 28px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 2px rgba(0,0,0,0.2);
110
+ }
111
+
112
+ /* Content */
113
+ .section {
114
+ padding: 0 28px;
115
+ }
116
+ .title {
117
+ font-size: 42px; font-weight: 700; color: #1a1a1a; margin-top: 20px;
118
+ }
119
+ .subnote {
120
+ display: flex; align-items: center; gap: 10px; color: #6a6a6a; font-size: 26px; margin-top: 8px;
121
+ }
122
+ .banner {
123
+ margin-top: 16px;
124
+ height: 720px;
125
+ background: #E0E0E0;
126
+ border: 1px solid #BDBDBD;
127
+ border-radius: 16px;
128
+ display: flex; align-items: center; justify-content: center;
129
+ color: #757575; font-size: 34px; text-align: center;
130
+ }
131
+ .brand-row {
132
+ margin-top: 22px; display: flex; align-items: center; gap: 20px; padding-bottom: 8px;
133
+ }
134
+ .brand-logo {
135
+ width: 160px; height: 120px;
136
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
137
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
138
+ }
139
+ .brand-link { font-size: 36px; color: #157a8a; }
140
+ .brand-link svg { width: 28px; height: 28px; vertical-align: middle; fill: #157a8a; }
141
+
142
+ .desc-note {
143
+ font-size: 30px; color: #3a3a3a; margin: 22px 0 6px;
144
+ }
145
+
146
+ .grid {
147
+ display: grid;
148
+ grid-template-columns: 1fr 1fr;
149
+ gap: 24px;
150
+ padding: 0 6px;
151
+ }
152
+ .card {
153
+ background: #ffffff;
154
+ border: 1px solid #dddddd;
155
+ border-radius: 16px;
156
+ padding: 18px;
157
+ box-sizing: border-box;
158
+ height: 540px;
159
+ display: flex; flex-direction: column;
160
+ }
161
+ .card .img {
162
+ flex: 1;
163
+ background: #E0E0E0;
164
+ border: 1px solid #BDBDBD;
165
+ border-radius: 12px;
166
+ display: flex; align-items: center; justify-content: center;
167
+ color: #757575; font-size: 28px; text-align: center;
168
+ }
169
+
170
+ /* Bottom navigation */
171
+ .bottom-nav {
172
+ position: absolute; left: 0; right: 0; bottom: 0;
173
+ height: 132px;
174
+ background: #ffffff;
175
+ border-top: 1px solid #e1e1e1;
176
+ display: flex; align-items: center; justify-content: space-around;
177
+ }
178
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #2a2a2a; font-size: 24px; }
179
+ .nav-item svg { width: 56px; height: 56px; fill: #2a2a2a; }
180
+ .badge {
181
+ position: absolute; margin-left: 34px; margin-top: -6px;
182
+ background: #00a0a0; color: #fff; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
183
+ border-radius: 18px; font-size: 22px;
184
+ }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <div class="header-wrap">
191
+ <div class="status-bar">
192
+ <div>11:06</div>
193
+ <div class="status-icons">
194
+ <span>📧</span>
195
+ <span>📶</span>
196
+ <span>🔋</span>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="top-search-row">
201
+ <div class="icon-btn">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M15 6L6 12l9 6" stroke="#2c2c2c" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
204
+ </svg>
205
+ </div>
206
+ <div class="search-bar">
207
+ <svg viewBox="0 0 24 24" style="width:36px;height:36px;fill:#5e6a6a">
208
+ <path d="M10 2a8 8 0 105.3 14.1l5.1 5.1 1.4-1.4-5.1-5.1A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/>
209
+ </svg>
210
+ <div class="search-input">party wear formal shoes for men</div>
211
+ <div class="suffix">
212
+ <svg viewBox="0 0 24 24" style="width:26px;height:26px;fill:#157a8a">
213
+ <path d="M5 7h14v10H5V7zm3 0l2-2h4l2 2H8z"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="location-row">
220
+ <svg viewBox="0 0 24 24" style="width:32px;height:32px;fill:#2b6f72">
221
+ <path d="M12 2a7 7 0 00-7 7c0 4.7 7 13 7 13s7-8.3 7-13a7 7 0 00-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z"/>
222
+ </svg>
223
+ <div>Choose location for most accurate options</div>
224
+ <div class="right">
225
+ <svg viewBox="0 0 24 24" style="width:28px;height:28px;fill:#5e6a6a"><path d="M7 10l5 5 5-5z"/></svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="chips-row">
230
+ <div class="chip">prime <span class="toggle"></span></div>
231
+ <div class="chip">8</div>
232
+ <div class="chip">Men's Shoes <span class="x">×</span></div>
233
+ <div class="chip">Liberty</div>
234
+ <div class="chip">Filters (2)
235
+ <svg viewBox="0 0 24 24" style="width:24px;height:24px;fill:#4d4d4d;margin-left:6px"><path d="M7 10l5 5 5-5z"/></svg>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="section">
241
+ <div class="title">Men's Classic Office Dress Shoes</div>
242
+ <div class="subnote">
243
+ <span>Sponsored</span>
244
+ <svg viewBox="0 0 24 24" style="width:22px;height:22px;fill:#6a6a6a">
245
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#6a6a6a" stroke-width="2"/>
246
+ <path d="M12 8.5a1.2 1.2 0 100-2.4 1.2 1.2 0 000 2.4zm1 2.5h-2v7h2v-7z" fill="#6a6a6a"/>
247
+ </svg>
248
+ </div>
249
+
250
+ <div class="banner">[IMG: Lifestyle banner - man in suit lounging with brown monk-strap shoes]</div>
251
+
252
+ <div class="brand-row">
253
+ <div class="brand-logo">[IMG: FAUSTO Logo]</div>
254
+ <div class="brand-link">Shop FAUSTO
255
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="desc-note">Price and other details may vary based on product size and colour.</div>
260
+
261
+ <div class="grid">
262
+ <div class="card">
263
+ <div class="img">[IMG: Dark Brown Brogue Oxford]</div>
264
+ </div>
265
+ <div class="card">
266
+ <div class="img">[IMG: Tan Brogue Oxford]</div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="bottom-nav">
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24">
274
+ <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
275
+ </svg>
276
+ <div>Home</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-8 9c0-4.4 3.6-8 8-8s8 3.6 8 8H4z"/>
281
+ </svg>
282
+ <div>Account</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <svg viewBox="0 0 24 24">
286
+ <path d="M12 4v2a6 6 0 016 6h2c0-4.4-3.6-8-8-8zm-6 6H4c0 4.4 3.6 8 8 8v2c-5.5 0-10-4.5-10-10h2z"/>
287
+ </svg>
288
+ <div>Refresh</div>
289
+ </div>
290
+ <div class="nav-item" style="position: relative;">
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M7 6h14l-2 10H9L7 6zm-2 0H3v2h2V6zm4 14a2 2 0 104 0H9z"/>
293
+ </svg>
294
+ <div class="badge">0</div>
295
+ <div>Cart</div>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
300
+ </svg>
301
+ <div>Menu</div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/10128/10128_6.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI - Party Wear Formal Shoes</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:#f7f7f7;
12
+ border-radius:24px;
13
+ box-shadow:0 10px 30px rgba(0,0,0,0.15);
14
+ }
15
+
16
+ /* Header / status */
17
+ .status-bar {
18
+ height:120px;
19
+ background:linear-gradient(180deg,#a7e6e3,#b8ece8);
20
+ color:#212121;
21
+ position:relative;
22
+ padding:18px 26px 0 26px;
23
+ box-sizing:border-box;
24
+ }
25
+ .status-row {
26
+ display:flex; align-items:center; justify-content:flex-start;
27
+ font-size:26px; color:#1b1b1b; opacity:0.8;
28
+ }
29
+ .status-row span { margin-right:22px; }
30
+ .search-area {
31
+ margin-top:18px;
32
+ display:flex; align-items:center;
33
+ }
34
+ .back-btn {
35
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
36
+ margin-right:12px;
37
+ }
38
+ .pill-search {
39
+ flex:1;
40
+ height:96px;
41
+ background:#fff; border-radius:22px;
42
+ box-shadow:0 2px 0 rgba(0,0,0,0.06) inset;
43
+ display:flex; align-items:center;
44
+ padding:0 24px; box-sizing:border-box;
45
+ }
46
+ .pill-search .icon { width:40px; height:40px; margin-right:18px; }
47
+ .pill-search .text { flex:1; font-size:34px; color:#1c1c1c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
48
+ .pill-search .camera {
49
+ width:70px; height:70px; border-radius:16px; background:#e9f6f5;
50
+ display:flex; align-items:center; justify-content:center;
51
+ margin-left:18px;
52
+ }
53
+
54
+ /* Content grid */
55
+ .content {
56
+ position:absolute; left:0; right:0; top:120px; bottom:140px;
57
+ padding:26px;
58
+ overflow-y:auto;
59
+ box-sizing:border-box;
60
+ }
61
+ .product-grid {
62
+ display:flex; flex-wrap:wrap; gap:26px;
63
+ }
64
+ .card {
65
+ width:calc(50% - 13px);
66
+ background:#fff; border-radius:16px;
67
+ box-shadow:0 1px 0 rgba(0,0,0,0.06) inset;
68
+ padding-bottom:20px;
69
+ box-sizing:border-box;
70
+ }
71
+ .card .img {
72
+ width:100%; height:470px;
73
+ background:#E0E0E0; border:1px solid #BDBDBD;
74
+ border-top-left-radius:16px; border-top-right-radius:16px;
75
+ display:flex; align-items:center; justify-content:center;
76
+ color:#757575; font-size:28px;
77
+ }
78
+ .card .sub-links {
79
+ padding:16px 20px 8px 20px; font-size:26px; color:#1a73e8;
80
+ }
81
+ .card .sponsored { padding:0 20px; font-size:24px; color:#6b6b6b; display:flex; align-items:center; gap:10px; }
82
+ .dot { width:18px; height:18px; border-radius:50%; background:#bdbdbd; display:inline-block; }
83
+ .card .title { padding:10px 20px 0 20px; font-size:32px; font-weight:700; color:#202020; line-height:1.2; }
84
+ .card .subtitle { padding:6px 20px 0 20px; font-size:28px; color:#333; line-height:1.35; }
85
+ .rating-row { padding:12px 20px 0 20px; display:flex; align-items:center; gap:14px; font-size:28px; color:#2b7; }
86
+ .rating-row .score { font-weight:700; color:#1e88e5; }
87
+ .rating-row .star { color:#ff9800; font-size:28px; }
88
+ .deal-pill {
89
+ margin:14px 20px;
90
+ background:#a1381f; color:#fff; font-weight:700;
91
+ padding:16px 22px; border-radius:10px; display:inline-block; font-size:28px;
92
+ }
93
+ .price-row { padding:8px 20px; font-size:36px; font-weight:800; color:#111; }
94
+ .mrp { padding:4px 20px; font-size:26px; color:#666; }
95
+ .save-pill {
96
+ margin:14px 20px; display:inline-block;
97
+ background:#58b24a; color:#fff; font-weight:800; font-size:26px;
98
+ padding:10px 16px; border-radius:10px;
99
+ }
100
+ .coupon-note { padding:8px 20px; font-size:26px; color:#333; }
101
+ .prime-tag {
102
+ margin:6px 20px; font-size:30px; color:#1e88e5; font-weight:800;
103
+ display:inline-flex; align-items:center; gap:10px;
104
+ }
105
+ .prime-tag .check {
106
+ width:26px; height:26px; border-radius:50%; background:#4caf50;
107
+ }
108
+ .delivery { padding:10px 20px; font-size:26px; color:#6b6b6b; }
109
+ .stock { padding:8px 20px; font-size:26px; color:#d93025; font-weight:700; }
110
+
111
+ /* second card right specifics */
112
+ .right-price { padding:18px 20px; font-size:44px; font-weight:800; color:#111; }
113
+ .right-note { padding:8px 20px; font-size:28px; color:#666; }
114
+
115
+ /* Bottom images only */
116
+ .img-only { height:520px; }
117
+
118
+ /* Bottom navigation */
119
+ .bottom-nav {
120
+ position:absolute; left:0; right:0; bottom:0;
121
+ height:140px; background:#ffffff; border-top:1px solid #ddd;
122
+ display:flex; align-items:center; justify-content:space-around;
123
+ }
124
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; color:#222; }
125
+ .nav-label { font-size:26px; }
126
+ .cart-badge {
127
+ position:absolute; top:-8px; right:-14px; background:#1e88e5; color:#fff;
128
+ font-size:22px; padding:4px 10px; border-radius:16px;
129
+ }
130
+
131
+ /* SVG helpers */
132
+ svg { display:block; }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Header with status and search -->
139
+ <div class="status-bar">
140
+ <div class="status-row">
141
+ <span>11:07</span>
142
+ <span style="font-size:26px;">📶</span>
143
+ <span style="font-size:26px;">🔋</span>
144
+ <span style="font-size:26px;">📳</span>
145
+ </div>
146
+ <div class="search-area">
147
+ <div class="back-btn">
148
+ <svg width="44" height="44" viewBox="0 0 24 24">
149
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="pill-search">
153
+ <svg class="icon" viewBox="0 0 24 24">
154
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#555" stroke-width="2"/>
155
+ <path d="M21 21l-5.5-5.5" stroke="#555" stroke-width="2" stroke-linecap="round"/>
156
+ </svg>
157
+ <div class="text">party wear formal shoes for men</div>
158
+ <div class="camera">
159
+ <svg width="36" height="36" viewBox="0 0 24 24">
160
+ <rect x="4" y="7" width="16" height="12" rx="2" fill="none" stroke="#2b5" stroke-width="2"/>
161
+ <path d="M9 7l2-3h2l2 3" stroke="#2b5" stroke-width="2" fill="none"/>
162
+ <circle cx="12" cy="13" r="3" fill="none" stroke="#2b5" stroke-width="2"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Main content -->
170
+ <div class="content">
171
+ <div class="product-grid">
172
+ <!-- Card 1 -->
173
+ <div class="card">
174
+ <div class="img">[IMG: Brown Brogue Formal Shoe]</div>
175
+ <div class="sub-links">+2 colours/patterns</div>
176
+ <div class="sponsored"><span>Sponsored</span><span class="dot"></span></div>
177
+ <div class="title">ALBERTO TORRESI</div>
178
+ <div class="subtitle">Men's Brogues Formal Shoes: Synthetic with TP...</div>
179
+ <div class="rating-row">
180
+ <span class="score">3.3</span>
181
+ <span class="star">★</span>
182
+ <span style="color:#333;">36</span>
183
+ </div>
184
+ <div class="deal-pill">Deal of the Day</div>
185
+ <div class="price-row">₹1,799</div>
186
+ <div class="mrp">M.R.P: ₹7,999 (78% off)</div>
187
+ <div class="save-pill">Save 5%</div>
188
+ <div class="coupon-note">with coupon (limited sizes/colours)</div>
189
+ <div class="prime-tag"><span class="check"></span>prime</div>
190
+ <div class="delivery">FREE Delivery by Amazon</div>
191
+ <div class="stock">Only 3 left in stock.</div>
192
+ </div>
193
+
194
+ <!-- Card 2 -->
195
+ <div class="card">
196
+ <div class="img">[IMG: Tan Oxford Formal Shoe]</div>
197
+ <div class="sub-links">+2 colours/patterns</div>
198
+ <div class="sponsored"><span>Sponsored</span><span class="dot"></span></div>
199
+ <div class="title">Hangston</div>
200
+ <div class="subtitle">Men's Professional & Office Wear Synthetic Leather...</div>
201
+ <div class="right-price">₹699</div>
202
+ <div class="right-note">M.R.P: ₹2,499 (72% off)</div>
203
+ </div>
204
+
205
+ <!-- Image-only row -->
206
+ <div class="card">
207
+ <div class="img img-only">[IMG: Plain Dark Brown Derby Shoe]</div>
208
+ </div>
209
+ <div class="card">
210
+ <div class="img img-only">[IMG: Brown Loafer with Textured Vamp]</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Bottom Navigation -->
216
+ <div class="bottom-nav">
217
+ <div class="nav-item">
218
+ <svg width="48" height="48" viewBox="0 0 24 24">
219
+ <path d="M4 11l8-7 8 7v9a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1z" fill="#2b2b2b"/>
220
+ </svg>
221
+ <div class="nav-label">Home</div>
222
+ </div>
223
+ <div class="nav-item">
224
+ <svg width="48" height="48" viewBox="0 0 24 24">
225
+ <circle cx="12" cy="7" r="4" fill="#2b2b2b"/>
226
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#2b2b2b" stroke-width="2"/>
227
+ </svg>
228
+ <div class="nav-label">Account</div>
229
+ </div>
230
+ <div class="nav-item">
231
+ <svg width="48" height="48" viewBox="0 0 24 24">
232
+ <path d="M12 6v-3l-5 5 5 5v-3c4 0 7 3 7 7" fill="none" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"/>
233
+ </svg>
234
+ <div class="nav-label">Refresh</div>
235
+ </div>
236
+ <div class="nav-item" style="position:relative;">
237
+ <svg width="48" height="48" viewBox="0 0 24 24">
238
+ <path d="M6 6h15l-2 9H8L7 4H3" fill="none" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"/>
239
+ <circle cx="10" cy="20" r="2" fill="#2b2b2b"/>
240
+ <circle cx="18" cy="20" r="2" fill="#2b2b2b"/>
241
+ </svg>
242
+ <span class="cart-badge">0</span>
243
+ <div class="nav-label">Cart</div>
244
+ </div>
245
+ <div class="nav-item">
246
+ <svg width="48" height="48" viewBox="0 0 24 24">
247
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"/>
248
+ </svg>
249
+ <div class="nav-label">Menu</div>
250
+ </div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/10129/10129_0.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Trip to Honolulu UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ }
15
+
16
+ /* System status bar */
17
+ .system-bar {
18
+ position: absolute; top: 0; left: 0; width: 100%; height: 130px;
19
+ background: #fff;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 40px;
22
+ box-sizing: border-box;
23
+ }
24
+ .system-bar .time { font-weight: 600; font-size: 42px; color: #444; }
25
+ .system-icons { display: flex; align-items: center; gap: 26px; }
26
+ .sys-icon { width: 44px; height: 44px; }
27
+ /* simple wifi + battery */
28
+ .wifi { }
29
+ .battery { }
30
+
31
+ /* Hero header */
32
+ .hero {
33
+ position: absolute; top: 130px; left: 0; width: 100%; height: 540px;
34
+ background: linear-gradient(180deg, #e7e2dc 0%, #0d0d0d 80%, #000 100%);
35
+ overflow: hidden;
36
+ }
37
+ /* decorative blobs to mimic curved shapes */
38
+ .blob-yellow {
39
+ position: absolute; right: -120px; top: -70px;
40
+ width: 520px; height: 520px; background: linear-gradient(180deg,#f2b500,#3c2a00);
41
+ border-radius: 60% 40% 60% 40%;
42
+ opacity: 0.95;
43
+ }
44
+ .blob-dark {
45
+ position: absolute; right: -60px; bottom: -160px;
46
+ width: 520px; height: 520px; background: radial-gradient(circle at 40% 40%, #1a1200, #000);
47
+ border-radius: 50%;
48
+ opacity: 0.9;
49
+ }
50
+
51
+ .hero .back-btn, .hero .gear-btn {
52
+ position: absolute; top: 36px; width: 96px; height: 96px; border-radius: 48px;
53
+ background: #ffffff; display: flex; align-items: center; justify-content: center;
54
+ box-shadow: 0 6px 16px rgba(0,0,0,0.2);
55
+ }
56
+ .hero .back-btn { left: 32px; }
57
+ .hero .gear-btn { right: 32px; }
58
+ .hero svg { width: 42px; height: 42px; }
59
+
60
+ .hero .title {
61
+ position: absolute; left: 60px; top: 200px; color: #fff;
62
+ font-size: 72px; font-weight: 800; letter-spacing: 0.2px;
63
+ }
64
+
65
+ .invite-wrap {
66
+ position: absolute; left: 60px; top: 380px; display: flex; align-items: center; gap: 20px;
67
+ }
68
+ .avatar {
69
+ width: 110px; height: 110px; border-radius: 55px;
70
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
71
+ color: #757575; font-size: 24px;
72
+ box-shadow: 0 4px 10px rgba(0,0,0,0.25);
73
+ }
74
+ .invite-pill {
75
+ height: 110px; padding: 0 34px; background: #fff; border: 2px solid #e9e9e9;
76
+ border-radius: 56px; display: flex; align-items: center; gap: 22px;
77
+ font-size: 38px; font-weight: 600; color: #111;
78
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
79
+ }
80
+ .invite-pill svg { width: 48px; height: 48px; }
81
+
82
+ /* Tabs */
83
+ .tabs {
84
+ position: absolute; top: 670px; left: 0; width: 100%; height: 140px; background: #fff;
85
+ display: flex; align-items: flex-end; padding: 0 48px 24px; box-sizing: border-box;
86
+ border-bottom: 1px solid #e6e6e6;
87
+ gap: 46px;
88
+ }
89
+ .tab {
90
+ font-size: 44px; font-weight: 700; color: #6a6a6a;
91
+ }
92
+ .tab.active { color: #111; position: relative; }
93
+ .tab.active::after {
94
+ content: ""; position: absolute; left: 0; bottom: -26px; width: 120px; height: 8px; background: #111; border-radius: 4px;
95
+ }
96
+
97
+ /* List header */
98
+ .list-header {
99
+ position: absolute; top: 810px; left: 0; width: 100%; height: 160px;
100
+ background: #fff; display: flex; align-items: center; justify-content: space-between;
101
+ padding: 0 48px; box-sizing: border-box; border-bottom: 1px solid #ededed;
102
+ }
103
+ .items-count { font-size: 46px; font-weight: 700; color: #111; }
104
+ .more-btn {
105
+ width: 250px; height: 110px; border: none; border-radius: 60px; background: #000;
106
+ color: #fff; font-size: 42px; font-weight: 700; box-shadow: 0 6px 12px rgba(0,0,0,0.2);
107
+ }
108
+
109
+ /* Empty state */
110
+ .empty-state {
111
+ position: absolute; top: 1130px; left: 0; width: 100%; text-align: center;
112
+ padding: 0 120px; box-sizing: border-box;
113
+ }
114
+ .empty-state .message {
115
+ font-size: 44px; line-height: 1.4; color: #555; margin: 0 0 60px;
116
+ }
117
+ .outline-btn {
118
+ width: 560px; height: 120px; border-radius: 64px; border: 6px solid #111; background: #fff;
119
+ font-size: 42px; font-weight: 800; color: #111;
120
+ }
121
+
122
+ /* Bottom nav */
123
+ .bottom-nav {
124
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: #fff;
125
+ border-top: 1px solid #e8e8e8;
126
+ display: flex; align-items: center; justify-content: space-around;
127
+ }
128
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; width: 18%; }
129
+ .nav-icon { width: 56px; height: 56px; }
130
+ .nav-label { font-size: 34px; color: #777; font-weight: 600; }
131
+ .nav-item.active .nav-label { color: #000; }
132
+ .nav-item.active .nav-icon path { stroke: #000; fill: none; }
133
+ .active-indicator {
134
+ position: absolute; bottom: 200px; left: 50%; transform: translateX(-50%);
135
+ width: 180px; height: 10px; background: #29e0b0; border-radius: 6px;
136
+ }
137
+
138
+ /* Gesture / home indicator */
139
+ .home-indicator {
140
+ position: absolute; bottom: 210px; left: 50%; transform: translateX(-50%);
141
+ width: 320px; height: 14px; background: #c9c9c9; border-radius: 8px;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Status bar -->
149
+ <div class="system-bar">
150
+ <div class="time">12:59</div>
151
+ <div class="system-icons">
152
+ <svg class="sys-icon wifi" viewBox="0 0 24 24">
153
+ <path d="M12 18.5c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3z" fill="#555"/>
154
+ <path d="M3.5 9.5C7.8 5.9 16.2 5.9 20.5 9.5" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
155
+ <path d="M6.2 12.3c3.3-2.8 8.3-2.8 11.6 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
156
+ <path d="M9.3 15c1.6-1.4 3.8-1.4 5.4 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
157
+ </svg>
158
+ <svg class="sys-icon battery" viewBox="0 0 26 24">
159
+ <rect x="1" y="5" width="18" height="14" rx="2" stroke="#555" stroke-width="2" fill="none"/>
160
+ <rect x="4" y="8" width="12" height="8" fill="#555"/>
161
+ <rect x="21" y="9" width="4" height="6" rx="1" fill="#555"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Hero header -->
167
+ <div class="hero">
168
+ <div class="blob-yellow"></div>
169
+ <div class="blob-dark"></div>
170
+
171
+ <div class="back-btn">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M15.5 4.5L7 12l8.5 7.5" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
174
+ </svg>
175
+ </div>
176
+
177
+ <div class="gear-btn">
178
+ <svg viewBox="0 0 24 24">
179
+ <circle cx="12" cy="12" r="3.5" stroke="#000" stroke-width="2" fill="none"/>
180
+ <path d="M4.5 12a7.5 7.5 0 0 1 .2-1.7l-2.2-1.3 2-3.4 2.4 1a7.7 7.7 0 0 1 2.4-1.3l.3-2.6h4l.3 2.6c.9.3 1.7.8 2.4 1.3l2.4-1 2 3.4-2.2 1.3c.1.6.2 1.1.2 1.7s-.1 1.1-.2 1.7l2.2 1.3-2 3.4-2.4-1a7.7 7.7 0 0 1-2.4 1.3l-.3 2.6h-4l-.3-2.6a7.7 7.7 0 0 1-2.4-1.3l-2.4 1-2-3.4 2.2-1.3c-.1-.6-.2-1.1-.2-1.7z" stroke="#000" stroke-width="1.4" fill="none" stroke-linejoin="round"/>
181
+ </svg>
182
+ </div>
183
+
184
+ <div class="title">Trip to Honolulu</div>
185
+
186
+ <div class="invite-wrap">
187
+ <div class="avatar">[IMG: Avatar/Trip Photo]</div>
188
+ <div class="invite-pill">
189
+ <svg viewBox="0 0 24 24">
190
+ <circle cx="12" cy="8" r="3.5" stroke="#111" stroke-width="1.8" fill="none"/>
191
+ <path d="M4 20c1.5-4 6.5-4 8-4s6.6 0 8 4" stroke="#111" stroke-width="1.8" fill="none" stroke-linecap="round"/>
192
+ <path d="M19 6v5M16.5 8.5h5" stroke="#111" stroke-width="2" stroke-linecap="round"/>
193
+ </svg>
194
+ <span>Invite</span>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Tabs -->
200
+ <div class="tabs">
201
+ <div class="tab active">Saves</div>
202
+ <div class="tab">Itinerary</div>
203
+ </div>
204
+
205
+ <!-- Items header -->
206
+ <div class="list-header">
207
+ <span class="items-count">0 items</span>
208
+ <button class="more-btn">More</button>
209
+ </div>
210
+
211
+ <!-- Empty state -->
212
+ <div class="empty-state">
213
+ <p class="message">Start saving places to see, stay, and eat at on your next trip.</p>
214
+ <button class="outline-btn">Start Exploring</button>
215
+ </div>
216
+
217
+ <!-- Active indicator above bottom nav (center item) -->
218
+ <div class="active-indicator"></div>
219
+
220
+ <!-- Gesture home indicator -->
221
+ <div class="home-indicator"></div>
222
+
223
+ <!-- Bottom navigation -->
224
+ <div class="bottom-nav">
225
+ <div class="nav-item">
226
+ <svg class="nav-icon" viewBox="0 0 24 24">
227
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" stroke="#777" stroke-width="2" fill="none" stroke-linejoin="round"/>
228
+ </svg>
229
+ <div class="nav-label">Explore</div>
230
+ </div>
231
+ <div class="nav-item">
232
+ <svg class="nav-icon" viewBox="0 0 24 24">
233
+ <circle cx="11" cy="11" r="6.5" stroke="#777" stroke-width="2" fill="none"/>
234
+ <path d="M20 20l-4-4" stroke="#777" stroke-width="2" stroke-linecap="round"/>
235
+ </svg>
236
+ <div class="nav-label">Search</div>
237
+ </div>
238
+ <div class="nav-item active">
239
+ <svg class="nav-icon" viewBox="0 0 24 24">
240
+ <path d="M12 20s-7-4.6-7-9.6A4.6 4.6 0 0 1 9.7 6c1.3 0 2.3.6 3 1.5.7-.9 1.7-1.5 3-1.5A4.6 4.6 0 0 1 19 10.4C19 15.4 12 20 12 20z" stroke="#000" stroke-width="2" fill="none" stroke-linejoin="round"/>
241
+ </svg>
242
+ <div class="nav-label">Plan</div>
243
+ </div>
244
+ <div class="nav-item">
245
+ <svg class="nav-icon" viewBox="0 0 24 24">
246
+ <path d="M4 20l6-2 10-10-4-4L6 14 4 20zM14 6l4 4" stroke="#777" stroke-width="2" fill="none" stroke-linejoin="round"/>
247
+ </svg>
248
+ <div class="nav-label">Review</div>
249
+ </div>
250
+ <div class="nav-item">
251
+ <svg class="nav-icon" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="7" r="4" stroke="#777" stroke-width="2" fill="none"/>
253
+ <path d="M4 20c1.5-5 6.5-5 8-5s6.6 0 8 5" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
254
+ </svg>
255
+ <div class="nav-label">Account</div>
256
+ </div>
257
+ </div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/10129/10129_1.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Inter", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #2E2E2E;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 18px;
31
+ }
32
+ .dot {
33
+ width: 24px; height: 24px; background: #5A5A5A; border-radius: 50%;
34
+ }
35
+ .status-icon {
36
+ width: 38px; height: 38px; border-radius: 8px; border: 1px solid #CFCFCF; display: inline-flex; align-items: center; justify-content: center;
37
+ }
38
+
39
+ /* Header with back and search */
40
+ .header {
41
+ padding: 10px 36px 24px 36px;
42
+ }
43
+ .search-row {
44
+ display: flex; align-items: center; gap: 24px;
45
+ }
46
+ .back-btn {
47
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
48
+ }
49
+ .search-input {
50
+ flex: 1;
51
+ height: 96px;
52
+ border: 1px solid #E0E0E0;
53
+ border-radius: 48px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 28px;
57
+ gap: 18px;
58
+ color: #9E9E9E;
59
+ font-size: 40px;
60
+ }
61
+ .caret {
62
+ width: 3px; height: 54px; background: #2AC06E; border-radius: 2px;
63
+ }
64
+ .divider {
65
+ height: 1px; background: #E9E9E9; margin-top: 18px;
66
+ }
67
+
68
+ /* List area */
69
+ .content {
70
+ padding: 24px 36px 0 36px;
71
+ }
72
+ .item {
73
+ display: flex; align-items: center; gap: 28px;
74
+ margin: 26px 0;
75
+ }
76
+ .square {
77
+ width: 120px; height: 120px; background: #F8F8F8; border: 1px solid #E0E0E0; border-radius: 28px; display: flex; align-items: center; justify-content: center;
78
+ }
79
+ .title {
80
+ font-size: 44px; color: #111111; font-weight: 700; line-height: 1.2;
81
+ }
82
+ .subtitle {
83
+ font-size: 28px; color: #6A6A6A; margin-top: 6px;
84
+ }
85
+ .section-label {
86
+ margin-top: 24px;
87
+ color: #333333; font-weight: 700; font-size: 24px; letter-spacing: 2px;
88
+ }
89
+
90
+ .thumb {
91
+ width: 160px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 24px;
92
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center; padding: 10px;
93
+ }
94
+
95
+ /* Keyboard mock */
96
+ .keyboard {
97
+ position: absolute;
98
+ left: 0; right: 0; bottom: 44px;
99
+ height: 860px;
100
+ background: #F0F2E9;
101
+ border-top: 1px solid #E2E4D9;
102
+ padding: 24px 24px 36px 24px;
103
+ }
104
+ .kb-toolbar {
105
+ display: flex; align-items: center; justify-content: space-between;
106
+ padding: 0 40px; margin-bottom: 18px;
107
+ }
108
+ .kb-tool {
109
+ width: 64px; height: 64px; border-radius: 20px; background: #FFFFFF; border: 1px solid #DADADA;
110
+ display: flex; align-items: center; justify-content: center; color: #707070; font-size: 24px;
111
+ }
112
+ .keys-row {
113
+ display: flex; justify-content: center; gap: 18px; margin: 16px 0;
114
+ }
115
+ .key {
116
+ width: 84px; height: 108px; background: #FFFFFF; border: 1px solid #E1E1E1; border-radius: 24px;
117
+ display: flex; align-items: center; justify-content: center; font-size: 36px; color: #202020; box-shadow: 0 1px 0 #EFEFEF inset;
118
+ }
119
+ .key-wide {
120
+ width: 540px;
121
+ }
122
+ .key-mid {
123
+ width: 120px;
124
+ }
125
+ .key-green {
126
+ background: #DCEAD4; border-color: #CBDAC3;
127
+ }
128
+
129
+ /* Bottom navigation pill */
130
+ .nav-pill {
131
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
132
+ width: 240px; height: 16px; border-radius: 8px; background: #9E9E9E; opacity: 0.6;
133
+ }
134
+
135
+ /* Simple inline icon wrappers */
136
+ .svg-24 { width: 36px; height: 36px; }
137
+ .svg-32 { width: 42px; height: 42px; }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div>1:00</div>
146
+ <div class="status-right">
147
+ <div class="dot"></div>
148
+ <div class="dot"></div>
149
+ <div class="dot"></div>
150
+ <div style="color:#7C7C7C;font-weight:700;">oyo</div>
151
+ <div class="dot" style="opacity:.4;"></div>
152
+ <div class="status-icon">
153
+ <!-- wifi -->
154
+ <svg class="svg-24" viewBox="0 0 24 24">
155
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-7-7c4.7-4.7 15.3-4.7 20 0" fill="none" stroke="#5A5A5A" stroke-width="2" stroke-linecap="round"/>
156
+ <path d="M5 14c5-5 14-5 19 0" fill="none" stroke="#5A5A5A" stroke-width="2" stroke-linecap="round"/>
157
+ <path d="M8 16.5c3.5-3 9-3 12.5 0" fill="none" stroke="#5A5A5A" stroke-width="2" stroke-linecap="round"/>
158
+ </svg>
159
+ </div>
160
+ <div class="status-icon">
161
+ <!-- battery -->
162
+ <svg class="svg-24" viewBox="0 0 24 24">
163
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#5A5A5A" stroke-width="2"/>
164
+ <rect x="5" y="8" width="12" height="8" fill="#5A5A5A"/>
165
+ <rect x="20" y="10" width="2" height="4" fill="#5A5A5A"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Header -->
172
+ <div class="header">
173
+ <div class="search-row">
174
+ <div class="back-btn">
175
+ <svg class="svg-32" viewBox="0 0 24 24">
176
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ </div>
179
+ <div class="search-input">
180
+ <svg class="svg-32" viewBox="0 0 24 24">
181
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#7A7A7A" stroke-width="2"/>
182
+ <path d="M15 15l5 5" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
183
+ </svg>
184
+ <div class="caret"></div>
185
+ <div>Where to?</div>
186
+ </div>
187
+ </div>
188
+ <div class="divider"></div>
189
+ </div>
190
+
191
+ <!-- Content list -->
192
+ <div class="content">
193
+ <!-- Nearby -->
194
+ <div class="item" style="margin-top: 24px;">
195
+ <div class="square">
196
+ <svg class="svg-32" viewBox="0 0 24 24">
197
+ <path d="M3 12l18-7-7 18-3-8-8-3z" fill="none" stroke="#4A4A4A" stroke-width="2" stroke-linejoin="round"/>
198
+ </svg>
199
+ </div>
200
+ <div>
201
+ <div class="title">Nearby</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Recent label -->
206
+ <div class="section-label">RECENT</div>
207
+
208
+ <!-- Honolulu -->
209
+ <div class="item">
210
+ <div class="square">
211
+ <svg class="svg-32" viewBox="0 0 24 24">
212
+ <path d="M12 22s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z" fill="none" stroke="#2E2E2E" stroke-width="2"/>
213
+ <circle cx="12" cy="11" r="2.2" fill="none" stroke="#2E2E2E" stroke-width="2"/>
214
+ </svg>
215
+ </div>
216
+ <div>
217
+ <div class="title">Honolulu</div>
218
+ <div class="subtitle">Hawaii, United States</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Hawaii -->
223
+ <div class="item">
224
+ <div class="square">
225
+ <svg class="svg-32" viewBox="0 0 24 24">
226
+ <path d="M12 22s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z" fill="none" stroke="#2E2E2E" stroke-width="2"/>
227
+ <circle cx="12" cy="11" r="2.2" fill="none" stroke="#2E2E2E" stroke-width="2"/>
228
+ </svg>
229
+ </div>
230
+ <div>
231
+ <div class="title">Hawaii</div>
232
+ <div class="subtitle">United States, North America</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Dolphins item -->
237
+ <div class="item" style="margin-top: 20px;">
238
+ <div class="thumb">[IMG: Dolphins swimming in blue water]</div>
239
+ <div>
240
+ <div class="title" style="max-width: 770px;">
241
+ Swim with Dolphins in the West Coast line of Oahu
242
+ </div>
243
+ <div class="subtitle">Honolulu, Hawaii</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Keyboard mock -->
249
+ <div class="keyboard">
250
+ <div class="kb-toolbar">
251
+ <div class="kb-tool">😊</div>
252
+ <div class="kb-tool">GIF</div>
253
+ <div class="kb-tool">⚙️</div>
254
+ <div class="kb-tool">G↔︎</div>
255
+ <div class="kb-tool">🎨</div>
256
+ <div class="kb-tool">🎤</div>
257
+ </div>
258
+
259
+ <div class="keys-row">
260
+ <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>
261
+ <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>
262
+ </div>
263
+ <div class="keys-row">
264
+ <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>
265
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
266
+ </div>
267
+ <div class="keys-row">
268
+ <div class="key key-green">⇧</div>
269
+ <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>
270
+ <div class="key key-green">⌫</div>
271
+ </div>
272
+ <div class="keys-row" style="gap: 14px;">
273
+ <div class="key key-green">?123</div>
274
+ <div class="key key-green">,</div>
275
+ <div class="key">😊</div>
276
+ <div class="key key-wide"></div>
277
+ <div class="key">.</div>
278
+ <div class="key key-green">
279
+ <svg class="svg-24" viewBox="0 0 24 24">
280
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#333" stroke-width="2"/>
281
+ <path d="M15 15l5 5" stroke="#333" stroke-width="2" stroke-linecap="round"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="nav-pill"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/10129/10129_2.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Honolulu UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; color: #111;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ font-size: 34px;
24
+ color: #1a1a1a;
25
+ }
26
+ .sb-left { display: flex; align-items: center; gap: 20px; }
27
+ .sb-center { display: flex; align-items: center; gap: 18px; }
28
+ .dot { width: 18px; height: 18px; border-radius: 50%; background: #6B6B6B; opacity: 0.6; }
29
+ .sb-right { display: flex; align-items: center; gap: 24px; }
30
+ .icon { display: inline-block; }
31
+ .icon svg { width: 40px; height: 40px; }
32
+
33
+ /* Header with title and search */
34
+ .header {
35
+ height: 110px;
36
+ padding: 0 40px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ }
41
+ .header .title {
42
+ font-size: 46px;
43
+ font-weight: 600;
44
+ letter-spacing: 0.3px;
45
+ }
46
+ .icon-btn { width: 60px; height: 60px; border: none; background: transparent; padding: 0; cursor: default; }
47
+
48
+ /* Tabs */
49
+ .tabs {
50
+ display: flex;
51
+ gap: 44px;
52
+ padding: 20px 40px 24px 40px;
53
+ border-bottom: 1px solid #eee;
54
+ font-size: 40px;
55
+ white-space: nowrap;
56
+ }
57
+ .tab { color: #555; }
58
+ .tab.active { color: #000; font-weight: 700; position: relative; }
59
+ .tab.active::after {
60
+ content: "";
61
+ position: absolute; left: 0; bottom: -26px;
62
+ width: 120px; height: 6px; background: #000; border-radius: 3px;
63
+ }
64
+
65
+ /* Hero image */
66
+ .hero {
67
+ position: relative;
68
+ width: 100%;
69
+ height: 540px;
70
+ overflow: hidden;
71
+ }
72
+ .img-ph {
73
+ width: 100%; height: 100%;
74
+ background: #E0E0E0;
75
+ border-top: 1px solid #BDBDBD;
76
+ border-bottom: 1px solid #BDBDBD;
77
+ display: flex; align-items: center; justify-content: center;
78
+ color: #757575; font-size: 36px;
79
+ }
80
+ .photo-count {
81
+ position: absolute; right: 40px; bottom: 26px;
82
+ background: #000; color: #fff;
83
+ padding: 14px 22px; border-radius: 24px;
84
+ font-size: 34px; font-weight: 700;
85
+ }
86
+
87
+ /* Content section */
88
+ .content {
89
+ padding: 50px 44px 0 44px;
90
+ }
91
+ .big-title {
92
+ font-size: 96px; font-weight: 800; margin: 10px 0 40px 0;
93
+ }
94
+ .section-title {
95
+ font-size: 46px; font-weight: 700; margin: 0 0 22px 0;
96
+ }
97
+ .para {
98
+ font-size: 36px; line-height: 52px; color: #333; margin-bottom: 30px;
99
+ }
100
+ .read-more {
101
+ font-size: 36px; color: #333; text-decoration: underline; display: inline-flex; align-items: center; gap: 10px;
102
+ }
103
+ .read-more svg { width: 30px; height: 30px; }
104
+
105
+ /* View map button */
106
+ .map-btn {
107
+ margin: 40px 0 60px 0;
108
+ width: 640px; height: 120px;
109
+ background: #000; color: #fff;
110
+ border-radius: 60px;
111
+ display: flex; align-items: center; justify-content: center; gap: 18px;
112
+ font-size: 40px; font-weight: 700;
113
+ }
114
+ .map-btn .pin svg { width: 44px; height: 44px; }
115
+
116
+ /* What to do */
117
+ .row-between { display: flex; align-items: center; justify-content: space-between; }
118
+ .see-all { font-size: 36px; color: #333; text-decoration: underline; }
119
+ .subtext { font-size: 36px; line-height: 52px; color: #5a5a5a; margin-top: 10px; }
120
+
121
+ /* Cards slider mock */
122
+ .card-strip {
123
+ margin-top: 30px;
124
+ display: flex; gap: 24px;
125
+ padding: 0 44px 0 0;
126
+ overflow: hidden;
127
+ }
128
+ .card {
129
+ width: 880px; height: 320px;
130
+ background: #E0E0E0; border: 1px solid #BDBDBD;
131
+ border-radius: 22px;
132
+ display: flex; align-items: center; justify-content: center;
133
+ color: #757575; font-size: 34px;
134
+ position: relative;
135
+ }
136
+ .card .active-bar {
137
+ position: absolute; top: 0; left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 160px; height: 10px; background: #16c79a; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
140
+ }
141
+
142
+ /* Bottom navigation */
143
+ .bottom-nav {
144
+ position: absolute; left: 0; bottom: 60px;
145
+ width: 100%; height: 160px;
146
+ background: #fff; border-top: 1px solid #e5e5e5;
147
+ display: flex; align-items: center; justify-content: space-around;
148
+ }
149
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #6d6d6d; }
150
+ .nav-item svg { width: 56px; height: 56px; }
151
+ .nav-item .label { font-size: 32px; }
152
+ .nav-item.active { color: #000; }
153
+ .active-indicator {
154
+ position: absolute; top: -8px; left: 50%;
155
+ transform: translateX(-50%);
156
+ width: 140px; height: 10px; background: #16c79a; border-radius: 6px;
157
+ }
158
+
159
+ /* Home indicator bar */
160
+ .home-indicator {
161
+ position: absolute; left: 50%; bottom: 18px;
162
+ transform: translateX(-50%);
163
+ width: 360px; height: 12px; background: #bfbfbf; border-radius: 8px;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status Bar -->
171
+ <div class="status-bar">
172
+ <div class="sb-left">
173
+ <div>1:00</div>
174
+ <span class="dot"></span>
175
+ <span class="dot"></span>
176
+ <span class="dot"></span>
177
+ </div>
178
+ <div class="sb-center">
179
+ <span class="dot" style="opacity:0.3;"></span>
180
+ <span class="dot" style="opacity:0.3;"></span>
181
+ </div>
182
+ <div class="sb-right">
183
+ <span class="icon">
184
+ <!-- WiFi icon -->
185
+ <svg viewBox="0 0 48 48">
186
+ <path d="M4 16c10-8 30-8 40 0" stroke="#222" stroke-width="4" fill="none" stroke-linecap="round"/>
187
+ <path d="M10 22c7-6 21-6 28 0" stroke="#222" stroke-width="4" fill="none" stroke-linecap="round"/>
188
+ <path d="M20 30c4-3 8-3 12 0" stroke="#222" stroke-width="4" fill="none" stroke-linecap="round"/>
189
+ <circle cx="26" cy="36" r="3" fill="#222"/>
190
+ </svg>
191
+ </span>
192
+ <span class="icon">
193
+ <!-- Battery icon -->
194
+ <svg viewBox="0 0 60 48">
195
+ <rect x="4" y="12" width="44" height="24" rx="4" ry="4" stroke="#222" stroke-width="3" fill="none"/>
196
+ <rect x="8" y="16" width="36" height="16" rx="2" fill="#222"/>
197
+ <rect x="50" y="18" width="6" height="12" rx="2" fill="#222"/>
198
+ </svg>
199
+ </span>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Header -->
204
+ <div class="header">
205
+ <button class="icon-btn" aria-label="Back">
206
+ <svg viewBox="0 0 48 48">
207
+ <path d="M30 10 L14 24 L30 38" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </button>
210
+ <div class="title">Honolulu</div>
211
+ <button class="icon-btn" aria-label="Search">
212
+ <svg viewBox="0 0 48 48">
213
+ <circle cx="20" cy="20" r="12" stroke="#111" stroke-width="4" fill="none"/>
214
+ <path d="M32 32 L44 44" stroke="#111" stroke-width="4" stroke-linecap="round"/>
215
+ </svg>
216
+ </button>
217
+ </div>
218
+
219
+ <!-- Tabs -->
220
+ <div class="tabs">
221
+ <div class="tab active">Overview</div>
222
+ <div class="tab">Hotels</div>
223
+ <div class="tab">Things to do</div>
224
+ <div class="tab">Restaurants</div>
225
+ </div>
226
+
227
+ <!-- Hero Image -->
228
+ <div class="hero">
229
+ <div class="img-ph">[IMG: Honolulu buildings with mountains and palm trees]</div>
230
+ <div class="photo-count">1/999+</div>
231
+ </div>
232
+
233
+ <!-- Content -->
234
+ <div class="content">
235
+ <div class="big-title">Honolulu</div>
236
+
237
+ <div class="section-title">About Honolulu</div>
238
+ <div class="para">
239
+ As the capital of Hawaii, Honolulu delivers on big-city vibes just steps from some of the best nature on the islands (in the world, really). S...
240
+ </div>
241
+ <div class="read-more">
242
+ Read more
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <div class="map-btn">
249
+ <span class="pin">
250
+ <svg viewBox="0 0 48 48">
251
+ <path d="M24 6c-7 0-12 5-12 12 0 9 12 24 12 24s12-15 12-24c0-7-5-12-12-12z" fill="#fff"/>
252
+ <circle cx="24" cy="18" r="5" fill="#000"/>
253
+ </svg>
254
+ </span>
255
+ <span>View map</span>
256
+ </div>
257
+
258
+ <div class="row-between">
259
+ <div class="section-title" style="margin:0;">What to do</div>
260
+ <div class="see-all">See all</div>
261
+ </div>
262
+ <div class="subtext">Iconic places and can’t-miss experiences that define the city</div>
263
+
264
+ <div class="card-strip">
265
+ <div class="card">
266
+ <div class="active-bar"></div>
267
+ [IMG: Activity card - Beach and surf]
268
+ </div>
269
+ <div class="card">[IMG: Activity card - City tour]</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Bottom Navigation -->
274
+ <div class="bottom-nav">
275
+ <div class="nav-item">
276
+ <svg viewBox="0 0 48 48">
277
+ <path d="M6 24 L24 10 L42 24 V42 H6 Z" fill="none" stroke="#6d6d6d" stroke-width="3" stroke-linejoin="round"/>
278
+ </svg>
279
+ <div class="label">Explore</div>
280
+ </div>
281
+ <div class="nav-item">
282
+ <svg viewBox="0 0 48 48">
283
+ <circle cx="20" cy="20" r="12" stroke="#6d6d6d" stroke-width="3" fill="none"/>
284
+ <path d="M30 30 L44 44" stroke="#6d6d6d" stroke-width="3" stroke-linecap="round"/>
285
+ </svg>
286
+ <div class="label">Search</div>
287
+ </div>
288
+ <div class="nav-item active" style="position: relative;">
289
+ <div class="active-indicator"></div>
290
+ <svg viewBox="0 0 48 48">
291
+ <path d="M24 40 L10 26 C6 22 8 14 16 14 C20 14 22 16 24 18 C26 16 28 14 32 14 C40 14 42 22 38 26 L24 40 Z"
292
+ fill="#000"/>
293
+ </svg>
294
+ <div class="label">Plan</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <svg viewBox="0 0 48 48">
298
+ <path d="M10 38 L32 10 L40 18 L18 40 L10 38 Z" fill="none" stroke="#6d6d6d" stroke-width="3" stroke-linejoin="round"/>
299
+ <path d="M26 14 L34 22" stroke="#6d6d6d" stroke-width="3"/>
300
+ </svg>
301
+ <div class="label">Review</div>
302
+ </div>
303
+ <div class="nav-item">
304
+ <svg viewBox="0 0 48 48">
305
+ <circle cx="24" cy="16" r="8" fill="none" stroke="#6d6d6d" stroke-width="3"/>
306
+ <path d="M8 42c0-8 8-12 16-12s16 4 16 12" fill="none" stroke="#6d6d6d" stroke-width="3"/>
307
+ </svg>
308
+ <div class="label">Account</div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="home-indicator"></div>
313
+ </div>
314
+ </body>
315
+ </html>
code/10129/10129_3.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Honolulu - Hotels</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#111; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#ffffff;
13
+ }
14
+
15
+ .statusbar {
16
+ height:86px; padding:0 32px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ font-size:38px; color:#000;
19
+ }
20
+ .status-icons { display:flex; align-items:center; gap:20px; }
21
+ .dot { width:18px; height:18px; background:#777; border-radius:50%; opacity:.6; }
22
+ .battery { width:42px; height:22px; border:3px solid #000; border-radius:6px; position:relative; }
23
+ .battery::after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#000; border-radius:2px; }
24
+ .battery .level { position:absolute; left:3px; top:3px; height:14px; width:26px; background:#000; border-radius:3px; }
25
+
26
+ .header {
27
+ height:120px; padding:0 32px; position:relative;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ }
30
+ .header .title {
31
+ position:absolute; left:50%; transform:translateX(-50%);
32
+ font-size:48px; font-weight:700;
33
+ }
34
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
35
+ .icon { width:48px; height:48px; }
36
+
37
+ .tabs { display:flex; gap:60px; padding:8px 32px 0 32px; align-items:flex-end; }
38
+ .tab { font-size:40px; color:#333; }
39
+ .tab.active { font-weight:700; color:#000; position:relative; }
40
+ .tab.active::after {
41
+ content:""; position:absolute; left:0; right:0; bottom:-26px; height:8px;
42
+ background:#000; border-radius:4px;
43
+ }
44
+
45
+ .filters { display:flex; gap:22px; padding:40px 32px 18px; }
46
+ .chip {
47
+ height:90px; padding:0 34px; border-radius:45px; border:2px solid #222;
48
+ display:flex; align-items:center; gap:14px; font-size:36px; font-weight:600; color:#111; background:#fff;
49
+ }
50
+ .chip.black { background:#000; color:#fff; border-color:#000; }
51
+ .chip.light { background:#f2f2f2; border-color:#ddd; font-weight:500; color:#444; }
52
+
53
+ .infoRow {
54
+ display:flex; align-items:flex-start; justify-content:space-between;
55
+ padding:20px 32px 0;
56
+ font-size:34px; color:#222;
57
+ }
58
+ .infoRow a { color:#111; text-decoration:underline; }
59
+ .info-circle {
60
+ width:44px; height:44px; border:2px solid #444; border-radius:50%;
61
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:28px; color:#444;
62
+ }
63
+
64
+ .card { margin-top:22px; }
65
+ .image-wrap { position:relative; margin:0 0 0 0; }
66
+ .img-placeholder {
67
+ width:100%; height:720px;
68
+ background:#E0E0E0; border:1px solid #BDBDBD;
69
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; font-weight:600;
70
+ }
71
+ .heart-circle {
72
+ position:absolute; right:22px; top:22px;
73
+ width:92px; height:92px; background:#fff; border-radius:46px;
74
+ box-shadow:0 2px 8px rgba(0,0,0,.15);
75
+ display:flex; align-items:center; justify-content:center;
76
+ }
77
+ .badge {
78
+ position:absolute; left:22px; bottom:22px;
79
+ background:#00c1a6; color:#000; font-weight:800; font-size:28px;
80
+ padding:16px 22px; border-radius:18px;
81
+ }
82
+ .carousel-dots {
83
+ position:absolute; left:50%; transform:translateX(-50%);
84
+ bottom:28px; display:flex; gap:14px;
85
+ }
86
+ .carousel-dots .dot {
87
+ width:16px; height:16px; background:#fff; opacity:.9; border-radius:8px; border:1px solid #ccc;
88
+ }
89
+ .carousel-dots .dot.active { background:#666; border-color:#666; }
90
+
91
+ .cardContent { padding:28px 32px 12px; }
92
+ .sponsored {
93
+ display:inline-block; background:#efefef; color:#666; border-radius:22px;
94
+ padding:10px 18px; font-size:30px; font-weight:700;
95
+ margin-bottom:14px;
96
+ }
97
+ .hotel-title { font-size:46px; font-weight:800; margin:14px 0 18px; }
98
+ .rating { display:flex; align-items:center; gap:16px; margin-bottom:18px; }
99
+ .rating .bubble { width:28px; height:28px; background:#11aa58; border-radius:50%; }
100
+ .rating .count { font-size:32px; color:#444; }
101
+ .desc { font-size:34px; color:#333; line-height:1.4; margin-bottom:16px; }
102
+ .link { font-size:36px; color:#1a1a1a; text-decoration:underline; font-weight:700; margin:18px 0; }
103
+ .priceRow { display:flex; align-items:center; justify-content:space-between; margin:16px 0 8px; }
104
+ .price { font-size:58px; font-weight:800; }
105
+ .deal-btn {
106
+ background:#d7a600; color:#000; font-weight:800; font-size:36px;
107
+ border:none; border-radius:40px; padding:24px 44px;
108
+ box-shadow:0 2px 8px rgba(0,0,0,.1);
109
+ }
110
+ .vendor { font-size:34px; color:#444; }
111
+ .vendor .brand { font-weight:600; }
112
+ .muted { color:#777; }
113
+
114
+ .divider { height:22px; background:#f5f5f5; margin:12px 0; }
115
+
116
+ .banner-wrap { position:relative; }
117
+ .banner {
118
+ width:100%; height:260px;
119
+ background:#E0E0E0; border:1px solid #BDBDBD;
120
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; font-weight:600;
121
+ }
122
+ .banner .heart-circle { right:22px; top:22px; width:84px; height:84px; }
123
+
124
+ .nav {
125
+ position:absolute; left:0; bottom:0;
126
+ width:100%; height:220px; background:#fff; border-top:1px solid #e6e6e6;
127
+ display:flex; align-items:center; justify-content:space-around;
128
+ }
129
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:16px; color:#666; font-size:34px; }
130
+ .nav-item.active { color:#111; font-weight:700; }
131
+ .nav-icon { width:52px; height:52px; }
132
+ .active-bar {
133
+ position:absolute; bottom:150px; left:50%; transform:translateX(-50%);
134
+ width:140px; height:8px; background:#0ead7e; border-radius:4px;
135
+ }
136
+ .gesture {
137
+ position:absolute; bottom:230px; left:50%; transform:translateX(-50%);
138
+ width:320px; height:16px; background:#bdbdbd; border-radius:10px; opacity:.7;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Status bar -->
146
+ <div class="statusbar">
147
+ <div>1:01</div>
148
+ <div class="status-icons">
149
+ <div class="dot"></div>
150
+ <div class="dot"></div>
151
+ <div class="dot"></div>
152
+ <div class="battery"><div class="level"></div></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Header -->
157
+ <div class="header">
158
+ <div class="icon-btn">
159
+ <svg class="icon" viewBox="0 0 48 48">
160
+ <path d="M30 10 L14 24 L30 38" fill="none" stroke="#000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ <div class="title">Honolulu</div>
164
+ <div class="icon-btn">
165
+ <svg class="icon" viewBox="0 0 48 48">
166
+ <circle cx="21" cy="21" r="14" fill="none" stroke="#000" stroke-width="4"/>
167
+ <line x1="33" y1="33" x2="44" y2="44" stroke="#000" stroke-width="4" stroke-linecap="round"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Tabs -->
173
+ <div class="tabs">
174
+ <div class="tab">Overview</div>
175
+ <div class="tab active">Hotels</div>
176
+ <div class="tab">Things to do</div>
177
+ <div class="tab">Restaurants</div>
178
+ </div>
179
+
180
+ <!-- Filter chips -->
181
+ <div class="filters">
182
+ <div class="chip black">
183
+ <svg class="icon" viewBox="0 0 48 48">
184
+ <path d="M24 6c7 0 12 5 12 12 0 9-12 24-12 24S12 27 12 18c0-7 5-12 12-12z" fill="#fff"/>
185
+ <circle cx="24" cy="18" r="5" fill="#000"/>
186
+ </svg>
187
+ <span>Map</span>
188
+ </div>
189
+ <div class="chip">
190
+ <span>Jan 24 → 29</span>
191
+ </div>
192
+ <div class="chip">
193
+ <svg class="icon" viewBox="0 0 48 48">
194
+ <circle cx="18" cy="18" r="6" fill="#000"/>
195
+ <circle cx="30" cy="24" r="5" fill="#000" opacity=".8"/>
196
+ <path d="M10 34c4-8 16-8 20 0" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round"/>
197
+ </svg>
198
+ <span>1</span>
199
+ </div>
200
+ <div class="chip light">
201
+ <svg class="icon" viewBox="0 0 48 48">
202
+ <line x1="10" y1="14" x2="38" y2="14" stroke="#666" stroke-width="4" stroke-linecap="round"/>
203
+ <circle cx="20" cy="14" r="4" fill="#666"/>
204
+ <line x1="10" y1="24" x2="38" y2="24" stroke="#666" stroke-width="4" stroke-linecap="round"/>
205
+ <circle cx="30" cy="24" r="4" fill="#666"/>
206
+ <line x1="10" y1="34" x2="38" y2="34" stroke="#666" stroke-width="4" stroke-linecap="round"/>
207
+ <circle cx="16" cy="34" r="4" fill="#666"/>
208
+ </svg>
209
+ <span>Filters</span>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Availability info -->
214
+ <div class="infoRow">
215
+ <div>167 of 190 places are available, sorted by <a href="#">best value</a></div>
216
+ <div class="info-circle">i</div>
217
+ </div>
218
+
219
+ <!-- Hotel card -->
220
+ <div class="card">
221
+ <div class="image-wrap">
222
+ <div class="img-placeholder">[IMG: Hotel interior with yellow wall and plants]</div>
223
+ <div class="heart-circle">
224
+ <svg class="icon" viewBox="0 0 48 48">
225
+ <path d="M24 40s-14-9-14-18c0-6 6-10 12-6 6-4 12 0 12 6 0 9-10 18-10 18z" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
226
+ </svg>
227
+ </div>
228
+ <div class="badge">2023</div>
229
+ <div class="carousel-dots">
230
+ <div class="dot active"></div>
231
+ <div class="dot"></div>
232
+ <div class="dot"></div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="cardContent">
237
+ <div class="sponsored">Sponsored</div>
238
+ <div class="hotel-title">Vive Hotel Waikiki</div>
239
+
240
+ <div class="rating">
241
+ <div class="bubble"></div>
242
+ <div class="bubble"></div>
243
+ <div class="bubble"></div>
244
+ <div class="bubble"></div>
245
+ <div class="bubble"></div>
246
+ <div class="count">5,048</div>
247
+ </div>
248
+
249
+ <div class="desc">Free breakfast included<br>Waikiki</div>
250
+
251
+ <div class="link">Visit website ↗</div>
252
+
253
+ <div class="priceRow">
254
+ <div class="price">$264</div>
255
+ <button class="deal-btn">View deal</button>
256
+ </div>
257
+
258
+ <div class="vendor"><span class="brand">Expedia.com</span> ↗</div>
259
+ <div class="vendor muted">Free cancellation</div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="divider"></div>
264
+
265
+ <!-- Next card preview -->
266
+ <div class="banner-wrap">
267
+ <div class="banner">[IMG: Honolulu skyline at sunset]</div>
268
+ <div class="heart-circle" style="box-shadow:0 2px 8px rgba(0,0,0,.15);">
269
+ <svg class="icon" viewBox="0 0 48 48">
270
+ <path d="M24 40s-14-9-14-18c0-6 6-10 12-6 6-4 12 0 12 6 0 9-10 18-10 18z" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Active underline indicator for "Plan" -->
276
+ <div class="active-bar"></div>
277
+
278
+ <!-- Bottom gesture bar -->
279
+ <div class="gesture"></div>
280
+
281
+ <!-- Bottom navigation -->
282
+ <div class="nav">
283
+ <div class="nav-item">
284
+ <svg class="nav-icon" viewBox="0 0 52 52">
285
+ <path d="M8 28 L26 12 L44 28 V44 H32 V32 H20 V44 H8z" fill="none" stroke="#666" stroke-width="3" stroke-linejoin="round"/>
286
+ </svg>
287
+ <div>Explore</div>
288
+ </div>
289
+ <div class="nav-item">
290
+ <svg class="nav-icon" viewBox="0 0 52 52">
291
+ <circle cx="22" cy="22" r="12" fill="none" stroke="#666" stroke-width="3"/>
292
+ <line x1="32" y1="32" x2="46" y2="46" stroke="#666" stroke-width="3" stroke-linecap="round"/>
293
+ </svg>
294
+ <div>Search</div>
295
+ </div>
296
+ <div class="nav-item active">
297
+ <svg class="nav-icon" viewBox="0 0 52 52">
298
+ <path d="M26 44s-16-10-16-20c0-7 7-12 13-7 6-5 13 0 13 7 0 10-10 20-10 20z" fill="none" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
299
+ </svg>
300
+ <div>Plan</div>
301
+ </div>
302
+ <div class="nav-item">
303
+ <svg class="nav-icon" viewBox="0 0 52 52">
304
+ <path d="M10 40 L42 40" stroke="#666" stroke-width="3" stroke-linecap="round"/>
305
+ <path d="M14 34 L38 34" stroke="#666" stroke-width="3" stroke-linecap="round"/>
306
+ <path d="M18 12 L34 12 L32 28 H20 L18 12z" fill="none" stroke="#666" stroke-width="3" stroke-linejoin="round"/>
307
+ </svg>
308
+ <div>Review</div>
309
+ </div>
310
+ <div class="nav-item">
311
+ <svg class="nav-icon" viewBox="0 0 52 52">
312
+ <circle cx="26" cy="18" r="10" fill="none" stroke="#666" stroke-width="3"/>
313
+ <path d="M8 46c2-10 16-10 18-10s16 0 18 10" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round"/>
314
+ </svg>
315
+ <div>Account</div>
316
+ </div>
317
+ </div>
318
+
319
+ </div>
320
+ </body>
321
+ </html>
code/10129/10129_4.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Honolulu Listings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Top header */
18
+ .safe-area { height: 80px; }
19
+ .header {
20
+ height: 120px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 36px;
25
+ }
26
+ .header-title {
27
+ font-size: 46px;
28
+ font-weight: 600;
29
+ color: #111;
30
+ }
31
+ .icon-btn {
32
+ width: 72px;
33
+ height: 72px;
34
+ border-radius: 36px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ color: #111;
39
+ }
40
+ .icon {
41
+ width: 48px; height: 48px;
42
+ }
43
+
44
+ /* Filter chips */
45
+ .filters {
46
+ display: flex;
47
+ gap: 24px;
48
+ padding: 20px 36px 26px 36px;
49
+ }
50
+ .chip {
51
+ border: 2px solid #DADADA;
52
+ border-radius: 48px;
53
+ padding: 20px 34px;
54
+ font-size: 34px;
55
+ color: #222;
56
+ background: #fff;
57
+ display: inline-flex;
58
+ align-items: center;
59
+ gap: 18px;
60
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
61
+ }
62
+ .chip.black {
63
+ background: #000;
64
+ color: #fff;
65
+ border-color: #000;
66
+ padding: 20px 34px;
67
+ font-weight: 600;
68
+ }
69
+ .chip .small-icon { width: 40px; height: 40px; }
70
+ .chip.light {
71
+ background: #f8f8f8;
72
+ }
73
+
74
+ /* Hero image */
75
+ .hero-img {
76
+ width: 1080px;
77
+ height: 520px;
78
+ background: #E0E0E0;
79
+ border: 1px solid #BDBDBD;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ color: #757575;
84
+ font-size: 34px;
85
+ position: relative;
86
+ }
87
+ .carousel-dots {
88
+ position: absolute;
89
+ bottom: 26px;
90
+ left: 0; right: 0;
91
+ display: flex;
92
+ justify-content: center;
93
+ gap: 16px;
94
+ }
95
+ .carousel-dots span {
96
+ width: 18px; height: 18px; border-radius: 9px;
97
+ background: rgba(255,255,255,0.85);
98
+ border: 1px solid rgba(0,0,0,0.1);
99
+ }
100
+ .carousel-dots span.inactive {
101
+ background: rgba(255,255,255,0.6);
102
+ }
103
+
104
+ /* Card details */
105
+ .card {
106
+ padding: 34px 36px;
107
+ }
108
+ .tag {
109
+ display: inline-block;
110
+ padding: 12px 18px;
111
+ border: 2px solid #111;
112
+ border-radius: 14px;
113
+ font-size: 28px;
114
+ font-weight: 700;
115
+ margin-bottom: 24px;
116
+ }
117
+ .title {
118
+ font-size: 46px;
119
+ font-weight: 700;
120
+ color: #111;
121
+ line-height: 1.25;
122
+ margin-bottom: 22px;
123
+ }
124
+ .rating-row {
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 14px;
128
+ margin-bottom: 12px;
129
+ }
130
+ .dot {
131
+ width: 26px; height: 26px; border-radius: 13px; background: #17B77F;
132
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08);
133
+ }
134
+ .rating-count {
135
+ font-size: 30px; color: #333; margin-left: 10px;
136
+ }
137
+ .location { font-size: 32px; color: #555; margin-top: 6px; }
138
+ .link-row {
139
+ margin-top: 24px; font-size: 34px; color: #2E2E2E;
140
+ }
141
+ .link-row a { color: #2E2E2E; text-decoration: underline; }
142
+ .price { font-size: 48px; font-weight: 700; margin-top: 26px; color: #111; }
143
+ .provider { font-size: 32px; color: #555; margin-top: 8px; }
144
+
145
+ .cta {
146
+ position: absolute;
147
+ right: 36px;
148
+ bottom: 80px;
149
+ background: #E1B400;
150
+ color: #111;
151
+ border-radius: 40px;
152
+ padding: 24px 40px;
153
+ font-size: 34px;
154
+ font-weight: 700;
155
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1);
156
+ }
157
+
158
+ .divider { height: 18px; background: #EFEFEF; margin: 10px 0 0 0; }
159
+
160
+ /* Second card */
161
+ .second-img {
162
+ width: 1080px;
163
+ height: 500px;
164
+ background: #E0E0E0;
165
+ border: 1px solid #BDBDBD;
166
+ display: flex; align-items: center; justify-content: center;
167
+ color: #757575; font-size: 34px; position: relative;
168
+ }
169
+ .favorite {
170
+ position: absolute; right: 26px; top: 26px;
171
+ width: 90px; height: 90px; border-radius: 45px; background: #fff;
172
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
173
+ display: flex; align-items: center; justify-content: center;
174
+ }
175
+ .award {
176
+ position: absolute; left: 26px; bottom: 26px;
177
+ background: #17B77F; color: #072; font-weight: 800;
178
+ font-size: 26px; padding: 14px 18px; border-radius: 16px;
179
+ }
180
+ .second-title {
181
+ padding: 24px 36px;
182
+ font-size: 44px; font-weight: 700; color: #111;
183
+ }
184
+
185
+ /* Bottom nav */
186
+ .bottom-nav {
187
+ position: absolute;
188
+ left: 0; right: 0; bottom: 0;
189
+ height: 240px; background: #fff; border-top: 1px solid #E5E5E5;
190
+ display: flex; align-items: flex-start; justify-content: space-around;
191
+ padding-top: 24px;
192
+ }
193
+ .nav-item {
194
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
195
+ color: #777; font-size: 30px;
196
+ }
197
+ .nav-item .nav-icon { width: 56px; height: 56px; }
198
+ .nav-item.active { color: #111; }
199
+ .nav-item.active .underline {
200
+ width: 200px; height: 8px; background: #17B77F; border-radius: 4px; margin-top: 6px;
201
+ }
202
+ .home-indicator {
203
+ position: absolute; left: 50%; transform: translateX(-50%);
204
+ bottom: 20px; width: 380px; height: 10px; background: #BDBDBD; border-radius: 5px;
205
+ }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <div class="safe-area"></div>
212
+
213
+ <div class="header">
214
+ <div class="icon-btn">
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <path d="M15 3 L6 12 L15 21" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="header-title">Honolulu</div>
220
+ <div class="icon-btn">
221
+ <svg class="icon" viewBox="0 0 24 24">
222
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2.5" fill="none"/>
223
+ <line x1="18" y1="18" x2="22" y2="22" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="filters">
229
+ <div class="chip black">Map</div>
230
+ <div class="chip">
231
+ Jan 24
232
+ <svg class="small-icon" viewBox="0 0 24 24">
233
+ <path d="M3 12 H21 M14 7 L21 12 L14 17" stroke="#111" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ 29
236
+ </div>
237
+ <div class="chip">
238
+ <svg class="small-icon" viewBox="0 0 24 24">
239
+ <circle cx="12" cy="8" r="4" stroke="#111" stroke-width="2.2" fill="none"/>
240
+ <path d="M4 22 C4 16 20 16 20 22" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round"/>
241
+ </svg>
242
+ 1
243
+ </div>
244
+ <div class="chip light">
245
+ <svg class="small-icon" viewBox="0 0 24 24">
246
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#111" stroke-width="2"/>
247
+ <circle cx="10" cy="6" r="2.5" fill="#111"/>
248
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#111" stroke-width="2"/>
249
+ <circle cx="15" cy="12" r="2.5" fill="#111"/>
250
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#111" stroke-width="2"/>
251
+ <circle cx="7" cy="18" r="2.5" fill="#111"/>
252
+ </svg>
253
+ Filters
254
+ </div>
255
+ </div>
256
+
257
+ <div class="hero-img">
258
+ [IMG: Waikiki beachfront resort photo]
259
+ <div class="carousel-dots">
260
+ <span></span><span class="inactive"></span><span class="inactive"></span><span class="inactive"></span>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="card" style="position: relative;">
265
+ <div class="tag">BEST SELLER</div>
266
+ <div class="title">1. Hilton Hawaiian Village Waikiki Beach Resort</div>
267
+
268
+ <div class="rating-row">
269
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
270
+ <div class="rating-count">19,836</div>
271
+ </div>
272
+ <div class="location">Waikiki</div>
273
+
274
+ <div class="link-row"><a href="#">Visit website ↗</a></div>
275
+ <div class="price">$313</div>
276
+ <div class="provider">Booking.com ↗</div>
277
+
278
+ <div class="cta">View deal</div>
279
+ </div>
280
+
281
+ <div class="divider"></div>
282
+
283
+ <div class="second-img">
284
+ [IMG: Waikiki beach with hotels and ocean]
285
+ <div class="favorite">
286
+ <svg viewBox="0 0 24 24" class="icon">
287
+ <path d="M12 21 C-2 12 6 4 12 9 C18 4 26 12 12 21" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
288
+ </svg>
289
+ </div>
290
+ <div class="award">2023</div>
291
+ <div class="carousel-dots">
292
+ <span></span><span class="inactive"></span><span class="inactive"></span><span class="inactive"></span>
293
+ </div>
294
+ </div>
295
+
296
+ <div class="second-title">2. OUTRIGGER Waikiki Beach Resort</div>
297
+
298
+ <div class="bottom-nav">
299
+ <div class="nav-item">
300
+ <svg class="nav-icon" viewBox="0 0 24 24">
301
+ <path d="M3 11 L12 4 L21 11 V21 H3 Z" stroke="#666" stroke-width="2" fill="none" stroke-linejoin="round"/>
302
+ </svg>
303
+ <div>Explore</div>
304
+ </div>
305
+ <div class="nav-item">
306
+ <svg class="nav-icon" viewBox="0 0 24 24">
307
+ <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/>
308
+ <line x1="18" y1="18" x2="22" y2="22" stroke="#666" stroke-width="2" stroke-linecap="round"/>
309
+ </svg>
310
+ <div>Search</div>
311
+ </div>
312
+ <div class="nav-item active">
313
+ <svg class="nav-icon" viewBox="0 0 24 24">
314
+ <path d="M12 21 C-2 12 6 4 12 9 C18 4 26 12 12 21" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
315
+ </svg>
316
+ <div>Plan</div>
317
+ <div class="underline"></div>
318
+ </div>
319
+ <div class="nav-item">
320
+ <svg class="nav-icon" viewBox="0 0 24 24">
321
+ <path d="M5 4 H19 V6 H5 Z M7 10 H17 V20 H7 Z" stroke="#666" stroke-width="2" fill="none" stroke-linejoin="round"/>
322
+ </svg>
323
+ <div>Review</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" stroke="#666" stroke-width="2" fill="none"/>
328
+ <path d="M4 22 C4 16 20 16 20 22" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
329
+ </svg>
330
+ <div>Account</div>
331
+ </div>
332
+ <div class="home-indicator"></div>
333
+ </div>
334
+
335
+ </div>
336
+ </body>
337
+ </html>
code/10129/10129_5.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Honolulu - Hotel List</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff; color: #111;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ /* App bar */
15
+ .appbar {
16
+ position: relative;
17
+ height: 140px;
18
+ padding: 40px 40px 20px 40px;
19
+ }
20
+ .appbar .title {
21
+ text-align: center; font-size: 40px; font-weight: 600; line-height: 60px;
22
+ }
23
+ .icon-btn {
24
+ position: absolute; top: 48px;
25
+ width: 72px; height: 72px; border-radius: 36px;
26
+ display: flex; align-items: center; justify-content: center;
27
+ background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
28
+ }
29
+ .icon-left { left: 24px; }
30
+ .icon-right { right: 24px; }
31
+
32
+ /* Filter chips */
33
+ .filters {
34
+ display: flex; gap: 24px;
35
+ padding: 24px 40px 28px 40px;
36
+ }
37
+ .chip {
38
+ height: 96px; padding: 0 40px;
39
+ border-radius: 48px; border: 2px solid #E5E5E5;
40
+ display: inline-flex; align-items: center; gap: 18px;
41
+ font-size: 34px; color: #111; background: #fff;
42
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
43
+ }
44
+ .chip.filled {
45
+ background: #000; color: #fff; border-color: #000;
46
+ font-weight: 600;
47
+ }
48
+ .chip svg { width: 40px; height: 40px; }
49
+ .chip .subtle-arrow { font-size: 34px; color: #666; }
50
+
51
+ /* Cards */
52
+ .card {
53
+ margin-top: 18px;
54
+ border-top: 1px solid #eee;
55
+ }
56
+ .hero-img {
57
+ position: relative;
58
+ width: 1080px; height: 380px;
59
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
60
+ display: flex; align-items: center; justify-content: center;
61
+ color: #757575; font-size: 34px; letter-spacing: 0.2px;
62
+ }
63
+ .img-label { background: rgba(255,255,255,0.85); padding: 10px 16px; border-radius: 16px; border: 1px solid #BDBDBD; }
64
+ .img-badge {
65
+ position: absolute; left: 24px; bottom: 24px;
66
+ background: #1fd07a; color: #111; font-weight: 700;
67
+ border-radius: 18px; padding: 12px 18px; font-size: 28px;
68
+ display: flex; align-items: center; gap: 10px;
69
+ }
70
+ .carousel-dots {
71
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
72
+ display: flex; gap: 12px;
73
+ }
74
+ .dot { width: 14px; height: 14px; border-radius: 7px; background: rgba(255,255,255,0.8); }
75
+ .dot.active { width: 18px; height: 18px; border-radius: 9px; background: #fff; }
76
+
77
+ .favorite-circle {
78
+ position: absolute; right: 24px; top: 24px;
79
+ width: 92px; height: 92px; border-radius: 46px;
80
+ background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
81
+ display: flex; align-items: center; justify-content: center;
82
+ }
83
+
84
+ .content {
85
+ position: relative;
86
+ padding: 36px 40px 40px 40px;
87
+ background: #fff;
88
+ }
89
+ .content h2 {
90
+ font-size: 40px; margin: 0 0 26px 0; font-weight: 700;
91
+ }
92
+ .rating-row {
93
+ display: flex; align-items: center; gap: 16px;
94
+ margin-bottom: 16px;
95
+ font-size: 30px; color: #666;
96
+ }
97
+ .green-dot {
98
+ width: 26px; height: 26px; border-radius: 13px; background: #1fd07a; display: inline-block;
99
+ }
100
+ .subtitle { font-size: 32px; color: #666; margin-bottom: 18px; }
101
+ .link { font-size: 34px; color: #444; text-decoration: underline; margin-bottom: 18px; display: inline-block; }
102
+ .price { font-size: 54px; font-weight: 700; margin: 12px 0 10px 0; }
103
+ .site { font-size: 32px; color: #666; margin-bottom: 20px; }
104
+ .mobile-rate {
105
+ display: inline-flex; align-items: center; gap: 14px;
106
+ background: #c9f1dd; color: #106b4c;
107
+ padding: 16px 20px; border-radius: 14px;
108
+ font-size: 30px; font-weight: 600; border: 1px solid #a4dfc1;
109
+ margin-bottom: 18px;
110
+ }
111
+ .free { font-size: 30px; color: #757575; margin-top: 12px; }
112
+ .cta {
113
+ position: absolute; right: 40px; top: 160px;
114
+ background: #f4b000; color: #111; border: none;
115
+ padding: 26px 40px; border-radius: 48px; font-size: 34px; font-weight: 700;
116
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
117
+ }
118
+
119
+ /* Divider */
120
+ .divider { height: 1px; background: #eee; margin: 18px 0; }
121
+
122
+ /* Bottom navigation */
123
+ .bottom-nav {
124
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 210px;
125
+ background: #fff; border-top: 1px solid #e6e6e6;
126
+ display: flex; align-items: center; justify-content: space-around;
127
+ }
128
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 20%; }
129
+ .nav-item svg { width: 52px; height: 52px; }
130
+ .nav-label { font-size: 28px; color: #666; }
131
+ .nav-item.active .nav-label { color: #111; font-weight: 600; }
132
+ .active-indicator {
133
+ position: absolute; top: 0;
134
+ width: 140px; height: 8px; background: #1fd07a; border-radius: 4px;
135
+ left: 50%; transform: translateX(-50%);
136
+ }
137
+ .gesture-bar {
138
+ position: absolute; bottom: 220px; left: 50%; transform: translateX(-50%);
139
+ width: 360px; height: 16px; background: #cfcfcf; border-radius: 8px;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+ <!-- App Bar -->
146
+ <div class="appbar">
147
+ <div class="icon-btn icon-left">
148
+ <svg viewBox="0 0 24 24">
149
+ <path d="M15 3 L6 12 L15 21" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="title">Honolulu</div>
153
+ <div class="icon-btn icon-right">
154
+ <svg viewBox="0 0 24 24">
155
+ <circle cx="11" cy="11" r="8" stroke="#111" stroke-width="2.5" fill="none"/>
156
+ <path d="M20 20 L16 16" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Filters -->
162
+ <div class="filters">
163
+ <div class="chip filled">Map</div>
164
+ <div class="chip">
165
+ <span>Jan 24</span>
166
+ <span class="subtle-arrow">→</span>
167
+ <span>29</span>
168
+ </div>
169
+ <div class="chip">
170
+ <svg viewBox="0 0 24 24">
171
+ <circle cx="12" cy="8" r="4" fill="#111"/>
172
+ <path d="M4 22 C4 16 20 16 20 22" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round"/>
173
+ </svg>
174
+ <span>1</span>
175
+ </div>
176
+ <div class="chip">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M4 7 H18" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
179
+ <circle cx="7" cy="7" r="2" fill="#111"/>
180
+ <path d="M4 13 H20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
181
+ <circle cx="14" cy="13" r="2" fill="#111"/>
182
+ <path d="M6 19 H20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
183
+ <circle cx="18" cy="19" r="2" fill="#111"/>
184
+ </svg>
185
+ <span>Filters</span>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Card 1 -->
190
+ <div class="card">
191
+ <div class="hero-img">
192
+ <div class="img-label">[IMG: Waikiki beach aerial]</div>
193
+ <div class="img-badge">2023</div>
194
+ <div class="carousel-dots">
195
+ <div class="dot active"></div>
196
+ <div class="dot"></div>
197
+ <div class="dot"></div>
198
+ </div>
199
+ </div>
200
+ <div class="content">
201
+ <h2>2. OUTRIGGER Waikiki Beach Resort</h2>
202
+ <div class="rating-row">
203
+ <span class="green-dot"></span>
204
+ <span class="green-dot"></span>
205
+ <span class="green-dot"></span>
206
+ <span class="green-dot"></span>
207
+ <span>6,820</span>
208
+ </div>
209
+ <div class="subtitle">Waikiki</div>
210
+ <div class="link">Visit website ↗</div>
211
+ <div class="price">$450</div>
212
+ <div class="site">Expedia.com ↗</div>
213
+ <div class="mobile-rate">
214
+ <svg viewBox="0 0 24 24">
215
+ <rect x="6" y="3" width="12" height="18" rx="2" ry="2" stroke="#106b4c" stroke-width="2" fill="none"/>
216
+ <rect x="10" y="18" width="4" height="1.8" fill="#106b4c"/>
217
+ </svg>
218
+ <span>Mobile rate</span>
219
+ </div>
220
+ <div class="free">Free cancellation • Reserve now, pay at stay</div>
221
+ <button class="cta">View deal</button>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="divider"></div>
226
+
227
+ <!-- Card 2 -->
228
+ <div class="card">
229
+ <div class="hero-img">
230
+ <div class="img-label">[IMG: Oceanfront pool at night]</div>
231
+ <div class="favorite-circle">
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M12 20 C12 20 5 15 5 9 C5 6.5 7 5 9 5 C10.5 5 12 6.2 12 6.2 C12 6.2 13.5 5 15 5 C17 5 19 6.5 19 9 C19 15 12 20 12 20 Z" stroke="#111" stroke-width="2.2" fill="none" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+ <div class="img-badge">2023</div>
237
+ <div class="carousel-dots">
238
+ <div class="dot active"></div>
239
+ <div class="dot"></div>
240
+ <div class="dot"></div>
241
+ <div class="dot"></div>
242
+ </div>
243
+ </div>
244
+ <div class="content">
245
+ <h2>3. Halekulani Hotel</h2>
246
+ <div class="rating-row">
247
+ <span class="green-dot"></span>
248
+ <span class="green-dot"></span>
249
+ <span class="green-dot"></span>
250
+ <span class="green-dot"></span>
251
+ <span>3,453</span>
252
+ </div>
253
+ <div class="subtitle">Waikiki</div>
254
+ <div class="price">$1,003</div>
255
+ <div class="site">Trip.com ↗</div>
256
+ <button class="cta" style="top: 130px;">View deal</button>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Gesture Bar -->
261
+ <div class="gesture-bar"></div>
262
+
263
+ <!-- Bottom Navigation -->
264
+ <div class="bottom-nav">
265
+ <div class="nav-item">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M3 10 L12 3 L21 10" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round"/>
268
+ <rect x="6" y="10" width="12" height="10" stroke="#111" stroke-width="2.2" fill="none" rx="1"/>
269
+ </svg>
270
+ <div class="nav-label">Explore</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24">
274
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2.2" fill="none"/>
275
+ <path d="M20 20 L16 16" stroke="#111" stroke-width="2.2" stroke-linecap="round"/>
276
+ </svg>
277
+ <div class="nav-label">Search</div>
278
+ </div>
279
+ <div class="nav-item active" style="position: relative;">
280
+ <div class="active-indicator"></div>
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M12 20 C12 20 5 15 5 9 C5 6.5 7 5 9 5 C10.5 5 12 6.2 12 6.2 C12 6.2 13.5 5 15 5 C17 5 19 6.5 19 9 C19 15 12 20 12 20 Z" stroke="#111" stroke-width="2.2" fill="none" stroke-linejoin="round"/>
283
+ </svg>
284
+ <div class="nav-label">Plan</div>
285
+ </div>
286
+ <div class="nav-item">
287
+ <svg viewBox="0 0 24 24">
288
+ <path d="M5 19 L15 9 L19 13 L9 23 L5 23 Z" stroke="#111" stroke-width="2" fill="none" stroke-linejoin="round"/>
289
+ <path d="M13 7 L17 11" stroke="#111" stroke-width="2" stroke-linecap="round"/>
290
+ </svg>
291
+ <div class="nav-label">Review</div>
292
+ </div>
293
+ <div class="nav-item">
294
+ <svg viewBox="0 0 24 24">
295
+ <circle cx="12" cy="8" r="4" stroke="#111" stroke-width="2.2" fill="none"/>
296
+ <path d="M4 22 C4 16 20 16 20 22" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round"/>
297
+ </svg>
298
+ <div class="nav-label">Account</div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </body>
303
+ </html>
code/10130/10130_0.html ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Plant Identification UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F3F3F3; border-radius: 28px; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
12
+ }
13
+ /* Top hero image */
14
+ .hero {
15
+ position: absolute; left: 0; top: 0; width: 1080px; height: 920px;
16
+ background: #E0E0E0; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px;
17
+ border: 1px solid #BDBDBD;
18
+ display: flex; align-items: flex-end; justify-content: center; color: #757575;
19
+ }
20
+ .hero span { margin-bottom: 16px; font-size: 28px; }
21
+ /* Status bar overlay */
22
+ .statusbar {
23
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
24
+ background: rgba(0,0,0,0.18); color: #fff; display: flex; align-items: center; padding: 0 32px;
25
+ }
26
+ .status-left { display: flex; align-items: center; gap: 26px; font-weight: 600; font-size: 36px; }
27
+ .status-icons { display: flex; align-items: center; gap: 18px; font-size: 30px; }
28
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
29
+ .icon { width: 38px; height: 38px; display: inline-block; }
30
+ /* Back & close circular buttons */
31
+ .circle-btn {
32
+ position: absolute; width: 132px; height: 132px; border-radius: 50%;
33
+ background: rgba(0,0,0,0.32); display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .btn-back { left: 32px; top: 360px; }
36
+ .btn-close { right: 32px; top: 360px; }
37
+ .circle-btn svg { width: 64px; height: 64px; }
38
+ /* Content area */
39
+ .content {
40
+ position: absolute; top: 920px; left: 0; right: 0; padding: 32px;
41
+ }
42
+ .card {
43
+ background: #fff; border-radius: 24px; padding: 48px; box-shadow: 0 2px 0 rgba(0,0,0,0.04);
44
+ margin-bottom: 36px; border: 1px solid #EEE;
45
+ }
46
+ .title { font-size: 64px; font-weight: 500; color: #2A2A2A; margin: 0 0 24px 0; }
47
+ .subtitle { font-size: 36px; color: #9E9E9E; margin-bottom: 18px; }
48
+ .label { font-size: 36px; color: #B0B0B0; }
49
+ .value { font-size: 42px; font-weight: 600; color: #1F1F1F; }
50
+ .thumbs { display: flex; gap: 24px; margin-top: 26px; flex-wrap: wrap; }
51
+ .thumb {
52
+ width: 184px; height: 164px; background: #E0E0E0; border: 1px solid #BDBDBD;
53
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
54
+ border-radius: 8px;
55
+ }
56
+ /* Bottom home indicator */
57
+ .home-indicator {
58
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
59
+ width: 360px; height: 16px; background: #000; border-radius: 8px; opacity: 0.9;
60
+ }
61
+ </style>
62
+ </head>
63
+ <body>
64
+ <div id="render-target">
65
+
66
+ <!-- Top hero image -->
67
+ <div class="hero">
68
+ <span>[IMG: Close-up plant leaves]</span>
69
+ </div>
70
+
71
+ <!-- Status bar overlay -->
72
+ <div class="statusbar">
73
+ <div class="status-left">
74
+ <div>11:37</div>
75
+ <div class="status-icons">
76
+ <!-- leaf icon -->
77
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
78
+ <path d="M4 14c8-8 15-10 16-9-1 8-8 12-12 13-3 1-5-2-4-4z" stroke="#fff" stroke-width="2" fill="none"/>
79
+ </svg>
80
+ <div>32°</div>
81
+ <!-- globe icon -->
82
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
83
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
84
+ <path d="M2 12h20M12 2c3 3 3 19 0 20" stroke="#fff" stroke-width="2"/>
85
+ </svg>
86
+ <!-- globe icon 2 -->
87
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
88
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
89
+ <path d="M2 12h20M12 2c-3 3-3 19 0 20" stroke="#fff" stroke-width="2"/>
90
+ </svg>
91
+ </div>
92
+ </div>
93
+ <div class="status-right">
94
+ <!-- wifi icon -->
95
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
96
+ <path d="M3 9c5-5 13-5 18 0M6 12c3-3 9-3 12 0M9 15c2-2 4-2 6 0M12 18l2 2-2 2-2-2 2-2z" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
97
+ </svg>
98
+ <!-- battery icon -->
99
+ <svg class="icon" viewBox="0 0 28 24" fill="none">
100
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"/>
101
+ <rect x="4" y="8" width="12" height="8" fill="#fff"/>
102
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#fff"/>
103
+ </svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Back and Close buttons -->
108
+ <div class="circle-btn btn-back">
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
111
+ </svg>
112
+ </div>
113
+ <div class="circle-btn btn-close">
114
+ <svg viewBox="0 0 24 24">
115
+ <path d="M6 6l12 12M18 6l-12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
116
+ </svg>
117
+ </div>
118
+
119
+ <!-- Content cards -->
120
+ <div class="content">
121
+ <div class="card">
122
+ <h1 class="title">Chinese evergreen</h1>
123
+ <div class="subtitle">Also known as گل آگلونما نخشی, Silver queen aglaonema, Philippine evergreen, …</div>
124
+ <div class="label">Botanical name <span class="value">Aglaonema commutatum</span></div>
125
+ <div class="thumbs" style="margin-top: 28px;">
126
+ <div class="thumb">[IMG: Plant 1]</div>
127
+ <div class="thumb">[IMG: Plant 2]</div>
128
+ <div class="thumb">[IMG: Plant 3]</div>
129
+ <div class="thumb">[IMG: Plant 4]</div>
130
+ <div class="thumb">[IMG: Plant 5]</div>
131
+ </div>
132
+ </div>
133
+
134
+ <div class="card">
135
+ <h1 class="title">Aglaonema aroid</h1>
136
+ <div class="label">Botanical name <span class="value">Aglaonema nitidum</span></div>
137
+ <div class="thumbs" style="margin-top: 28px;">
138
+ <div class="thumb">[IMG: Aroid 1]</div>
139
+ <div class="thumb">[IMG: Aroid 2]</div>
140
+ <div class="thumb">[IMG: Aroid 3]</div>
141
+ <div class="thumb">[IMG: Aroid 4]</div>
142
+ </div>
143
+ </div>
144
+
145
+ <div class="card">
146
+ <h1 class="title">Chinese evergreen</h1>
147
+ <div class="subtitle">Also known as <span class="value" style="font-size:36px;">Japanese-leaf</span></div>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="home-indicator"></div>
152
+ </div>
153
+ </body>
154
+ </html>
code/10130/10130_1.html ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Introduce Plants to Greg</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, system-ui, -apple-system, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FAF8F2;
15
+ }
16
+
17
+ /* Subtle background leaf outlines */
18
+ .bg-shape {
19
+ position: absolute;
20
+ border: 6px solid rgba(0,0,0,0.05);
21
+ border-radius: 60px;
22
+ transform: rotate(12deg);
23
+ filter: blur(0.1px);
24
+ }
25
+ .bg1 { width: 520px; height: 420px; top: 180px; left: -120px; }
26
+ .bg2 { width: 540px; height: 460px; top: 160px; right: -90px; transform: rotate(-8deg); }
27
+ .bg3 { width: 420px; height: 360px; bottom: 200px; right: -80px; transform: rotate(18deg); }
28
+ .bg4 { width: 380px; height: 320px; bottom: 260px; left: -60px; transform: rotate(-12deg); }
29
+
30
+ /* Status bar */
31
+ .status-bar {
32
+ position: absolute;
33
+ top: 0;
34
+ left: 0;
35
+ width: 100%;
36
+ height: 140px;
37
+ background: #ffffff;
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: space-between;
41
+ padding: 0 48px;
42
+ box-sizing: border-box;
43
+ }
44
+ .status-left, .status-right {
45
+ display: flex; align-items: center; gap: 24px; color: #2D2D2D; font-weight: 600; font-size: 40px;
46
+ }
47
+ .dot { width: 14px; height: 14px; background:#6b6b6b; border-radius: 50%; display:inline-block; }
48
+
49
+ .status-icon {
50
+ width: 40px; height: 40px;
51
+ }
52
+ .status-right .status-icon { width: 48px; height: 48px; }
53
+
54
+ /* Main content */
55
+ .content {
56
+ position: absolute;
57
+ top: 380px;
58
+ left: 0;
59
+ width: 100%;
60
+ padding: 0 90px;
61
+ box-sizing: border-box;
62
+ text-align: center;
63
+ }
64
+ .leaf-icon {
65
+ width: 140px;
66
+ height: 160px;
67
+ margin: 0 auto 40px;
68
+ }
69
+
70
+ .title {
71
+ font-size: 72px;
72
+ font-weight: 800;
73
+ color: #101010;
74
+ line-height: 1.15;
75
+ letter-spacing: 0.2px;
76
+ margin: 0 0 36px;
77
+ }
78
+ .subtitle {
79
+ font-size: 36px;
80
+ color: #5E5D70;
81
+ line-height: 1.5;
82
+ margin-bottom: 80px;
83
+ }
84
+
85
+ .btn {
86
+ width: 900px;
87
+ height: 130px;
88
+ margin: 0 auto 40px;
89
+ border-radius: 65px;
90
+ font-size: 42px;
91
+ font-weight: 800;
92
+ letter-spacing: 0.2px;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ box-sizing: border-box;
97
+ cursor: default;
98
+ }
99
+ .btn.primary {
100
+ background: #16A34A;
101
+ color: #ffffff;
102
+ box-shadow: 0 14px 0 rgba(0,0,0,0.08);
103
+ }
104
+ .btn.outline {
105
+ background: #ffffff;
106
+ color: #16A34A;
107
+ border: 10px solid #16A34A;
108
+ }
109
+
110
+ /* Bottom nav bar */
111
+ .tabbar {
112
+ position: absolute;
113
+ bottom: 120px;
114
+ left: 0;
115
+ width: 100%;
116
+ height: 180px;
117
+ background: #ffffff;
118
+ border-top: 1px solid rgba(0,0,0,0.1);
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-around;
122
+ box-sizing: border-box;
123
+ }
124
+ .tabitem {
125
+ display: flex;
126
+ flex-direction: column;
127
+ align-items: center;
128
+ gap: 20px;
129
+ color: #9A9AA1;
130
+ font-size: 36px;
131
+ font-weight: 600;
132
+ }
133
+ .tabitem.active { color: #2E2A39; }
134
+ .tabicon { width: 64px; height: 64px; }
135
+
136
+ /* Home indicator */
137
+ .home-indicator {
138
+ position: absolute;
139
+ bottom: 40px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 260px;
143
+ height: 16px;
144
+ border-radius: 10px;
145
+ background: rgba(0,0,0,0.85);
146
+ }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+ <!-- faint decorative outlines -->
152
+ <div class="bg-shape bg1"></div>
153
+ <div class="bg-shape bg2"></div>
154
+ <div class="bg-shape bg3"></div>
155
+ <div class="bg-shape bg4"></div>
156
+
157
+ <!-- Status bar -->
158
+ <div class="status-bar">
159
+ <div class="status-left">
160
+ <span>11:41</span>
161
+ <!-- simple weather icon -->
162
+ <svg class="status-icon" viewBox="0 0 24 24">
163
+ <circle cx="12" cy="12" r="10" fill="#888" />
164
+ <text x="12" y="16" font-size="10" text-anchor="middle" fill="#fff">32°</text>
165
+ </svg>
166
+ <!-- globe icons -->
167
+ <svg class="status-icon" viewBox="0 0 24 24">
168
+ <circle cx="12" cy="12" r="10" fill="#777"/>
169
+ <path d="M2 12h20M12 2v20" stroke="#fff" stroke-width="2"/>
170
+ </svg>
171
+ <svg class="status-icon" viewBox="0 0 24 24">
172
+ <circle cx="12" cy="12" r="10" fill="#777"/>
173
+ <path d="M2 12h20M12 2v20" stroke="#fff" stroke-width="2"/>
174
+ </svg>
175
+ <span class="dot"></span>
176
+ </div>
177
+ <div class="status-right">
178
+ <svg class="status-icon" viewBox="0 0 24 24">
179
+ <path d="M2 9l6-6h12v18H8L2 15V9z" fill="#666"/>
180
+ </svg>
181
+ <svg class="status-icon" viewBox="0 0 24 24">
182
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="#666"/>
183
+ <rect x="19" y="8" width="2" height="8" fill="#ccc"/>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Main content -->
189
+ <div class="content">
190
+ <!-- Leaf mascot icon -->
191
+ <svg class="leaf-icon" viewBox="0 0 120 140">
192
+ <path d="M60 10c35 12 48 44 36 72S58 130 36 110 12 44 36 24 60 10 60 10z" fill="#B8F178" stroke="#27AE60" stroke-width="4"/>
193
+ <!-- lightning -->
194
+ <path d="M56 58l16-8-10 18h12l-24 20 8-18H48l8-12z" fill="#16A34A"/>
195
+ <!-- face -->
196
+ <circle cx="46" cy="50" r="4" fill="#333"/>
197
+ <circle cx="64" cy="50" r="4" fill="#333"/>
198
+ <path d="M48 62c6 6 12 6 18 0" stroke="#333" stroke-width="3" fill="none" stroke-linecap="round"/>
199
+ <!-- stem -->
200
+ <rect x="72" y="116" width="8" height="20" rx="4" fill="#27AE60"/>
201
+ </svg>
202
+
203
+ <h1 class="title">Let's introduce your<br>plants to Greg</h1>
204
+ <p class="subtitle">Greg will scan and identify your plants to give<br>you personalized care information.</p>
205
+
206
+ <div class="btn primary">Take Photo</div>
207
+ <div class="btn outline">Upload photo</div>
208
+ </div>
209
+
210
+ <!-- Bottom tab bar -->
211
+ <div class="tabbar">
212
+ <div class="tabitem active">
213
+ <svg class="tabicon" viewBox="0 0 24 24">
214
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#2E2A39" stroke-width="2"/>
215
+ <path d="M8 12l3 3 5-7" stroke="#2E2A39" stroke-width="2" fill="none" stroke-linecap="round"/>
216
+ </svg>
217
+ <div>Schedule</div>
218
+ </div>
219
+ <div class="tabitem">
220
+ <svg class="tabicon" viewBox="0 0 24 24">
221
+ <rect x="3" y="3" width="18" height="18" rx="3" fill="none" stroke="#9A9AA1" stroke-width="2"/>
222
+ <rect x="8" y="8" width="8" height="8" rx="2" fill="none" stroke="#9A9AA1" stroke-width="2"/>
223
+ </svg>
224
+ <div>Identify/Add</div>
225
+ </div>
226
+ <div class="tabitem">
227
+ <svg class="tabicon" viewBox="0 0 24 24">
228
+ <path d="M4 6h16v9H8l-4 5V6z" fill="none" stroke="#9A9AA1" stroke-width="2"/>
229
+ </svg>
230
+ <div>Community</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="home-indicator"></div>
235
+ </div>
236
+ </body>
237
+ </html>
code/10130/10130_2.html ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>PlantVision Camera UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: linear-gradient(180deg, #cfcfcf 0%, #a9a9a9 35%, #8f8f8f 100%);
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 24px; left: 36px; right: 36px; height: 80px;
17
+ display: flex; align-items: center; justify-content: space-between; color: #2e2e2e;
18
+ font-weight: 600; font-size: 42px;
19
+ }
20
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
21
+ .dot { width: 14px; height: 14px; background: #2e2e2e; border-radius: 50%; opacity: 0.7; }
22
+
23
+ /* Brand / header row */
24
+ .header-row {
25
+ position: absolute; top: 140px; left: 36px; right: 36px; height: 96px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ }
28
+ .app-icon {
29
+ width: 92px; height: 92px; border-radius: 50%; background: #A684FF; display: flex; align-items: center; justify-content: center;
30
+ box-shadow: 0 2px 6px rgba(0,0,0,0.1);
31
+ }
32
+ .app-icon svg { width: 48px; height: 48px; }
33
+ .brand {
34
+ display: flex; align-items: center; gap: 18px;
35
+ }
36
+ .brand .bolt {
37
+ width: 38px; height: 38px; border-radius: 50%; background: #38d26a; display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .brand .bolt svg { width: 22px; height: 22px; }
40
+ .brand .name { color: #ffffff; font-weight: 700; font-size: 58px; letter-spacing: 0.2px; }
41
+ .header-actions { display: flex; align-items: center; gap: 28px; }
42
+ .eq-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(255,255,255,0.35); display: flex; align-items: center; justify-content: center; }
43
+ .video-toggle {
44
+ width: 170px; height: 70px; border-radius: 36px; background: #24d27d; display: flex; align-items: center; justify-content: center;
45
+ box-shadow: 0 4px 10px rgba(0,0,0,0.15);
46
+ }
47
+
48
+ /* Big camera view placeholder */
49
+ .camera-view {
50
+ position: absolute; top: 240px; left: 36px; right: 36px; bottom: 360px;
51
+ border: 1px solid #BDBDBD; background: #E0E0E0;
52
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
53
+ }
54
+ /* Scan frame overlay (corners) */
55
+ .scan-frame {
56
+ position: absolute; left: 50%; top: 50%;
57
+ width: 820px; height: 1000px; transform: translate(-50%, -48%);
58
+ }
59
+ .corner {
60
+ position: absolute; width: 180px; height: 180px; border-radius: 40px; border: 0 solid transparent;
61
+ }
62
+ .corner.tl { top: 80px; left: 80px; border-top: 14px solid #ffffff; border-left: 14px solid #ffffff; }
63
+ .corner.tr { top: 80px; right: 80px; border-top: 14px solid #ffffff; border-right: 14px solid #ffffff; }
64
+ .corner.bl { bottom: 80px; left: 80px; border-bottom: 14px solid #ffffff; border-left: 14px solid #ffffff; }
65
+ .corner.br { bottom: 80px; right: 80px; border-bottom: 14px solid #ffffff; border-right: 14px solid #ffffff; }
66
+
67
+ /* Bottom controls */
68
+ .controls {
69
+ position: absolute; left: 0; right: 0; bottom: 270px; height: 200px; display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .gallery-btn {
72
+ position: absolute; left: 140px; width: 120px; height: 88px; display: flex; align-items: center; justify-content: center;
73
+ }
74
+ .shutter {
75
+ width: 190px; height: 190px; border-radius: 50%; border: 12px solid #ffffff; background: #cfd8dc;
76
+ box-shadow: 0 10px 18px rgba(0,0,0,0.25);
77
+ }
78
+
79
+ /* Bottom nav bar */
80
+ .bottom-nav {
81
+ position: absolute; bottom: 120px; left: 0; right: 0; height: 210px; background: #ffffff; display: flex; align-items: center; justify-content: space-around;
82
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
83
+ }
84
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 18px; color: #6b6b6b; font-size: 40px; }
85
+ .nav-item.active { color: #20c981; font-weight: 700; }
86
+ .nav-icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
87
+
88
+ /* Home indicator */
89
+ .home-indicator {
90
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
91
+ width: 420px; height: 14px; background: #000000; opacity: 0.7; border-radius: 10px;
92
+ }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div class="status-left">
101
+ <div>11:42</div>
102
+ <!-- simple icons -->
103
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#3b3b3b" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C7 2 3 6 3 11s4 9 9 9 9-4 9-9-4-9-9-9zm0 3a6 6 0 100 12 6 6 0 000-12z"/></svg>
104
+ <div style="font-size:34px;">32°</div>
105
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#3b3b3b" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 3c1.9 0 3.6.6 5 1.6-1.3 1-3 1.6-5 1.6S8.3 7.6 7 6.6C8.4 5.6 10.1 5 12 5zm-7 7c0-.4 0-.7.1-1 1.8 1.2 4.2 2 6.9 2s5-0.8 6.9-2c.1.3.1.6.1 1 0 2.1-.9 4-2.4 5.4-1.4-1-3.1-1.4-4.6-1.4-1.5 0-3.2.4-4.6 1.4A7.9 7.9 0 015 12z"/></svg>
106
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#3b3b3b" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l5 9H7l5-9zm0 20a9 9 0 01-9-9h18a9 9 0 01-9 9z"/></svg>
107
+ </div>
108
+ <div class="status-right">
109
+ <div class="dot"></div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Header with brand and actions -->
114
+ <div class="header-row">
115
+ <div class="app-icon">
116
+ <!-- leaf icon -->
117
+ <svg viewBox="0 0 24 24" fill="#5a3bd7" xmlns="http://www.w3.org/2000/svg">
118
+ <path d="M12 3C7 6 5 10 5 13c0 4 3 6 7 6 4 0 7-2 7-6 0-5-4-8-7-10 0 0-1 1-1 0z"/>
119
+ </svg>
120
+ </div>
121
+
122
+ <div class="brand">
123
+ <div class="bolt">
124
+ <svg viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L6 13h5l-1 9 8-12h-5l1-8z"/></svg>
125
+ </div>
126
+ <div class="name">PlantVision</div>
127
+ </div>
128
+
129
+ <div class="header-actions">
130
+ <div class="eq-icon">
131
+ <!-- equalizer bars -->
132
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ffffff" xmlns="http://www.w3.org/2000/svg">
133
+ <rect x="4" y="8" width="3" height="10" rx="1"></rect>
134
+ <rect x="10.5" y="4" width="3" height="14" rx="1"></rect>
135
+ <rect x="17" y="6" width="3" height="12" rx="1"></rect>
136
+ </svg>
137
+ </div>
138
+ <div class="video-toggle">
139
+ <!-- camera icon -->
140
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#0a7a4a" xmlns="http://www.w3.org/2000/svg">
141
+ <path d="M4 7a3 3 0 00-3 3v4a3 3 0 003 3h9a3 3 0 003-3v-1l4 3V8l-4 3V10a3 3 0 00-3-3H4z" fill="#ffffff"/>
142
+ </svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Camera view placeholder -->
148
+ <div class="camera-view">[IMG: Camera View]</div>
149
+
150
+ <!-- Scan frame corners -->
151
+ <div class="scan-frame">
152
+ <div class="corner tl"></div>
153
+ <div class="corner tr"></div>
154
+ <div class="corner bl"></div>
155
+ <div class="corner br"></div>
156
+ </div>
157
+
158
+ <!-- Bottom controls -->
159
+ <div class="controls">
160
+ <div class="gallery-btn">
161
+ <!-- gallery icon -->
162
+ <svg width="120" height="88" viewBox="0 0 24 24" fill="none" stroke="#e9e9e9" stroke-width="1.8" xmlns="http://www.w3.org/2000/svg">
163
+ <rect x="3" y="5" width="18" height="14" rx="3" stroke="#ffffff"></rect>
164
+ <path d="M7 15l3-4 3 3 3-2 3 3" stroke="#ffffff"></path>
165
+ <circle cx="9" cy="10" r="1.8" fill="#ffffff"></circle>
166
+ </svg>
167
+ </div>
168
+ <div class="shutter"></div>
169
+ </div>
170
+
171
+ <!-- Bottom navigation -->
172
+ <div class="bottom-nav">
173
+ <div class="nav-item">
174
+ <div class="nav-icon">
175
+ <!-- checklist icon -->
176
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#8c8c8c" xmlns="http://www.w3.org/2000/svg">
177
+ <path d="M5 4h14v2H5V4zm0 6h10v2H5v-2zm0 6h14v2H5v-2z"/>
178
+ <path d="M7 11l2 2 4-4-1.4-1.4L9 10.2 8.4 9.6 7 11z" />
179
+ </svg>
180
+ </div>
181
+ <div>Schedule</div>
182
+ </div>
183
+
184
+ <div class="nav-item active">
185
+ <div class="nav-icon">
186
+ <!-- scan frame icon -->
187
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#20c981" xmlns="http://www.w3.org/2000/svg">
188
+ <path d="M5 7a2 2 0 012-2h3V3H7a4 4 0 00-4 4v3h2V7zM19 7a2 2 0 00-2-2h-3V3h3a4 4 0 014 4v3h-2V7zM5 17a2 2 0 002 2h3v2H7a4 4 0 01-4-4v-3h2v3zM19 17a2 2 0 01-2 2h-3v2h3a4 4 0 004-4v-3h-2v3z"/>
189
+ </svg>
190
+ </div>
191
+ <div>Identify/Add</div>
192
+ </div>
193
+
194
+ <div class="nav-item">
195
+ <div class="nav-icon">
196
+ <!-- chat bubble -->
197
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#8c8c8c" xmlns="http://www.w3.org/2000/svg">
198
+ <path d="M4 4h16v12H7l-3 3V4z"/>
199
+ </svg>
200
+ </div>
201
+ <div>Community</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Home indicator -->
206
+ <div class="home-indicator"></div>
207
+
208
+ </div>
209
+ </body>
210
+ </html>
code/10130/10130_3.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>PlantVision - Identify</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Camera view placeholder */
18
+ .camera-view {
19
+ position: absolute;
20
+ left: 0; top: 0;
21
+ width: 1080px; height: 2400px;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex; align-items: center; justify-content: center;
25
+ color: #757575; font-size: 36px; letter-spacing: 0.2px;
26
+ }
27
+
28
+ /* Top system/status bar */
29
+ .status-bar {
30
+ position: absolute; left: 0; top: 0;
31
+ width: 1080px; height: 140px;
32
+ background: rgba(255,255,255,0.95);
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ padding: 0 40px;
35
+ box-sizing: border-box;
36
+ }
37
+ .status-left, .status-center, .status-right {
38
+ display: flex; align-items: center; gap: 26px;
39
+ color: #222;
40
+ }
41
+ .status-time { font-weight: 600; font-size: 34px; }
42
+ .status-icon svg { width: 34px; height: 34px; }
43
+
44
+ /* App header overlays */
45
+ .app-header {
46
+ position: absolute; top: 210px; left: 0; width: 100%;
47
+ display: flex; align-items: center; justify-content: center;
48
+ pointer-events: none;
49
+ }
50
+ .logo {
51
+ display: inline-flex; align-items: center; gap: 14px;
52
+ color: #ffffff; font-size: 48px; font-weight: 700;
53
+ text-shadow: 0 1px 2px rgba(0,0,0,0.3);
54
+ }
55
+ .logo .mark {
56
+ width: 42px; height: 42px; border-radius: 50%;
57
+ background: #6EE087; display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .logo .mark svg { width: 26px; height: 26px; }
60
+
61
+ /* Left purple circular button */
62
+ .left-pill {
63
+ position: absolute; top: 210px; left: 40px;
64
+ width: 96px; height: 96px; border-radius: 48px;
65
+ background: #CFA9E9;
66
+ display: flex; align-items: center; justify-content: center;
67
+ box-shadow: 0 6px 16px rgba(0,0,0,0.2);
68
+ }
69
+ .left-pill svg { width: 48px; height: 48px; fill: #6a3c99; opacity: 0.9; }
70
+
71
+ /* Right small controls */
72
+ .right-controls {
73
+ position: absolute; top: 210px; right: 40px;
74
+ display: flex; gap: 18px;
75
+ }
76
+ .control-box {
77
+ width: 70px; height: 70px; border-radius: 16px;
78
+ background: rgba(255,255,255,0.95);
79
+ display: flex; align-items: center; justify-content: center;
80
+ box-shadow: 0 4px 12px rgba(0,0,0,0.18);
81
+ }
82
+ .control-box svg { width: 40px; height: 40px; }
83
+
84
+ /* Scanning frame corners */
85
+ .scan-corner {
86
+ position: absolute;
87
+ width: 180px; height: 180px;
88
+ border-radius: 32px;
89
+ }
90
+ .corner-tl { top: 720px; left: 110px; border-top: 14px solid #BDECE2; border-left: 14px solid #BDECE2; }
91
+ .corner-tr { top: 720px; right: 110px; border-top: 14px solid #BDECE2; border-right: 14px solid #BDECE2; }
92
+ .corner-bl { top: 1320px; left: 110px; border-bottom: 14px solid #BDECE2; border-left: 14px solid #BDECE2; }
93
+ .corner-br { top: 1320px; right: 110px; border-bottom: 14px solid #BDECE2; border-right: 14px solid #BDECE2; }
94
+
95
+ /* Identify tip overlay */
96
+ .tip {
97
+ position: absolute; left: 200px; top: 1520px;
98
+ width: 680px; height: 120px; border-radius: 26px;
99
+ background: rgba(0,0,0,0.35);
100
+ color: #fff; font-size: 38px; font-weight: 600;
101
+ display: flex; align-items: center; justify-content: center;
102
+ text-align: center;
103
+ }
104
+
105
+ /* Bottom action controls over camera */
106
+ .gallery-btn {
107
+ position: absolute; left: 80px; top: 1760px;
108
+ width: 140px; height: 110px; border-radius: 16px;
109
+ background: rgba(0,0,0,0.35);
110
+ display: flex; align-items: center; justify-content: center;
111
+ box-shadow: 0 4px 12px rgba(0,0,0,0.25);
112
+ }
113
+ .gallery-btn svg { width: 86px; height: 86px; stroke: #fff; }
114
+
115
+ .shutter {
116
+ position: absolute; left: 50%; top: 1750px; transform: translateX(-50%);
117
+ width: 180px; height: 180px; border-radius: 90px;
118
+ background: rgba(255,255,255,0.85);
119
+ border: 6px solid #5a5a5a;
120
+ display: flex; align-items: center; justify-content: center;
121
+ box-shadow: 0 10px 24px rgba(0,0,0,0.32);
122
+ }
123
+ .shutter svg { width: 120px; height: 120px; }
124
+
125
+ /* Bottom navigation */
126
+ .bottom-nav {
127
+ position: absolute; left: 0; bottom: 0;
128
+ width: 1080px; height: 220px;
129
+ background: #ffffff; border-top: 1px solid #E0E0E0;
130
+ display: flex; align-items: center; justify-content: space-around;
131
+ }
132
+ .nav-item {
133
+ display: flex; flex-direction: column; align-items: center; gap: 16px;
134
+ color: #777; font-size: 34px;
135
+ }
136
+ .nav-item svg { width: 64px; height: 64px; }
137
+ .nav-item.active { color: #0BA66A; font-weight: 700; }
138
+ .home-indicator {
139
+ position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
140
+ width: 220px; height: 12px; border-radius: 6px; background: #D9D9D9;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Camera feed placeholder -->
148
+ <div class="camera-view">[IMG: Plant Camera View]</div>
149
+
150
+ <!-- Top status bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">
153
+ <div class="status-time">11:42</div>
154
+ </div>
155
+ <div class="status-center">
156
+ <div class="status-icon">
157
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M12 2a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3 3 3 0 0 1 3 3h2a5 5 0 0 0-5-5zm0 6a3 3 0 0 0-3 3h2a1 1 0 1 1 2 0h2a3 3 0 0 0-3-3z"/></svg>
158
+ </div>
159
+ <div style="font-size:32px;color:#444;">32°</div>
160
+ <div class="status-icon">
161
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2c2.9 0 5.4 1.4 7 3.5H5C6.6 5.4 9.1 4 12 4zm0 16c-2.9 0-5.4-1.4-7-3.5h14c-1.6 2.1-4.1 3.5-7 3.5z"/></svg>
162
+ </div>
163
+ <div class="status-icon">
164
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M12 2a10 10 0 1 0 0 20c3.4 0 6.4-1.7 8.2-4.3L12 12V2z"/></svg>
165
+ </div>
166
+ </div>
167
+ <div class="status-right">
168
+ <div class="status-icon">
169
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M3 18h2a9 9 0 0 1 9-9V7A11 11 0 0 0 3 18zm4 0h2a5 5 0 0 1 5-5v-2a7 7 0 0 0-7 7zm5 0h2c0-1.1.9-2 2-2v-2a4 4 0 0 0-4 4zm5 3a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
170
+ </div>
171
+ <div class="status-icon">
172
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M17 6H7v11h10V6zm1-2a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12z"/></svg>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- App header logo -->
178
+ <div class="app-header">
179
+ <div class="logo">
180
+ <span class="mark">
181
+ <svg viewBox="0 0 24 24"><path fill="#ffffff" d="M13 2L6 14h5l-1 8 7-12h-5l1-8z"/></svg>
182
+ </span>
183
+ <span>PlantVision</span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Left purple circular icon -->
188
+ <div class="left-pill">
189
+ <svg viewBox="0 0 24 24"><path d="M12 3c-4 2-7 6-7 9a7 7 0 0 0 14 0c0-3-3-7-7-9zm0 5c1.8 1.3 3 3.2 3 4.7A3 3 0 0 1 9 12c0-1.5 1.2-3.4 3-4z"/></svg>
190
+ </div>
191
+
192
+ <!-- Right small controls -->
193
+ <div class="right-controls">
194
+ <div class="control-box">
195
+ <svg viewBox="0 0 24 24"><path fill="#333" d="M5 4h2v16H5V4zm6 3h2v10h-2V7zm6-2h2v14h-2V5z"/></svg>
196
+ </div>
197
+ <div class="control-box">
198
+ <svg viewBox="0 0 24 24"><path fill="#2c7d44" d="M12 2c-4 3-7 7-7 10a7 7 0 0 0 14 0c0-3-3-7-7-10z"/></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Scanning frame corners -->
203
+ <div class="scan-corner corner-tl"></div>
204
+ <div class="scan-corner corner-tr"></div>
205
+ <div class="scan-corner corner-bl"></div>
206
+ <div class="scan-corner corner-br"></div>
207
+
208
+ <!-- Identify tip -->
209
+ <div class="tip">Tap to identify the plant</div>
210
+
211
+ <!-- Gallery icon button -->
212
+ <div class="gallery-btn">
213
+ <svg viewBox="0 0 64 64" fill="none" stroke-width="3">
214
+ <rect x="10" y="14" width="44" height="32" rx="6" stroke="#fff"></rect>
215
+ <circle cx="22" cy="26" r="4" stroke="#fff"></circle>
216
+ <path d="M16 38l10-8 8 6 14-10" stroke="#fff"></path>
217
+ </svg>
218
+ </div>
219
+
220
+ <!-- Shutter button -->
221
+ <div class="shutter">
222
+ <svg viewBox="0 0 100 100">
223
+ <circle cx="50" cy="50" r="38" fill="none" stroke="#bbb" stroke-width="10"/>
224
+ <path d="M50 12 A38 38 0 0 1 88 50" fill="none" stroke="#6F61F6" stroke-width="10" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+
228
+ <!-- Bottom navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item">
231
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M19 3H5a2 2 0 0 0-2 2v16l5-3h11a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 10H7v-2h10v2z"/></svg>
232
+ <div>Schedule</div>
233
+ </div>
234
+ <div class="nav-item active">
235
+ <svg viewBox="0 0 24 24"><path fill="#0BA66A" d="M7 7h3V5H5v5h2V7zm7 10h3v2h-5v-5h2v3zm3-10h-3V5h5v5h-2V7zM10 17H7v-3H5v5h5v-2z"/></svg>
236
+ <div>Identify/Add</div>
237
+ </div>
238
+ <div class="nav-item">
239
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M12 3C7 3 3 6.6 3 11c0 2.3 1.3 4.3 3.3 5.7L6 21l3.5-2c.8.2 1.6.3 2.5.3 5 0 9-3.6 9-8s-4-8-9-8zm-4 8h8v2H8v-2z"/></svg>
240
+ <div>Community</div>
241
+ </div>
242
+ <div class="home-indicator"></div>
243
+ </div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/10130/10130_4.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>PlantVision - Ming Aralia Sheet</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #5a5a5a 0%, #4a4a4a 25%, #3f3f3f 55%, #3a3a3a 100%);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 150px;
24
+ background: rgba(90,90,90,0.9);
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 42px; }
32
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 30px; }
33
+ .icon-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; opacity: 0.9; }
34
+
35
+ /* Top app header elements */
36
+ .brand-row {
37
+ position: absolute;
38
+ top: 210px;
39
+ left: 60px;
40
+ right: 60px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ color: #b9b9b9;
45
+ }
46
+ .app-badge {
47
+ width: 84px;
48
+ height: 84px;
49
+ background: #4e4676;
50
+ border-radius: 50%;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .brand {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 20px;
59
+ font-weight: 700;
60
+ font-size: 52px;
61
+ letter-spacing: 0.5px;
62
+ color: #a9a9a9;
63
+ opacity: 0.9;
64
+ }
65
+ .side-icon {
66
+ width: 70px;
67
+ height: 70px;
68
+ border-radius: 16px;
69
+ background: rgba(255,255,255,0.08);
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+
75
+ /* Scan overlay corners */
76
+ .scan-corner {
77
+ position: absolute;
78
+ width: 240px;
79
+ height: 140px;
80
+ border-left: 16px solid #3e716d;
81
+ border-top: 16px solid #3e716d;
82
+ border-radius: 80px;
83
+ opacity: 0.7;
84
+ }
85
+ .scan-left { left: 170px; top: 870px; transform: rotate(180deg); }
86
+ .scan-right { right: 170px; top: 870px; transform: rotate(180deg); }
87
+
88
+ /* Bottom sheet */
89
+ .sheet {
90
+ position: absolute;
91
+ left: 0;
92
+ right: 0;
93
+ bottom: 0;
94
+ height: 1320px;
95
+ background: #ffffff;
96
+ border-top-left-radius: 46px;
97
+ border-top-right-radius: 46px;
98
+ box-shadow: 0 -30px 80px rgba(0,0,0,0.35);
99
+ padding: 60px;
100
+ box-sizing: border-box;
101
+ }
102
+ .sheet-header {
103
+ display: flex;
104
+ align-items: flex-start;
105
+ }
106
+ .titles {
107
+ flex: 1;
108
+ }
109
+ .titles h1 {
110
+ margin: 0;
111
+ font-size: 88px;
112
+ line-height: 1.05;
113
+ color: #111;
114
+ font-weight: 800;
115
+ letter-spacing: -0.5px;
116
+ }
117
+ .titles p {
118
+ margin: 12px 0 0 0;
119
+ font-size: 42px;
120
+ color: #8a8a8a;
121
+ font-weight: 600;
122
+ }
123
+ .close-btn {
124
+ width: 72px;
125
+ height: 72px;
126
+ border-radius: 50%;
127
+ background: transparent;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ margin-left: 20px;
132
+ }
133
+ .gallery {
134
+ margin-top: 40px;
135
+ display: flex;
136
+ gap: 40px;
137
+ }
138
+ .img-large, .img-small {
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ color: #757575;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ text-align: center;
146
+ }
147
+ .img-large {
148
+ width: 630px;
149
+ height: 620px;
150
+ border-radius: 38px;
151
+ font-size: 36px;
152
+ padding: 20px;
153
+ box-sizing: border-box;
154
+ }
155
+ .right-col {
156
+ display: flex;
157
+ flex-direction: column;
158
+ gap: 36px;
159
+ }
160
+ .img-small {
161
+ width: 310px;
162
+ height: 290px;
163
+ border-radius: 32px;
164
+ font-size: 28px;
165
+ padding: 16px;
166
+ box-sizing: border-box;
167
+ }
168
+
169
+ .cta {
170
+ margin-top: 60px;
171
+ width: 960px;
172
+ height: 134px;
173
+ background: #16a357;
174
+ border-radius: 80px;
175
+ color: #fff;
176
+ font-size: 48px;
177
+ font-weight: 800;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ margin-left: auto;
182
+ margin-right: auto;
183
+ box-shadow: 0 12px 24px rgba(22,163,87,0.35);
184
+ }
185
+ .secondary {
186
+ margin-top: 48px;
187
+ text-align: center;
188
+ font-size: 42px;
189
+ color: #9a9a9a;
190
+ font-weight: 700;
191
+ }
192
+
193
+ /* System navigation bar mimic */
194
+ .sys-bar {
195
+ position: absolute;
196
+ bottom: 18px;
197
+ left: 0;
198
+ width: 100%;
199
+ height: 70px;
200
+ background: #000000;
201
+ opacity: 0.8;
202
+ }
203
+ .sys-pill {
204
+ position: absolute;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ bottom: 18px;
208
+ width: 240px;
209
+ height: 14px;
210
+ background: #f2f2f2;
211
+ border-radius: 10px;
212
+ }
213
+
214
+ /* Simple helper for inline icons */
215
+ svg { display: block; }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+
221
+ <!-- Status bar -->
222
+ <div class="status-bar">
223
+ <div class="status-left">
224
+ <span>11:43</span>
225
+ <!-- small round app icons -->
226
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><circle cx="12" cy="12" r="10"/></svg>
227
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><path d="M12 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2Zm1 5h-2v6h6v-2h-4Z"/></svg>
228
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><path d="M12 2C7 2 3 6 3 11s4 9 9 9 9-4 9-9-4-9-9-9Zm0 4a7 7 0 1 1 0 14 7 7 0 0 1 0-14Z"/></svg>
229
+ <div class="icon-dot"></div>
230
+ </div>
231
+ <div class="status-right">
232
+ <!-- wifi -->
233
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
234
+ <path d="M2 8c5-5 15-5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
235
+ <path d="M5 12c3.5-3.5 10.5-3.5 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
236
+ <path d="M8 16c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
237
+ <circle cx="12" cy="19" r="1.6" fill="#fff"/>
238
+ </svg>
239
+ <!-- battery -->
240
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
241
+ <rect x="2" y="7" width="18" height="10" rx="2" stroke="#fff" stroke-width="2"/>
242
+ <rect x="4" y="9" width="12" height="6" rx="1" fill="#fff"/>
243
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#fff"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- App header -->
249
+ <div class="brand-row">
250
+ <div class="app-badge">
251
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#2a2949">
252
+ <path d="M12 3c4 2 6 6 6 9s-3 6-6 9c-3-3-6-6-6-9s2-7 6-9Z" fill="#2a2949"/>
253
+ <path d="M12 6c2 3 1 6-2 8" stroke="#c9c8ee" stroke-width="2" stroke-linecap="round"/>
254
+ </svg>
255
+ </div>
256
+ <div class="brand">
257
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
258
+ <path d="M12 3c4 2 6 6 6 9-3 1-6 3-8 6-2-4-2-9 2-15Z" fill="#18a43f"/>
259
+ </svg>
260
+ <span>PlantVision</span>
261
+ </div>
262
+ <div class="side-icon">
263
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#bfbfbf">
264
+ <rect x="5" y="4" width="4" height="16" rx="2"/>
265
+ <rect x="15" y="8" width="4" height="8" rx="2"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Scan overlay corners -->
271
+ <div class="scan-corner scan-left"></div>
272
+ <div class="scan-corner scan-right"></div>
273
+
274
+ <!-- Bottom sheet content -->
275
+ <div class="sheet">
276
+ <div class="sheet-header">
277
+ <div class="titles">
278
+ <h1>Ming Aralia</h1>
279
+ <p>Polyscias fruticosa</p>
280
+ </div>
281
+ <div class="close-btn">
282
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="none">
283
+ <circle cx="12" cy="12" r="10" fill="none"/>
284
+ <path d="M6 6l12 12M18 6L6 18" stroke="#2f2c3e" stroke-width="2" stroke-linecap="round"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="gallery">
290
+ <div class="img-large">[IMG: Ming Aralia in living room]</div>
291
+ <div class="right-col">
292
+ <div class="img-small">[IMG: Small Ming Aralia on desk]</div>
293
+ <div class="img-small">[IMG: Ming Aralia in white pot]</div>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="cta">Add Plant</div>
298
+ <div class="secondary">View other results</div>
299
+ </div>
300
+
301
+ <!-- System navigation bar mimic -->
302
+ <div class="sys-bar"></div>
303
+ <div class="sys-pill"></div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/10131/10131_0.html ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Door Hinges Search - UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Common */
18
+ .row { display: flex; align-items: center; }
19
+ .muted { color: #8a8a8a; }
20
+ .divider { height: 1px; background: #e6e6e6; width: 100%; }
21
+ .pill { border: 1px solid #d9d9d9; border-radius: 28px; padding: 16px 22px; font-size: 28px; background: #fff; display: inline-flex; align-items: center; gap: 14px; }
22
+ .content { padding: 24px 32px; }
23
+ .label { font-size: 26px; color: #777; }
24
+ .bold { font-weight: 700; }
25
+ .strike { text-decoration: line-through; color: #8a8a8a; }
26
+ .green { color: #1aa53b; }
27
+ .pink { color: #e20074; }
28
+
29
+ /* Top search bar */
30
+ .topbar { padding: 24px 24px 16px 24px; }
31
+ .searchWrap { flex: 1; display: flex; align-items: center; gap: 20px; }
32
+ .searchBar {
33
+ flex: 1;
34
+ background: #f1f3f4;
35
+ border-radius: 40px;
36
+ padding: 22px 26px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ border: 1px solid #e0e0e0;
41
+ }
42
+ .searchText { font-size: 32px; color: #555; flex: 1; }
43
+ .iconBtn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
44
+ .cartBtn { width: 80px; height: 80px; margin-left: 10px; display: flex; align-items: center; justify-content: center; }
45
+
46
+ /* Sort/Filter row */
47
+ .sfRow { padding: 20px 32px; display: flex; align-items: center; justify-content: space-between; }
48
+ .sfItem { display: flex; align-items: center; gap: 16px; font-size: 34px; color: #333; }
49
+ .sfDivider { width: 2px; height: 48px; background: #e6e6e6; }
50
+
51
+ /* Chips */
52
+ .chips { padding: 10px 32px 20px 32px; display: flex; gap: 18px; }
53
+ .chipIcon { width: 42px; height: 42px; border-radius: 50%; background: #fff7d6; border: 1px solid #f3e29b; display: inline-flex; align-items: center; justify-content: center; }
54
+ .chipGreen { background: #e9fff0; border-color: #b9e9c7; }
55
+
56
+ /* Product grid */
57
+ .grid { padding: 12px 24px 120px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
58
+ .card {
59
+ background: #fff;
60
+ border: 1px solid #eaeaea;
61
+ border-radius: 18px;
62
+ overflow: hidden;
63
+ padding-bottom: 18px;
64
+ }
65
+ .imgWrap { position: relative; padding: 20px; }
66
+ .imgPh {
67
+ width: 100%;
68
+ height: 360px;
69
+ background: #E0E0E0;
70
+ border: 1px solid #BDBDBD;
71
+ display: flex; justify-content: center; align-items: center;
72
+ color: #757575; font-size: 28px; text-align: center;
73
+ }
74
+ .heartBtn {
75
+ position: absolute; top: 24px; right: 24px;
76
+ width: 64px; height: 64px; background: #fff; border-radius: 32px;
77
+ display: flex; align-items: center; justify-content: center;
78
+ border: 1px solid #e6e6e6;
79
+ }
80
+ .badgeTrending {
81
+ position: absolute; left: 24px; top: -6px;
82
+ background: #1db7a6; color: #fff; font-weight: 700; font-size: 24px;
83
+ padding: 8px 16px; border-radius: 8px;
84
+ letter-spacing: 0.5px;
85
+ }
86
+ .cardBody { padding: 0 24px; }
87
+ .sponsored { font-size: 24px; color: #9a9a9a; margin-bottom: 8px; }
88
+ .title { font-size: 30px; color: #222; line-height: 1.25; margin-bottom: 8px; }
89
+ .priceRow { display: flex; align-items: baseline; gap: 12px; margin: 8px 0; }
90
+ .priceRow .pct { color: #1aa53b; font-weight: 800; font-size: 30px; display: inline-flex; align-items: center; gap: 8px; }
91
+ .priceRow .new { font-size: 32px; font-weight: 800; color: #111; }
92
+ .ratingRow { display: flex; align-items: center; gap: 12px; margin: 10px 0; }
93
+ .stars svg { width: 28px; height: 28px; }
94
+ .plusBadge {
95
+ display: inline-flex; align-items: center; gap: 8px;
96
+ border: 1px solid #e7e7e7; border-radius: 14px;
97
+ padding: 4px 8px; font-size: 22px; color: #2357ff; background: #f9fbff;
98
+ }
99
+ .delivery { font-size: 26px; color: #555; margin-top: 8px; }
100
+
101
+ /* Utility SVG colors */
102
+ .icon { fill: none; stroke: #333; stroke-width: 3; }
103
+ .icon-muted { stroke: #777; }
104
+ .icon-green { fill: #1aa53b; stroke: none; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Top bar with back and search -->
111
+ <div class="topbar row">
112
+ <div class="iconBtn">
113
+ <svg viewBox="0 0 48 48" width="48" height="48">
114
+ <path d="M30 10 L16 24 L30 38" stroke="#333" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
115
+ </svg>
116
+ </div>
117
+ <div class="searchWrap">
118
+ <div class="searchBar">
119
+ <svg viewBox="0 0 48 48" width="36" height="36">
120
+ <circle cx="20" cy="20" r="12" stroke="#777" stroke-width="3" fill="none"/>
121
+ <line x1="30" y1="30" x2="44" y2="44" stroke="#777" stroke-width="3" stroke-linecap="round"/>
122
+ </svg>
123
+ <div class="searchText">door hinges 5 inch</div>
124
+ <div class="iconBtn">
125
+ <svg viewBox="0 0 48 48" width="36" height="36">
126
+ <rect x="20" y="8" width="8" height="22" rx="4" fill="#777"/>
127
+ <path d="M24 30 L24 40" stroke="#777" stroke-width="4" stroke-linecap="round"/>
128
+ </svg>
129
+ </div>
130
+ <div class="iconBtn">
131
+ <svg viewBox="0 0 48 48" width="36" height="36">
132
+ <rect x="6" y="12" width="30" height="22" rx="4" stroke="#777" stroke-width="3" fill="none"/>
133
+ <circle cx="21" cy="23" r="6" stroke="#777" stroke-width="3" fill="none"/>
134
+ <path d="M38 16 L42 20 L42 26 L38 30 Z" fill="#777"/>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ <div class="cartBtn">
140
+ <svg viewBox="0 0 48 48" width="44" height="44">
141
+ <path d="M6 10 H14 L18 32 H38 L42 18 H20" stroke="#333" stroke-width="3" fill="none" stroke-linecap="round"/>
142
+ <circle cx="22" cy="38" r="3" fill="#333"/>
143
+ <circle cx="36" cy="38" r="3" fill="#333"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Sort / Filter -->
149
+ <div class="sfRow">
150
+ <div class="sfItem">
151
+ <svg viewBox="0 0 48 48" width="40" height="40">
152
+ <line x1="8" y1="12" x2="40" y2="12" stroke="#333" stroke-width="3"/>
153
+ <circle cx="18" cy="12" r="4" fill="#333"/>
154
+ <line x1="8" y1="24" x2="40" y2="24" stroke="#333" stroke-width="3"/>
155
+ <circle cx="30" cy="24" r="4" fill="#333"/>
156
+ </svg>
157
+ <div>Sort</div>
158
+ </div>
159
+ <div class="sfDivider"></div>
160
+ <div class="sfItem">
161
+ <svg viewBox="0 0 48 48" width="40" height="40">
162
+ <line x1="8" y1="12" x2="40" y2="12" stroke="#333" stroke-width="3"/>
163
+ <circle cx="12" cy="12" r="4" fill="#333"/>
164
+ <line x1="8" y1="24" x2="40" y2="24" stroke="#333" stroke-width="3"/>
165
+ <circle cx="36" cy="24" r="4" fill="#333"/>
166
+ <line x1="8" y1="36" x2="40" y2="36" stroke="#333" stroke-width="3"/>
167
+ <circle cx="24" cy="36" r="4" fill="#333"/>
168
+ </svg>
169
+ <div>Filter</div>
170
+ </div>
171
+ </div>
172
+ <div class="divider"></div>
173
+
174
+ <!-- Chips -->
175
+ <div class="chips">
176
+ <div class="pill">
177
+ <span class="chipIcon">★</span>
178
+ <span>Premium Brands</span>
179
+ </div>
180
+ <div class="pill">
181
+ <span class="chipIcon">NEW</span>
182
+ <span>New Arrivals</span>
183
+ </div>
184
+ <div class="pill">
185
+ <span class="chipIcon chipGreen">%</span>
186
+ <span>50% or more</span>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Product grid -->
191
+ <div class="grid">
192
+
193
+ <!-- Card 1 -->
194
+ <div class="card">
195
+ <div class="imgWrap">
196
+ <div class="imgPh">[IMG: Brass Hinges Grid]</div>
197
+ <div class="heartBtn">
198
+ <svg viewBox="0 0 48 48" width="32" height="32">
199
+ <path d="M24 38 C24 38 10 28 10 18 C10 12 16 10 20 14 C22 16 24 18 24 18 C24 18 26 16 28 14 C32 10 38 12 38 18 C38 28 24 38 24 38 Z" stroke="#8a8a8a" stroke-width="3" fill="none"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="cardBody">
204
+ <div class="sponsored">Sponsored</div>
205
+ <div class="title">ATLANTIC Window Butt Hinges...</div>
206
+ <div class="priceRow">
207
+ <div class="pct">
208
+ <svg viewBox="0 0 24 24" width="22" height="22"><path d="M12 18 L4 8 H20 Z" class="icon-green"/></svg>
209
+ 55%
210
+ </div>
211
+ <div class="strike">3,119</div>
212
+ <div class="new">₹1,399</div>
213
+ </div>
214
+ <div class="ratingRow">
215
+ <div class="stars">
216
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
217
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
218
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
219
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
220
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#b7e5c4"/></svg>
221
+ </div>
222
+ <span class="plusBadge">
223
+ <svg viewBox="0 0 20 20" width="16" height="16"><path d="M10 4 V16 M4 10 H16" stroke="#2357ff" stroke-width="2"/></svg>
224
+ Plus
225
+ </span>
226
+ </div>
227
+ <div class="delivery">Free delivery</div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Card 2 -->
232
+ <div class="card">
233
+ <div class="imgWrap">
234
+ <div class="imgPh">[IMG: Brass Door Hinge 3-pack]</div>
235
+ <div class="heartBtn">
236
+ <svg viewBox="0 0 48 48" width="32" height="32">
237
+ <path d="M24 38 C24 38 10 28 10 18 C10 12 16 10 20 14 C22 16 24 18 24 18 C24 18 26 16 28 14 C32 10 38 12 38 18 C38 28 24 38 24 38 Z" stroke="#8a8a8a" stroke-width="3" fill="none"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <div class="cardBody">
242
+ <div class="sponsored">Sponsored</div>
243
+ <div class="title">Tremart Door Butt Hinges...</div>
244
+ <div class="priceRow">
245
+ <div class="pct">
246
+ <svg viewBox="0 0 24 24" width="22" height="22"><path d="M12 18 L4 8 H20 Z" class="icon-green"/></svg>
247
+ 44%
248
+ </div>
249
+ <div class="strike">900</div>
250
+ <div class="new">₹498</div>
251
+ </div>
252
+ <div class="ratingRow">
253
+ <div class="stars">
254
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
255
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
256
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
257
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#b7e5c4"/></svg>
258
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#e1f5e6"/></svg>
259
+ </div>
260
+ <span class="plusBadge">
261
+ <svg viewBox="0 0 20 20" width="16" height="16"><path d="M10 4 V16 M4 10 H16" stroke="#2357ff" stroke-width="2"/></svg>
262
+ Plus
263
+ </span>
264
+ </div>
265
+ <div class="delivery">Free delivery</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Card 3 -->
270
+ <div class="card">
271
+ <div class="imgWrap">
272
+ <div class="badgeTrending">TRENDING</div>
273
+ <div class="imgPh">[IMG: Brass Hinges 4-set]</div>
274
+ <div class="heartBtn">
275
+ <svg viewBox="0 0 48 48" width="32" height="32">
276
+ <path d="M24 38 C24 38 10 28 10 18 C10 12 16 10 20 14 C22 16 24 18 24 18 C24 18 26 16 28 14 C32 10 38 12 38 18 C38 28 24 38 24 38 Z" stroke="#8a8a8a" stroke-width="3" fill="none"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ <div class="cardBody">
281
+ <div class="title">Tremart Door Butt Hinges...</div>
282
+ <div class="priceRow">
283
+ <div class="pct">
284
+ <svg viewBox="0 0 24 24" width="22" height="22"><path d="M12 18 L4 8 H20 Z" class="icon-green"/></svg>
285
+ 50%
286
+ </div>
287
+ <div class="strike">1,300</div>
288
+ <div class="new">₹643</div>
289
+ </div>
290
+ <div class="label pink">Only few left</div>
291
+ <div class="ratingRow">
292
+ <div class="stars">
293
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
294
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
295
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
296
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
297
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
298
+ </div>
299
+ <span class="plusBadge">
300
+ <svg viewBox="0 0 20 20" width="16" height="16"><path d="M10 4 V16 M4 10 H16" stroke="#2357ff" stroke-width="2"/></svg>
301
+ Plus
302
+ </span>
303
+ </div>
304
+ <div class="delivery">Free delivery</div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Card 4 -->
309
+ <div class="card">
310
+ <div class="imgWrap">
311
+ <div class="imgPh">[IMG: Silver Hinges Set]</div>
312
+ <div class="heartBtn">
313
+ <svg viewBox="0 0 48 48" width="32" height="32">
314
+ <path d="M24 38 C24 38 10 28 10 18 C10 12 16 10 20 14 C22 16 24 18 24 18 C24 18 26 16 28 14 C32 10 38 12 38 18 C38 28 24 38 24 38 Z" stroke="#8a8a8a" stroke-width="3" fill="none"/>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+ <div class="cardBody">
319
+ <div class="title">Tremart Door Butt Hinges...</div>
320
+ <div class="priceRow">
321
+ <div class="pct">
322
+ <svg viewBox="0 0 24 24" width="22" height="22"><path d="M12 18 L4 8 H20 Z" class="icon-green"/></svg>
323
+ 73%
324
+ </div>
325
+ <div class="strike">1,999</div>
326
+ <div class="new">₹530</div>
327
+ </div>
328
+ <div class="label pink">Only few left</div>
329
+ <div class="ratingRow">
330
+ <div class="stars">
331
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
332
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
333
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
334
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#1aa53b"/></svg>
335
+ <svg viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.5 21 L12 16.8 L5.5 21 L7.5 13.5 L2 9 L9 9 Z" fill="#b7e5c4"/></svg>
336
+ </div>
337
+ </div>
338
+ </div>
339
+ </div>
340
+
341
+ </div>
342
+
343
+ <!-- Bottom safe area indicator (like gesture bar placeholder) -->
344
+ <div style="position:absolute; bottom:20px; left:50%; transform:translateX(-50%); width:400px; height:10px; background:#000; opacity:0.1; border-radius:5px;"></div>
345
+ </div>
346
+ </body>
347
+ </html>
code/10131/10131_1.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filters UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ padding: 0 40px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #333;
30
+ font-size: 36px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .status-icons svg { display: block; }
38
+
39
+ /* Header */
40
+ .header {
41
+ position: absolute;
42
+ top: 110px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 120px;
46
+ display: flex;
47
+ align-items: center;
48
+ box-sizing: border-box;
49
+ padding: 0 36px;
50
+ }
51
+ .back-icon {
52
+ width: 60px;
53
+ height: 60px;
54
+ margin-right: 20px;
55
+ }
56
+ .header-title {
57
+ font-size: 48px;
58
+ font-weight: 600;
59
+ color: #222;
60
+ }
61
+ .clear-filters {
62
+ margin-left: auto;
63
+ font-size: 38px;
64
+ color: #666;
65
+ }
66
+
67
+ /* Layout */
68
+ .content {
69
+ position: absolute;
70
+ top: 230px;
71
+ left: 0;
72
+ width: 1080px;
73
+ height: 1730px;
74
+ display: flex;
75
+ }
76
+ .sidebar {
77
+ width: 320px;
78
+ background: #eef1f4;
79
+ border-right: 1px solid #e3e3e3;
80
+ padding-top: 10px;
81
+ box-sizing: border-box;
82
+ }
83
+ .side-item {
84
+ padding: 36px 30px;
85
+ font-size: 36px;
86
+ color: #333;
87
+ border-bottom: 1px solid #e6e6e6;
88
+ position: relative;
89
+ }
90
+ .side-item.blue { color: #1a73e8; }
91
+ .side-item .tick {
92
+ position: absolute;
93
+ right: 22px;
94
+ top: 50%;
95
+ transform: translateY(-50%);
96
+ width: 34px;
97
+ height: 34px;
98
+ }
99
+
100
+ .main {
101
+ flex: 1;
102
+ padding: 20px 40px;
103
+ box-sizing: border-box;
104
+ }
105
+ .filter-option {
106
+ display: flex;
107
+ align-items: center;
108
+ padding: 34px 0;
109
+ gap: 28px;
110
+ }
111
+ .checkbox {
112
+ width: 56px;
113
+ height: 56px;
114
+ border: 4px solid #2d2d2d;
115
+ border-radius: 8px;
116
+ box-sizing: border-box;
117
+ }
118
+ .filter-label {
119
+ font-size: 40px;
120
+ color: #222;
121
+ }
122
+ .filter-option.disabled .checkbox {
123
+ border-color: #d6d6d6;
124
+ background: #f5f5f5;
125
+ }
126
+ .filter-option.disabled .filter-label {
127
+ color: #cfcfcf;
128
+ }
129
+
130
+ /* Bottom bar */
131
+ .bottom-area {
132
+ position: absolute;
133
+ left: 0;
134
+ bottom: 0;
135
+ width: 1080px;
136
+ height: 340px;
137
+ box-sizing: border-box;
138
+ padding: 40px 40px 120px 40px;
139
+ }
140
+ .bottom-content {
141
+ display: flex;
142
+ align-items: center;
143
+ }
144
+ .count {
145
+ font-size: 46px;
146
+ font-weight: 700;
147
+ color: #222;
148
+ }
149
+ .subtext {
150
+ font-size: 30px;
151
+ color: #9e9e9e;
152
+ margin-top: 10px;
153
+ }
154
+ .apply-btn {
155
+ margin-left: auto;
156
+ width: 520px;
157
+ height: 110px;
158
+ background: #ff6a00;
159
+ color: #fff;
160
+ font-size: 44px;
161
+ font-weight: 600;
162
+ border-radius: 14px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ }
167
+
168
+ /* Gesture pill / nav bar */
169
+ .nav-bar {
170
+ position: absolute;
171
+ bottom: 0;
172
+ left: 0;
173
+ width: 1080px;
174
+ height: 120px;
175
+ background: #000;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ }
180
+ .pill {
181
+ width: 300px;
182
+ height: 16px;
183
+ background: #cfcfcf;
184
+ border-radius: 12px;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+ <!-- Status Bar -->
191
+ <div class="statusbar">
192
+ <div>8:40</div>
193
+ <div class="status-icons">
194
+ <!-- Signal -->
195
+ <svg width="36" height="36" viewBox="0 0 24 24">
196
+ <rect x="2" y="14" width="3" height="8" fill="#666"/>
197
+ <rect x="7" y="10" width="3" height="12" fill="#666"/>
198
+ <rect x="12" y="6" width="3" height="16" fill="#666"/>
199
+ <rect x="17" y="2" width="3" height="20" fill="#666"/>
200
+ </svg>
201
+ <!-- WiFi -->
202
+ <svg width="36" height="36" viewBox="0 0 24 24">
203
+ <path d="M2 9c5-4 15-4 20 0" stroke="#666" stroke-width="2" fill="none"/>
204
+ <path d="M5 12c3-3 11-3 14 0" stroke="#666" stroke-width="2" fill="none"/>
205
+ <path d="M9 15c2-2 6-2 8 0" stroke="#666" stroke-width="2" fill="none"/>
206
+ <circle cx="12" cy="18" r="2" fill="#666"/>
207
+ </svg>
208
+ <!-- Battery -->
209
+ <svg width="44" height="36" viewBox="0 0 28 16">
210
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" stroke="#666" stroke-width="2" fill="none"/>
211
+ <rect x="3" y="5" width="16" height="6" fill="#666"/>
212
+ <rect x="23" y="6" width="4" height="4" fill="#666"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Header -->
218
+ <div class="header">
219
+ <svg class="back-icon" viewBox="0 0 24 24">
220
+ <path d="M15 6l-6 6 6 6" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ <div class="header-title">Filters</div>
223
+ <div class="clear-filters">Clear Filters</div>
224
+ </div>
225
+
226
+ <!-- Main content area -->
227
+ <div class="content">
228
+ <!-- Sidebar -->
229
+ <div class="sidebar">
230
+ <div class="side-item blue">Price</div>
231
+ <div class="side-item">Plus (FAssured)</div>
232
+ <div class="side-item">Deliver At
233
+ <svg class="tick" viewBox="0 0 24 24">
234
+ <path d="M4 12l5 5 11-11" stroke="#1a73e8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
235
+ </svg>
236
+ </div>
237
+ <div class="side-item">Brand</div>
238
+ <div class="side-item">Customer Ratings</div>
239
+ <div class="side-item">Offers</div>
240
+ <div class="side-item">Discount</div>
241
+ <div class="side-item">Material</div>
242
+ <div class="side-item">Type</div>
243
+ <div class="side-item">GST Invoice Available</div>
244
+ <div class="side-item">Color</div>
245
+ <div class="side-item">Availability</div>
246
+ <div class="side-item">Category</div>
247
+ </div>
248
+
249
+ <!-- Right panel -->
250
+ <div class="main">
251
+ <div class="filter-option">
252
+ <div class="checkbox"></div>
253
+ <div class="filter-label">Rs. 500 and Below</div>
254
+ </div>
255
+ <div class="filter-option">
256
+ <div class="checkbox"></div>
257
+ <div class="filter-label">Rs. 501 - Rs. 1000</div>
258
+ </div>
259
+ <div class="filter-option">
260
+ <div class="checkbox"></div>
261
+ <div class="filter-label">Rs. 1001 - Rs. 2000</div>
262
+ </div>
263
+ <div class="filter-option">
264
+ <div class="checkbox"></div>
265
+ <div class="filter-label">Rs. 2001 - Rs. 5000</div>
266
+ </div>
267
+ <div class="filter-option disabled">
268
+ <div class="checkbox"></div>
269
+ <div class="filter-label">Rs. 5001 - Rs. 10000</div>
270
+ </div>
271
+ <div class="filter-option disabled">
272
+ <div class="checkbox"></div>
273
+ <div class="filter-label">Rs. 10001 and Above</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Bottom area -->
279
+ <div class="bottom-area">
280
+ <div class="bottom-content">
281
+ <div>
282
+ <div class="count">338</div>
283
+ <div class="subtext">products found</div>
284
+ </div>
285
+ <div class="apply-btn">Apply</div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Navigation pill bar -->
290
+ <div class="nav-bar">
291
+ <div class="pill"></div>
292
+ </div>
293
+ </div>
294
+ </body>
295
+ </html>
code/10131/10131_2.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+ /* Header */
16
+ .header {
17
+ position: absolute;
18
+ top: 96px; /* leave a little space as if status bar */
19
+ left: 0;
20
+ right: 0;
21
+ height: 140px;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ }
26
+ .header .title {
27
+ font-size: 48px;
28
+ color: #222;
29
+ margin-left: 18px;
30
+ }
31
+ .header .right-action {
32
+ margin-left: auto;
33
+ font-size: 40px;
34
+ color: #111;
35
+ }
36
+ /* Main layout */
37
+ .main {
38
+ position: absolute;
39
+ top: 236px; /* below header */
40
+ left: 0;
41
+ right: 0;
42
+ bottom: 280px; /* leave room for footer */
43
+ display: flex;
44
+ }
45
+ .left-panel {
46
+ width: 330px;
47
+ background: #ECEFF3;
48
+ padding-top: 24px;
49
+ overflow: hidden;
50
+ border-right: 1px solid #e0e0e0;
51
+ }
52
+ .left-item {
53
+ padding: 26px 28px;
54
+ font-size: 34px;
55
+ color: #222;
56
+ height: 120px;
57
+ display: flex;
58
+ align-items: center;
59
+ position: relative;
60
+ }
61
+ .left-item.blue { color: #2962FF; }
62
+ .left-item .tick {
63
+ position: absolute;
64
+ right: 20px;
65
+ width: 34px; height: 34px;
66
+ }
67
+ .content {
68
+ flex: 1;
69
+ padding: 30px 36px;
70
+ }
71
+ /* Search bar */
72
+ .search-bar {
73
+ height: 110px;
74
+ border: 1px solid #DADCE0;
75
+ border-radius: 10px;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 24px;
79
+ color: #8a8a8a;
80
+ font-size: 36px;
81
+ margin-bottom: 20px;
82
+ }
83
+ .brand-list {
84
+ margin-top: 20px;
85
+ }
86
+ .brand-item {
87
+ display: flex;
88
+ align-items: center;
89
+ height: 110px;
90
+ font-size: 36px;
91
+ color: #222;
92
+ }
93
+ .checkbox {
94
+ width: 54px;
95
+ height: 54px;
96
+ border: 3px solid #222;
97
+ border-radius: 8px;
98
+ margin-right: 24px;
99
+ box-sizing: border-box;
100
+ }
101
+ .view-more {
102
+ margin-top: 8px;
103
+ font-size: 38px;
104
+ color: #2962FF;
105
+ font-weight: 600;
106
+ }
107
+ /* Footer */
108
+ .footer {
109
+ position: absolute;
110
+ left: 0; right: 0; bottom: 160px;
111
+ height: 200px;
112
+ display: flex;
113
+ align-items: center;
114
+ padding: 0 40px;
115
+ }
116
+ .products-count {
117
+ color: #000;
118
+ font-size: 42px;
119
+ font-weight: 700;
120
+ }
121
+ .products-count small {
122
+ display: block;
123
+ font-size: 28px;
124
+ color: #8a8a8a;
125
+ font-weight: 600;
126
+ margin-top: 6px;
127
+ }
128
+ .apply-btn {
129
+ margin-left: auto;
130
+ width: 480px;
131
+ height: 120px;
132
+ background: #FF6A00;
133
+ color: #fff;
134
+ font-size: 44px;
135
+ border-radius: 14px;
136
+ display: flex;
137
+ justify-content: center;
138
+ align-items: center;
139
+ font-weight: 700;
140
+ }
141
+ /* System bar (gesture area) */
142
+ .system-bar {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 160px;
146
+ background: #000;
147
+ }
148
+ .gesture-handle {
149
+ position: absolute;
150
+ left: 50%;
151
+ transform: translateX(-50%);
152
+ bottom: 52px;
153
+ width: 260px;
154
+ height: 14px;
155
+ background: #e6e6e6;
156
+ border-radius: 7px;
157
+ opacity: 0.9;
158
+ }
159
+ /* SVG icons sizing helpers */
160
+ .icon { width: 46px; height: 46px; }
161
+ .search-icon { width: 46px; height: 46px; margin-right: 16px; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Header with back arrow and Clear Filters -->
168
+ <div class="header">
169
+ <svg class="icon" viewBox="0 0 24 24">
170
+ <path d="M15.5 19.5L7 12l8.5-7.5" fill="none" stroke="#000" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
171
+ </svg>
172
+ <div class="title">Filters</div>
173
+ <div class="right-action">Clear Filters</div>
174
+ </div>
175
+
176
+ <!-- Main split area -->
177
+ <div class="main">
178
+ <!-- Left categories panel -->
179
+ <div class="left-panel">
180
+ <div class="left-item">Price</div>
181
+ <div class="left-item">Plus (FAssured)</div>
182
+ <div class="left-item">
183
+ Deliver At
184
+ <svg class="tick" viewBox="0 0 24 24">
185
+ <path d="M4 12.5l5 5 11-11" fill="none" stroke="#2F7CF6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
186
+ </svg>
187
+ </div>
188
+ <div class="left-item blue">Brand</div>
189
+ <div class="left-item">Customer Ratings</div>
190
+ <div class="left-item">Offers</div>
191
+ <div class="left-item">Discount</div>
192
+ <div class="left-item">Material</div>
193
+ <div class="left-item">Type</div>
194
+ <div class="left-item">GST Invoice Available</div>
195
+ <div class="left-item">Color</div>
196
+ <div class="left-item">Availability</div>
197
+ <div class="left-item">Category</div>
198
+ </div>
199
+
200
+ <!-- Right content -->
201
+ <div class="content">
202
+ <div class="search-bar">
203
+ <svg class="search-icon" viewBox="0 0 24 24">
204
+ <circle cx="11" cy="11" r="7" stroke="#9e9e9e" stroke-width="2" fill="none"/>
205
+ <path d="M20 20l-4.5-4.5" stroke="#9e9e9e" stroke-width="2" stroke-linecap="round"/>
206
+ </svg>
207
+ Search Brand
208
+ </div>
209
+
210
+ <div class="brand-list">
211
+ <div class="brand-item">
212
+ <div class="checkbox"></div>
213
+ AB WORLD CLASS
214
+ </div>
215
+ <div class="brand-item">
216
+ <div class="checkbox"></div>
217
+ ABR
218
+ </div>
219
+ <div class="brand-item">
220
+ <div class="checkbox"></div>
221
+ AKS
222
+ </div>
223
+ <div class="brand-item">
224
+ <div class="checkbox"></div>
225
+ ATLANTIC
226
+ </div>
227
+ <div class="brand-item">
228
+ <div class="checkbox"></div>
229
+ BESTLINING
230
+ </div>
231
+ <div class="brand-item">
232
+ <div class="checkbox"></div>
233
+ Brassley
234
+ </div>
235
+ <div class="brand-item">
236
+ <div class="checkbox"></div>
237
+ chakachak
238
+ </div>
239
+ <div class="brand-item">
240
+ <div class="checkbox"></div>
241
+ Circle
242
+ </div>
243
+ <div class="brand-item">
244
+ <div class="checkbox"></div>
245
+ Crust
246
+ </div>
247
+ <div class="brand-item">
248
+ <div class="checkbox"></div>
249
+ DSNS
250
+ </div>
251
+ <div class="view-more">View More</div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Footer with product count and Apply button -->
257
+ <div class="footer">
258
+ <div class="products-count">
259
+ 338
260
+ <small>products found</small>
261
+ </div>
262
+ <div class="apply-btn">Apply</div>
263
+ </div>
264
+
265
+ <!-- System gesture bar -->
266
+ <div class="system-bar">
267
+ <div class="gesture-handle"></div>
268
+ </div>
269
+
270
+ </div>
271
+ </body>
272
+ </html>
code/10131/10131_3.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filters 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; color: #212121; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff;
11
+ }
12
+
13
+ /* Top app bar */
14
+ .topbar {
15
+ height: 150px;
16
+ display: flex;
17
+ align-items: center;
18
+ padding: 0 40px;
19
+ box-sizing: border-box;
20
+ border-bottom: 1px solid #eee;
21
+ }
22
+ .topbar .back {
23
+ width: 60px; height: 60px; margin-right: 20px; display: flex; align-items: center; justify-content: center;
24
+ }
25
+ .topbar .title {
26
+ font-size: 48px; font-weight: 600; letter-spacing: 0.2px;
27
+ }
28
+ .topbar .actions {
29
+ margin-left: auto;
30
+ font-size: 38px;
31
+ color: #000;
32
+ }
33
+
34
+ /* Layout */
35
+ .content {
36
+ position: absolute;
37
+ top: 150px; bottom: 180px; left: 0; right: 0;
38
+ display: flex;
39
+ }
40
+
41
+ /* Left sidebar */
42
+ .sidebar {
43
+ width: 330px;
44
+ background: #EFF2F5;
45
+ padding: 30px 24px 30px 40px;
46
+ box-sizing: border-box;
47
+ overflow: hidden;
48
+ }
49
+ .filter-item {
50
+ font-size: 34px;
51
+ padding: 28px 8px;
52
+ border-radius: 8px;
53
+ display: flex;
54
+ align-items: center;
55
+ position: relative;
56
+ color: #333;
57
+ }
58
+ .filter-item.active {
59
+ background: #E9EDF3;
60
+ font-weight: 600;
61
+ }
62
+ .filter-item.blue {
63
+ color: #1A73E8;
64
+ font-weight: 600;
65
+ }
66
+ .filter-item .tick {
67
+ position: absolute;
68
+ right: 12px;
69
+ width: 30px; height: 30px;
70
+ }
71
+
72
+ /* Right panel */
73
+ .panel {
74
+ flex: 1;
75
+ padding: 30px 50px;
76
+ box-sizing: border-box;
77
+ overflow: hidden;
78
+ }
79
+
80
+ /* Search bar */
81
+ .searchbar {
82
+ height: 110px;
83
+ border: 1px solid #DADCE0;
84
+ border-radius: 12px;
85
+ display: flex;
86
+ align-items: center;
87
+ padding: 0 24px;
88
+ box-sizing: border-box;
89
+ color: #757575;
90
+ font-size: 34px;
91
+ background: #FAFAFA;
92
+ margin: 10px 0 30px 0;
93
+ }
94
+ .searchbar svg { margin-right: 20px; }
95
+ .searchbar .placeholder { color: #9E9E9E; }
96
+
97
+ /* Brand checkbox list */
98
+ .option {
99
+ display: flex;
100
+ align-items: center;
101
+ font-size: 36px;
102
+ margin: 28px 0;
103
+ color: #222;
104
+ }
105
+ .checkbox {
106
+ width: 54px; height: 54px;
107
+ border: 4px solid #222;
108
+ border-radius: 8px;
109
+ margin-right: 22px;
110
+ position: relative;
111
+ box-sizing: border-box;
112
+ }
113
+ .checkbox.checked {
114
+ border-color: #2E6BF0;
115
+ background: #2E6BF0;
116
+ }
117
+ .checkbox.checked svg {
118
+ position: absolute; top: 10px; left: 12px;
119
+ width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 5;
120
+ }
121
+
122
+ .view-more {
123
+ color: #2E6BF0;
124
+ font-weight: 700;
125
+ font-size: 36px;
126
+ margin-top: 20px;
127
+ }
128
+
129
+ /* Bottom bar */
130
+ .bottom-bar {
131
+ position: absolute; left: 0; right: 0; bottom: 0;
132
+ height: 180px;
133
+ background: #ffffff;
134
+ border-top: 1px solid #eee;
135
+ display: flex;
136
+ align-items: center;
137
+ padding: 0 50px;
138
+ box-sizing: border-box;
139
+ }
140
+ .count {
141
+ font-size: 44px; font-weight: 700; color: #222;
142
+ }
143
+ .count .sub {
144
+ font-size: 30px; color: #9E9E9E; font-weight: 500; margin-top: 6px;
145
+ }
146
+ .apply {
147
+ margin-left: auto;
148
+ width: 440px; height: 110px;
149
+ background: #FF6D00;
150
+ color: #fff;
151
+ font-size: 40px; font-weight: 700;
152
+ border: none; border-radius: 16px;
153
+ box-shadow: 0 3px 0 rgba(0,0,0,0.1);
154
+ cursor: pointer;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+ <div class="topbar">
161
+ <div class="back">
162
+ <svg viewBox="0 0 48 48">
163
+ <path d="M30 8 L14 24 L30 40" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
164
+ </svg>
165
+ </div>
166
+ <div class="title">Filters</div>
167
+ <div class="actions">Clear Filters</div>
168
+ </div>
169
+
170
+ <div class="content">
171
+ <!-- Left sidebar -->
172
+ <div class="sidebar">
173
+ <div class="filter-item">Price</div>
174
+ <div class="filter-item">Plus (FAssured)</div>
175
+ <div class="filter-item active">Deliver At
176
+ <svg class="tick" viewBox="0 0 24 24">
177
+ <path d="M5 12 L10 17 L19 8" stroke="#2E6BF0" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
178
+ </svg>
179
+ </div>
180
+ <div class="filter-item blue">Brand</div>
181
+ <div class="filter-item">Customer Ratings</div>
182
+ <div class="filter-item">Offers</div>
183
+ <div class="filter-item">Discount</div>
184
+ <div class="filter-item">Material</div>
185
+ <div class="filter-item">Type</div>
186
+ <div class="filter-item">GST Invoice Available</div>
187
+ <div class="filter-item">Color</div>
188
+ <div class="filter-item">Availability</div>
189
+ <div class="filter-item">Category</div>
190
+ </div>
191
+
192
+ <!-- Right panel content -->
193
+ <div class="panel">
194
+ <div class="searchbar">
195
+ <svg viewBox="0 0 48 48" width="44" height="44">
196
+ <circle cx="20" cy="20" r="12" stroke="#9E9E9E" stroke-width="3" fill="none"></circle>
197
+ <line x1="30" y1="30" x2="44" y2="44" stroke="#9E9E9E" stroke-width="3"></line>
198
+ </svg>
199
+ <span class="placeholder">Search Brand</span>
200
+ </div>
201
+
202
+ <div class="brand-list">
203
+ <div class="option">
204
+ <div class="checkbox"></div>
205
+ <span>AB WORLD CLASS</span>
206
+ </div>
207
+ <div class="option">
208
+ <div class="checkbox"></div>
209
+ <span>ABR</span>
210
+ </div>
211
+ <div class="option">
212
+ <div class="checkbox"></div>
213
+ <span>AKS</span>
214
+ </div>
215
+ <div class="option">
216
+ <div class="checkbox"></div>
217
+ <span>ATLANTIC</span>
218
+ </div>
219
+ <div class="option">
220
+ <div class="checkbox checked">
221
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 8"></path></svg>
222
+ </div>
223
+ <span>BESTLINING</span>
224
+ </div>
225
+ <div class="option">
226
+ <div class="checkbox"></div>
227
+ <span>Brassley</span>
228
+ </div>
229
+ <div class="option">
230
+ <div class="checkbox"></div>
231
+ <span>chakachak</span>
232
+ </div>
233
+ <div class="option">
234
+ <div class="checkbox"></div>
235
+ <span>Circle</span>
236
+ </div>
237
+ <div class="option">
238
+ <div class="checkbox"></div>
239
+ <span>Crust</span>
240
+ </div>
241
+ <div class="option">
242
+ <div class="checkbox"></div>
243
+ <span>DSNS</span>
244
+ </div>
245
+
246
+ <div class="view-more">View More</div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="bottom-bar">
252
+ <div>
253
+ <div class="count">338</div>
254
+ <div class="sub">products found</div>
255
+ </div>
256
+ <button class="apply">Apply</button>
257
+ </div>
258
+ </div>
259
+ </body>
260
+ </html>
code/10131/10131_4.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results - Door Hinges</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: #F3F4F6;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ padding: 0 32px;
24
+ color: #555;
25
+ font-size: 28px;
26
+ background: #FFFFFF;
27
+ }
28
+ .status-left { font-weight: 600; }
29
+ .status-right { display: flex; gap: 18px; align-items: center; }
30
+ .status-icon svg { width: 34px; height: 34px; fill: #555; }
31
+
32
+ /* Header */
33
+ .header {
34
+ height: 140px;
35
+ background: #FFFFFF;
36
+ border-bottom: 1px solid #E6E6E6;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 24px;
40
+ gap: 20px;
41
+ }
42
+ .icon-btn {
43
+ width: 60px;
44
+ height: 60px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ }
49
+ .icon-btn svg { width: 36px; height: 36px; fill: #333; }
50
+ .search-input {
51
+ flex: 1;
52
+ height: 88px;
53
+ background: #F1F1F1;
54
+ border: 1px solid #DDDDDD;
55
+ border-radius: 44px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 20px;
59
+ gap: 18px;
60
+ }
61
+ .search-field {
62
+ flex: 1;
63
+ color: #6B7280;
64
+ font-size: 32px;
65
+ white-space: nowrap;
66
+ overflow: hidden;
67
+ text-overflow: ellipsis;
68
+ }
69
+ .search-utilities { display: flex; gap: 18px; }
70
+ .search-utilities .util { width: 48px; height: 48px; display:flex; align-items:center; justify-content:center; }
71
+ .search-utilities svg { width: 34px; height: 34px; fill: #555; }
72
+ .cart-btn { margin-left: 8px; }
73
+
74
+ /* Sort / Filter bar */
75
+ .sort-filter {
76
+ height: 110px;
77
+ background: #FFFFFF;
78
+ display: flex;
79
+ align-items: center;
80
+ border-bottom: 1px solid #E6E6E6;
81
+ }
82
+ .sf-item {
83
+ width: 540px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ gap: 16px;
88
+ color: #1F2937;
89
+ font-size: 34px;
90
+ font-weight: 600;
91
+ }
92
+ .sf-item svg { width: 36px; height: 36px; fill: #374151; }
93
+ .sf-divider {
94
+ position: absolute;
95
+ left: 540px;
96
+ width: 1px;
97
+ height: 56px;
98
+ background: #E5E7EB;
99
+ }
100
+ .badge {
101
+ position: relative;
102
+ display: inline-block;
103
+ }
104
+ .badge::after {
105
+ content: "1";
106
+ position: absolute;
107
+ top: -12px;
108
+ right: -14px;
109
+ background: #EF4444;
110
+ color: #fff;
111
+ font-size: 22px;
112
+ line-height: 22px;
113
+ padding: 4px 8px;
114
+ border-radius: 14px;
115
+ border: 2px solid #FFFFFF;
116
+ }
117
+
118
+ /* Products grid */
119
+ .products {
120
+ position: relative;
121
+ display: grid;
122
+ grid-template-columns: 540px 540px;
123
+ grid-auto-rows: auto;
124
+ background: #FFFFFF;
125
+ }
126
+ .products .col { min-height: 820px; }
127
+ .products .col.left { border-right: 1px solid #E6E6E6; }
128
+ .product-card {
129
+ padding: 24px;
130
+ }
131
+ .product-image {
132
+ width: 492px;
133
+ height: 436px;
134
+ background: #E0E0E0;
135
+ border: 1px solid #BDBDBD;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ color: #757575;
140
+ font-size: 28px;
141
+ position: relative;
142
+ border-radius: 6px;
143
+ margin-bottom: 22px;
144
+ }
145
+ .heart {
146
+ position: absolute;
147
+ top: 12px;
148
+ right: 12px;
149
+ width: 40px;
150
+ height: 40px;
151
+ }
152
+ .title {
153
+ font-size: 36px;
154
+ color: #111827;
155
+ margin-bottom: 14px;
156
+ white-space: nowrap;
157
+ overflow: hidden;
158
+ text-overflow: ellipsis;
159
+ }
160
+ .price-row {
161
+ display: flex;
162
+ align-items: center;
163
+ gap: 12px;
164
+ margin-bottom: 14px;
165
+ }
166
+ .discount {
167
+ display: flex;
168
+ align-items: center;
169
+ color: #10B981;
170
+ font-size: 34px;
171
+ font-weight: 700;
172
+ gap: 8px;
173
+ }
174
+ .old-price {
175
+ font-size: 34px;
176
+ color: #9CA3AF;
177
+ text-decoration: line-through;
178
+ }
179
+ .new-price {
180
+ font-size: 40px;
181
+ font-weight: 800;
182
+ color: #111827;
183
+ }
184
+ .stock-warning {
185
+ color: #C81D63;
186
+ font-size: 34px;
187
+ font-weight: 700;
188
+ margin-bottom: 22px;
189
+ }
190
+ .delivery {
191
+ color: #111827;
192
+ font-size: 32px;
193
+ }
194
+
195
+ /* Large light area below content (as in screenshot) */
196
+ .spacer {
197
+ height: 1400px;
198
+ background: #F3F4F6;
199
+ border-top: 1px solid #E6E6E6;
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">8:42</div>
209
+ <div class="status-right">
210
+ <div class="status-icon">
211
+ <svg viewBox="0 0 24 24"><path d="M2 12a10 10 0 1 0 20 0A10 10 0 0 0 2 12zm5 0a5 5 0 1 1 10 0 5 5 0 0 1-10 0z"/></svg>
212
+ </div>
213
+ <div class="status-icon">
214
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3v-2zm2-5h14v2H5v-2zm2-5h10v2H7V8z"/></svg>
215
+ </div>
216
+ <div class="status-icon">
217
+ <svg viewBox="0 0 24 24"><path d="M4 8l8-6 8 6v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8zm8-3.5L6.5 8H17.5L12 4.5z"/></svg>
218
+ </div>
219
+ <div class="status-icon">
220
+ <svg viewBox="0 0 24 24"><path d="M12 5a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm7 12H5a2 2 0 0 0-2 2v1h18v-1a2 2 0 0 0-2-2z"/></svg>
221
+ </div>
222
+ <div class="status-icon">
223
+ <svg viewBox="0 0 24 24"><path d="M17 7a5 5 0 1 1-10 0 5 5 0 0 1 10 0zM2 21h20v2H2z"/></svg>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Header with back, search box, cart -->
229
+ <div class="header">
230
+ <div class="icon-btn">
231
+ <svg viewBox="0 0 24 24"><path d="M15.5 5.5L9 12l6.5 6.5-1.4 1.4L6.2 12l7.9-7.9 1.4 1.4z"/></svg>
232
+ </div>
233
+ <div class="search-input">
234
+ <svg viewBox="0 0 24 24"><path d="M15.5 15.5 20 20l-1.5 1.5-4.5-4.5v-.8l-.3-.3a6 6 0 1 1 .8-.8l.3.3h.7zM10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10z"/></svg>
235
+ <div class="search-field">door hinges 5 inch</div>
236
+ <div class="search-utilities">
237
+ <div class="util">
238
+ <svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 1 3 3v4a3 3 0 1 1-6 0V6a3 3 0 0 1 3-3zm-4 13h8v3H8v-3z"/></svg>
239
+ </div>
240
+ <div class="util">
241
+ <svg viewBox="0 0 24 24"><path d="M7 7h3l2-2h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1zM12 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/></svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ <div class="icon-btn cart-btn">
246
+ <svg viewBox="0 0 24 24"><path d="M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM6 6h15l-2 8H8L6 6zm-2-2H1v2h2l3 10h12v-2H7.6L6.2 6z"/></svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Sort / Filter row -->
251
+ <div class="sort-filter">
252
+ <div class="sf-item">
253
+ <svg viewBox="0 0 24 24"><path d="M7 6h2v12H7V6zm8 0h2v12h-2V6zM4 10h6v2H4v-2zm10 0h6v2h-6v-2z"/></svg>
254
+ <span>Sort</span>
255
+ </div>
256
+ <div class="sf-divider"></div>
257
+ <div class="sf-item">
258
+ <span class="badge">
259
+ <svg viewBox="0 0 24 24"><path d="M4 7h12v2H4V7zm0 4h8v2H4v-2zm0 4h16v2H4v-2zM16 7h4v2h-4V7zm8 4"/></svg>
260
+ </span>
261
+ <span>Filter</span>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Products grid -->
266
+ <div class="products">
267
+ <div class="col left">
268
+ <div class="product-card">
269
+ <div class="product-image">
270
+ [IMG: Stainless steel door hinges collage]
271
+ <svg class="heart" viewBox="0 0 24 24">
272
+ <path d="M12 21s-6.5-4.3-8.5-7A5 5 0 0 1 12 6a5 5 0 0 1 8.5 8c-2 2.7-8.5 7-8.5 7z" fill="none" stroke="#C0C0C0" stroke-width="1.6"/>
273
+ </svg>
274
+ </div>
275
+ <div class="title">BESTLINING Stainless St...</div>
276
+ <div class="price-row">
277
+ <div class="discount">
278
+ <svg viewBox="0 0 24 24" width="24" height="24" style="fill:#10B981;"><path d="M12 15L6 9h12z"/></svg>
279
+ 33%
280
+ </div>
281
+ <div class="old-price">2,999</div>
282
+ <div class="new-price">₹1,999</div>
283
+ </div>
284
+ <div class="stock-warning">Only few left</div>
285
+ <div class="delivery">Free delivery</div>
286
+ </div>
287
+ </div>
288
+ <div class="col right">
289
+ <!-- right column intentionally empty to match screenshot's blank area -->
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Spacer to match long page height -->
294
+ <div class="spacer"></div>
295
+
296
+ </div>
297
+ </body>
298
+ </html>
code/10132/10132_0.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #0a0d14;
14
+ }
15
+
16
+ /* Wallpaper placeholder */
17
+ .wallpaper {
18
+ position: absolute;
19
+ left: 0; top: 0; width: 1080px; height: 2400px;
20
+ background: #E0E0E0;
21
+ border: 1px solid #BDBDBD;
22
+ color: #757575;
23
+ display: flex; justify-content: center; align-items: center;
24
+ font-size: 28px; letter-spacing: 0.5px;
25
+ }
26
+
27
+ /* Status bar */
28
+ .status-bar {
29
+ position: absolute; left: 0; top: 0; width: 100%; height: 110px;
30
+ background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0));
31
+ color: #fff;
32
+ font-family: Arial, Helvetica, sans-serif;
33
+ }
34
+ .status-left {
35
+ position: absolute; left: 34px; top: 30px; display: flex; align-items: center; gap: 18px;
36
+ font-size: 44px; font-weight: 600;
37
+ }
38
+ .status-right {
39
+ position: absolute; right: 34px; top: 36px; display: flex; align-items: center; gap: 26px;
40
+ }
41
+ .status-icon svg { width: 36px; height: 36px; fill: #fff; }
42
+
43
+ /* App icon + label near top-left */
44
+ .top-app {
45
+ position: absolute;
46
+ left: 94px; top: 420px;
47
+ display: flex; flex-direction: column; align-items: center;
48
+ color: #fff;
49
+ text-shadow: 0 2px 4px rgba(0,0,0,0.6);
50
+ }
51
+ .app-circle {
52
+ width: 220px; height: 220px; border-radius: 50%;
53
+ background: #ECECEC; box-shadow: 0 8px 22px rgba(0,0,0,0.35);
54
+ display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .app-circle .m-label {
57
+ font-size: 140px; font-weight: 800; color: #E66A2B; line-height: 1;
58
+ }
59
+ .top-app .app-name {
60
+ margin-top: 20px; font-size: 44px;
61
+ }
62
+
63
+ /* Rows of icons */
64
+ .dock-row {
65
+ position: absolute; left: 60px; right: 60px;
66
+ display: flex; justify-content: space-between; align-items: flex-start;
67
+ color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.6);
68
+ }
69
+ .row-1 { top: 1500px; }
70
+ .row-2 { top: 1815px; }
71
+
72
+ .icon-block {
73
+ width: 210px;
74
+ display: flex; flex-direction: column; align-items: center;
75
+ }
76
+ .icon-circle {
77
+ width: 180px; height: 180px; border-radius: 50%;
78
+ background: #ECECEC; box-shadow: 0 8px 22px rgba(0,0,0,0.35);
79
+ display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .icon-circle svg { width: 120px; height: 120px; }
82
+ .icon-label {
83
+ margin-top: 18px; font-size: 40px; font-weight: 500;
84
+ }
85
+
86
+ /* USB debugging prompt (translucent) */
87
+ .usb-banner {
88
+ position: absolute; left: 60px; bottom: 190px; width: 960px;
89
+ background: rgba(0,0,0,0.65); color: #fff;
90
+ border-radius: 36px; padding: 28px 32px;
91
+ font-size: 36px; line-height: 1.35;
92
+ display: flex; gap: 22px; align-items: flex-start;
93
+ backdrop-filter: blur(2px);
94
+ }
95
+ .usb-icon {
96
+ width: 72px; height: 72px; border-radius: 18px;
97
+ background: #ECECEC; border: 1px solid #BDBDBD;
98
+ display: flex; align-items: center; justify-content: center;
99
+ color: #757575; font-weight: 700;
100
+ flex-shrink: 0;
101
+ }
102
+ .home-pill {
103
+ position: absolute; left: 50%; transform: translateX(-50%);
104
+ bottom: 90px; width: 320px; height: 14px; border-radius: 7px;
105
+ background: #fff; opacity: 0.75;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <div class="wallpaper">[IMG: Abstract dark blue wallpaper]</div>
112
+
113
+ <!-- Status bar -->
114
+ <div class="status-bar">
115
+ <div class="status-left">
116
+ <div>9:06</div>
117
+ <div class="status-icon">
118
+ <!-- Download icon -->
119
+ <svg viewBox="0 0 24 24">
120
+ <path d="M12 3v9l4-4 1 1-6 6-6-6 1-1 4 4V3h2zM4 19h16v2H4z"></path>
121
+ </svg>
122
+ </div>
123
+ </div>
124
+ <div class="status-right">
125
+ <div class="status-icon">
126
+ <!-- WiFi icon -->
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M12 18.5l2.5-2.5a3.5 3.5 0 0 0-5 0L12 18.5zm-5-5 1.2 1.2a7 7 0 0 1 9.6 0L19 13.5a9 9 0 0 0-14 0zm-3-3 1.2 1.2a12 12 0 0 1 17.6 0L22 10.5a14 14 0 0 0-20 0z"></path>
129
+ </svg>
130
+ </div>
131
+ <div class="status-icon">
132
+ <!-- Battery icon -->
133
+ <svg viewBox="0 0 24 24">
134
+ <path d="M20 8h1v8h-1v2H4V6h16v2zM6 8v10h12V8H6z"></path>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Top-left app -->
141
+ <div class="top-app">
142
+ <div class="app-circle">
143
+ <div class="m-label">M</div>
144
+ </div>
145
+ <div class="app-name">Migros</div>
146
+ </div>
147
+
148
+ <!-- Row 1: Play Store, Photos, Gmail, YouTube -->
149
+ <div class="dock-row row-1">
150
+ <div class="icon-block">
151
+ <div class="icon-circle">
152
+ <!-- Play Store (simplified) -->
153
+ <svg viewBox="0 0 64 64">
154
+ <defs>
155
+ <linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
156
+ <stop offset="0" stop-color="#35A852"/><stop offset="1" stop-color="#4285F4"/>
157
+ </linearGradient>
158
+ </defs>
159
+ <path d="M12 10l34 22-34 22V10z" fill="url(#g1)"></path>
160
+ <path d="M12 10l10 12-10 10V10z" fill="#EA4335"></path>
161
+ <path d="M22 22l24 10-10 12-14-22z" fill="#FBBC04"></path>
162
+ </svg>
163
+ </div>
164
+ <div class="icon-label">Play Store</div>
165
+ </div>
166
+
167
+ <div class="icon-block">
168
+ <div class="icon-circle">
169
+ <!-- Photos (simplified) -->
170
+ <svg viewBox="0 0 64 64">
171
+ <circle cx="32" cy="20" r="10" fill="#EA4335"></circle>
172
+ <circle cx="20" cy="32" r="10" fill="#FBBC04"></circle>
173
+ <circle cx="32" cy="44" r="10" fill="#34A853"></circle>
174
+ <circle cx="44" cy="32" r="10" fill="#4285F4"></circle>
175
+ </svg>
176
+ </div>
177
+ <div class="icon-label">Photos</div>
178
+ </div>
179
+
180
+ <div class="icon-block">
181
+ <div class="icon-circle">
182
+ <!-- Gmail (simplified M) -->
183
+ <svg viewBox="0 0 64 64">
184
+ <rect x="10" y="16" width="44" height="32" rx="6" ry="6" fill="#fff" stroke="#DADCE0" stroke-width="2"></rect>
185
+ <path d="M12 20l20 14 20-14v8L32 42 12 28v-8z" fill="#EA4335"></path>
186
+ <path d="M12 20l20 14 0-10-12-8H12z" fill="#FBBC04"></path>
187
+ <path d="M52 20H44l-12 8v10l20-14v-4z" fill="#34A853"></path>
188
+ <path d="M32 24l-20-4 20 14 20-14-20 4z" fill="#4285F4" opacity="0.6"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="icon-label">Gmail</div>
192
+ </div>
193
+
194
+ <div class="icon-block">
195
+ <div class="icon-circle">
196
+ <!-- YouTube -->
197
+ <svg viewBox="0 0 64 64">
198
+ <rect x="12" y="18" width="40" height="28" rx="8" ry="8" fill="#FF0000"></rect>
199
+ <polygon points="28,24 28,40 42,32" fill="#fff"></polygon>
200
+ </svg>
201
+ </div>
202
+ <div class="icon-label">YouTube</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Row 2: Phone, Messages, Chrome, Camera -->
207
+ <div class="dock-row row-2">
208
+ <div class="icon-block">
209
+ <div class="icon-circle">
210
+ <!-- Phone -->
211
+ <svg viewBox="0 0 64 64">
212
+ <path d="M22 14c-3 0-6 3-4 8 2 6 8 13 14 18s12 8 18 10c5 2 8-1 8-4l-6-9c-2-2-5 0-7 1l-4-3c-3-2-6-6-8-9l-3-4c1-2 3-5 1-7l-9-6z" fill="#4E8FF7"></path>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="icon-block">
218
+ <div class="icon-circle">
219
+ <!-- Messages -->
220
+ <svg viewBox="0 0 64 64">
221
+ <rect x="10" y="14" width="44" height="30" rx="8" fill="#7AA7FF"></rect>
222
+ <polygon points="16,44 26,44 24,52" fill="#7AA7FF"></polygon>
223
+ <rect x="18" y="24" width="10" height="4" fill="#fff"></rect>
224
+ <rect x="32" y="24" width="14" height="4" fill="#fff"></rect>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="icon-block">
230
+ <div class="icon-circle">
231
+ <!-- Chrome -->
232
+ <svg viewBox="0 0 64 64">
233
+ <circle cx="32" cy="32" r="12" fill="#46A5F5"></circle>
234
+ <path d="M32 12a20 20 0 0 1 18 10H34a12 12 0 0 0-2-10z" fill="#EA4335"></path>
235
+ <path d="M50 22a20 20 0 0 1-6 26l-10-17a12 12 0 0 0 16-9z" fill="#FBBC04"></path>
236
+ <path d="M44 48a20 20 0 0 1-30-12h20a12 12 0 0 0 10 12z" fill="#34A853"></path>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="icon-block">
242
+ <div class="icon-circle">
243
+ <!-- Camera -->
244
+ <svg viewBox="0 0 64 64">
245
+ <rect x="10" y="18" width="44" height="28" rx="6" fill="#B0B5BD"></rect>
246
+ <rect x="16" y="14" width="12" height="8" rx="2" fill="#8B9098"></rect>
247
+ <circle cx="32" cy="32" r="10" fill="#7A7F87"></circle>
248
+ <circle cx="32" cy="32" r="6" fill="#C7CBD1"></circle>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- USB debugging prompt -->
255
+ <div class="usb-banner">
256
+ <div class="usb-icon">G</div>
257
+ <div>
258
+ <div style="font-weight:700; margin-bottom:8px;">Allow USB debugging?</div>
259
+ <div>The computer's RSA key fingerprint is:</div>
260
+ <div style="opacity:0.85;">EC:1B:4F:FF:29:FC:26:35:D7:AA:4B:1D:13:B:D:D8:3</div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Home pill -->
265
+ <div class="home-pill"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/10132/10132_1.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Migros Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 30px 48px 0 48px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #555;
26
+ font-size: 34px;
27
+ }
28
+ .status-icons { display: flex; gap: 28px; align-items: center; }
29
+ .icon {
30
+ width: 44px; height: 44px;
31
+ }
32
+
33
+ /* Header */
34
+ .header {
35
+ padding: 16px 48px 20px 48px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ }
40
+ .brand {
41
+ font-size: 68px;
42
+ font-weight: 700;
43
+ letter-spacing: 0.3px;
44
+ }
45
+ .header-actions { display: flex; gap: 36px; }
46
+ .action-btn .icon { width: 56px; height: 56px; }
47
+
48
+ /* Segment buttons */
49
+ .segments {
50
+ display: flex;
51
+ border-top: 1px solid #E5E5E5;
52
+ border-bottom: 1px solid #E5E5E5;
53
+ margin-top: 18px;
54
+ }
55
+ .segment {
56
+ width: 50%;
57
+ padding: 28px 48px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 22px;
61
+ font-size: 40px;
62
+ color: #333;
63
+ position: relative;
64
+ }
65
+ .segment:first-child { border-right: 1px solid #EEEEEE; }
66
+ .segment .icon { width: 44px; height: 44px; }
67
+
68
+ /* Promo banner */
69
+ .promo-wrap { padding: 36px 48px 10px 48px; }
70
+ .promo {
71
+ height: 440px;
72
+ background: #4A2258;
73
+ border-radius: 12px;
74
+ position: relative;
75
+ overflow: hidden;
76
+ }
77
+ .promo:before {
78
+ content: "";
79
+ position: absolute;
80
+ top: -30px;
81
+ left: 50%;
82
+ transform: translateX(-50%);
83
+ width: 0; height: 0;
84
+ border-style: solid;
85
+ border-width: 30px 22px 0 22px;
86
+ border-color: #4A2258 transparent transparent transparent;
87
+ }
88
+ .promo .img {
89
+ position: absolute;
90
+ inset: 0;
91
+ margin: 0;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #ddd;
96
+ font-size: 34px;
97
+ letter-spacing: 0.2px;
98
+ background: transparent;
99
+ }
100
+ .promo .img::before {
101
+ content: "[IMG: Promotional banner with peanuts, chocolates and tableware]";
102
+ background: rgba(255,255,255,0.06);
103
+ padding: 14px 24px;
104
+ border: 1px solid rgba(255,255,255,0.18);
105
+ border-radius: 8px;
106
+ }
107
+ .promo .badge {
108
+ position: absolute;
109
+ top: 24px;
110
+ right: 24px;
111
+ background: #FF7A1A;
112
+ color: #fff;
113
+ font-weight: 700;
114
+ font-size: 32px;
115
+ padding: 10px 18px;
116
+ border-radius: 8px;
117
+ }
118
+ .promo-title {
119
+ padding: 18px 48px 0 48px;
120
+ font-size: 44px;
121
+ font-weight: 700;
122
+ color: #222;
123
+ }
124
+
125
+ /* Offers header */
126
+ .offers-header {
127
+ padding: 36px 48px 10px 48px;
128
+ display: flex;
129
+ align-items: flex-end;
130
+ justify-content: space-between;
131
+ }
132
+ .offers-title {
133
+ font-size: 60px;
134
+ font-weight: 700;
135
+ }
136
+ .offers-sub {
137
+ padding: 0 48px;
138
+ font-size: 34px;
139
+ color: #8A8A8A;
140
+ margin-top: 4px;
141
+ }
142
+ .show-all {
143
+ color: #FF7A1A;
144
+ font-size: 36px;
145
+ font-weight: 600;
146
+ }
147
+
148
+ /* Product cards scroller */
149
+ .cards {
150
+ padding: 24px 48px 32px 48px;
151
+ display: flex;
152
+ gap: 32px;
153
+ overflow-x: auto;
154
+ -webkit-overflow-scrolling: touch;
155
+ }
156
+ .card {
157
+ min-width: 300px;
158
+ width: 300px;
159
+ background: #fff;
160
+ border-radius: 26px;
161
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
162
+ position: relative;
163
+ }
164
+ .card .img {
165
+ width: 100%;
166
+ height: 250px;
167
+ background: #E0E0E0;
168
+ border: 1px solid #BDBDBD;
169
+ border-radius: 26px 26px 0 0;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ color: #757575;
174
+ font-size: 28px;
175
+ }
176
+ .card .overlay {
177
+ position: absolute;
178
+ top: 16px;
179
+ right: 16px;
180
+ width: 56px; height: 56px;
181
+ border-radius: 12px;
182
+ background: #fff;
183
+ border: 1px solid #DADADA;
184
+ display: flex; align-items: center; justify-content: center;
185
+ }
186
+ .card .hit {
187
+ position: absolute;
188
+ left: 18px;
189
+ top: 220px;
190
+ transform: translateY(50%);
191
+ background: #FF7A1A;
192
+ color: #fff;
193
+ font-weight: 800;
194
+ font-size: 30px;
195
+ padding: 6px 14px;
196
+ border-radius: 8px;
197
+ }
198
+ .card-content {
199
+ padding: 32px 22px 26px 22px;
200
+ }
201
+ .price {
202
+ font-size: 56px;
203
+ font-weight: 800;
204
+ }
205
+ .title {
206
+ margin-top: 8px;
207
+ font-size: 34px;
208
+ color: #444;
209
+ line-height: 1.15;
210
+ }
211
+
212
+ /* Bottom placeholders */
213
+ .bottom-placeholders {
214
+ padding: 20px 48px 260px 48px; /* leave space for nav */
215
+ display: grid;
216
+ grid-template-columns: 1fr 1fr;
217
+ gap: 24px;
218
+ }
219
+ .ph {
220
+ height: 240px;
221
+ background: #F1F1F1;
222
+ border-radius: 26px;
223
+ border: 1px solid #E0E0E0;
224
+ }
225
+
226
+ /* Bottom navigation */
227
+ .bottom-nav {
228
+ position: absolute;
229
+ bottom: 0; left: 0; right: 0;
230
+ height: 200px;
231
+ background: #fff;
232
+ border-top: 1px solid #E6E6E6;
233
+ display: flex;
234
+ align-items: center;
235
+ justify-content: space-around;
236
+ padding: 18px 0 0 0;
237
+ }
238
+ .nav-item {
239
+ display: flex;
240
+ flex-direction: column;
241
+ align-items: center;
242
+ gap: 12px;
243
+ color: #777;
244
+ font-size: 30px;
245
+ }
246
+ .nav-item .icon { width: 58px; height: 58px; }
247
+ .nav-item.active { color: #FF7A1A; font-weight: 700; }
248
+ .home-indicator {
249
+ position: absolute;
250
+ bottom: 210px;
251
+ left: 50%;
252
+ transform: translateX(-50%);
253
+ width: 320px;
254
+ height: 12px;
255
+ background: #BDBDBD;
256
+ border-radius: 8px;
257
+ opacity: 0.8;
258
+ }
259
+ </style>
260
+ </head>
261
+ <body>
262
+ <div id="render-target">
263
+
264
+ <!-- Status bar -->
265
+ <div class="status-bar">
266
+ <div>9:07</div>
267
+ <div class="status-icons">
268
+ <!-- Signal/WiFi -->
269
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0l-2 2c-4-4-12-4-16 0L2 9zm4 4c3-3 9-3 12 0l-2 2c-2-2-6-2-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z" fill="#777"/></svg>
270
+ <!-- Battery -->
271
+ <svg class="icon" viewBox="0 0 24 24"><rect x="1" y="6" width="19" height="12" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"/><rect x="3" y="8" width="11" height="8" fill="#777"/><rect x="20" y="9" width="3" height="6" rx="1" fill="#777"/></svg>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Header -->
276
+ <div class="header">
277
+ <div class="brand">Migros</div>
278
+ <div class="header-actions">
279
+ <div class="action-btn">
280
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#333" stroke-width="2"/><path d="M20 20l-4-4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
281
+ </div>
282
+ <div class="action-btn">
283
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2c-3 0-6 2-6 5v4l-2 2v1h16v-1l-2-2V7c0-3-3-5-6-5zM9 19a3 3 0 006 0" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
284
+ </div>
285
+ <div class="action-btn">
286
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="none" stroke="#333" stroke-width="2"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Segments -->
292
+ <div class="segments">
293
+ <div class="segment">
294
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h10" stroke="#333" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
295
+ <div>All products</div>
296
+ </div>
297
+ <div class="segment">
298
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3a6 6 0 016 6c0 4-6 12-6 12S6 13 6 9a6 6 0 016-6zm0 4a2 2 0 110 4 2 2 0 010-4z" fill="#333"/></svg>
299
+ <div>Find stores</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Promo banner -->
304
+ <div class="promo-wrap">
305
+ <div class="promo">
306
+ <div class="badge">Up to 40%</div>
307
+ <div class="img"></div>
308
+ </div>
309
+ </div>
310
+ <div class="promo-title">Weekend sensation - only from this Thursday to Sunday</div>
311
+
312
+ <!-- Offers header -->
313
+ <div class="offers-header">
314
+ <div class="offers-title">Offers in the stores</div>
315
+ <div class="show-all">Show all</div>
316
+ </div>
317
+ <div class="offers-sub">No region selected</div>
318
+
319
+ <!-- Product cards -->
320
+ <div class="cards">
321
+ <!-- Card 1 -->
322
+ <div class="card">
323
+ <div class="img">[IMG: Fleece blanket product]</div>
324
+ <div class="overlay">
325
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 5v14M5 12h14" stroke="#777" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
326
+ </div>
327
+ <div class="hit">Hit</div>
328
+ <div class="card-content">
329
+ <div class="price">19.95</div>
330
+ <div class="title">Fleecedecke</div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Card 2 -->
335
+ <div class="card">
336
+ <div class="img">[IMG: Gas lighter Flexy]</div>
337
+ <div class="overlay">
338
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 5v14M5 12h14" stroke="#777" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
339
+ </div>
340
+ <div class="hit">Hit</div>
341
+ <div class="card-content">
342
+ <div class="price">7.95</div>
343
+ <div class="title">Stabfeuerzeug Flexy</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Card 3 -->
348
+ <div class="card">
349
+ <div class="img">[IMG: LED Indoor light chain]</div>
350
+ <div class="overlay">
351
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 5v14M5 12h14" stroke="#777" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
352
+ </div>
353
+ <div class="hit">Hit</div>
354
+ <div class="card-content">
355
+ <div class="price">4.95</div>
356
+ <div class="title">Indoor-Lichterkette</div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Card 4 -->
361
+ <div class="card">
362
+ <div class="img">[IMG: Promo product]</div>
363
+ <div class="overlay">
364
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M12 5v14M5 12h14" stroke="#777" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
365
+ </div>
366
+ <div class="hit">15</div>
367
+ <div class="card-content">
368
+ <div class="price">2.80</div>
369
+ <div class="title">Opti... Poul...</div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Bottom placeholders -->
375
+ <div class="bottom-placeholders">
376
+ <div class="ph"></div>
377
+ <div class="ph"></div>
378
+ </div>
379
+
380
+ <!-- Home indicator (gesture bar) -->
381
+ <div class="home-indicator"></div>
382
+
383
+ <!-- Bottom navigation -->
384
+ <div class="bottom-nav">
385
+ <div class="nav-item active">
386
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z" fill="#FF7A1A"/></svg>
387
+ <div>Migros</div>
388
+ </div>
389
+ <div class="nav-item">
390
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 5h14v2H5zm0 6h14v2H5zm0 6h10v2H5z" fill="#777"/></svg>
391
+ <div>List</div>
392
+ </div>
393
+ <div class="nav-item">
394
+ <svg class="icon" viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="12" rx="2" fill="none" stroke="#777" stroke-width="2"/><path d="M7 10h10M7 13h6" stroke="#777" stroke-width="2"/></svg>
395
+ <div>Wallet</div>
396
+ </div>
397
+ <div class="nav-item">
398
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"/><text x="12" y="16" text-anchor="middle" font-size="10" fill="#777" font-family="Arial" font-weight="700">Go</text></svg>
399
+ <div>subitoGo</div>
400
+ </div>
401
+ <div class="nav-item">
402
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 16h2l1-3h13l2 3h-2M6 16v3h12v-3M7 19a2 2 0 11.001-4.001A2 2 0 017 19zm10 0a2 2 0 11.001-4.001A2 2 0 0117 19z" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round"/></svg>
403
+ <div>Order</div>
404
+ </div>
405
+ </div>
406
+
407
+ </div>
408
+ </body>
409
+ </html>
code/10132/10132_2.html ADDED
@@ -0,0 +1,462 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Store Search 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: #ffffff;
14
+ font-family: "Segoe UI", Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 110px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 28px;
29
+ color: #333;
30
+ font-size: 40px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .icon { display: inline-block; vertical-align: middle; }
38
+
39
+ /* Search header */
40
+ .search-header {
41
+ position: absolute;
42
+ top: 110px;
43
+ left: 0;
44
+ width: 100%;
45
+ height: 170px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 24px;
49
+ box-sizing: border-box;
50
+ }
51
+ .back-btn {
52
+ width: 80px;
53
+ height: 80px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ margin-right: 14px;
58
+ }
59
+ .search-input {
60
+ flex: 1;
61
+ display: flex;
62
+ align-items: center;
63
+ color: #646464;
64
+ font-size: 56px;
65
+ line-height: 1;
66
+ }
67
+ .caret {
68
+ width: 6px;
69
+ height: 58px;
70
+ background: #FF6D00;
71
+ border-radius: 2px;
72
+ margin-right: 16px;
73
+ }
74
+ .scan-btn {
75
+ width: 82px;
76
+ height: 82px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ margin-left: 10px;
81
+ }
82
+
83
+ /* Category / Find stores row */
84
+ .utility-row {
85
+ position: absolute;
86
+ top: 280px;
87
+ left: 0;
88
+ width: 100%;
89
+ height: 120px;
90
+ background: #F0F0F0;
91
+ border-top: 1px solid #ddd;
92
+ border-bottom: 1px solid #ddd;
93
+ display: flex;
94
+ align-items: center;
95
+ box-sizing: border-box;
96
+ padding: 0 24px;
97
+ column-gap: 24px;
98
+ }
99
+ .utility-item {
100
+ flex: 1;
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 18px;
104
+ color: #333;
105
+ font-size: 40px;
106
+ }
107
+ .divider {
108
+ width: 2px;
109
+ height: 60px;
110
+ background: #C9C9C9;
111
+ }
112
+
113
+ /* Promo banner */
114
+ .promo {
115
+ position: absolute;
116
+ top: 400px;
117
+ left: 24px;
118
+ width: 1032px;
119
+ height: 420px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ display: flex;
123
+ justify-content: center;
124
+ align-items: center;
125
+ color: #757575;
126
+ font-size: 40px;
127
+ box-sizing: border-box;
128
+ }
129
+ .promo .badge {
130
+ position: absolute;
131
+ top: 18px;
132
+ right: 18px;
133
+ background: #FF8A00;
134
+ color: #fff;
135
+ padding: 12px 18px;
136
+ font-size: 34px;
137
+ font-weight: 700;
138
+ border-radius: 8px;
139
+ }
140
+
141
+ .promo-caption {
142
+ position: absolute;
143
+ top: 840px;
144
+ left: 24px;
145
+ width: 1032px;
146
+ font-size: 44px;
147
+ font-weight: 700;
148
+ color: #3a3a3a;
149
+ }
150
+
151
+ /* Offers header */
152
+ .offers-header {
153
+ position: absolute;
154
+ top: 920px;
155
+ left: 24px;
156
+ width: 1032px;
157
+ display: flex;
158
+ justify-content: space-between;
159
+ align-items: center;
160
+ }
161
+ .offers-title {
162
+ font-size: 54px;
163
+ font-weight: 700;
164
+ color: #2a2a2a;
165
+ }
166
+ .offers-link {
167
+ font-size: 40px;
168
+ color: #FF6D00;
169
+ font-weight: 600;
170
+ }
171
+ .offers-sub {
172
+ position: absolute;
173
+ top: 990px;
174
+ left: 24px;
175
+ font-size: 36px;
176
+ color: #8a8a8a;
177
+ }
178
+
179
+ /* Product cards */
180
+ .product-grid {
181
+ position: absolute;
182
+ top: 1070px;
183
+ left: 24px;
184
+ width: 1032px;
185
+ display: grid;
186
+ grid-template-columns: repeat(3, 1fr);
187
+ gap: 24px;
188
+ }
189
+ .card {
190
+ background: #fff;
191
+ border: 1px solid #E3E3E3;
192
+ border-radius: 24px;
193
+ overflow: hidden;
194
+ position: relative;
195
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
196
+ height: 420px;
197
+ }
198
+ .card-img {
199
+ width: 100%;
200
+ height: 320px;
201
+ background: #E0E0E0;
202
+ border-bottom: 1px solid #D0D0D0;
203
+ display: flex;
204
+ justify-content: center;
205
+ align-items: center;
206
+ color: #757575;
207
+ font-size: 32px;
208
+ }
209
+ .card .add-list {
210
+ position: absolute;
211
+ top: 16px;
212
+ right: 16px;
213
+ width: 70px;
214
+ height: 70px;
215
+ border-radius: 16px;
216
+ background: #ffffff;
217
+ border: 1px solid #D5D5D5;
218
+ display: flex;
219
+ align-items: center;
220
+ justify-content: center;
221
+ }
222
+ .hit-tag {
223
+ position: absolute;
224
+ bottom: 0;
225
+ left: 0;
226
+ background: #FF8A00;
227
+ color: #fff;
228
+ font-size: 34px;
229
+ font-weight: 800;
230
+ padding: 8px 16px;
231
+ border-top-right-radius: 12px;
232
+ }
233
+
234
+ /* Keyboard mock */
235
+ .keyboard {
236
+ position: absolute;
237
+ bottom: 60px;
238
+ left: 0;
239
+ width: 100%;
240
+ height: 900px;
241
+ background: #1E1E1E;
242
+ border-top-left-radius: 28px;
243
+ border-top-right-radius: 28px;
244
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.25);
245
+ color: #eaeaea;
246
+ box-sizing: border-box;
247
+ padding: 24px 24px 30px;
248
+ }
249
+ .kb-top {
250
+ display: flex;
251
+ align-items: center;
252
+ gap: 26px;
253
+ margin-bottom: 20px;
254
+ }
255
+ .kb-top .pill {
256
+ background: #2A2A2A;
257
+ border: 1px solid #333;
258
+ padding: 14px 20px;
259
+ border-radius: 14px;
260
+ font-size: 32px;
261
+ color: #cfcfcf;
262
+ }
263
+ .kb-rows {
264
+ display: flex;
265
+ flex-direction: column;
266
+ gap: 18px;
267
+ }
268
+ .kb-row {
269
+ display: flex;
270
+ justify-content: center;
271
+ gap: 14px;
272
+ }
273
+ .key {
274
+ background: #2B2B2B;
275
+ border: 1px solid #3A3A3A;
276
+ border-radius: 18px;
277
+ width: 90px;
278
+ height: 100px;
279
+ display: flex;
280
+ align-items: center;
281
+ justify-content: center;
282
+ font-size: 40px;
283
+ color: #f5f5f5;
284
+ }
285
+ .key.wide { width: 170px; }
286
+ .space { width: 520px; }
287
+ .key.light {
288
+ background: #D4D9FF;
289
+ color: #111;
290
+ border-color: #C7CCFF;
291
+ }
292
+
293
+ /* Gesture bar */
294
+ .gesture {
295
+ position: absolute;
296
+ bottom: 18px;
297
+ left: 50%;
298
+ transform: translateX(-50%);
299
+ width: 220px;
300
+ height: 10px;
301
+ border-radius: 6px;
302
+ background: #E8E8E8;
303
+ }
304
+ </style>
305
+ </head>
306
+ <body>
307
+ <div id="render-target">
308
+
309
+ <!-- Status Bar -->
310
+ <div class="status-bar">
311
+ <div>9:07</div>
312
+ <div class="status-icons">
313
+ <!-- Simple cellular/wifi/battery icons -->
314
+ <svg class="icon" width="38" height="38" viewBox="0 0 48 48">
315
+ <path d="M6 36h6l18-18 6 6-18 18H6z" fill="#888"/>
316
+ </svg>
317
+ <svg class="icon" width="38" height="38" viewBox="0 0 48 48">
318
+ <path d="M6 34c10-10 26-10 36 0" stroke="#888" stroke-width="4" fill="none"/>
319
+ <path d="M12 34c7-7 19-7 26 0" stroke="#888" stroke-width="4" fill="none"/>
320
+ <circle cx="24" cy="34" r="2.5" fill="#888"/>
321
+ </svg>
322
+ <svg class="icon" width="42" height="42" viewBox="0 0 48 48">
323
+ <rect x="6" y="10" width="30" height="20" rx="3" ry="3" stroke="#888" stroke-width="3" fill="none"/>
324
+ <rect x="38" y="16" width="4" height="8" fill="#888"/>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Search Header -->
330
+ <div class="search-header">
331
+ <div class="back-btn">
332
+ <svg width="54" height="54" viewBox="0 0 48 48">
333
+ <path d="M30 10 L16 24 L30 38" stroke="#444" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
334
+ </svg>
335
+ </div>
336
+ <div class="search-input">
337
+ <span class="caret"></span>
338
+ <span>Search for products in store</span>
339
+ </div>
340
+ <div class="scan-btn">
341
+ <svg width="64" height="64" viewBox="0 0 48 48">
342
+ <path d="M8 12h6M34 12h6M8 36h6M34 36h6" stroke="#444" stroke-width="4" stroke-linecap="round"/>
343
+ <rect x="14" y="16" width="20" height="16" stroke="#444" stroke-width="3" fill="none"/>
344
+ <path d="M18 20h12M18 24h12" stroke="#444" stroke-width="3" />
345
+ </svg>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Utility row -->
350
+ <div class="utility-row">
351
+ <div class="utility-item">
352
+ <svg width="48" height="48" viewBox="0 0 48 48">
353
+ <path d="M10 14h28M10 24h28M10 34h28" stroke="#333" stroke-width="4" stroke-linecap="round"/>
354
+ </svg>
355
+ <span>All products</span>
356
+ </div>
357
+ <div class="divider"></div>
358
+ <div class="utility-item">
359
+ <svg width="48" height="48" viewBox="0 0 48 48">
360
+ <path d="M24 10c6 0 10 4 10 10 0 8-10 18-10 18S14 28 14 20c0-6 4-10 10-10z" stroke="#333" stroke-width="3" fill="none"/>
361
+ <circle cx="24" cy="20" r="4" fill="#333"/>
362
+ </svg>
363
+ <span>Find stores</span>
364
+ </div>
365
+ </div>
366
+
367
+ <!-- Promo banner -->
368
+ <div class="promo">
369
+ [IMG: Promo banner with peanuts, chocolates, cups]
370
+ <div class="badge">Up to 40%</div>
371
+ </div>
372
+
373
+ <div class="promo-caption">Weekend sensation - only from this Thursday to Sunday</div>
374
+
375
+ <!-- Offers header -->
376
+ <div class="offers-header">
377
+ <div class="offers-title">Offers in the stores</div>
378
+ <div class="offers-link">Show all</div>
379
+ </div>
380
+ <div class="offers-sub">No region selected</div>
381
+
382
+ <!-- Product cards -->
383
+ <div class="product-grid">
384
+ <div class="card">
385
+ <div class="card-img">[IMG: Plush blanket set]</div>
386
+ <div class="add-list">
387
+ <svg width="44" height="44" viewBox="0 0 48 48">
388
+ <rect x="6" y="8" width="28" height="22" rx="4" ry="4" stroke="#555" stroke-width="3" fill="none"/>
389
+ <path d="M38 16v18H16" stroke="#555" stroke-width="3" fill="none"/>
390
+ <path d="M24 18v8M20 22h8" stroke="#555" stroke-width="3"/>
391
+ </svg>
392
+ </div>
393
+ <div class="hit-tag">Hit</div>
394
+ </div>
395
+ <div class="card">
396
+ <div class="card-img">[IMG: Kitchen tool set]</div>
397
+ <div class="add-list">
398
+ <svg width="44" height="44" viewBox="0 0 48 48">
399
+ <rect x="6" y="8" width="28" height="22" rx="4" ry="4" stroke="#555" stroke-width="3" fill="none"/>
400
+ <path d="M38 16v18H16" stroke="#555" stroke-width="3" fill="none"/>
401
+ <path d="M24 18v8M20 22h8" stroke="#555" stroke-width="3"/>
402
+ </svg>
403
+ </div>
404
+ <div class="hit-tag">Hit</div>
405
+ </div>
406
+ <div class="card">
407
+ <div class="card-img">[IMG: LED light packs]</div>
408
+ <div class="add-list">
409
+ <svg width="44" height="44" viewBox="0 0 48 48">
410
+ <rect x="6" y="8" width="28" height="22" rx="4" ry="4" stroke="#555" stroke-width="3" fill="none"/>
411
+ <path d="M38 16v18H16" stroke="#555" stroke-width="3" fill="none"/>
412
+ <path d="M24 18v8M20 22h8" stroke="#555" stroke-width="3"/>
413
+ </svg>
414
+ </div>
415
+ <div class="hit-tag">Hit</div>
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Keyboard mock -->
420
+ <div class="keyboard">
421
+ <div class="kb-top">
422
+ <div class="pill">GIF</div>
423
+ <div class="pill">Settings</div>
424
+ <div class="pill">Gᵀᴿ</div>
425
+ <div class="pill">Palette</div>
426
+ </div>
427
+ <div class="kb-rows">
428
+ <div class="kb-row">
429
+ <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>
430
+ <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>
431
+ </div>
432
+ <div class="kb-row">
433
+ <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>
434
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
435
+ </div>
436
+ <div class="kb-row">
437
+ <div class="key wide">⇧</div>
438
+ <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>
439
+ <div class="key">n</div><div class="key">m</div>
440
+ <div class="key wide">⌫</div>
441
+ </div>
442
+ <div class="kb-row">
443
+ <div class="key wide">?123</div>
444
+ <div class="key">,</div>
445
+ <div class="key">🙂</div>
446
+ <div class="key space"></div>
447
+ <div class="key">.</div>
448
+ <div class="key light">
449
+ <svg width="42" height="42" viewBox="0 0 48 48">
450
+ <circle cx="20" cy="20" r="12" stroke="#333" stroke-width="3" fill="none"/>
451
+ <path d="M28 28l8 8" stroke="#333" stroke-width="3"/>
452
+ </svg>
453
+ </div>
454
+ </div>
455
+ </div>
456
+ </div>
457
+
458
+ <div class="gesture"></div>
459
+
460
+ </div>
461
+ </body>
462
+ </html>
code/10132/10132_3.html ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search - Mozzarella</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
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ height: 96px;
21
+ width: 100%;
22
+ padding: 0 36px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #333;
28
+ font-size: 36px;
29
+ }
30
+ /* Top search header */
31
+ .search-header {
32
+ position: absolute;
33
+ top: 96px;
34
+ left: 0;
35
+ width: 100%;
36
+ height: 148px;
37
+ box-sizing: border-box;
38
+ padding: 0 24px;
39
+ border-bottom: 2px solid #E0E0E0;
40
+ display: flex;
41
+ align-items: center;
42
+ }
43
+ .back-btn, .close-btn {
44
+ width: 96px;
45
+ height: 96px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .search-text {
51
+ flex: 1;
52
+ font-size: 44px;
53
+ color: #222;
54
+ font-weight: 600;
55
+ display: flex;
56
+ align-items: center;
57
+ }
58
+ .caret {
59
+ width: 4px;
60
+ height: 48px;
61
+ background: #F57C00;
62
+ margin-left: 8px;
63
+ border-radius: 2px;
64
+ }
65
+
66
+ /* Suggestion block */
67
+ .suggestion {
68
+ position: absolute;
69
+ top: 244px;
70
+ left: 0;
71
+ width: 100%;
72
+ box-sizing: border-box;
73
+ padding: 28px 40px 24px 40px;
74
+ border-bottom: 1px solid #E0E0E0;
75
+ }
76
+ .suggestion .title {
77
+ font-size: 40px;
78
+ font-weight: 700;
79
+ color: #111;
80
+ margin-bottom: 12px;
81
+ }
82
+ .suggestion .link {
83
+ font-size: 34px;
84
+ color: #F57C00;
85
+ }
86
+
87
+ .section-label {
88
+ position: absolute;
89
+ top: 388px;
90
+ left: 0;
91
+ width: 100%;
92
+ background: #F5F5F5;
93
+ color: #757575;
94
+ font-size: 34px;
95
+ padding: 18px 40px;
96
+ box-sizing: border-box;
97
+ border-top: 1px solid #E0E0E0;
98
+ border-bottom: 1px solid #E0E0E0;
99
+ }
100
+
101
+ /* List */
102
+ .list {
103
+ position: absolute;
104
+ top: 460px;
105
+ left: 0;
106
+ width: 100%;
107
+ }
108
+ .list-item {
109
+ display: flex;
110
+ align-items: center;
111
+ padding: 30px 40px;
112
+ box-sizing: border-box;
113
+ border-bottom: 1px solid #E0E0E0;
114
+ background: #FFF;
115
+ }
116
+ .item-icon {
117
+ width: 120px;
118
+ height: 120px;
119
+ border: 2px solid #BDBDBD;
120
+ border-radius: 12px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ margin-right: 32px;
125
+ }
126
+ .item-text .title {
127
+ font-size: 40px;
128
+ color: #333;
129
+ font-weight: 600;
130
+ margin-bottom: 6px;
131
+ }
132
+ .item-text .subtitle {
133
+ font-size: 30px;
134
+ color: #9E9E9E;
135
+ }
136
+
137
+ /* Keyboard mock */
138
+ .keyboard {
139
+ position: absolute;
140
+ left: 0;
141
+ bottom: 0;
142
+ width: 100%;
143
+ height: 980px;
144
+ background: #1E1E1E;
145
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
146
+ color: #FFF;
147
+ box-sizing: border-box;
148
+ padding: 24px 26px 60px 26px;
149
+ }
150
+ .kb-top {
151
+ display: flex;
152
+ align-items: center;
153
+ gap: 40px;
154
+ margin-bottom: 22px;
155
+ color: #BDBDBD;
156
+ font-size: 30px;
157
+ }
158
+ .kb-pill {
159
+ background: #2A2A2A;
160
+ padding: 16px 22px;
161
+ border-radius: 16px;
162
+ }
163
+ .kb-row {
164
+ display: flex;
165
+ justify-content: space-between;
166
+ margin: 18px 0;
167
+ padding: 0 8px;
168
+ }
169
+ .key {
170
+ background: #2A2A2A;
171
+ color: #FFF;
172
+ border-radius: 22px;
173
+ height: 120px;
174
+ min-width: 88px;
175
+ flex: 1;
176
+ margin: 0 8px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ font-size: 42px;
181
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
182
+ }
183
+ .key.wide { flex: 1.4; }
184
+ .key.space { flex: 4.4; }
185
+ .key.light {
186
+ background: #DADCFD;
187
+ color: #222;
188
+ }
189
+ .key.circle {
190
+ border-radius: 60px;
191
+ width: 160px;
192
+ flex: 0 0 160px;
193
+ }
194
+
195
+ .home-indicator {
196
+ position: absolute;
197
+ bottom: 18px;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 260px;
201
+ height: 10px;
202
+ background: #EAEAEA;
203
+ border-radius: 6px;
204
+ opacity: 0.9;
205
+ }
206
+
207
+ /* Utility */
208
+ .divider { height: 1px; background: #E0E0E0; }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+
214
+ <!-- Status bar -->
215
+ <div class="status-bar">
216
+ <div>9:08</div>
217
+ <div style="display:flex; align-items:center; gap:22px;">
218
+ <!-- Simple wifi icon -->
219
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
220
+ <path d="M2 8c4-4 16-4 20 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/>
221
+ <path d="M5 11c3-3 11-3 14 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/>
222
+ <path d="M8 14c2-2 6-2 8 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/>
223
+ <circle cx="12" cy="18" r="2" fill="#616161"/>
224
+ </svg>
225
+ <!-- Battery icon -->
226
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
227
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#616161" stroke-width="2"/>
228
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#616161"/>
229
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#616161"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Search header -->
235
+ <div class="search-header">
236
+ <div class="back-btn">
237
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
238
+ <path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="search-text">
242
+ Mozzarella cheese 150g
243
+ <span class="caret"></span>
244
+ </div>
245
+ <div class="close-btn">
246
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
247
+ <path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Suggestion -->
253
+ <div class="suggestion">
254
+ <div class="title">Mozzarella cheese 150g</div>
255
+ <div class="link">Search in the store assortment</div>
256
+ </div>
257
+
258
+ <div class="section-label">Product recommendations</div>
259
+
260
+ <!-- Product list -->
261
+ <div class="list">
262
+ <div class="list-item">
263
+ <div class="item-icon">
264
+ <svg width="90" height="90" viewBox="0 0 64 64" fill="none">
265
+ <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/>
266
+ <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/>
267
+ <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/>
268
+ <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/>
269
+ <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/>
270
+ </svg>
271
+ </div>
272
+ <div class="item-text">
273
+ <div class="title">Mozzarella</div>
274
+ <div class="subtitle">Milchprodukte &amp; Eier</div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="list-item">
279
+ <div class="item-icon">
280
+ <svg width="90" height="90" viewBox="0 0 64 64" fill="none">
281
+ <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/>
282
+ <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/>
283
+ <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/>
284
+ <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/>
285
+ <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/>
286
+ </svg>
287
+ </div>
288
+ <div class="item-text">
289
+ <div class="title">Mozzarella</div>
290
+ <div class="subtitle">Milchprodukte &amp; Eier</div>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="list-item">
295
+ <div class="item-icon">
296
+ <svg width="90" height="90" viewBox="0 0 64 64" fill="none">
297
+ <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/>
298
+ <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/>
299
+ <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/>
300
+ <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/>
301
+ <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/>
302
+ </svg>
303
+ </div>
304
+ <div class="item-text">
305
+ <div class="title">Galbani Mozzarella</div>
306
+ <div class="subtitle">Milchprodukte &amp; Eier</div>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="list-item">
311
+ <div class="item-icon">
312
+ <svg width="90" height="90" viewBox="0 0 64 64" fill="none">
313
+ <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/>
314
+ <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/>
315
+ <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/>
316
+ <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/>
317
+ <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/>
318
+ </svg>
319
+ </div>
320
+ <div class="item-text">
321
+ <div class="title">Mozzarella Bufflonne</div>
322
+ <div class="subtitle">Milchprodukte &amp; Eier</div>
323
+ </div>
324
+ </div>
325
+
326
+ <div class="list-item">
327
+ <div class="item-icon">
328
+ <svg width="90" height="90" viewBox="0 0 64 64" fill="none">
329
+ <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/>
330
+ <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/>
331
+ <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/>
332
+ <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/>
333
+ <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/>
334
+ </svg>
335
+ </div>
336
+ <div class="item-text">
337
+ <div class="title">M-Budget Mozzarella</div>
338
+ <div class="subtitle">Milchprodukte &amp; Eier</div>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Keyboard (mock) -->
344
+ <div class="keyboard">
345
+ <div class="kb-top">
346
+ <div class="kb-pill">▤▤</div>
347
+ <div class="kb-pill">🙂</div>
348
+ <div class="kb-pill">GIF</div>
349
+ <div class="kb-pill">⚙︎</div>
350
+ <div class="kb-pill">Gx</div>
351
+ <div class="kb-pill">🎨</div>
352
+ </div>
353
+
354
+ <div class="kb-row">
355
+ <div class="key">q</div>
356
+ <div class="key">w</div>
357
+ <div class="key">e</div>
358
+ <div class="key">r</div>
359
+ <div class="key">t</div>
360
+ <div class="key">y</div>
361
+ <div class="key">u</div>
362
+ <div class="key">i</div>
363
+ <div class="key">o</div>
364
+ <div class="key">p</div>
365
+ </div>
366
+
367
+ <div class="kb-row" style="padding: 0 58px;">
368
+ <div class="key">a</div>
369
+ <div class="key">s</div>
370
+ <div class="key">d</div>
371
+ <div class="key">f</div>
372
+ <div class="key">g</div>
373
+ <div class="key">h</div>
374
+ <div class="key">j</div>
375
+ <div class="key">k</div>
376
+ <div class="key">l</div>
377
+ </div>
378
+
379
+ <div class="kb-row">
380
+ <div class="key wide">⇧</div>
381
+ <div class="key">z</div>
382
+ <div class="key">x</div>
383
+ <div class="key">c</div>
384
+ <div class="key">v</div>
385
+ <div class="key">b</div>
386
+ <div class="key">n</div>
387
+ <div class="key">m</div>
388
+ <div class="key wide">⌫</div>
389
+ </div>
390
+
391
+ <div class="kb-row" style="align-items:center;">
392
+ <div class="key circle" style="background:#3A3A3A;">?123</div>
393
+ <div class="key circle" style="background:#3A3A3A;">🙂</div>
394
+ <div class="key circle" style="background:#3A3A3A;">,</div>
395
+ <div class="key space"></div>
396
+ <div class="key circle" style="background:#3A3A3A;">.</div>
397
+ <div class="key circle light">
398
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
399
+ <circle cx="11" cy="11" r="7" stroke="#333" stroke-width="2"/>
400
+ <path d="M16 16l5 5" stroke="#333" stroke-width="2" stroke-linecap="round"/>
401
+ </svg>
402
+ </div>
403
+ </div>
404
+ </div>
405
+
406
+ <div class="home-indicator"></div>
407
+
408
+ </div>
409
+ </body>
410
+ </html>
code/10132/10132_4.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Results - Mozzarella</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #f5f6f7;
12
+ border-radius: 24px;
13
+ box-shadow: 0 2px 12px rgba(0,0,0,0.08);
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #111;
21
+ }
22
+ .status-time { font-weight: 600; font-size: 42px; letter-spacing: 0.5px; }
23
+ .status-icons { display: flex; align-items: center; gap: 28px; }
24
+ .icon { width: 40px; height: 40px; }
25
+ /* App header */
26
+ .app-header {
27
+ padding: 20px 36px 24px 36px;
28
+ display: flex; align-items: flex-start; gap: 24px;
29
+ background: #fff;
30
+ border-bottom-left-radius: 28px; border-bottom-right-radius: 28px;
31
+ box-shadow: 0 6px 12px rgba(0,0,0,0.06);
32
+ }
33
+ .back-btn { width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center; }
34
+ .header-text { flex: 1; }
35
+ .header-title { font-size: 52px; font-weight: 700; margin: 6px 0 8px 0; color: #111; }
36
+ .header-sub { font-size: 28px; color: #777; }
37
+ /* Content grid */
38
+ .content {
39
+ padding: 24px 24px 260px 24px;
40
+ }
41
+ .grid {
42
+ display: grid;
43
+ grid-template-columns: 1fr 1fr;
44
+ gap: 28px;
45
+ }
46
+ .card {
47
+ background: #fff;
48
+ border-radius: 28px;
49
+ box-shadow: 0 8px 16px rgba(0,0,0,0.06);
50
+ overflow: hidden;
51
+ position: relative;
52
+ }
53
+ .card .img {
54
+ height: 360px;
55
+ background: #E0E0E0;
56
+ border-bottom: 1px solid #BDBDBD;
57
+ display: flex; align-items: center; justify-content: center;
58
+ color: #757575; font-size: 30px; text-align: center; padding: 0 20px;
59
+ }
60
+ .card-body { padding: 28px; }
61
+ .price { font-size: 56px; font-weight: 800; margin-bottom: 8px; }
62
+ .name { font-size: 36px; font-weight: 600; margin-bottom: 6px; }
63
+ .meta { font-size: 28px; color: #8a8a8a; }
64
+ .clip-add {
65
+ position: absolute; top: 18px; right: 18px;
66
+ width: 66px; height: 66px;
67
+ border-radius: 18px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.08);
68
+ display: flex; align-items: center; justify-content: center;
69
+ }
70
+ /* Bottom nav */
71
+ .bottom-nav {
72
+ position: absolute; left: 0; right: 0; bottom: 0;
73
+ height: 210px; background: #fff;
74
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
75
+ box-shadow: 0 -6px 14px rgba(0,0,0,0.08);
76
+ padding: 16px 24px 24px;
77
+ }
78
+ .nav-items {
79
+ height: 100%;
80
+ display: flex; align-items: center; justify-content: space-between;
81
+ }
82
+ .nav-item { width: 20%; text-align: center; color: #777; }
83
+ .nav-item .nav-icon {
84
+ width: 72px; height: 72px; margin: 10px auto 8px auto;
85
+ display: flex; align-items: center; justify-content: center;
86
+ border-radius: 18px; color: #ff6f00;
87
+ }
88
+ .nav-item.active { color: #ff6f00; }
89
+ .nav-label { font-size: 28px; margin-top: 6px; }
90
+ /* Gesture bar */
91
+ .gesture {
92
+ position: absolute; bottom: 12px; left: 50%;
93
+ transform: translateX(-50%);
94
+ width: 240px; height: 10px; border-radius: 6px; background: #d1d1d1;
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+ <!-- Status bar -->
101
+ <div class="status-bar">
102
+ <div class="status-time">9:08</div>
103
+ <div class="status-icons">
104
+ <!-- simple signal icon -->
105
+ <svg class="icon" viewBox="0 0 24 24">
106
+ <rect x="2" y="14" width="3" height="8" fill="#555"></rect>
107
+ <rect x="7" y="10" width="3" height="12" fill="#555"></rect>
108
+ <rect x="12" y="6" width="3" height="16" fill="#555"></rect>
109
+ <rect x="17" y="2" width="3" height="20" fill="#555"></rect>
110
+ </svg>
111
+ <!-- battery icon -->
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"></rect>
114
+ <rect x="4" y="8" width="12" height="8" fill="#555"></rect>
115
+ <rect x="21" y="9" width="2" height="6" fill="#555"></rect>
116
+ </svg>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- App header -->
121
+ <div class="app-header">
122
+ <div class="back-btn">
123
+ <svg width="48" height="48" viewBox="0 0 24 24">
124
+ <path d="M15 5l-7 7 7 7" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
125
+ </svg>
126
+ </div>
127
+ <div class="header-text">
128
+ <div class="header-title">Search for "Mozzarella cheese 1..."</div>
129
+ <div class="header-sub">Results in the stores</div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Results grid -->
134
+ <div class="content">
135
+ <div class="grid">
136
+ <!-- Card 1 -->
137
+ <div class="card">
138
+ <div class="clip-add">
139
+ <svg width="36" height="36" viewBox="0 0 24 24">
140
+ <path d="M7 6h8v2H7z" fill="#888"></path>
141
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
142
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="img">[IMG: Mozzarella bag with mountains]</div>
146
+ <div class="card-body">
147
+ <div class="price">2.15</div>
148
+ <div class="name">Mozzarella</div>
149
+ <div class="meta">150g</div>
150
+ </div>
151
+ </div>
152
+ <!-- Card 2 -->
153
+ <div class="card">
154
+ <div class="clip-add">
155
+ <svg width="36" height="36" viewBox="0 0 24 24">
156
+ <path d="M7 6h8v2H7z" fill="#888"></path>
157
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
158
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
159
+ </svg>
160
+ </div>
161
+ <div class="img">[IMG: Mozzarella bag with cows]</div>
162
+ <div class="card-body">
163
+ <div class="price">2.20</div>
164
+ <div class="name">Mozzarella</div>
165
+ <div class="meta">125g</div>
166
+ </div>
167
+ </div>
168
+ <!-- Card 3 -->
169
+ <div class="card">
170
+ <div class="clip-add">
171
+ <svg width="36" height="36" viewBox="0 0 24 24">
172
+ <path d="M7 6h8v2H7z" fill="#888"></path>
173
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
174
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
175
+ </svg>
176
+ </div>
177
+ <div class="img">[IMG: Galbani Mozzarella packs]</div>
178
+ <div class="card-body">
179
+ <div class="price">3.85</div>
180
+ <div class="name">Galbani Mozzarella</div>
181
+ <div class="meta">3 x 125g</div>
182
+ </div>
183
+ </div>
184
+ <!-- Card 4 -->
185
+ <div class="card">
186
+ <div class="clip-add">
187
+ <svg width="36" height="36" viewBox="0 0 24 24">
188
+ <path d="M7 6h8v2H7z" fill="#888"></path>
189
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
190
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
191
+ </svg>
192
+ </div>
193
+ <div class="img">[IMG: Mozzarella Bufflonne cup]</div>
194
+ <div class="card-body">
195
+ <div class="price">4.75</div>
196
+ <div class="name">Mozzarella Bufflonne</div>
197
+ <div class="meta">150g</div>
198
+ </div>
199
+ </div>
200
+ <!-- Card 5 -->
201
+ <div class="card">
202
+ <div class="clip-add">
203
+ <svg width="36" height="36" viewBox="0 0 24 24">
204
+ <path d="M7 6h8v2H7z" fill="#888"></path>
205
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
206
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="img">[IMG: Mozzarella slices bag]</div>
210
+ <div class="card-body">
211
+ <div class="price">—</div>
212
+ <div class="name">Mozzarella</div>
213
+ <div class="meta">2 pieces</div>
214
+ </div>
215
+ </div>
216
+ <!-- Card 6 -->
217
+ <div class="card">
218
+ <div class="clip-add">
219
+ <svg width="36" height="36" viewBox="0 0 24 24">
220
+ <path d="M7 6h8v2H7z" fill="#888"></path>
221
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect>
222
+ <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path>
223
+ </svg>
224
+ </div>
225
+ <div class="img">[IMG: Buffalo Mozzarella tub]</div>
226
+ <div class="card-body">
227
+ <div class="price">—</div>
228
+ <div class="name">Büfel Mozzarella</div>
229
+ <div class="meta">Swiss buffalo milk</div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Bottom navigation -->
236
+ <div class="bottom-nav">
237
+ <div class="nav-items">
238
+ <div class="nav-item active">
239
+ <div class="nav-icon">
240
+ <svg width="48" height="48" viewBox="0 0 24 24">
241
+ <rect x="3" y="3" width="18" height="18" rx="3" fill="none" stroke="#ff6f00" stroke-width="2"></rect>
242
+ <text x="12" y="16" font-size="10" text-anchor="middle" fill="#ff6f00" font-weight="700">M</text>
243
+ </svg>
244
+ </div>
245
+ <div class="nav-label">Migros</div>
246
+ </div>
247
+ <div class="nav-item">
248
+ <div class="nav-icon">
249
+ <svg width="48" height="48" viewBox="0 0 24 24">
250
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="none" stroke="#777" stroke-width="2"></rect>
251
+ <path d="M7 8h10M7 12h10M7 16h10" stroke="#777" stroke-width="2"></path>
252
+ </svg>
253
+ </div>
254
+ <div class="nav-label">List</div>
255
+ </div>
256
+ <div class="nav-item">
257
+ <div class="nav-icon">
258
+ <svg width="48" height="48" viewBox="0 0 24 24">
259
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#777" stroke-width="2"></rect>
260
+ <path d="M3 9h18" stroke="#777" stroke-width="2"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="nav-label">Wallet</div>
264
+ </div>
265
+ <div class="nav-item">
266
+ <div class="nav-icon" style="color:#222">
267
+ <svg width="48" height="48" viewBox="0 0 24 24">
268
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"></circle>
269
+ <text x="12" y="15" font-size="10" text-anchor="middle" fill="#777" font-weight="800">Go</text>
270
+ </svg>
271
+ </div>
272
+ <div class="nav-label">subitoGo</div>
273
+ </div>
274
+ <div class="nav-item">
275
+ <div class="nav-icon">
276
+ <svg width="48" height="48" viewBox="0 0 24 24">
277
+ <path d="M6 7h12l-1 12H7L6 7z" fill="none" stroke="#777" stroke-width="2"></path>
278
+ <circle cx="9" cy="20" r="1.5" fill="#777"></circle>
279
+ <circle cx="15" cy="20" r="1.5" fill="#777"></circle>
280
+ </svg>
281
+ </div>
282
+ <div class="nav-label">Order</div>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="gesture"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/10134/10134_0.html ADDED
@@ -0,0 +1,478 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Flight Results UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #1c2430;
16
+ }
17
+ .status-bar {
18
+ height: 88px;
19
+ padding: 20px 30px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 24px;
30
+ }
31
+ .header {
32
+ position: relative;
33
+ padding: 18px 32px 24px 32px;
34
+ }
35
+ .header .pill {
36
+ width: 880px;
37
+ margin: 0 auto;
38
+ background: #ECEFF1;
39
+ border-radius: 60px;
40
+ padding: 34px 40px;
41
+ text-align: center;
42
+ box-sizing: border-box;
43
+ }
44
+ .header .title {
45
+ font-size: 40px;
46
+ font-weight: 700;
47
+ letter-spacing: 0.2px;
48
+ }
49
+ .header .subtitle {
50
+ margin-top: 10px;
51
+ font-size: 26px;
52
+ color: #6b778c;
53
+ }
54
+ .icon-btn {
55
+ position: absolute;
56
+ top: 40px;
57
+ width: 64px;
58
+ height: 64px;
59
+ border-radius: 32px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ color: #4b5b76;
64
+ }
65
+ .icon-back { left: 22px; }
66
+ .icon-share { right: 22px; }
67
+
68
+ .dates-bar {
69
+ margin-top: 8px;
70
+ border-top: 1px solid #E5E8EC;
71
+ border-bottom: 1px solid #E5E8EC;
72
+ display: flex;
73
+ height: 140px;
74
+ box-sizing: border-box;
75
+ background: #fff;
76
+ }
77
+ .dates-bar .month {
78
+ width: 90px;
79
+ border-right: 1px solid #E5E8EC;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ color: #6b778c;
84
+ font-weight: 600;
85
+ letter-spacing: 2px;
86
+ writing-mode: vertical-rl;
87
+ transform: rotate(180deg);
88
+ font-size: 24px;
89
+ }
90
+ .dates-bar .day {
91
+ flex: 1;
92
+ min-width: 165px;
93
+ display: flex;
94
+ flex-direction: column;
95
+ align-items: center;
96
+ justify-content: center;
97
+ gap: 8px;
98
+ position: relative;
99
+ }
100
+ .dates-bar .day .dow { font-size: 26px; color: #6b778c; }
101
+ .dates-bar .day .price { font-size: 26px; color: #17a35b; font-weight: 700; }
102
+ .dates-bar .day .dash { font-size: 28px; color: #9aa6b2; }
103
+ .dates-bar .day.selected::after {
104
+ content: "";
105
+ height: 6px; width: 70%;
106
+ background: #1976D2;
107
+ position: absolute; bottom: 0; left: 15%;
108
+ border-radius: 6px;
109
+ }
110
+
111
+ .divider { height: 1px; background: #E9EDF2; }
112
+
113
+ .flight-card {
114
+ padding: 32px;
115
+ display: grid;
116
+ grid-template-columns: 140px 1fr 240px;
117
+ gap: 24px;
118
+ box-sizing: border-box;
119
+ background: #fff;
120
+ }
121
+ .airline-logo {
122
+ width: 110px; height: 110px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #757575; font-size: 22px; border-radius: 8px;
127
+ }
128
+ .airline-name {
129
+ font-size: 30px; color: #3a475a; font-weight: 600;
130
+ margin-bottom: 12px;
131
+ }
132
+ .times {
133
+ display: grid;
134
+ grid-template-columns: 1fr 220px 1fr;
135
+ align-items: center;
136
+ gap: 16px;
137
+ }
138
+ .time-big {
139
+ font-size: 54px; font-weight: 700; letter-spacing: 0.5px;
140
+ }
141
+ .location { font-size: 22px; color: #59667a; margin-top: 6px; }
142
+ .duration {
143
+ text-align: center;
144
+ font-size: 24px; color: #8a95a6;
145
+ }
146
+ .duration .bar {
147
+ height: 8px; background: #C7CDD6; border-radius: 4px; margin: 10px 20px;
148
+ position: relative;
149
+ }
150
+ .duration .bar::after {
151
+ content: "";
152
+ position: absolute; right: 0; top: -6px;
153
+ width: 16px; height: 16px; border-radius: 50%; background: #C7CDD6;
154
+ }
155
+ .tag {
156
+ display: inline-flex; align-items: center; gap: 8px;
157
+ margin-top: 18px;
158
+ border: 1px solid #90CAF9;
159
+ color: #1976D2;
160
+ background: #E3F2FD;
161
+ border-radius: 18px;
162
+ padding: 8px 12px;
163
+ font-size: 24px;
164
+ font-weight: 600;
165
+ width: fit-content;
166
+ }
167
+ .price {
168
+ text-align: right;
169
+ display: flex;
170
+ flex-direction: column;
171
+ justify-content: center;
172
+ }
173
+ .old-price {
174
+ font-size: 26px; color: #A1A8B2; text-decoration: line-through; margin-bottom: 8px;
175
+ }
176
+ .new-price {
177
+ font-size: 42px; font-weight: 800; color: #1d2b3a;
178
+ }
179
+ .plus1 {
180
+ color: #E53935; font-size: 30px; font-weight: 700; margin-left: 6px;
181
+ }
182
+
183
+ .promo {
184
+ margin: 18px 32px;
185
+ background: #FF7F1E;
186
+ border-radius: 30px;
187
+ padding: 26px;
188
+ display: grid;
189
+ grid-template-columns: 420px 1fr;
190
+ gap: 24px;
191
+ color: #fff;
192
+ align-items: center;
193
+ }
194
+ .promo .img {
195
+ width: 100%; height: 220px;
196
+ background: #E0E0E0;
197
+ border: 1px solid #BDBDBD;
198
+ display: flex; align-items: center; justify-content: center;
199
+ color: #757575; font-size: 24px; border-radius: 20px;
200
+ }
201
+ .promo h3 { font-size: 44px; margin: 0 0 8px 0; }
202
+ .promo p { font-size: 30px; margin: 0 0 18px 0; }
203
+ .promo .btn {
204
+ display: inline-block; padding: 10px 26px; border: 2px solid #fff;
205
+ border-radius: 28px; color: #fff; font-size: 28px; font-weight: 700;
206
+ }
207
+
208
+ .bottom-bar {
209
+ position: absolute; left: 0; right: 0; bottom: 90px;
210
+ background: #FFFFFF;
211
+ border-top: 1px solid #E5E8EC;
212
+ height: 140px;
213
+ display: grid;
214
+ grid-template-columns: repeat(5, 1fr);
215
+ align-items: center;
216
+ padding: 0 20px;
217
+ box-sizing: border-box;
218
+ }
219
+ .bottom-item {
220
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
221
+ color: #3e4b5f; font-size: 24px; font-weight: 700;
222
+ }
223
+ .toggle {
224
+ width: 100px; height: 56px; border-radius: 28px; background: #ECEFF1;
225
+ position: relative;
226
+ display: flex; align-items: center; justify-content: center;
227
+ color: #7c8796; font-size: 26px; font-weight: 700;
228
+ }
229
+ .gesture {
230
+ position: absolute; left: 50%; transform: translateX(-50%);
231
+ bottom: 24px; width: 360px; height: 12px; background: #0F0F0F; border-radius: 8px;
232
+ opacity: 0.9;
233
+ }
234
+
235
+ /* Small helper for inline SVG icons */
236
+ .svg { width: 36px; height: 36px; }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <!-- Status bar -->
243
+ <div class="status-bar">
244
+ <div>10:48</div>
245
+ <div class="status-icons">
246
+ <!-- simple signal icon -->
247
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 17h2v2H3v-2zm4-4h2v6H7v-6zm4-4h2v10h-2V9zm4-4h2v14h-2V5z" fill="#5b6677"/></svg>
248
+ <!-- battery -->
249
+ <svg class="svg" viewBox="0 0 24 24"><path d="M16 4h-1V3h-6v1H8C6.9 4 6 4.9 6 6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z" fill="none" stroke="#5b6677" stroke-width="1.5"/><rect x="9" y="7" width="6" height="10" fill="#5b6677"/></svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Header with pill and icons -->
254
+ <div class="header">
255
+ <div class="icon-btn icon-back">
256
+ <svg class="svg" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#243447" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
257
+ </div>
258
+ <div class="pill">
259
+ <div class="title">AMS → BER</div>
260
+ <div class="subtitle">23 Dec • 1 Traveller • Economy</div>
261
+ </div>
262
+ <div class="icon-btn icon-share">
263
+ <svg class="svg" viewBox="0 0 24 24"><path d="M18 8a3 3 0 10-2.9-3.9L7.8 7.2a3.1 3.1 0 000 9.6l7.2 3.1A3 3 0 1016 18a3 3 0 00-.2-1.1l-7.5-3.2a3 3 0 010-3.4l7.5-3.2A3 3 0 0018 8z" fill="#243447"/></svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Date selector bar -->
268
+ <div class="dates-bar">
269
+ <div class="month">DEC</div>
270
+ <div class="day">
271
+ <div class="dow">Thu, 21</div>
272
+ <div class="price">₹11123</div>
273
+ </div>
274
+ <div class="day">
275
+ <div class="dow">Fri, 22</div>
276
+ <div class="dash">-</div>
277
+ </div>
278
+ <div class="day selected">
279
+ <div class="dow">Sat, 23</div>
280
+ <div class="dash">-</div>
281
+ </div>
282
+ <div class="day">
283
+ <div class="dow">Sun, 24</div>
284
+ <div class="dash">-</div>
285
+ </div>
286
+ <div class="day">
287
+ <div class="dow">Mon, 25</div>
288
+ <div class="dash">-</div>
289
+ </div>
290
+ <div class="day">
291
+ <div class="dow">Tue, 26</div>
292
+ <div class="dash">-</div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- First flight card -->
297
+ <div class="flight-card">
298
+ <div class="airline-logo">[IMG: Airline]</div>
299
+ <div>
300
+ <div class="airline-name">Brussels Airlines • SN 4236</div>
301
+ <div class="times">
302
+ <div>
303
+ <div class="time-big">16:43</div>
304
+ <div class="location">AMS</div>
305
+ </div>
306
+ <div class="duration">
307
+ <div>5h 37m</div>
308
+ <div class="bar"></div>
309
+ <div>4 stops</div>
310
+ </div>
311
+ <div style="text-align:right">
312
+ <div class="time-big">22:20<span class="plus1">+1</span></div>
313
+ <div class="location" style="text-align:right">BER</div>
314
+ </div>
315
+ </div>
316
+ <div class="tag">
317
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#1976D2" stroke-width="2" fill="none"/><path d="M6 12h12" stroke="#1976D2" stroke-width="2"/></svg>
318
+ Value for money
319
+ </div>
320
+ </div>
321
+ <div class="price">
322
+ <div class="old-price">₹23901</div>
323
+ <div class="new-price">₹23266</div>
324
+ </div>
325
+ </div>
326
+ <div class="divider"></div>
327
+
328
+ <!-- Second flight -->
329
+ <div class="flight-card">
330
+ <div class="airline-logo">[IMG: Airline]</div>
331
+ <div>
332
+ <div class="airline-name">Brussels Airlines • SN 4246</div>
333
+ <div class="times">
334
+ <div>
335
+ <div class="time-big">21:43</div>
336
+ <div class="location">AMS</div>
337
+ </div>
338
+ <div class="duration">
339
+ <div>13h 22m</div>
340
+ <div class="bar"></div>
341
+ <div>4 stops</div>
342
+ </div>
343
+ <div style="text-align:right">
344
+ <div class="time-big">11:05</div>
345
+ <div class="location" style="text-align:right">BER</div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ <div class="price">
350
+ <div class="old-price">₹23901</div>
351
+ <div class="new-price">₹23266</div>
352
+ </div>
353
+ </div>
354
+ <div class="divider"></div>
355
+
356
+ <!-- Third flight -->
357
+ <div class="flight-card">
358
+ <div class="airline-logo">[IMG: Airline]</div>
359
+ <div>
360
+ <div class="airline-name">Brussels Airlines • SN 4218</div>
361
+ <div class="times">
362
+ <div>
363
+ <div class="time-big">07:43</div>
364
+ <div class="location">AMS</div>
365
+ </div>
366
+ <div class="duration">
367
+ <div>14h 37m</div>
368
+ <div class="bar"></div>
369
+ <div>4 stops</div>
370
+ </div>
371
+ <div style="text-align:right">
372
+ <div class="time-big">22:20<span class="plus1">+1</span></div>
373
+ <div class="location" style="text-align:right">BER</div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ <div class="price">
378
+ <div class="old-price">₹23901</div>
379
+ <div class="new-price">₹23266</div>
380
+ </div>
381
+ </div>
382
+
383
+ <!-- Promo banner -->
384
+ <div class="promo">
385
+ <div class="img">[IMG: Airplane Illustration]</div>
386
+ <div>
387
+ <h3>Flat 12% Off</h3>
388
+ <p>on 1st Flight</p>
389
+ <span class="btn">Login</span>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="divider"></div>
394
+
395
+ <!-- Fourth flight -->
396
+ <div class="flight-card">
397
+ <div class="airline-logo">[IMG: Airline]</div>
398
+ <div>
399
+ <div class="airline-name">Brussels Airlines • SN 4216</div>
400
+ <div class="times">
401
+ <div>
402
+ <div class="time-big">06:43</div>
403
+ <div class="location">AMS</div>
404
+ </div>
405
+ <div class="duration">
406
+ <div>15h 37m</div>
407
+ <div class="bar"></div>
408
+ <div>4 stops</div>
409
+ </div>
410
+ <div style="text-align:right">
411
+ <div class="time-big">22:20<span class="plus1">+1</span></div>
412
+ <div class="location" style="text-align:right">BER</div>
413
+ </div>
414
+ </div>
415
+ </div>
416
+ <div class="price">
417
+ <div class="old-price">₹23901</div>
418
+ <div class="new-price">₹23266</div>
419
+ </div>
420
+ </div>
421
+ <div class="divider"></div>
422
+
423
+ <!-- Fifth flight -->
424
+ <div class="flight-card">
425
+ <div class="airline-logo">[IMG: Airline]</div>
426
+ <div>
427
+ <div class="airline-name">Brussels Airlines • SN 4236</div>
428
+ <div class="times">
429
+ <div>
430
+ <div class="time-big">16:43</div>
431
+ <div class="location">AMS</div>
432
+ </div>
433
+ <div class="duration">
434
+ <div>18h 22m</div>
435
+ <div class="bar"></div>
436
+ <div>4 stops</div>
437
+ </div>
438
+ <div style="text-align:right">
439
+ <div class="time-big">11:05<span class="plus1">+1</span></div>
440
+ <div class="location" style="text-align:right">BER</div>
441
+ </div>
442
+ </div>
443
+ </div>
444
+ <div class="price">
445
+ <div class="old-price">₹23901</div>
446
+ <div class="new-price">₹23266</div>
447
+ </div>
448
+ </div>
449
+
450
+ <!-- Bottom filter bar -->
451
+ <div class="bottom-bar">
452
+ <div class="bottom-item">
453
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 4h18l-7 8v6l-4-2v-4L3 4z" fill="#3e4b5f"/></svg>
454
+ <div>FILTER</div>
455
+ </div>
456
+ <div class="bottom-item">
457
+ <div class="toggle">✕</div>
458
+ <div>NON-STOP</div>
459
+ </div>
460
+ <div class="bottom-item">
461
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#3e4b5f" stroke-width="2" fill="none"/><path d="M12 7v6l4 2" stroke="#3e4b5f" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
462
+ <div>TIME</div>
463
+ </div>
464
+ <div class="bottom-item">
465
+ <svg class="svg" viewBox="0 0 24 24"><path d="M2 17h20l-3-10H5L2 17zm5-12h10l1-2H6l1 2z" fill="#3e4b5f"/></svg>
466
+ <div>AIRLINE</div>
467
+ </div>
468
+ <div class="bottom-item">
469
+ <svg class="svg" viewBox="0 0 24 24"><path d="M4 10h16v2H4v-2zm0-6h12v2H4V4zm0 12h8v2H4v-2z" fill="#3e4b5f"/></svg>
470
+ <div>SORT</div>
471
+ </div>
472
+ </div>
473
+
474
+ <!-- Gesture bar -->
475
+ <div class="gesture"></div>
476
+ </div>
477
+ </body>
478
+ </html>
code/10134/10134_1.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2a44; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff;
11
+ }
12
+ .status-bar { height: 90px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; font-size: 36px; color: #333; }
13
+ .status-icons { display: flex; align-items: center; gap: 24px; }
14
+ .icon-sq { width: 40px; height: 40px; border-radius: 8px; border: 2px solid #666; }
15
+ .nav-row { display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 40px 0 40px; column-gap: 30px; row-gap: 6px; }
16
+ .nav-item { text-align: center; }
17
+ .nav-img {
18
+ width: 140px; height: 96px; margin: 0 auto 8px auto;
19
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
20
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
21
+ }
22
+ .nav-label { font-size: 34px; color: #5a667d; }
23
+ .nav-active .nav-label { color: #1a60ff; font-weight: 600; }
24
+ .nav-active .underline { width: 120px; height: 8px; background: #1a60ff; border-radius: 6px; margin: 10px auto 0; }
25
+ .search-card {
26
+ margin: 26px 34px 0 34px; border-radius: 30px; border: 1px solid #d9dde7; overflow: hidden; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,0.05);
27
+ }
28
+ .toggle-wrap { padding: 28px 32px 24px; background: #f5f6fa; display: flex; gap: 22px; }
29
+ .pill { padding: 18px 28px; border-radius: 50px; font-size: 34px; color: #667; background: #e9ebf2; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03); }
30
+ .pill.active { background: #fff; color: #222; border: 1px solid #d0d6e3; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
31
+ .row { padding: 30px 36px; border-top: 1px solid #e5e8ef; display: flex; align-items: center; justify-content: space-between; }
32
+ .fromto { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; gap: 12px; width: 100%; }
33
+ .city { display: flex; align-items: center; gap: 16px; }
34
+ .code { font-size: 56px; font-weight: 700; color: #102a43; }
35
+ .sub { font-size: 28px; color: #7a859b; }
36
+ .swap { width: 90px; height: 90px; border-radius: 50%; border: 1px solid #d7dbe6; display: flex; align-items: center; justify-content: center; }
37
+ .label-icon { display: flex; align-items: center; gap: 20px; font-size: 38px; color: #223; }
38
+ .muted { font-size: 30px; color: #7a859b; }
39
+ .chips { padding: 24px 36px; border-top: 1px solid #e5e8ef; }
40
+ .chips-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
41
+ .chip { display: inline-flex; align-items: center; padding: 18px 26px; border-radius: 40px; border: 1px solid #d1d6e2; color: #2f3b56; font-size: 32px; margin-right: 18px; background: #fff; }
42
+ .badge { font-size: 26px; color: #fff; background: #7a2cf2; padding: 6px 14px; border-radius: 20px; }
43
+ .assured { background: #eaf2ff; padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; }
44
+ .check { width: 48px; height: 48px; border: 3px solid #9aa9c7; border-radius: 10px; margin-right: 22px; }
45
+ .assured-text { display: flex; align-items: center; }
46
+ .shield {
47
+ width: 80px; height: 80px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
48
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
49
+ }
50
+ .search-cta { background: #ff7a00; color: #fff; font-size: 44px; font-weight: 600; padding: 34px 36px; display: flex; align-items: center; gap: 24px; justify-content: center; border-top-left-radius: 26px; border-top-right-radius: 26px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
51
+ .search-cta svg { width: 48px; height: 48px; }
52
+ .services { background: #f6f7fb; padding: 34px 24px 16px; display: grid; grid-template-columns: repeat(6, 1fr); text-align: center; gap: 10px; }
53
+ .svc-item { display: flex; flex-direction: column; align-items: center; }
54
+ .svc-icon { width: 110px; height: 110px; border: 3px solid #1a60ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1a60ff; }
55
+ .svc-label { margin-top: 18px; font-size: 30px; color: #4b5874; }
56
+ .banner { margin: 20px 34px; background: #ff7a00; border-radius: 30px; padding: 26px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
57
+ .banner .img {
58
+ width: 420px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
59
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
60
+ }
61
+ .banner .text { font-size: 46px; line-height: 1.2; text-align: right; }
62
+ .login { margin-top: 16px; display: inline-block; padding: 12px 24px; background: #fff; color: #ff7a00; border-radius: 20px; font-weight: 600; font-size: 30px; }
63
+ .bottom-nav { position: absolute; left: 0; bottom: 80px; width: 100%; background: #fff4ea; border-top: 1px solid #eee2d6; padding: 20px 40px; display: grid; grid-template-columns: repeat(5, 1fr); }
64
+ .bn-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
65
+ .bn-icon { width: 96px; height: 96px; border-radius: 30px; background: #ffe0c7; display: flex; align-items: center; justify-content: center; }
66
+ .bn-item.active .bn-icon { background: #ff7a00; }
67
+ .bn-item span { font-size: 32px; color: #6b768a; }
68
+ .bn-item.active span { color: #ff7a00; font-weight: 600; }
69
+ .home-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 360px; height: 16px; background: #0f0f12; border-radius: 10px; opacity: 0.85; }
70
+ /* Small SVG icon style */
71
+ .ico { width: 48px; height: 48px; }
72
+ </style>
73
+ </head>
74
+ <body>
75
+ <div id="render-target">
76
+
77
+ <div class="status-bar">
78
+ <div>10:48</div>
79
+ <div class="status-icons">
80
+ <svg class="ico" viewBox="0 0 24 24">
81
+ <path d="M2 8l10-5 10 5v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8z" fill="#666"/>
82
+ <path d="M6 12h12v4H6z" fill="#fff"/>
83
+ </svg>
84
+ <svg class="ico" viewBox="0 0 24 24">
85
+ <path d="M3 8h18v8H3z" fill="none" stroke="#666" stroke-width="2"/>
86
+ <rect x="5" y="10" width="10" height="4" fill="#666"/>
87
+ </svg>
88
+ </div>
89
+ </div>
90
+
91
+ <div class="nav-row">
92
+ <div class="nav-item nav-active">
93
+ <div class="nav-img">[IMG: Plane]</div>
94
+ <div class="nav-label">Flights</div>
95
+ <div class="underline"></div>
96
+ </div>
97
+ <div class="nav-item">
98
+ <div class="nav-img">[IMG: Hotel]</div>
99
+ <div class="nav-label">Hotels</div>
100
+ </div>
101
+ <div class="nav-item">
102
+ <div class="nav-img">[IMG: Train]</div>
103
+ <div class="nav-label">Trains</div>
104
+ </div>
105
+ <div class="nav-item">
106
+ <div class="nav-img">[IMG: Bus]</div>
107
+ <div class="nav-label">Buses</div>
108
+ </div>
109
+ </div>
110
+
111
+ <div class="search-card">
112
+ <div class="toggle-wrap">
113
+ <div class="pill active">One Way</div>
114
+ <div class="pill">Round Trip</div>
115
+ </div>
116
+
117
+ <div class="row">
118
+ <div class="fromto">
119
+ <div class="city">
120
+ <div class="code">AMS</div>
121
+ <svg class="ico" viewBox="0 0 24 24">
122
+ <path d="M2 12l9 2 1 8 2-7 8-2-8-2-2-7-1 8-9 2z" fill="#1a60ff"/>
123
+ </svg>
124
+ <div>
125
+ <div class="sub">Amsterdam</div>
126
+ </div>
127
+ </div>
128
+ <div class="swap">
129
+ <svg class="ico" viewBox="0 0 24 24">
130
+ <path d="M7 7h10l-3-3M17 17H7l3 3" fill="none" stroke="#7a859b" stroke-width="2" stroke-linecap="round"/>
131
+ </svg>
132
+ </div>
133
+ <div class="city" style="justify-content: flex-end;">
134
+ <svg class="ico" viewBox="0 0 24 24">
135
+ <path d="M2 12l9 2 1 8 2-7 8-2-8-2-2-7-1 8-9 2z" fill="#1a60ff"/>
136
+ </svg>
137
+ <div class="code">BER</div>
138
+ <div>
139
+ <div class="sub" style="text-align:right;">Berlin</div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <div class="row">
146
+ <div class="label-icon">
147
+ <svg class="ico" viewBox="0 0 24 24">
148
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#1f2a44" stroke-width="2"/>
149
+ <path d="M7 5v4M17 5v4" stroke="#1f2a44" stroke-width="2"/>
150
+ </svg>
151
+ <div>Sat, 23 Dec</div>
152
+ </div>
153
+ </div>
154
+
155
+ <div class="row">
156
+ <div class="label-icon">
157
+ <svg class="ico" viewBox="0 0 24 24">
158
+ <circle cx="12" cy="8" r="3" fill="none" stroke="#1f2a44" stroke-width="2"/>
159
+ <path d="M4 20c2-4 6-4 8-4s6 0 8 4" fill="none" stroke="#1f2a44" stroke-width="2"/>
160
+ </svg>
161
+ <div>1 Traveller • Economy</div>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="chips">
166
+ <div class="chips-head">
167
+ <div style="font-size:32px; color:#2f3b56;">Special Fares (Optional)</div>
168
+ <div class="badge">New</div>
169
+ </div>
170
+ <div>
171
+ <span class="chip">Student</span>
172
+ <span class="chip">Senior Citizen</span>
173
+ <span class="chip">Armed Forces</span>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="assured">
178
+ <div class="assured-text">
179
+ <div class="check"></div>
180
+ <div>
181
+ <div style="font-size:36px;">Always opt for Assured</div>
182
+ <div class="muted">Instant full refunds</div>
183
+ </div>
184
+ </div>
185
+ <div class="shield">[IMG: Shield]</div>
186
+ </div>
187
+
188
+ <div class="search-cta">
189
+ <svg viewBox="0 0 24 24">
190
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#fff" stroke-width="2"/>
191
+ <path d="M15 15l6 6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
192
+ </svg>
193
+ <div>Search Flights</div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="services">
198
+ <div class="svc-item">
199
+ <div class="svc-icon">
200
+ <svg viewBox="0 0 24 24" width="64" height="64">
201
+ <path d="M2 13l7 1 2 8 2-7 9-2-9-2-2-7-2 9-7 1z" fill="#1a60ff"/>
202
+ </svg>
203
+ </div>
204
+ <div class="svc-label">Flight Status</div>
205
+ </div>
206
+ <div class="svc-item">
207
+ <div class="svc-icon">
208
+ <svg viewBox="0 0 24 24" width="64" height="64">
209
+ <path d="M4 12l8-5 8 5-8 5-8-5z" fill="none" stroke="#1a60ff" stroke-width="2"/>
210
+ </svg>
211
+ </div>
212
+ <div class="svc-label">Travel Insurance</div>
213
+ </div>
214
+ <div class="svc-item">
215
+ <div class="svc-icon">
216
+ <svg viewBox="0 0 24 24" width="64" height="64">
217
+ <circle cx="10" cy="12" r="5" fill="none" stroke="#1a60ff" stroke-width="2"/>
218
+ <path d="M15 7l6 6-6 6" fill="none" stroke="#1a60ff" stroke-width="2"/>
219
+ </svg>
220
+ </div>
221
+ <div class="svc-label">Forex Card</div>
222
+ </div>
223
+ <div class="svc-item">
224
+ <div class="svc-icon">
225
+ <svg viewBox="0 0 24 24" width="64" height="64">
226
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#1a60ff" stroke-width="2"/>
227
+ <rect x="6" y="10" width="12" height="3" fill="#1a60ff"/>
228
+ </svg>
229
+ </div>
230
+ <div class="svc-label">Credit Card</div>
231
+ </div>
232
+ <div class="svc-item">
233
+ <div class="svc-icon">
234
+ <svg viewBox="0 0 24 24" width="64" height="64">
235
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#1a60ff" stroke-width="2"/>
236
+ <path d="M12 7v10M7 12h10" stroke="#1a60ff" stroke-width="2"/>
237
+ </svg>
238
+ </div>
239
+ <div class="svc-label">Book Visa</div>
240
+ </div>
241
+ <div class="svc-item">
242
+ <div class="svc-icon">
243
+ <svg viewBox="0 0 24 24" width="64" height="64">
244
+ <rect x="5" y="5" width="14" height="14" rx="3" fill="none" stroke="#1a60ff" stroke-width="2"/>
245
+ <path d="M9 9h6v6H9z" fill="#1a60ff"/>
246
+ </svg>
247
+ </div>
248
+ <div class="svc-label">Plans</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="banner">
253
+ <div class="img">[IMG: Airplane Illustration]</div>
254
+ <div class="text">
255
+ Flat 12% Off<br/>on 1st Flight<br/>
256
+ <span class="login">Login</span>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="bottom-nav">
261
+ <div class="bn-item active">
262
+ <div class="bn-icon">
263
+ <svg viewBox="0 0 24 24" width="52" height="52">
264
+ <path d="M3 11l9-7 9 7v9H3z" fill="#fff"/>
265
+ </svg>
266
+ </div>
267
+ <span>Home</span>
268
+ </div>
269
+ <div class="bn-item">
270
+ <div class="bn-icon" style="background:#ffe0c7;">
271
+ <svg viewBox="0 0 24 24" width="52" height="52">
272
+ <path d="M4 12l8-5 8 5-8 5-8-5z" fill="#ff7a00"/>
273
+ </svg>
274
+ </div>
275
+ <span>ixigo money</span>
276
+ </div>
277
+ <div class="bn-item">
278
+ <div class="bn-icon" style="background:#ffe0c7;">
279
+ <svg viewBox="0 0 24 24" width="52" height="52">
280
+ <rect x="5" y="7" width="14" height="12" rx="2" fill="#ff7a00"/>
281
+ </svg>
282
+ </div>
283
+ <span>My Trips</span>
284
+ </div>
285
+ <div class="bn-item">
286
+ <div class="bn-icon" style="background:#ffe0c7;">
287
+ <svg viewBox="0 0 24 24" width="52" height="52">
288
+ <path d="M4 4h16v14l-8 4-8-4z" fill="#ff7a00"/>
289
+ </svg>
290
+ </div>
291
+ <span>Contact Us</span>
292
+ </div>
293
+ <div class="bn-item">
294
+ <div class="bn-icon" style="background:#ffe0c7;">
295
+ <svg viewBox="0 0 24 24" width="52" height="52">
296
+ <circle cx="6" cy="6" r="3" fill="#ff7a00"/>
297
+ <circle cx="18" cy="6" r="3" fill="#ff7a00"/>
298
+ <circle cx="6" cy="18" r="3" fill="#ff7a00"/>
299
+ <circle cx="18" cy="18" r="3" fill="#ff7a00"/>
300
+ </svg>
301
+ </div>
302
+ <span>More</span>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="home-indicator"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/10134/10134_10.html ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
15
+ color: #1a1f2b;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 96px;
21
+ padding: 0 44px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-size: 36px;
26
+ color: #2c2f36;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ gap: 24px;
31
+ align-items: center;
32
+ }
33
+ .status-icons svg { display: block; }
34
+
35
+ /* Header with pill */
36
+ .header {
37
+ position: relative;
38
+ height: 220px;
39
+ }
40
+ .back-btn {
41
+ position: absolute;
42
+ left: 32px;
43
+ top: 84px;
44
+ width: 56px;
45
+ height: 56px;
46
+ }
47
+ .fav-btn {
48
+ position: absolute;
49
+ right: 32px;
50
+ top: 90px;
51
+ width: 56px;
52
+ height: 56px;
53
+ }
54
+ .pill {
55
+ width: 820px;
56
+ height: 140px;
57
+ margin: 34px auto 0;
58
+ background: #EFF1F5;
59
+ border-radius: 70px;
60
+ display: flex;
61
+ flex-direction: column;
62
+ align-items: center;
63
+ justify-content: center;
64
+ text-align: center;
65
+ }
66
+ .pill .title {
67
+ font-weight: 600;
68
+ font-size: 46px;
69
+ color: #2b2f39;
70
+ margin-bottom: 8px;
71
+ }
72
+ .pill .subtitle {
73
+ font-size: 30px;
74
+ color: #8c94a1;
75
+ }
76
+ .divider {
77
+ height: 2px;
78
+ background: #E6E9EF;
79
+ width: 100%;
80
+ }
81
+
82
+ /* Content area */
83
+ .content {
84
+ text-align: center;
85
+ padding-top: 220px;
86
+ }
87
+ .img-placeholder {
88
+ width: 580px;
89
+ height: 420px;
90
+ margin: 0 auto 60px;
91
+ background: #E0E0E0;
92
+ border: 1px solid #BDBDBD;
93
+ display: flex;
94
+ justify-content: center;
95
+ align-items: center;
96
+ color: #757575;
97
+ border-radius: 12px;
98
+ font-size: 28px;
99
+ }
100
+ .loading-text {
101
+ font-size: 40px;
102
+ color: #A3A9B4;
103
+ letter-spacing: 0.2px;
104
+ }
105
+
106
+ /* Bottom gesture bar */
107
+ .gesture {
108
+ position: absolute;
109
+ bottom: 0;
110
+ left: 0;
111
+ width: 1080px;
112
+ height: 120px;
113
+ background: #000000;
114
+ }
115
+ .gesture .handle {
116
+ position: absolute;
117
+ left: 50%;
118
+ top: 32px;
119
+ width: 240px;
120
+ height: 12px;
121
+ margin-left: -120px;
122
+ background: #D8D8D8;
123
+ border-radius: 8px;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status Bar -->
131
+ <div class="statusbar">
132
+ <div class="time">10:52</div>
133
+ <div class="status-icons">
134
+ <!-- Simple network/wifi icon -->
135
+ <svg width="40" height="40" viewBox="0 0 40 40">
136
+ <path d="M6 16c8-8 20-8 28 0" stroke="#57606f" stroke-width="3" fill="none" stroke-linecap="round"/>
137
+ <path d="M10 20c6-6 14-6 20 0" stroke="#57606f" stroke-width="3" fill="none" stroke-linecap="round"/>
138
+ <circle cx="20" cy="26" r="3" fill="#57606f"/>
139
+ </svg>
140
+ <!-- Battery icon -->
141
+ <svg width="40" height="40" viewBox="0 0 40 40">
142
+ <rect x="6" y="12" width="24" height="16" rx="3" stroke="#57606f" stroke-width="3" fill="none"/>
143
+ <rect x="8" y="14" width="18" height="12" rx="2" fill="#57606f"/>
144
+ <rect x="31" y="16" width="4" height="8" rx="1" fill="#57606f"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Header with pill -->
150
+ <div class="header">
151
+ <!-- Back chevron -->
152
+ <svg class="back-btn" viewBox="0 0 48 48">
153
+ <path d="M30 12 L18 24 L30 36" stroke="#10131a" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
154
+ </svg>
155
+
156
+ <!-- Favorite heart outline -->
157
+ <svg class="fav-btn" viewBox="0 0 48 48">
158
+ <path d="M24 40c-10-7-16-12-16-20 0-6 4-10 10-10 4 0 7 2 6 4 1-2 4-4 8-4 6 0 10 4 10 10 0 8-6 13-18 20z" stroke="#10131a" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+
161
+ <div class="pill">
162
+ <div class="title">Berlin</div>
163
+ <div class="subtitle">23 Dec - 25 Dec • 1 room • 2 guests</div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="divider"></div>
168
+
169
+ <!-- Main content -->
170
+ <div class="content">
171
+ <div class="img-placeholder">[IMG: Hotel illustration]</div>
172
+ <div class="loading-text">Fetching Hotel Results...</div>
173
+ </div>
174
+
175
+ <!-- Bottom gesture bar -->
176
+ <div class="gesture">
177
+ <div class="handle"></div>
178
+ </div>
179
+
180
+ </div>
181
+ </body>
182
+ </html>
code/10134/10134_11.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Hotel Listing - Berlin</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2937; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px; padding: 28px 40px 0 40px; box-sizing: border-box; color: #333;
16
+ display: flex; align-items: center; justify-content: space-between; font-size: 34px; letter-spacing: 0.5px;
17
+ }
18
+ .status-icons { display: flex; gap: 24px; align-items: center; }
19
+ .icon { width: 36px; height: 36px; }
20
+
21
+ /* Header pill */
22
+ .header {
23
+ position: absolute; top: 120px; left: 0; width: 100%; padding: 0 80px; box-sizing: border-box;
24
+ }
25
+ .header-pill {
26
+ background: #f2f3f5; border-radius: 80px; height: 160px; display: flex; align-items: center; position: relative;
27
+ box-shadow: 0 0 0 rgba(0,0,0,0);
28
+ }
29
+ .back-btn { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; }
30
+ .fav-outline { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
31
+ .header-center { width: 100%; text-align: center; }
32
+ .header-title { font-weight: 600; font-size: 44px; color: #202124; margin-top: 20px; }
33
+ .header-sub { font-size: 30px; color: #6b7280; margin-top: 6px; }
34
+
35
+ .divider { position: absolute; top: 310px; left: 0; width: 100%; height: 2px; background: #e5e7eb; }
36
+
37
+ .content { position: absolute; top: 330px; left: 0; width: 100%; padding: 0 40px 220px; box-sizing: border-box; }
38
+ .section-title { font-size: 34px; color: #374151; margin: 24px 0 28px; }
39
+
40
+ /* Card */
41
+ .card { margin-bottom: 54px; }
42
+ .photo {
43
+ position: relative; width: 1000px; height: 520px; background: #E0E0E0;
44
+ border: 1px solid #BDBDBD; border-radius: 36px; overflow: hidden;
45
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
46
+ }
47
+ .photo .fav {
48
+ position: absolute; top: 22px; right: 22px; width: 64px; height: 64px; background: rgba(255,255,255,0.85);
49
+ border-radius: 32px; display: flex; align-items: center; justify-content: center;
50
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
51
+ }
52
+ .dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 14px; }
53
+ .dot { width: 18px; height: 18px; border-radius: 50%; background: #d1d5db; }
54
+ .dot.active { background: #1e78e8; }
55
+
56
+ .title-row { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; width: 1000px; }
57
+ .hotel-title { font-size: 44px; font-weight: 700; color: #1f2937; }
58
+ .stars { margin-left: 14px; display: inline-flex; gap: 6px; vertical-align: middle; }
59
+ .star { width: 28px; height: 28px; }
60
+ .star.gray path { fill: #c4c7cc; }
61
+
62
+ .subline { margin-top: 8px; font-size: 30px; color: #6b7280; }
63
+ .bullet { margin: 0 10px; color: #9ca3af; }
64
+
65
+ .meta-row { margin-top: 22px; display: flex; align-items: flex-start; justify-content: space-between; width: 1000px; }
66
+ .rating-info { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
67
+ .badge { background: #eaf3ff; color: #1e78e8; font-weight: 700; font-size: 30px; padding: 8px 16px; border-radius: 12px; }
68
+ .excellent { color: #1e78e8; font-weight: 600; font-size: 30px; }
69
+ .ratings { color: #6b7280; font-size: 30px; }
70
+ .price-block { text-align: right; }
71
+ .price { font-size: 52px; font-weight: 800; color: #25314d; }
72
+ .price-sub { font-size: 28px; color: #6b7280; margin-top: 6px; }
73
+
74
+ .amenities { margin-top: 22px; font-size: 30px; color: #179a4f; display: flex; align-items: center; gap: 10px; }
75
+ .check { width: 28px; height: 28px; }
76
+
77
+ /* Bottom filter bar */
78
+ .filters-bar {
79
+ position: absolute; bottom: 96px; left: 0; width: 100%; height: 180px; border-top: 2px solid #e5e7eb; background: #ffffff;
80
+ display: flex; align-items: center; justify-content: space-around; padding: 0 40px; box-sizing: border-box;
81
+ }
82
+ .filter-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #6b7280; }
83
+ .filter-icon { width: 60px; height: 60px; }
84
+ .filter-label { font-size: 26px; }
85
+
86
+ /* Home indicator */
87
+ .home-indicator { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 300px; height: 12px; background: #0a0a0a; border-radius: 8px; opacity: 0.9; }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status Bar -->
94
+ <div class="status-bar">
95
+ <div>10:52</div>
96
+ <div class="status-icons">
97
+ <!-- Simple network icon -->
98
+ <svg class="icon" viewBox="0 0 24 24">
99
+ <path d="M3 17h2a9 9 0 0114 0h2a11 11 0 00-18 0z" fill="#6b7280"></path>
100
+ <circle cx="12" cy="17" r="2" fill="#6b7280"></circle>
101
+ </svg>
102
+ <!-- Battery icon -->
103
+ <svg class="icon" viewBox="0 0 28 18">
104
+ <rect x="1" y="3" width="22" height="12" rx="2" fill="none" stroke="#6b7280" stroke-width="2"></rect>
105
+ <rect x="3" y="5" width="16" height="8" rx="1" fill="#6b7280"></rect>
106
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#6b7280"></rect>
107
+ </svg>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- Header -->
112
+ <div class="header">
113
+ <div class="header-pill">
114
+ <svg class="back-btn" viewBox="0 0 24 24">
115
+ <path d="M15 18l-6-6 6-6" stroke="#374151" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
116
+ </svg>
117
+ <div class="header-center">
118
+ <div class="header-title">Berlin</div>
119
+ <div class="header-sub">23 Dec - 25 Dec • 1 room • 2 guests</div>
120
+ </div>
121
+ <svg class="fav-outline" viewBox="0 0 24 24">
122
+ <path d="M12 20s-7-4.35-7-9a4.2 4.2 0 017-2.6A4.2 4.2 0 0119 11c0 4.65-7 9-7 9z" fill="none" stroke="#374151" stroke-width="2"></path>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="divider"></div>
128
+
129
+ <!-- Content -->
130
+ <div class="content">
131
+ <div class="section-title">Showing 237 properties</div>
132
+
133
+ <!-- Card 1 -->
134
+ <div class="card">
135
+ <div class="photo">
136
+ [IMG: Novotel Berlin Mitte Hotel facade]
137
+ <div class="fav">
138
+ <svg viewBox="0 0 24 24" width="34" height="34">
139
+ <path d="M12 20s-7-4.35-7-9a4.2 4.2 0 017-2.6A4.2 4.2 0 0119 11c0 4.65-7 9-7 9z" fill="none" stroke="#6b7280" stroke-width="2"></path>
140
+ </svg>
141
+ </div>
142
+ <div class="dots">
143
+ <div class="dot active"></div>
144
+ <div class="dot"></div>
145
+ <div class="dot"></div>
146
+ <div class="dot"></div>
147
+ <div class="dot"></div>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="title-row">
152
+ <div class="hotel-title">Novotel Berlin Mitte Hotel
153
+ <span class="stars">
154
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
155
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
156
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
157
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
158
+ <svg class="star gray" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z"/></svg>
159
+ </span>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="subline">
164
+ Mitte <span class="bullet">•</span> 255 m from City Center
165
+ </div>
166
+
167
+ <div class="meta-row">
168
+ <div class="rating-info">
169
+ <div class="badge">8.3</div>
170
+ <div class="excellent">Excellent</div>
171
+ <div class="ratings">• 122 Ratings</div>
172
+ </div>
173
+ <div class="price-block">
174
+ <div class="price">₹6,242</div>
175
+ <div class="price-sub">+ ₹749 taxes & fees<br>per night, per room</div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="amenities">
180
+ <svg class="check" viewBox="0 0 24 24">
181
+ <path d="M4 12l5 5 11-11" stroke="#179a4f" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
182
+ </svg>
183
+ Free Wifi
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Card 2 -->
188
+ <div class="card">
189
+ <div class="photo">
190
+ [IMG: Hotel Nikolai Residence entrance with bicycles]
191
+ <div class="fav">
192
+ <svg viewBox="0 0 24 24" width="34" height="34">
193
+ <path d="M12 20s-7-4.35-7-9a4.2 4.2 0 017-2.6A4.2 4.2 0 0119 11c0 4.65-7 9-7 9z" fill="none" stroke="#6b7280" stroke-width="2"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="dots">
197
+ <div class="dot active"></div>
198
+ <div class="dot"></div>
199
+ <div class="dot"></div>
200
+ <div class="dot"></div>
201
+ <div class="dot"></div>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="title-row">
206
+ <div class="hotel-title">Hotel Nikolai Residence
207
+ <span class="stars">
208
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
209
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
210
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
211
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#1f2937"/></svg>
212
+ <svg class="star gray" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z"/></svg>
213
+ </span>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="subline">
218
+ Mitte <span class="bullet">•</span> 160 m from City Center
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Bottom Filters -->
224
+ <div class="filters-bar">
225
+ <div class="filter-item">
226
+ <svg class="filter-icon" viewBox="0 0 24 24">
227
+ <path d="M3 5h18M6 12h12M10 19h4" stroke="#6b7280" stroke-width="2.2" stroke-linecap="round"></path>
228
+ </svg>
229
+ <div class="filter-label">Filter</div>
230
+ </div>
231
+ <div class="filter-item">
232
+ <svg class="filter-icon" viewBox="0 0 24 24">
233
+ <path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18.8 5.8 21l1.2-6.8-5-4.9 6.9-1L12 2z" fill="#6b7280"></path>
234
+ </svg>
235
+ <div class="filter-label">Rating</div>
236
+ </div>
237
+ <div class="filter-item">
238
+ <svg class="filter-icon" viewBox="0 0 24 24">
239
+ <text x="4" y="18" font-size="18" fill="#6b7280">₹</text>
240
+ <rect x="2" y="4" width="20" height="16" rx="4" fill="none" stroke="#6b7280" stroke-width="2"></rect>
241
+ </svg>
242
+ <div class="filter-label">Price</div>
243
+ </div>
244
+ <div class="filter-item">
245
+ <svg class="filter-icon" viewBox="0 0 24 24">
246
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#6b7280" stroke-width="2"></circle>
247
+ <path d="M8 8l8 8M16 8l-8 8" stroke="#6b7280" stroke-width="2" stroke-linecap="round"></path>
248
+ </svg>
249
+ <div class="filter-label">Breakfast</div>
250
+ </div>
251
+ <div class="filter-item">
252
+ <svg class="filter-icon" viewBox="0 0 24 24">
253
+ <path d="M4 6h16M8 12h12M12 18h8" stroke="#6b7280" stroke-width="2.2" stroke-linecap="round"></path>
254
+ </svg>
255
+ <div class="filter-label">Sort</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Home Indicator -->
260
+ <div class="home-indicator"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/10134/10134_2.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Hotels UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: #1f2937; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 110px;
18
+ padding: 32px 36px 0 36px;
19
+ box-sizing: border-box;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #111827;
22
+ }
23
+ .status-time { font-size: 44px; letter-spacing: 0.5px; }
24
+ .status-icons { display: flex; align-items: center; gap: 26px; }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ height: 140px;
29
+ display: flex; align-items: center; justify-content: center;
30
+ position: relative;
31
+ border-bottom: 1px solid #E5E7EB;
32
+ }
33
+ .app-title { font-size: 56px; font-weight: 600; }
34
+ .app-action { position: absolute; top: 50%; transform: translateY(-50%); }
35
+ .app-action.left { left: 32px; }
36
+ .app-action.right { right: 32px; }
37
+
38
+ /* Search card */
39
+ .search-section { padding: 36px 48px 0 48px; }
40
+ .search-card {
41
+ border: 1px solid #E5E7EB; border-radius: 36px; overflow: hidden;
42
+ background: #fff;
43
+ }
44
+ .row { display: flex; align-items: center; gap: 26px; padding: 34px 36px; font-size: 42px; }
45
+ .divider { height: 1px; background: #E5E7EB; margin: 0 36px; }
46
+ .muted { color: #6b7280; }
47
+ .bullet { margin: 0 10px; color: #6b7280; }
48
+ .search-btn {
49
+ margin-top: 20px;
50
+ margin-left: 48px; margin-right: 48px;
51
+ height: 120px; border-radius: 36px; background: #F28C28; color: #fff;
52
+ display: flex; align-items: center; justify-content: center; gap: 22px;
53
+ font-size: 44px; font-weight: 600;
54
+ }
55
+
56
+ /* Banner */
57
+ .banner {
58
+ margin: 34px 48px 0 48px;
59
+ background: #2D7BE5; border-radius: 36px; height: 300px;
60
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; color: #fff; gap: 36px;
61
+ }
62
+ .img-placeholder {
63
+ width: 240px; height: 220px; background: #E0E0E0;
64
+ border: 1px solid #BDBDBD; display: flex; justify-content: center; align-items: center;
65
+ color: #757575; border-radius: 16px; text-align: center; font-size: 28px; padding: 12px; box-sizing: border-box;
66
+ }
67
+ .banner-text { font-size: 42px; line-height: 1.2; font-weight: 600; }
68
+
69
+ /* Sections */
70
+ .section-title {
71
+ font-size: 48px; font-weight: 700; margin: 48px 48px 20px 48px; color: #1f2937;
72
+ }
73
+
74
+ /* Offers carousel */
75
+ .offers {
76
+ margin: 0 48px; display: flex; gap: 24px; overflow: hidden;
77
+ }
78
+ .offer-card {
79
+ width: 936px; height: 440px; border-radius: 36px; background: #F7EDE3;
80
+ position: relative; padding: 36px; box-sizing: border-box; flex: 0 0 auto;
81
+ display: flex; gap: 30px; align-items: center;
82
+ }
83
+ .offer-card.dark { background: #111827; color: #fff; }
84
+ .offer-content { flex: 1; }
85
+ .offer-title { font-size: 42px; font-weight: 700; color: #1f2937; }
86
+ .offer-title.light { color: #ffffff; }
87
+ .code-pill {
88
+ display: inline-block; margin-top: 18px; padding: 12px 18px; border-radius: 18px;
89
+ background: #F28C28; color: #fff; font-size: 32px; font-weight: 700;
90
+ }
91
+ .pager {
92
+ margin: 22px auto 0 auto; width: 140px; height: 18px; background: #E5E7EB; border-radius: 9px;
93
+ }
94
+ .pager-dot {
95
+ width: 34px; height: 18px; background: #2D7BE5; border-radius: 9px;
96
+ transform: translateX(52px);
97
+ }
98
+
99
+ /* Why Book */
100
+ .benefits {
101
+ margin: 20px 48px 0 48px; display: flex; gap: 24px;
102
+ }
103
+ .benefit-card {
104
+ width: 320px; height: 220px; border-radius: 28px; background: #EAF7E9;
105
+ padding: 24px; box-sizing: border-box;
106
+ }
107
+ .benefit-title { font-size: 36px; font-weight: 700; color: #1f2937; margin-top: 12px; }
108
+
109
+ /* Gesture bar */
110
+ .gesture {
111
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
112
+ width: 360px; height: 18px; background: rgba(0,0,0,0.8); border-radius: 9px;
113
+ }
114
+
115
+ /* Simple icon defaults */
116
+ svg { display: block; }
117
+ .icon { width: 48px; height: 48px; }
118
+ .icon.large { width: 54px; height: 54px; }
119
+ .icon-stroke { stroke: #1f2937; stroke-width: 3; fill: none; }
120
+ .icon-fill { fill: #1f2937; }
121
+ .icon-muted { stroke: #6b7280; fill: none; }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <!-- Status Bar -->
128
+ <div class="status-bar">
129
+ <div class="status-time">10:49</div>
130
+ <div class="status-icons">
131
+ <!-- Network icon -->
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <path class="icon-fill" d="M3 17h4l9-9 5-1-1 5-9 9H7L3 17z"></path>
134
+ </svg>
135
+ <!-- Battery icon -->
136
+ <svg class="icon" viewBox="0 0 24 24">
137
+ <rect x="2" y="6" width="18" height="12" rx="2" class="icon-stroke"></rect>
138
+ <rect x="20" y="9" width="2" height="6" class="icon-fill"></rect>
139
+ <rect x="4" y="8" width="10" height="8" rx="1" class="icon-fill"></rect>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- App Bar -->
145
+ <div class="app-bar">
146
+ <div class="app-action left">
147
+ <!-- Back chevron -->
148
+ <svg class="icon large" viewBox="0 0 24 24">
149
+ <path class="icon-stroke" d="M15 19L8 12l7-7"></path>
150
+ </svg>
151
+ </div>
152
+ <div class="app-title">Hotels</div>
153
+ <div class="app-action right">
154
+ <!-- Heart outline -->
155
+ <svg class="icon large" viewBox="0 0 24 24">
156
+ <path class="icon-stroke" d="M12 20s-7-4.5-9-8.5C1 7.6 3.6 5 6.6 5c1.8 0 3.4.9 4.4 2.3C12.9 5.9 14.5 5 16.3 5 19.3 5 22 7.6 21 11.5 19 15.5 12 20 12 20z"></path>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Search Card -->
162
+ <div class="search-section">
163
+ <div class="search-card">
164
+ <div class="row">
165
+ <!-- Location pin -->
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path class="icon-stroke" d="M12 21s7-6 7-11a7 7 0 0 0-14 0c0 5 7 11 7 11z"></path>
168
+ <circle cx="12" cy="10" r="3" class="icon-stroke"></circle>
169
+ </svg>
170
+ <div>Goa</div>
171
+ </div>
172
+ <div class="divider"></div>
173
+ <div class="row">
174
+ <!-- Calendar left -->
175
+ <svg class="icon" viewBox="0 0 24 24">
176
+ <rect x="3" y="5" width="18" height="16" rx="2" class="icon-stroke"></rect>
177
+ <line x1="3" y1="9" x2="21" y2="9" class="icon-stroke"></line>
178
+ <line x1="8" y1="3" x2="8" y2="7" class="icon-stroke"></line>
179
+ <line x1="16" y1="3" x2="16" y2="7" class="icon-stroke"></line>
180
+ </svg>
181
+ <div>Mon, 25 Dec <span class="bullet">—</span> Tue, 26 Dec</div>
182
+ </div>
183
+ <div class="divider"></div>
184
+ <div class="row">
185
+ <!-- Person icon -->
186
+ <svg class="icon" viewBox="0 0 24 24">
187
+ <circle cx="12" cy="8" r="4" class="icon-stroke"></circle>
188
+ <path class="icon-stroke" d="M4 20c0-4 4-6 8-6s8 2 8 6"></path>
189
+ </svg>
190
+ <div>1 Room <span class="bullet">•</span> 2 Adults</div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="search-btn">
195
+ <!-- Search icon -->
196
+ <svg class="icon" viewBox="0 0 24 24">
197
+ <circle cx="11" cy="11" r="7" stroke="#ffffff" stroke-width="3" fill="none"></circle>
198
+ <line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#ffffff" stroke-width="3"></line>
199
+ </svg>
200
+ <span>Search Hotels</span>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Sign-in Banner -->
205
+ <div class="banner">
206
+ <div class="img-placeholder">[IMG: Hand holding phone]</div>
207
+ <div class="banner-text">Sign in to get the best deals on hotel bookings</div>
208
+ </div>
209
+
210
+ <!-- Offers Section -->
211
+ <div class="section-title">Offers For You</div>
212
+ <div class="offers">
213
+ <div class="offer-card">
214
+ <div class="img-placeholder" style="width: 280px; height: 300px;">[IMG: Hotel reception illustration]</div>
215
+ <div class="offer-content">
216
+ <div class="offer-title">Get upto 25% off on Hotels</div>
217
+ <div class="code-pill">Code: IXISTAY</div>
218
+ </div>
219
+ </div>
220
+ <div class="offer-card dark">
221
+ <div class="offer-content">
222
+ <div class="offer-title light">Get Flat off on Hotels</div>
223
+ <div class="code-pill" style="background:#F28C28; color:#fff;">Code: IXIGO</div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ <div class="pager"><div class="pager-dot"></div></div>
228
+
229
+ <!-- Why Book Section -->
230
+ <div class="section-title" style="margin-top: 46px;">Why Book With ixigo?</div>
231
+ <div class="benefits">
232
+ <div class="benefit-card">
233
+ <div class="img-placeholder" style="width: 80px; height: 80px;">[IMG: Support icon]</div>
234
+ <div class="benefit-title">24x7 support</div>
235
+ </div>
236
+ <div class="benefit-card" style="background:#E6F5EC;">
237
+ <div class="img-placeholder" style="width: 80px; height: 80px;">[IMG: Map pins]</div>
238
+ <div class="benefit-title">Largest selection of hotels</div>
239
+ </div>
240
+ <div class="benefit-card">
241
+ <div class="img-placeholder" style="width: 80px; height: 80px;">[IMG: Easy booking]</div>
242
+ <div class="benefit-title">Easy booking & cancellations</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Gesture bar -->
247
+ <div class="gesture"></div>
248
+ </div>
249
+ </body>
250
+ </html>
code/10134/10134_3.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Destination 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: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2937; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ padding: 20px 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #0f172a;
22
+ font-size: 36px;
23
+ letter-spacing: 0.4px;
24
+ }
25
+ .status-icons { display: flex; align-items: center; gap: 24px; }
26
+ .icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #0f172a; }
27
+ .icon svg { width: 100%; height: 100%; }
28
+
29
+ /* Content area */
30
+ .content { padding: 12px 48px 0 48px; }
31
+ .search-row {
32
+ display: grid;
33
+ grid-template-columns: 70px 1fr 70px;
34
+ align-items: center;
35
+ column-gap: 24px;
36
+ margin-top: 12px;
37
+ }
38
+ .back-btn, .send-btn {
39
+ width: 70px; height: 70px; border-radius: 35px; display: flex; align-items: center; justify-content: center;
40
+ color: #0f172a;
41
+ }
42
+ .search-input {
43
+ height: 116px; border: 4px solid #2f6df6; border-radius: 58px;
44
+ padding: 0 36px; font-size: 38px; color: #9aa3af; display: flex; align-items: center;
45
+ }
46
+
47
+ /* Current location row */
48
+ .location-row {
49
+ margin-top: 32px;
50
+ display: grid;
51
+ grid-template-columns: 120px 1fr 70px;
52
+ align-items: center;
53
+ column-gap: 26px;
54
+ }
55
+ .square-icon {
56
+ width: 120px; height: 120px; border-radius: 28px; background: #f5f7fb; border: 1px solid #e5e7eb;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .location-text { font-size: 36px; color: #111827; }
60
+ .divider { height: 1px; background: #e5e7eb; margin: 32px 0; }
61
+
62
+ /* Popular list */
63
+ .section-title { font-size: 44px; font-weight: 600; color: #0f172a; margin-bottom: 26px; }
64
+ .city-item {
65
+ display: grid;
66
+ grid-template-columns: 120px 1fr;
67
+ column-gap: 26px;
68
+ align-items: center;
69
+ padding: 18px 0;
70
+ }
71
+ .city-name { font-size: 40px; color: #111827; }
72
+ .city-sub { font-size: 32px; color: #6b7280; margin-top: 6px; }
73
+
74
+ /* Keyboard mock */
75
+ .keyboard {
76
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 900px;
77
+ background: #f3f1fa; border-top: 1px solid #e5e7eb;
78
+ padding: 22px 28px;
79
+ }
80
+ .kb-top { display: flex; gap: 28px; align-items: center; margin-bottom: 26px; }
81
+ .kb-pill {
82
+ width: 80px; height: 80px; border-radius: 20px; background: #ffffff; border: 1px solid #e5e7eb;
83
+ display: flex; align-items: center; justify-content: center; color: #374151; font-size: 30px;
84
+ }
85
+ .kb-rows { display: grid; row-gap: 22px; }
86
+ .kb-row { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; column-gap: 16px; padding: 0 18px; }
87
+ .key {
88
+ height: 120px; border-radius: 24px; background: #ffffff; border: 1px solid #e5e7eb;
89
+ display: flex; align-items: center; justify-content: center; font-size: 40px; color: #111827;
90
+ }
91
+ .key.special { background: #f9e1e8; }
92
+ .space-row { display: grid; grid-template-columns: 140px 1fr 140px 140px; column-gap: 16px; padding: 0 18px; margin-top: 22px; }
93
+ .space { height: 120px; border-radius: 24px; background: #ffffff; border: 1px solid #e5e7eb; }
94
+ .enter { width: 120px; height: 120px; border-radius: 60px; background: #9be28a; display: flex; align-items: center; justify-content: center; margin-left: auto; }
95
+ .home-bar {
96
+ position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
97
+ width: 260px; height: 10px; background: #cbd5e1; border-radius: 5px;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status bar -->
105
+ <div class="status-bar">
106
+ <div>10:49</div>
107
+ <div class="status-icons">
108
+ <div class="icon">
109
+ <!-- simple signal icon -->
110
+ <svg viewBox="0 0 24 24">
111
+ <rect x="2" y="16" width="3" height="6" fill="#374151"></rect>
112
+ <rect x="7" y="12" width="3" height="10" fill="#374151"></rect>
113
+ <rect x="12" y="8" width="3" height="14" fill="#374151"></rect>
114
+ <rect x="17" y="4" width="3" height="18" fill="#374151"></rect>
115
+ </svg>
116
+ </div>
117
+ <div class="icon">
118
+ <!-- battery -->
119
+ <svg viewBox="0 0 28 24">
120
+ <rect x="2" y="6" width="22" height="12" rx="2" ry="2" fill="none" stroke="#374151" stroke-width="2"></rect>
121
+ <rect x="4" y="8" width="14" height="8" fill="#374151"></rect>
122
+ <rect x="24" y="9" width="2" height="6" fill="#374151"></rect>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="content">
129
+ <!-- Search row -->
130
+ <div class="search-row">
131
+ <div class="back-btn">
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M14 5 L7 12 L14 19" fill="none" stroke="#0f172a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="search-input">Enter Destination</div>
137
+ <div class="send-btn">
138
+ <svg viewBox="0 0 24 24">
139
+ <path d="M3 21 L21 12 L3 3 L7 12 Z" fill="none" stroke="#0f172a" stroke-width="2" stroke-linejoin="round"></path>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Use current location -->
145
+ <div class="location-row">
146
+ <div class="square-icon">
147
+ <svg viewBox="0 0 24 24">
148
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#0f172a" stroke-width="2"></circle>
149
+ <circle cx="12" cy="12" r="2" fill="#0f172a"></circle>
150
+ </svg>
151
+ </div>
152
+ <div class="location-text">Use current location</div>
153
+ <div class="icon">
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M3 12 L21 6 L14 12 L21 18 Z" fill="none" stroke="#0f172a" stroke-width="2" stroke-linejoin="round"></path>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="divider"></div>
161
+
162
+ <!-- Popular Destinations -->
163
+ <div class="section-title">Popular Destinations</div>
164
+
165
+ <div class="city-item">
166
+ <div class="square-icon">
167
+ <svg viewBox="0 0 24 24">
168
+ <rect x="5" y="10" width="6" height="9" fill="none" stroke="#0f172a" stroke-width="2"></rect>
169
+ <rect x="13" y="6" width="6" height="13" fill="none" stroke="#0f172a" stroke-width="2"></rect>
170
+ <rect x="7" y="13" width="2" height="3" fill="#0f172a"></rect>
171
+ <rect x="15" y="9" width="2" height="3" fill="#0f172a"></rect>
172
+ </svg>
173
+ </div>
174
+ <div>
175
+ <div class="city-name">Amritsar</div>
176
+ <div class="city-sub">548 Properties</div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="city-item">
181
+ <div class="square-icon">
182
+ <svg viewBox="0 0 24 24">
183
+ <rect x="5" y="10" width="6" height="9" fill="none" stroke="#0f172a" stroke-width="2"></rect>
184
+ <rect x="13" y="6" width="6" height="13" fill="none" stroke="#0f172a" stroke-width="2"></rect>
185
+ <rect x="7" y="13" width="2" height="3" fill="#0f172a"></rect>
186
+ <rect x="15" y="9" width="2" height="3" fill="#0f172a"></rect>
187
+ </svg>
188
+ </div>
189
+ <div>
190
+ <div class="city-name">Mumbai</div>
191
+ <div class="city-sub">1146 Properties</div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="city-item">
196
+ <div class="square-icon">
197
+ <svg viewBox="0 0 24 24">
198
+ <rect x="5" y="10" width="6" height="9" fill="none" stroke="#0f172a" stroke-width="2"></rect>
199
+ <rect x="13" y="6" width="6" height="13" fill="none" stroke="#0f172a" stroke-width="2"></rect>
200
+ <rect x="7" y="13" width="2" height="3" fill="#0f172a"></rect>
201
+ <rect x="15" y="9" width="2" height="3" fill="#0f172a"></rect>
202
+ </svg>
203
+ </div>
204
+ <div>
205
+ <div class="city-name">Jaipur</div>
206
+ <div class="city-sub">1317 Properties</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="city-item">
211
+ <div class="square-icon">
212
+ <svg viewBox="0 0 24 24">
213
+ <rect x="5" y="10" width="6" height="9" fill="none" stroke="#0f172a" stroke-width="2"></rect>
214
+ <rect x="13" y="6" width="6" height="13" fill="none" stroke="#0f172a" stroke-width="2"></rect>
215
+ <rect x="7" y="13" width="2" height="3" fill="#0f172a"></rect>
216
+ <rect x="15" y="9" width="2" height="3" fill="#0f172a"></rect>
217
+ </svg>
218
+ </div>
219
+ <div>
220
+ <div class="city-name">Ahmedabad</div>
221
+ <div class="city-sub">604 Properties</div>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="city-item" style="margin-bottom: 14px;">
226
+ <div class="square-icon">
227
+ <svg viewBox="0 0 24 24">
228
+ <rect x="5" y="10" width="6" height="9" fill="none" stroke="#0f172a" stroke-width="2"></rect>
229
+ <rect x="13" y="6" width="6" height="13" fill="none" stroke="#0f172a" stroke-width="2"></rect>
230
+ <rect x="7" y="13" width="2" height="3" fill="#0f172a"></rect>
231
+ <rect x="15" y="9" width="2" height="3" fill="#0f172a"></rect>
232
+ </svg>
233
+ </div>
234
+ <div>
235
+ <div class="city-name">Bengaluru</div>
236
+ <div class="city-sub">1960 Properties</div>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Keyboard mockup -->
242
+ <div class="keyboard">
243
+ <div class="kb-top">
244
+ <div class="kb-pill">⌘</div>
245
+ <div class="kb-pill">😊</div>
246
+ <div class="kb-pill">GIF</div>
247
+ <div class="kb-pill">⚙️</div>
248
+ <div class="kb-pill">G</div>
249
+ <div class="kb-pill">🎨</div>
250
+ <div class="kb-pill">🎙️</div>
251
+ </div>
252
+
253
+ <div class="kb-rows">
254
+ <div class="kb-row">
255
+ <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>
256
+ </div>
257
+ <div class="kb-row">
258
+ <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>
259
+ </div>
260
+ <div class="kb-row">
261
+ <div class="key special">⇧</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 special">⌫</div>
262
+ </div>
263
+ <div class="space-row">
264
+ <div class="key special">?123</div>
265
+ <div class="space"></div>
266
+ <div class="key special">.</div>
267
+ <div class="enter">
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M5 12 L19 12 M15 8 L19 12 L15 16" fill="none" stroke="#0f172a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="home-bar"></div>
276
+ </div>
277
+
278
+ </div>
279
+ </body>
280
+ </html>
code/10134/10134_4.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search - Berlin</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #1f2937; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; border-radius: 32px;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0;
16
+ height: 84px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #111827; font-weight: 600; font-size: 38px;
19
+ }
20
+ .status-icons { display: flex; gap: 26px; align-items: center; }
21
+ .icon { width: 44px; height: 44px; }
22
+
23
+ /* Top search section */
24
+ .search-area {
25
+ position: absolute; top: 104px; left: 0; right: 0;
26
+ padding: 0 36px;
27
+ display: flex; align-items: center; gap: 24px;
28
+ }
29
+ .back-btn {
30
+ width: 72px; height: 72px; border-radius: 36px;
31
+ display: flex; align-items: center; justify-content: center;
32
+ }
33
+ .search-input {
34
+ flex: 1; height: 100px;
35
+ border: 3px solid #1e88e5; border-radius: 50px;
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ padding: 0 32px; font-size: 44px; color: #111827;
38
+ }
39
+ .search-input .text { letter-spacing: 0.2px; }
40
+ .clear-btn {
41
+ width: 72px; height: 72px; border-radius: 36px;
42
+ border: 2px solid #bdbdbd; display: flex; align-items: center; justify-content: center;
43
+ color: #374151;
44
+ }
45
+
46
+ /* Results list */
47
+ .results {
48
+ position: absolute; top: 236px; left: 0; right: 0;
49
+ padding: 12px 36px 0;
50
+ }
51
+ .result {
52
+ display: flex; gap: 32px; align-items: center;
53
+ padding: 32px 0;
54
+ border-bottom: 1px solid rgba(0,0,0,0.06);
55
+ }
56
+ .result:last-child { border-bottom: none; }
57
+ .lead-icon {
58
+ width: 120px; height: 120px; border-radius: 28px;
59
+ background: #f1f3f5; display: flex; align-items: center; justify-content: center;
60
+ border: 1px solid #e1e5ea;
61
+ }
62
+ .result .title {
63
+ font-size: 44px; font-weight: 700; color: #1f2937; margin-bottom: 10px;
64
+ }
65
+ .result .subtitle {
66
+ font-size: 34px; color: #6b7280;
67
+ }
68
+
69
+ /* Keyboard */
70
+ .keyboard {
71
+ position: absolute; left: 0; right: 0; bottom: 72px;
72
+ height: 860px; background: #f2effa; border-top-left-radius: 26px; border-top-right-radius: 26px;
73
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
74
+ padding: 26px 26px 20px;
75
+ }
76
+ .suggestions {
77
+ display: flex; align-items: center; gap: 24px; margin-bottom: 22px;
78
+ }
79
+ .sugg-icon {
80
+ width: 72px; height: 72px; border-radius: 18px; background: #b7e2a7; display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .chip {
83
+ height: 70px; padding: 0 26px; border-radius: 20px;
84
+ background: #ffffff; border: 1px solid #e5e7eb; color: #1f2937; font-size: 34px;
85
+ display: flex; align-items: center; justify-content: center;
86
+ }
87
+ .sugg-spacer { flex: 1; }
88
+ .mic {
89
+ width: 72px; height: 72px; border-radius: 36px; background: #ffffff; border: 1px solid #e5e7eb;
90
+ display: flex; align-items: center; justify-content: center;
91
+ }
92
+
93
+ .rows { display: flex; flex-direction: column; gap: 18px; }
94
+ .row { display: flex; gap: 16px; justify-content: center; }
95
+ .key {
96
+ width: 92px; height: 120px; border-radius: 26px;
97
+ background: #ffffff; border: 1px solid #e6e8ef; color: #1f2937; font-size: 44px; font-weight: 500;
98
+ display: flex; align-items: center; justify-content: center;
99
+ box-shadow: 0 2px 0 #e6e8ef inset;
100
+ }
101
+ .key.pink { background: #f8d7e6; border-color: #f2c4d8; }
102
+ .key.green { background: #b7e2a7; border-color: #a2d792; }
103
+ .key.wide { width: 480px; }
104
+ .key.mid { width: 150px; }
105
+ .row.space-row { padding: 0 18px; }
106
+
107
+ /* Home indicator */
108
+ .home-indicator {
109
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
110
+ width: 220px; height: 12px; border-radius: 8px; background: #cfcfcf;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div>10:50</div>
120
+ <div class="status-icons">
121
+ <!-- Signal/WiFi icon -->
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#374151" stroke-width="2" stroke-linecap="round"/>
124
+ <path d="M5 12c4-3 10-3 14 0" fill="none" stroke="#374151" stroke-width="2" stroke-linecap="round"/>
125
+ <circle cx="12" cy="17" r="2" fill="#374151"/>
126
+ </svg>
127
+ <!-- Battery icon -->
128
+ <svg class="icon" viewBox="0 0 24 24">
129
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#374151" stroke-width="2"/>
130
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#374151"/>
131
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#374151"/>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Search section -->
137
+ <div class="search-area">
138
+ <div class="back-btn">
139
+ <svg width="48" height="48" viewBox="0 0 24 24">
140
+ <path d="M15 5l-7 7 7 7" fill="none" stroke="#374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
141
+ </svg>
142
+ </div>
143
+ <div class="search-input">
144
+ <div class="text">Berlin</div>
145
+ <div class="clear-btn">
146
+ <svg width="36" height="36" viewBox="0 0 24 24">
147
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#9ca3af" stroke-width="2"/>
148
+ <path d="M8 8l8 8M16 8l-8 8" stroke="#6b7280" stroke-width="2" stroke-linecap="round"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Results list -->
155
+ <div class="results">
156
+
157
+ <div class="result">
158
+ <div class="lead-icon">
159
+ <!-- Building icon -->
160
+ <svg width="72" height="72" viewBox="0 0 24 24">
161
+ <rect x="6" y="4" width="12" height="16" rx="2" fill="none" stroke="#0f172a" stroke-width="2"/>
162
+ <rect x="9" y="7" width="2.5" height="2.5" fill="#0f172a"/>
163
+ <rect x="12.5" y="7" width="2.5" height="2.5" fill="#0f172a"/>
164
+ <rect x="9" y="11" width="2.5" height="2.5" fill="#0f172a"/>
165
+ <rect x="12.5" y="11" width="2.5" height="2.5" fill="#0f172a"/>
166
+ <rect x="10.5" y="16" width="3" height="4" fill="#0f172a"/>
167
+ </svg>
168
+ </div>
169
+ <div>
170
+ <div class="title">The Berlin</div>
171
+ <div class="subtitle">Property • Gandhinagar, Gujarat</div>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="result">
176
+ <div class="lead-icon">
177
+ <!-- Map pin icon -->
178
+ <svg width="72" height="72" viewBox="0 0 24 24">
179
+ <path d="M12 3C8.1 3 5 6.1 5 10c0 4.8 7 10 7 10s7-5.2 7-10c0-3.9-3.1-7-7-7z" fill="none" stroke="#0f172a" stroke-width="2"/>
180
+ <circle cx="12" cy="10" r="3" fill="#0f172a"/>
181
+ </svg>
182
+ </div>
183
+ <div>
184
+ <div class="title">Berlin</div>
185
+ <div class="subtitle">City • Berlin, Germany • 495 Properties</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="result">
190
+ <div class="lead-icon">
191
+ <!-- Map pin icon -->
192
+ <svg width="72" height="72" viewBox="0 0 24 24">
193
+ <path d="M12 3C8.1 3 5 6.1 5 10c0 4.8 7 10 7 10s7-5.2 7-10c0-3.9-3.1-7-7-7z" fill="none" stroke="#0f172a" stroke-width="2"/>
194
+ <circle cx="12" cy="10" r="3" fill="#0f172a"/>
195
+ </svg>
196
+ </div>
197
+ <div>
198
+ <div class="title">Berling</div>
199
+ <div class="subtitle">City • Berling, France</div>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="result">
204
+ <div class="lead-icon">
205
+ <!-- Building icon -->
206
+ <svg width="72" height="72" viewBox="0 0 24 24">
207
+ <rect x="6" y="4" width="12" height="16" rx="2" fill="none" stroke="#0f172a" stroke-width="2"/>
208
+ <rect x="9" y="7" width="2.5" height="2.5" fill="#0f172a"/>
209
+ <rect x="12.5" y="7" width="2.5" height="2.5" fill="#0f172a"/>
210
+ <rect x="9" y="11" width="2.5" height="2.5" fill="#0f172a"/>
211
+ <rect x="12.5" y="11" width="2.5" height="2.5" fill="#0f172a"/>
212
+ <rect x="10.5" y="16" width="3" height="4" fill="#0f172a"/>
213
+ </svg>
214
+ </div>
215
+ <div>
216
+ <div class="title">Hotel Q! Berlin</div>
217
+ <div class="subtitle">Property • Berlin, Germany</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="result">
222
+ <div class="lead-icon">
223
+ <!-- Building icon -->
224
+ <svg width="72" height="72" viewBox="0 0 24 24">
225
+ <rect x="6" y="4" width="12" height="16" rx="2" fill="none" stroke="#0f172a" stroke-width="2"/>
226
+ <rect x="9" y="7" width="2.5" height="2.5" fill="#0f172a"/>
227
+ <rect x="12.5" y="7" width="2.5" height="2.5" fill="#0f172a"/>
228
+ <rect x="9" y="11" width="2.5" height="2.5" fill="#0f172a"/>
229
+ <rect x="12.5" y="11" width="2.5" height="2.5" fill="#0f172a"/>
230
+ <rect x="10.5" y="16" width="3" height="4" fill="#0f172a"/>
231
+ </svg>
232
+ </div>
233
+ <div>
234
+ <div class="title">Berlin Heritage Inn</div>
235
+ <div class="subtitle">Property • Berlin (OH), United States</div>
236
+ </div>
237
+ </div>
238
+
239
+ </div>
240
+
241
+ <!-- Keyboard -->
242
+ <div class="keyboard">
243
+ <div class="suggestions">
244
+ <div class="sugg-icon">
245
+ <svg width="36" height="36" viewBox="0 0 24 24">
246
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="none" stroke="#1f2937" stroke-width="2"/>
247
+ <path d="M7 9h10M7 12h7" stroke="#1f2937" stroke-width="2" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+ <div class="chip">Berlin</div>
251
+ <div class="chip">Berliner</div>
252
+ <div class="chip">Berl in</div>
253
+ <div class="sugg-spacer"></div>
254
+ <div class="mic">
255
+ <svg width="32" height="32" viewBox="0 0 24 24">
256
+ <rect x="9" y="3" width="6" height="10" rx="3" fill="#1f2937"/>
257
+ <path d="M5 11c0 4 3.5 6 7 6s7-2 7-6" fill="none" stroke="#1f2937" stroke-width="2"/>
258
+ <path d="M12 17v4" stroke="#1f2937" stroke-width="2" stroke-linecap="round"/>
259
+ <path d="M9 21h6" stroke="#1f2937" stroke-width="2" stroke-linecap="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="rows">
265
+ <div class="row">
266
+ <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>
267
+ </div>
268
+ <div class="row">
269
+ <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>
270
+ <div class="key pink">
271
+ <svg width="40" height="40" viewBox="0 0 24 24">
272
+ <path d="M4 4l16 16M20 4L4 20" stroke="#1f2937" stroke-width="2" stroke-linecap="round"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="row">
277
+ <div class="key pink">
278
+ <svg width="40" height="40" viewBox="0 0 24 24">
279
+ <path d="M6 18l-3-3 3-3" stroke="#1f2937" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
280
+ </svg>
281
+ </div>
282
+ <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>
283
+ <div class="key pink">
284
+ <svg width="40" height="40" viewBox="0 0 24 24">
285
+ <path d="M6 6h9l3 3v9a3 3 0 0 1-3 3H6" fill="none" stroke="#1f2937" stroke-width="2"/>
286
+ <path d="M10 15l4-4M14 15l-4-4" stroke="#1f2937" stroke-width="2" stroke-linecap="round"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ <div class="row space-row">
291
+ <div class="key pink mid">?123</div>
292
+ <div class="key mid">,</div>
293
+ <div class="key mid">
294
+ <svg width="36" height="36" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="12" r="4" fill="#1f2937"/>
296
+ </svg>
297
+ </div>
298
+ <div class="key wide"></div>
299
+ <div class="key mid">.</div>
300
+ <div class="key green mid">
301
+ <svg width="36" height="36" viewBox="0 0 24 24">
302
+ <path d="M5 12h10M11 6l6 6-6 6" fill="none" stroke="#1f2937" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Home indicator -->
310
+ <div class="home-indicator"></div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/10134/10134_5.html ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Hotels UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Common */
18
+ .text-dark { color: #1F2A37; }
19
+ .text-muted { color: #6B7280; }
20
+ .divider { height: 1px; background: #E5E7EB; }
21
+
22
+ .icon-btn {
23
+ width: 96px; height: 96px;
24
+ border: none; background: transparent; padding: 0; cursor: pointer;
25
+ display: flex; align-items: center; justify-content: center;
26
+ }
27
+ .icon { width: 48px; height: 48px; }
28
+
29
+ /* Status bar */
30
+ .status-bar {
31
+ height: 120px; padding: 28px 40px 0 44px;
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ color: #111827; font-size: 42px; letter-spacing: 0.5px;
34
+ }
35
+ .status-icons { display: flex; gap: 28px; align-items: center; }
36
+ .status-icons svg { width: 44px; height: 44px; stroke: #1F2937; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ height: 140px;
41
+ display: grid;
42
+ grid-template-columns: 120px 1fr 120px;
43
+ align-items: center;
44
+ padding: 0 32px;
45
+ }
46
+ .app-title {
47
+ text-align: center; font-weight: 700; font-size: 54px; color: #1F2937;
48
+ }
49
+
50
+ /* Search card */
51
+ .search-wrapper { padding: 20px 48px 0 48px; }
52
+ .search-card {
53
+ background: #FFFFFF;
54
+ border: 1px solid #E5E7EB;
55
+ border-radius: 36px;
56
+ box-shadow: 0 2px 6px rgba(0,0,0,0.04);
57
+ overflow: hidden;
58
+ }
59
+ .row {
60
+ display: flex; align-items: center; gap: 24px;
61
+ padding: 34px 36px;
62
+ font-size: 42px; color: #111827;
63
+ }
64
+ .row .text { font-weight: 600; }
65
+ .separator { height: 1px; background: #E5E7EB; }
66
+ .dates-row { justify-content: space-between; padding-right: 36px; }
67
+ .date-chip { display: flex; align-items: center; gap: 18px; color: #111827; }
68
+ .dash { color: #6B7280; font-size: 42px; }
69
+
70
+ .search-btn {
71
+ margin: 22px 0 0 0;
72
+ background: #F08A2E;
73
+ color: #FFFFFF;
74
+ font-size: 46px; font-weight: 700;
75
+ display: flex; align-items: center; justify-content: center;
76
+ gap: 24px;
77
+ height: 120px;
78
+ border-radius: 32px;
79
+ }
80
+
81
+ /* Image placeholders */
82
+ .img-placeholder {
83
+ background: #E0E0E0;
84
+ border: 1px solid #BDBDBD;
85
+ color: #757575;
86
+ display: flex; align-items: center; justify-content: center;
87
+ text-align: center;
88
+ font-size: 40px;
89
+ border-radius: 36px;
90
+ }
91
+
92
+ /* Banner */
93
+ .banner { margin: 40px 48px 0 48px; height: 360px; }
94
+
95
+ /* Sections */
96
+ .section-title {
97
+ font-size: 56px; font-weight: 700; color: #1F2937;
98
+ margin: 56px 48px 28px 48px;
99
+ }
100
+
101
+ /* Offers carousel */
102
+ .offers-carousel {
103
+ display: flex; gap: 24px;
104
+ padding: 0 48px;
105
+ overflow: hidden;
106
+ }
107
+ .offer-card { width: 708px; height: 500px; border-radius: 36px; }
108
+ .dots {
109
+ display: flex; gap: 18px; align-items: center; justify-content: center;
110
+ margin: 24px 0 0 0;
111
+ }
112
+ .dot {
113
+ width: 26px; height: 10px; border-radius: 8px; background: #D1D5DB;
114
+ }
115
+ .dot.active { width: 26px; height: 10px; background: #3B82F6; }
116
+
117
+ /* Features */
118
+ .features-row {
119
+ display: flex; gap: 24px;
120
+ padding: 0 48px;
121
+ }
122
+ .feature-card { width: 316px; height: 280px; border-radius: 28px; }
123
+
124
+ /* Bottom gesture bar */
125
+ .gesture-area { position: absolute; left: 0; bottom: 0; width: 100%; height: 140px; background: #0000000A; }
126
+ .gesture-bar {
127
+ position: absolute; left: 50%; bottom: 36px;
128
+ transform: translateX(-50%);
129
+ width: 360px; height: 12px; background: #111827; border-radius: 6px;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status bar -->
137
+ <div class="status-bar">
138
+ <div class="time">10:50</div>
139
+ <div class="status-icons">
140
+ <!-- simple wifi -->
141
+ <svg viewBox="0 0 24 24" fill="none">
142
+ <path d="M2 8c5-4 15-4 20 0" stroke-width="2" />
143
+ <path d="M5 12c4-3 10-3 14 0" stroke-width="2" />
144
+ <path d="M8 16c3-2 5-2 8 0" stroke-width="2" />
145
+ <circle cx="12" cy="19" r="1.6" fill="#1F2937"></circle>
146
+ </svg>
147
+ <!-- battery -->
148
+ <svg viewBox="0 0 24 24" fill="none">
149
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke-width="2"></rect>
150
+ <rect x="4" y="8" width="12" height="8" fill="#1F2937"></rect>
151
+ <rect x="20" y="10" width="2.5" height="4" rx="1" fill="#1F2937"></rect>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- App bar -->
157
+ <div class="app-bar">
158
+ <button class="icon-btn" aria-label="Back">
159
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
160
+ <path d="M15 18l-6-6 6-6"/>
161
+ </svg>
162
+ </button>
163
+ <div class="app-title">Hotels</div>
164
+ <button class="icon-btn" aria-label="Favorites">
165
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2">
166
+ <path d="M12 21s-6.5-4.4-8.5-7.4C1.6 10.6 3 7.5 6 7.2c1.7-.2 3.2.6 4 2 0 0 .3-.6 1-1.2 1.5-1.4 4.4-1.3 5.8.5 1.8 2.2.7 5.2-1.3 7.2S12 21 12 21z"/>
167
+ </svg>
168
+ </button>
169
+ </div>
170
+ <div class="divider"></div>
171
+
172
+ <!-- Search card -->
173
+ <div class="search-wrapper">
174
+ <div class="search-card">
175
+ <div class="row location-row">
176
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2">
177
+ <path d="M12 21s-6-6.4-6-10a6 6 0 1 1 12 0c0 3.6-6 10-6 10z"></path>
178
+ <circle cx="12" cy="11" r="2.5"></circle>
179
+ </svg>
180
+ <div class="text">Berlin</div>
181
+ </div>
182
+ <div class="separator"></div>
183
+ <div class="row dates-row">
184
+ <div class="date-chip">
185
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2">
186
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
187
+ <path d="M16 3v4M8 3v4M3 10h18"></path>
188
+ </svg>
189
+ <div>Mon, 25 Dec</div>
190
+ </div>
191
+ <div class="dash">—</div>
192
+ <div class="date-chip">
193
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2">
194
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
195
+ <path d="M16 3v4M8 3v4M3 10h18"></path>
196
+ </svg>
197
+ <div>Tue, 26 Dec</div>
198
+ </div>
199
+ </div>
200
+ <div class="separator"></div>
201
+ <div class="row">
202
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111827" stroke-width="2">
203
+ <circle cx="9" cy="9" r="3"></circle>
204
+ <circle cx="16" cy="11" r="2.5"></circle>
205
+ <path d="M3 20a6 6 0 0 1 12 0"></path>
206
+ <path d="M13 20c.3-1.9 1.7-3.3 3.6-3.6 1.6-.3 3.4.4 4.4 1.6"></path>
207
+ </svg>
208
+ <div>1 Room • 2 Adults</div>
209
+ </div>
210
+ </div>
211
+ <div class="search-btn">
212
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
213
+ <circle cx="11" cy="11" r="7"></circle>
214
+ <path d="M20 20l-4-4"></path>
215
+ </svg>
216
+ <span>Search Hotels</span>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Sign-in banner -->
221
+ <div class="banner img-placeholder">[IMG: Sign-in promo for hotel bookings]</div>
222
+
223
+ <!-- Offers -->
224
+ <div class="section-title">Offers For You</div>
225
+ <div class="offers-carousel">
226
+ <div class="offer-card img-placeholder">[IMG: Offer - Get up to 25% off on Hotels]</div>
227
+ <div class="offer-card img-placeholder">[IMG: Offer - Credit card discount on Hotels]</div>
228
+ <div class="offer-card img-placeholder">[IMG: Offer - Limited-time hotel deals]</div>
229
+ </div>
230
+ <div class="dots">
231
+ <div class="dot active"></div>
232
+ <div class="dot"></div>
233
+ </div>
234
+
235
+ <!-- Why Book section -->
236
+ <div class="section-title">Why Book With ixigo?</div>
237
+ <div class="features-row">
238
+ <div class="feature-card img-placeholder">[IMG: Free cancellation on select hotels]</div>
239
+ <div class="feature-card img-placeholder">[IMG: Pay at hotel option available]</div>
240
+ <div class="feature-card img-placeholder">[IMG: Best price guarantee]</div>
241
+ </div>
242
+
243
+ <!-- Gesture bar -->
244
+ <div class="gesture-area"></div>
245
+ <div class="gesture-bar"></div>
246
+
247
+ </div>
248
+ </body>
249
+ </html>
code/10134/10134_6.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Select Check-in Date</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top status (time + small icons) */
16
+ .status-bar {
17
+ position: absolute; top: 20px; left: 40px; right: 40px; height: 60px;
18
+ font-size: 32px; color: #262b36;
19
+ }
20
+ .status-bar .time { position: absolute; left: 0; top: 0; line-height: 60px; }
21
+ .status-bar .icons { position: absolute; right: 0; top: 0; height: 60px; display: flex; align-items: center; gap: 24px; }
22
+ .icon-wifi { width: 28px; height: 28px; }
23
+ .icon-battery {
24
+ width: 38px; height: 18px; border: 2px solid #777; border-radius: 4px; position: relative;
25
+ }
26
+ .icon-battery::after {
27
+ content: ""; position: absolute; right: -6px; top: 4px; width: 4px; height: 10px; background: #777; border-radius: 2px;
28
+ }
29
+ .icon-battery .level { width: 22px; height: 12px; background: #777; margin: 2px; border-radius: 2px; }
30
+
31
+ /* Header */
32
+ .header {
33
+ position: absolute; top: 90px; left: 0; right: 0; height: 140px;
34
+ display: flex; align-items: center; justify-content: center;
35
+ }
36
+ .header .title {
37
+ font-size: 52px; font-weight: 700; color: #1f2a37;
38
+ }
39
+ .back-btn {
40
+ position: absolute; left: 24px; top: 108px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
41
+ }
42
+ .back-btn svg { width: 48px; height: 48px; }
43
+ .divider-line {
44
+ position: absolute; left: 0; right: 0; top: 220px; height: 1px; background: #eaeaea;
45
+ }
46
+
47
+ /* Day-of-week row */
48
+ .dow {
49
+ position: absolute; left: 0; right: 0; top: 220px;
50
+ padding: 24px 60px 18px;
51
+ display: grid; grid-template-columns: repeat(7, 1fr); text-align: center;
52
+ color: #9aa5b1; font-size: 32px; border-bottom: 1px solid #eeeeee;
53
+ }
54
+
55
+ /* Content area */
56
+ .content {
57
+ position: absolute; left: 0; right: 0; top: 320px; padding: 0 60px;
58
+ }
59
+ .month {
60
+ margin-bottom: 120px;
61
+ }
62
+ .month-title {
63
+ text-align: center; font-size: 44px; font-weight: 600; color: #1f2a37; margin: 24px 0 36px;
64
+ }
65
+ .calendar-grid {
66
+ display: grid; grid-template-columns: repeat(7, 1fr);
67
+ grid-auto-rows: 120px; gap: 10px 6px; padding: 0 6px;
68
+ }
69
+ .date {
70
+ display: flex; align-items: center; justify-content: center;
71
+ font-size: 38px; color: #1f2a37;
72
+ }
73
+ .blank { opacity: 0; }
74
+ .muted { color: #cfd6de; }
75
+ .selected-left, .selected-right {
76
+ background: #1677ff; color: #ffffff; font-weight: 600;
77
+ }
78
+ .selected-left {
79
+ border-top-left-radius: 32px; border-bottom-left-radius: 32px;
80
+ }
81
+ .selected-right {
82
+ border-top-right-radius: 32px; border-bottom-right-radius: 32px;
83
+ }
84
+
85
+ /* Holiday pill card */
86
+ .holiday-pill {
87
+ position: absolute; right: 60px; top: 1140px; /* roughly near Jan 4 */
88
+ display: flex; align-items: center; gap: 22px;
89
+ background: #ffffff; border-radius: 44px; padding: 16px 28px 16px 16px;
90
+ box-shadow: 0 10px 24px rgba(0,0,0,0.08); border: 1px solid #f1f1f1;
91
+ color: #ff7a00; font-size: 32px; font-weight: 600;
92
+ }
93
+ .holiday-pill .img {
94
+ width: 96px; height: 96px; background: #E0E0E0; border: 1px solid #BDBDBD;
95
+ border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
96
+ }
97
+
98
+ /* Selection inputs */
99
+ .inputs {
100
+ position: absolute; left: 60px; right: 60px; top: 1450px;
101
+ display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
102
+ }
103
+ .chip {
104
+ height: 160px; border-radius: 24px; padding: 22px 28px; display: flex; flex-direction: column; justify-content: center;
105
+ border: 3px solid #e5e8ee; color: #1f2a37;
106
+ box-shadow: 0 0 0 rgba(0,0,0,0);
107
+ }
108
+ .chip.primary { border-color: #1677ff; }
109
+ .chip .label {
110
+ font-size: 30px; color: #7b8a98; margin-bottom: 12px;
111
+ }
112
+ .chip.primary .label { color: #1677ff; }
113
+ .chip .value {
114
+ font-size: 40px; font-weight: 600;
115
+ }
116
+
117
+ /* Footer actions */
118
+ .footer {
119
+ position: absolute; left: 60px; right: 60px; bottom: 160px;
120
+ display: flex; align-items: center; justify-content: space-between;
121
+ }
122
+ .btn {
123
+ height: 120px; min-width: 260px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
124
+ font-size: 40px; font-weight: 700; border: none;
125
+ }
126
+ .btn-clear {
127
+ background: #ffe7d3; color: #ff7a00;
128
+ padding: 0 36px;
129
+ }
130
+ .btn-select {
131
+ background: #ff7a00; color: #ffffff; padding: 0 56px;
132
+ box-shadow: 0 8px 20px rgba(255,122,0,0.35);
133
+ }
134
+
135
+ /* Home indicator */
136
+ .home-indicator {
137
+ position: absolute; left: 50%; transform: translateX(-50%);
138
+ bottom: 48px; width: 300px; height: 10px; background: #000; border-radius: 6px;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Top status bar -->
146
+ <div class="status-bar">
147
+ <div class="time">10:51</div>
148
+ <div class="icons">
149
+ <svg class="icon-wifi" viewBox="0 0 24 24">
150
+ <path d="M2 8c5-4 15-4 20 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
151
+ <path d="M5 12c4-3 10-3 14 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
152
+ <circle cx="12" cy="16" r="2" fill="#777"/>
153
+ </svg>
154
+ <div class="icon-battery"><div class="level"></div></div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Header -->
159
+ <div class="back-btn">
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M15 19 L8 12 L15 5" stroke="#1f2a37" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
162
+ </svg>
163
+ </div>
164
+ <div class="header">
165
+ <div class="title">Select Check-in Date</div>
166
+ </div>
167
+
168
+ <div class="divider-line"></div>
169
+
170
+ <!-- Day-of-week row -->
171
+ <div class="dow">
172
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
173
+ </div>
174
+
175
+ <!-- Content (months) -->
176
+ <div class="content">
177
+ <!-- December 2023 -->
178
+ <div class="month">
179
+ <div class="month-title">December 2023</div>
180
+ <div class="calendar-grid">
181
+ <!-- Row 1: Sun-Thu blank, Fri=1, Sat=2 -->
182
+ <div class="date blank"></div><div class="date blank"></div><div class="date blank"></div><div class="date blank"></div><div class="date blank"></div>
183
+ <div class="date muted">1</div><div class="date muted">2</div>
184
+
185
+ <!-- Row 2: 3-9 muted -->
186
+ <div class="date muted">3</div><div class="date muted">4</div><div class="date muted">5</div><div class="date muted">6</div><div class="date muted">7</div><div class="date muted">8</div><div class="date muted">9</div>
187
+
188
+ <!-- Row 3: 10-16 muted -->
189
+ <div class="date muted">10</div><div class="date muted">11</div><div class="date muted">12</div><div class="date muted">13</div><div class="date muted">14</div><div class="date muted">15</div><div class="date muted">16</div>
190
+
191
+ <!-- Row 4: 17-23 active -->
192
+ <div class="date">17</div><div class="date">18</div><div class="date">19</div><div class="date">20</div><div class="date">21</div><div class="date">22</div><div class="date">23</div>
193
+
194
+ <!-- Row 5: 24-30 with selected 25-26 -->
195
+ <div class="date">24</div>
196
+ <div class="date selected-left">25</div>
197
+ <div class="date selected-right">26</div>
198
+ <div class="date">27</div><div class="date">28</div><div class="date">29</div><div class="date">30</div>
199
+
200
+ <!-- Row 6: 31 -->
201
+ <div class="date">31</div>
202
+ <div class="date blank"></div><div class="date blank"></div><div class="date blank"></div><div class="date blank"></div><div class="date blank"></div><div class="date blank"></div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- January 2024 -->
207
+ <div class="month">
208
+ <div class="month-title">January 2024</div>
209
+ <div class="calendar-grid">
210
+ <!-- Row 1: Sun blank, 1-6 -->
211
+ <div class="date blank"></div>
212
+ <div class="date">1</div><div class="date">2</div><div class="date">3</div><div class="date">4</div><div class="date">5</div><div class="date">6</div>
213
+ <!-- Row 2: 7-13 -->
214
+ <div class="date">7</div><div class="date">8</div><div class="date">9</div><div class="date">10</div><div class="date">11</div><div class="date">12</div><div class="date">13</div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Holiday pill card -->
219
+ <div class="holiday-pill">
220
+ <div class="img">[IMG: Holiday Icon]</div>
221
+ <div>Holiday List</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Selection inputs -->
226
+ <div class="inputs">
227
+ <div class="chip primary">
228
+ <div class="label">Check-in date</div>
229
+ <div class="value">Mon, 25 Dec</div>
230
+ </div>
231
+ <div class="chip">
232
+ <div class="label">Check-out date</div>
233
+ <div class="value">Tue, 26 Dec</div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Footer buttons -->
238
+ <div class="footer">
239
+ <button class="btn btn-clear">Clear</button>
240
+ <button class="btn btn-select">Select</button>
241
+ </div>
242
+
243
+ <div class="home-indicator"></div>
244
+ </div>
245
+ </body>
246
+ </html>