yhzheng1031 commited on
Commit
515edc3
·
verified ·
1 Parent(s): c5ab4b3

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/564/564_5.html +226 -0
  2. code/5671/5671_12.html +377 -0
  3. code/5671/5671_13.html +345 -0
  4. code/5671/5671_15.html +381 -0
  5. code/5671/5671_16.html +268 -0
  6. code/5671/5671_17.html +285 -0
  7. code/5671/5671_18.html +322 -0
  8. code/5671/5671_19.html +225 -0
  9. code/5671/5671_2.html +385 -0
  10. code/5671/5671_20.html +285 -0
  11. code/5671/5671_21.html +215 -0
  12. code/5671/5671_3.html +374 -0
  13. code/5671/5671_4.html +318 -0
  14. code/5671/5671_5.html +224 -0
  15. code/5671/5671_6.html +295 -0
  16. code/5671/5671_7.html +224 -0
  17. code/5671/5671_8.html +229 -0
  18. code/5671/5671_9.html +288 -0
  19. code/5675/5675_0.html +262 -0
  20. code/5675/5675_1.html +340 -0
  21. code/5675/5675_2.html +302 -0
  22. code/5675/5675_3.html +255 -0
  23. code/5675/5675_4.html +260 -0
  24. code/5675/5675_5.html +200 -0
  25. code/5679/5679_0.html +288 -0
  26. code/5679/5679_1.html +423 -0
  27. code/5679/5679_2.html +300 -0
  28. code/5679/5679_3.html +316 -0
  29. code/5679/5679_4.html +231 -0
  30. code/5679/5679_5.html +201 -0
  31. code/5679/5679_6.html +309 -0
  32. code/568/568_0.html +246 -0
  33. code/568/568_1.html +226 -0
  34. code/568/568_2.html +259 -0
  35. code/5682/5682_0.html +403 -0
  36. code/5682/5682_1.html +382 -0
  37. code/5682/5682_2.html +224 -0
  38. code/5682/5682_3.html +368 -0
  39. code/5682/5682_4.html +282 -0
  40. code/5682/5682_6.html +382 -0
  41. code/5683/5683_0.html +253 -0
  42. code/5683/5683_1.html +303 -0
  43. code/5683/5683_10.html +160 -0
  44. code/5683/5683_2.html +177 -0
  45. code/5683/5683_3.html +320 -0
  46. code/5683/5683_4.html +294 -0
  47. code/5683/5683_5.html +313 -0
  48. code/5683/5683_6.html +146 -0
  49. code/5683/5683_7.html +229 -0
  50. code/5683/5683_8.html +222 -0
code/564/564_5.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Render</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2160px; position:relative; overflow:hidden;
10
+ background:#0e0e0e; color:#fff;
11
+ }
12
+ .status-bar {
13
+ height:70px; padding:0 24px; display:flex; align-items:center; justify-content:space-between;
14
+ font-size:32px; color:#fff; opacity:0.9;
15
+ }
16
+ .status-right { display:flex; gap:24px; align-items:center; }
17
+ .top-search {
18
+ height:120px; display:flex; align-items:center; gap:22px; padding:0 20px; border-bottom:1px solid #1f1f1f;
19
+ }
20
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; border-radius:32px; }
21
+ .pill-search {
22
+ flex:1; background:#1e1e1e; border:1px solid #2a2a2a; height:84px; border-radius:44px;
23
+ display:flex; align-items:center; gap:20px; padding:0 28px; color:#dcdcdc; font-size:34px;
24
+ }
25
+ .channel-header {
26
+ display:flex; align-items:center; gap:28px; padding:26px 24px;
27
+ }
28
+ .avatar {
29
+ width:140px; height:140px; border-radius:70px; background:#E0E0E0; border:1px solid #BDBDBD;
30
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
31
+ overflow:hidden;
32
+ }
33
+ .channel-info { flex:1; }
34
+ .channel-name { font-size:46px; font-weight:700; }
35
+ .channel-meta { font-size:30px; color:#a9a9a9; margin-top:6px; }
36
+ .sub-row { margin-top:18px; display:flex; gap:16px; align-items:center; }
37
+ .subscribed-btn {
38
+ background:#232323; border:1px solid #3a3a3a; color:#fff; padding:16px 26px; border-radius:36px;
39
+ display:flex; align-items:center; gap:14px; font-size:32px;
40
+ }
41
+ .section-title {
42
+ font-size:42px; font-weight:700; padding:26px 24px 18px; border-top:1px solid #151515;
43
+ }
44
+ .image-card {
45
+ margin:0 24px; background:#1c1c1c; border:1px solid #2b2b2b; border-radius:22px;
46
+ height:1220px; position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden;
47
+ }
48
+ .image-placeholder {
49
+ width:100%; height:100%; background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
50
+ display:flex; align-items:center; justify-content:center; color:#555; font-size:40px;
51
+ }
52
+ .toast {
53
+ position:absolute; bottom:32px; left:24px; right:24px;
54
+ background:#fff; color:#111; border-radius:26px; padding:26px 28px; font-size:36px;
55
+ box-shadow:0 6px 16px rgba(0,0,0,0.45);
56
+ }
57
+ /* Mini player */
58
+ .mini-player {
59
+ position:absolute; bottom:180px; left:0; right:0; height:160px; background:#0a0a0a; border-top:1px solid #202020;
60
+ display:flex; align-items:center; padding:0 24px; gap:24px;
61
+ }
62
+ .progress {
63
+ position:absolute; top:0; left:0; height:8px; width:100%; background:#222;
64
+ }
65
+ .progress > div { height:100%; width:55%; background:#e11f2a; }
66
+ .thumb {
67
+ width:170px; height:110px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#666; font-size:26px;
68
+ }
69
+ .mp-info { flex:1; }
70
+ .mp-title { font-size:34px; font-weight:700; }
71
+ .mp-sub { font-size:28px; color:#a9a9a9; margin-top:6px; }
72
+ .mp-actions { display:flex; align-items:center; gap:28px; }
73
+ /* Bottom navigation */
74
+ .bottom-nav {
75
+ position:absolute; bottom:0; left:0; right:0; height:180px; background:#0f0f0f; border-top:1px solid #1f1f1f;
76
+ display:flex; justify-content:space-around; align-items:center;
77
+ }
78
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:14px; color:#cfcfcf; font-size:26px; }
79
+ .nav-item .label { font-size:28px; }
80
+ /* Simple svg styling */
81
+ svg { fill:#fff; }
82
+ .muted svg { fill:#a9a9a9; }
83
+ </style>
84
+ </head>
85
+ <body>
86
+ <div id="render-target">
87
+
88
+ <!-- Status bar -->
89
+ <div class="status-bar">
90
+ <div>12:26</div>
91
+ <div class="status-right">
92
+ <div>TOI</div>
93
+ <div>
94
+ <!-- Upload icon -->
95
+ <svg width="36" height="36" viewBox="0 0 24 24">
96
+ <path d="M12 3l4 4h-3v6h-2V7H8l4-4zm-7 14h14v2H5v-2z"/>
97
+ </svg>
98
+ </div>
99
+ <div>
100
+ <!-- Battery -->
101
+ <svg width="44" height="36" viewBox="0 0 24 24">
102
+ <path d="M20 8h2v8h-2V8zM3 7h16v10H3V7zm2 2v6h12V9H5z"/>
103
+ </svg>
104
+ </div>
105
+ <div>100%</div>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Top search bar -->
110
+ <div class="top-search">
111
+ <div class="icon-btn">
112
+ <!-- Back arrow -->
113
+ <svg width="44" height="44" viewBox="0 0 24 24">
114
+ <path d="M15 18l-6-6 6-6v12z"/>
115
+ </svg>
116
+ </div>
117
+ <div class="pill-search">
118
+ <svg class="muted" width="38" height="38" viewBox="0 0 24 24">
119
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 16 15.5l.27.28v.79L21 20.49 20.49 21l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
120
+ </svg>
121
+ <div>foodie since 96</div>
122
+ <div style="margin-left:auto; display:flex; gap:18px; align-items:center;">
123
+ <!-- Mic -->
124
+ <svg width="40" height="40" viewBox="0 0 24 24">
125
+ <path d="M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-6 0v6a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V21h2v-3.08A7 7 0 0 0 19 11h-2z"/>
126
+ </svg>
127
+ <!-- Cast -->
128
+ <svg width="40" height="40" viewBox="0 0 24 24">
129
+ <path d="M2 16v2h2a4 4 0 0 0-4-4v2zm0-4v2a6 6 0 0 1 6 6h2c0-4.42-3.58-8-8-8zM2 8v2c7.18 0 13 5.82 13 13h2C17 15.27 10.73 9 2 8zM5 5h15v12h-6v-2h4V7H7v4H5V5z"/>
130
+ </svg>
131
+ <!-- More -->
132
+ <svg width="36" height="36" viewBox="0 0 24 24">
133
+ <path d="M12 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Channel header -->
140
+ <div class="channel-header">
141
+ <div class="avatar">[IMG: User Avatar]</div>
142
+ <div class="channel-info">
143
+ <div class="channel-name">Foodiesince96</div>
144
+ <div class="channel-meta">@foodiesince96</div>
145
+ <div class="channel-meta">15.6K subscribers</div>
146
+ </div>
147
+ <div class="sub-row">
148
+ <div class="subscribed-btn">
149
+ <!-- Bell -->
150
+ <svg width="34" height="34" viewBox="0 0 24 24">
151
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 0 0-12 0v5L4 17v2h16v-2l-2-1z"/>
152
+ </svg>
153
+ <span>Subscribed</span>
154
+ <svg width="26" height="26" viewBox="0 0 24 24">
155
+ <path d="M7 10l5 5 5-5H7z"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Section title -->
162
+ <div class="section-title">Latest from Foodiesince96</div>
163
+
164
+ <!-- Big image post -->
165
+ <div class="image-card">
166
+ <div class="image-placeholder">[IMG: Portrait-style photo]</div>
167
+ <div class="toast">Subscription added</div>
168
+ </div>
169
+
170
+ <!-- Mini player -->
171
+ <div class="mini-player">
172
+ <div class="progress"><div></div></div>
173
+ <div class="thumb">[IMG: Music Thumbnail]</div>
174
+ <div class="mp-info">
175
+ <div class="mp-title">Katy Perry - Roar</div>
176
+ <div class="mp-sub">KatyPerryVEVO</div>
177
+ </div>
178
+ <div class="mp-actions">
179
+ <!-- Play -->
180
+ <svg width="58" height="58" viewBox="0 0 24 24">
181
+ <path d="M8 5v14l11-7-11-7z"/>
182
+ </svg>
183
+ <!-- Close -->
184
+ <svg width="48" height="48" viewBox="0 0 24 24">
185
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3 1.4 1.4z"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Bottom navigation -->
191
+ <div class="bottom-nav">
192
+ <div class="nav-item">
193
+ <svg width="46" height="46" viewBox="0 0 24 24">
194
+ <path d="M12 3l9 8h-3v8h-4v-5H10v5H6v-8H3l9-8z"/>
195
+ </svg>
196
+ <div class="label">Home</div>
197
+ </div>
198
+ <div class="nav-item">
199
+ <svg width="46" height="46" viewBox="0 0 24 24">
200
+ <path d="M4 4h8l-2 6 6-2v12H4V4z"/>
201
+ </svg>
202
+ <div class="label">Shorts</div>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg width="60" height="60" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2" fill="none"/>
207
+ <path d="M11 6h2v12h-2zM6 11h12v2H6z"/>
208
+ </svg>
209
+ </div>
210
+ <div class="nav-item">
211
+ <svg width="46" height="46" viewBox="0 0 24 24">
212
+ <path d="M3 7h18v10H9l-6 3V7z"/>
213
+ </svg>
214
+ <div class="label">Subscriptions</div>
215
+ </div>
216
+ <div class="nav-item">
217
+ <svg width="46" height="46" viewBox="0 0 24 24">
218
+ <path d="M4 5h16v2H4V5zm0 4h16v10H4V9zm4 3h8v2H8v-2z"/>
219
+ </svg>
220
+ <div class="label">Library</div>
221
+ </div>
222
+ </div>
223
+
224
+ </div>
225
+ </body>
226
+ </html>
code/5671/5671_12.html ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Recreation - Google Flights Suggestions</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f1f1f;
15
+ color: #fafafa;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ background: #2a2a2a;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-size: 36px;
31
+ color: #ffffff;
32
+ }
33
+ .statusbar .right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .icon-dot { width: 18px; height: 18px; background: #cfcfcf; border-radius: 50%; display: inline-block; opacity: 0.9; }
40
+ .battery {
41
+ width: 60px; height: 28px; border: 2px solid #cfcfcf; border-radius: 6px; position: relative;
42
+ }
43
+ .battery::after {
44
+ content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 12px; background: #cfcfcf; border-radius: 2px;
45
+ }
46
+ .battery .level { position: absolute; left: 4px; top: 4px; height: 18px; width: 44px; background: #cfcfcf; border-radius: 4px; }
47
+
48
+ /* Chrome bar */
49
+ .chrome-bar {
50
+ position: absolute;
51
+ top: 110px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 160px;
55
+ background: #2d2d2d;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 28px;
59
+ box-sizing: border-box;
60
+ border-bottom: 1px solid #3a3a3a;
61
+ }
62
+ .chrome-left {
63
+ display: flex; align-items: center; gap: 24px; color: #e6e6e6;
64
+ }
65
+ .chrome-title {
66
+ display: flex; flex-direction: column; justify-content: center;
67
+ }
68
+ .chrome-title .title {
69
+ font-size: 40px;
70
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
71
+ max-width: 540px;
72
+ }
73
+ .chrome-title .sub {
74
+ font-size: 28px; color: #b8b8b8;
75
+ margin-top: 6px;
76
+ }
77
+ .chrome-actions { margin-left: auto; display: flex; align-items: center; gap: 36px; }
78
+ .action-btn svg { width: 44px; height: 44px; fill: none; stroke: #e6e6e6; stroke-width: 3; }
79
+
80
+ /* Search row */
81
+ .search-row {
82
+ position: absolute;
83
+ top: 270px;
84
+ left: 0;
85
+ width: 1080px;
86
+ height: 120px;
87
+ background: #303030;
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 0 28px;
91
+ box-sizing: border-box;
92
+ border-bottom: 1px solid #3a3a3a;
93
+ }
94
+ .search-row .text {
95
+ font-size: 48px; color: #ffffff; margin-left: 18px;
96
+ }
97
+ .search-row .plus {
98
+ margin-left: auto;
99
+ width: 48px; height: 48px; border-radius: 50%; border: 2px solid #d9d9d9; color: #d9d9d9; display: flex; align-items: center; justify-content: center; font-size: 40px;
100
+ }
101
+
102
+ /* Suggestions list */
103
+ .suggestions {
104
+ position: absolute;
105
+ top: 390px;
106
+ left: 0; width: 1080px;
107
+ display: flex; flex-direction: column;
108
+ background: #1f1f1f;
109
+ }
110
+ .suggestion {
111
+ display: flex; align-items: center;
112
+ padding: 28px 32px;
113
+ box-sizing: border-box;
114
+ border-bottom: 1px solid #353535;
115
+ gap: 28px;
116
+ }
117
+ .suggestion .texts { display: flex; flex-direction: column; }
118
+ .suggestion .title { font-size: 44px; }
119
+ .suggestion .sub { font-size: 30px; color: #b7b7b7; margin-top: 10px; }
120
+ .suggestion .right-chev { margin-left: auto; }
121
+ .suggestion .right-chev svg { width: 36px; height: 36px; fill: none; stroke: #cfcfcf; stroke-width: 4; }
122
+
123
+ .list-icon { width: 48px; height: 48px; }
124
+ .list-icon svg { width: 48px; height: 48px; fill: none; stroke: #cfcfcf; stroke-width: 3; }
125
+
126
+ /* Filler area before keyboard */
127
+ .filler {
128
+ position: absolute; left: 0; width: 1080px; top: 1050px; height: 450px; background: #232323;
129
+ }
130
+
131
+ /* Keyboard */
132
+ .keyboard {
133
+ position: absolute;
134
+ left: 0;
135
+ bottom: 80px;
136
+ width: 1080px;
137
+ height: 900px;
138
+ background: #101718;
139
+ border-top: 1px solid #243033;
140
+ box-sizing: border-box;
141
+ padding: 22px 26px;
142
+ color: #e9edf0;
143
+ }
144
+ .kb-head {
145
+ display: flex; align-items: center; justify-content: space-between;
146
+ margin-bottom: 16px;
147
+ padding: 10px 8px;
148
+ color: #cfd8dc;
149
+ }
150
+ .kb-head .label { font-size: 40px; color: #cfd8dc; }
151
+ .kb-head .circle {
152
+ width: 60px; height: 60px; border-radius: 50%; background: #1b2325; display: flex; align-items: center; justify-content: center;
153
+ }
154
+ .kb-row {
155
+ display: flex; justify-content: center; gap: 16px;
156
+ margin: 22px 0;
157
+ }
158
+ .key {
159
+ background: #2a3135;
160
+ color: #e9edf0;
161
+ border-radius: 14px;
162
+ height: 120px;
163
+ min-width: 90px;
164
+ display: flex; align-items: center; justify-content: center;
165
+ font-size: 46px;
166
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
167
+ }
168
+ .key.wide { min-width: 160px; }
169
+ .key.space { min-width: 520px; font-size: 34px; color: #c0c7cc; }
170
+ .key.green {
171
+ background: #79d5b5; color: #0c2a24; font-weight: 600;
172
+ }
173
+ .key.round {
174
+ border-radius: 60px; min-width: 120px;
175
+ }
176
+ .key.back svg { width: 46px; height: 46px; stroke: #e9edf0; fill: none; stroke-width: 5; }
177
+ .home-indicator {
178
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
179
+ width: 300px; height: 12px; background: #e6e6e6; border-radius: 8px; opacity: 0.85;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status bar -->
187
+ <div class="statusbar">
188
+ <div class="left">1:54</div>
189
+ <div class="right">
190
+ <span class="icon-dot"></span>
191
+ <span class="icon-dot"></span>
192
+ <span class="icon-dot"></span>
193
+ <div class="battery"><div class="level"></div></div>
194
+ <div style="font-size:28px; color:#cfcfcf;">100%</div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Chrome header bar -->
199
+ <div class="chrome-bar">
200
+ <div class="chrome-left">
201
+ <div style="font-size:48px; color:#e6e6e6;">✕</div>
202
+ <div class="lock">
203
+ <svg viewBox="0 0 24 24" width="44" height="44">
204
+ <path d="M6 10h12v10H6z"></path>
205
+ <path d="M8 10V7a4 4 0 018 0v3" stroke="#e6e6e6" stroke-width="2" fill="none"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="chrome-title">
209
+ <div class="title">Google Flights – Find ch...</div>
210
+ <div class="sub">google.com</div>
211
+ </div>
212
+ </div>
213
+ <div class="chrome-actions">
214
+ <div class="action-btn">
215
+ <svg viewBox="0 0 24 24">
216
+ <circle cx="6" cy="12" r="2"></circle>
217
+ <circle cx="12" cy="6" r="2"></circle>
218
+ <circle cx="18" cy="12" r="2"></circle>
219
+ <path d="M7.8 11L10.2 7.8M13.8 7.8L16.2 11" stroke="#e6e6e6"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="action-btn">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M6 4h12v16l-6-3-6 3z" stroke="#e6e6e6"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="action-btn">
228
+ <svg viewBox="0 0 24 24">
229
+ <circle cx="12" cy="5" r="2"></circle>
230
+ <circle cx="12" cy="12" r="2"></circle>
231
+ <circle cx="12" cy="19" r="2"></circle>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Search input row -->
238
+ <div class="search-row">
239
+ <div class="back">
240
+ <svg class="list-icon" viewBox="0 0 24 24">
241
+ <path d="M15 6L9 12l6 6" stroke="#e6e6e6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="text">Stuttgart, Germany</div>
245
+ <div class="plus">+</div>
246
+ </div>
247
+
248
+ <!-- Suggestions list -->
249
+ <div class="suggestions">
250
+
251
+ <div class="suggestion">
252
+ <div class="list-icon">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 21c4-6 6-8 6-11a6 6 0 10-12 0c0 3 2 5 6 11z" stroke="#cfcfcf" fill="none"></path>
255
+ <circle cx="12" cy="10" r="2" stroke="#cfcfcf"></circle>
256
+ </svg>
257
+ </div>
258
+ <div class="texts">
259
+ <div class="title">Stuttgart, Germany</div>
260
+ <div class="sub">City in Germany</div>
261
+ </div>
262
+ <div class="right-chev">
263
+ <svg viewBox="0 0 24 24"><path d="M6 15l6-6 6 6" /></svg>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="suggestion">
268
+ <div class="list-icon">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M2 13l20 0" stroke="#cfcfcf"></path>
271
+ <path d="M7 9l5 4-2 6" stroke="#cfcfcf"></path>
272
+ <path d="M17 9l-5 4 2 6" stroke="#cfcfcf"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="texts">
276
+ <div class="title">Stuttgart Airport <span style="color:#b7b7b7; font-weight:500;">STR</span></div>
277
+ <div class="sub">6 mi to destination</div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="suggestion">
282
+ <div class="list-icon">
283
+ <svg viewBox="0 0 24 24">
284
+ <rect x="3" y="6" width="18" height="10" rx="2" stroke="#cfcfcf"></rect>
285
+ <circle cx="7" cy="18" r="2" stroke="#cfcfcf"></circle>
286
+ <circle cx="17" cy="18" r="2" stroke="#cfcfcf"></circle>
287
+ </svg>
288
+ </div>
289
+ <div class="texts">
290
+ <div class="title">Stuttgart Central Station</div>
291
+ <div class="sub">1 mi to destination</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="suggestion">
296
+ <div class="list-icon">
297
+ <svg viewBox="0 0 24 24">
298
+ <path d="M12 21c4-6 6-8 6-11a6 6 0 10-12 0c0 3 2 5 6 11z" stroke="#cfcfcf" fill="none"></path>
299
+ <circle cx="12" cy="10" r="2" stroke="#cfcfcf"></circle>
300
+ </svg>
301
+ </div>
302
+ <div class="texts">
303
+ <div class="title">Stuttgart, Arkansas, USA</div>
304
+ <div class="sub">City in Arkansas</div>
305
+ </div>
306
+ <div class="right-chev">
307
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+
313
+ <!-- Filler -->
314
+ <div class="filler"></div>
315
+
316
+ <!-- Keyboard -->
317
+ <div class="keyboard">
318
+ <div class="kb-head">
319
+ <div class="circle">
320
+ <svg viewBox="0 0 24 24" width="32" height="32">
321
+ <rect x="3" y="3" width="7" height="7" fill="#9fb1b8"></rect>
322
+ <rect x="14" y="3" width="7" height="7" fill="#9fb1b8"></rect>
323
+ <rect x="3" y="14" width="7" height="7" fill="#9fb1b8"></rect>
324
+ <rect x="14" y="14" width="7" height="7" fill="#9fb1b8"></rect>
325
+ </svg>
326
+ </div>
327
+ <div class="label">Stuttgart</div>
328
+ <div class="circle">
329
+ <svg viewBox="0 0 24 24" width="28" height="28">
330
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#9fb1b8"></rect>
331
+ <rect x="8" y="13" width="8" height="7" rx="2" fill="#9fb1b8"></rect>
332
+ </svg>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="kb-row">
337
+ <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>
338
+ <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>
339
+ </div>
340
+
341
+ <div class="kb-row">
342
+ <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>
343
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
344
+ </div>
345
+
346
+ <div class="kb-row">
347
+ <div class="key wide">⇧</div>
348
+ <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>
349
+ <div class="key back">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M5 12h14"></path>
352
+ <path d="M9 8l-4 4 4 4"></path>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+
357
+ <div class="kb-row">
358
+ <div class="key round green">?123</div>
359
+ <div class="key round">☺</div>
360
+ <div class="key">,</div>
361
+ <div class="key space">space</div>
362
+ <div class="key">.</div>
363
+ <div class="key round green">
364
+ <svg viewBox="0 0 24 24" width="40" height="40">
365
+ <path d="M5 12h10"></path>
366
+ <path d="M13 8l4 4-4 4"></path>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Home indicator -->
373
+ <div class="home-indicator"></div>
374
+
375
+ </div>
376
+ </body>
377
+ </html>
code/5671/5671_13.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #fff;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0;
22
+ width: 1080px; height: 100px;
23
+ background: #2b2b2b;
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ padding: 0 32px;
26
+ font-size: 34px;
27
+ color: #e0e0e0;
28
+ }
29
+ .status-icons { display: flex; gap: 26px; align-items: center; }
30
+ /* Browser bar */
31
+ .browser-bar {
32
+ position: absolute;
33
+ top: 100px; left: 0;
34
+ width: 1080px; height: 140px;
35
+ background: #3a3a3a;
36
+ display: flex; align-items: center;
37
+ padding: 0 24px;
38
+ box-sizing: border-box;
39
+ }
40
+ .browser-left, .browser-right { display: flex; align-items: center; gap: 22px; }
41
+ .browser-center { flex: 1; color: #f5f5f5; }
42
+ .browser-title { font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
43
+ .browser-url { font-size: 28px; color: #bdbdbd; margin-top: 6px; }
44
+ /* Google header */
45
+ .google-header {
46
+ position: absolute;
47
+ top: 240px; left: 0;
48
+ width: 1080px; height: 150px;
49
+ background: #1b1b1b;
50
+ display: flex; align-items: center; justify-content: space-between;
51
+ padding: 0 28px;
52
+ box-sizing: border-box;
53
+ }
54
+ .google-left { display: flex; align-items: center; gap: 28px; }
55
+ .google-right { display: flex; align-items: center; gap: 28px; }
56
+ .google-brand { font-size: 54px; font-weight: bold; letter-spacing: 0.5px; }
57
+ .avatar {
58
+ width: 72px; height: 72px; border-radius: 50%;
59
+ background: #1ec0a7; display: flex; align-items: center; justify-content: center;
60
+ font-weight: bold; color: #092b28;
61
+ }
62
+ /* Tabs */
63
+ .tabs {
64
+ position: absolute;
65
+ top: 390px; left: 0;
66
+ width: 1080px; height: 110px;
67
+ background: #1b1b1b;
68
+ display: flex; align-items: flex-end; gap: 36px;
69
+ padding: 0 40px 18px;
70
+ box-sizing: border-box;
71
+ color: #bdbdbd;
72
+ font-size: 34px;
73
+ }
74
+ .tab { position: relative; padding-bottom: 16px; }
75
+ .tab.active { color: #ffffff; }
76
+ .tab.active::after {
77
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0;
78
+ height: 6px; background: #4e8dfc; border-radius: 3px;
79
+ }
80
+ /* Hero illustration */
81
+ .hero {
82
+ position: absolute;
83
+ top: 500px; left: 0;
84
+ width: 1080px; height: 300px;
85
+ background: #2a2a2a; border-top: 1px solid #3d3d3d; border-bottom: 1px solid #3d3d3d;
86
+ display: flex; align-items: center; justify-content: center;
87
+ color: #bdbdbd;
88
+ }
89
+ /* Title */
90
+ .title {
91
+ position: absolute; top: 820px; left: 40px;
92
+ font-size: 96px; font-weight: 600; letter-spacing: 1px;
93
+ }
94
+ /* Filter chips row */
95
+ .filters {
96
+ position: absolute; top: 930px; left: 40px;
97
+ display: flex; gap: 36px; align-items: center;
98
+ color: #d0d0d0; font-size: 36px;
99
+ }
100
+ .chip { display: flex; align-items: center; gap: 12px; }
101
+ /* Search card */
102
+ .search-area {
103
+ position: absolute; top: 1010px; left: 32px; right: 32px;
104
+ }
105
+ .row { display: flex; gap: 18px; }
106
+ .input {
107
+ flex: 1;
108
+ height: 120px;
109
+ background: #1e1e1e;
110
+ border: 2px solid #4a4a4a;
111
+ border-radius: 18px;
112
+ display: flex; align-items: center; gap: 20px;
113
+ padding: 0 24px; box-sizing: border-box;
114
+ color: #e8e8e8; font-size: 40px;
115
+ }
116
+ .input.blue {
117
+ border-color: #448aff;
118
+ box-shadow: inset 0 0 0 4px rgba(68,138,255,0.25);
119
+ }
120
+ .swap {
121
+ width: 86px; height: 120px; border-radius: 18px;
122
+ background: #1e1e1e; border: 2px solid #4a4a4a;
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .input .placeholder { color: #a1a1a1; }
126
+ /* Keyboard mock */
127
+ .keyboard {
128
+ position: absolute; left: 0; width: 1080px;
129
+ top: 1400px; height: 900px;
130
+ background: #0f1b1d;
131
+ border-top: 1px solid #2c2c2c;
132
+ box-sizing: border-box;
133
+ }
134
+ .kb-top {
135
+ height: 100px; display: flex; align-items: center; justify-content: space-between;
136
+ padding: 0 28px; color: #cfd8dc; font-size: 36px;
137
+ }
138
+ .kb-suggest { flex: 1; text-align: center; color: #e0e0e0; font-size: 40px; }
139
+ .keys { padding: 18px 22px; display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 12px; }
140
+ .key {
141
+ height: 90px; background: #2b3a3c; border-radius: 12px;
142
+ display: flex; align-items: center; justify-content: center;
143
+ color: #f1f1f1; font-size: 40px;
144
+ }
145
+ .row-flex { display: flex; gap: 12px; padding: 18px 22px; }
146
+ .key-wide { flex: 2; }
147
+ .key-mid { flex: 1.3; }
148
+ .key-green { background: #59c19a; color: #092b28; font-weight: bold; }
149
+ .bottom-bar {
150
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
151
+ width: 360px; height: 12px; background: #e0e0e0; border-radius: 12px; opacity: 0.7;
152
+ }
153
+ /* Generic icon styles */
154
+ .icon { width: 42px; height: 42px; fill: none; stroke: #e0e0e0; stroke-width: 4px; }
155
+ .icon-solid { fill: #e0e0e0; stroke: none; }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ <div>1:54</div>
164
+ <div class="status-icons">
165
+ <!-- simple glyphs representing status icons -->
166
+ <span>⌁</span>
167
+ <span>✉</span>
168
+ <span>•</span>
169
+ <span>📶</span>
170
+ <span>🔋 100%</span>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Browser top bar -->
175
+ <div class="browser-bar">
176
+ <div class="browser-left">
177
+ <span style="font-size:42px;">✕</span>
178
+ <!-- Lock icon -->
179
+ <svg class="icon" viewBox="0 0 24 24">
180
+ <rect x="5" y="10" width="14" height="10" rx="2"></rect>
181
+ <path d="M8 10V7a4 4 0 0 1 8 0v3"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="browser-center">
185
+ <div class="browser-title">Google Flights – Find ch...</div>
186
+ <div class="browser-url">google.com</div>
187
+ </div>
188
+ <div class="browser-right">
189
+ <!-- Share -->
190
+ <svg class="icon" viewBox="0 0 24 24">
191
+ <circle cx="18" cy="5" r="3"></circle>
192
+ <circle cx="6" cy="12" r="3"></circle>
193
+ <circle cx="18" cy="19" r="3"></circle>
194
+ <path d="M8.5 12l6.5-5M8.5 12l6.5 7"></path>
195
+ </svg>
196
+ <!-- Bookmark -->
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <path d="M6 4h12v16l-6-4-6 4z"></path>
199
+ </svg>
200
+ <span style="font-size:48px;">⋮</span>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Google header -->
205
+ <div class="google-header">
206
+ <div class="google-left">
207
+ <!-- Hamburger -->
208
+ <svg class="icon" viewBox="0 0 24 24">
209
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
210
+ </svg>
211
+ <div class="google-brand">Google</div>
212
+ </div>
213
+ <div class="google-right">
214
+ <!-- Brightness -->
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <circle cx="12" cy="12" r="4"></circle>
217
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M19.1 4.9l-2.8 2.8M7.7 16.3l-2.8 2.8"></path>
218
+ </svg>
219
+ <!-- Apps grid -->
220
+ <svg class="icon" viewBox="0 0 24 24">
221
+ <rect x="3" y="3" width="4" height="4" class="icon-solid"></rect>
222
+ <rect x="10" y="3" width="4" height="4" class="icon-solid"></rect>
223
+ <rect x="17" y="3" width="4" height="4" class="icon-solid"></rect>
224
+ <rect x="3" y="10" width="4" height="4" class="icon-solid"></rect>
225
+ <rect x="10" y="10" width="4" height="4" class="icon-solid"></rect>
226
+ <rect x="17" y="10" width="4" height="4" class="icon-solid"></rect>
227
+ <rect x="3" y="17" width="4" height="4" class="icon-solid"></rect>
228
+ <rect x="10" y="17" width="4" height="4" class="icon-solid"></rect>
229
+ <rect x="17" y="17" width="4" height="4" class="icon-solid"></rect>
230
+ </svg>
231
+ <div class="avatar">C</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Tabs -->
236
+ <div class="tabs">
237
+ <div class="tab">Travel</div>
238
+ <div class="tab">Explore</div>
239
+ <div class="tab active">Flights</div>
240
+ <div class="tab">Hotels</div>
241
+ <div class="tab">Holiday rentals</div>
242
+ </div>
243
+
244
+ <!-- Illustration -->
245
+ <div class="hero">
246
+ <div style="width: 1000px; height: 240px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
247
+ [IMG: Mountains illustration with hiker and airplane]
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Title -->
252
+ <div class="title">Flights</div>
253
+
254
+ <!-- Filters -->
255
+ <div class="filters">
256
+ <div class="chip">
257
+ <!-- one-way arrow -->
258
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18M12 6l6 6-6 6"></path></svg>
259
+ <span>One-way</span>
260
+ <span style="color:#9e9e9e;">▾</span>
261
+ </div>
262
+ <div class="chip">
263
+ <!-- person -->
264
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 20c2-4 14-4 16 0"></path></svg>
265
+ <span>2</span>
266
+ </div>
267
+ <div class="chip">
268
+ <span>Economy</span>
269
+ <span style="color:#9e9e9e;">▾</span>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Search inputs -->
274
+ <div class="search-area">
275
+ <div class="row">
276
+ <div class="input blue">
277
+ <!-- radio dot -->
278
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"></circle><circle cx="12" cy="12" r="3" class="icon-solid"></circle></svg>
279
+ <div>Stuttgart</div>
280
+ </div>
281
+ <div class="swap">
282
+ <!-- swap arrows -->
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <path d="M7 8h10l-3-3M17 16H7l3 3"></path>
285
+ </svg>
286
+ </div>
287
+ <div class="input">
288
+ <!-- location pin -->
289
+ <svg class="icon" viewBox="0 0 24 24">
290
+ <path d="M12 3a7 7 0 0 1 7 7c0 5-7 11-7 11s-7-6-7-11a7 7 0 0 1 7-7z"></path>
291
+ <circle cx="12" cy="10" r="3"></circle>
292
+ </svg>
293
+ <div class="placeholder">Where to?</div>
294
+ </div>
295
+ </div>
296
+ <div style="height:18px;"></div>
297
+ <div class="row">
298
+ <div class="input" style="flex: 1;">
299
+ <!-- calendar -->
300
+ <svg class="icon" viewBox="0 0 24 24">
301
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
302
+ <path d="M3 10h18M8 3v4M16 3v4"></path>
303
+ </svg>
304
+ <div class="placeholder">Departure</div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Keyboard mock -->
310
+ <div class="keyboard">
311
+ <div class="kb-top">
312
+ <span>⌨</span>
313
+ <div class="kb-suggest">Stuttgart</div>
314
+ <span>🎙</span>
315
+ </div>
316
+ <!-- Row 1 -->
317
+ <div class="keys">
318
+ <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>
319
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
320
+ </div>
321
+ <!-- Row 2 -->
322
+ <div class="row-flex">
323
+ <div class="key mid">a</div><div class="key mid">s</div><div class="key mid">d</div><div class="key mid">f</div>
324
+ <div class="key mid">g</div><div class="key mid">h</div><div class="key mid">j</div><div class="key mid">k</div><div class="key mid">l</div>
325
+ </div>
326
+ <!-- Row 3 -->
327
+ <div class="row-flex">
328
+ <div class="key">⇧</div>
329
+ <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>
330
+ <div class="key">⌫</div>
331
+ </div>
332
+ <!-- Row 4 -->
333
+ <div class="row-flex">
334
+ <div class="key key-green" style="width:120px;">?123</div>
335
+ <div class="key" style="width:120px;">,</div>
336
+ <div class="key-wide">space</div>
337
+ <div class="key" style="width:120px;">.</div>
338
+ <div class="key key-green" style="width:160px;">↵</div>
339
+ </div>
340
+ <div class="bottom-bar"></div>
341
+ </div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/5671/5671_15.html ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Search Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 0 28px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 34px;
27
+ background: #1a1a1a;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 24px;
33
+ color: #EDEDED;
34
+ font-size: 28px;
35
+ opacity: 0.9;
36
+ }
37
+ .status-icons .pill {
38
+ width: 44px; height: 20px; border-radius: 10px; background: #2C2C2C; display: inline-block;
39
+ }
40
+ .battery {
41
+ width: 64px; height: 34px; border-radius: 6px; border: 2px solid #EDEDED; position: relative; display: inline-block;
42
+ }
43
+ .battery::after {
44
+ content: ""; position: absolute; right: -8px; top: 9px; width: 6px; height: 16px; background: #EDEDED; border-radius: 2px;
45
+ }
46
+ .battery .level {
47
+ position: absolute; left: 4px; top: 4px; bottom: 4px; right: 6px; background: #9AE6C9; border-radius: 4px;
48
+ }
49
+
50
+ /* Browser app bar */
51
+ .app-bar {
52
+ height: 140px;
53
+ background: #202124;
54
+ display: flex; align-items: center;
55
+ padding: 0 24px;
56
+ box-sizing: border-box;
57
+ border-bottom: 1px solid #2b2b2b;
58
+ }
59
+ .app-left { display: flex; align-items: center; gap: 16px; flex: 1; }
60
+ .app-title {
61
+ display: flex; flex-direction: column; line-height: 1.2;
62
+ }
63
+ .app-title .main { font-size: 36px; color: #EDEDED; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 590px; }
64
+ .app-title .sub { font-size: 26px; color: #B9B9B9; }
65
+ .app-actions { display: flex; align-items: center; gap: 24px; }
66
+ .icon-btn { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 32px; }
67
+ .icon-btn:hover { background: #2a2b2e; }
68
+
69
+ /* Search input bar */
70
+ .search-bar {
71
+ height: 110px;
72
+ background: #2b2b2f;
73
+ display: flex; align-items: center;
74
+ padding: 0 24px;
75
+ box-sizing: border-box;
76
+ border-bottom: 1px solid #333;
77
+ }
78
+ .search-field {
79
+ display: flex; align-items: center;
80
+ gap: 20px;
81
+ flex: 1;
82
+ }
83
+ .search-text {
84
+ font-size: 44px; color: #EDEDED;
85
+ }
86
+ .plus { width: 64px; height: 64px; display: grid; place-items: center; }
87
+
88
+ /* List section */
89
+ .list {
90
+ height: 950px;
91
+ overflow: hidden;
92
+ background: #1f2023;
93
+ }
94
+ .item {
95
+ padding: 26px 28px;
96
+ border-bottom: 1px solid #2b2c2f;
97
+ display: flex;
98
+ align-items: center;
99
+ gap: 26px;
100
+ }
101
+ .item .left-ico {
102
+ width: 64px; height: 64px; display: grid; place-items: center;
103
+ border-radius: 12px;
104
+ background: transparent;
105
+ }
106
+ .texts { flex: 1; }
107
+ .title { font-size: 38px; color: #EDEDED; }
108
+ .subtitle { font-size: 26px; color: #9FA3A7; margin-top: 6px; }
109
+ .right {
110
+ width: 60px; display: grid; place-items: center;
111
+ }
112
+ .badge {
113
+ margin-left: 10px; color: #9FA3A7; font-size: 26px;
114
+ }
115
+ .muted { color: #9FA3A7; }
116
+
117
+ /* Keyboard mock */
118
+ .keyboard {
119
+ height: 1110px;
120
+ background: #0e1a1c;
121
+ border-top: 1px solid #0b1416;
122
+ display: flex;
123
+ flex-direction: column;
124
+ }
125
+ .kb-suggestions {
126
+ height: 100px; display: flex; align-items: center; gap: 24px; padding: 0 24px; box-sizing: border-box;
127
+ background: #0c1618; border-bottom: 1px solid #122125;
128
+ }
129
+ .chip {
130
+ padding: 10px 22px; border-radius: 18px; background: #1c2b2f; color: #cfd7d9; font-size: 28px;
131
+ }
132
+ .kb-row {
133
+ flex: 1; display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; padding: 18px 18px 0 18px; box-sizing: border-box;
134
+ }
135
+ .kb-row.row2 { grid-template-columns: repeat(9, 1fr); padding-top: 14px; }
136
+ .kb-row.row3 { grid-template-columns: 1.3fr repeat(7, 1fr) 1.3fr; padding-top: 14px; }
137
+ .kb-row.row4 { grid-template-columns: 1.6fr repeat(5, 1fr) 1.6fr; padding-top: 14px; }
138
+ .key {
139
+ background: #1e2a2d; color: #dfe7e9; display: grid; place-items: center;
140
+ border-radius: 16px; font-size: 40px; height: 140px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.3);
141
+ }
142
+ .key.small { font-size: 34px; }
143
+ .key.action { background: #6BE3BF; color: #08211f; }
144
+ .spacebar { grid-column: span 3; }
145
+ .shift { grid-column: span 1; }
146
+ .enter { grid-column: span 1; }
147
+ .wide { grid-column: span: 2; }
148
+ .emoji { font-size: 36px; }
149
+ .bottom-hint {
150
+ height: 24px; width: 360px; background: #D9D9D9; border-radius: 12px; margin: 8px auto 0;
151
+ }
152
+
153
+ /* Simple SVG helper */
154
+ svg { width: 42px; height: 42px; fill: none; stroke: #EDEDED; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
155
+ .muted-stroke svg { stroke: #A6A6A6; }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ <div style="display:flex; align-items:center; gap:16px;">
164
+ <span style="font-weight:600;">1:56</span>
165
+ <span class="pill"></span>
166
+ <span class="pill"></span>
167
+ <span class="pill"></span>
168
+ </div>
169
+ <div class="status-icons">
170
+ <span style="opacity:.9;">📶</span>
171
+ <span style="opacity:.9;">📡</span>
172
+ <div class="battery"><div class="level"></div></div>
173
+ <span style="font-size:28px;">100%</span>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Browser app bar -->
178
+ <div class="app-bar">
179
+ <div class="app-left">
180
+ <!-- Close icon -->
181
+ <div class="icon-btn">
182
+ <svg viewBox="0 0 24 24"><path d="M5 5L19 19M19 5L5 19"/></svg>
183
+ </div>
184
+ <!-- Lock icon -->
185
+ <div class="icon-btn muted-stroke">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M7 11V8a5 5 0 0 1 10 0v3"/>
188
+ <rect x="5" y="11" width="14" height="9" rx="2" ry="2" stroke-width="2.5"/>
189
+ </svg>
190
+ </div>
191
+ <div class="app-title">
192
+ <div class="main">Google Flights – Find ch...</div>
193
+ <div class="sub">google.com</div>
194
+ </div>
195
+ </div>
196
+ <div class="app-actions">
197
+ <!-- Share -->
198
+ <div class="icon-btn">
199
+ <svg viewBox="0 0 24 24">
200
+ <circle cx="6" cy="12" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="18" cy="18" r="2"/>
201
+ <path d="M8 12L16 7M8 12L16 17"/>
202
+ </svg>
203
+ </div>
204
+ <!-- Bookmark -->
205
+ <div class="icon-btn">
206
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v16l-6-3-6 3z"/></svg>
207
+ </div>
208
+ <!-- More -->
209
+ <div class="icon-btn">
210
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Search bar -->
216
+ <div class="search-bar">
217
+ <div class="search-field">
218
+ <!-- Back arrow -->
219
+ <svg viewBox="0 0 24 24"><path d="M15 5L7 12l8 7"/><path d="M7 12h12"/></svg>
220
+ <div class="search-text">Berlin, Germany</div>
221
+ </div>
222
+ <div class="plus">
223
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Suggestions list -->
228
+ <div class="list">
229
+
230
+ <!-- Berlin, Germany -->
231
+ <div class="item">
232
+ <div class="left-ico">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M12 21s6-6 6-10a6 6 0 1 0-12 0c0 4 6 10 6 10z"/>
235
+ <circle cx="12" cy="11" r="2.5"/>
236
+ </svg>
237
+ </div>
238
+ <div class="texts">
239
+ <div class="title">Berlin, Germany</div>
240
+ <div class="subtitle">Capital of Germany</div>
241
+ </div>
242
+ <div class="right">
243
+ <svg viewBox="0 0 24 24"><path d="M6 15l6-6 6 6"/></svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Berlin Brandenburg Airport -->
248
+ <div class="item">
249
+ <div class="left-ico">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M2 14l20-6-7 6 7 2-7 2-6-2-3 3-2-1 3-4-5-2z" />
252
+ </svg>
253
+ </div>
254
+ <div class="texts">
255
+ <div class="title">Berlin Brandenburg Airport <span class="badge">BER</span></div>
256
+ <div class="subtitle">11 mi to destination</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Berlin Central Station -->
261
+ <div class="item">
262
+ <div class="left-ico">
263
+ <svg viewBox="0 0 24 24">
264
+ <rect x="4" y="5" width="16" height="12" rx="2"/>
265
+ <circle cx="9" cy="17.5" r="1.2"/><circle cx="15" cy="17.5" r="1.2"/>
266
+ </svg>
267
+ </div>
268
+ <div class="texts">
269
+ <div class="title">Berlin Central Station</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Berlin, Maryland, USA -->
274
+ <div class="item">
275
+ <div class="left-ico">
276
+ <svg viewBox="0 0 24 24">
277
+ <path d="M12 21s6-6 6-10a6 6 0 1 0-12 0c0 4 6 10 6 10z"/>
278
+ <circle cx="12" cy="11" r="2.5"/>
279
+ </svg>
280
+ </div>
281
+ <div class="texts">
282
+ <div class="title">Berlin, Maryland, USA</div>
283
+ <div class="subtitle">Town in Maryland</div>
284
+ </div>
285
+ <div class="right">
286
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- New Berlin, Wisconsin, USA -->
291
+ <div class="item">
292
+ <div class="left-ico">
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M12 21s6-6 6-10a6 6 0 1 0-12 0c0 4 6 10 6 10z"/>
295
+ <circle cx="12" cy="11" r="2.5"/>
296
+ </svg>
297
+ </div>
298
+ <div class="texts">
299
+ <div class="title">New Berlin, Wisconsin, USA</div>
300
+ <div class="subtitle">City in Wisconsin</div>
301
+ </div>
302
+ <div class="right">
303
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Berlin, New Hampshire, USA -->
308
+ <div class="item">
309
+ <div class="left-ico">
310
+ <svg viewBox="0 0 24 24">
311
+ <path d="M12 21s6-6 6-10a6 6 0 1 0-12 0c0 4 6 10 6 10z"/>
312
+ <circle cx="12" cy="11" r="2.5"/>
313
+ </svg>
314
+ </div>
315
+ <div class="texts">
316
+ <div class="title">Berlin, New Hampshire, USA</div>
317
+ <div class="subtitle">City in New Hampshire</div>
318
+ </div>
319
+ <div class="right">
320
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Bernau bei Berlin, Germany -->
325
+ <div class="item">
326
+ <div class="left-ico">
327
+ <svg viewBox="0 0 24 24">
328
+ <path d="M12 21s6-6 6-10a6 6 0 1 0-12 0c0 4 6 10 6 10z"/>
329
+ <circle cx="12" cy="11" r="2.5"/>
330
+ </svg>
331
+ </div>
332
+ <div class="texts">
333
+ <div class="title">Bernau bei Berlin, Germany</div>
334
+ </div>
335
+ <div class="right">
336
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
337
+ </div>
338
+ </div>
339
+
340
+ </div>
341
+
342
+ <!-- Keyboard -->
343
+ <div class="keyboard">
344
+ <div class="kb-suggestions">
345
+ <span class="chip">Berlin</span>
346
+ <span class="chip">Berliner</span>
347
+ <span class="chip">Berl in</span>
348
+ </div>
349
+
350
+ <div class="kb-row">
351
+ <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>
352
+ <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>
353
+ </div>
354
+
355
+ <div class="kb-row row2">
356
+ <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>
357
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
358
+ </div>
359
+
360
+ <div class="kb-row row3">
361
+ <div class="key shift">⇧</div>
362
+ <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>
363
+ <div class="key"><svg viewBox="0 0 24 24"><path d="M19 12H8"/><path d="M12 8l-4 4 4 4"/></svg></div>
364
+ </div>
365
+
366
+ <div class="kb-row row4">
367
+ <div class="key action small">?123</div>
368
+ <div class="key">,</div>
369
+ <div class="key emoji">😊</div>
370
+ <div class="key spacebar">space</div>
371
+ <div class="key">.</div>
372
+ <div class="key"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg></div>
373
+ <div class="key action enter"><svg viewBox="0 0 24 24"><path d="M19 7v6a2 2 0 0 1-2 2H6"/><path d="M10 11l-4 4 4 4"/></svg></div>
374
+ </div>
375
+
376
+ <div class="bottom-hint"></div>
377
+ </div>
378
+
379
+ </div>
380
+ </body>
381
+ </html>
code/5671/5671_16.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Google Flights 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: #121212;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #EAEAEA;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 82px;
21
+ background: #1E1E1E;
22
+ padding: 0 24px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-size: 32px;
27
+ color: #DADADA;
28
+ }
29
+ .sb-left, .sb-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 18px;
33
+ }
34
+ .icon-dot {
35
+ width: 18px; height: 18px; background:#9E9E9E; border-radius:50%;
36
+ }
37
+
38
+ /* Browser bar */
39
+ .browser-bar {
40
+ height: 140px;
41
+ background: #2A2A2A;
42
+ border-bottom: 1px solid #3A3A3A;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 22px;
46
+ gap: 18px;
47
+ }
48
+ .bb-title {
49
+ flex: 1;
50
+ }
51
+ .bb-line1 { font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
52
+ .bb-line2 { font-size: 26px; color: #BDBDBD; margin-top: 4px; }
53
+ .bb-actions {
54
+ display: flex; align-items: center; gap: 26px;
55
+ }
56
+ .icon-btn { width: 48px; height: 48px; display:flex; align-items:center; justify-content:center; }
57
+
58
+ /* Google header */
59
+ .g-header {
60
+ height: 120px;
61
+ background: #1A1C1F;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px;
65
+ justify-content: space-between;
66
+ border-bottom: 1px solid #2B2F33;
67
+ }
68
+ .gh-left { display:flex; align-items:center; gap: 22px; }
69
+ .google-text { font-size: 48px; font-weight: 600; letter-spacing: .2px; }
70
+ .gh-right { display:flex; align-items:center; gap: 26px; }
71
+ .avatar {
72
+ width: 64px; height: 64px; background:#1FAA59; color:#0B2; border-radius:50%;
73
+ display:flex; align-items:center; justify-content:center; font-weight:700;
74
+ }
75
+
76
+ /* Tabs */
77
+ .tabs {
78
+ height: 92px;
79
+ background: #1A1C1F;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 24px;
83
+ gap: 32px;
84
+ border-bottom: 1px solid #2B2F33;
85
+ }
86
+ .tab { color:#C9C9C9; font-size: 34px; padding: 18px 10px; position: relative; }
87
+ .tab.active { color: #FFFFFF; font-weight: 600; }
88
+ .tab.active::after {
89
+ content: "";
90
+ position: absolute;
91
+ left: 10px; right: 10px; bottom: -8px;
92
+ height: 6px; background: #4C8DF6; border-radius: 3px;
93
+ }
94
+
95
+ /* Hero */
96
+ .hero {
97
+ height: 310px;
98
+ background: #2A2D31;
99
+ border-bottom: 1px solid #2B2F33;
100
+ display: flex; align-items: center; justify-content: center;
101
+ }
102
+ .hero .img {
103
+ width: 1000px; height: 220px;
104
+ background: #E0E0E0; border: 1px solid #BDBDBD; color:#757575;
105
+ display:flex; align-items:center; justify-content:center;
106
+ font-size: 28px;
107
+ }
108
+
109
+ .title {
110
+ text-align: center;
111
+ font-size: 96px;
112
+ font-weight: 600;
113
+ margin: 22px 0 6px;
114
+ }
115
+
116
+ /* Filters */
117
+ .filters {
118
+ width: 1032px;
119
+ margin: 0 auto;
120
+ display:flex;
121
+ align-items:center;
122
+ gap: 26px;
123
+ justify-content: center;
124
+ color: #CFCFCF;
125
+ font-size: 34px;
126
+ }
127
+ .filter { display:flex; align-items:center; gap: 12px; padding: 10px 14px; }
128
+ .sep { color:#555; }
129
+
130
+ /* Inputs */
131
+ .input-area {
132
+ width: 1032px;
133
+ margin: 24px auto 0;
134
+ position: relative;
135
+ }
136
+ .input-row {
137
+ display: grid;
138
+ grid-template-columns: 1fr 1fr;
139
+ gap: 12px;
140
+ }
141
+ .ibox {
142
+ height: 104px;
143
+ background: #1C1F22;
144
+ border: 2px solid #3A3E43;
145
+ border-radius: 18px;
146
+ display:flex;
147
+ align-items:center;
148
+ padding: 0 24px;
149
+ gap: 18px;
150
+ font-size: 40px;
151
+ color: #E6E6E6;
152
+ }
153
+ .ibox.focus {
154
+ border-color: #3B83F7;
155
+ box-shadow: inset 0 0 0 2px #3B83F7;
156
+ }
157
+ .swap {
158
+ position: absolute;
159
+ left: 50%;
160
+ top: 52px;
161
+ transform: translate(-50%, -50%);
162
+ width: 92px; height: 92px;
163
+ border-radius: 50%;
164
+ background: #22282B;
165
+ border: 2px solid #3A3E43;
166
+ display:flex; align-items:center; justify-content:center;
167
+ z-index: 2;
168
+ }
169
+
170
+ .field {
171
+ height: 104px;
172
+ background: #1C1F22;
173
+ border: 2px solid #3A3E43;
174
+ border-radius: 18px;
175
+ display:flex;
176
+ align-items:center;
177
+ padding: 0 24px;
178
+ gap: 18px;
179
+ font-size: 38px;
180
+ color: #CFCFCF;
181
+ margin-top: 18px;
182
+ }
183
+
184
+ /* Keyboard */
185
+ .keyboard {
186
+ position: absolute;
187
+ left: 0; right: 0; bottom: 0;
188
+ height: 980px;
189
+ background: #0F2226;
190
+ border-top: 1px solid #203035;
191
+ padding: 16px 18px 24px;
192
+ box-sizing: border-box;
193
+ }
194
+ .suggest {
195
+ height: 112px;
196
+ background: #152D31;
197
+ border-radius: 16px;
198
+ display:flex;
199
+ align-items:center;
200
+ padding: 0 18px;
201
+ gap: 16px;
202
+ color: #D7E3E6;
203
+ font-size: 36px;
204
+ margin-bottom: 18px;
205
+ }
206
+ .suggest .sicon {
207
+ width: 56px; height: 56px; background:#1D3A3F; border-radius: 12px;
208
+ display:flex; align-items:center; justify-content:center;
209
+ }
210
+ .chip {
211
+ padding: 10px 20px;
212
+ background: #22393E;
213
+ border-radius: 16px;
214
+ }
215
+ .keys {
216
+ display: grid;
217
+ grid-template-rows: repeat(4, auto);
218
+ row-gap: 16px;
219
+ }
220
+ .row {
221
+ display:flex; justify-content: center; gap: 14px;
222
+ }
223
+ .key {
224
+ width: 90px; height: 110px; background:#243238; border-radius: 14px;
225
+ display:flex; align-items:center; justify-content:center;
226
+ color:#E6F1F4; font-size: 40px;
227
+ }
228
+ .key.wide { width: 120px; }
229
+ .key.back { width: 120px; }
230
+ .space { width: 480px; }
231
+ .round-green {
232
+ width: 116px; height: 116px; background:#7FE0B2; color:#0D3326; border-radius: 58px;
233
+ display:flex; align-items:center; justify-content:center; font-weight:700;
234
+ }
235
+
236
+ /* Utility icons */
237
+ svg { display:block; }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- Status Bar -->
244
+ <div class="status-bar">
245
+ <div class="sb-left">
246
+ <div>1:56</div>
247
+ <div class="icon-dot"></div>
248
+ <div class="icon-dot"></div>
249
+ <div class="icon-dot"></div>
250
+ <div class="icon-dot"></div>
251
+ </div>
252
+ <div class="sb-right">
253
+ <div class="icon-dot"></div>
254
+ <div style="font-size:28px; color:#BDBDBD;">100%</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Browser Bar -->
259
+ <div class="browser-bar">
260
+ <div class="icon-btn" aria-label="Close">
261
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#E0E0E0"><path d="M18.3 5.7L5.7 18.3M5.7 5.7l12.6 12.6" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round"/></svg>
262
+ </div>
263
+ <div class="icon-btn" aria-label="Lock">
264
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 10h12v9H6z" fill="#CFCFCF"/><path d="M8 10V7a4 4 0 118 0v3" stroke="#CFCFCF" stroke-width="2" fill="none"/></svg>
265
+ </div>
266
+ <div class="bb-title">
267
+ <div class="bb-line1">Google Flights – Find ch...</div>
268
+
code/5671/5671_17.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Calendar Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #E0E0E0;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px;
17
+ padding: 28px 36px;
18
+ background: #1C1C1C;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ box-sizing: border-box;
21
+ }
22
+ .status-left { font-size: 42px; color: #E0E0E0; }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+ .status-icon svg { width: 44px; height: 44px; fill: none; stroke: #E0E0E0; stroke-width: 3; }
25
+ .battery { display: flex; align-items: center; gap: 12px; font-size: 36px; }
26
+ .battery svg { width: 60px; height: 36px; }
27
+
28
+ /* Chrome custom tab header */
29
+ .tab-bar {
30
+ height: 170px; background: #232323; border-bottom: 1px solid #2E2E2E;
31
+ display: flex; align-items: center; justify-content: space-between;
32
+ padding: 0 28px; box-sizing: border-box;
33
+ }
34
+ .tab-left, .tab-right { display: flex; align-items: center; gap: 28px; }
35
+ .tab-title { display: flex; flex-direction: column; }
36
+ .tab-title .title { font-size: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 620px; }
37
+ .tab-title .domain { font-size: 32px; color: #9E9E9E; }
38
+ .icon-btn svg { width: 56px; height: 56px; stroke: #E0E0E0; fill: none; stroke-width: 3; }
39
+
40
+ /* Page header */
41
+ .page-header {
42
+ padding: 28px 36px 24px; box-sizing: border-box;
43
+ }
44
+ .row { display: flex; align-items: center; gap: 24px; }
45
+ .back svg { width: 56px; height: 56px; stroke: #E0E0E0; stroke-width: 3; fill: none; }
46
+ .mode { font-size: 40px; color: #E0E0E0; display: flex; align-items: center; gap: 10px; }
47
+ .mode .caret { width: 22px; height: 22px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #E0E0E0; }
48
+ .depart-btn {
49
+ margin-top: 24px; width: 100%; height: 150px;
50
+ border: 3px solid #4A7AF7; border-radius: 18px;
51
+ display: flex; align-items: center; justify-content: center;
52
+ font-size: 46px; color: #E0E0E0; background: #1A1A1A;
53
+ }
54
+ .divider { height: 2px; background: #2A2A2A; margin-top: 18px; }
55
+
56
+ /* Calendar */
57
+ .calendar { padding: 24px 36px 280px; box-sizing: border-box; }
58
+ .month { margin-top: 26px; }
59
+ .month-title { font-size: 54px; margin: 12px 0 22px; color: #F1F1F1; }
60
+ .dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 0 12px; color: #B0B0B0; font-size: 34px; }
61
+ .dow div { text-align: center; }
62
+ .grid {
63
+ margin-top: 16px;
64
+ display: grid; grid-template-columns: repeat(7, 1fr);
65
+ gap: 8px; padding: 0 12px;
66
+ }
67
+ .day {
68
+ height: 140px; border-radius: 10px;
69
+ position: relative; padding: 10px 10px 6px; box-sizing: border-box;
70
+ }
71
+ .day .num { font-size: 40px; color: #DCDCDC; }
72
+ .day.muted .num { color: #6F6F6F; }
73
+ .price { position: absolute; bottom: 10px; left: 10px; font-size: 30px; color: #A8A8A8; }
74
+ .price.green { color: #39B36B; }
75
+ .price.grey { color: #A8A8A8; }
76
+
77
+ /* Bottom action bar */
78
+ .bottom-bar {
79
+ position: absolute; left: 0; right: 0; bottom: 80px;
80
+ height: 160px; background: #1E1E1E; border-top: 1px solid #2A2A2A;
81
+ display: flex; align-items: center; justify-content: space-between;
82
+ padding: 0 36px; box-sizing: border-box;
83
+ }
84
+ .reset { font-size: 42px; color: #B0B0B0; }
85
+ .done {
86
+ background: #3A3A3A; color: #EDEDED; font-size: 42px;
87
+ padding: 22px 44px; border-radius: 40px;
88
+ }
89
+
90
+ /* Home indicator */
91
+ .home-indicator {
92
+ position: absolute; bottom: 18px; left: 50%;
93
+ transform: translateX(-50%);
94
+ width: 240px; height: 10px; background: #D0D0D0; border-radius: 8px; opacity: 0.8;
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- Status bar -->
102
+ <div class="status-bar">
103
+ <div class="status-left">1:57</div>
104
+ <div class="status-right">
105
+ <div class="status-icon">
106
+ <!-- Wi-Fi icon -->
107
+ <svg viewBox="0 0 48 48">
108
+ <path d="M4 16c9-8 31-8 40 0"/>
109
+ <path d="M10 22c6-6 22-6 28 0"/>
110
+ <path d="M16 28c4-4 12-4 16 0"/>
111
+ <circle cx="24" cy="34" r="3" fill="#E0E0E0" stroke="none"/>
112
+ </svg>
113
+ </div>
114
+ <div class="battery">
115
+ <svg viewBox="0 0 60 36">
116
+ <rect x="2" y="4" width="48" height="28" rx="4" ry="4" stroke="#E0E0E0" fill="none" stroke-width="3"/>
117
+ <rect x="6" y="8" width="36" height="20" rx="3" fill="#E0E0E0"/>
118
+ <rect x="50" y="12" width="8" height="12" rx="2" fill="#E0E0E0"/>
119
+ </svg>
120
+ <span>100%</span>
121
+ </div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Chrome tab header -->
126
+ <div class="tab-bar">
127
+ <div class="tab-left">
128
+ <!-- Close X -->
129
+ <div class="icon-btn">
130
+ <svg viewBox="0 0 56 56">
131
+ <path d="M12 12 L44 44 M44 12 L12 44"/>
132
+ </svg>
133
+ </div>
134
+ <!-- Lock icon -->
135
+ <div class="icon-btn">
136
+ <svg viewBox="0 0 56 56">
137
+ <rect x="14" y="24" width="28" height="22" rx="4"/>
138
+ <path d="M20 24 v-6 a8 8 0 0 1 16 0 v6"/>
139
+ </svg>
140
+ </div>
141
+ <div class="tab-title">
142
+ <div class="title">Google Flights – Find ch...</div>
143
+ <div class="domain">google.com</div>
144
+ </div>
145
+ </div>
146
+ <div class="tab-right">
147
+ <!-- Share -->
148
+ <div class="icon-btn">
149
+ <svg viewBox="0 0 56 56">
150
+ <circle cx="14" cy="28" r="5"/>
151
+ <circle cx="42" cy="14" r="5"/>
152
+ <circle cx="42" cy="42" r="5"/>
153
+ <path d="M18 26 L36 16 M18 30 L36 40"/>
154
+ </svg>
155
+ </div>
156
+ <!-- Bookmark -->
157
+ <div class="icon-btn">
158
+ <svg viewBox="0 0 56 56">
159
+ <path d="M16 10 h24 v36 l-12 -8 -12 8 z"/>
160
+ </svg>
161
+ </div>
162
+ <!-- Menu dots -->
163
+ <div class="icon-btn">
164
+ <svg viewBox="0 0 56 56">
165
+ <circle cx="28" cy="12" r="4"/>
166
+ <circle cx="28" cy="28" r="4"/>
167
+ <circle cx="28" cy="44" r="4"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Page header -->
174
+ <div class="page-header">
175
+ <div class="row">
176
+ <div class="back">
177
+ <svg viewBox="0 0 56 56"><path d="M34 10 L16 28 L34 46"/></svg>
178
+ </div>
179
+ <div class="mode">One-way <span class="caret"></span></div>
180
+ </div>
181
+ <div class="depart-btn">Departure</div>
182
+ </div>
183
+ <div class="divider"></div>
184
+
185
+ <!-- Calendar -->
186
+ <div class="calendar">
187
+
188
+ <!-- December -->
189
+ <div class="month">
190
+ <div class="month-title">December</div>
191
+ <div class="dow">
192
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
193
+ </div>
194
+ <div class="grid">
195
+ <!-- Row 1: blanks then 1,2,3 -->
196
+ <div class="day muted"></div>
197
+ <div class="day muted"></div>
198
+ <div class="day muted"></div>
199
+ <div class="day muted"></div>
200
+ <div class="day"><div class="num">1</div></div>
201
+ <div class="day"><div class="num">2</div></div>
202
+ <div class="day"><div class="num">3</div></div>
203
+ <!-- Row 2 -->
204
+ <div class="day"><div class="num">4</div></div>
205
+ <div class="day"><div class="num">5</div></div>
206
+ <div class="day"><div class="num">6</div></div>
207
+ <div class="day"><div class="num">7</div></div>
208
+ <div class="day"><div class="num">8</div></div>
209
+ <div class="day"><div class="num">9</div></div>
210
+ <div class="day"><div class="num">10</div></div>
211
+ <!-- Row 3 -->
212
+ <div class="day"><div class="num">11</div></div>
213
+ <div class="day"><div class="num">12</div></div>
214
+ <div class="day"><div class="num">13</div></div>
215
+ <div class="day"><div class="num">14</div></div>
216
+ <div class="day"><div class="num">15</div></div>
217
+ <div class="day"><div class="num">16</div></div>
218
+ <div class="day"><div class="num">17</div></div>
219
+ <!-- Row 4 with prices -->
220
+ <div class="day"><div class="num">18</div><div class="price grey">£138</div></div>
221
+ <div class="day"><div class="num">19</div><div class="price grey">£114</div></div>
222
+ <div class="day"><div class="num">20</div><div class="price grey">£114</div></div>
223
+ <div class="day"><div class="num">21</div><div class="price grey">£114</div></div>
224
+ <div class="day"><div class="num">22</div><div class="price grey">£114</div></div>
225
+ <div class="day"><div class="num">23</div><div class="price grey">£97</div></div>
226
+ <div class="day"><div class="num">24</div><div class="price grey">£35</div></div>
227
+ <!-- Row 5 -->
228
+ <div class="day"><div class="num">25</div><div class="price grey">£66</div></div>
229
+ <div class="day"><div class="num">26</div><div class="price grey">£83</div></div>
230
+ <div class="day"><div class="num">27</div><div class="price grey">£97</div></div>
231
+ <div class="day"><div class="num">28</div><div class="price grey">£97</div></div>
232
+ <div class="day"><div class="num">29</div><div class="price grey">£97</div></div>
233
+ <div class="day"><div class="num">30</div><div class="price grey">£97</div></div>
234
+ <div class="day"><div class="num">31</div><div class="price grey">£49</div></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- January -->
239
+ <div class="month">
240
+ <div class="month-title">January 2024</div>
241
+ <div class="dow">
242
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
243
+ </div>
244
+ <div class="grid">
245
+ <!-- Row 1 -->
246
+ <div class="day"><div class="num">1</div><div class="price grey">£66</div></div>
247
+ <div class="day"><div class="num">2</div><div class="price grey">£76</div></div>
248
+ <div class="day"><div class="num">3</div><div class="price grey">£43</div></div>
249
+ <div class="day"><div class="num">4</div><div class="price grey">£35</div></div>
250
+ <div class="day"><div class="num">5</div><div class="price grey">£35</div></div>
251
+ <div class="day"><div class="num">6</div><div class="price grey">£35</div></div>
252
+ <div class="day"><div class="num">7</div><div class="price grey">£35</div></div>
253
+ <!-- Row 2 -->
254
+ <div class="day"><div class="num">8</div><div class="price green">£31</div></div>
255
+ <div class="day"><div class="num">9</div><div class="price green">£31</div></div>
256
+ <div class="day"><div class="num">10</div><div class="price green">£31</div></div>
257
+ <div class="day"><div class="num">11</div><div class="price green">£31</div></div>
258
+ <div class="day"><div class="num">12</div><div class="price green">£31</div></div>
259
+ <div class="day"><div class="num">13</div><div class="price green">£31</div></div>
260
+ <div class="day"><div class="num">14</div><div class="price grey">£35</div></div>
261
+ <!-- Row 3 -->
262
+ <div class="day"><div class="num">15</div><div class="price green">£31</div></div>
263
+ <div class="day"><div class="num">16</div><div class="price green">£31</div></div>
264
+ <div class="day"><div class="num">17</div><div class="price green">£31</div></div>
265
+ <div class="day"><div class="num">18</div><div class="price green">£31</div></div>
266
+ <div class="day"><div class="num">19</div><div class="price green">£31</div></div>
267
+ <div class="day"><div class="num">20</div><div class="price green">£31</div></div>
268
+ <div class="day"><div class="num">21</div><div class="price grey">£35</div></div>
269
+ </div>
270
+ </div>
271
+
272
+ </div>
273
+
274
+ <!-- Bottom bar -->
275
+ <div class="bottom-bar">
276
+ <div class="reset">Reset</div>
277
+ <div class="done">Done</div>
278
+ </div>
279
+
280
+ <!-- Home indicator -->
281
+ <div class="home-indicator"></div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/5671/5671_18.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Calendar UI Mock</title>
7
+ <style>
8
+ /* Body reset */
9
+ html, body { margin: 0; padding: 0; }
10
+ body { background: transparent; }
11
+
12
+ /* Root render target */
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #121212;
19
+ color: #EDEDED;
20
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
21
+ }
22
+
23
+ /* Simple helpers */
24
+ .row { display: flex; align-items: center; }
25
+ .spacer { flex: 1; }
26
+ .muted { color: #9AA0A6; }
27
+ .divider { height: 1px; background: #2A2A2A; width: 100%; }
28
+
29
+ /* Status bar */
30
+ .status-bar {
31
+ height: 84px;
32
+ padding: 0 28px;
33
+ background: #1E1F20;
34
+ font-weight: 600;
35
+ font-size: 34px;
36
+ display: flex;
37
+ align-items: center;
38
+ }
39
+ .status-icons { display: flex; align-items: center; gap: 22px; color: #EDEDED; font-size: 26px; }
40
+
41
+ /* URL/app bar */
42
+ .url-bar {
43
+ background: #1F1F1F;
44
+ padding: 22px 28px 26px 28px;
45
+ border-bottom: 1px solid #2A2A2A;
46
+ }
47
+ .url-top {
48
+ display: flex; align-items: center; gap: 18px;
49
+ }
50
+ .url-title {
51
+ display: flex; flex-direction: column;
52
+ line-height: 1.15;
53
+ }
54
+ .url-title .title {
55
+ font-size: 32px; font-weight: 600; color: #ECEFF1;
56
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 640px;
57
+ }
58
+ .url-title .sub {
59
+ font-size: 24px; color: #9AA0A6; margin-top: 6px;
60
+ }
61
+ .url-actions { margin-left: auto; display: flex; align-items: center; gap: 28px; }
62
+
63
+ .icon { width: 40px; height: 40px; display: inline-block; }
64
+ .icon svg { width: 100%; height: 100%; fill: #E0E0E0; }
65
+
66
+ /* Search / mode bar */
67
+ .mode-bar {
68
+ display: flex; align-items: center;
69
+ gap: 24px;
70
+ padding: 26px 28px 26px 28px;
71
+ background: #1A1A1A;
72
+ border-bottom: 1px solid #2A2A2A;
73
+ }
74
+ .chip {
75
+ border: 1px solid #3A3A3A;
76
+ padding: 22px 24px;
77
+ border-radius: 16px;
78
+ color: #E0E0E0;
79
+ font-size: 36px;
80
+ flex: 1;
81
+ text-align: center;
82
+ }
83
+ .mode-select {
84
+ color: #E0E0E0;
85
+ font-size: 34px;
86
+ display: inline-flex;
87
+ align-items: center;
88
+ gap: 10px;
89
+ }
90
+ .mode-select .caret {
91
+ width: 20px; height: 20px; border: solid #9AA0A6; border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: 6px;
92
+ }
93
+
94
+ /* Calendar container */
95
+ .calendar {
96
+ height: 1640px;
97
+ overflow: hidden;
98
+ padding: 10px 40px 0 40px;
99
+ }
100
+ .month {
101
+ padding: 34px 8px 8px 8px;
102
+ }
103
+ .month h2 {
104
+ font-size: 44px; font-weight: 600; margin: 16px 0 22px; color: #ECEFF1;
105
+ }
106
+ .weekdays, .days {
107
+ display: grid;
108
+ grid-template-columns: repeat(7, 1fr);
109
+ }
110
+ .weekdays {
111
+ gap: 6px;
112
+ padding: 0 6px 10px;
113
+ }
114
+ .weekdays div {
115
+ text-align: center;
116
+ font-size: 28px;
117
+ color: #9AA0A6;
118
+ }
119
+ .days {
120
+ gap: 10px 6px;
121
+ }
122
+ .day {
123
+ height: 120px;
124
+ display: flex; flex-direction: column;
125
+ align-items: center; justify-content: center;
126
+ position: relative;
127
+ }
128
+ .day .num {
129
+ font-size: 36px; line-height: 44px; margin-bottom: 6px; color: #E0E0E0;
130
+ }
131
+ .day .price {
132
+ font-size: 22px; color: #B0BEC5;
133
+ }
134
+ .day.good .price { color: #46D37E; }
135
+ .day.dim .num, .day.dim .price { color: #5F6368; }
136
+
137
+ .day.selected .num {
138
+ background: #8AB4F8;
139
+ color: #0D1B2A;
140
+ width: 88px; height: 88px; border-radius: 50%;
141
+ display: flex; align-items: center; justify-content: center;
142
+ font-weight: 700;
143
+ }
144
+
145
+ /* Bottom action bar */
146
+ .bottom-bar {
147
+ position: absolute;
148
+ left: 0; right: 0; bottom: 72px;
149
+ background: #1F1F20;
150
+ border-top: 1px solid #2A2A2A;
151
+ padding: 28px 40px;
152
+ display: flex; justify-content: flex-end; align-items: center; gap: 36px;
153
+ }
154
+ .reset {
155
+ font-size: 36px; color: #89C4FF;
156
+ }
157
+ .btn-primary {
158
+ background: #8AB4F8; color: #0D1B2A;
159
+ font-size: 36px; font-weight: 700;
160
+ padding: 20px 44px; border-radius: 28px;
161
+ }
162
+
163
+ /* Home indicator */
164
+ .home-indicator {
165
+ position: absolute; left: 50%; transform: translateX(-50%);
166
+ bottom: 18px; width: 320px; height: 10px; background: #E6E6E6; border-radius: 10px; opacity: 0.9;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div>1:57</div>
176
+ <div class="spacer"></div>
177
+ <div class="status-icons">
178
+ <span>◦</span>
179
+ <span>◦</span>
180
+ <span>◦</span>
181
+ <span>100%</span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- URL / App bar -->
186
+ <div class="url-bar">
187
+ <div class="url-top">
188
+ <!-- Close icon -->
189
+ <span class="icon" title="Close">
190
+ <svg viewBox="0 0 24 24"><path d="M18 6L6 18M6 6l12 12" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round"/></svg>
191
+ </span>
192
+ <!-- Lock icon -->
193
+ <span class="icon" title="Lock">
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M12 3a5 5 0 0 0-5 5v3H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-1V8a5 5 0 0 0-5-5Zm-3 8V8a3 3 0 1 1 6 0v3H9Z"></path>
196
+ </svg>
197
+ </span>
198
+ <div class="url-title">
199
+ <div class="title">Google Flights – Find ch...</div>
200
+ <div class="sub">google.com</div>
201
+ </div>
202
+ <div class="url-actions">
203
+ <!-- Share -->
204
+ <span class="icon" title="Share">
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M18 8a3 3 0 1 0-2.83-4H15v3.17l-5.5 3a3 3 0 1 0 .5 2l5-2.73V13h.17A3 3 0 1 0 18 8Z"></path>
207
+ </svg>
208
+ </span>
209
+ <!-- Bookmark -->
210
+ <span class="icon" title="Bookmark">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M6 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v19l-6-3-6 3V3Z"></path>
213
+ </svg>
214
+ </span>
215
+ <!-- More -->
216
+ <span class="icon" title="More">
217
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
218
+ </span>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Mode bar -->
224
+ <div class="mode-bar">
225
+ <!-- Back arrow -->
226
+ <span class="icon" title="Back">
227
+ <svg viewBox="0 0 24 24"><path d="M15 19 8 12l7-7" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>
228
+ </span>
229
+ <div class="mode-select">One-way <span class="caret"></span></div>
230
+ <div class="spacer"></div>
231
+ <div class="chip">Mon, 1 Jan</div>
232
+ </div>
233
+
234
+ <!-- Calendar -->
235
+ <div class="calendar">
236
+ <div class="month">
237
+ <h2>December</h2>
238
+ <div class="weekdays">
239
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
240
+ </div>
241
+ <div class="days">
242
+ <!-- Leading blanks: Mon-Thu -->
243
+ <div class="day dim"></div>
244
+ <div class="day dim"></div>
245
+ <div class="day dim"></div>
246
+ <div class="day dim"></div>
247
+ <!-- 1..3 -->
248
+ <div class="day"><div class="num">1</div></div>
249
+ <div class="day"><div class="num">2</div></div>
250
+ <div class="day"><div class="num">3</div></div>
251
+ <!-- 4..10 -->
252
+ <div class="day"><div class="num">4</div></div>
253
+ <div class="day"><div class="num">5</div></div>
254
+ <div class="day"><div class="num">6</div></div>
255
+ <div class="day"><div class="num">7</div></div>
256
+ <div class="day"><div class="num">8</div></div>
257
+ <div class="day"><div class="num">9</div></div>
258
+ <div class="day"><div class="num">10</div></div>
259
+ <!-- 11..17 -->
260
+ <div class="day"><div class="num">11</div></div>
261
+ <div class="day"><div class="num">12</div></div>
262
+ <div class="day"><div class="num">13</div></div>
263
+ <div class="day"><div class="num">14</div></div>
264
+ <div class="day"><div class="num">15</div></div>
265
+ <div class="day"><div class="num">16</div></div>
266
+ <div class="day"><div class="num">17</div></div>
267
+ <!-- 18..24 with prices -->
268
+ <div class="day"><div class="num">18</div></div>
269
+ <div class="day"><div class="num">19</div><div class="price">£138</div></div>
270
+ <div class="day"><div class="num">20</div><div class="price">£114</div></div>
271
+ <div class="day"><div class="num">21</div><div class="price">£114</div></div>
272
+ <div class="day"><div class="num">22</div><div class="price">£114</div></div>
273
+ <div class="day"><div class="num">23</div><div class="price">£97</div></div>
274
+ <div class="day"><div class="num">24</div><div class="price">£35</div></div>
275
+ <!-- 25..31 with prices -->
276
+ <div class="day"><div class="num">25</div><div class="price">£66</div></div>
277
+ <div class="day"><div class="num">26</div><div class="price">£83</div></div>
278
+ <div class="day"><div class="num">27</div><div class="price">£97</div></div>
279
+ <div class="day"><div class="num">28</div><div class="price">£97</div></div>
280
+ <div class="day"><div class="num">29</div><div class="price">£97</div></div>
281
+ <div class="day"><div class="num">30</div><div class="price">£97</div></div>
282
+ <div class="day"><div class="num">31</div><div class="price">£49</div></div>
283
+ </div>
284
+ </div>
285
+
286
+ <div class="month">
287
+ <h2>January 2024</h2>
288
+ <div class="weekdays">
289
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
290
+ </div>
291
+ <div class="days">
292
+ <!-- Jan starts on Monday -->
293
+ <div class="day selected">
294
+ <div class="num">1</div>
295
+ <div class="price">£66</div>
296
+ </div>
297
+ <div class="day"><div class="num">2</div><div class="price">£76</div></div>
298
+ <div class="day"><div class="num">3</div><div class="price">£43</div></div>
299
+ <div class="day"><div class="num">4</div><div class="price">£35</div></div>
300
+ <div class="day"><div class="num">5</div><div class="price">£35</div></div>
301
+ <div class="day"><div class="num">6</div><div class="price">£35</div></div>
302
+ <div class="day"><div class="num">7</div><div class="price">£35</div></div>
303
+
304
+ <div class="day good"><div class="num">8</div><div class="price">£31</div></div>
305
+ <div class="day good"><div class="num">9</div><div class="price">£31</div></div>
306
+ <div class="day good"><div class="num">10</div><div class="price">£31</div></div>
307
+ <div class="day good"><div class="num">11</div><div class="price">£31</div></div>
308
+ <div class="day good"><div class="num">12</div><div class="price">£31</div></div>
309
+ <div class="day good"><div class="num">13</div><div class="price">£31</div></div>
310
+ <div class="day"><div class="num">14</div><div class="price">£35</div></div>
311
+
312
+ <div class="day good"><div class="num">15</div><div class="price">£31</div></div>
313
+ <div class="day good"><div class="num">16</div><div class="price">£31</div></div>
314
+ <div class="day good"><div class="num">17</div><div class="price">£31</div></div>
315
+ <div class="day good"><div class="num">18</div><div class="price">£31</div></div>
316
+ <div class="day good"><div class="num">19</div><div class="price">£31</div></div>
317
+ <div class="day"><div class="num">20</div><div class="price">£31</div></div>
318
+ <div class="day"><div class="num">21</div><div class="price">£35</div></div>
319
+
320
+ <div class="day"><div class="num">22</div><div class="price">£31</div></div>
321
+ <div class="day"><div class="num">23</div><div class="price">£31</div></div>
322
+ <div class="day"><div class=
code/5671/5671_19.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EAEAEA; border-radius: 0;
12
+ }
13
+ .status-bar {
14
+ height: 80px; padding: 0 28px; box-sizing: border-box;
15
+ background: #2a2a2a; display: flex; align-items: center; justify-content: space-between; color: #fff;
16
+ font-size: 34px; letter-spacing: 0.5px;
17
+ }
18
+ .status-icons { display: flex; gap: 22px; align-items: center; }
19
+ .browser-bar {
20
+ height: 140px; background: #303134; color: #e8eaed;
21
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box; gap: 22px;
22
+ border-bottom: 1px solid #3a3a3a;
23
+ }
24
+ .title-wrap { display: flex; flex-direction: column; line-height: 1.1; }
25
+ .title { font-size: 42px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 640px; }
26
+ .subdomain { font-size: 28px; color: #9aa0a6; margin-top: 6px; }
27
+ .browser-actions { margin-left: auto; display: flex; gap: 26px; align-items: center; }
28
+ .gbar {
29
+ height: 160px; background: #202124; display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
30
+ border-bottom: 1px solid #303134;
31
+ }
32
+ .hamburger { width: 60px; height: 60px; border-radius: 8px; display: grid; place-items: center; }
33
+ .brand { font-size: 60px; font-weight: 500; margin-left: 18px; }
34
+ .gbar-right { margin-left: auto; display: flex; gap: 26px; align-items: center; }
35
+ .avatar {
36
+ width: 70px; height: 70px; background: #1e8e3e; border-radius: 50%; display: grid; place-items: center; font-weight: 700;
37
+ }
38
+
39
+ .tabs {
40
+ height: 86px; display: flex; align-items: center; gap: 44px; padding: 0 28px; box-sizing: border-box;
41
+ background: #202124; color: #e8eaed; border-bottom: 1px solid #303134;
42
+ }
43
+ .tab { font-size: 38px; color: #9aa0a6; position: relative; padding-bottom: 16px; }
44
+ .tab.active { color: #e8eaed; }
45
+ .tab.active::after {
46
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; border-radius: 4px; background: #8ab4f8;
47
+ }
48
+
49
+ .hero {
50
+ position: relative; background: #1f1f1f; height: 420px; display: flex; align-items: center; justify-content: center;
51
+ overflow: visible; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;
52
+ }
53
+ .hero .art {
54
+ position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
55
+ padding: 20px;
56
+ }
57
+ .art .placeholder {
58
+ width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
60
+ }
61
+ .hero h1 {
62
+ position: relative; z-index: 1; font-size: 110px; font-weight: 500; color: #e8eaed; text-align: center;
63
+ }
64
+
65
+ .search-card {
66
+ margin: -40px 24px 0; background: #1d1f20; border: 1px solid #333; border-radius: 28px;
67
+ box-shadow: 0 14px 40px rgba(0,0,0,0.45); padding: 26px; box-sizing: border-box;
68
+ }
69
+ .filters { display: flex; align-items: center; gap: 32px; color: #cfcfcf; font-size: 36px; margin-bottom: 26px; }
70
+ .filters .dot { width: 8px; height: 8px; background: #555; border-radius: 50%; }
71
+ .input-row { display: flex; gap: 18px; margin-bottom: 18px; }
72
+ .pill {
73
+ flex: 1; height: 120px; border: 1px solid #3a3a3a; border-radius: 22px; display: flex; align-items: center; padding: 0 28px;
74
+ box-sizing: border-box; font-size: 42px; color: #e8eaed; background: #232527;
75
+ }
76
+ .pill .label-muted { color: #b0b0b0; }
77
+ .swap {
78
+ position: absolute; left: 50%; transform: translateX(-50%); margin-top: -60px;
79
+ width: 104px; height: 104px; border-radius: 52px; background: #232527; border: 2px solid #3a3a3a;
80
+ display: grid; place-items: center; z-index: 2;
81
+ }
82
+ .date {
83
+ height: 120px; border: 2px solid #4f75ff; border-radius: 20px; display: flex; align-items: center; padding: 0 28px;
84
+ background: #232527; font-size: 42px; color: #e8eaed;
85
+ }
86
+ .search-wrap { position: relative; }
87
+ .search-btn {
88
+ position: relative; left: 50%; transform: translateX(-50%); margin-top: 26px;
89
+ height: 120px; width: 360px; border-radius: 60px; background: #8ab4f8; color: #0b1728; font-size: 44px;
90
+ display: flex; align-items: center; justify-content: center; gap: 16px; font-weight: 600; box-shadow: 0 10px 24px rgba(0,0,0,0.45);
91
+ }
92
+
93
+ .section {
94
+ text-align: center; margin-top: 70px; color: #e8eaed;
95
+ }
96
+ .section h3 { font-size: 50px; font-weight: 500; margin: 0 0 18px; }
97
+ .section a { color: #8ab4f8; font-size: 42px; text-decoration: none; }
98
+
99
+ .big-illustration {
100
+ width: 720px; height: 820px; border-radius: 180px; margin: 36px auto 0; overflow: hidden;
101
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575;
102
+ font-size: 44px; text-align: center; padding: 24px; box-sizing: border-box;
103
+ }
104
+
105
+ .gesture {
106
+ position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
107
+ width: 360px; height: 14px; border-radius: 8px; background: #cfd8dc22; border: 1px solid #2c2c2c;
108
+ }
109
+
110
+ /* Simple SVG icon helpers */
111
+ .ic { width: 44px; height: 44px; fill: currentColor; }
112
+ .ic-lg { width: 58px; height: 58px; }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div>1:57</div>
120
+ <div class="status-icons">
121
+ <svg class="ic" viewBox="0 0 24 24"><path d="M7 4h10v2H7zM5 8h14v2H5zM3 12h18v2H3zM6 16h12v2H6z"/></svg>
122
+ <svg class="ic" viewBox="0 0 24 24"><path d="M17 6a5 5 0 1 1-10 0 5 5 0 0 1 10 0zM3 20a9 9 0 0 1 18 0H3z"/></svg>
123
+ <div style="width:28px;height:28px;border:2px solid #fff;border-radius:4px"></div>
124
+ <div>100%</div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Browser bar -->
129
+ <div class="browser-bar">
130
+ <svg class="ic-lg" viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L9.2 12l7.7-7.7z"/></svg>
131
+ <svg class="ic" viewBox="0 0 24 24"><path d="M12 3l4 4H8l4-4zm0 18l-4-4h8l-4 4z"/></svg>
132
+ <div class="title-wrap">
133
+ <div class="title">Google Flights – Find ch...</div>
134
+ <div class="subdomain">google.com</div>
135
+ </div>
136
+ <div class="browser-actions">
137
+ <svg class="ic" viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-6 0v7a4 4 0 1 1-4-4h2a6 6 0 1 0 8 5.65V8z"/></svg>
138
+ <svg class="ic" viewBox="0 0 24 24"><path d="M6 4h12v2H6zM6 8h12v2H6zM6 12h12v2H6z"/></svg>
139
+ <svg class="ic" viewBox="0 0 24 24"><path d="M6 21l6-4 6 4V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16z"/></svg>
140
+ <svg class="ic" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Google app bar -->
145
+ <div class="gbar">
146
+ <div class="hamburger">
147
+ <svg class="ic-lg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/></svg>
148
+ </div>
149
+ <div class="brand">Google</div>
150
+ <div class="gbar-right">
151
+ <svg class="ic-lg" viewBox="0 0 24 24"><path d="M6 12a6 6 0 0 1 12 0h2a8 8 0 0 0-16 0h2zm-2 6h16v2H4z"/></svg>
152
+ <svg class="ic-lg" viewBox="0 0 24 24"><path d="M3 3h6v6H3zM15 3h6v6h-6zM3 15h6v6H3zM15 15h6v6h-6z"/></svg>
153
+ <div class="avatar">C</div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Tabs -->
158
+ <div class="tabs">
159
+ <div class="tab">Travel</div>
160
+ <div class="tab">Explore</div>
161
+ <div class="tab active">Flights</div>
162
+ <div class="tab">Hotels</div>
163
+ <div class="tab">Holiday rentals</div>
164
+ </div>
165
+
166
+ <!-- Hero -->
167
+ <div class="hero">
168
+ <div class="art">
169
+ <div class="placeholder">[IMG: Mountains illustration]</div>
170
+ </div>
171
+ <h1>Flights</h1>
172
+ </div>
173
+
174
+ <!-- Search Card -->
175
+ <div class="search-card">
176
+ <div class="filters">
177
+ <svg class="ic" viewBox="0 0 24 24"><path d="M4 11h16v2H4zM4 7h10v2H4zM4 15h8v2H4z"/></svg>
178
+ <div>One-way</div>
179
+ <svg class="ic" viewBox="0 0 24 24"><path d="M12 12m-7 0a7 7 0 1 0 14 0 7 7 0 1 0-14 0z"/></svg>
180
+ <div>2</div>
181
+ <div class="dot"></div>
182
+ <div>Economy</div>
183
+ <svg class="ic" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
184
+ </div>
185
+
186
+ <div class="input-row">
187
+ <div class="pill">
188
+ <svg class="ic" viewBox="0 0 24 24" style="margin-right:16px;"><path d="M12 2a7 7 0 1 1 0 14A7 7 0 0 1 12 2zm0 18c-4.97 0-9 1.79-9 4h18c0-2.21-4.03-4-9-4z"/></svg>
189
+ <span>Stuttgart</span>
190
+ </div>
191
+ <div class="pill">
192
+ <svg class="ic" viewBox="0 0 24 24" style="margin-right:16px;"><path d="M12 2a7 7 0 1 1 0 14A7 7 0 0 1 12 2zm0 18c-4.97 0-9 1.79-9 4h18c0-2.21-4.03-4-9-4z"/></svg>
193
+ <span>Berlin</span>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="swap">
198
+ <svg class="ic-lg" viewBox="0 0 24 24"><path d="M7 7h11l-3-3 1.4-1.4L22.8 7 16.4 13.4 15 12l3-3H7V7zm10 10H6l3 3-1.4 1.4L1.2 17 7.6 10.6 9 12l-3 3h11v2z"/></svg>
199
+ </div>
200
+
201
+ <div class="date">
202
+ <svg class="ic" viewBox="0 0 24 24" style="margin-right:16px;"><path d="M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm12 6H5v12h14V8z"/></svg>
203
+ <span>Mon, 1 Jan</span>
204
+ </div>
205
+
206
+ <div class="search-wrap">
207
+ <div class="search-btn">
208
+ <svg class="ic" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.51 4.51 0 0 1 9.5 14z"/></svg>
209
+ <span>Search</span>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Info section -->
215
+ <div class="section">
216
+ <h3>Where are you flying from?</h3>
217
+ <a href="#">Get started</a>
218
+ <div class="big-illustration">[IMG: Airport / Airplane illustration]</div>
219
+ </div>
220
+
221
+ <!-- Gesture bar -->
222
+ <div class="gesture"></div>
223
+ </div>
224
+ </body>
225
+ </html>
code/5671/5671_2.html ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #1f1f1f;
13
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #EDEDED;
15
+ }
16
+ .status-bar {
17
+ height: 92px;
18
+ padding: 0 24px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #fff;
23
+ font-size: 32px;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 16px; }
26
+ .status-right { display: flex; align-items: center; gap: 18px; }
27
+ .icon {
28
+ width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
29
+ }
30
+ .divider {
31
+ height: 2px; background: #333; margin: 12px 0 0 0;
32
+ }
33
+
34
+ .search-header {
35
+ padding: 18px 30px 8px 30px;
36
+ }
37
+ .search-row {
38
+ display: flex; align-items: center;
39
+ gap: 20px;
40
+ }
41
+ .g-logo {
42
+ width: 64px; height: 64px; border-radius: 32px;
43
+ display: flex; align-items: center; justify-content: center;
44
+ font-weight: 700; font-size: 32px;
45
+ background: conic-gradient(#4285F4 0 90deg, #EA4335 90deg 180deg, #FBBC05 180deg 270deg, #34A853 270deg 360deg);
46
+ color: #1f1f1f;
47
+ }
48
+ .search-input {
49
+ flex: 1;
50
+ height: 70px;
51
+ border-radius: 16px;
52
+ padding: 0 24px;
53
+ background: #2a2a2a;
54
+ color: #fff;
55
+ display: flex; align-items: center;
56
+ font-size: 34px;
57
+ }
58
+ .search-actions { display: flex; align-items: center; gap: 16px; }
59
+ .action-btn {
60
+ width: 64px; height: 64px; border-radius: 32px;
61
+ background: #2a2a2a; display: flex; align-items: center; justify-content: center;
62
+ }
63
+
64
+ .suggestions {
65
+ padding: 6px 30px 0 30px;
66
+ }
67
+ .suggestion {
68
+ display: flex; align-items: center; justify-content: space-between;
69
+ padding: 26px 0;
70
+ border-bottom: 1px solid #2b2b2b;
71
+ }
72
+ .s-left { display: flex; align-items: center; gap: 24px; }
73
+ .s-title { font-size: 36px; color: #e6e6e6; }
74
+ .s-sub { font-size: 28px; color: #9aa0a6; margin-top: 8px; }
75
+ .muted { color: #9aa0a6; font-size: 28px; margin: 22px 0 8px 0; }
76
+
77
+ /* Keyboard area */
78
+ .kb-toolbar {
79
+ position: absolute; left: 0; right: 0; bottom: 880px;
80
+ height: 88px; padding: 0 30px;
81
+ display: flex; align-items: center; gap: 26px;
82
+ color: #cfcfcf;
83
+ }
84
+ .kb-toolbar .tool {
85
+ display: inline-flex; align-items: center; justify-content: center;
86
+ width: 60px; height: 60px; border-radius: 12px; background: #2b2b2b;
87
+ font-size: 24px;
88
+ }
89
+ .keyboard {
90
+ position: absolute; left: 0; right: 0; bottom: 120px;
91
+ padding: 0 22px 22px 22px;
92
+ background: #1f1f1f;
93
+ }
94
+ .kb-row {
95
+ display: flex; justify-content: center; gap: 12px; margin-bottom: 18px;
96
+ }
97
+ .key {
98
+ height: 120px; min-width: 86px;
99
+ background: #2b2b2b; border-radius: 22px;
100
+ display: flex; align-items: center; justify-content: center;
101
+ color: #fff; font-size: 44px; box-shadow: inset 0 0 0 1px #3a3a3a;
102
+ }
103
+ .key.small { min-width: 110px; }
104
+ .key.wide { min-width: 680px; font-size: 34px; color: #cfcfcf; }
105
+ .key.circle {
106
+ border-radius: 100px; min-width: 120px; height: 120px;
107
+ background: #73e1c0; color: #083b2f;
108
+ box-shadow: none;
109
+ }
110
+ .gesture-bar {
111
+ position: absolute; left: 50%; transform: translateX(-50%);
112
+ bottom: 40px; width: 240px; height: 12px; border-radius: 8px; background: #e8e8e8; opacity: 0.85;
113
+ }
114
+ .down-caret {
115
+ position: absolute; left: 40px; bottom: 100px;
116
+ width: 36px; height: 18px; border-radius: 18px; color: #cfcfcf;
117
+ }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Status bar -->
124
+ <div class="status-bar">
125
+ <div class="status-left">
126
+ <div style="font-weight:600;">1:46</div>
127
+ <div class="icon">
128
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#cfcfcf">
129
+ <path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2Zm1 10V6h-2v8h6v-2h-4Z"/>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ <div class="status-right">
134
+ <div class="icon">
135
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#ffffff">
136
+ <path d="M3 10c3.5-6 14.5-6 18 0l-2 2c-2.5-4-11.5-4-14 0l-2-2Zm4 4c1.8-2.8 8.2-2.8 10 0l-2 2c-1.1-1.7-4.9-1.7-6 0l-2-2Zm4 4 1 1 1-1c.6-.6 2.4-.6 3 0l-2 2c-.8.8-3.2.8-4 0l-2-2c.6-.6 2.4-.6 3 0Z"/>
137
+ </svg>
138
+ </div>
139
+ <div class="icon">
140
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#ffffff">
141
+ <path d="M16 4H8C6.9 4 6 4.9 6 6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-4 18c.6 0 1-.4 1-1H11c0 .6.4 1 1 1Zm-3-4h6V6H9v12Z"/>
142
+ </svg>
143
+ </div>
144
+ <div style="font-size:28px;">100%</div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Search header -->
149
+ <div class="search-header">
150
+ <div class="search-row">
151
+ <div class="g-logo">G</div>
152
+ <div class="search-input">Search...</div>
153
+ <div class="search-actions">
154
+ <div class="action-btn">
155
+ <!-- mic -->
156
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#4CAF50">
157
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3Zm6-3a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.9V22h2v-3.1A8 8 0 0 0 20 11h-2Z"/>
158
+ </svg>
159
+ </div>
160
+ <div class="action-btn">
161
+ <!-- lens/camera -->
162
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#4285F4">
163
+ <path d="M9 3l2 2h4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h2l2-2Zm3 5a5 5 0 1 0 .001 10.001A5 5 0 0 0 12 8Zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ <div class="divider"></div>
169
+ </div>
170
+
171
+ <!-- Suggestions -->
172
+ <div class="suggestions">
173
+ <div class="suggestion">
174
+ <div class="s-left">
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#bdbdbd">
177
+ <path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2Zm1 10V6h-2v8h6v-2h-4Z"/>
178
+ </svg>
179
+ </div>
180
+ <div class="s-title">flights</div>
181
+ </div>
182
+ <div class="icon">
183
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#bdbdbd">
184
+ <path d="M9 18l6-6-6-6v12Z"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="suggestion">
190
+ <div class="s-left">
191
+ <div class="icon">
192
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#bdbdbd">
193
+ <path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2Zm1 10V6h-2v8h6v-2h-4Z"/>
194
+ </svg>
195
+ </div>
196
+ <div class="s-title">google flights</div>
197
+ </div>
198
+ <div class="icon">
199
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#bdbdbd">
200
+ <path d="M9 18l6-6-6-6v12Z"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="muted">Trending searches that you might like</div>
206
+
207
+ <!-- Trending items -->
208
+ <div class="suggestion">
209
+ <div class="s-left">
210
+ <div class="icon">
211
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
212
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
213
+ </svg>
214
+ </div>
215
+ <div class="s-title">met office weather forecast snow</div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="suggestion">
220
+ <div class="s-left">
221
+ <div class="icon">
222
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
223
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
224
+ </svg>
225
+ </div>
226
+ <div class="s-title">home alone kevin revenge</div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="suggestion">
231
+ <div class="s-left">
232
+ <div class="icon">
233
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
234
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
235
+ </svg>
236
+ </div>
237
+ <div class="s-title">al mulla plaza collapses</div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="suggestion">
242
+ <div class="s-left">
243
+ <div class="icon">
244
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
245
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
246
+ </svg>
247
+ </div>
248
+ <div class="s-title">spicejet</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="suggestion">
253
+ <div class="s-left">
254
+ <div class="icon">
255
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
256
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
257
+ </svg>
258
+ </div>
259
+ <div class="s-title">delhi minimum temperature</div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="suggestion" style="border-bottom:none;">
264
+ <div class="s-left">
265
+ <div class="icon">
266
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#8ab4f8">
267
+ <path d="M3 17 11 9l3 3 7-7v4l-7 7-3-3-8 8v-9Z"/>
268
+ </svg>
269
+ </div>
270
+ <div class="s-title">alex batty missing</div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Keyboard accessory toolbar -->
276
+ <div class="kb-toolbar">
277
+ <div class="tool">
278
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#cfcfcf">
279
+ <path d="M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8Z"/>
280
+ </svg>
281
+ </div>
282
+ <div class="tool">
283
+ <svg viewBox="0 0 24 24" width="26" height="26" fill="#cfcfcf">
284
+ <circle cx="12" cy="9" r="4"/><path d="M4 21c0-4 4-6 8-6s8 2 8 6H4Z"/>
285
+ </svg>
286
+ </div>
287
+ <div class="tool" style="width:80px;">GIF</div>
288
+ <div class="tool">
289
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#cfcfcf">
290
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 15h-2v-2h2v2Zm0-4h-2V7h2v6Z"/>
291
+ </svg>
292
+ </div>
293
+ <div class="tool">
294
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#cfcfcf">
295
+ <path d="M21 3H3v18h18V3ZM6 6h5v12H6V6Zm7 0h5v6h-5V6Z"/>
296
+ </svg>
297
+ </div>
298
+ <div class="tool">
299
+ <svg viewBox="0 0 24 24" width="26" height="26" fill="#cfcfcf">
300
+ <path d="M12 2l3 7 7 3-7 3-3 7-3-7-7-3 7-3 3-7Z"/>
301
+ </svg>
302
+ </div>
303
+ <div class="tool">
304
+ <svg viewBox="0 0 24 24" width="26" height="26" fill="#cfcfcf">
305
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3Zm6-3a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.9V22h2v-3.1A8 8 0 0 0 20 11h-2Z"/>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Keyboard -->
311
+ <div class="keyboard">
312
+ <div class="kb-row">
313
+ <div class="key">q</div>
314
+ <div class="key">w</div>
315
+ <div class="key">e</div>
316
+ <div class="key">r</div>
317
+ <div class="key">t</div>
318
+ <div class="key">y</div>
319
+ <div class="key">u</div>
320
+ <div class="key">i</div>
321
+ <div class="key">o</div>
322
+ <div class="key">p</div>
323
+ </div>
324
+ <div class="kb-row">
325
+ <div class="key">a</div>
326
+ <div class="key">s</div>
327
+ <div class="key">d</div>
328
+ <div class="key">f</div>
329
+ <div class="key">g</div>
330
+ <div class="key">h</div>
331
+ <div class="key">j</div>
332
+ <div class="key">k</div>
333
+ <div class="key">l</div>
334
+ </div>
335
+ <div class="kb-row">
336
+ <div class="key small">
337
+ <!-- shift -->
338
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="#e0e0e0">
339
+ <path d="M12 4l8 8h-5v8H9v-8H4l8-8Z"/>
340
+ </svg>
341
+ </div>
342
+ <div class="key">z</div>
343
+ <div class="key">x</div>
344
+ <div class="key">c</div>
345
+ <div class="key">v</div>
346
+ <div class="key">b</div>
347
+ <div class="key">n</div>
348
+ <div class="key">m</div>
349
+ <div class="key small">
350
+ <!-- backspace -->
351
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="#e0e0e0">
352
+ <path d="M10 6 3 12l7 6h10V6H10Zm6 9-1.4-1.4L16.2 12l-1.6-1.6L16 9l3 3-3 3Z"/>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+ <div class="kb-row">
357
+ <div class="key circle">?123</div>
358
+ <div class="key">
359
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#e0e0e0">
360
+ <circle cx="12" cy="12" r="3"/>
361
+ </svg>
362
+ </div>
363
+ <div class="key wide">space</div>
364
+ <div class="key">.</div>
365
+ <div class="key circle">
366
+ <!-- search -->
367
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#083b2f">
368
+ <path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 9 15.5c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-4.5-5Zm-6.5 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Z"/>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Down caret near bottom-left -->
375
+ <div class="down-caret">
376
+ <svg viewBox="0 0 24 24" width="36" height="18" fill="#cfcfcf">
377
+ <path d="M12 15 5 8h14l-7 7Z"/>
378
+ </svg>
379
+ </div>
380
+
381
+ <!-- Gesture bar -->
382
+ <div class="gesture-bar"></div>
383
+ </div>
384
+ </body>
385
+ </html>
code/5671/5671_20.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #121212; color: #EAEAEA;
11
+ }
12
+
13
+ /* Top system status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 90px;
16
+ background: #1E1E1E; color: #fff; display: flex; align-items: center;
17
+ padding: 0 28px; box-sizing: border-box; font-size: 28px;
18
+ }
19
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 20px; opacity: 0.85; }
20
+ .dot { width: 10px; height: 10px; background: #9E9E9E; border-radius: 50%; display: inline-block; }
21
+ .battery { display: inline-flex; align-items: center; gap: 6px; }
22
+ .battery svg { width: 40px; height: 24px; }
23
+ .status-icon svg { width: 28px; height: 28px; opacity: 0.9; }
24
+
25
+ /* Browser address bar */
26
+ .address-bar {
27
+ position: absolute; top: 90px; left: 0; width: 100%; height: 130px;
28
+ background: #2A2A2A; display: flex; align-items: center; box-sizing: border-box;
29
+ padding: 0 24px; gap: 22px; font-size: 30px;
30
+ border-bottom: 1px solid #3A3A3A;
31
+ }
32
+ .addr-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 600px; color: #E0E0E0; }
33
+ .addr-domain { font-size: 26px; color: #9AA0A6; }
34
+ .addr-actions { margin-left: auto; display: flex; align-items: center; gap: 26px; }
35
+ .icon-btn svg { width: 40px; height: 40px; fill: #E0E0E0; }
36
+
37
+ /* Google header */
38
+ .google-header {
39
+ position: absolute; top: 220px; left: 0; width: 100%; height: 130px;
40
+ background: #1A1A1A; display: flex; align-items: center; padding: 0 24px;
41
+ box-sizing: border-box;
42
+ }
43
+ .hamburger svg { width: 48px; height: 48px; fill: #EAEAEA; }
44
+ .google-logo { font-size: 48px; font-weight: 600; letter-spacing: 0.2px; margin-left: 22px; }
45
+ .gh-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
46
+ .gh-right .round { width: 70px; height: 70px; border-radius: 50%; background: #16A085; display: flex; align-items: center; justify-content: center; font-weight: 700; }
47
+
48
+ /* Tabs */
49
+ .tabs {
50
+ position: absolute; top: 350px; left: 0; width: 100%; padding: 0 24px; box-sizing: border-box;
51
+ display: flex; gap: 44px; align-items: center; height: 90px; background: #1A1A1A;
52
+ }
53
+ .tab { font-size: 32px; color: #C7C7C7; }
54
+ .tab.active { color: #FFFFFF; position: relative; }
55
+ .tab.active::after {
56
+ content: ""; position: absolute; left: 0; bottom: -14px; width: 100%; height: 6px; background: #4285F4; border-radius: 6px;
57
+ }
58
+
59
+ /* Search card */
60
+ .search-card {
61
+ position: absolute; top: 440px; left: 24px; width: 1032px; border-radius: 24px;
62
+ background: #1E1E1E; box-shadow: 0 8px 24px rgba(0,0,0,0.3); padding: 24px; box-sizing: border-box;
63
+ }
64
+ .search-top { display: flex; gap: 24px; align-items: center; color: #CFCFCF; font-size: 30px; }
65
+ .chip-sel { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; }
66
+
67
+ .field-row { display: grid; grid-template-columns: 1fr 96px 1fr; gap: 22px; margin-top: 24px; align-items: center; }
68
+ .input-box {
69
+ background: #232323; border: 1px solid #3A3A3A; border-radius: 16px; height: 120px;
70
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box; font-size: 34px; color: #FFFFFF;
71
+ }
72
+ .input-box .muted { color: #BDBDBD; margin-right: 16px; }
73
+ .swap {
74
+ width: 96px; height: 96px; border-radius: 48px; background: #2A2A2A; border: 1px solid #3A3A3A;
75
+ display: flex; align-items: center; justify-content: center;
76
+ }
77
+ .date-box { margin-top: 22px; }
78
+ .date-box .input-box { height: 110px; }
79
+
80
+ .filter-chip {
81
+ display: inline-flex; align-items: center; gap: 16px; padding: 18px 26px;
82
+ border: 1px solid #3A3A3A; border-radius: 18px; background: #232323; color: #EAEAEA; font-size: 30px;
83
+ }
84
+ .filter-chip .dd { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #BDBDBD; margin-left: 10px; }
85
+
86
+ /* Currency and footer */
87
+ .currency-section { position: absolute; top: 1040px; left: 0; width: 100%; padding: 40px 24px; box-sizing: border-box; }
88
+ .currency-pill {
89
+ display: inline-flex; align-items: center; gap: 18px; padding: 24px 36px; border: 1px solid #4A4A4A;
90
+ border-radius: 999px; background: #1E1E1E; font-size: 32px; color: #EAEAEA;
91
+ }
92
+ .currency-pill svg { width: 40px; height: 40px; fill: #90CAF9; }
93
+
94
+ .footer-links { margin-top: 34px; display: flex; gap: 40px; color: #8AB4F8; font-size: 30px; }
95
+ .help-link { color: #8AB4F8; margin-top: 22px; font-size: 30px; }
96
+ .disclaimer {
97
+ margin-top: 24px; color: #CFCFCF; font-size: 28px; line-height: 1.6; max-width: 1000px;
98
+ }
99
+ .learn { color: #8AB4F8; text-decoration: none; }
100
+
101
+ /* Loading spinner placeholder */
102
+ .spinner {
103
+ position: absolute; top: 1500px; left: 520px; width: 72px; height: 72px; border-radius: 50%;
104
+ border: 8px solid #2E2E2E; border-top-color: #E53935; animation: spin 2s linear infinite;
105
+ }
106
+ @keyframes spin { to { transform: rotate(360deg); } }
107
+
108
+ /* Gesture bar */
109
+ .gesture-bar {
110
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
111
+ width: 360px; height: 10px; background: #FFFFFF; border-radius: 6px; opacity: 0.9;
112
+ }
113
+
114
+ /* Simple icon helpers */
115
+ .small-icon { width: 34px; height: 34px; fill: #BDBDBD; }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status Bar -->
122
+ <div class="status-bar">
123
+ <div>1:58</div>
124
+ <div class="status-right">
125
+ <span class="status-icon">
126
+ <svg viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2v2h-4V4a2 2 0 0 1 2-2zm-7 6h14v2H5V8zm-1 4h16v2H4v-2zm2 4h12v2H6v-2z"/></svg>
127
+ </span>
128
+ <span class="status-icon">
129
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="5" /></svg>
130
+ </span>
131
+ <span class="status-icon">
132
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v2H3V3zm0 6h18v2H3V9zm0 6h12v2H3v-2z"/></svg>
133
+ </span>
134
+ <span class="battery">
135
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#FFFFFF"/><rect x="20" y="10" width="2" height="4" fill="#FFFFFF"/></svg>
136
+ <span>100%</span>
137
+ </span>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Address Bar -->
142
+ <div class="address-bar">
143
+ <div class="icon-btn">
144
+ <svg viewBox="0 0 24 24"><path d="M19 6L5 20M5 6l14 14" stroke="#E0E0E0" stroke-width="2" fill="none"/></svg>
145
+ </div>
146
+ <div class="icon-btn">
147
+ <svg viewBox="0 0 24 24"><path d="M12 3l8 7v10H4V10l8-7zm0 2.5L6 10v8h12v-8l-6-4.5z"/></svg>
148
+ </div>
149
+ <div class="addr-title">Stuttgart to Berlin | Goog...</div>
150
+ <div class="addr-domain">google.com</div>
151
+ <div class="addr-actions">
152
+ <div class="icon-btn">
153
+ <svg viewBox="0 0 24 24"><path d="M18 8a6 6 0 1 0-12 0c0 1.31.42 2.52 1.13 3.51L3 17l1.5 1.5 4.13-4.13A5.98 5.98 0 0 0 12 14a6 6 0 0 0 6-6zm-6 4a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>
154
+ </div>
155
+ <div class="icon-btn">
156
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v2H6V4zm0 4h12v2H6V8zm0 4h12v6H6v-6z"/></svg>
157
+ </div>
158
+ <div class="icon-btn">
159
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="1.5"/><circle cx="12" cy="12" r="1.5"/><circle cx="12" cy="19" r="1.5"/></svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Google Header -->
165
+ <div class="google-header">
166
+ <div class="hamburger">
167
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
168
+ </div>
169
+ <div class="google-logo">Google</div>
170
+ <div class="gh-right">
171
+ <div class="status-icon">
172
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="5" fill="#FDD835"/><path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.2 2.2M17.6 17.6l2.2 2.2M4.2 19.8l2.2-2.2M17.6 6.4l2.2-2.2" stroke="#FDD835" stroke-width="2"/></svg>
173
+ </div>
174
+ <div class="status-icon">
175
+ <svg viewBox="0 0 24 24"><path d="M4 4h6v6H4V4zm10 0h6v6h-6V4zM4 14h6v6H4v-6zm10 0h6v6h-6v-6z"/></svg>
176
+ </div>
177
+ <div class="round">C</div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Tabs -->
182
+ <div class="tabs">
183
+ <div class="tab">Travel</div>
184
+ <div class="tab">Explore</div>
185
+ <div class="tab active">Flights</div>
186
+ <div class="tab">Hotels</div>
187
+ <div class="tab">Holiday rentals</div>
188
+ </div>
189
+
190
+ <!-- Search Card -->
191
+ <div class="search-card">
192
+ <div class="search-top">
193
+ <div class="filter-chip" style="background:#1E1E1E;">
194
+ <svg class="small-icon" viewBox="0 0 24 24"><path d="M4 5h16v2H4V5zm3 6h10v2H7v-2zm-1 6h12v2H6v-2z"/></svg>
195
+ <span>One-way</span>
196
+ <span class="dd"></span>
197
+ </div>
198
+ <div style="display:flex; align-items:center; gap:12px;">
199
+ <svg class="small-icon" viewBox="0 0 24 24"><path d="M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-4 0-7 2-7 4v2h14v-2c0-2-3-4-7-4z"/></svg>
200
+ <span>2</span>
201
+ </div>
202
+ <div class="filter-chip" style="background:#1E1E1E;">
203
+ <span>Economy</span>
204
+ <span class="dd"></span>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="field-row">
209
+ <div class="input-box">
210
+ <svg class="small-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="7" stroke="#BDBDBD" stroke-width="2" fill="none"/></svg>
211
+ <span class="muted"></span>
212
+ <span>Stuttgart</span>
213
+ </div>
214
+ <div class="swap">
215
+ <svg viewBox="0 0 24 24" width="40" height="40">
216
+ <path d="M7 7h9l-3-3 1.4-1.4L20.8 8l-6.4 5.4L13 12l3-3H7V7zm10 10H8l3 3-1.4 1.4L3.2 16l6.4-5.4L11 12l-3 3h9v2z" fill="#BDBDBD"/>
217
+ </svg>
218
+ </div>
219
+ <div class="input-box">
220
+ <svg class="small-icon" viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 6 6 14 6 14s6-8 6-14c0-3.3-2.7-6-6-6zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
221
+ <span>Berlin</span>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="date-box">
226
+ <div class="input-box">
227
+ <svg class="small-icon" viewBox="0 0 24 24"><path d="M7 2h2v3H7V2zm8 0h2v3h-2V2zM4 6h16v14H4V6zm2 4h12v8H6v-8z"/></svg>
228
+ <span>Mon, 1 Jan</span>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="chip-sel">
233
+ <div class="filter-chip">
234
+ <svg class="small-icon" viewBox="0 0 24 24"><path d="M3 4h18v4H3V4zm0 6h8v10H3V10zm10 0h8v10h-8V10z"/></svg>
235
+ <span>Stops</span>
236
+ <span class="dd"></span>
237
+ </div>
238
+ <div class="filter-chip">
239
+ <span>Airlines</span>
240
+ <span class="dd"></span>
241
+ </div>
242
+ <div class="filter-chip">
243
+ <span>Bags</span>
244
+ <span class="dd"></span>
245
+ </div>
246
+ <div class="filter-chip">
247
+ <span>Price</span>
248
+ <span class="dd"></span>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Currency and Footer -->
254
+ <div class="currency-section">
255
+ <div class="currency-pill">
256
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm4 4h10v6H7V9z"/></svg>
257
+ <span>Currency · GBP</span>
258
+ </div>
259
+
260
+ <div class="footer-links">
261
+ <span>About</span>
262
+ <span>Privacy</span>
263
+ <span>Terms</span>
264
+ <span>Join user studies</span>
265
+ <span>Feedback</span>
266
+ </div>
267
+
268
+ <div class="help-link">Help Centre and Consumer Information</div>
269
+
270
+ <div class="disclaimer">
271
+ Displayed currencies may differ from the currencies used to purchase flights.
272
+ <a class="learn" href="#">Learn more</a><br><br>
273
+ Prices are final and include all taxes and fees, including payment fees for the cheapest common payment method (which may differ depending on the provider). Additional charges may apply for other types of payment, luggage, meals, WLAN or other optional services. Prices, availability and travel details are provided based on the latest information received from our partners. This information is reflected in the results within a period of less than 24 hours. Additional conditions may also be applicable.
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Loading spinner -->
278
+ <div class="spinner"></div>
279
+
280
+ <!-- Gesture bar -->
281
+ <div class="gesture-bar"></div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/5671/5671_21.html ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #202124;
15
+ color: #E6E6E6;
16
+ }
17
+
18
+ /* Top system status bar */
19
+ .status-bar {
20
+ height: 80px;
21
+ padding: 0 28px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 34px;
27
+ background: #0F1011;
28
+ letter-spacing: 0.3px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ }
35
+ .status-icons .icon {
36
+ width: 42px; height: 42px;
37
+ display: inline-flex; align-items: center; justify-content: center;
38
+ opacity: 0.9;
39
+ }
40
+
41
+ /* Browser bar */
42
+ .browser-bar {
43
+ background: #2B2C2F;
44
+ height: 140px;
45
+ padding: 18px 24px;
46
+ box-sizing: border-box;
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 18px;
50
+ border-bottom: 1px solid #3A3B3E;
51
+ }
52
+ .browser-title {
53
+ flex: 1;
54
+ display: flex;
55
+ flex-direction: column;
56
+ gap: 6px;
57
+ }
58
+ .browser-title .line1 {
59
+ display: flex; align-items: center; gap: 14px;
60
+ font-size: 36px; color: #FFFFFF;
61
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
62
+ }
63
+ .browser-title .line2 {
64
+ font-size: 26px; color: #9AA0A6;
65
+ }
66
+ .toolbar-actions { display: flex; gap: 24px; align-items: center; }
67
+
68
+ /* Google header */
69
+ .g-header {
70
+ padding: 22px 26px;
71
+ display: flex; align-items: center; justify-content: space-between;
72
+ background: #1F2023;
73
+ border-bottom: 1px solid #2E2F33;
74
+ }
75
+ .g-left { display: flex; align-items: center; gap: 22px; }
76
+ .g-logo { font-size: 48px; font-weight: 600; letter-spacing: 0.4px; }
77
+
78
+ .g-right { display: flex; align-items: center; gap: 22px; }
79
+ .avatar {
80
+ width: 70px; height: 70px; border-radius: 50%;
81
+ background: #1EA362; color: #0F1F0F; font-weight: 700; font-size: 36px;
82
+ display: flex; align-items: center; justify-content: center;
83
+ }
84
+
85
+ /* Tabs */
86
+ .tabs {
87
+ display: flex; gap: 36px; padding: 12px 26px 0 26px; background: #1F2023;
88
+ }
89
+ .tab {
90
+ position: relative;
91
+ color: #C7C7C7; font-size: 34px; padding: 18px 8px;
92
+ }
93
+ .tab.active { color: #FFFFFF; }
94
+ .tab.active::after{
95
+ content:""; position:absolute; left:0; right:0; bottom:-4px; height:6px; background:#4487F6; border-radius: 3px;
96
+ }
97
+
98
+ /* Search controls area */
99
+ .controls-wrap {
100
+ padding: 20px 26px 24px 26px; background: #1F2023;
101
+ border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;
102
+ box-shadow: 0 8px 0 rgba(0,0,0,0.25) inset;
103
+ }
104
+ .top-chip-row { display:flex; align-items:center; gap: 28px; color:#E8EAED; margin-bottom: 18px; }
105
+ .chip-simple { display:flex; align-items:center; gap:10px; color:#E8EAED; font-size:32px; }
106
+ .chip-simple .down { opacity:0.7; }
107
+
108
+ .box-row { display: grid; grid-template-columns: 1fr 110px 1fr; gap: 18px; margin: 18px 0; align-items: center; }
109
+ .field {
110
+ background:#26272B; border:1px solid #424348; border-radius:20px; height:110px; display:flex; align-items:center; padding: 0 28px;
111
+ font-size: 36px; color:#E8EAED;
112
+ }
113
+ .swap {
114
+ width:110px; height:110px; border-radius:50%; background:#26272B; border:1px solid #424348; display:flex; align-items:center; justify-content:center;
115
+ }
116
+ .date-field { margin-top: 8px; height:118px; }
117
+
118
+ .filter-chips { display:flex; gap: 18px; margin-top: 16px; flex-wrap: wrap; }
119
+ .chip {
120
+ background:#26272B; border:1px solid #424348; color:#E8EAED; padding: 24px 28px; font-size: 30px; border-radius: 16px; display:flex; align-items:center; gap:12px;
121
+ }
122
+
123
+ /* Info card */
124
+ .info-card {
125
+ margin: 28px 26px 16px;
126
+ background: #2A3138;
127
+ border: 1px solid #3A4650;
128
+ border-radius: 22px;
129
+ padding: 28px;
130
+ display:flex; align-items:center; justify-content:space-between;
131
+ }
132
+ .info-card .text { font-size: 36px; color:#E8EAED; }
133
+ .info-card .text .em { color: #FF907A; font-weight: 600; }
134
+
135
+ /* Section heading */
136
+ .section-title {
137
+ padding: 10px 26px;
138
+ }
139
+ .section-title .title { font-size: 52px; font-weight: 700; margin-bottom: 6px; }
140
+ .section-title .sub { font-size: 28px; color:#9AA0A6; display:flex; align-items:center; gap:8px; }
141
+
142
+ /* Result cards */
143
+ .card {
144
+ margin: 16px 26px;
145
+ background: #2A2B2E;
146
+ border: 1px solid #3B3C40;
147
+ border-radius: 22px;
148
+ padding: 26px;
149
+ }
150
+ .card .top {
151
+ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom: 18px;
152
+ }
153
+ .time-block { display:flex; align-items:center; gap: 20px; }
154
+ .big-time { font-size: 48px; font-weight:700; }
155
+ .arrow { width: 120px; height: 4px; background:#5F6368; border-radius:2px; position: relative; }
156
+ .arrow:after { content:""; position:absolute; right:-6px; top:-6px; width: 16px; height:16px; border-right:4px solid #5F6368; border-top:4px solid #5F6368; transform: rotate(45deg); }
157
+ .airport { font-size: 24px; color:#9AA0A6; margin-top: 6px; }
158
+
159
+ .price-block { display:flex; align-items:center; gap: 14px; font-size: 40px; font-weight: 700; }
160
+ .badge { padding: 4px 10px; background:#3A5240; color:#CDE7D2; border-radius: 10px; font-size: 26px; margin-left: 10px; }
161
+
162
+ .airline-row { display:flex; align-items:center; gap: 18px; color:#DADCE0; font-size: 30px; }
163
+ .logo-ph {
164
+ width: 84px; height: 84px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; border-radius: 10px;
165
+ }
166
+
167
+ .train {
168
+ background:#2A2B2E;
169
+ }
170
+
171
+ /* Bottom gesture bar */
172
+ .gesture {
173
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
174
+ width: 360px; height: 10px; background: #BDBDBD; border-radius: 6px; opacity:0.6;
175
+ }
176
+
177
+ /* SVG icon helpers */
178
+ .ico { width: 44px; height: 44px; fill: none; stroke: #E8EAED; stroke-width: 4; }
179
+ .ico-fill { width: 44px; height: 44px; fill: #E8EAED; }
180
+ .small-ico { width: 34px; height: 34px; fill: none; stroke: #E8EAED; stroke-width: 4; }
181
+ .dim { opacity: 0.7; }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+ <!-- Status bar -->
187
+ <div class="status-bar">
188
+ <div>1:58</div>
189
+ <div class="status-icons">
190
+ <div class="icon">
191
+ <svg class="ico" viewBox="0 0 24 24"><path d="M1 18h22"></path><path d="M4 12h16"></path><path d="M7 6h10"></path></svg>
192
+ </div>
193
+ <div class="icon">
194
+ <svg class="ico" viewBox="0 0 24 24"><path d="M2 12l10-10 10 10v8H2z"></path></svg>
195
+ </div>
196
+ <div class="icon">
197
+ <svg class="ico" viewBox="0 0 24 24"><rect x="14" y="4" width="8" height="14" rx="2"></rect><rect x="7" y="9" width="5" height="9" rx="1"></rect><rect x="1" y="13" width="4" height="5" rx="1"></rect></svg>
198
+ </div>
199
+ <div class="icon">
200
+ <svg class="ico" viewBox="0 0 24 24"><path d="M3 11h18"></path><path d="M7 7h10"></path><path d="M5 15h14"></path></svg>
201
+ </div>
202
+ <div style="display:flex; align-items:center; gap:8px;">
203
+ <svg class="ico" viewBox="0 0 24 24"><rect x="3" y="6" width="14" height="12" rx="2"></rect><path d="M17 10l4-3v10l-4-3"></path></svg>
204
+ <span style="font-size:30px;">100%</span>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Browser bar -->
210
+ <div class="browser-bar">
211
+ <div class="icon">
212
+ <svg class="ico" viewBox="0 0 24 24"><path d="M5 5l14 14"></path><path d="M19 5L5 19"></path></svg>
213
+ </div>
214
+ <div class="icon">
215
+ <svg class="ico" viewBox="0 0 24
code/5671/5671_3.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Search Suggestions 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: #121212;
15
+ color: #EAEAEA;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 90px;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #ffffff;
31
+ font-size: 34px;
32
+ }
33
+ .sb-left { font-weight: 500; }
34
+ .sb-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ font-size: 28px;
39
+ }
40
+ .icon {
41
+ display: inline-flex;
42
+ width: 38px;
43
+ height: 38px;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+
48
+ /* Search header */
49
+ .search-header {
50
+ position: absolute;
51
+ top: 110px;
52
+ left: 0;
53
+ width: 1080px;
54
+ padding: 26px 32px 20px 32px;
55
+ box-sizing: border-box;
56
+ border-bottom: 1px solid #2A2A2A;
57
+ }
58
+ .search-row {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 22px;
62
+ }
63
+ .g-badge {
64
+ width: 56px;
65
+ height: 56px;
66
+ border-radius: 28px;
67
+ background: #1F1F1F;
68
+ border: 1px solid #2d2d2d;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ font-weight: bold;
73
+ color: #4285F4;
74
+ font-size: 34px;
75
+ }
76
+ .search-text {
77
+ flex: 1;
78
+ font-size: 42px;
79
+ color: #FAFAFA;
80
+ }
81
+ .close-icon {
82
+ width: 40px;
83
+ height: 40px;
84
+ }
85
+
86
+ /* Suggestions */
87
+ .suggestions {
88
+ position: absolute;
89
+ top: 210px;
90
+ left: 0;
91
+ width: 1080px;
92
+ box-sizing: border-box;
93
+ padding: 6px 0;
94
+ }
95
+ .suggestion {
96
+ display: flex;
97
+ align-items: center;
98
+ padding: 26px 32px;
99
+ gap: 26px;
100
+ border-bottom: 1px solid #1d1d1d;
101
+ }
102
+ .s-icon {
103
+ width: 38px; height: 38px;
104
+ display: inline-flex; align-items: center; justify-content: center;
105
+ color: #9AA0A6;
106
+ }
107
+ .s-text {
108
+ flex: 1;
109
+ font-size: 34px;
110
+ color: #D1D5DB;
111
+ }
112
+ .s-text.primary { color: #FFFFFF; }
113
+ .arrow-icon {
114
+ width: 36px; height: 36px; color: #9AA0A6;
115
+ }
116
+
117
+ /* Keyboard area */
118
+ .keyboard {
119
+ position: absolute;
120
+ bottom: 70px;
121
+ left: 0;
122
+ width: 1080px;
123
+ height: 930px;
124
+ background: #0f1b1d;
125
+ border-top: 1px solid #1e2a2c;
126
+ box-sizing: border-box;
127
+ padding-top: 30px;
128
+ }
129
+ .kb-caption {
130
+ text-align: center;
131
+ color: #b7c0c3;
132
+ font-size: 32px;
133
+ margin-bottom: 10px;
134
+ }
135
+ .kb-row {
136
+ display: flex;
137
+ justify-content: center;
138
+ gap: 14px;
139
+ padding: 18px 24px;
140
+ }
141
+ .key {
142
+ width: 90px; height: 120px;
143
+ background: #20282b;
144
+ border: 1px solid #2b3437;
145
+ border-radius: 18px;
146
+ color: #cfd8dc;
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 36px; font-weight: 500;
149
+ }
150
+ .key.wide { width: 140px; }
151
+ .key.space { width: 540px; }
152
+ .key.action {
153
+ background: #9AE6C7;
154
+ color: #0b2324;
155
+ border-color: #74cfa9;
156
+ font-weight: 700;
157
+ }
158
+ .key.round {
159
+ width: 120px; height: 120px; border-radius: 60px;
160
+ background: #8AF3CF; color: #0b2324; border-color: #72E5C2;
161
+ }
162
+
163
+ /* Gesture bar */
164
+ .gesture-bar {
165
+ position: absolute;
166
+ bottom: 16px;
167
+ left: 50%;
168
+ transform: translateX(-50%);
169
+ width: 380px;
170
+ height: 10px;
171
+ background: rgba(255,255,255,0.85);
172
+ border-radius: 6px;
173
+ }
174
+
175
+ /* Helper small icons stroke settings */
176
+ svg { fill: none; stroke-linecap: round; stroke-linejoin: round; }
177
+ </style>
178
+ </head>
179
+ <body>
180
+ <div id="render-target">
181
+ <!-- Status Bar -->
182
+ <div class="status-bar">
183
+ <div class="sb-left">1:47</div>
184
+ <div class="sb-right">
185
+ <!-- simple icons -->
186
+ <span class="icon">
187
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#FFFFFF" stroke-width="2">
188
+ <path d="M2 17c3-4 7-6 10-6s7 2 10 6"></path>
189
+ <path d="M7 17c2-2 5-3 5-3s3 1 5 3"></path>
190
+ <circle cx="12" cy="17" r="1.4" fill="#FFFFFF"></circle>
191
+ </svg>
192
+ </span>
193
+ <span class="icon">
194
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#FFFFFF" stroke-width="2">
195
+ <rect x="4" y="8" width="16" height="9" rx="2" ry="2"></rect>
196
+ <rect x="20" y="11" width="1.5" height="3" fill="#FFFFFF" stroke="none"></rect>
197
+ </svg>
198
+ </span>
199
+ <span style="font-size:28px;">100%</span>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Search Header -->
204
+ <div class="search-header">
205
+ <div class="search-row">
206
+ <div class="g-badge">G</div>
207
+ <div class="search-text">Google flights</div>
208
+ <svg class="close-icon" viewBox="0 0 24 24" stroke="#A9A9A9" stroke-width="2">
209
+ <path d="M5 5l14 14M19 5l-14 14"></path>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Suggestions List -->
215
+ <div class="suggestions">
216
+ <div class="suggestion">
217
+ <div class="s-icon">
218
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#A9A9A9" stroke-width="2">
219
+ <circle cx="12" cy="12" r="8"></circle>
220
+ <path d="M12 6v6l4 2"></path>
221
+ </svg>
222
+ </div>
223
+ <div class="s-text primary">google flights</div>
224
+ <div class="arrow-icon">
225
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#A9A9A9" stroke-width="2">
226
+ <path d="M7 17l10-10M9 7h8v8"></path>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="suggestion">
232
+ <div class="s-icon">
233
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
234
+ <circle cx="11" cy="11" r="7"></circle>
235
+ <path d="M16 16l5 5"></path>
236
+ </svg>
237
+ </div>
238
+ <div class="s-text">google flights delhi</div>
239
+ <div class="arrow-icon">
240
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
241
+ <path d="M7 17l10-10M9 7h8v8"></path>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="suggestion">
247
+ <div class="s-icon">
248
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
249
+ <circle cx="11" cy="11" r="7"></circle>
250
+ <path d="M16 16l5 5"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="s-text">google flights explore</div>
254
+ <div class="arrow-icon">
255
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
256
+ <path d="M7 17l10-10M9 7h8v8"></path>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="suggestion">
262
+ <div class="s-icon">
263
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
264
+ <circle cx="11" cy="11" r="7"></circle>
265
+ <path d="M16 16l5 5"></path>
266
+ </svg>
267
+ </div>
268
+ <div class="s-text">google flights india</div>
269
+ <div class="arrow-icon">
270
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
271
+ <path d="M7 17l10-10M9 7h8v8"></path>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="suggestion">
277
+ <div class="s-icon">
278
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
279
+ <circle cx="11" cy="11" r="7"></circle>
280
+ <path d="M16 16l5 5"></path>
281
+ </svg>
282
+ </div>
283
+ <div class="s-text">google flights app</div>
284
+ <div class="arrow-icon">
285
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
286
+ <path d="M7 17l10-10M9 7h8v8"></path>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+
291
+ <div class="suggestion">
292
+ <div class="s-icon">
293
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
294
+ <circle cx="11" cy="11" r="7"></circle>
295
+ <path d="M16 16l5 5"></path>
296
+ </svg>
297
+ </div>
298
+ <div class="s-text">google flights search anywhere</div>
299
+ <div class="arrow-icon">
300
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
301
+ <path d="M7 17l10-10M9 7h8v8"></path>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="suggestion">
307
+ <div class="s-icon">
308
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
309
+ <circle cx="11" cy="11" r="7"></circle>
310
+ <path d="M16 16l5 5"></path>
311
+ </svg>
312
+ </div>
313
+ <div class="s-text">google flights tracking</div>
314
+ <div class="arrow-icon">
315
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
316
+ <path d="M7 17l10-10M9 7h8v8"></path>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="suggestion">
322
+ <div class="s-icon">
323
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
324
+ <circle cx="11" cy="11" r="7"></circle>
325
+ <path d="M16 16l5 5"></path>
326
+ </svg>
327
+ </div>
328
+ <div class="s-text">google flights trick</div>
329
+ <div class="arrow-icon">
330
+ <svg viewBox="0 0 24 24" width="24" height="24" stroke="#9AA0A6" stroke-width="2">
331
+ <path d="M7 17l10-10M9 7h8v8"></path>
332
+ </svg>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Keyboard -->
338
+ <div class="keyboard">
339
+ <div class="kb-caption">flights</div>
340
+
341
+ <div class="kb-row">
342
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
343
+ </div>
344
+ <div class="kb-row">
345
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
346
+ </div>
347
+ <div class="kb-row">
348
+ <div class="key wide">⇧</div>
349
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
350
+ <div class="key wide">
351
+ <svg viewBox="0 0 24 24" width="26" height="26" stroke="#cfd8dc" stroke-width="2">
352
+ <path d="M6 6l12 12M18 6l-12 12"></path>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+ <div class="kb-row">
357
+ <div class="key action">?123</div>
358
+ <div class="key">,</div>
359
+ <div class="key space"></div>
360
+ <div class="key">.</div>
361
+ <div class="key round">
362
+ <svg viewBox="0 0 24 24" width="26" height="26" stroke="#0b2324" stroke-width="2">
363
+ <circle cx="11" cy="11" r="7"></circle>
364
+ <path d="M16 16l5 5"></path>
365
+ </svg>
366
+ </div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Gesture bar -->
371
+ <div class="gesture-bar"></div>
372
+ </div>
373
+ </body>
374
+ </html>
code/5671/5671_4.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Search - Dark UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EAEAEA;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 88px;
24
+ padding: 18px 28px 0;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #EAEAEA;
30
+ font-size: 30px;
31
+ }
32
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.9; }
33
+ .dot { width: 8px; height: 8px; background: #B0B0B0; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Header */
36
+ .header {
37
+ position: absolute;
38
+ top: 88px;
39
+ left: 0; right: 0;
40
+ padding: 18px 36px 12px;
41
+ }
42
+ .header-top {
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ margin-bottom: 20px;
47
+ }
48
+ .labs-icon {
49
+ width: 64px; height: 64px;
50
+ border-radius: 16px;
51
+ display: flex; align-items: center; justify-content: center;
52
+ color: #D7D7D7;
53
+ }
54
+ .google-word {
55
+ font-size: 72px;
56
+ font-weight: 600;
57
+ letter-spacing: 0.5px;
58
+ color: #EDEDED;
59
+ }
60
+ .avatar {
61
+ width: 72px; height: 72px;
62
+ border-radius: 50%;
63
+ background: #FF8C00;
64
+ display: flex; align-items: center; justify-content: center;
65
+ color: #fff; font-weight: 700; font-size: 40px;
66
+ }
67
+
68
+ /* Search bar */
69
+ .search-bar {
70
+ margin-top: 10px;
71
+ background: #2A2B2F;
72
+ border: 1px solid #3A3B3F;
73
+ height: 108px;
74
+ border-radius: 54px;
75
+ display: flex; align-items: center;
76
+ padding: 0 28px;
77
+ }
78
+ .search-input {
79
+ flex: 1;
80
+ margin: 0 18px;
81
+ color: #EAEAEA;
82
+ font-size: 40px;
83
+ }
84
+ .search-placeholder { opacity: 0.9; }
85
+ .search-actions {
86
+ display: flex; align-items: center; gap: 18px;
87
+ }
88
+ .icon-btn {
89
+ width: 72px; height: 72px;
90
+ border-radius: 50%;
91
+ display: flex; align-items: center; justify-content: center;
92
+ background: transparent;
93
+ }
94
+ .icon svg { width: 44px; height: 44px; fill: #8AB4F8; }
95
+ .icon.gray svg { fill: #B8B8B8; }
96
+
97
+ /* Tabs */
98
+ .tabs {
99
+ margin-top: 22px;
100
+ display: flex;
101
+ gap: 40px;
102
+ align-items: flex-end;
103
+ padding: 0 8px;
104
+ border-bottom: 1px solid #2A2A2A;
105
+ }
106
+ .tab {
107
+ padding: 22px 4px 18px;
108
+ font-size: 34px;
109
+ color: #BEBEBE;
110
+ }
111
+ .tab.active { color: #FFFFFF; position: relative; }
112
+ .tab.active::after {
113
+ content: "";
114
+ position: absolute;
115
+ left: 0; right: 0; bottom: -1px;
116
+ height: 6px;
117
+ background: #FFFFFF;
118
+ border-radius: 4px;
119
+ }
120
+
121
+ /* Chips row */
122
+ .chips {
123
+ margin: 24px 32px;
124
+ display: flex; gap: 22px; flex-wrap: wrap;
125
+ }
126
+ .chip {
127
+ display: inline-flex; align-items: center; gap: 16px;
128
+ padding: 20px 28px;
129
+ background: #1C1D20;
130
+ border: 1px solid #3A3B3F;
131
+ border-radius: 16px;
132
+ color: #D5D5D5;
133
+ font-size: 32px;
134
+ }
135
+ .chip .icon { width: 36px; height: 36px; }
136
+
137
+ /* Result card */
138
+ .results {
139
+ margin: 0 24px;
140
+ padding-bottom: 260px; /* allow space above bottom nav */
141
+ }
142
+ .result-card {
143
+ border-top: 1px solid #2A2A2A;
144
+ padding-top: 32px;
145
+ }
146
+ .result-source {
147
+ display: flex; align-items: center; gap: 16px;
148
+ font-size: 30px; color: #BDBDBD; margin-bottom: 14px;
149
+ }
150
+ .g-badge {
151
+ width: 38px; height: 38px; border-radius: 50%;
152
+ background: #E0E0E0; color: #202124;
153
+ font-weight: 700; display: flex; align-items: center; justify-content: center;
154
+ font-size: 22px;
155
+ }
156
+ .result-title {
157
+ font-size: 48px;
158
+ line-height: 1.2;
159
+ color: #8AB4F8;
160
+ margin: 10px 0 16px;
161
+ }
162
+ .result-desc {
163
+ font-size: 34px; color: #C7C7C7; line-height: 1.5;
164
+ }
165
+ .quick-links {
166
+ margin-top: 22px;
167
+ border-top: 1px solid #2A2A2A;
168
+ }
169
+ .quick-item {
170
+ padding: 28px 6px;
171
+ border-bottom: 1px solid #2A2A2A;
172
+ font-size: 42px;
173
+ color: #8AB4F8;
174
+ }
175
+
176
+ /* Bottom navigation */
177
+ .bottom-nav {
178
+ position: absolute;
179
+ left: 0; right: 0; bottom: 0;
180
+ height: 168px;
181
+ background: #1A1B1E;
182
+ border-top: 1px solid #2A2A2A;
183
+ display: flex; align-items: center; justify-content: space-around;
184
+ padding-bottom: 14px;
185
+ }
186
+ .nav-item {
187
+ display: flex; flex-direction: column; align-items: center; gap: 8px;
188
+ color: #BFBFBF; font-size: 28px;
189
+ }
190
+ .nav-item.active { color: #8AB4F8; }
191
+ .nav-item svg { width: 44px; height: 44px; fill: currentColor; }
192
+ .gesture {
193
+ position: absolute; left: 50%; transform: translateX(-50%);
194
+ bottom: 170px; width: 260px; height: 10px; border-radius: 8px;
195
+ background: #E7E7E7; opacity: 0.9;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status Bar -->
203
+ <div class="status-bar">
204
+ <div class="time">1:48</div>
205
+ <div class="status-icons">
206
+ <span class="dot"></span>
207
+ <span class="dot"></span>
208
+ <!-- simplified icons -->
209
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#EAEAEA"><path d="M3 12h18l-2 7H5z"/><path d="M12 3l4 5H8z"/></svg>
210
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#EAEAEA"><path d="M4 8h16v9H4z"/><path d="M7 6h10v2H7z"/></svg>
211
+ <span>100%</span>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Header -->
216
+ <div class="header">
217
+ <div class="header-top">
218
+ <div class="labs-icon">
219
+ <!-- Flask icon -->
220
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#D7D7D7">
221
+ <path d="M10 2h4v2h-1v3.3l5.6 8.8A3 3 0 0 1 16.9 20H7.1a3 3 0 0 1-1.7-5.9L11 7.3V4H10zM7.1 18h9.8a1 1 0 0 0 .8-1.6L12 8.5l-5.7 7.9A1 1 0 0 0 7.1 18z"/>
222
+ </svg>
223
+ </div>
224
+ <div class="google-word">Google</div>
225
+ <div class="avatar">R</div>
226
+ </div>
227
+
228
+ <!-- Search bar -->
229
+ <div class="search-bar">
230
+ <div class="icon gray">
231
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.71.71l.27.28v.78l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/></svg>
232
+ </div>
233
+ <div class="search-input"><span class="search-placeholder">Google flights</span></div>
234
+ <div class="search-actions">
235
+ <button class="icon-btn icon">
236
+ <!-- mic -->
237
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm-7-3h2a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6.92V21h-2v-3.08A7 7 0 0 1 5 11z"/></svg>
238
+ </button>
239
+ <button class="icon-btn icon">
240
+ <!-- lens -->
241
+ <svg viewBox="0 0 24 24"><path d="M9 3a7 7 0 1 1 4.9 12H13l-3 6-1.8-.9 2.2-5.1A7 7 0 0 1 9 3z"/></svg>
242
+ </button>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Tabs -->
247
+ <div class="tabs">
248
+ <div class="tab active">All</div>
249
+ <div class="tab">Shopping</div>
250
+ <div class="tab">Images</div>
251
+ <div class="tab">News</div>
252
+ <div class="tab">Videos</div>
253
+ <div class="tab">Books</div>
254
+ <div class="tab">More</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Chips -->
259
+ <div class="chips">
260
+ <div class="chip">
261
+ <span class="icon gray">
262
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.71.71l.27.28v.78l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/></svg>
263
+ </span>
264
+ हिंदी में खोजें
265
+ </div>
266
+ <div class="chip">
267
+ <span class="icon gray">
268
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.71.71l.27.28v.78l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/></svg>
269
+ </span>
270
+ गूगल फ्लाइट्स
271
+ </div>
272
+ <div class="chip">?</div>
273
+ </div>
274
+
275
+ <!-- Results -->
276
+ <div class="results">
277
+ <div class="result-card">
278
+ <div class="result-source">
279
+ <div class="g-badge">G</div>
280
+ <div>Google • https://www.google.com › travel › flights</div>
281
+ <div style="margin-left:auto; opacity:.7;">⋮</div>
282
+ </div>
283
+ <div class="result-title">Google Flights - Find Cheap Flight Options & Track Prices</div>
284
+ <div class="result-desc">
285
+ Use Google Flights to explore cheap flights to anywhere. Search destinations and track prices to find and book your next flight.
286
+ </div>
287
+
288
+ <div class="quick-links">
289
+ <div class="quick-item">Flights</div>
290
+ <div class="quick-item">Sign in</div>
291
+ <div class="quick-item">Cheap flights from Durban</div>
292
+ <div class="quick-item">Tracked flight prices</div>
293
+ <div class="quick-item">Cheap flights from New Delhi</div>
294
+ <div class="quick-item">Flights to San Jose</div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Bottom Nav -->
300
+ <div class="gesture"></div>
301
+ <div class="bottom-nav">
302
+ <div class="nav-item">
303
+ <svg viewBox="0 0 24 24"><path d="M12 2l2 6h6l-4.9 3.5 1.9 6L12 14l-5 3.5 2-6L4 8h6z"/></svg>
304
+ <div>Discover</div>
305
+ </div>
306
+ <div class="nav-item active">
307
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.71.71l.27.28v.78l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/></svg>
308
+ <div>Search</div>
309
+ </div>
310
+ <div class="nav-item">
311
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v4H6zM4 8h16v12H4zM8 10v8h8v-8z"/></svg>
312
+ <div>Saved</div>
313
+ </div>
314
+ </div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/5671/5671_5.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; border-radius: 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
12
+ color: #E8EAED;
13
+ }
14
+ .row { display: flex; align-items: center; }
15
+ .statusbar {
16
+ height: 90px; background: #2A2A2A; color: #FFFFFF;
17
+ padding: 0 28px; font-size: 28px; letter-spacing: 0.2px;
18
+ }
19
+ .statusbar .right { margin-left: auto; gap: 22px; display: flex; align-items: center; }
20
+ .omnibox {
21
+ height: 120px; background: #333333; padding: 0 20px; color: #E8EAED;
22
+ display: flex; align-items: center; gap: 24px; font-size: 30px;
23
+ border-bottom: 1px solid #3A3A3A;
24
+ }
25
+ .omnibox .title { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
26
+ .header {
27
+ height: 120px; background: #1C1C1C; padding: 0 28px; border-bottom: 1px solid #2D2D2D;
28
+ display: flex; align-items: center;
29
+ }
30
+ .header .brand { font-size: 46px; font-weight: 500; margin-left: 20px; }
31
+ .header .actions { margin-left: auto; display: flex; align-items: center; gap: 30px; }
32
+ .tabs {
33
+ height: 86px; background: #1C1C1C; padding: 0 28px; display: flex; align-items: center; gap: 46px;
34
+ color: #BDBDBD; font-size: 32px; border-bottom: 1px solid #2D2D2D;
35
+ }
36
+ .tabs .active { color: #E8EAED; position: relative; }
37
+ .tabs .active::after {
38
+ content: ""; position: absolute; bottom: -10px; left: 0; width: 100%; height: 6px; background: #8AB4F8; border-radius: 6px;
39
+ }
40
+
41
+ /* Hero */
42
+ .hero {
43
+ width: 100%; padding: 36px 40px 10px;
44
+ background: #121212;
45
+ }
46
+ .img-placeholder {
47
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
48
+ display: flex; justify-content: center; align-items: center; text-align: center;
49
+ font-size: 28px;
50
+ }
51
+ .hero-img { width: 100%; height: 300px; border-radius: 16px; }
52
+ .title { text-align: center; font-size: 96px; font-weight: 500; margin: 22px 0 10px; }
53
+
54
+ /* Filter chips */
55
+ .filters { display: flex; justify-content: center; gap: 40px; color: #DADADA; font-size: 32px; margin-bottom: 24px; }
56
+ .chip { display: inline-flex; align-items: center; gap: 12px; }
57
+ .chip .down { width: 20px; height: 20px; margin-left: 6px; }
58
+
59
+ /* Search Card */
60
+ .card {
61
+ width: 980px; margin: 0 auto; background: #1F1F1F; border: 1px solid #2E2E2E;
62
+ border-radius: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); padding: 24px;
63
+ }
64
+ .field-row { display: flex; gap: 20px; align-items: center; }
65
+ .field {
66
+ flex: 1; height: 120px; border: 2px solid #3A3A3A; border-radius: 22px;
67
+ display: flex; align-items: center; padding: 0 26px; color: #E8EAED; font-size: 38px;
68
+ background: #1B1B1B;
69
+ }
70
+ .field .label { margin-left: 18px; color: #E8EAED; }
71
+ .swap {
72
+ width: 90px; height: 90px; border-radius: 50%; background: #262626; border: 2px solid #3A3A3A;
73
+ display: flex; align-items: center; justify-content: center; margin: 0 6px;
74
+ }
75
+ .divider { height: 1px; background: #2E2E2E; margin: 22px 0; }
76
+ .btn-search {
77
+ width: 320px; height: 90px; border-radius: 45px; background: #8AB4F8; color: #0B1A33;
78
+ display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 36px; font-weight: 600;
79
+ margin: 30px auto 0;
80
+ }
81
+
82
+ /* Below content */
83
+ .prompt { text-align: center; margin-top: 60px; font-size: 42px; color: #E8EAED; }
84
+ .link { text-align: center; color: #8AB4F8; font-size: 34px; margin-top: 12px; }
85
+ .illustration-wrap { margin: 40px auto 0; width: 720px; height: 540px; border-radius: 260px; overflow: hidden; }
86
+ .illustration { width: 100%; height: 100%; }
87
+ .gesture {
88
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
89
+ width: 360px; height: 12px; background: #FFFFFF; opacity: 0.8; border-radius: 8px;
90
+ }
91
+
92
+ /* Icon base */
93
+ svg { display: block; }
94
+ .icon { width: 42px; height: 42px; fill: none; stroke: #E8EAED; stroke-width: 3; }
95
+ .icon-fill { fill: #E8EAED; }
96
+ .icon-muted { stroke: #BDBDBD; }
97
+ .icon-blue { stroke: #0B1A33; fill: none; }
98
+ .avatar {
99
+ width: 60px; height: 60px; background: #2F3C2F; color: #CCE8CC; border-radius: 50%;
100
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 32px;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="statusbar row">
109
+ <div>1:48</div>
110
+ <div class="right">
111
+ <!-- simple icons -->
112
+ <svg class="icon" viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#FFFFFF"/><rect x="20" y="10" width="2" height="4" fill="#FFFFFF"/></svg>
113
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#FFFFFF"/><path d="M3 15h14" stroke="#FFFFFF"/><path d="M3 18h9" stroke="#FFFFFF"/></svg>
114
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 20h10a4 4 0 0 0 4-4V8" stroke="#FFFFFF"/></svg>
115
+ <div style="font-size:28px;">100%</div>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Omnibox -->
120
+ <div class="omnibox">
121
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19" stroke="#E8EAED"/></svg>
122
+ <svg class="icon" viewBox="0 0 24 24"><rect x="6" y="10" width="12" height="9" rx="2" ry="2" stroke="#E8EAED"/><path d="M9 10V8a3 3 0 0 1 6 0v2" stroke="#E8EAED"/></svg>
123
+ <div class="title">Google Flights – Find ch…</div>
124
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="6" cy="12" r="3" stroke="#E8EAED"/><circle cx="18" cy="6" r="3" stroke="#E8EAED"/><circle cx="18" cy="18" r="3" stroke="#E8EAED"/><path d="M8.5 10.5 L16 7.5 M8.5 13.5 L16 16.5" stroke="#E8EAED"/></svg>
125
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 3h12v18l-6-3-6 3z" stroke="#E8EAED"/></svg>
126
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2" fill="#E8EAED"/><circle cx="12" cy="12" r="2" fill="#E8EAED"/><circle cx="12" cy="18" r="2" fill="#E8EAED"/></svg>
127
+ </div>
128
+
129
+ <!-- Google header -->
130
+ <div class="header">
131
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#E8EAED"/></svg>
132
+ <div class="brand">Google</div>
133
+ <div class="actions">
134
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" stroke="#E8EAED"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M7 17l-2 2" stroke="#E8EAED"/></svg>
135
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="3" width="6" height="6" stroke="#E8EAED"/><rect x="15" y="3" width="6" height="6" stroke="#E8EAED"/><rect x="3" y="15" width="6" height="6" stroke="#E8EAED"/><rect x="15" y="15" width="6" height="6" stroke="#E8EAED"/></svg>
136
+ <div class="avatar">C</div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Tabs -->
141
+ <div class="tabs">
142
+ <div>Travel</div>
143
+ <div>Explore</div>
144
+ <div class="active">Flights</div>
145
+ <div>Hotels</div>
146
+ <div>Holiday rentals</div>
147
+ </div>
148
+
149
+ <!-- Hero area -->
150
+ <div class="hero">
151
+ <div class="img-placeholder hero-img">[IMG: Mountain illustration]</div>
152
+ <div class="title">Flights</div>
153
+
154
+ <div class="filters">
155
+ <div class="chip">
156
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 8l6 6M5 14h6M13 8h6M13 14l6-6" stroke="#E8EAED"/></svg>
157
+ <span>Round trip</span>
158
+ <svg class="down" viewBox="0 0 16 16"><path d="M4 6l4 4 4-4" fill="#BDBDBD"/></svg>
159
+ </div>
160
+ <div class="chip">
161
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="3" stroke="#E8EAED"/><path d="M5 20c2-4 10-4 14 0" stroke="#E8EAED"/></svg>
162
+ <span>1</span>
163
+ <svg class="down" viewBox="0 0 16 16"><path d="M4 6l4 4 4-4" fill="#BDBDBD"/></svg>
164
+ </div>
165
+ <div class="chip">
166
+ <span>Economy</span>
167
+ <svg class="down" viewBox="0 0 16 16"><path d="M4 6l4 4 4-4" fill="#BDBDBD"/></svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Search card -->
172
+ <div class="card">
173
+ <div class="field-row">
174
+ <div class="field">
175
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="9" cy="10" r="3" stroke="#E8EAED"/><path d="M2 22l8-8" stroke="#E8EAED"/></svg>
176
+ <div class="label">Where from?</div>
177
+ </div>
178
+ <div class="swap">
179
+ <svg viewBox="0 0 24 24" width="48" height="48">
180
+ <path d="M6 9h10l-2-2M18 15H8l2 2" stroke="#E8EAED" stroke-width="2" fill="none" />
181
+ </svg>
182
+ </div>
183
+ <div class="field">
184
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3a6 6 0 0 1 6 6c0 4.5-6 12-6 12S6 13.5 6 9a6 6 0 0 1 6-6z" stroke="#E8EAED" fill="none"/></svg>
185
+ <div class="label">Where to?</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="divider"></div>
190
+
191
+ <div class="field-row">
192
+ <div class="field">
193
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="14" rx="2" stroke="#E8EAED"/><path d="M8 3v6M16 3v6M4 10h16" stroke="#E8EAED"/></svg>
194
+ <div class="label">Departure</div>
195
+ </div>
196
+ <div class="field">
197
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="14" rx="2" stroke="#E8EAED"/><path d="M8 3v6M16 3v6M4 10h16" stroke="#E8EAED"/></svg>
198
+ <div class="label">Return</div>
199
+ </div>
200
+ </div>
201
+
202
+ <div class="btn-search">
203
+ <svg viewBox="0 0 24 24" width="38" height="38">
204
+ <circle cx="10" cy="10" r="6" stroke="#0B1A33" stroke-width="3" fill="none"/>
205
+ <path d="M14 14l6 6" stroke="#0B1A33" stroke-width="3" />
206
+ </svg>
207
+ <span>Search</span>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Below content -->
213
+ <div class="prompt">Where are you flying from?</div>
214
+ <div class="link">Get started</div>
215
+
216
+ <div class="illustration-wrap">
217
+ <div class="img-placeholder illustration">[IMG: Airport illustration]</div>
218
+ </div>
219
+
220
+ <!-- Gesture bar -->
221
+ <div class="gesture"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/5671/5671_6.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Flights UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EAEAEA;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; background: #2A2A2A; display: flex; align-items: center; padding: 0 40px; font-size: 40px; color: #fff;
17
+ }
18
+ .status-left { flex: 1; }
19
+ .status-right { display: flex; gap: 28px; align-items: center; }
20
+ .icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
21
+ .icon svg { width: 44px; height: 44px; fill: #D0D0D0; }
22
+
23
+ /* Browser bar */
24
+ .browser-bar {
25
+ height: 150px; background: #333333; display: flex; align-items: center; padding: 0 30px; border-bottom: 1px solid #3E3E3E;
26
+ }
27
+ .browser-left { display: flex; align-items: center; gap: 24px; }
28
+ .browser-title { display: flex; flex-direction: column; line-height: 1.2; }
29
+ .browser-title .title { font-size: 40px; color: #EDEDED; }
30
+ .browser-title .subtitle { font-size: 32px; color: #9CA3AF; }
31
+ .browser-right { margin-left: auto; display: flex; gap: 26px; }
32
+
33
+ /* Google header */
34
+ .header {
35
+ background: #1C1C1C;
36
+ padding: 28px 36px 12px 36px;
37
+ border-bottom: 1px solid #262626;
38
+ }
39
+ .header-top {
40
+ display: flex; align-items: center; gap: 26px; margin-bottom: 20px;
41
+ }
42
+ .google-wordmark { font-size: 56px; font-weight: 600; letter-spacing: 0.5px; }
43
+ .header-actions { margin-left: auto; display: flex; align-items: center; gap: 30px; }
44
+ .avatar {
45
+ width: 72px; height: 72px; border-radius: 50%; background: #1aa889; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #073f34;
46
+ }
47
+ .nav {
48
+ display: flex; gap: 46px; align-items: center; color: #B7B7B7; font-size: 40px;
49
+ }
50
+ .nav .active { color: #93B8FF; position: relative; }
51
+ .nav .active::after {
52
+ content: ""; position: absolute; left: 0; right: 0; bottom: -10px;
53
+ height: 12px; background: #6EA5FF; border-radius: 6px;
54
+ }
55
+
56
+ /* Hero illustration */
57
+ .hero {
58
+ margin-top: 4px; padding: 40px 36px 0 36px;
59
+ }
60
+ .hero-img {
61
+ width: 100%; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
62
+ border-radius: 28px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 42px; font-weight: 600;
63
+ }
64
+
65
+ /* Title and search card */
66
+ .title-row {
67
+ position: relative; margin-top: -30px; padding: 0 36px;
68
+ }
69
+ .title-row h1 {
70
+ font-size: 120px; font-weight: 600; margin: 24px 0 20px 10px; color: #FFFFFF;
71
+ }
72
+ .search-card {
73
+ margin: 20px auto 0 auto; width: 960px; background: #191A1D; border: 1px solid #2C2C2C;
74
+ border-radius: 40px; padding: 32px; box-shadow: 0 20px 40px rgba(0,0,0,0.35);
75
+ }
76
+ .search-top {
77
+ display: flex; align-items: center; gap: 28px; margin-bottom: 26px;
78
+ }
79
+ .chip {
80
+ background: #24262A; color: #DADADA; border: 1px solid #3A3D42;
81
+ border-radius: 18px; padding: 18px 26px; display: inline-flex; align-items: center; gap: 16px; font-size: 40px;
82
+ }
83
+ .chip .caret { margin-left: 8px; }
84
+ .inputs {
85
+ display: grid; grid-template-columns: 1fr 90px 1fr; gap: 20px; margin-bottom: 18px;
86
+ }
87
+ .pill {
88
+ height: 120px; border: 1px solid #3A3D42; border-radius: 28px; background: #1B1C1F; color: #CFCFCF;
89
+ display: flex; align-items: center; padding: 0 28px; font-size: 42px; gap: 18px;
90
+ }
91
+ .swap {
92
+ height: 120px; border: 1px dashed #3A3D42; border-radius: 28px; background: #17181A; display: flex; align-items: center; justify-content: center;
93
+ }
94
+ .dates {
95
+ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px;
96
+ }
97
+ .search-btn {
98
+ margin-top: 26px; width: 300px; height: 110px; background: #8BB7FF; color: #0D1B2A; border-radius: 55px;
99
+ display: flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; font-size: 44px;
100
+ box-shadow: 0 8px 18px rgba(55,110,255,0.35);
101
+ }
102
+
103
+ /* Dropdown overlay */
104
+ .dropdown {
105
+ position: absolute; left: 36px; top: 1080px; width: 460px; background: #22252B; border: 1px solid #343943; border-radius: 22px;
106
+ box-shadow: 0 30px 60px rgba(0,0,0,0.6); overflow: hidden;
107
+ }
108
+ .dropdown-header {
109
+ padding: 20px 28px; background: #2A2E36; color: #D7E2FF; display: flex; align-items: center; justify-content: space-between; font-size: 40px;
110
+ }
111
+ .dropdown-item {
112
+ padding: 28px; display: flex; align-items: center; gap: 18px; font-size: 40px; color: #DADADA; border-top: 1px solid #31363F;
113
+ }
114
+ .dropdown-item .tick svg { fill: #93B8FF; }
115
+
116
+ /* Section below */
117
+ .sub-title {
118
+ text-align: center; margin-top: 80px; font-size: 48px; color: #EDEDED;
119
+ }
120
+ .link { color: #92B5FF; text-align: center; font-size: 40px; margin-top: 16px; }
121
+ .airport-illustration {
122
+ width: 720px; height: 780px; margin: 40px auto 0 auto;
123
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 120px; display: flex; align-items: center; justify-content: center;
124
+ color: #757575; font-size: 42px; font-weight: 600;
125
+ }
126
+
127
+ /* Bottom home indicator */
128
+ .home-indicator {
129
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
130
+ width: 360px; height: 16px; background: #EDEDED; border-radius: 8px; opacity: 0.7;
131
+ }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div class="status-left">1:50</div>
140
+ <div class="status-right">
141
+ <span style="font-size:36px;color:#CFCFCF;">100%</span>
142
+ <div class="icon">
143
+ <svg viewBox="0 0 24 24"><path d="M16 8l-4 4-4-4"/></svg>
144
+ </div>
145
+ <div class="icon">
146
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/></svg>
147
+ </div>
148
+ <div class="icon">
149
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#D0D0D0" fill="none" stroke-width="2"/><rect x="4" y="8" width="14" height="8" fill="#D0D0D0"/></svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Browser bar -->
155
+ <div class="browser-bar">
156
+ <div class="browser-left">
157
+ <div class="icon">
158
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#EDEDED" stroke-width="2" fill="none"/></svg>
159
+ </div>
160
+ <div class="icon">
161
+ <svg viewBox="0 0 24 24"><rect x="6" y="10" width="12" height="9" rx="2" fill="#D0D0D0"/><path d="M9 10V7a3 3 0 0 1 6 0v3" stroke="#D0D0D0" stroke-width="2" fill="none"/></svg>
162
+ </div>
163
+ <div class="browser-title">
164
+ <div class="title">Google Flights – Find ch...</div>
165
+ <div class="subtitle">google.com</div>
166
+ </div>
167
+ </div>
168
+ <div class="browser-right">
169
+ <div class="icon">
170
+ <svg viewBox="0 0 24 24"><path d="M12 3v12M8 7l4-4 4 4M5 21h14" stroke="#EDEDED" stroke-width="2" fill="none"/></svg>
171
+ </div>
172
+ <div class="icon">
173
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v16l-6-4-6 4z" fill="#D0D0D0"/></svg>
174
+ </div>
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Google header -->
182
+ <div class="header">
183
+ <div class="header-top">
184
+ <div class="icon">
185
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#EDEDED" stroke-width="2" fill="none"/></svg>
186
+ </div>
187
+ <div class="google-wordmark">Google</div>
188
+ <div class="header-actions">
189
+ <div class="icon">
190
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="5" fill="#FFD166"/><path d="M12 1v4M12 19v4M1 12h4M19 12h4M4 4l3 3M20 4l-3 3M4 20l3-3M20 20l-3-3" stroke="#FFD166" stroke-width="2"/></svg>
191
+ </div>
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24"><path d="M4 4h4v4H4zM10 4h4v4h-4zM16 4h4v4h-4zM4 10h4v4H4zM10 10h4v4h-4zM16 10h4v4h-4zM4 16h4v4H4zM10 16h4v4h-4zM16 16h4v4h-4z" fill="#D0D0D0"/></svg>
194
+ </div>
195
+ <div class="avatar">C</div>
196
+ </div>
197
+ </div>
198
+ <div class="nav">
199
+ <div>Travel</div>
200
+ <div>Explore</div>
201
+ <div class="active">Flights</div>
202
+ <div>Hotels</div>
203
+ <div>Holiday rentals</div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Hero area -->
208
+ <div class="hero">
209
+ <div class="hero-img">[IMG: Mountain travel illustration]</div>
210
+ </div>
211
+
212
+ <!-- Title and search -->
213
+ <div class="title-row">
214
+ <h1>Flights</h1>
215
+ <div class="search-card">
216
+ <div class="search-top">
217
+ <div class="chip">
218
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M3 11h9l-2 2m0-6l2 2" stroke="#CFCFCF" stroke-width="2" fill="none"/></svg>
219
+ <span>Round trip</span>
220
+ <span class="caret">
221
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M6 9l6 6 6-6" fill="#CFCFCF"/></svg>
222
+ </span>
223
+ </div>
224
+ <div class="chip">
225
+ <svg viewBox="0 0 24 24" width="44" height="44"><circle cx="12" cy="8" r="4" fill="#CFCFCF"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#CFCFCF"/></svg>
226
+ <span>1</span>
227
+ <span class="caret">
228
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M6 9l6 6 6-6" fill="#CFCFCF"/></svg>
229
+ </span>
230
+ </div>
231
+ <div class="chip">
232
+ <span>Economy</span>
233
+ <span class="caret">
234
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M6 9l6 6 6-6" fill="#CFCFCF"/></svg>
235
+ </span>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="inputs">
240
+ <div class="pill">
241
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#CFCFCF"/></svg>
242
+ <span>Where from?</span>
243
+ </div>
244
+ <div class="swap">
245
+ <svg viewBox="0 0 24 24" width="56" height="56"><path d="M7 7h10l-3-3M7 17h10l-3 3" stroke="#CFCFCF" stroke-width="2" fill="none"/></svg>
246
+ </div>
247
+ <div class="pill">
248
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#CFCFCF"/></svg>
249
+ <span>Where to?</span>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="dates">
254
+ <div class="pill"><span>Depart</span></div>
255
+ <div class="pill"><span>Return</span></div>
256
+ </div>
257
+
258
+ <div class="search-btn">
259
+ <svg viewBox="0 0 24 24" width="54" height="54"><circle cx="10" cy="10" r="6" stroke="#0D1B2A" stroke-width="2" fill="none"/><path d="M14 14l6 6" stroke="#0D1B2A" stroke-width="2"/></svg>
260
+ <span>Search</span>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Visible dropdown (Round trip) -->
266
+ <div class="dropdown">
267
+ <div class="dropdown-header">
268
+ <div style="display:flex;align-items:center;gap:14px;">
269
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M3 11h9l-2 2m0-6l2 2" stroke="#CFCFCF" stroke-width="2" fill="none"/></svg>
270
+ <span>Round trip</span>
271
+ </div>
272
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M6 9l6 6 6-6" fill="#CFCFCF"/></svg>
273
+ </div>
274
+ <div class="dropdown-item">
275
+ <span class="tick"><svg viewBox="0 0 24 24" width="40" height="40"><path d="M4 12l5 5 11-11" stroke="#93B8FF" stroke-width="2" fill="none"/></svg></span>
276
+ <span>Round trip</span>
277
+ </div>
278
+ <div class="dropdown-item">
279
+ <span>One-way</span>
280
+ </div>
281
+ <div class="dropdown-item">
282
+ <span>Multi-city</span>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Lower section -->
287
+ <div class="sub-title">Where are you flying from?</div>
288
+ <div class="link">Get started</div>
289
+ <div class="airport-illustration">[IMG: Airport illustration]</div>
290
+
291
+ <!-- Home indicator -->
292
+ <div class="home-indicator"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/5671/5671_7.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0F1115; color: #E6E6E6; border-radius: 28px;
12
+ }
13
+
14
+ /* Top device/status + browser bar */
15
+ .status-bar {
16
+ height: 90px; background: #2B2B2F; color: #fff;
17
+ display: flex; align-items: center; padding: 0 28px; font-size: 30px;
18
+ }
19
+ .status-bar .right { margin-left: auto; display: flex; gap: 24px; align-items: center; }
20
+ .browser-bar {
21
+ height: 128px; background: #303136; color: #DADCE0;
22
+ display: flex; align-items: center; padding: 0 24px; font-size: 32px;
23
+ box-shadow: 0 2px 0 rgba(0,0,0,0.4);
24
+ }
25
+ .browser-bar .site {
26
+ display: flex; align-items: center; gap: 16px;
27
+ background: #26272B; border-radius: 18px; padding: 16px 22px;
28
+ margin-left: 18px; flex: 1;
29
+ }
30
+ .browser-bar .actions { margin-left: auto; display: flex; gap: 26px; align-items: center; }
31
+
32
+ /* Google header */
33
+ .google-header { background: #1A1C1F; height: 140px; display: flex; align-items: center; padding: 0 28px; }
34
+ .left-row { display: flex; align-items: center; gap: 26px; }
35
+ .google-logo { font-size: 44px; font-weight: 600; letter-spacing: 0.2px; }
36
+ .header-actions { margin-left: auto; display: flex; gap: 28px; align-items: center; }
37
+ .avatar {
38
+ width: 64px; height: 64px; border-radius: 32px; background: #1DBF73;
39
+ display: flex; align-items: center; justify-content: center; font-weight: 700; color: #0F1115;
40
+ }
41
+
42
+ /* Tabs */
43
+ .tabs { background: #1A1C1F; height: 92px; display: flex; align-items: center; gap: 42px; padding: 0 36px; color: #B7B9BE; }
44
+ .tab { font-size: 34px; }
45
+ .tab.active { color: #FFFFFF; position: relative; }
46
+ .tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -20px; margin: auto; width: 90%; height: 8px; background: #5C86FF; border-radius: 6px; }
47
+
48
+ /* Hero */
49
+ .hero { background: #1A1C1F; position: relative; padding-bottom: 40px; }
50
+ .hero-illustration {
51
+ width: 100%; height: 300px; background: #2A2D32; border-top: 1px solid #3A3D42; border-bottom: 1px solid #3A3D42;
52
+ display: flex; align-items: center; justify-content: center; color: #9AA0A6; font-size: 34px;
53
+ }
54
+ .hero-title { text-align: center; font-size: 96px; margin: 34px 0 28px; font-weight: 600; }
55
+
56
+ /* Controls row */
57
+ .controls { width: 980px; margin: 0 auto; display: flex; align-items: center; gap: 26px; font-size: 34px; color: #D7DAE0; }
58
+ .chip {
59
+ background: #2E3D59; color: #DDE6FF; padding: 26px 32px; border-radius: 16px; display: flex; align-items: center; gap: 16px;
60
+ border-bottom: 6px solid #5C86FF;
61
+ }
62
+ .control-spacer { margin-left: auto; display: flex; align-items: center; gap: 26px; color: #C7CAD0; }
63
+
64
+ /* Form card */
65
+ .form-card {
66
+ width: 1000px; margin: 24px auto 0; background: #191C20; border-radius: 26px;
67
+ padding: 26px; box-shadow: 0 8px 20px rgba(0,0,0,0.45); border: 1px solid #2B2F34;
68
+ }
69
+ .row { display: flex; gap: 22px; }
70
+ .input {
71
+ flex: 1; height: 120px; border: 1px solid #3A3F46; border-radius: 22px; padding: 0 28px;
72
+ display: flex; align-items: center; gap: 18px; color: #D8DCE0; font-size: 38px;
73
+ background: #191C20;
74
+ }
75
+ .input.full { width: 100%; }
76
+ .swap {
77
+ width: 110px; height: 120px; display: flex; align-items: center; justify-content: center; color: #AEB4BB;
78
+ }
79
+ .search-wrap { display: flex; justify-content: center; margin: 26px 0 0; }
80
+ .search-btn {
81
+ background: #8FB3FF; color: #0F1115; border: none; border-radius: 44px;
82
+ padding: 26px 44px; font-size: 40px; display: flex; align-items: center; gap: 18px; box-shadow: 0 6px 16px rgba(92,134,255,0.45);
83
+ }
84
+
85
+ /* After card section */
86
+ .prompt { text-align: center; margin: 60px 0 8px; font-size: 44px; color: #E6E6E6; }
87
+ .link { text-align: center; color: #76A3FF; font-size: 38px; margin-bottom: 22px; }
88
+
89
+ .illustration-large {
90
+ width: 720px; height: 860px; margin: 0 auto; background: #2A2D32; border: 1px solid #3A3D42; border-radius: 46px;
91
+ display: flex; align-items: center; justify-content: center; color: #9AA0A6; font-size: 34px;
92
+ }
93
+
94
+ /* Simple SVG icons styling */
95
+ svg { width: 44px; height: 44px; }
96
+ .small-icon { width: 36px; height: 36px; }
97
+
98
+ /* Bottom home indicator */
99
+ .home-indicator {
100
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
101
+ width: 360px; height: 12px; background: #2E3238; border-radius: 8px;
102
+ }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status bar -->
109
+ <div class="status-bar">
110
+ <div>1:51</div>
111
+ <div class="right">
112
+ <!-- simple status icons -->
113
+ <svg viewBox="0 0 24 24" class="small-icon"><circle cx="12" cy="12" r="5" fill="#fff"/></svg>
114
+ <svg viewBox="0 0 24 24" class="small-icon"><rect x="2" y="7" width="20" height="10" rx="2" fill="#fff"/></svg>
115
+ <div>100%</div>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Browser bar -->
120
+ <div class="browser-bar">
121
+ <!-- close icon -->
122
+ <svg viewBox="0 0 24 24"><path d="M5 5L19 19M19 5L5 19" stroke="#DADCE0" stroke-width="2"/></svg>
123
+ <div class="site">
124
+ <svg viewBox="0 0 24 24"><path d="M12 3l8 5v8l-8 5-8-5V8l8-5z" fill="#8AB4F8"/></svg>
125
+ <div>Google Flights – Find ch...</div>
126
+ <span style="margin-left:auto; font-size:28px; color:#9AA0A6;">google.com</span>
127
+ </div>
128
+ <div class="actions">
129
+ <!-- share -->
130
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="3" fill="#DADCE0"/><circle cx="18" cy="6" r="3" fill="#DADCE0"/><circle cx="18" cy="18" r="3" fill="#DADCE0"/><path d="M8.8 11.1L15.2 7.4M8.8 12.9L15.2 16.6" stroke="#DADCE0" stroke-width="2"/></svg>
131
+ <!-- bookmark -->
132
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-3-6 3V3z" fill="#DADCE0"/></svg>
133
+ <!-- more -->
134
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#DADCE0"/><circle cx="12" cy="12" r="2" fill="#DADCE0"/><circle cx="19" cy="12" r="2" fill="#DADCE0"/></svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Google header -->
139
+ <div class="google-header">
140
+ <div class="left-row">
141
+ <!-- hamburger -->
142
+ <svg viewBox="0 0 24 24"><path d="M3 5h18M3 12h18M3 19h18" stroke="#E6E6E6" stroke-width="2" stroke-linecap="round"/></svg>
143
+ <div class="google-logo">Google</div>
144
+ </div>
145
+ <div class="header-actions">
146
+ <!-- sun -->
147
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" fill="#E6E6E6"/><path d="M12 1v4M12 19v4M1 12h4M19 12h4M4.5 4.5l2.8 2.8M16.7 16.7l2.8 2.8M19.5 4.5l-2.8 2.8M6.7 16.7l-2.8 2.8" stroke="#E6E6E6" stroke-width="1.5" stroke-linecap="round"/></svg>
148
+ <!-- apps grid -->
149
+ <svg viewBox="0 0 24 24"><g fill="#E6E6E6"><rect x="3" y="3" width="5" height="5"/><rect x="10" y="3" width="5" height="5"/><rect x="17" y="3" width="5" height="5"/><rect x="3" y="10" width="5" height="5"/><rect x="10" y="10" width="5" height="5"/><rect x="17" y="10" width="5" height="5"/><rect x="3" y="17" width="5" height="5"/><rect x="10" y="17" width="5" height="5"/><rect x="17" y="17" width="5" height="5"/></g></svg>
150
+ <div class="avatar">C</div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Tabs -->
155
+ <div class="tabs">
156
+ <div class="tab">Travel</div>
157
+ <div class="tab">Explore</div>
158
+ <div class="tab active">Flights</div>
159
+ <div class="tab">Hotels</div>
160
+ <div class="tab">Holiday rentals</div>
161
+ </div>
162
+
163
+ <!-- Hero area -->
164
+ <div class="hero">
165
+ <div class="hero-illustration">[IMG: Mountain illustration with hiker and plane]</div>
166
+ <div class="hero-title">Flights</div>
167
+
168
+ <div class="controls">
169
+ <div class="chip">
170
+ <svg viewBox="0 0 24 24"><path d="M3 12h14" stroke="#DDE6FF" stroke-width="2" stroke-linecap="round"/><path d="M20 12l-3-3v6l3-3z" fill="#DDE6FF"/></svg>
171
+ <span>One-way</span>
172
+ <svg viewBox="0 0 24 24" class="small-icon"><path d="M7 10l5 5 5-5" stroke="#DDE6FF" stroke-width="2" fill="none"/></svg>
173
+ </div>
174
+ <div class="control-spacer">
175
+ <!-- person -->
176
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#C7CAD0"/><path d="M4 21c2-4 14-4 16 0" stroke="#C7CAD0" stroke-width="2"/></svg>
177
+ <div>1</div>
178
+ <div style="width:2px;height:26px;background:#3A3F46; margin:0 12px;"></div>
179
+ <div>Economy</div>
180
+ <svg viewBox="0 0 24 24" class="small-icon"><path d="M7 10l5 5 5-5" stroke="#C7CAD0" stroke-width="2" fill="none"/></svg>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="form-card">
185
+ <div class="row">
186
+ <div class="input">
187
+ <!-- location circle -->
188
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="10" r="6" stroke="#D8DCE0" stroke-width="2" fill="none"/><circle cx="12" cy="10" r="2" fill="#D8DCE0"/></svg>
189
+ <div>Where from?</div>
190
+ </div>
191
+ <div class="swap">
192
+ <svg viewBox="0 0 24 24"><path d="M7 8h10l-3-3M17 16H7l3 3" stroke="#AEB4BB" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
193
+ </div>
194
+ <div class="input">
195
+ <!-- pin -->
196
+ <svg viewBox="0 0 24 24"><path d="M12 3c-3.3 0-6 2.7-6 6 0 4.3 6 12 6 12s6-7.7 6-12c0-3.3-2.7-6-6-6z" stroke="#D8DCE0" stroke-width="2" fill="none"/><circle cx="12" cy="9" r="2" fill="#D8DCE0"/></svg>
197
+ <div>Where to?</div>
198
+ </div>
199
+ </div>
200
+ <div class="row" style="margin-top:22px;">
201
+ <div class="input full">
202
+ <!-- calendar -->
203
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2" stroke="#D8DCE0" stroke-width="2" fill="none"/><path d="M7 3v4M17 3v4M3 10h18" stroke="#D8DCE0" stroke-width="2"/></svg>
204
+ <div>Departure</div>
205
+ </div>
206
+ </div>
207
+ <div class="search-wrap">
208
+ <button class="search-btn">
209
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6" stroke="#0F1115" stroke-width="3" fill="none"/><path d="M16 16l5 5" stroke="#0F1115" stroke-width="3" stroke-linecap="round"/></svg>
210
+ <span>Search</span>
211
+ </button>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Secondary section -->
217
+ <div class="prompt">Where are you flying from?</div>
218
+ <div class="link">Get started</div>
219
+ <div class="illustration-large">[IMG: Airport illustration with runway and blue airplane]</div>
220
+
221
+ <div class="home-indicator"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/5671/5671_8.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Flights UI 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:#131619; color:#EDEDED; font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ .bar { position:absolute; left:0; right:0; background:#2A2D31; color:#fff; }
14
+ .status-bar { top:0; height:100px; font-size:34px; display:flex; align-items:center; padding:0 32px; justify-content:space-between; }
15
+ .addr-bar { top:100px; height:150px; background:#2D3035; display:flex; align-items:center; padding:0 30px; color:#C9D1D9; }
16
+ .addr-bar .left, .addr-bar .right { display:flex; align-items:center; gap:26px; }
17
+ .addr-text { font-size:36px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:540px; }
18
+ .domain { font-size:28px; color:#9aa0a6; }
19
+ .header { top:250px; height:150px; background:#1C1F23; display:flex; align-items:center; padding:0 30px; justify-content:space-between; }
20
+ .header .title { font-size:56px; font-weight:bold; letter-spacing:0.5px; }
21
+ .tabs { top:400px; height:110px; background:#1C1F23; display:flex; align-items:flex-end; padding:0 40px; gap:46px; }
22
+ .tab { color:#B7BDC6; font-size:40px; padding-bottom:22px; position:relative; }
23
+ .tab.active { color:#EDEDED; }
24
+ .tab.active::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:6px; width:120px; height:10px; border-radius:6px; background:#62A5FF; }
25
+ .hero { position:absolute; top:510px; left:0; width:1080px; height:420px; display:flex; align-items:center; justify-content:center; }
26
+ .hero .img {
27
+ width:100%; height:100%; background:#E0E0E0; border:1px solid #BDBDBD;
28
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:42px;
29
+ }
30
+ .title { position:absolute; top:660px; left:40px; font-size:120px; font-weight:600; }
31
+ .chips { position:absolute; top:840px; left:40px; right:40px; display:flex; gap:24px; align-items:center; }
32
+ .chip { background:#23262B; border:1px solid #3A3F46; border-radius:20px; padding:22px 28px; color:#DDE3EA; font-size:38px; display:flex; align-items:center; gap:18px; }
33
+ .chip.blue { border-color:#3A5FAE; box-shadow:inset 0 4px 0 0 #3A5FAE; }
34
+ .form { position:absolute; top:930px; left:40px; right:40px; display:flex; flex-direction:column; gap:26px; }
35
+ .input { background:#121417; border:1px solid #3A3F46; border-radius:26px; height:120px; display:flex; align-items:center; padding:0 28px; gap:24px; color:#C9D1D9; font-size:40px; box-shadow:0 10px 20px rgba(0,0,0,0.4); }
36
+ .muted { color:#9aa0a6; font-size:30px; }
37
+ /* Passenger dropdown panel */
38
+ .panel { position:absolute; top:960px; left:300px; width:720px; background:#2A2D31; border-radius:26px; box-shadow:0 22px 30px rgba(0,0,0,0.55); border:1px solid #3A3F46; }
39
+ .panel-header { height:100px; display:flex; align-items:center; gap:20px; padding:0 24px; background:#33486F; border-top-left-radius:26px; border-top-right-radius:26px; font-size:40px; }
40
+ .panel-content { padding:18px 24px 24px 24px; }
41
+ .row { display:flex; align-items:center; justify-content:space-between; padding:24px 10px; border-bottom:1px solid #3A3F46; }
42
+ .row:last-child { border-bottom:none; }
43
+ .label { display:flex; flex-direction:column; }
44
+ .label .title { font-size:44px; font-weight:500; }
45
+ .label .sub { font-size:28px; color:#9aa0a6; margin-top:6px; }
46
+ .counter { display:flex; align-items:center; gap:16px; }
47
+ .btn-square { width:90px; height:90px; border-radius:16px; background:#3B4048; display:flex; align-items:center; justify-content:center; }
48
+ .btn-square.primary { background:#39547F; }
49
+ .num { width:60px; text-align:center; font-size:44px; }
50
+ .panel-actions { display:flex; justify-content:flex-end; gap:40px; padding:24px; }
51
+ .action { font-size:42px; }
52
+ .action.cancel { color:#7FB2FF; }
53
+ .action.done { color:#7FB2FF; font-weight:600; }
54
+ /* Bottom illustration area */
55
+ .window { position:absolute; top:1550px; left:190px; width:700px; height:760px; border-radius:340px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; }
56
+ .home-bar { position:absolute; bottom:38px; left:340px; width:400px; height:16px; background:#AAB0B7; border-radius:10px; opacity:0.6; }
57
+ /* Simple icon styles */
58
+ .svg { width:42px; height:42px; fill:none; stroke:#EDEDED; stroke-width:4; }
59
+ .avatar { width:84px; height:84px; background:#0AA0A8; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:bold; }
60
+ .spacer { flex:1; }
61
+ </style>
62
+ </head>
63
+ <body>
64
+ <div id="render-target">
65
+
66
+ <!-- Status bar -->
67
+ <div class="bar status-bar">
68
+ <div>1:51</div>
69
+ <div style="display:flex; align-items:center; gap:22px; font-size:32px;">
70
+ <span>🔔</span><span>📶</span><span>🔋 100%</span>
71
+ </div>
72
+ </div>
73
+
74
+ <!-- Address bar -->
75
+ <div class="bar addr-bar">
76
+ <div class="left">
77
+ <span style="font-size:42px;">✖</span>
78
+ <svg class="svg" viewBox="0 0 24 24">
79
+ <path d="M6 11V8a6 6 0 0 1 12 0v3"/>
80
+ <rect x="4" y="11" width="16" height="9" rx="2" />
81
+ </svg>
82
+ <div class="addr-text">Google Flights – Find ch…</div>
83
+ <div class="domain">google.com</div>
84
+ </div>
85
+ <div class="spacer"></div>
86
+ <div class="right">
87
+ <span>🔗</span>
88
+ <span>🔖</span>
89
+ <span style="font-size:42px;">⋮</span>
90
+ </div>
91
+ </div>
92
+
93
+ <!-- Google header -->
94
+ <div class="bar header">
95
+ <div style="display:flex; align-items:center; gap:26px;">
96
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
97
+ <div class="title">Google</div>
98
+ </div>
99
+ <div style="display:flex; align-items:center; gap:26px;">
100
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/><path d="M12 1v3M12 20v3M3 12h3M18 12h3"/></svg>
101
+ <svg class="svg" viewBox="0 0 24 24"><path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z"/></svg>
102
+ <div class="avatar">C</div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- Tabs -->
107
+ <div class="bar tabs">
108
+ <div class="tab">Travel</div>
109
+ <div class="tab">Explore</div>
110
+ <div class="tab active">Flights</div>
111
+ <div class="tab">Hotels</div>
112
+ <div class="tab">Holiday rentals</div>
113
+ </div>
114
+
115
+ <!-- Hero image -->
116
+ <div class="hero">
117
+ <div class="img">[IMG: Dark Mountains Hero Illustration]</div>
118
+ </div>
119
+
120
+ <!-- Flights title -->
121
+ <div class="title">Flights</div>
122
+
123
+ <!-- Chips -->
124
+ <div class="chips">
125
+ <div class="chip">One-way ▾</div>
126
+ <div class="chip blue" style="gap:16px;">
127
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 22c0-4 4-6 8-6s8 2 8 6"/></svg>
128
+ <span>1</span>
129
+ <svg class="svg" viewBox="0 0 24 24"><path d="M6 15l6-6 6 6"/></svg>
130
+ </div>
131
+ <div class="chip">Economy ▾</div>
132
+ </div>
133
+
134
+ <!-- Inputs -->
135
+ <div class="form">
136
+ <div class="input">
137
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M21 21l-5-5"/></svg>
138
+ <span>Where from</span>
139
+ </div>
140
+ <div class="input">
141
+ <svg class="svg" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2"/><path d="M7 3v4M17 3v4"/></svg>
142
+ <span>Departure</span>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Passenger dropdown panel -->
147
+ <div class="panel">
148
+ <div class="panel-header">
149
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 22c0-4 4-6 8-6s8 2 8 6"/></svg>
150
+ <span>1</span>
151
+ <svg class="svg" viewBox="0 0 24 24"><path d="M6 15l6-6 6 6"/></svg>
152
+ <div class="spacer"></div>
153
+ <span style="font-size:36px;">Economy</span>
154
+ <svg class="svg" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
155
+ </div>
156
+ <div class="panel-content">
157
+ <div class="row">
158
+ <div class="label">
159
+ <div class="title">Adults</div>
160
+ </div>
161
+ <div class="counter">
162
+ <div class="btn-square">
163
+ <svg class="svg" viewBox="0 0 24 24"><path d="M5 12h14"/></svg>
164
+ </div>
165
+ <div class="num">1</div>
166
+ <div class="btn-square primary">
167
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ <div class="row">
172
+ <div class="label">
173
+ <div class="title">Children</div>
174
+ <div class="sub">Aged 2–11</div>
175
+ </div>
176
+ <div class="counter">
177
+ <div class="btn-square">
178
+ <svg class="svg" viewBox="0 0 24 24"><path d="M5 12h14"/></svg>
179
+ </div>
180
+ <div class="num">0</div>
181
+ <div class="btn-square primary">
182
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ <div class="row">
187
+ <div class="label">
188
+ <div class="title">Infants</div>
189
+ <div class="sub">In seat</div>
190
+ </div>
191
+ <div class="counter">
192
+ <div class="btn-square">
193
+ <svg class="svg" viewBox="0 0 24 24"><path d="M5 12h14"/></svg>
194
+ </div>
195
+ <div class="num">0</div>
196
+ <div class="btn-square primary">
197
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ <div class="row">
202
+ <div class="label">
203
+ <div class="title">Infants</div>
204
+ <div class="sub">On lap</div>
205
+ </div>
206
+ <div class="counter">
207
+ <div class="btn-square">
208
+ <svg class="svg" viewBox="0 0 24 24"><path d="M5 12h14"/></svg>
209
+ </div>
210
+ <div class="num">0</div>
211
+ <div class="btn-square primary">
212
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ <div class="panel-actions">
217
+ <div class="action cancel">Cancel</div>
218
+ <div class="action done">Done</div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Bottom window illustration -->
224
+ <div class="window">[IMG: Airport Window with Plane Illustration]</div>
225
+
226
+ <div class="home-bar"></div>
227
+ </div>
228
+ </body>
229
+ </html>
code/5671/5671_9.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Google Flights UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #1b1c1f; color: #eaeaea;
11
+ }
12
+
13
+ /* Top status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 70px;
16
+ background: #2a2c2f; color: #fff; display: flex; align-items: center; padding: 0 28px; font-size: 30px;
17
+ }
18
+ .status-left { flex: 1; }
19
+ .status-right { display: flex; gap: 24px; align-items: center; }
20
+ .icon { width: 36px; height: 36px; fill: #fff; }
21
+
22
+ /* Browser address bar */
23
+ .address-bar {
24
+ position: absolute; top: 70px; left: 0; width: 100%; height: 120px;
25
+ background: #303236; color: #d9d9d9; display: flex; align-items: center; padding: 0 24px; gap: 22px; font-size: 30px;
26
+ box-sizing: border-box;
27
+ }
28
+ .addr-title { font-weight: 600; color: #f0f0f0; max-width: 600px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
29
+ .addr-domain { color: #9aa0a6; font-size: 26px; margin-left: 8px; }
30
+
31
+ /* Google site header */
32
+ .site-header {
33
+ position: absolute; top: 190px; left: 0; width: 100%; height: 140px;
34
+ background: #222428; display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
35
+ border-bottom: 1px solid #2e3034;
36
+ }
37
+ .google-brand { font-size: 44px; font-weight: 700; margin-left: 18px; }
38
+ .site-actions { margin-left: auto; display: flex; gap: 26px; align-items: center; }
39
+ .avatar { width: 74px; height: 74px; border-radius: 50%; background: #10b2a3; color: #0b2e2a; display: flex; align-items: center; justify-content: center; font-weight: 700; }
40
+
41
+ /* Tabs row */
42
+ .tabs {
43
+ position: absolute; top: 330px; left: 0; width: 100%; height: 100px; display: flex; align-items: center; gap: 36px; padding: 0 30px;
44
+ background: #222428; color: #b0b6bd; font-size: 34px; box-sizing: border-box;
45
+ border-bottom: 1px solid #2e3034;
46
+ }
47
+ .tab { padding: 10px 14px; border-radius: 8px; }
48
+ .tab.active { color: #cfe1ff; position: relative; }
49
+ .tab.active::after {
50
+ content: ""; position: absolute; bottom: -12px; left: 0; width: 100%; height: 6px; background: #4a78ff; border-radius: 3px;
51
+ }
52
+
53
+ /* Hero image placeholder */
54
+ .hero {
55
+ position: absolute; top: 430px; left: 0; width: 100%; height: 420px; background: #2e3034;
56
+ display: flex; align-items: center; justify-content: center; color: #9aa0a6; border-bottom: 1px solid #33363b;
57
+ }
58
+ .hero img-placeholder {
59
+ display: block;
60
+ }
61
+ .hero-label {
62
+ width: 92%; height: 100%; background: #2e3034; border: 1px solid #40444a; display: flex; align-items: center; justify-content: center;
63
+ color: #9aa0a6;
64
+ }
65
+
66
+ /* Flights title */
67
+ .title {
68
+ position: absolute; top: 620px; left: 0; width: 100%; text-align: center; font-size: 96px; font-weight: 600; color: #ffffff;
69
+ }
70
+
71
+ /* Mode chips row */
72
+ .options-row {
73
+ position: absolute; top: 760px; left: 40px; width: 1000px; display: flex; align-items: center; gap: 24px;
74
+ }
75
+ .chip {
76
+ background: #2b2e32; color: #d9d9d9; border: 1px solid #3a3d42; border-radius: 16px; height: 84px; display: flex; align-items: center; gap: 16px; padding: 0 22px; font-size: 32px;
77
+ }
78
+ .chip .caret { width: 26px; height: 26px; }
79
+ .chip.selected { border-color: #4a78ff; box-shadow: inset 0 4px 0 0 #4a78ff; }
80
+
81
+ /* Search fields */
82
+ .field {
83
+ position: absolute; left: 40px; width: 1000px; height: 120px; background: #232529; border: 1px solid #3a3d42; border-radius: 20px;
84
+ display: flex; align-items: center; gap: 22px; padding: 0 24px; font-size: 34px; color: #cfd3d7;
85
+ }
86
+ .field.where { top: 870px; }
87
+ .field.departure { top: 1010px; }
88
+ .field .field-icon { width: 44px; height: 44px; fill: #b0b6bd; }
89
+
90
+ /* Travellers overlay card */
91
+ .overlay {
92
+ position: absolute; top: 920px; left: 180px; width: 740px; background: #2b2f33; border: 1px solid #3a3f45; border-radius: 20px;
93
+ box-shadow: 0 20px 60px rgba(0,0,0,0.6); padding: 24px; color: #e6e6e6;
94
+ }
95
+ .overlay-header {
96
+ display: flex; align-items: center; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid #3a3f45; margin-bottom: 10px;
97
+ }
98
+ .overlay-title-chip {
99
+ background: #2b3f71; border-radius: 12px; height: 70px; padding: 0 18px; display: flex; align-items: center; gap: 12px; color: #cfe1ff;
100
+ }
101
+ .overlay .row {
102
+ display: flex; align-items: center; justify-content: space-between; padding: 22px 4px; border-bottom: 1px solid #343a40; font-size: 36px;
103
+ }
104
+ .overlay .sub { color: #9aa0a6; font-size: 24px; margin-top: 6px; }
105
+ .stepper { display: flex; align-items: center; gap: 18px; }
106
+ .btn-step {
107
+ width: 74px; height: 74px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #dfe7ff;
108
+ background: #3a4f7a; border: 1px solid #5172b6;
109
+ }
110
+ .btn-step.disabled { background: #3a3d42; color: #8a8f98; border-color: #4a4e55; }
111
+ .count { width: 46px; text-align: center; font-weight: 700; }
112
+ .overlay-actions { display: flex; justify-content: space-between; padding: 20px 6px; }
113
+ .action { color: #73a4ff; font-weight: 600; font-size: 34px; }
114
+
115
+ /* Bottom illustration */
116
+ .window-illustration {
117
+ position: absolute; bottom: 170px; left: 280px; width: 520px; height: 780px; background: #2e3034; border: 1px solid #40444a;
118
+ border-top-left-radius: 260px; border-top-right-radius: 260px; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px;
119
+ display: flex; align-items: center; justify-content: center; color: #9aa0a6;
120
+ }
121
+
122
+ /* Gesture bar */
123
+ .gesture {
124
+ position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
125
+ width: 240px; height: 18px; background: #e8e8e8; border-radius: 9px; opacity: 0.85;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status Bar -->
133
+ <div class="status-bar">
134
+ <div class="status-left">1:52</div>
135
+ <div class="status-right">
136
+ <!-- small icons placeholders -->
137
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2"></circle><circle cx="20" cy="10" r="2"></circle><circle cx="6" cy="18" r="2"></circle><path d="M12 6L18 8L8 16" stroke="#fff" stroke-width="2" fill="none"></path></svg>
138
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2" stroke="#fff" stroke-width="2" fill="none"></rect><rect x="19" y="10" width="2" height="4" fill="#fff"></rect></svg>
139
+ <span style="font-size:28px;">100%</span>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Address Bar -->
144
+ <div class="address-bar">
145
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 5L19 19M19 5L5 19" stroke="#fff" stroke-width="2" /></svg>
146
+ <svg class="icon" viewBox="0 0 24 24"><rect x="6" y="10" width="12" height="9" rx="2" fill="#fff"></rect><path d="M8 10V8a4 4 0 018 0v2" stroke="#fff" stroke-width="2" fill="none"></path></svg>
147
+ <div class="addr-title">Google Flights – Find ch...</div>
148
+ <div class="addr-domain">google.com</div>
149
+ <div style="margin-left:auto; display:flex; gap:22px; align-items:center;">
150
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="18" cy="5" r="2"></circle><circle cx="6" cy="10" r="2"></circle><circle cx="18" cy="19" r="2"></circle><path d="M6 10L18 5M6 10L18 19" stroke="#fff" stroke-width="2" fill="none"></path></svg>
151
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 4h12v16l-6-3-6 3z" fill="#fff"></path></svg>
152
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="12" cy="19" r="2"></circle></svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Google Site Header -->
157
+ <div class="site-header">
158
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2"></path></svg>
159
+ <div class="google-brand">Google</div>
160
+ <div class="site-actions">
161
+ <!-- sun -->
162
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" fill="#fff"></circle><path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.5 4.5l2.8 2.8M16.7 16.7l2.8 2.8M4.5 19.5l2.8-2.8M16.7 7.3l2.8-2.8" stroke="#fff" stroke-width="2"></path></svg>
163
+ <!-- grid -->
164
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="5" cy="5" r="2" fill="#fff"></circle><circle cx="12" cy="5" r="2" fill="#fff"></circle><circle cx="19" cy="5" r="2" fill="#fff"></circle><circle cx="5" cy="12" r="2" fill="#fff"></circle><circle cx="12" cy="12" r="2" fill="#fff"></circle><circle cx="19" cy="12" r="2" fill="#fff"></circle><circle cx="5" cy="19" r="2" fill="#fff"></circle><circle cx="12" cy="19" r="2" fill="#fff"></circle><circle cx="19" cy="19" r="2" fill="#fff"></circle></svg>
165
+ <div class="avatar">C</div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Tabs -->
170
+ <div class="tabs">
171
+ <div class="tab">Travel</div>
172
+ <div class="tab">Explore</div>
173
+ <div class="tab active">Flights</div>
174
+ <div class="tab">Hotels</div>
175
+ <div class="tab">Holiday rentals</div>
176
+ </div>
177
+
178
+ <!-- Hero Illustration -->
179
+ <div class="hero">
180
+ <div class="hero-label">[IMG: Mountains illustration]</div>
181
+ </div>
182
+
183
+ <!-- Title -->
184
+ <div class="title">Flights</div>
185
+
186
+ <!-- Chips Row -->
187
+ <div class="options-row">
188
+ <div class="chip">
189
+ <span>One-way</span>
190
+ <svg class="caret" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#cfd3d7" stroke-width="2" fill="none"></path></svg>
191
+ </div>
192
+ <div class="chip selected">
193
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="3" fill="#cfe1ff"></circle><path d="M6 20c0-3 3-5 6-5s6 2 6 5" stroke="#cfe1ff" stroke-width="2"></path></svg>
194
+ <span>1</span>
195
+ <svg class="caret" viewBox="0 0 24 24"><path d="M6 15l6-6 6 6" stroke="#cfe1ff" stroke-width="2" fill="none"></path></svg>
196
+ </div>
197
+ <div class="chip">
198
+ <span>Economy</span>
199
+ <svg class="caret" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#cfd3d7" stroke-width="2" fill="none"></path></svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Search Fields -->
204
+ <div class="field where">
205
+ <svg class="field-icon" viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7z" stroke="#b0b6bd" stroke-width="2" fill="none"></path><circle cx="12" cy="9" r="2" fill="#b0b6bd"></circle></svg>
206
+ <span>Where from</span>
207
+ </div>
208
+ <div class="field departure">
209
+ <svg class="field-icon" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2" stroke="#b0b6bd" stroke-width="2" fill="none"></rect><path d="M3 9h18" stroke="#b0b6bd" stroke-width="2"></path></svg>
210
+ <span>Departure</span>
211
+ </div>
212
+
213
+ <!-- Travellers Overlay Card -->
214
+ <div class="overlay">
215
+ <div class="overlay-header">
216
+ <div class="overlay-title-chip">
217
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="3" fill="#cfe1ff"></circle><path d="M6 20c0-3 3-5 6-5s6 2 6 5" stroke="#cfe1ff" stroke-width="2"></path></svg>
218
+ <span>1</span>
219
+ <svg class="caret" viewBox="0 0 24 24"><path d="M6 15l6-6 6 6" stroke="#cfe1ff" stroke-width="2" fill="none"></path></svg>
220
+ </div>
221
+ <div style="margin-left:auto; display:flex; align-items:center; gap:8px;">
222
+ <span style="color:#cfd3d7;">Economy</span>
223
+ <svg class="caret" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#cfd3d7" stroke-width="2" fill="none"></path></svg>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="row">
228
+ <div>
229
+ <div>Adults</div>
230
+ </div>
231
+ <div class="stepper">
232
+ <div class="btn-step">−</div>
233
+ <div class="count">2</div>
234
+ <div class="btn-step">+</div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="row">
239
+ <div>
240
+ <div>Children</div>
241
+ <div class="sub">Aged 2–11</div>
242
+ </div>
243
+ <div class="stepper">
244
+ <div class="btn-step disabled">−</div>
245
+ <div class="count">0</div>
246
+ <div class="btn-step">+</div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="row">
251
+ <div>
252
+ <div>Infants</div>
253
+ <div class="sub">In seat</div>
254
+ </div>
255
+ <div class="stepper">
256
+ <div class="btn-step disabled">−</div>
257
+ <div class="count">0</div>
258
+ <div class="btn-step">+</div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="row" style="border-bottom:none;">
263
+ <div>
264
+ <div>Infants</div>
265
+ <div class="sub">On lap</div>
266
+ </div>
267
+ <div class="stepper">
268
+ <div class="btn-step disabled">−</div>
269
+ <div class="count">0</div>
270
+ <div class="btn-step">+</div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="overlay-actions">
275
+ <div class="action">Cancel</div>
276
+ <div class="action">Done</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Bottom large illustration -->
281
+ <div class="window-illustration">[IMG: Aircraft window illustration]</div>
282
+
283
+ <!-- Gesture bar -->
284
+ <div class="gesture"></div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/5675/5675_0.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Internal storage - Documents</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #241911; /* deep brown */
15
+ color: #F4E9DE;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E9D9C8;
27
+ font-size: 42px;
28
+ letter-spacing: 1px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 20px; }
31
+ .status-right { display: flex; align-items: center; gap: 26px; }
32
+ .icon {
33
+ width: 48px;
34
+ height: 48px;
35
+ fill: #E9D9C8;
36
+ }
37
+
38
+ /* Top app bar */
39
+ .app-bar {
40
+ height: 160px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 30px 0 24px;
44
+ }
45
+ .app-title {
46
+ font-size: 64px;
47
+ font-weight: 600;
48
+ margin-left: 18px;
49
+ flex: 1;
50
+ }
51
+ .app-actions { display: flex; align-items: center; gap: 30px; }
52
+
53
+ /* Breadcrumb */
54
+ .breadcrumb {
55
+ padding: 10px 48px 28px 112px;
56
+ color: #CDBBAA;
57
+ font-size: 38px;
58
+ }
59
+ .breadcrumb .current {
60
+ color: #F2B26E; /* accent for current folder */
61
+ font-weight: 600;
62
+ }
63
+
64
+ .divider {
65
+ height: 2px;
66
+ background: #3A2B20;
67
+ margin: 0 0 10px 0;
68
+ }
69
+
70
+ /* List */
71
+ .list {
72
+ padding: 10px 0;
73
+ }
74
+ .item {
75
+ display: flex;
76
+ align-items: center;
77
+ padding: 24px 24px 24px 112px;
78
+ gap: 28px;
79
+ }
80
+ .item + .item { margin-top: 8px; }
81
+ .item .meta {
82
+ flex: 1;
83
+ display: flex;
84
+ flex-direction: column;
85
+ }
86
+ .name {
87
+ font-size: 54px;
88
+ line-height: 1.2;
89
+ margin-bottom: 8px;
90
+ color: #F4E9DE;
91
+ }
92
+ .sub {
93
+ font-size: 34px;
94
+ color: #B8A797;
95
+ }
96
+ .overflow {
97
+ width: 60px;
98
+ height: 60px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ }
103
+
104
+ /* Icons for entries */
105
+ .folder-ic {
106
+ width: 96px;
107
+ height: 96px;
108
+ border-radius: 12px;
109
+ background: rgba(255, 255, 255, 0.06);
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ }
114
+ .thumb {
115
+ width: 140px;
116
+ height: 140px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ border-radius: 16px;
120
+ color: #757575;
121
+ display: flex;
122
+ justify-content: center;
123
+ align-items: center;
124
+ font-size: 28px;
125
+ text-align: center;
126
+ padding: 8px;
127
+ }
128
+
129
+ /* Floating action button */
130
+ .fab {
131
+ position: absolute;
132
+ right: 48px;
133
+ bottom: 220px;
134
+ width: 150px;
135
+ height: 150px;
136
+ border-radius: 32px;
137
+ background: #5A412F;
138
+ box-shadow: 0 18px 24px rgba(0,0,0,0.35);
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ }
143
+ .fab svg { width: 72px; height: 72px; stroke: #F6EDE4; }
144
+
145
+ /* Gesture bar */
146
+ .gesture {
147
+ position: absolute;
148
+ bottom: 56px;
149
+ left: 50%;
150
+ transform: translateX(-50%);
151
+ width: 360px;
152
+ height: 14px;
153
+ background: #EDEBE8;
154
+ border-radius: 10px;
155
+ opacity: 0.9;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="status-left">
165
+ <div>6:44</div>
166
+ <!-- small recording indicator -->
167
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
168
+ <path d="M3 7h12v10H3zM17 9l4-2v10l-4-2z"/>
169
+ </svg>
170
+ <!-- brightness/sun icon -->
171
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
172
+ <path d="M12 7a5 5 0 100 10 5 5 0 000-10zm0-5l2 3h-4l2-3zm0 20l-2-3h4l-2 3zM1 12l3-2v4l-3-2zm22 0l-3 2v-4l3 2zM5 5l2 2-2 2-2-2 2-2zm14 0l2 2-2 2-2-2 2-2zm-14 14l-2-2 2-2 2 2-2 2zm14 0l-2-2 2-2 2 2-2 2z"/>
173
+ </svg>
174
+ </div>
175
+ <div class="status-right">
176
+ <!-- wifi -->
177
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
178
+ <path d="M12 18.5l-2.5-2.5a3.5 3.5 0 015 0L12 18.5zm-6-6l2.5 2.5a6 6 0 018 0L19 12.5a9 9 0 00-13 0zM2 8l2.5 2.5a12 12 0 0115 0L22 8a15 15 0 00-20 0z"/>
179
+ </svg>
180
+ <!-- battery -->
181
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
182
+ <path d="M17 6h2a2 2 0 012 2v8a2 2 0 01-2 2h-2v-1H5a2 2 0 01-2-2V9a3 3 0 013-3h11v0zM5 10h12v6H5v-6z"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- App bar -->
188
+ <div class="app-bar">
189
+ <!-- back arrow -->
190
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
191
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/>
192
+ </svg>
193
+ <div class="app-title">Internal storage</div>
194
+ <div class="app-actions">
195
+ <!-- grid/list toggle -->
196
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
197
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 8v-8h8v8h-8z"/>
198
+ </svg>
199
+ <!-- more menu -->
200
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
201
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Breadcrumb -->
207
+ <div class="breadcrumb">
208
+ Internal storage &nbsp; &gt; &nbsp; <span class="current">Documents</span>
209
+ </div>
210
+
211
+ <div class="divider"></div>
212
+
213
+ <!-- List -->
214
+ <div class="list">
215
+
216
+ <!-- Folder item -->
217
+ <div class="item">
218
+ <div class="folder-ic">
219
+ <svg width="64" height="64" viewBox="0 0 24 24" aria-hidden="true" style="fill:#E9D9C8;">
220
+ <path d="M10 4l2 2h8a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2h6z"/>
221
+ </svg>
222
+ </div>
223
+ <div class="meta">
224
+ <div class="name">ePathshala</div>
225
+ <div class="sub">Aug 22</div>
226
+ </div>
227
+ <div class="overflow">
228
+ <svg width="36" height="36" viewBox="0 0 24 24" aria-hidden="true" style="fill:#C9B8A7;">
229
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- PDF item -->
235
+ <div class="item" style="margin-top: 22px;">
236
+ <div class="thumb">[IMG: PDF Preview]</div>
237
+ <div class="meta">
238
+ <div class="name">Venice tour.pdf</div>
239
+ <div class="sub">5.99 MB, 6 minutes ago</div>
240
+ </div>
241
+ <div class="overflow">
242
+ <svg width="36" height="36" viewBox="0 0 24 24" aria-hidden="true" style="fill:#C9B8A7;">
243
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ </div>
249
+
250
+ <!-- Floating Action Button -->
251
+ <div class="fab" aria-label="Add">
252
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2.5" stroke-linecap="round">
253
+ <path d="M12 5v14M5 12h14"/>
254
+ </svg>
255
+ </div>
256
+
257
+ <!-- Gesture bar -->
258
+ <div class="gesture"></div>
259
+
260
+ </div>
261
+ </body>
262
+ </html>
code/5675/5675_1.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Internal storage - Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#2a1d16; /* app background (dark brown) */
10
+ --bg-list:#201712; /* list background */
11
+ --text:#f1e6da; /* primary text */
12
+ --sub:#cdbfb3; /* secondary text */
13
+ --divider:#3a2e27; /* dividers */
14
+ --accent:#f0a35d; /* orange accent */
15
+ --icon:#d8c6b6; /* icon beige */
16
+ --fab:#6b4e3b; /* fab base */
17
+ --fab-shadow: 0 10px 24px rgba(0,0,0,0.35);
18
+ }
19
+ html, body { margin:0; padding:0; background:transparent; }
20
+ #render-target{
21
+ width:1080px; height:2400px;
22
+ position:relative; overflow:hidden;
23
+ background:var(--bg);
24
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
25
+ color:var(--text);
26
+ }
27
+ /* Status bar */
28
+ .status-bar{
29
+ height:96px;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ padding:0 36px;
32
+ color:var(--text);
33
+ opacity:0.95;
34
+ font-weight:600;
35
+ font-size:36px;
36
+ }
37
+ .status-right{ display:flex; align-items:center; gap:24px; }
38
+ /* App bar */
39
+ .app-bar{
40
+ padding:18px 36px 16px 24px;
41
+ }
42
+ .title-row{
43
+ display:flex; align-items:center; justify-content:space-between;
44
+ }
45
+ .left-group{
46
+ display:flex; align-items:center; gap:18px;
47
+ }
48
+ .title{
49
+ font-size:64px; font-weight:650; letter-spacing:0.2px;
50
+ }
51
+ .action-icons{ display:flex; align-items:center; gap:28px; }
52
+ .crumb{
53
+ color:var(--accent); font-size:36px; margin:22px 0 18px 84px;
54
+ }
55
+ .divider{ height:2px; background:var(--divider); }
56
+ /* List */
57
+ .list{
58
+ background:var(--bg-list);
59
+ }
60
+ .row{
61
+ display:flex; align-items:flex-start; justify-content:space-between;
62
+ padding:38px 24px 38px 36px;
63
+ border-bottom:1px solid var(--divider);
64
+ }
65
+ .row-left{ display:flex; gap:28px; }
66
+ .folder-icon{
67
+ width:72px; height:72px; color:var(--icon); flex:0 0 72px; margin-top:6px;
68
+ }
69
+ .row-text .name{ font-size:48px; line-height:1.2; }
70
+ .row-text .meta{ font-size:32px; color:var(--sub); margin-top:8px; }
71
+ .more{ width:48px; height:48px; color:var(--icon); margin-top:12px; }
72
+ /* FAB */
73
+ .fab{
74
+ position:absolute; right:48px; bottom:210px;
75
+ width:160px; height:160px; border-radius:36px;
76
+ background:var(--fab); box-shadow:var(--fab-shadow);
77
+ display:flex; align-items:center; justify-content:center;
78
+ }
79
+ .fab svg{ width:72px; height:72px; color:var(--text); }
80
+ /* Gesture bar */
81
+ .gesture{
82
+ position:absolute; bottom:48px; left:50%; transform:translateX(-50%);
83
+ width:240px; height:14px; border-radius:10px; background:rgba(255,255,255,0.85);
84
+ }
85
+ /* Utility */
86
+ svg{ display:block; }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Status bar -->
93
+ <div class="status-bar">
94
+ <div>6:45</div>
95
+ <div class="status-right">
96
+ <!-- simple recording square icon -->
97
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="currentColor">
98
+ <rect x="6" y="6" width="12" height="12" rx="2"></rect>
99
+ </svg>
100
+ <!-- sun icon -->
101
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="currentColor">
102
+ <circle cx="12" cy="12" r="4"></circle>
103
+ <g fill="currentColor">
104
+ <rect x="11.5" y="1.5" width="1" height="4"></rect>
105
+ <rect x="11.5" y="18.5" width="1" height="4"></rect>
106
+ <rect x="1.5" y="11.5" width="4" height="1"></rect>
107
+ <rect x="18.5" y="11.5" width="4" height="1"></rect>
108
+ </g>
109
+ </svg>
110
+ <!-- wifi -->
111
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
112
+ <path d="M2 9c5-5 15-5 20 0"></path>
113
+ <path d="M5 12c3.5-3.5 10.5-3.5 14 0"></path>
114
+ <path d="M8 15c2-2 6-2 8 0"></path>
115
+ <circle cx="12" cy="18" r="1.2" fill="currentColor" stroke="none"></circle>
116
+ </svg>
117
+ <!-- battery -->
118
+ <svg width="48" height="48" viewBox="0 0 28 16" fill="none" stroke="currentColor" stroke-width="1.5">
119
+ <rect x="1" y="3" width="22" height="10" rx="2"></rect>
120
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="currentColor" stroke="none"></rect>
121
+ <rect x="3" y="5" width="18" height="6" fill="currentColor" stroke="none"></rect>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- App bar -->
127
+ <div class="app-bar">
128
+ <div class="title-row">
129
+ <div class="left-group">
130
+ <!-- Back arrow -->
131
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="currentColor" style="color:var(--text);">
132
+ <path d="M14.7 5.3a1 1 0 0 1 0 1.4L10.4 11l4.3 4.3a1 1 0 0 1-1.4 1.4l-5-5a1 1 0 0 1 0-1.4l5-5a1 1 0 0 1 1.4 0z"/>
133
+ </svg>
134
+ <div class="title">Internal storage</div>
135
+ </div>
136
+ <div class="action-icons">
137
+ <!-- grid icon -->
138
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor" style="color:var(--text);">
139
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/>
140
+ </svg>
141
+ <!-- overflow menu -->
142
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor" style="color:var(--text);">
143
+ <circle cx="12" cy="5" r="1.8"></circle>
144
+ <circle cx="12" cy="12" r="1.8"></circle>
145
+ <circle cx="12" cy="19" r="1.8"></circle>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+ <div class="crumb">Internal storage</div>
150
+ </div>
151
+
152
+ <div class="divider"></div>
153
+
154
+ <!-- List -->
155
+ <div class="list">
156
+ <!-- Row template repeated -->
157
+ <div class="row">
158
+ <div class="row-left">
159
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
160
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
161
+ </svg>
162
+ <div class="row-text">
163
+ <div class="name">Alarms</div>
164
+ <div class="meta">Sep 20, 2022</div>
165
+ </div>
166
+ </div>
167
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
168
+ <circle cx="12" cy="5" r="1.7"></circle>
169
+ <circle cx="12" cy="12" r="1.7"></circle>
170
+ <circle cx="12" cy="19" r="1.7"></circle>
171
+ </svg>
172
+ </div>
173
+
174
+ <div class="row">
175
+ <div class="row-left">
176
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
177
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
178
+ </svg>
179
+ <div class="row-text">
180
+ <div class="name">Android</div>
181
+ <div class="meta">Sep 20, 2022</div>
182
+ </div>
183
+ </div>
184
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
185
+ <circle cx="12" cy="5" r="1.7"></circle>
186
+ <circle cx="12" cy="12" r="1.7"></circle>
187
+ <circle cx="12" cy="19" r="1.7"></circle>
188
+ </svg>
189
+ </div>
190
+
191
+ <div class="row">
192
+ <div class="row-left">
193
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
194
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
195
+ </svg>
196
+ <div class="row-text">
197
+ <div class="name">Audiobooks</div>
198
+ <div class="meta">Sep 20, 2022</div>
199
+ </div>
200
+ </div>
201
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
202
+ <circle cx="12" cy="5" r="1.7"></circle>
203
+ <circle cx="12" cy="12" r="1.7"></circle>
204
+ <circle cx="12" cy="19" r="1.7"></circle>
205
+ </svg>
206
+ </div>
207
+
208
+ <div class="row">
209
+ <div class="row-left">
210
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
211
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
212
+ </svg>
213
+ <div class="row-text">
214
+ <div class="name">Books</div>
215
+ <div class="meta">Jul 5</div>
216
+ </div>
217
+ </div>
218
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
219
+ <circle cx="12" cy="5" r="1.7"></circle>
220
+ <circle cx="12" cy="12" r="1.7"></circle>
221
+ <circle cx="12" cy="19" r="1.7"></circle>
222
+ </svg>
223
+ </div>
224
+
225
+ <div class="row">
226
+ <div class="row-left">
227
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
228
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
229
+ </svg>
230
+ <div class="row-text">
231
+ <div class="name">com.google.intelligence.dbw.show...</div>
232
+ <div class="meta">Jun 8</div>
233
+ </div>
234
+ </div>
235
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
236
+ <circle cx="12" cy="5" r="1.7"></circle>
237
+ <circle cx="12" cy="12" r="1.7"></circle>
238
+ <circle cx="12" cy="19" r="1.7"></circle>
239
+ </svg>
240
+ </div>
241
+
242
+ <div class="row">
243
+ <div class="row-left">
244
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
245
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
246
+ </svg>
247
+ <div class="row-text">
248
+ <div class="name">DCIM</div>
249
+ <div class="meta">4 days ago</div>
250
+ </div>
251
+ </div>
252
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
253
+ <circle cx="12" cy="5" r="1.7"></circle>
254
+ <circle cx="12" cy="12" r="1.7"></circle>
255
+ <circle cx="12" cy="19" r="1.7"></circle>
256
+ </svg>
257
+ </div>
258
+
259
+ <div class="row">
260
+ <div class="row-left">
261
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
262
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
263
+ </svg>
264
+ <div class="row-text">
265
+ <div class="name">Documents</div>
266
+ <div class="meta">6 minutes ago</div>
267
+ </div>
268
+ </div>
269
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
270
+ <circle cx="12" cy="5" r="1.7"></circle>
271
+ <circle cx="12" cy="12" r="1.7"></circle>
272
+ <circle cx="12" cy="19" r="1.7"></circle>
273
+ </svg>
274
+ </div>
275
+
276
+ <div class="row">
277
+ <div class="row-left">
278
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
279
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
280
+ </svg>
281
+ <div class="row-text">
282
+ <div class="name">Download</div>
283
+ <div class="meta">6 minutes ago</div>
284
+ </div>
285
+ </div>
286
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
287
+ <circle cx="12" cy="5" r="1.7"></circle>
288
+ <circle cx="12" cy="12" r="1.7"></circle>
289
+ <circle cx="12" cy="19" r="1.7"></circle>
290
+ </svg>
291
+ </div>
292
+
293
+ <div class="row">
294
+ <div class="row-left">
295
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
296
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
297
+ </svg>
298
+ <div class="row-text">
299
+ <div class="name">Fonts</div>
300
+ <div class="meta">Jul 7</div>
301
+ </div>
302
+ </div>
303
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
304
+ <circle cx="12" cy="5" r="1.7"></circle>
305
+ <circle cx="12" cy="12" r="1.7"></circle>
306
+ <circle cx="12" cy="19" r="1.7"></circle>
307
+ </svg>
308
+ </div>
309
+
310
+ <div class="row">
311
+ <div class="row-left">
312
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6">
313
+ <path d="M3 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" />
314
+ </svg>
315
+ <div class="row-text">
316
+ <div class="name">Movies</div>
317
+ <div class="meta">Sep 20, 2022</div>
318
+ </div>
319
+ </div>
320
+ <svg class="more" viewBox="0 0 24 24" fill="currentColor">
321
+ <circle cx="12" cy="5" r="1.7"></circle>
322
+ <circle cx="12" cy="12" r="1.7"></circle>
323
+ <circle cx="12" cy="19" r="1.7"></circle>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- FAB -->
329
+ <div class="fab">
330
+ <svg viewBox="0 0 24 24" fill="currentColor">
331
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"></path>
332
+ </svg>
333
+ </div>
334
+
335
+ <!-- Gesture home bar -->
336
+ <div class="gesture"></div>
337
+
338
+ </div>
339
+ </body>
340
+ </html>
code/5675/5675_2.html ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Internal Storage - Download</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #241a14; /* deep brown */
15
+ color: #EADCCC;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EADCCC;
26
+ font-size: 40px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ }
34
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
35
+ .icon svg { display: block; }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ height: 128px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 32px;
43
+ gap: 26px;
44
+ }
45
+ .title {
46
+ font-size: 56px;
47
+ font-weight: 600;
48
+ flex: 1;
49
+ }
50
+ .app-actions { display: flex; align-items: center; gap: 28px; }
51
+
52
+ /* Breadcrumb */
53
+ .breadcrumb {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 14px;
57
+ padding: 10px 36px 28px 36px;
58
+ font-size: 40px;
59
+ color: #d7c7b6;
60
+ }
61
+ .crumb-arrow { color: #d7c7b6; }
62
+ .crumb-accent { color: #F5A059; font-weight: 600; }
63
+
64
+ .divider {
65
+ height: 2px;
66
+ background: #3a2a21;
67
+ margin-bottom: 12px;
68
+ }
69
+
70
+ /* List */
71
+ .list {
72
+ padding: 0 24px;
73
+ }
74
+ .item {
75
+ display: flex;
76
+ align-items: center;
77
+ padding: 28px 12px;
78
+ border-radius: 20px;
79
+ margin: 8px 12px;
80
+ }
81
+ .thumb {
82
+ width: 120px;
83
+ height: 120px;
84
+ background: #E0E0E0;
85
+ border: 1px solid #BDBDBD;
86
+ border-radius: 12px;
87
+ color: #757575;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ font-size: 26px;
92
+ text-align: center;
93
+ margin-right: 28px;
94
+ }
95
+ .folder-icon {
96
+ width: 120px;
97
+ height: 120px;
98
+ margin-right: 28px;
99
+ display: inline-flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ }
103
+ .item-text {
104
+ flex: 1;
105
+ }
106
+ .item-title {
107
+ font-size: 48px;
108
+ margin-bottom: 12px;
109
+ color: #EADCCC;
110
+ }
111
+ .item-sub {
112
+ font-size: 36px;
113
+ color: #c6b6a6;
114
+ }
115
+ .kebab {
116
+ width: 72px;
117
+ height: 72px;
118
+ }
119
+
120
+ /* FAB */
121
+ .fab {
122
+ position: absolute;
123
+ right: 48px;
124
+ bottom: 220px;
125
+ width: 140px;
126
+ height: 140px;
127
+ background: #5a402e;
128
+ border-radius: 32px;
129
+ box-shadow: 0 10px 18px rgba(0,0,0,0.45);
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ }
134
+ .fab svg { fill: #EADCCC; }
135
+
136
+ /* Gesture bar */
137
+ .gesture {
138
+ position: absolute;
139
+ bottom: 120px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 320px;
143
+ height: 12px;
144
+ background: #EDEDED;
145
+ border-radius: 8px;
146
+ opacity: 0.9;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status bar -->
154
+ <div class="status-bar">
155
+ <div>6:45</div>
156
+ <div class="status-right">
157
+ <!-- simple "play" icon to mimic screen recorder -->
158
+ <span class="icon">
159
+ <svg width="42" height="42" viewBox="0 0 24 24">
160
+ <circle cx="12" cy="12" r="11" fill="#d6c7b6"></circle>
161
+ <polygon points="10,8 16,12 10,16" fill="#241a14"></polygon>
162
+ </svg>
163
+ </span>
164
+ <!-- sun icon -->
165
+ <span class="icon">
166
+ <svg width="42" height="42" viewBox="0 0 24 24">
167
+ <circle cx="12" cy="12" r="5" fill="#d6c7b6"></circle>
168
+ <g fill="#d6c7b6">
169
+ <rect x="11.5" y="1" width="1" height="4"></rect>
170
+ <rect x="11.5" y="19" width="1" height="4"></rect>
171
+ <rect x="1" y="11.5" width="4" height="1"></rect>
172
+ <rect x="19" y="11.5" width="4" height="1"></rect>
173
+ </g>
174
+ </svg>
175
+ </span>
176
+ <!-- wifi -->
177
+ <span class="icon">
178
+ <svg width="48" height="48" viewBox="0 0 24 24">
179
+ <path d="M2 8c5-4 15-4 20 0" stroke="#d6c7b6" stroke-width="2" fill="none"/>
180
+ <path d="M5 11c4-3 10-3 14 0" stroke="#d6c7b6" stroke-width="2" fill="none"/>
181
+ <path d="M8 14c3-2 5-2 8 0" stroke="#d6c7b6" stroke-width="2" fill="none"/>
182
+ <circle cx="12" cy="18" r="2" fill="#d6c7b6"/>
183
+ </svg>
184
+ </span>
185
+ <!-- battery -->
186
+ <span class="icon">
187
+ <svg width="48" height="48" viewBox="0 0 24 24">
188
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#d6c7b6" stroke-width="2" fill="none"/>
189
+ <rect x="20" y="10" width="2" height="4" fill="#d6c7b6"/>
190
+ <rect x="4" y="8" width="12" height="8" fill="#d6c7b6"/>
191
+ </svg>
192
+ </span>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App bar -->
197
+ <div class="app-bar">
198
+ <span class="icon">
199
+ <svg width="56" height="56" viewBox="0 0 24 24">
200
+ <path d="M15 19L8 12l7-7" stroke="#EADCCC" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </span>
203
+ <div class="title">Internal storage</div>
204
+ <div class="app-actions">
205
+ <!-- grid icon -->
206
+ <span class="icon">
207
+ <svg width="56" height="56" viewBox="0 0 24 24">
208
+ <rect x="3" y="3" width="7" height="7" fill="#EADCCC"></rect>
209
+ <rect x="14" y="3" width="7" height="7" fill="#EADCCC"></rect>
210
+ <rect x="3" y="14" width="7" height="7" fill="#EADCCC"></rect>
211
+ <rect x="14" y="14" width="7" height="7" fill="#EADCCC"></rect>
212
+ </svg>
213
+ </span>
214
+ <!-- kebab icon -->
215
+ <span class="icon">
216
+ <svg width="56" height="56" viewBox="0 0 24 24">
217
+ <circle cx="12" cy="5" r="2" fill="#EADCCC"></circle>
218
+ <circle cx="12" cy="12" r="2" fill="#EADCCC"></circle>
219
+ <circle cx="12" cy="19" r="2" fill="#EADCCC"></circle>
220
+ </svg>
221
+ </span>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Breadcrumb -->
226
+ <div class="breadcrumb">
227
+ <span>Internal storage</span>
228
+ <span class="crumb-arrow">›</span>
229
+ <span class="crumb-accent">Download</span>
230
+ </div>
231
+
232
+ <div class="divider"></div>
233
+
234
+ <!-- List content -->
235
+ <div class="list">
236
+ <!-- Folder item -->
237
+ <div class="item">
238
+ <div class="folder-icon">
239
+ <svg width="110" height="90" viewBox="0 0 110 90">
240
+ <path d="M10 30h35l10 10h45v35a8 8 0 0 1-8 8H18a8 8 0 0 1-8-8V38a8 8 0 0 1 8-8z" fill="#c9b8a6"/>
241
+ <rect x="10" y="24" width="35" height="10" rx="3" ry="3" fill="#c9b8a6"/>
242
+ </svg>
243
+ </div>
244
+ <div class="item-text">
245
+ <div class="item-title">Nearby Share</div>
246
+ <div class="item-sub">Sep 1</div>
247
+ </div>
248
+ <span class="icon kebab">
249
+ <svg width="56" height="56" viewBox="0 0 24 24">
250
+ <circle cx="12" cy="5" r="2" fill="#EADCCC"></circle>
251
+ <circle cx="12" cy="12" r="2" fill="#EADCCC"></circle>
252
+ <circle cx="12" cy="19" r="2" fill="#EADCCC"></circle>
253
+ </svg>
254
+ </span>
255
+ </div>
256
+
257
+ <!-- PDF item 1 -->
258
+ <div class="item">
259
+ <div class="thumb">[IMG: PDF Thumbnail]</div>
260
+ <div class="item-text">
261
+ <div class="item-title">Amsterdam.pdf</div>
262
+ <div class="item-sub">8.45 MB, 50 minutes ago</div>
263
+ </div>
264
+ <span class="icon kebab">
265
+ <svg width="56" height="56" viewBox="0 0 24 24">
266
+ <circle cx="12" cy="5" r="2" fill="#EADCCC"></circle>
267
+ <circle cx="12" cy="12" r="2" fill="#EADCCC"></circle>
268
+ <circle cx="12" cy="19" r="2" fill="#EADCCC"></circle>
269
+ </svg>
270
+ </span>
271
+ </div>
272
+
273
+ <!-- PDF item 2 -->
274
+ <div class="item">
275
+ <div class="thumb">[IMG: PDF Thumbnail]</div>
276
+ <div class="item-text">
277
+ <div class="item-title">Tomorrowland.pdf</div>
278
+ <div class="item-sub">2.45 MB, 47 minutes ago</div>
279
+ </div>
280
+ <span class="icon kebab">
281
+ <svg width="56" height="56" viewBox="0 0 24 24">
282
+ <circle cx="12" cy="5" r="2" fill="#EADCCC"></circle>
283
+ <circle cx="12" cy="12" r="2" fill="#EADCCC"></circle>
284
+ <circle cx="12" cy="19" r="2" fill="#EADCCC"></circle>
285
+ </svg>
286
+ </span>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Floating action button -->
291
+ <div class="fab">
292
+ <svg width="72" height="72" viewBox="0 0 24 24">
293
+ <rect x="11" y="4" width="2" height="16"></rect>
294
+ <rect x="4" y="11" width="16" height="2"></rect>
295
+ </svg>
296
+ </div>
297
+
298
+ <!-- Gesture bar -->
299
+ <div class="gesture"></div>
300
+ </div>
301
+ </body>
302
+ </html>
code/5675/5675_3.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>Internal storage - Downloads</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: #24170F; /* deep brown */
15
+ color: #F3E9DF;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Top system status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #EADFD4;
27
+ font-size: 36px;
28
+ letter-spacing: 1px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .icon {
36
+ width: 36px; height: 36px; fill: #EADFD4;
37
+ }
38
+
39
+ /* App bar */
40
+ .app-bar {
41
+ height: 130px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 24px;
45
+ }
46
+ .back-btn {
47
+ width: 84px; height: 84px;
48
+ display: flex; align-items: center; justify-content: center;
49
+ margin-right: 16px;
50
+ }
51
+ .app-title {
52
+ font-size: 52px;
53
+ font-weight: 600;
54
+ flex: 1;
55
+ }
56
+ .app-actions {
57
+ display: flex; align-items: center; gap: 36px; padding-right: 12px;
58
+ }
59
+
60
+ /* Breadcrumb */
61
+ .crumbs {
62
+ height: 84px;
63
+ display: flex; align-items: center;
64
+ padding: 0 36px 0 36px;
65
+ color: #D7C8BA;
66
+ font-size: 34px;
67
+ }
68
+ .crumbs .sep { opacity: 0.5; margin: 0 10px; }
69
+ .crumbs .highlight { color: #FFA746; font-weight: 600; }
70
+
71
+ .divider {
72
+ height: 2px;
73
+ background: #4A3A2E;
74
+ margin-top: 6px;
75
+ }
76
+
77
+ /* List area */
78
+ .list {
79
+ padding: 20px 0 0 0;
80
+ }
81
+ .row {
82
+ display: flex;
83
+ align-items: center;
84
+ padding: 24px 24px;
85
+ }
86
+ .row.folder { height: 120px; }
87
+ .row.item { height: 220px; }
88
+
89
+ .thumb {
90
+ width: 140px; height: 140px;
91
+ background: #E0E0E0;
92
+ border: 1px solid #BDBDBD;
93
+ border-radius: 12px;
94
+ color: #757575;
95
+ display: flex; align-items: center; justify-content: center;
96
+ font-size: 28px;
97
+ }
98
+ .folder-icon {
99
+ width: 70px; height: 52px; margin-right: 22px;
100
+ }
101
+
102
+ .row-content {
103
+ flex: 1;
104
+ display: flex; flex-direction: column; justify-content: center;
105
+ margin-left: 10px;
106
+ }
107
+ .title {
108
+ font-size: 44px; line-height: 1.1;
109
+ }
110
+ .meta {
111
+ font-size: 30px; color: #CDBEAE; margin-top: 8px;
112
+ }
113
+ .kebab {
114
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
115
+ }
116
+
117
+ /* Context menu sheet */
118
+ .menu-sheet {
119
+ position: absolute;
120
+ right: 30px;
121
+ top: 930px;
122
+ width: 600px;
123
+ background: #35261B;
124
+ border-radius: 22px;
125
+ box-shadow: 0 14px 40px rgba(0,0,0,0.55);
126
+ overflow: hidden;
127
+ }
128
+ .menu-item {
129
+ padding: 28px 36px;
130
+ font-size: 38px;
131
+ color: #F1E6DB;
132
+ border-bottom: 1px solid rgba(255,255,255,0.06);
133
+ }
134
+ .menu-item:last-child { border-bottom: none; padding-bottom: 34px; }
135
+
136
+ /* Bottom gesture bar */
137
+ .gesture-bar {
138
+ position: absolute;
139
+ bottom: 32px; left: 50%;
140
+ transform: translateX(-50%);
141
+ width: 310px; height: 10px; border-radius: 8px;
142
+ background: rgba(255,255,255,0.85);
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div>6:46</div>
151
+ <div class="status-icons">
152
+ <!-- simple wifi icon -->
153
+ <svg class="icon" viewBox="0 0 24 24">
154
+ <path d="M12 20l2-2-2-2-2 2 2 2zm-6-6l2-2 4 4 4-4 2 2-6 6-6-6zm-4-4l2-2 8 8 8-8 2 2-10 10L2 10z"/>
155
+ </svg>
156
+ <!-- battery icon -->
157
+ <svg class="icon" viewBox="0 0 24 24">
158
+ <path d="M16 6h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12v2zM4 8v8h12V8H4z"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- App bar -->
164
+ <div class="app-bar">
165
+ <div class="back-btn">
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L11 12l6 6-1.5 1z"/>
168
+ </svg>
169
+ </div>
170
+ <div class="app-title">Internal storage</div>
171
+ <div class="app-actions">
172
+ <!-- grid icon -->
173
+ <svg class="icon" viewBox="0 0 24 24">
174
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 8v-8h8v8h-8z"/>
175
+ </svg>
176
+ <!-- kebab menu -->
177
+ <div class="kebab">
178
+ <svg class="icon" viewBox="0 0 24 24">
179
+ <path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4z"/>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Breadcrumb -->
186
+ <div class="crumbs">
187
+ <span>Internal storage</span>
188
+ <span class="sep">›</span>
189
+ <span class="highlight">Download</span>
190
+ </div>
191
+ <div class="divider"></div>
192
+
193
+ <!-- List -->
194
+ <div class="list">
195
+
196
+ <!-- Folder row -->
197
+ <div class="row folder">
198
+ <!-- folder icon -->
199
+ <svg class="folder-icon" viewBox="0 0 24 24">
200
+ <path fill="#EADFD4" d="M10 4l2 2h8a2 2 0 012 2v9a3 3 0 01-3 3H5a3 3 0 01-3-3V6a2 2 0 012-2h6z"/>
201
+ </svg>
202
+ <div class="row-content">
203
+ <div class="title">Nearby Share</div>
204
+ <div class="meta">Sep 1</div>
205
+ </div>
206
+ <div class="kebab">
207
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4z"/></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- PDF item 1 -->
212
+ <div class="row item">
213
+ <div class="thumb">[IMG: PDF preview]</div>
214
+ <div class="row-content" style="margin-left:24px;">
215
+ <div class="title">Amsterdam.pdf</div>
216
+ <div class="meta">8.45 MB, 50 minutes ago</div>
217
+ </div>
218
+ <div class="kebab">
219
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4z"/></svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- PDF item 2 -->
224
+ <div class="row item">
225
+ <div class="thumb">[IMG: PDF preview]</div>
226
+ <div class="row-content" style="margin-left:24px;">
227
+ <div class="title">Tomorrowland.pdf</div>
228
+ <div class="meta">2.45 MB, 47 minutes ago</div>
229
+ </div>
230
+ <div class="kebab">
231
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4zm0 9a2 2 0 110-4 2 2 0 010 4z"/></svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Context menu sheet -->
237
+ <div class="menu-sheet">
238
+ <div class="menu-item">Select</div>
239
+ <div class="menu-item">Share</div>
240
+ <div class="menu-item">Open with</div>
241
+ <div class="menu-item">Move to</div>
242
+ <div class="menu-item">Copy to</div>
243
+ <div class="menu-item">Rename</div>
244
+ <div class="menu-item">Add to Favorites</div>
245
+ <div class="menu-item">Move to Trash</div>
246
+ <div class="menu-item">Move to Safe folder</div>
247
+ <div class="menu-item">Delete permanently</div>
248
+ <div class="menu-item">Back up to Google Drive</div>
249
+ </div>
250
+
251
+ <!-- Bottom gesture bar -->
252
+ <div class="gesture-bar"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/5675/5675_4.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Delete Confirmation UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #0f0d0c;
12
+ border-radius: 32px;
13
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
14
+ color: #ECECEC;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 96px;
21
+ padding: 0 36px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ color: #fff; font-size: 34px;
24
+ opacity: 0.9;
25
+ }
26
+ .status-icons { display: flex; align-items: center; gap: 22px; }
27
+
28
+ /* Toolbar */
29
+ .toolbar {
30
+ position: absolute; top: 96px; left: 0; right: 0;
31
+ height: 136px;
32
+ background: #1a1411;
33
+ display: flex; align-items: center;
34
+ padding: 0 30px;
35
+ color: #f2e4d8;
36
+ border-bottom: 1px solid rgba(255,255,255,0.06);
37
+ }
38
+ .tool-left { width: 120px; display: flex; align-items: center; justify-content: center; }
39
+ .tool-title { font-size: 42px; font-weight: 600; flex: 1; }
40
+ .tool-actions { display: flex; align-items: center; gap: 42px; }
41
+ .tool-actions svg, .tool-left svg { width: 44px; height: 44px; fill: none; stroke: #e8ded4; stroke-width: 3; }
42
+
43
+ /* Breadcrumb */
44
+ .breadcrumb {
45
+ position: absolute; top: 232px; left: 30px; right: 30px;
46
+ height: 78px; display: flex; align-items: center;
47
+ font-size: 34px; color: #bda088;
48
+ }
49
+ .breadcrumb .accent { color: #c28b63; font-weight: 600; }
50
+
51
+ /* List */
52
+ .list {
53
+ position: absolute; top: 310px; left: 0; right: 0; bottom: 170px;
54
+ padding: 12px 24px;
55
+ }
56
+ .item {
57
+ height: 190px; border-bottom: 1px solid rgba(255,255,255,0.06);
58
+ display: flex; align-items: center; padding: 0 12px;
59
+ color: #ddd;
60
+ }
61
+ .thumb {
62
+ width: 140px; height: 140px; margin-right: 24px;
63
+ background: #E0E0E0; border: 1px solid #BDBDBD;
64
+ display: flex; align-items: center; justify-content: center;
65
+ color: #757575; font-size: 24px; border-radius: 12px;
66
+ }
67
+ .meta { flex: 1; }
68
+ .name { font-size: 40px; margin-bottom: 10px; }
69
+ .sub { font-size: 28px; color: #a79b90; }
70
+ .selector { width: 90px; display: flex; align-items: center; justify-content: center; }
71
+ .selector svg { width: 60px; height: 60px; }
72
+ .selector.selected svg circle { fill: #f6b2a6; stroke: #f6b2a6; }
73
+ .selector.selected svg path { stroke: #3a231c; stroke-width: 6; }
74
+
75
+ /* Floating action button */
76
+ .fab {
77
+ position: absolute; right: 36px; bottom: 200px;
78
+ width: 132px; height: 132px; border-radius: 28px;
79
+ background: #2a211b; color: #c9b7a5;
80
+ display: flex; align-items: center; justify-content: center;
81
+ font-size: 58px; font-weight: 500;
82
+ box-shadow: 0 10px 24px rgba(0,0,0,0.5);
83
+ }
84
+
85
+ /* Overlay & Dialog */
86
+ .overlay {
87
+ position: absolute; inset: 0;
88
+ background: rgba(0,0,0,0.55);
89
+ }
90
+ .dialog {
91
+ position: absolute; left: 60px; top: 1120px;
92
+ width: 960px; border-radius: 36px;
93
+ box-shadow: 0 20px 50px rgba(0,0,0,0.6);
94
+ overflow: hidden;
95
+ }
96
+ .dialog-top {
97
+ height: 240px;
98
+ background: #3a3a3e;
99
+ display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .mascot {
102
+ width: 160px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
103
+ display: flex; align-items: center; justify-content: center;
104
+ color: #757575; font-size: 22px; border-radius: 18px;
105
+ }
106
+ .dialog-body {
107
+ background: #20150f; color: #f8f3ef;
108
+ padding: 40px 52px 52px;
109
+ }
110
+ .dialog-title {
111
+ font-size: 60px; font-weight: 700; text-align: center;
112
+ margin: 6px 0 22px;
113
+ }
114
+ .dialog-text {
115
+ font-size: 34px; color: #d7c6b7; text-align: center;
116
+ margin-bottom: 54px;
117
+ }
118
+ .dialog-text b { color: #ffd0c3; }
119
+ .dialog-actions {
120
+ display: flex; justify-content: space-between; gap: 28px;
121
+ padding: 0 18px 18px;
122
+ }
123
+ .btn {
124
+ flex: 1; height: 118px; border-radius: 60px;
125
+ display: flex; align-items: center; justify-content: center;
126
+ gap: 20px; font-size: 40px; font-weight: 600;
127
+ }
128
+ .btn.outline {
129
+ border: 3px solid #f7b5a9; color: #f7b5a9; background: transparent;
130
+ }
131
+ .btn.primary {
132
+ background: #f7b5a9; color: #2b1b15;
133
+ }
134
+ .btn svg { width: 40px; height: 40px; }
135
+
136
+ /* Gesture bar */
137
+ .gesture-bar {
138
+ position: absolute; left: 50%; transform: translateX(-50%);
139
+ bottom: 24px; width: 320px; height: 10px; border-radius: 6px;
140
+ background: #e8e6e6; opacity: 0.85;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status bar -->
148
+ <div class="statusbar">
149
+ <div>6:46</div>
150
+ <div class="status-icons">
151
+ <!-- small indicators (simple glyphs) -->
152
+ <svg viewBox="0 0 24 24"><rect x="3" y="10" width="18" height="6" rx="2" ry="2" fill="#ffffff"/></svg>
153
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="6" fill="#ffffff"/></svg>
154
+ <!-- battery icon -->
155
+ <svg viewBox="0 0 28 16"><rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/><rect x="3" y="5" width="18" height="6" fill="#fff"/><rect x="24" y="6" width="3" height="4" fill="#fff"/></svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Toolbar -->
160
+ <div class="toolbar">
161
+ <div class="tool-left">
162
+ <!-- Close (X) icon -->
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M5 5 L19 19 M19 5 L5 19" />
165
+ </svg>
166
+ </div>
167
+ <div class="tool-title">1 selected</div>
168
+ <div class="tool-actions">
169
+ <!-- Share -->
170
+ <svg viewBox="0 0 24 24">
171
+ <path d="M12 4 L12 14" />
172
+ <path d="M8 8 L12 4 L16 8" />
173
+ <path d="M5 20 H19" />
174
+ </svg>
175
+ <!-- Trash -->
176
+ <svg viewBox="0 0 24 24">
177
+ <rect x="6" y="8" width="12" height="12" rx="2" ry="2"/>
178
+ <rect x="9" y="4" width="6" height="3"/>
179
+ </svg>
180
+ <!-- More (vertical) -->
181
+ <svg viewBox="0 0 24 24">
182
+ <circle cx="12" cy="5" r="2" fill="#e8ded4" stroke="none"/>
183
+ <circle cx="12" cy="12" r="2" fill="#e8ded4" stroke="none"/>
184
+ <circle cx="12" cy="19" r="2" fill="#e8ded4" stroke="none"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Breadcrumb -->
190
+ <div class="breadcrumb">Internal storage &nbsp;>&nbsp; <span class="accent">Download</span></div>
191
+
192
+ <!-- File list -->
193
+ <div class="list">
194
+ <div class="item">
195
+ <div class="thumb">[IMG: Folder]</div>
196
+ <div class="meta">
197
+ <div class="name">Nearby Share</div>
198
+ <div class="sub">Sep 1</div>
199
+ </div>
200
+ <div class="selector">
201
+ <!-- unchecked circle -->
202
+ <svg viewBox="0 0 24 24">
203
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#a69383" stroke-width="3"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="item selected">
209
+ <div class="thumb">[IMG: PDF Preview]</div>
210
+ <div class="meta">
211
+ <div class="name">Amsterdam.pdf</div>
212
+ <div class="sub">8.45 MB, 51 minutes ago</div>
213
+ </div>
214
+ <div class="selector selected">
215
+ <!-- filled circle with check -->
216
+ <svg viewBox="0 0 24 24">
217
+ <circle cx="12" cy="12" r="10" stroke="#f6b2a6" stroke-width="2" />
218
+ <path d="M7 12 L10 15 L17 8" fill="none" />
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Floating action button -->
225
+ <div class="fab">+</div>
226
+
227
+ <!-- Overlay and dialog -->
228
+ <div class="overlay"></div>
229
+ <div class="dialog">
230
+ <div class="dialog-top">
231
+ <div class="mascot">[IMG: Delete mascot icon]</div>
232
+ </div>
233
+ <div class="dialog-body">
234
+ <div class="dialog-title">Delete 1 file permanently?</div>
235
+ <div class="dialog-text">This is <b>permanent</b> and cannot be <b>undone</b>.</div>
236
+ <div class="dialog-actions">
237
+ <div class="btn outline">
238
+ <!-- cancel icon -->
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#f7b5a9" stroke-width="3" fill="none"/>
241
+ </svg>
242
+ <span>Cancel</span>
243
+ </div>
244
+ <div class="btn primary">
245
+ <!-- delete icon -->
246
+ <svg viewBox="0 0 24 24">
247
+ <rect x="6" y="8" width="12" height="12" rx="2" ry="2" fill="none" stroke="#2b1b15" stroke-width="2"/>
248
+ <rect x="9" y="4" width="6" height="3" fill="none" stroke="#2b1b15" stroke-width="2"/>
249
+ </svg>
250
+ <span>Delete</span>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Gesture bar -->
257
+ <div class="gesture-bar"></div>
258
+ </div>
259
+ </body>
260
+ </html>
code/5675/5675_5.html ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Internal storage UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #2B2018; color: #F3E7DB;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 100px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #F3E7DB;
23
+ font-size: 40px;
24
+ }
25
+ .status-right {
26
+ display: flex; align-items: center; gap: 24px;
27
+ }
28
+ .status-icon { width: 48px; height: 48px; }
29
+
30
+ /* Header / App bar */
31
+ .app-bar {
32
+ padding: 10px 36px 24px 36px;
33
+ border-bottom: 1px solid #6B4C3F;
34
+ }
35
+ .app-top {
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ margin-bottom: 18px;
38
+ }
39
+ .title-left {
40
+ display: flex; align-items: center; gap: 26px;
41
+ }
42
+ .back-icon { width: 56px; height: 56px; }
43
+ .title {
44
+ font-size: 60px; font-weight: 600; letter-spacing: 0.5px;
45
+ }
46
+ .app-actions { display: flex; align-items: center; gap: 28px; }
47
+ .icon-btn { width: 56px; height: 56px; opacity: 0.95; }
48
+
49
+ .breadcrumb {
50
+ font-size: 38px; color: #D7C7B4;
51
+ display: flex; align-items: center; gap: 14px;
52
+ padding-left: 82px; /* align under title text */
53
+ }
54
+ .crumb-current { color: #F3E7DB; }
55
+
56
+ /* List */
57
+ .content {
58
+ padding: 18px 0 0 36px;
59
+ }
60
+ .divider {
61
+ width: 100%; height: 1px; background: #6B4C3F; margin: 6px 0 0 0;
62
+ }
63
+ .list-item {
64
+ display: flex; align-items: center; justify-content: space-between;
65
+ padding: 32px 36px 32px 16px;
66
+ }
67
+ .item-left { display: flex; align-items: center; gap: 28px; }
68
+ .folder-icon { width: 72px; height: 72px; }
69
+ .item-text .title-line { font-size: 46px; }
70
+ .item-text .sub-line { font-size: 32px; color: #CBB9A6; margin-top: 6px; }
71
+ .thumb {
72
+ width: 140px; height: 140px;
73
+ background: #E0E0E0; border: 1px solid #BDBDBD;
74
+ display: flex; justify-content: center; align-items: center;
75
+ color: #757575; font-size: 26px; border-radius: 18px;
76
+ }
77
+ .kebab { width: 56px; height: 56px; opacity: 0.9; }
78
+
79
+ /* Bottom snackbar and nav pill */
80
+ .snackbar {
81
+ position: absolute; left: 0; right: 0; bottom: 160px;
82
+ background: #231912; color: #F3E7DB;
83
+ border-top: 12px solid #F4A16F;
84
+ padding: 22px 36px; font-size: 38px;
85
+ }
86
+ .nav-pill {
87
+ position: absolute; left: 50%; transform: translateX(-50%);
88
+ bottom: 60px; width: 320px; height: 14px;
89
+ background: #E5E1DC; border-radius: 8px; opacity: 0.85;
90
+ }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+ <!-- Status bar -->
96
+ <div class="status-bar">
97
+ <div class="status-left">6:47</div>
98
+ <div class="status-right">
99
+ <!-- Simple sun icon -->
100
+ <svg class="status-icon" viewBox="0 0 48 48">
101
+ <circle cx="24" cy="24" r="10" fill="#F3E7DB"></circle>
102
+ </svg>
103
+ <!-- Wi‑Fi icon -->
104
+ <svg class="status-icon" viewBox="0 0 48 48">
105
+ <path d="M6 18c6-6 30-6 36 0" stroke="#F3E7DB" stroke-width="4" fill="none" stroke-linecap="round"/>
106
+ <path d="M12 24c4-4 20-4 24 0" stroke="#F3E7DB" stroke-width="4" fill="none" stroke-linecap="round"/>
107
+ <circle cx="24" cy="30" r="3" fill="#F3E7DB"></circle>
108
+ </svg>
109
+ <!-- Battery icon -->
110
+ <svg class="status-icon" viewBox="0 0 60 48">
111
+ <rect x="6" y="10" width="40" height="28" rx="6" ry="6" stroke="#F3E7DB" stroke-width="4" fill="none"/>
112
+ <rect x="10" y="14" width="32" height="20" rx="4" fill="#F3E7DB"></rect>
113
+ <rect x="48" y="18" width="6" height="12" rx="2" fill="#F3E7DB"></rect>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- App bar -->
119
+ <div class="app-bar">
120
+ <div class="app-top">
121
+ <div class="title-left">
122
+ <!-- Back arrow -->
123
+ <svg class="back-icon" viewBox="0 0 48 48">
124
+ <path d="M30 10 L14 24 L30 38" stroke="#F3E7DB" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
125
+ </svg>
126
+ <div class="title">Internal storage</div>
127
+ </div>
128
+ <div class="app-actions">
129
+ <!-- Grid icon -->
130
+ <svg class="icon-btn" viewBox="0 0 48 48">
131
+ <rect x="6" y="6" width="14" height="14" rx="3" fill="#F3E7DB"></rect>
132
+ <rect x="28" y="6" width="14" height="14" rx="3" fill="#F3E7DB"></rect>
133
+ <rect x="6" y="28" width="14" height="14" rx="3" fill="#F3E7DB"></rect>
134
+ <rect x="28" y="28" width="14" height="14" rx="3" fill="#F3E7DB"></rect>
135
+ </svg>
136
+ <!-- Kebab menu -->
137
+ <svg class="icon-btn" viewBox="0 0 48 48">
138
+ <circle cx="24" cy="10" r="4" fill="#F3E7DB"></circle>
139
+ <circle cx="24" cy="24" r="4" fill="#F3E7DB"></circle>
140
+ <circle cx="24" cy="38" r="4" fill="#F3E7DB"></circle>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <div class="breadcrumb">
146
+ <span>Internal storage</span>
147
+ <span>›</span>
148
+ <span class="crumb-current">Download</span>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Content list -->
153
+ <div class="content">
154
+ <div class="list-item">
155
+ <div class="item-left">
156
+ <!-- Folder icon -->
157
+ <svg class="folder-icon" viewBox="0 0 64 48">
158
+ <path d="M6 14h18l6 8h28v20a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V14z" fill="#CBAF92"></path>
159
+ <rect x="6" y="14" width="52" height="8" fill="#B99779"></rect>
160
+ </svg>
161
+ <div class="item-text">
162
+ <div class="title-line">Nearby Share</div>
163
+ <div class="sub-line">Sep 1</div>
164
+ </div>
165
+ </div>
166
+ <!-- Kebab for folder -->
167
+ <svg class="kebab" viewBox="0 0 48 48">
168
+ <circle cx="24" cy="10" r="4" fill="#F3E7DB"></circle>
169
+ <circle cx="24" cy="24" r="4" fill="#F3E7DB"></circle>
170
+ <circle cx="24" cy="38" r="4" fill="#F3E7DB"></circle>
171
+ </svg>
172
+ </div>
173
+
174
+ <div class="divider"></div>
175
+
176
+ <div class="list-item" style="margin-top: 12px;">
177
+ <div class="item-left">
178
+ <div class="thumb">[IMG: PDF Thumbnail]</div>
179
+ <div class="item-text">
180
+ <div class="title-line">Amsterdam.pdf</div>
181
+ <div class="sub-line">8.45 MB, 51 minutes ago</div>
182
+ </div>
183
+ </div>
184
+ <!-- Kebab for file -->
185
+ <svg class="kebab" viewBox="0 0 48 48">
186
+ <circle cx="24" cy="10" r="4" fill="#F3E7DB"></circle>
187
+ <circle cx="24" cy="24" r="4" fill="#F3E7DB"></circle>
188
+ <circle cx="24" cy="38" r="4" fill="#F3E7DB"></circle>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Bottom snackbar -->
194
+ <div class="snackbar">1 file deleted</div>
195
+
196
+ <!-- Nav pill -->
197
+ <div class="nav-pill"></div>
198
+ </div>
199
+ </body>
200
+ </html>
code/5679/5679_0.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Fitness Dashboard Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121418; color:#DDE2E8;
12
+ }
13
+
14
+ /* Generic */
15
+ .muted{ color:#98A1A9; }
16
+ .accent{ color:#70E0C8; }
17
+ .linkish{ color:#7EA8FF; }
18
+
19
+ /* Floating header quick actions */
20
+ .quick-actions{
21
+ position:absolute; right:44px; top:220px; display:flex; gap:28px; align-items:center;
22
+ }
23
+ .circle-btn{
24
+ width:96px; height:96px; border-radius:50%;
25
+ border:3px solid #98A1A9; color:#E7ECEF; display:flex; align-items:center; justify-content:center;
26
+ font-weight:600; font-size:40px; background:transparent;
27
+ }
28
+ .avatar{
29
+ width:96px; height:96px; border-radius:50%; background:#5a4038; color:#F3E7E1; border:2px solid #765B52;
30
+ display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:700;
31
+ }
32
+
33
+ /* Central ring */
34
+ .ring-wrap{
35
+ position:absolute; left:50%; transform:translateX(-50%);
36
+ top:420px; width:620px; height:620px;
37
+ }
38
+ .ring{
39
+ width:620px; height:620px; border-radius:50%;
40
+ background:
41
+ radial-gradient(circle at center, #121418 60%, transparent 61%),
42
+ conic-gradient(#7EA8FF 260deg, #27313A 0deg 360deg);
43
+ position:relative;
44
+ box-shadow: inset 0 0 0 18px rgba(46,77,75,0.5);
45
+ }
46
+ .ring::after{ /* thin outer teal indicator and dot */
47
+ content:"";
48
+ position:absolute; inset:10px;
49
+ border-radius:50%;
50
+ box-shadow: inset 0 0 0 18px rgba(33,109,95,0.6);
51
+ }
52
+ .ring-dot{
53
+ position:absolute; top:-6px; left:50%; transform:translateX(-50%);
54
+ width:26px; height:26px; border-radius:50%; background:#1FE0C1;
55
+ }
56
+ .ring-inner{
57
+ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
58
+ gap:14px;
59
+ }
60
+ .main-score{ font-size:120px; color:#35E6C7; font-weight:700; line-height:1; }
61
+ .sub-score{ font-size:64px; color:#93A8FF; font-weight:700; }
62
+
63
+ /* Metric chips under ring */
64
+ .metric-row{
65
+ position:absolute; top:1100px; left:0; width:100%; display:flex; justify-content:center; gap:140px;
66
+ }
67
+ .metric{
68
+ display:flex; gap:14px; align-items:center; font-size:46px; color:#D9E3EB;
69
+ }
70
+ .metric svg{ width:48px; height:48px; }
71
+ .metric .label{ opacity:0.9; }
72
+
73
+ /* Stats row */
74
+ .stats{
75
+ position:absolute; top:1240px; left:0; width:100%;
76
+ display:flex; justify-content:center; gap:140px; text-align:center;
77
+ }
78
+ .stat h3{ margin:0; font-size:68px; color:#96ACFF; }
79
+ .stat p{ margin:8px 0 0; font-size:38px; color:#A3ACB5; }
80
+
81
+ /* Cards */
82
+ .card{
83
+ position:relative;
84
+ margin:60px 40px 0; padding:44px; background:#1E2227; border-radius:36px; box-shadow: 0 8px 24px rgba(0,0,0,0.25);
85
+ }
86
+ .card h2{ margin:0; font-size:56px; font-weight:700; color:#E7EDF3; }
87
+ .card .subtitle{ margin-top:10px; font-size:36px; color:#8F98A2; }
88
+ .chevron{
89
+ position:absolute; right:34px; top:50%; transform:translateY(-50%);
90
+ width:22px; height:22px; border-right:6px solid #7B838D; border-top:6px solid #7B838D; transform: translateY(-50%) rotate(45deg);
91
+ }
92
+
93
+ /* Daily goals content */
94
+ .goals-row{
95
+ margin-top:36px; display:flex; justify-content:space-between; align-items:flex-end;
96
+ }
97
+ .achieved{ font-size:56px; }
98
+ .achieved small{ display:block; font-size:32px; color:#8FA4FF; margin-top:8px; }
99
+ .mini-days{ display:flex; gap:22px; align-items:flex-end; }
100
+ .mini{
101
+ width:56px; height:56px; border-radius:50%;
102
+ background:
103
+ radial-gradient(circle at center, #1E2227 56%, transparent 57%),
104
+ conic-gradient(#65CFBA 14deg, #28333C 0 360deg);
105
+ box-shadow: inset 0 0 0 6px rgba(30,126,110,0.6);
106
+ position:relative;
107
+ }
108
+ .mini.m-today{ background:
109
+ radial-gradient(circle at center, #1E2227 56%, transparent 57%),
110
+ conic-gradient(#7EA8FF 300deg, #28333C 0 360deg);
111
+ }
112
+ .mini-labels{ display:flex; gap:30px; justify-content:flex-end; margin-top:10px; color:#7C8692; font-size:28px; letter-spacing:2px; }
113
+ .mini-stack{ display:flex; flex-direction:column; align-items:flex-end; }
114
+
115
+ /* Weekly target content */
116
+ .target-row{ margin-top:30px; display:flex; align-items:center; gap:18px; }
117
+ .target-row .val{ font-size:54px; }
118
+ .target-row .of{ font-size:44px; color:#8EA3A6; }
119
+ .bar{ position:relative; height:22px; background:#203634; border-radius:14px; overflow:hidden; flex:1; }
120
+ .bar .fill{ position:absolute; left:0; top:0; bottom:0; width:4%; background:#0DB295; }
121
+
122
+ .desc{ margin-top:24px; color:#AEB7C0; font-size:36px; line-height:1.4; max-width:880px; }
123
+
124
+ /* Floating action button and small heart icon */
125
+ .fab{
126
+ position:absolute; right:46px; bottom:410px; width:128px; height:128px; border-radius:50%;
127
+ background:#3A3F46; box-shadow:0 10px 28px rgba(0,0,0,0.35);
128
+ display:flex; align-items:center; justify-content:center;
129
+ }
130
+ .gplus{
131
+ position:relative; width:64px; height:64px;
132
+ }
133
+ .gplus span{
134
+ position:absolute; background:#4285F4; left:27px; top:0; width:10px; height:64px; border-radius:5px;
135
+ }
136
+ .gplus span:nth-child(2){ background:#EA4335; transform:rotate(90deg); left:0; top:27px; width:64px; height:10px; }
137
+ .gplus span:nth-child(3){ background:#FBBC05; transform:rotate(90deg); left:0; top:27px; width:34px; height:10px; }
138
+ .gplus span:nth-child(4){ background:#34A853; left:27px; top:34px; height:30px; }
139
+
140
+ .small-heart{
141
+ position:absolute; right:220px; bottom:458px;
142
+ width:120px; height:120px; display:flex; align-items:center; justify-content:center;
143
+ }
144
+ .small-heart svg{ width:110px; height:110px; }
145
+
146
+ /* Bottom navigation */
147
+ .bottom-nav{
148
+ position:absolute; left:0; right:0; bottom:120px; height:170px;
149
+ background:#1A1D22; display:flex; align-items:center; justify-content:space-around;
150
+ border-top:1px solid #2A2E34;
151
+ }
152
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:18px; color:#B8C0C8; }
153
+ .nav-item svg{ width:58px; height:58px; }
154
+ .nav-item.active{ color:#7EA8FF; }
155
+ .pill{
156
+ position:absolute; left:50%; bottom:48px; transform:translateX(-50%);
157
+ width:240px; height:12px; border-radius:8px; background:#E8E8EC;
158
+ opacity:0.95;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Top floating quick actions -->
166
+ <div class="quick-actions">
167
+ <div class="circle-btn">i</div>
168
+ <div class="avatar">F</div>
169
+ </div>
170
+
171
+ <!-- Central progress ring -->
172
+ <div class="ring-wrap">
173
+ <div class="ring">
174
+ <div class="ring-dot"></div>
175
+ <div class="ring-inner">
176
+ <div class="main-score">0</div>
177
+ <div class="sub-score">3,009</div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Metric chips -->
183
+ <div class="metric-row">
184
+ <div class="metric">
185
+ <svg viewBox="0 0 24 24" fill="#35E6C7"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/></svg>
186
+ <span class="label">Heart Pts</span>
187
+ </div>
188
+ <div class="metric">
189
+ <svg viewBox="0 0 24 24" fill="#A7B4C2"><path d="M12 3c2 0 3 2 3 3s-1 3-3 3-3-2-3-3 1-3 3-3zm-5 9c2 0 3 2 3 3s-1 3-3 3-3-2-3-3 1-3 3-3zm10 0c2 0 3 2 3 3s-1 3-3 3-3-2-3-3 1-3 3-3z"/></svg>
190
+ <span class="label">Steps</span>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Stats summary -->
195
+ <div class="stats">
196
+ <div class="stat">
197
+ <h3>1,324</h3>
198
+ <p>Cal</p>
199
+ </div>
200
+ <div class="stat">
201
+ <h3>0</h3>
202
+ <p>mi</p>
203
+ </div>
204
+ <div class="stat">
205
+ <h3>31</h3>
206
+ <p>Move Min</p>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Card: Daily goals -->
211
+ <div class="card" style="top:760px;">
212
+ <h2>Your daily goals</h2>
213
+ <div class="subtitle">Last 7 days</div>
214
+
215
+ <div class="goals-row">
216
+ <div class="achieved linkish">0/7 <small>Achieved</small></div>
217
+
218
+ <div class="mini-stack">
219
+ <div class="mini-days">
220
+ <div class="mini"></div>
221
+ <div class="mini"></div>
222
+ <div class="mini"></div>
223
+ <div class="mini"></div>
224
+ <div class="mini"></div>
225
+ <div class="mini"></div>
226
+ <div class="mini m-today"></div>
227
+ </div>
228
+ <div class="mini-labels">
229
+ <span>T</span><span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="chevron"></div>
234
+ </div>
235
+
236
+ <!-- Card: Weekly target -->
237
+ <div class="card" style="top:820px;">
238
+ <h2>Your weekly target</h2>
239
+ <div class="subtitle">Nov 12 – 18</div>
240
+
241
+ <div class="target-row">
242
+ <div class="val accent">0</div>
243
+ <div class="of">of 150</div>
244
+ <div class="bar"><div class="fill"></div></div>
245
+ </div>
246
+
247
+ <div class="desc">Scoring 150 Heart Points a week can help you live longer, sleep better, and boost your mood</div>
248
+ <div class="chevron"></div>
249
+ </div>
250
+
251
+ <!-- Floating elements near bottom right -->
252
+ <div class="small-heart">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 21s-7-4.5-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-11 10-11 10z" fill="#E53935"/>
255
+ </svg>
256
+ </div>
257
+ <div class="fab">
258
+ <div class="gplus">
259
+ <span></span><span></span><span></span><span></span>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Bottom navigation -->
264
+ <div class="bottom-nav">
265
+ <div class="nav-item active">
266
+ <svg viewBox="0 0 24 24" fill="currentColor"><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="0"/><circle cx="12" cy="12" r="6" fill="none" stroke="currentColor" stroke-width="2"/></svg>
267
+ <div>Home</div>
268
+ </div>
269
+ <div class="nav-item">
270
+ <svg viewBox="0 0 24 24" fill="currentColor"><rect x="5" y="5" width="14" height="3"/><rect x="5" y="10" width="14" height="3"/><rect x="5" y="15" width="14" height="3"/></svg>
271
+ <div>Journal</div>
272
+ </div>
273
+ <div class="nav-item">
274
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M4 6h16v2H4zM4 11h16v2H4zM4 16h10v2H4z"/></svg>
275
+ <div>Browse</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <svg viewBox="0 0 24 24" fill="currentColor"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6v1H4z"/></svg>
279
+ <div>Profile</div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Gesture home pill -->
284
+ <div class="pill"></div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/5679/5679_1.html ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Journal - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Inter", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f2429;
15
+ color: #e9eaec;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-weight: 500;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 28px;
34
+ color: #D6D6D6;
35
+ opacity: 0.9;
36
+ font-size: 28px;
37
+ }
38
+ .dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
39
+
40
+ /* App bar */
41
+ .appbar {
42
+ height: 148px;
43
+ background: #2a2f35;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 28px 0 36px;
47
+ position: relative;
48
+ box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 1px 18px rgba(0,0,0,0.25);
49
+ }
50
+ .appbar .title {
51
+ font-size: 56px;
52
+ font-weight: 600;
53
+ color: #EDEFF3;
54
+ }
55
+ .appbar .actions {
56
+ margin-left: auto;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 28px;
60
+ }
61
+ .icon-btn {
62
+ width: 80px;
63
+ height: 80px;
64
+ background: #3a4047;
65
+ border-radius: 40px;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ }
70
+ .avatar {
71
+ width: 84px;
72
+ height: 84px;
73
+ background: #6a4a3f;
74
+ border-radius: 50%;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ font-weight: 700;
79
+ color: #fff;
80
+ }
81
+
82
+ /* Content */
83
+ .content {
84
+ height: calc(2400px - 96px - 148px - 168px);
85
+ overflow: hidden;
86
+ padding: 12px 28px 0 28px;
87
+ }
88
+ .list {
89
+ padding: 8px 8px 0 8px;
90
+ height: 100%;
91
+ overflow-y: auto;
92
+ }
93
+ .entry {
94
+ display: flex;
95
+ align-items: flex-start;
96
+ justify-content: space-between;
97
+ padding: 26px 8px 30px 8px;
98
+ border-bottom: 1px solid #2b3238;
99
+ }
100
+ .left {
101
+ width: 720px;
102
+ }
103
+ .meta {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 14px;
107
+ color: #aab0b6;
108
+ font-size: 28px;
109
+ }
110
+ .entry .title {
111
+ font-size: 48px;
112
+ font-weight: 700;
113
+ margin-top: 8px;
114
+ color: #f0f3f6;
115
+ }
116
+ .subtitle {
117
+ margin-top: 6px;
118
+ font-size: 30px;
119
+ color: #9aa1a8;
120
+ }
121
+
122
+ .thumb {
123
+ width: 148px;
124
+ height: 148px;
125
+ border-radius: 50%;
126
+ background: #E0E0E0;
127
+ border: 1px solid #BDBDBD;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ color: #757575;
132
+ font-size: 24px;
133
+ text-align: center;
134
+ padding: 8px;
135
+ line-height: 1.2;
136
+ }
137
+
138
+ .date-divider {
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: space-between;
142
+ padding: 26px 8px;
143
+ border-top: 1px solid #2b3238;
144
+ border-bottom: 1px solid #2b3238;
145
+ color: #e5e7ea;
146
+ font-size: 36px;
147
+ font-weight: 600;
148
+ margin-top: 4px;
149
+ }
150
+ .date-stats {
151
+ display: flex;
152
+ align-items: center;
153
+ gap: 26px;
154
+ font-size: 30px;
155
+ color: #9ec9ff;
156
+ }
157
+ .stat {
158
+ display: inline-flex;
159
+ align-items: center;
160
+ gap: 8px;
161
+ color: #a9b1b8;
162
+ }
163
+ .stat.pts { color: #7ff0cf; }
164
+
165
+ /* Floating action button */
166
+ .fab {
167
+ position: absolute;
168
+ right: 36px;
169
+ bottom: 260px;
170
+ width: 140px;
171
+ height: 140px;
172
+ background: #3b4148;
173
+ border-radius: 50%;
174
+ box-shadow: 0 8px 24px rgba(0,0,0,0.45);
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: center;
178
+ }
179
+
180
+ /* Bottom nav */
181
+ .bottom-nav {
182
+ position: absolute;
183
+ left: 0;
184
+ right: 0;
185
+ bottom: 48px;
186
+ height: 168px;
187
+ background: #2a2f35;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: space-around;
191
+ padding: 8px 40px;
192
+ border-top: 1px solid #353c43;
193
+ }
194
+ .tab {
195
+ width: 22%;
196
+ display: flex;
197
+ flex-direction: column;
198
+ align-items: center;
199
+ gap: 12px;
200
+ color: #a5acb3;
201
+ font-size: 28px;
202
+ }
203
+ .tab.active { color: #82aaff; }
204
+ .gesture {
205
+ position: absolute;
206
+ bottom: 16px;
207
+ left: 50%;
208
+ transform: translateX(-50%);
209
+ width: 300px;
210
+ height: 12px;
211
+ border-radius: 8px;
212
+ background: #ffffff;
213
+ opacity: 0.88;
214
+ }
215
+
216
+ /* Small helpers */
217
+ .muted { color: #9aa1a8; }
218
+ .tiny { font-size: 26px; }
219
+ svg { display: block; }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status Bar -->
226
+ <div class="status-bar">
227
+ <div>8:47</div>
228
+ <div class="status-icons">
229
+ <!-- Do not over-detail; simple placeholders for system icons -->
230
+ <span class="dot"></span>
231
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><path d="M3 12h18v2H3z"/></svg>
232
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><path d="M3 18h18v2H3zM6 14h12v2H6zM9 10h6v2H9z"/></svg>
233
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><path d="M3 18h18V6l-5 4-4-3-9 7z"/></svg>
234
+ <span>71%</span>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- App Bar -->
239
+ <div class="appbar">
240
+ <div class="title">Journal</div>
241
+ <div class="actions">
242
+ <div class="icon-btn" aria-label="sync">
243
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#E6EEF9" stroke-width="2">
244
+ <path d="M17 1v4h4"></path>
245
+ <path d="M21 5a9 9 0 1 0 2 6"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="avatar">F</div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Content -->
253
+ <div class="content">
254
+ <div class="list">
255
+
256
+ <!-- Entry 1 -->
257
+ <div class="entry">
258
+ <div class="left">
259
+ <div class="meta">
260
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#9aa1a8">
261
+ <circle cx="12" cy="5" r="2"></circle>
262
+ <path d="M9 21l2-6-2-3 3-2 2 3h3l-2 8" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"></path>
263
+ </svg>
264
+ <span>8:26 PM</span>
265
+ </div>
266
+ <div class="title">Evening walk</div>
267
+ <div class="subtitle">0 miles in 4 min</div>
268
+ </div>
269
+ <div class="thumb">[IMG: Map thumbnail]</div>
270
+ </div>
271
+
272
+ <!-- Entry 2 -->
273
+ <div class="entry">
274
+ <div class="left">
275
+ <div class="meta">
276
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#9aa1a8">
277
+ <circle cx="12" cy="5" r="2"></circle>
278
+ <path d="M9 21l2-6-2-3 3-2 2 3h3l-2 8" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"></path>
279
+ </svg>
280
+ <span>8:23 PM</span>
281
+ </div>
282
+ <div class="title">Evening walk</div>
283
+ <div class="subtitle">0 miles in 1 min</div>
284
+ </div>
285
+ <div class="thumb">[IMG: Map thumbnail]</div>
286
+ </div>
287
+
288
+ <!-- Entry 3 -->
289
+ <div class="entry">
290
+ <div class="left">
291
+ <div class="meta">
292
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#9aa1a8">
293
+ <circle cx="12" cy="5" r="2"></circle>
294
+ <path d="M9 21l2-6-2-3 3-2 2 3h3l-2 8" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"></path>
295
+ </svg>
296
+ <span>8:11 AM</span>
297
+ </div>
298
+ <div class="title">Burning Fat</div>
299
+ <div class="subtitle">0 miles in 30 min</div>
300
+ </div>
301
+ <div class="thumb">[IMG: Activity icon]</div>
302
+ </div>
303
+
304
+ <!-- Date divider -->
305
+ <div class="date-divider">
306
+ <div>Fri, Nov 10</div>
307
+ <div class="date-stats">
308
+ <span class="stat">
309
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#8bbcff">
310
+ <path d="M3 16c3-2 6-3 9-3 3 0 6 1 9 3-1 2-2 3-3 3H6c-1 0-2-1-3-3z"></path>
311
+ </svg>
312
+ <span>19 steps</span>
313
+ </span>
314
+ <span class="stat pts">
315
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#7ff0cf">
316
+ <path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"></path>
317
+ </svg>
318
+ <span>1 pt</span>
319
+ </span>
320
+ <svg width="30" height="30" viewBox="0 0 24 24">
321
+ <circle cx="12" cy="12" r="10" stroke="#5bd1e0" stroke-width="3" fill="none" />
322
+ <path d="M12 2a10 10 0 0 1 8 4" stroke="#1ed5a5" stroke-width="3" fill="none" stroke-linecap="round"/>
323
+ </svg>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Entry 4 -->
328
+ <div class="entry">
329
+ <div class="left">
330
+ <div class="meta">
331
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#9aa1a8">
332
+ <circle cx="12" cy="5" r="2"></circle>
333
+ <path d="M9 21l2-6-2-3 3-2 2 3h3l-2 8" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"></path>
334
+ </svg>
335
+ <span>8:23 AM</span>
336
+ </div>
337
+ <div class="title" style="font-weight:600">walk</div>
338
+ <div class="subtitle">0 miles in 30 min</div>
339
+ </div>
340
+ <div class="thumb">[IMG: Map thumbnail]</div>
341
+ </div>
342
+
343
+ <!-- Entry 5 -->
344
+ <div class="entry">
345
+ <div class="left">
346
+ <div class="meta tiny muted">
347
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#9aa1a8">
348
+ <path d="M7 20V8l5-3 5 3v12" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"/>
349
+ </svg>
350
+ <span>7:59 AM • Home Workout - No Equipment</span>
351
+ </div>
352
+ <div class="title">Full body - Day 2</div>
353
+ <div class="subtitle">&lt; 1 min</div>
354
+ </div>
355
+ <div class="thumb">[IMG: Workout icon]</div>
356
+ </div>
357
+
358
+ <!-- Entry 6 -->
359
+ <div class="entry" style="border-bottom:none; padding-bottom: 18px;">
360
+ <div class="left">
361
+ <div class="meta tiny muted">
362
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#9aa1a8">
363
+ <path d="M7 20V8l5-3 5 3v12" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"/>
364
+ </svg>
365
+ <span>7:43 AM • Home Workout - No Equipment</span>
366
+ </div>
367
+ <div class="title">Full body - Day 1</div>
368
+ <div class="subtitle">2 min • <span style="color:#7ff0cf;">1 pt</span></div>
369
+ </div>
370
+ <div class="thumb">[IMG: Workout icon]</div>
371
+ </div>
372
+
373
+ <div style="height: 220px;"></div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Floating Action Button -->
378
+ <div class="fab" aria-label="add">
379
+ <svg width="70" height="70" viewBox="0 0 24 24">
380
+ <rect x="10" y="4" width="4" height="16" fill="#34A853"></rect>
381
+ <rect x="4" y="10" width="16" height="4" fill="#4285F4"></rect>
382
+ <rect x="10" y="4" width="4" height="6" fill="#EA4335"></rect>
383
+ <rect x="14" y="10" width="6" height="4" fill="#FBBC05"></rect>
384
+ </svg>
385
+ </div>
386
+
387
+ <!-- Bottom Navigation -->
388
+ <div class="bottom-nav">
389
+ <div class="tab">
390
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#9aa1a8">
391
+ <circle cx="12" cy="12" r="10" fill="#9aa1a8" opacity="0.3"></circle>
392
+ <path d="M12 6v8l4 2" stroke="#9aa1a8" stroke-width="2" fill="none" stroke-linecap="round"/>
393
+ </svg>
394
+ <div>Home</div>
395
+ </div>
396
+ <div class="tab active">
397
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#82aaff" stroke-width="2">
398
+ <rect x="6" y="4" width="12" height="16" rx="2" ry="2"></rect>
399
+ <rect x="8.5" y="7" width="7" height="2" fill="#82aaff" stroke="none"></rect>
400
+ <path d="M8.5 11H15.5M8.5 14.5H15.5" stroke="#82aaff" stroke-linecap="round"></path>
401
+ </svg>
402
+ <div>Journal</div>
403
+ </div>
404
+ <div class="tab">
405
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#a5acb3" stroke-width="2" fill="none">
406
+ <path d="M4 7h16M4 12h16M4 17h16" stroke-linecap="round"></path>
407
+ </svg>
408
+ <div>Browse</div>
409
+ </div>
410
+ <div class="tab">
411
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#a5acb3">
412
+ <circle cx="12" cy="8" r="4"></circle>
413
+ <path d="M4 20c1-4 5-6 8-6s7 2 8 6" fill="#a5acb3"></path>
414
+ </svg>
415
+ <div>Profile</div>
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Gesture bar -->
420
+ <div class="gesture"></div>
421
+ </div>
422
+ </body>
423
+ </html>
code/5679/5679_2.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>Workout Detail</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #212121;
20
+ color: #EDEDED;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #eaeaea;
31
+ font-size: 40px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ color: #cfcfcf;
39
+ font-size: 34px;
40
+ }
41
+ .icon {
42
+ width: 48px;
43
+ height: 48px;
44
+ }
45
+ .icon.small {
46
+ width: 38px;
47
+ height: 38px;
48
+ }
49
+
50
+ /* Top actions */
51
+ .top-actions {
52
+ padding: 12px 36px 0 36px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: space-between;
56
+ }
57
+ .left-actions {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 22px;
61
+ }
62
+ .right-actions {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 30px;
66
+ }
67
+
68
+ /* Title area */
69
+ .title-block {
70
+ padding: 24px 36px 0 84px;
71
+ position: relative;
72
+ }
73
+ .title {
74
+ font-size: 78px;
75
+ font-weight: 500;
76
+ line-height: 1.2;
77
+ margin: 20px 220px 8px 0;
78
+ color: #E7E7E7;
79
+ }
80
+ .subline {
81
+ display: inline-flex;
82
+ align-items: center;
83
+ gap: 18px;
84
+ color: #B0B0B0;
85
+ font-size: 40px;
86
+ }
87
+ .avatar {
88
+ position: absolute;
89
+ right: 36px;
90
+ top: 20px;
91
+ width: 128px;
92
+ height: 128px;
93
+ border-radius: 50%;
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ color: #757575;
100
+ font-size: 26px;
101
+ }
102
+
103
+ /* Heart score */
104
+ .heart-score {
105
+ margin: 70px auto 50px;
106
+ width: 100%;
107
+ display: flex;
108
+ justify-content: center;
109
+ align-items: center;
110
+ gap: 18px;
111
+ color: #1DE9B6;
112
+ }
113
+ .heart-score .count {
114
+ font-size: 72px;
115
+ font-weight: 600;
116
+ }
117
+
118
+ /* Stats list */
119
+ .stats {
120
+ margin-top: 10px;
121
+ padding: 0 48px;
122
+ }
123
+ .stat-row {
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-between;
127
+ padding: 36px 8px;
128
+ }
129
+ .stat-left {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 28px;
133
+ }
134
+ .stat-label {
135
+ font-size: 46px;
136
+ color: #E5E5E5;
137
+ }
138
+ .stat-value {
139
+ font-size: 42px;
140
+ color: #BDBDBD;
141
+ }
142
+ .divider {
143
+ height: 2px;
144
+ background: #353535;
145
+ margin: 10px 0;
146
+ }
147
+
148
+ /* Bottom gesture bar */
149
+ .bottom-bar {
150
+ position: absolute;
151
+ left: 0;
152
+ right: 0;
153
+ bottom: 0;
154
+ height: 130px;
155
+ background: #000;
156
+ }
157
+ .gesture-pill {
158
+ position: absolute;
159
+ width: 320px;
160
+ height: 12px;
161
+ border-radius: 12px;
162
+ background: #EDEDED;
163
+ left: 50%;
164
+ transform: translateX(-50%);
165
+ bottom: 36px;
166
+ opacity: 0.9;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div class="status-left">8:47</div>
176
+ <div class="status-right">
177
+ <!-- Do not disturb icon -->
178
+ <svg class="icon small" viewBox="0 0 24 24" fill="none" stroke="#CFCFCF" stroke-width="1.8">
179
+ <circle cx="12" cy="12" r="9"></circle>
180
+ <line x1="6" y1="12" x2="18" y2="12"></line>
181
+ </svg>
182
+ <!-- WiFi icon -->
183
+ <svg class="icon small" viewBox="0 0 24 24" fill="none" stroke="#CFCFCF" stroke-width="1.8" stroke-linecap="round">
184
+ <path d="M2 9c4-3 16-3 20 0"></path>
185
+ <path d="M5 12c3-2 11-2 14 0"></path>
186
+ <path d="M8 15c2-1 6-1 8 0"></path>
187
+ <circle cx="12" cy="18" r="1.6" fill="#CFCFCF" stroke="none"></circle>
188
+ </svg>
189
+ <!-- Battery 71% -->
190
+ <svg class="icon small" viewBox="0 0 28 24">
191
+ <rect x="1" y="6" width="22" height="12" rx="2" ry="2" fill="none" stroke="#CFCFCF" stroke-width="1.8"></rect>
192
+ <rect x="3" y="8" width="15" height="8" fill="#CFCFCF"></rect>
193
+ <rect x="23" y="9" width="3.5" height="6" rx="1" fill="#CFCFCF"></rect>
194
+ </svg>
195
+ <span style="margin-left:2px;">71%</span>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Top actions -->
200
+ <div class="top-actions">
201
+ <div class="left-actions">
202
+ <!-- Back arrow -->
203
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E0E0E0" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
204
+ <path d="M15 18L9 12l6-6"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="right-actions">
208
+ <!-- Share -->
209
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
210
+ <circle cx="18" cy="5" r="2.5"></circle>
211
+ <circle cx="6" cy="12" r="2.5"></circle>
212
+ <circle cx="18" cy="19" r="2.5"></circle>
213
+ <path d="M8.2 11l7-4"></path>
214
+ <path d="M8.2 13l7 4"></path>
215
+ </svg>
216
+ <!-- Overflow (vertical dots) -->
217
+ <svg class="icon" viewBox="0 0 24 24" fill="#E0E0E0">
218
+ <circle cx="12" cy="5" r="2"></circle>
219
+ <circle cx="12" cy="12" r="2"></circle>
220
+ <circle cx="12" cy="19" r="2"></circle>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Title block -->
226
+ <div class="title-block">
227
+ <div class="title">Full body - Day 1</div>
228
+ <div class="subline">
229
+ <!-- Walk/person icon -->
230
+ <svg class="icon small" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round">
231
+ <circle cx="13" cy="4" r="2"></circle>
232
+ <path d="M6 21l4-7 2-2 3 3"></path>
233
+ <path d="M10 7l-1 4"></path>
234
+ <path d="M14 14l3 7"></path>
235
+ </svg>
236
+ <span>November 10, 7:43 – 7:45 AM</span>
237
+ </div>
238
+ <div class="avatar">[IMG: User Avatar]</div>
239
+ </div>
240
+
241
+ <!-- Heart score -->
242
+ <div class="heart-score">
243
+ <!-- Heart outline icon -->
244
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1DE9B6" stroke-width="2">
245
+ <path d="M12 21s-6.5-4.4-9-8.2C1 9.5 2.8 6 6.2 6c2 0 3.2 1.3 3.8 2.3C10.6 7.3 11.8 6 13.8 6 17.2 6 19 9.5 21 12.8 18.5 16.6 12 21 12 21z"></path>
246
+ </svg>
247
+ <div class="count">1</div>
248
+ </div>
249
+
250
+ <!-- Stats list -->
251
+ <div class="stats">
252
+ <div class="stat-row">
253
+ <div class="stat-left">
254
+ <!-- Timer icon -->
255
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round">
256
+ <circle cx="12" cy="13" r="7"></circle>
257
+ <path d="M9 3h6"></path>
258
+ <path d="M12 13l4-2"></path>
259
+ </svg>
260
+ <div class="stat-label">Active time</div>
261
+ </div>
262
+ <div class="stat-value">1m 31s</div>
263
+ </div>
264
+
265
+ <div class="divider"></div>
266
+
267
+ <div class="stat-row">
268
+ <div class="stat-left">
269
+ <!-- Flame icon -->
270
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
271
+ <path d="M12 3s3 3 3 6-2 4-2 6 2 3 2 3-2 3-5 3-6-3-6-7 3-7 6-9c0 3 2 4 2 4"></path>
272
+ </svg>
273
+ <div class="stat-label">Energy expended</div>
274
+ </div>
275
+ <div class="stat-value">29 Cal</div>
276
+ </div>
277
+
278
+ <div class="stat-row" style="margin-top: 8px;">
279
+ <div class="stat-left">
280
+ <!-- Walk icon -->
281
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
282
+ <circle cx="13" cy="4" r="2"></circle>
283
+ <path d="M6 21l4-7 2-2 3 3"></path>
284
+ <path d="M10 7l-1 4"></path>
285
+ <path d="M14 14l3 7"></path>
286
+ </svg>
287
+ <div class="stat-label">Move Minutes</div>
288
+ </div>
289
+ <div class="stat-value">1</div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Bottom gesture bar -->
294
+ <div class="bottom-bar">
295
+ <div class="gesture-pill"></div>
296
+ </div>
297
+
298
+ </div>
299
+ </body>
300
+ </html>
code/5679/5679_3.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Share Sheet UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #111214;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
16
+ color: #E8EAED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E8EAED;
27
+ }
28
+ .status-left {
29
+ font-size: 36px;
30
+ letter-spacing: 1px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ font-size: 30px;
38
+ }
39
+ .icon {
40
+ display: inline-flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+ .icon svg { width: 44px; height: 44px; fill: #E8EAED; }
45
+
46
+ /* Dimmed app background (under sheet) */
47
+ .app-bg {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0;
51
+ width: 100%;
52
+ height: 1400px;
53
+ background: rgba(129, 133, 139, 0.65);
54
+ padding: 28px 36px;
55
+ }
56
+ .app-back {
57
+ margin-top: 12px;
58
+ }
59
+ .app-back svg { width: 56px; height: 56px; fill: #E8EAED; opacity: 0.75; }
60
+ .app-header {
61
+ margin-top: 24px;
62
+ display: flex;
63
+ align-items: flex-start;
64
+ justify-content: space-between;
65
+ padding-right: 24px;
66
+ }
67
+ .app-title {
68
+ display: flex;
69
+ gap: 18px;
70
+ align-items: center;
71
+ color: #1f4b82;
72
+ }
73
+ .app-title h1 {
74
+ margin: 0;
75
+ font-size: 42px;
76
+ font-weight: 700;
77
+ }
78
+ .app-sub {
79
+ margin: 2px 0 0 74px;
80
+ font-size: 34px;
81
+ color: #1f4b82;
82
+ opacity: 0.9;
83
+ }
84
+ .app-figure svg { width: 54px; height: 54px; fill: #1f4b82; }
85
+
86
+ .timer {
87
+ text-align: center;
88
+ margin-top: 120px;
89
+ color: #123b73;
90
+ }
91
+ .timer .big {
92
+ font-size: 200px;
93
+ font-weight: 800;
94
+ margin: 0;
95
+ letter-spacing: 2px;
96
+ }
97
+ .timer .label {
98
+ margin-top: 20px;
99
+ font-size: 44px;
100
+ color: #2a4f84;
101
+ }
102
+ .timer .hp {
103
+ margin-top: 44px;
104
+ font-size: 140px;
105
+ font-weight: 800;
106
+ color: #123b73;
107
+ opacity: 0.9;
108
+ }
109
+
110
+ /* Bottom sheet */
111
+ .sheet {
112
+ position: absolute;
113
+ left: 0; right: 0; bottom: 0;
114
+ height: 1250px;
115
+ background: #202124;
116
+ border-top-left-radius: 44px;
117
+ border-top-right-radius: 44px;
118
+ box-shadow: 0 -10px 40px rgba(0,0,0,0.6);
119
+ }
120
+
121
+ .preview-wrap {
122
+ position: absolute;
123
+ top: -30px;
124
+ left: 0; right: 0;
125
+ display: flex;
126
+ justify-content: center;
127
+ }
128
+ .preview-card {
129
+ width: 450px;
130
+ height: 450px;
131
+ background: #DCE8FF;
132
+ border: 2px solid #BFCDEB;
133
+ color: #5A76B1;
134
+ border-radius: 88px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ text-align: center;
139
+ padding: 18px;
140
+ box-shadow: 0 8px 24px rgba(0,0,0,0.45);
141
+ font-size: 34px;
142
+ line-height: 1.35;
143
+ }
144
+
145
+ .sheet-content {
146
+ position: absolute;
147
+ top: 470px;
148
+ left: 0; right: 0;
149
+ padding: 0 72px;
150
+ }
151
+
152
+ .button-row {
153
+ display: flex;
154
+ gap: 48px;
155
+ justify-content: center;
156
+ margin-top: 18px;
157
+ }
158
+ .pill {
159
+ display: inline-flex;
160
+ align-items: center;
161
+ gap: 16px;
162
+ border: 2px solid #8A8F98;
163
+ color: #E8EAED;
164
+ padding: 22px 34px;
165
+ border-radius: 22px;
166
+ font-size: 40px;
167
+ }
168
+ .pill svg { width: 42px; height: 42px; fill: #E8EAED; }
169
+
170
+ .no-people {
171
+ text-align: center;
172
+ color: #9AA0A6;
173
+ font-size: 36px;
174
+ margin: 56px 0 32px;
175
+ }
176
+
177
+ .targets {
178
+ display: flex;
179
+ justify-content: space-around;
180
+ padding: 24px 20px 0;
181
+ }
182
+ .target {
183
+ width: 200px;
184
+ text-align: center;
185
+ }
186
+ .app-icon {
187
+ width: 140px;
188
+ height: 140px;
189
+ margin: 0 auto 18px;
190
+ background: #E0E0E0;
191
+ border: 1px solid #BDBDBD;
192
+ border-radius: 50%;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ color: #616161;
197
+ font-size: 26px;
198
+ }
199
+ .target .name {
200
+ font-size: 34px;
201
+ color: #E8EAED;
202
+ }
203
+ .target .sub {
204
+ margin-top: 6px;
205
+ font-size: 28px;
206
+ color: #AEB4BA;
207
+ }
208
+
209
+ /* Home indicator */
210
+ .home-indicator {
211
+ position: absolute;
212
+ bottom: 24px;
213
+ left: 50%;
214
+ transform: translateX(-50%);
215
+ width: 320px;
216
+ height: 12px;
217
+ border-radius: 10px;
218
+ background: #9AA0A6;
219
+ opacity: 0.8;
220
+ }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+ <!-- Status bar -->
226
+ <div class="status-bar">
227
+ <div class="status-left">8:48</div>
228
+ <div class="status-right">
229
+ <span class="icon" title="Do Not Disturb">
230
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2zm-6 9h12v2H6z"/></svg>
231
+ </span>
232
+ <span class="icon" title="Search">
233
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6 6 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-5.5 0a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>
234
+ </span>
235
+ <span class="icon" title="Wi‑Fi">
236
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l-3-3a4.2 4.2 0 0 1 6 0l-3 3zm6-6a9 9 0 0 0-12 0l-2-2a12 12 0 0 1 16 0l-2 2z"/></svg>
237
+ </span>
238
+ <span class="icon" title="Battery">
239
+ <svg viewBox="0 0 24 24"><path d="M16 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v1h-2v-1H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h10zm0 2H6v6h10V9z"/></svg>
240
+ </span>
241
+ <span style="opacity:.9;font-size:30px;">72%</span>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Dimmed app content in background -->
246
+ <div class="app-bg">
247
+ <div class="app-back">
248
+ <svg viewBox="0 0 24 24"><path d="M15.5 19 8.5 12l7-7-1.5-1.5L5.5 12l9.5 9.5z"/></svg>
249
+ </div>
250
+
251
+ <div class="app-header">
252
+ <div>
253
+ <div class="app-title">
254
+ <svg viewBox="0 0 24 24"><path d="M12.1 21.35 10 19.45C5.4 15.36 2 12.28 2 8.5A4.5 4.5 0 0 1 6.5 4C8.24 4 9.91 4.81 11 6.08 12.09 4.81 13.76 4 15.5 4A4.5 4.5 0 0 1 20 8.5c0 3.78-3.4 6.86-8 10.95l-1.9 1.9z"/></svg>
255
+ <h1>Google Fit</h1>
256
+ </div>
257
+ <div class="app-sub">Full body - Day 1 (Home Workout - No Equipme…</div>
258
+ </div>
259
+ <div class="app-figure">
260
+ <svg viewBox="0 0 24 24"><path d="M12 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-6 6h12l-2 3h-4l-3 7H6l3-7H7l-1-3z"/></svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="timer">
265
+ <p class="big">1m 31s</p>
266
+ <div class="label">Active time</div>
267
+ <div class="hp">1</div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Bottom Share Sheet -->
272
+ <div class="sheet">
273
+ <div class="preview-wrap">
274
+ <div class="preview-card">[IMG: Screenshot Preview]</div>
275
+ </div>
276
+
277
+ <div class="sheet-content">
278
+ <div class="button-row">
279
+ <div class="pill">
280
+ <svg viewBox="0 0 24 24"><path d="M7 12a5 5 0 0 1 7.8-4.1l1.2-1.2 1.4 1.4-1.2 1.2A5 5 0 1 1 7 12zm2 0a3 3 0 1 0 5.9.7l-1.6 1.6-1.4-1.4 1.6-1.6A3 3 0 0 0 9 12z"/></svg>
281
+ Nearby
282
+ </div>
283
+ <div class="pill">
284
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>
285
+ Edit
286
+ </div>
287
+ </div>
288
+
289
+ <div class="no-people">No recommended people to share with</div>
290
+
291
+ <div class="targets">
292
+ <div class="target">
293
+ <div class="app-icon">IMG</div>
294
+ <div class="name">Messages</div>
295
+ </div>
296
+ <div class="target">
297
+ <div class="app-icon">IMG</div>
298
+ <div class="name">Gmail</div>
299
+ </div>
300
+ <div class="target">
301
+ <div class="app-icon">IMG</div>
302
+ <div class="name">Photos</div>
303
+ <div class="sub">Upload to P…</div>
304
+ </div>
305
+ <div class="target">
306
+ <div class="app-icon">IMG</div>
307
+ <div class="name">Drive</div>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="home-indicator"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/5679/5679_4.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Gmail Compose - Dark UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; border-radius: 24px;
13
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
14
+ color: #E0E0E0;
15
+ }
16
+ .statusbar {
17
+ height: 110px; padding: 0 28px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #fff; font-weight: 600; font-size: 38px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 22px; }
22
+ .status-right { display: flex; align-items: center; gap: 22px; font-size: 28px; }
23
+ .toolbar {
24
+ height: 120px; padding: 0 24px;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ border-bottom: 1px solid #262626;
27
+ }
28
+ .toolbar-left, .toolbar-right { display: flex; align-items: center; gap: 32px; }
29
+ .icon-btn svg { width: 42px; height: 42px; fill: #BDBDBD; }
30
+ .content { padding: 10px 34px 0 34px; }
31
+ .field {
32
+ height: 120px; display: flex; align-items: center;
33
+ border-bottom: 1px solid #262626; color: #BDBDBD;
34
+ font-size: 40px;
35
+ }
36
+ .field .label { width: 160px; color: #BDBDBD; }
37
+ .field .value { flex: 1; color: #E0E0E0; }
38
+ .field .chev { width: 40px; height: 40px; }
39
+ .compose-body {
40
+ padding: 28px 0 24px 0; font-size: 44px; color: #BDBDBD;
41
+ }
42
+ .attach-card {
43
+ margin-top: 32px; width: 1012px;
44
+ background: #1A1A1A; border-radius: 18px; overflow: hidden;
45
+ border: 1px solid #2A2A2A;
46
+ }
47
+ .attach-preview {
48
+ height: 260px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
49
+ display: flex; align-items: center; justify-content: center; color: #757575;
50
+ font-size: 40px; font-weight: 600;
51
+ }
52
+ .attach-row {
53
+ height: 120px; display: flex; align-items: center; padding: 0 22px;
54
+ gap: 22px; background: #2B2B2B;
55
+ }
56
+ .file-icon {
57
+ width: 68px; height: 68px; border-radius: 12px;
58
+ background: #CC5A55; display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .file-info { flex: 1; display: flex; flex-direction: column; }
61
+ .file-name { font-size: 36px; color: #E0E0E0; }
62
+ .file-size { font-size: 30px; color: #BDBDBD; }
63
+ .close-x { width: 48px; height: 48px; border-radius: 50%; background: transparent; display:flex; align-items:center; justify-content:center; }
64
+ /* Keyboard */
65
+ .keyboard {
66
+ position: absolute; left: 0; bottom: 72px; width: 100%;
67
+ background: #1E1E1E; border-top: 1px solid #2A2A2A;
68
+ padding: 22px 18px 26px 18px;
69
+ }
70
+ .kb-toolbar { display: flex; align-items: center; justify-content: center; gap: 36px; margin-bottom: 12px; }
71
+ .kb-toolbar .tool { width: 80px; height: 64px; background: #2B2B2B; border-radius: 16px; display:flex; align-items:center; justify-content:center; color:#D0D0D0; font-size:28px; }
72
+ .kb-row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; margin: 12px 12px; }
73
+ .kb-row.kb-2 { grid-template-columns: repeat(9, 1fr); }
74
+ .kb-row.kb-3 { grid-template-columns: 80px repeat(7, 1fr) 120px; }
75
+ .key {
76
+ height: 120px; background: #2E2E2E; border-radius: 18px;
77
+ display: flex; align-items: center; justify-content: center;
78
+ color:#fff; font-size: 44px; font-weight: 600;
79
+ }
80
+ .key.small { font-size: 36px; }
81
+ .key.wide { grid-column: span 2; }
82
+ .bottom-bar {
83
+ display:flex; align-items:center; justify-content: space-between; margin: 0 24px; margin-top: 8px;
84
+ }
85
+ .bottom-left, .bottom-right { display:flex; align-items:center; gap: 12px; }
86
+ .circle-key {
87
+ width: 132px; height: 132px; border-radius: 50%; background:#2E2E2E;
88
+ display:flex; align-items:center; justify-content:center; color:#fff; font-size: 42px; font-weight:700;
89
+ }
90
+ .spacebar { flex:1; height: 120px; background:#2E2E2E; border-radius: 18px; margin: 0 12px; }
91
+ .gesture-pill {
92
+ position: absolute; left: 50%; transform: translateX(-50%);
93
+ bottom: 18px; width: 280px; height: 10px; background: #9E9E9E; border-radius: 8px; opacity: 0.8;
94
+ }
95
+ /* helpers */
96
+ .muted { color: #9E9E9E; }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="statusbar">
104
+ <div class="status-left">
105
+ <div>8:49</div>
106
+ <!-- simple icons -->
107
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#DADADA"><circle cx="10" cy="10" r="7" stroke="#DADADA" stroke-width="2" fill="none"/><line x1="15" y1="15" x2="21" y2="21" stroke="#DADADA" stroke-width="2"/></svg>
108
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#DADADA"><rect x="3" y="3" width="18" height="18" rx="4" fill="none" stroke="#DADADA" stroke-width="2"/><circle cx="8" cy="8" r="2" fill="#DADADA"/><path d="M6 16l4-5 4 3 4-6" stroke="#DADADA" stroke-width="2" fill="none"/></svg>
109
+ </div>
110
+ <div class="status-right">
111
+ <!-- battery -->
112
+ <svg width="48" height="32" viewBox="0 0 28 16">
113
+ <rect x="1" y="2" width="22" height="12" rx="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
114
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#FFFFFF"/>
115
+ <rect x="3" y="4" width="16" height="8" rx="1" fill="#FFFFFF"/>
116
+ </svg>
117
+ <!-- wifi -->
118
+ <svg width="40" height="32" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
119
+ <path d="M2 8c5-4 15-4 20 0"/>
120
+ <path d="M5 12c3-3 11-3 14 0"/>
121
+ <path d="M8 16c2-2 6-2 8 0"/>
122
+ <circle cx="12" cy="19" r="1.5" fill="#FFFFFF" stroke="none"/>
123
+ </svg>
124
+ <div>72%</div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Top toolbar -->
129
+ <div class="toolbar">
130
+ <div class="toolbar-left">
131
+ <div class="icon-btn">
132
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7" stroke="#BDBDBD" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
133
+ </div>
134
+ </div>
135
+ <div class="toolbar-right">
136
+ <div class="icon-btn">
137
+ <svg viewBox="0 0 24 24"><path d="M4 12v-2c6-5 10-5 16 0v2c-6 5-10 5-16 0z" fill="#BDBDBD"/></svg>
138
+ </div>
139
+ <div class="icon-btn">
140
+ <svg viewBox="0 0 24 24"><path d="M3 20l18-8-18-8v6l12 2-12 2v6z" fill="#90CAF9"/></svg>
141
+ </div>
142
+ <div class="icon-btn">
143
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.2" fill="#BDBDBD"/><circle cx="12" cy="12" r="2.2" fill="#BDBDBD"/><circle cx="12" cy="19" r="2.2" fill="#BDBDBD"/></svg>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Compose form area -->
149
+ <div class="content">
150
+ <div class="field">
151
+ <div class="label">From</div>
152
+ <div class="value">fabioteixeira00123@gmail.com</div>
153
+ <svg class="chev" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#BDBDBD" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
154
+ </div>
155
+
156
+ <div class="field">
157
+ <div class="label">To</div>
158
+ <div class="value muted">Add recipients</div>
159
+ <svg class="chev" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#BDBDBD" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
160
+ </div>
161
+
162
+ <div class="field">
163
+ <div class="label">Subject</div>
164
+ <div class="value muted">Subject</div>
165
+ </div>
166
+
167
+ <div class="compose-body">Compose email</div>
168
+
169
+ <!-- Attachment Card -->
170
+ <div class="attach-card">
171
+ <div class="attach-preview">[IMG: Attached image preview]</div>
172
+ <div class="attach-row">
173
+ <div class="file-icon">
174
+ <svg width="48" height="48" viewBox="0 0 24 24">
175
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#FF8A80"/>
176
+ <path d="M4 16l5-6 4 4 3-4 4 6H4z" fill="#BF360C"/>
177
+ <circle cx="8" cy="7" r="2" fill="#FFE082"/>
178
+ </svg>
179
+ </div>
180
+ <div class="file-info">
181
+ <div class="file-name">temp_shared_b...888737625.png</div>
182
+ <div class="file-size">43 KB</div>
183
+ </div>
184
+ <div class="close-x">
185
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#D0D0D0" stroke-width="2" stroke-linecap="round"/></svg>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Keyboard -->
192
+ <div class="keyboard">
193
+ <div class="kb-toolbar">
194
+ <div class="tool">GIF</div>
195
+ <div class="tool">😀</div>
196
+ <div class="tool">⚙</div>
197
+ <div class="tool">G↔</div>
198
+ <div class="tool">🎨</div>
199
+ <div class="tool">🎤</div>
200
+ </div>
201
+
202
+ <div class="kb-row">
203
+ <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>
204
+ <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>
205
+ </div>
206
+
207
+ <div class="kb-row kb-2">
208
+ <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>
209
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
210
+ </div>
211
+
212
+ <div class="kb-row kb-3">
213
+ <div class="key small">⇧</div>
214
+ <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>
215
+ <div class="key small">⌫</div>
216
+ </div>
217
+
218
+ <div class="bottom-bar">
219
+ <div class="circle-key">?123</div>
220
+ <div class="key">@</div>
221
+ <div class="key">🙂</div>
222
+ <div class="spacebar"></div>
223
+ <div class="key">.</div>
224
+ <div class="circle-key">↵</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="gesture-pill"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/5679/5679_5.html ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EAEAEA;
13
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute; top: 0; left: 0; right: 0; height: 100px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ padding: 0 36px; font-size: 40px; color: #FFFFFF;
21
+ box-sizing: border-box;
22
+ }
23
+ .status-icons { display: flex; align-items: center; gap: 26px; }
24
+ .status-dot { width: 12px; height: 12px; background: #9AA0A6; border-radius: 50%; }
25
+ .wifi-icon, .battery-icon { display: inline-block; }
26
+ .wifi-icon { width: 40px; height: 40px; }
27
+ .battery-icon { width: 60px; height: 32px; border: 3px solid #FFFFFF; border-radius: 6px; position: relative; }
28
+ .battery-icon::after {
29
+ content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 14px; background: #FFFFFF; border-radius: 2px;
30
+ }
31
+ .battery-fill { position: absolute; left: 4px; top: 4px; height: 20px; width: 40px; background: #FFFFFF; border-radius: 3px; }
32
+
33
+ /* Top compose header */
34
+ .topbar {
35
+ position: absolute; top: 100px; left: 0; right: 0; height: 120px;
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ padding: 0 24px; box-sizing: border-box;
38
+ }
39
+ .topbar-left { display: flex; align-items: center; gap: 16px; }
40
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; border-radius: 36px; }
41
+ .icon-btn svg { width: 44px; height: 44px; fill: #EAEAEA; }
42
+ .topbar-right { display: flex; align-items: center; gap: 14px; }
43
+
44
+ /* Fields */
45
+ .content { position: absolute; top: 220px; left: 0; right: 0; padding: 0 32px; box-sizing: border-box; }
46
+ .field { padding: 22px 0; border-bottom: 1px solid #232323; }
47
+ .label { color: #9AA0A6; font-size: 36px; margin-bottom: 12px; }
48
+ .row { display: flex; align-items: center; gap: 18px; font-size: 40px; }
49
+ .down-caret { width: 28px; height: 28px; }
50
+ .email { color: #EAEAEA; }
51
+ .to-chip {
52
+ display: inline-flex; align-items: center; gap: 16px;
53
+ background: #1E1E1E; border: 1px solid #2C2C2C; border-radius: 40px;
54
+ padding: 10px 24px 10px 12px; color: #C9D1D9;
55
+ }
56
+ .avatar {
57
+ width: 56px; height: 56px; border-radius: 50%;
58
+ background: #5A6B7A; color: #FFFFFF; display: inline-flex;
59
+ align-items: center; justify-content: center; font-weight: 600;
60
+ }
61
+ .subject-placeholder, .body-placeholder { color: #A3A3A3; font-size: 42px; }
62
+
63
+ /* Attachment preview placeholder */
64
+ .attachment {
65
+ margin-top: 40px; width: 100%; border-radius: 18px; overflow: hidden;
66
+ background: transparent;
67
+ }
68
+ .attachment .img {
69
+ width: 100%; height: 360px; background: #E0E0E0; border: 1px solid #BDBDBD;
70
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
71
+ border-radius: 18px;
72
+ }
73
+
74
+ /* Keyboard mock */
75
+ .keyboard {
76
+ position: absolute; left: 0; right: 0; bottom: 60px; height: 860px;
77
+ background: #1A1A1A; border-top: 1px solid #2A2A2A;
78
+ padding: 24px 28px; box-sizing: border-box; color: #EAEAEA;
79
+ }
80
+ .kb-row { display: flex; gap: 12px; margin-bottom: 18px; }
81
+ .key {
82
+ flex: 1; height: 120px; background: #2A2A2A; border-radius: 18px;
83
+ display: flex; align-items: center; justify-content: center; font-size: 44px; color: #EAEAEA;
84
+ }
85
+ .key.small { flex: 0 0 120px; }
86
+ .key.mid { flex: 0 0 180px; }
87
+ .key.large { flex: 0 0 220px; }
88
+ .key.icon { font-size: 38px; color: #C7C7C7; }
89
+ .gesture-bar {
90
+ position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
91
+ width: 300px; height: 10px; background: #EAEAEA; border-radius: 6px; opacity: 0.85;
92
+ }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status Bar -->
99
+ <div class="statusbar">
100
+ <div>8:49</div>
101
+ <div class="status-icons">
102
+ <svg class="wifi-icon" viewBox="0 0 24 24">
103
+ <path fill="#FFFFFF" d="M12 18.5l2.5-2.5a3.5 3.5 0 00-5 0L12 18.5zm-4.5-4.6a7 7 0 019 0l1.6-1.6a9.7 9.7 0 00-12.2 0l1.6 1.6zm-3.5-3.5a12 12 0 0115.9 0l1.6-1.6A14.7 14.7 0 001.9 8.8l2.1 1.6z"/>
104
+ </svg>
105
+ <div class="status-dot"></div>
106
+ <div class="status-dot"></div>
107
+ <div class="battery-icon"><div class="battery-fill"></div></div>
108
+ <div style="font-size:34px; color:#FFFFFF;">73%</div>
109
+ </div>
110
+ </div>
111
+
112
+ <!-- Top Compose Header -->
113
+ <div class="topbar">
114
+ <div class="topbar-left">
115
+ <div class="icon-btn">
116
+ <svg viewBox="0 0 24 24"><path d="M15.5 19L8 12l7.5-7v14z"/></svg>
117
+ </div>
118
+ <div style="font-size:42px; color:#C9D1D9;">Compose</div>
119
+ </div>
120
+ <div class="topbar-right">
121
+ <div class="icon-btn">
122
+ <svg viewBox="0 0 24 24"><path d="M7 17.5V6.5a4 4 0 014-4 4 4 0 014 4v11a2.5 2.5 0 11-5 0V6.5" stroke="#EAEAEA" stroke-width="2" fill="none"/></svg>
123
+ </div>
124
+ <div class="icon-btn">
125
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-9 18-2-7-7-2z"/></svg>
126
+ </div>
127
+ <div class="icon-btn">
128
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Fields -->
134
+ <div class="content">
135
+ <div class="field">
136
+ <div class="label">From</div>
137
+ <div class="row">
138
+ <div class="email">fabioteixeira00123@gmail.com</div>
139
+ <svg class="down-caret" viewBox="0 0 24 24"><path fill="#9AA0A6" d="M7 10l5 5 5-5z"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="field">
144
+ <div class="label">To</div>
145
+ <div class="row">
146
+ <div class="to-chip">
147
+ <div class="avatar">C</div>
148
+ <div>Carlos3345@gmail.com</div>
149
+ <svg class="down-caret" viewBox="0 0 24 24"><path fill="#9AA0A6" d="M7 10l5 5 5-5z"/></svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="field">
155
+ <div class="subject-placeholder">Subject</div>
156
+ </div>
157
+
158
+ <div class="field" style="border-bottom:none;">
159
+ <div class="body-placeholder">Compose email</div>
160
+
161
+ <div class="attachment">
162
+ <div class="img">[IMG: Attached image preview]</div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Keyboard mock -->
168
+ <div class="keyboard">
169
+ <div class="kb-row">
170
+ <div class="key small">?123</div>
171
+ <div class="key small">@</div>
172
+ <div class="key small">☺</div>
173
+ <div class="key mid">GIF</div>
174
+ <div class="key mid">⚙</div>
175
+ <div class="key mid">G</div>
176
+ <div class="key mid">🎨</div>
177
+ <div class="key mid">🎤</div>
178
+ </div>
179
+ <div class="kb-row">
180
+ <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>
181
+ </div>
182
+ <div class="kb-row">
183
+ <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>
184
+ </div>
185
+ <div class="kb-row">
186
+ <div class="key large">⇧</div>
187
+ <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>
188
+ <div class="key large">⌫</div>
189
+ </div>
190
+ <div class="kb-row">
191
+ <div class="key large">,</div>
192
+ <div class="key" style="flex: 1.8;">space</div>
193
+ <div class="key large">.</div>
194
+ <div class="key large">↵</div>
195
+ </div>
196
+ <div class="gesture-bar"></div>
197
+ </div>
198
+
199
+ </div>
200
+ </body>
201
+ </html>
code/5679/5679_6.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>Generated 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: #212427;
15
+ font-family: "Helvetica Neue", Arial, sans-serif;
16
+ color: #EAEFF6;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #2A2D30;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #CFD6DD;
33
+ font-size: 40px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ }
41
+ .icon-battery {
42
+ width: 64px; height: 32px; border: 3px solid #CFD6DD; border-radius: 6px; position: relative;
43
+ }
44
+ .icon-battery::after {
45
+ content: "";
46
+ position: absolute; right: -10px; top: 8px; width: 8px; height: 16px; background: #CFD6DD; border-radius: 2px;
47
+ }
48
+ .icon-battery > div {
49
+ width: 46px; height: 24px; background: #CFD6DD; margin: 3px; border-radius: 3px;
50
+ }
51
+ .status-percent { font-size: 34px; color: #CFD6DD; opacity: .9; }
52
+
53
+ /* Top app bar */
54
+ .app-bar {
55
+ position: absolute;
56
+ top: 120px;
57
+ left: 0;
58
+ width: 1080px;
59
+ height: 110px;
60
+ background: #2A2D30;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ padding: 0 24px 0 24px;
65
+ box-sizing: border-box;
66
+ }
67
+ .app-bar .left, .app-bar .right {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 18px;
71
+ }
72
+ .icon-btn {
73
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
74
+ }
75
+
76
+ /* Hero light panel */
77
+ .hero {
78
+ position: absolute;
79
+ top: 230px;
80
+ left: 0;
81
+ width: 1080px;
82
+ height: 1400px;
83
+ background: #DCE6F6;
84
+ color: #1A59C9;
85
+ }
86
+ .hero-header {
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ padding: 48px 44px 0 44px;
91
+ box-sizing: border-box;
92
+ }
93
+ .brand {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 22px;
97
+ }
98
+ .brand-text {
99
+ display: flex;
100
+ flex-direction: column;
101
+ gap: 6px;
102
+ }
103
+ .brand-title {
104
+ font-size: 44px;
105
+ font-weight: 700;
106
+ }
107
+ .brand-subtitle {
108
+ font-size: 38px;
109
+ color: #2962D0;
110
+ white-space: nowrap;
111
+ overflow: hidden;
112
+ text-overflow: ellipsis;
113
+ max-width: 820px;
114
+ }
115
+
116
+ .metrics {
117
+ text-align: center;
118
+ margin-top: 220px;
119
+ }
120
+ .time-big {
121
+ font-size: 160px;
122
+ font-weight: 800;
123
+ letter-spacing: 2px;
124
+ margin: 0;
125
+ color: #275ACF;
126
+ }
127
+ .label {
128
+ margin-top: 16px;
129
+ font-size: 40px;
130
+ color: #3764C8;
131
+ }
132
+ .points {
133
+ font-size: 150px;
134
+ font-weight: 800;
135
+ margin: 40px 0 8px 0;
136
+ color: #275ACF;
137
+ }
138
+
139
+ /* Bottom dark section */
140
+ .bottom {
141
+ position: absolute;
142
+ left: 0;
143
+ bottom: 110px;
144
+ width: 1080px;
145
+ height: 830px;
146
+ background: #212427;
147
+ padding-top: 64px;
148
+ box-sizing: border-box;
149
+ }
150
+ .chips {
151
+ display: flex;
152
+ gap: 24px;
153
+ padding-left: 220px;
154
+ margin-bottom: 34px;
155
+ }
156
+ .chip {
157
+ padding: 22px 36px;
158
+ border-radius: 24px;
159
+ border: 2px solid #46515B;
160
+ color: #B9C2CB;
161
+ font-size: 40px;
162
+ }
163
+ .chip.active {
164
+ background: #3D4A5B;
165
+ border-color: #3D4A5B;
166
+ color: #EAF0F7;
167
+ }
168
+ .section-title {
169
+ text-align: center;
170
+ color: #C9D1D7;
171
+ font-size: 42px;
172
+ margin-top: 26px;
173
+ }
174
+ .color-row {
175
+ margin-top: 36px;
176
+ display: flex;
177
+ justify-content: center;
178
+ gap: 64px;
179
+ }
180
+ .color-dot {
181
+ width: 150px; height: 150px; border-radius: 50%;
182
+ box-sizing: border-box;
183
+ }
184
+ .dot-blue { background: #84A9FF; border: 8px solid #4D77FF; box-shadow: 0 0 0 10px rgba(120,158,255,0.45) inset; }
185
+ .dot-green { background: #7ACD8E; }
186
+ .dot-gray { background: #D8DBDF; }
187
+ .dot-yellow{ background: #F3D260; }
188
+ .dot-red { background: #EC8C80; }
189
+
190
+ /* Floating action button */
191
+ .fab {
192
+ position: absolute;
193
+ right: 44px;
194
+ bottom: 220px;
195
+ width: 140px; height: 140px;
196
+ background: #3B4B60;
197
+ border-radius: 50%;
198
+ display: flex;
199
+ align-items: center; justify-content: center;
200
+ box-shadow: 0 8px 18px rgba(0,0,0,0.45);
201
+ }
202
+
203
+ /* Gesture bar */
204
+ .gesture {
205
+ position: absolute;
206
+ bottom: 32px;
207
+ left: 50%;
208
+ transform: translateX(-50%);
209
+ width: 380px; height: 12px;
210
+ background: #D9D9D9;
211
+ border-radius: 8px;
212
+ opacity: 0.9;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+ <!-- Status bar -->
219
+ <div class="status-bar">
220
+ <div class="status-left">8:50</div>
221
+ <div class="status-right">
222
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
223
+ <circle cx="12" cy="12" r="2.5" fill="#CFD6DD"></circle>
224
+ </svg>
225
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
226
+ <path d="M2 18h20L12 6 2 18z" fill="#CFD6DD"></path>
227
+ </svg>
228
+ <div class="icon-battery"><div></div></div>
229
+ <div class="status-percent">73%</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- App bar -->
234
+ <div class="app-bar">
235
+ <div class="left">
236
+ <div class="icon-btn">
237
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
238
+ <path d="M15 18L9 12l6-6" stroke="#E3E8EE" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ <div class="right">
243
+ <div class="icon-btn">
244
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#E3E8EE">
245
+ <circle cx="12" cy="5" r="2"></circle>
246
+ <circle cx="12" cy="12" r="2"></circle>
247
+ <circle cx="12" cy="19" r="2"></circle>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Light hero panel -->
254
+ <div class="hero">
255
+ <div class="hero-header">
256
+ <div class="brand">
257
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
258
+ <path d="M12 21s-6-4.35-8.5-7.15A5.3 5.3 0 0112 6.1a5.3 5.3 0 018.5 7.75C18 16.65 12 21 12 21z" stroke="#1A73E8" stroke-width="2.2" fill="none"></path>
259
+ </svg>
260
+ <div class="brand-text">
261
+ <div class="brand-title">Google Fit</div>
262
+ <div class="brand-subtitle">Full body - Day 1 (Home Workout - No Equipme...</div>
263
+ </div>
264
+ </div>
265
+ <div>
266
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
267
+ <circle cx="16" cy="4" r="2" fill="#1A73E8"></circle>
268
+ <path d="M6 20l3-6 3 2 3-5" stroke="#1A73E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
269
+ <path d="M5 10l4 1" stroke="#1A73E8" stroke-width="2" stroke-linecap="round"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="metrics">
275
+ <h1 class="time-big">1m 31s</h1>
276
+ <div class="label">Active time</div>
277
+ <div class="points">1</div>
278
+ <div class="label">Heart Points</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Bottom controls -->
283
+ <div class="bottom">
284
+ <div class="chips">
285
+ <div class="chip active">Metrics</div>
286
+ <div class="chip">Photo</div>
287
+ </div>
288
+ <div class="section-title">Highlight color</div>
289
+ <div class="color-row">
290
+ <div class="color-dot dot-blue"></div>
291
+ <div class="color-dot dot-green"></div>
292
+ <div class="color-dot dot-gray"></div>
293
+ <div class="color-dot dot-yellow"></div>
294
+ <div class="color-dot dot-red"></div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Floating action button -->
299
+ <div class="fab">
300
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
301
+ <path d="M5 13l4 4 10-10" stroke="#DCE6F6" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"></path>
302
+ </svg>
303
+ </div>
304
+
305
+ <!-- Gesture bar -->
306
+ <div class="gesture"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/568/568_0.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Detail - Bomber Jacket</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; color: #212121;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
17
+ font-size: 34px; color: #212121;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 26px; }
20
+ .status-icons { display: flex; align-items: center; gap: 18px; color: #616161; font-weight: bold; }
21
+ .status-icons .pill { width: 38px; height: 38px; border-radius: 19px; background: #E0E0E0; display: inline-block; }
22
+ .status-right { display: flex; align-items: center; gap: 24px; }
23
+ .icon-24 { width: 40px; height: 40px; }
24
+
25
+ /* App bar with search */
26
+ .app-bar {
27
+ height: 110px; display: flex; align-items: center; gap: 22px; padding: 0 24px;
28
+ }
29
+ .icon-btn {
30
+ width: 72px; height: 72px; border: none; background: transparent; padding: 0; display: flex; align-items: center; justify-content: center; cursor: pointer;
31
+ }
32
+ .search-field {
33
+ flex: 1; height: 86px; background: #F5F5F5; border: 1px solid #DDDDDD; border-radius: 18px;
34
+ display: flex; align-items: center; padding: 0 24px; gap: 18px;
35
+ }
36
+ .search-placeholder { color: #757575; font-size: 34px; }
37
+ .search-spacer { flex: 1; }
38
+ .cart-wrap { position: relative; }
39
+ .badge {
40
+ position: absolute; top: -6px; right: -6px; background: #D32F2F; color: #fff; font-size: 26px;
41
+ width: 44px; height: 44px; border-radius: 22px; display: flex; align-items: center; justify-content: center; font-weight: bold;
42
+ }
43
+
44
+ /* Product header */
45
+ .product-header { padding: 22px 32px 10px 32px; }
46
+ .title { font-size: 46px; font-weight: 700; margin-bottom: 16px; }
47
+ .rating-row { display: flex; align-items: center; gap: 16px; font-size: 34px; }
48
+ .stars { display: flex; align-items: center; gap: 6px; }
49
+ .rating-good { color: #1E88E5; font-weight: 700; }
50
+ .bullet { color: #9E9E9E; margin: 0 6px; }
51
+ .assured { margin-left: auto; display: flex; align-items: center; gap: 10px; color: #4E46DC; font-weight: 700; }
52
+
53
+ /* Image area */
54
+ .image-area { position: relative; padding: 0 32px; }
55
+ .product-image {
56
+ width: 1016px; height: 1180px; margin: 10px auto; background: #E0E0E0; border: 1px solid #BDBDBD;
57
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 34px; text-align: center; border-radius: 6px;
58
+ }
59
+ .side-actions {
60
+ position: absolute; right: 26px; top: 220px; display: flex; flex-direction: column; gap: 22px;
61
+ }
62
+ .dot-row { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 22px 0 10px; }
63
+ .dot { width: 22px; height: 22px; border-radius: 11px; background: #BDBDBD; opacity: 0.5; }
64
+ .dot.active { opacity: 1; background: #9E9E9E; }
65
+
66
+ /* Color section */
67
+ .color-section { padding: 12px 32px 0 32px; }
68
+ .color-top { display: flex; align-items: center; }
69
+ .color-top .left { font-size: 36px; }
70
+ .color-top .left .value { font-weight: 700; }
71
+ .color-top .right { margin-left: auto; color: #757575; font-size: 32px; }
72
+ .thumbs { display: flex; gap: 26px; margin-top: 24px; }
73
+ .thumb {
74
+ width: 300px; height: 300px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
75
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; box-shadow: 0 2px 6px rgba(0,0,0,0.1);
76
+ }
77
+ .thumb.selected { border: 4px solid #1E88E5; }
78
+
79
+ /* Floating badge */
80
+ .floating-badge {
81
+ position: absolute; right: 40px; bottom: 420px; width: 132px; height: 132px;
82
+ border-radius: 66px; background: #1E88E5; box-shadow: 0 8px 20px rgba(0,0,0,0.25);
83
+ display: flex; align-items: center; justify-content: center;
84
+ }
85
+ .floating-badge .inner {
86
+ width: 92px; height: 92px; border-radius: 46px; background: #FFD54F; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #1E88E5; font-size: 46px;
87
+ }
88
+
89
+ /* Bottom CTA */
90
+ .bottom-cta {
91
+ position: absolute; left: 0; right: 0; bottom: 86px; height: 180px; display: flex; box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
92
+ }
93
+ .cta-left, .cta-right { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 44px; font-weight: 700; }
94
+ .cta-left { background: #FFFFFF; color: #212121; border-top: 1px solid #E0E0E0; }
95
+ .cta-right { background: #FBC02D; color: #212121; }
96
+
97
+ /* Home handle */
98
+ .home-handle {
99
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px;
100
+ width: 300px; height: 10px; background: #E0E0E0; border-radius: 5px;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="status-bar">
109
+ <div class="status-left">
110
+ <div class="time">11:03</div>
111
+ <div class="status-icons">
112
+ <span class="pill"></span>
113
+ <span class="pill"></span>
114
+ <span class="pill"></span>
115
+ <span class="pill"></span>
116
+ <span>•</span>
117
+ </div>
118
+ </div>
119
+ <div class="status-right">
120
+ <!-- WiFi -->
121
+ <svg class="icon-24" viewBox="0 0 24 24">
122
+ <path d="M12 18.5a2 2 0 1 0 0.001 0zM4 9.5c4.7-3.9 11.3-3.9 16 0l-1.5 1.7c-3.6-3-9.4-3-13 0L4 9.5zM7 12.5c2.9-2.3 7.1-2.3 10 0l-1.4 1.6c-2-1.7-5.2-1.7-7.2 0L7 12.5z" fill="#424242"/>
123
+ </svg>
124
+ <!-- Battery -->
125
+ <svg class="icon-24" viewBox="0 0 24 24">
126
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#424242"></rect>
127
+ <rect x="20" y="10" width="2" height="4" fill="#424242"></rect>
128
+ <rect x="4" y="8" width="12" height="8" fill="#9CCC65"></rect>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- App bar -->
134
+ <div class="app-bar">
135
+ <!-- Back -->
136
+ <button class="icon-btn" aria-label="Back">
137
+ <svg width="44" height="44" viewBox="0 0 24 24">
138
+ <path d="M15 18l-6-6 6-6" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
139
+ </svg>
140
+ </button>
141
+
142
+ <!-- Search -->
143
+ <div class="search-field">
144
+ <svg width="40" height="40" viewBox="0 0 24 24">
145
+ <circle cx="10" cy="10" r="7" stroke="#616161" stroke-width="2" fill="none"></circle>
146
+ <path d="M15 15l5 5" stroke="#616161" stroke-width="2" stroke-linecap="round"></path>
147
+ </svg>
148
+ <div class="search-placeholder">Search for products</div>
149
+ <div class="search-spacer"></div>
150
+ <svg width="40" height="40" viewBox="0 0 24 24">
151
+ <path d="M12 3c1.7 0 3 1.3 3 3v5c0 1.7-1.3 3-3 3s-3-1.3-3-3V6c0-1.7 1.3-3 3-3z" fill="#616161"></path>
152
+ <path d="M9 14h6v2c0 1.1-1.6 2-3 2s-3-.9-3-2v-2z" fill="#616161"></path>
153
+ </svg>
154
+ </div>
155
+
156
+ <!-- Cart -->
157
+ <div class="cart-wrap">
158
+ <button class="icon-btn" aria-label="Cart">
159
+ <svg width="44" height="44" viewBox="0 0 24 24">
160
+ <path d="M3 5h2l2 12h10l2-8H7" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
161
+ <circle cx="10" cy="20" r="1.8" fill="#212121"></circle>
162
+ <circle cx="17" cy="20" r="1.8" fill="#212121"></circle>
163
+ </svg>
164
+ </button>
165
+ <div class="badge">2</div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Product header -->
170
+ <div class="product-header">
171
+ <div class="title">BARSTOW Women Solid Bomber Jacket</div>
172
+ <div class="rating-row">
173
+ <div class="stars">
174
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4 1.1 6.1L12 16l-5.6 3 1.1-6.1L3 8.9 9 8l3-6z" fill="#43A047"/></svg>
175
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4 1.1 6.1L12 16l-5.6 3 1.1-6.1L3 8.9 9 8l3-6z" fill="#43A047"/></svg>
176
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4 1.1 6.1L12 16l-5.6 3 1.1-6.1L3 8.9 9 8l3-6z" fill="#43A047"/></svg>
177
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4 1.1 6.1L12 16l-5.6 3 1.1-6.1L3 8.9 9 8l3-6z" fill="#43A047"/></svg>
178
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4 1.1 6.1L12 16l-5.6 3 1.1-6.1L3 8.9 9 8l3-6z" fill="#BDBDBD"/></svg>
179
+ </div>
180
+ <span class="rating-good">Good</span>
181
+ <span class="bullet">•</span>
182
+ <span style="color:#1E88E5;">10 ratings</span>
183
+ <div class="assured">
184
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M12 2l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-6z" fill="#FFD54F" stroke="#4E46DC" stroke-width="1"></path></svg>
185
+ <span>Plus Assured</span>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Image area -->
191
+ <div class="image-area">
192
+ <div class="product-image">[IMG: Maroon women's bomber jacket - front view]</div>
193
+ <div class="side-actions">
194
+ <!-- Heart -->
195
+ <button class="icon-btn" aria-label="Wishlist">
196
+ <svg width="46" height="46" viewBox="0 0 24 24">
197
+ <path d="M12 21s-7-4.6-9-8.5C1.4 9.2 3.3 7 6 7c1.6 0 3 .9 4 2.2C11 7.9 12.4 7 14 7c2.7 0 4.6 2.2 3 5.5-2 3.9-9 8.5-9 8.5z" fill="none" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
198
+ </svg>
199
+ </button>
200
+ <!-- Share -->
201
+ <button class="icon-btn" aria-label="Share">
202
+ <svg width="46" height="46" viewBox="0 0 24 24">
203
+ <path d="M18 8l-6-5v4H6v2h6v4l6-5z" fill="#616161"></path>
204
+ </svg>
205
+ </button>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Carousel dots -->
210
+ <div class="dot-row">
211
+ <div class="dot"></div>
212
+ <div class="dot active"></div>
213
+ <div class="dot"></div>
214
+ <div class="dot"></div>
215
+ <div class="dot"></div>
216
+ </div>
217
+
218
+ <!-- Color selection -->
219
+ <div class="color-section">
220
+ <div class="color-top">
221
+ <div class="left">Color: <span class="value">Maroon</span></div>
222
+ <div class="right">Available Color: 3</div>
223
+ </div>
224
+ <div class="thumbs">
225
+ <div class="thumb">[IMG: Olive bomber jacket]</div>
226
+ <div class="thumb selected">[IMG: Maroon bomber jacket]</div>
227
+ <div class="thumb">[IMG: Brown bomber jacket]</div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Floating badge -->
232
+ <div class="floating-badge">
233
+ <div class="inner">f</div>
234
+ </div>
235
+
236
+ <!-- Bottom CTA -->
237
+ <div class="bottom-cta">
238
+ <div class="cta-left">Go to cart</div>
239
+ <div class="cta-right">Buy now</div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-handle"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/568/568_1.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>My Cart - Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden; background:#ffffff;
11
+ color:#212121;
12
+ }
13
+ .status-bar { height:96px; padding:0 40px; display:flex; align-items:center; justify-content:space-between; font-size:32px; color:#000; }
14
+ .status-icons { display:flex; gap:24px; align-items:center; }
15
+ .title { font-size:56px; font-weight:600; padding:12px 40px 0; }
16
+ .tabs { display:flex; justify-content:space-between; padding:30px 40px 0; align-items:flex-end; }
17
+ .tab { font-size:40px; font-weight:600; color:#555; }
18
+ .tab.active { color:#2a64ff; position:relative; }
19
+ .tab.active::after { content:""; position:absolute; left:0; right:0; bottom:-18px; height:8px; background:#2a64ff; border-radius:4px; }
20
+ .section { padding:40px; }
21
+ .deliver-row { display:flex; justify-content:space-between; align-items:center; font-size:36px; }
22
+ .deliver-row .label { color:#777; }
23
+ .deliver-row .value { font-weight:700; margin-left:12px; }
24
+ .btn-light { border:1px solid #d6d6d6; padding:18px 26px; border-radius:14px; font-size:34px; background:#fafafa; color:#2a64ff; }
25
+ .info-strip { margin-top:24px; background:#eaf2ff; border:1px solid #c9dbff; color:#3b5bb5; padding:24px; border-radius:14px; font-size:32px; }
26
+ .divider { height:16px; background:#f1f2f4; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
27
+ /* Product card */
28
+ .badge { display:inline-block; background:#e7f6e7; color:#2e7d32; padding:12px 16px; border-radius:12px; border:1px solid #b6e0b6; font-size:30px; margin:28px 40px 0; }
29
+ .product { display:flex; padding:24px 40px; gap:28px; }
30
+ .prod-image { width:210px; height:260px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; border-radius:12px; position:relative; overflow:hidden; }
31
+ .zoom-tag { position:absolute; left:12px; bottom:12px; background:rgba(0,0,0,0.55); color:#fff; font-size:28px; padding:8px 16px; border-radius:10px; }
32
+ .prod-main { flex:1; }
33
+ .prod-title { font-size:42px; font-weight:700; line-height:1.2; margin-top:6px; }
34
+ .prod-sub { font-size:32px; color:#777; margin-top:8px; }
35
+ .rating-row { display:flex; align-items:center; gap:14px; margin-top:18px; }
36
+ .stars { display:flex; gap:6px; }
37
+ .stars svg { width:34px; height:34px; }
38
+ .rating-count { font-size:32px; color:#777; }
39
+ .assured { display:flex; align-items:center; gap:10px; padding:6px 12px; border:1px solid #e3e5f5; border-radius:12px; color:#3b5bb5; font-size:30px; }
40
+ .price-row { display:flex; align-items:baseline; gap:16px; margin-top:18px; }
41
+ .discount { color:#2e7d32; font-size:38px; font-weight:700; }
42
+ .old-price { color:#9e9e9e; text-decoration:line-through; font-size:36px; }
43
+ .new-price { font-size:48px; font-weight:800; }
44
+ .offer { color:#2e7d32; font-size:32px; margin-top:10px; }
45
+ .qty-row { display:flex; align-items:center; gap:20px; margin-top:20px; }
46
+ .qty-box { display:flex; align-items:center; justify-content:space-between; width:180px; border:1px solid #dcdcdc; border-radius:14px; padding:14px 18px; font-size:32px; background:#fff; }
47
+ .stock { color:#d32f2f; font-size:32px; margin-top:12px; }
48
+ .delivery-line { font-size:32px; color:#777; margin-top:16px; }
49
+ .delivery-line .strike { text-decoration:line-through; color:#9e9e9e; margin:0 10px; }
50
+ .delivery-line .free { color:#2e7d32; font-weight:600; }
51
+ .action-row { display:flex; border-top:1px solid #ededed; border-bottom:1px solid #ededed; margin:28px 40px; }
52
+ .action { flex:1; display:flex; align-items:center; gap:16px; justify-content:center; padding:30px 0; font-size:34px; color:#555; }
53
+ .action + .action { border-left:1px solid #ededed; }
54
+ .action svg { width:40px; height:40px; fill:#777; }
55
+ /* Price details */
56
+ .price-details { padding:24px 40px; }
57
+ .pd-title { font-size:44px; font-weight:700; margin:12px 0 24px; }
58
+ .pd-line { display:flex; justify-content:space-between; padding:22px 0; font-size:36px; color:#424242; }
59
+ .pd-line .negative { color:#2e7d32; }
60
+ .pd-line .strike { text-decoration:line-through; color:#9e9e9e; margin-right:8px; }
61
+ .pd-total { display:flex; justify-content:space-between; border-top:1px solid #e9e9e9; margin-top:12px; padding-top:26px; font-size:40px; font-weight:700; }
62
+ /* Checkout bar */
63
+ .checkout { position:absolute; left:0; right:0; bottom:230px; border-top:1px solid #ededed; background:#fff; display:flex; align-items:center; justify-content:space-between; padding:24px 40px; }
64
+ .checkout .left { display:flex; align-items:flex-end; gap:18px; }
65
+ .checkout .left .old { text-decoration:line-through; color:#9e9e9e; font-size:34px; }
66
+ .checkout .left .price { font-size:62px; font-weight:800; }
67
+ .checkout .left .info { width:36px; height:36px; }
68
+ .checkout .cta { background:#ffcc34; border-radius:16px; padding:28px 40px; font-size:42px; font-weight:700; border:1px solid #e0b324; }
69
+ /* Bottom nav */
70
+ .bottom-nav { position:absolute; left:0; right:0; bottom:80px; height:170px; border-top:1px solid #e6e6e6; background:#fff; display:flex; }
71
+ .nav-item { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; color:#777; font-size:30px; }
72
+ .nav-item svg { width:48px; height:48px; fill:#777; }
73
+ .nav-item.active { color:#2a64ff; }
74
+ .nav-item.active svg { fill:#2a64ff; }
75
+ .badge-dot { position:absolute; top:18px; right:160px; background:#ff3b30; color:#fff; font-size:26px; min-width:40px; height:40px; border-radius:20px; display:flex; align-items:center; justify-content:center; }
76
+ .gesture { position:absolute; left:50%; transform:translateX(-50%); bottom:20px; width:280px; height:10px; background:#000; opacity:0.12; border-radius:6px; }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+ <!-- Status Bar -->
82
+ <div class="status-bar">
83
+ <div>11:04</div>
84
+ <div class="status-icons">
85
+ <!-- simple icons -->
86
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 18c3.3 0 6-2.7 6-6 0-1.4-.5-2.7-1.4-3.7L12 12 7.4 8.3C6.5 9.3 6 10.6 6 12c0 3.3 2.7 6 6 6z"/></svg>
87
+ <svg width="40" height="40" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2" ry="2" fill="#777"/></svg>
88
+ <svg width="40" height="40" viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="12" rx="2" ry="2"/><rect x="19" y="9" width="2" height="6"/></svg>
89
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/><circle cx="4" cy="12" r="2"/><circle cx="20" cy="12" r="2"/></svg>
90
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 4l6 6H6l6-6zm0 16l-6-6h12l-6 6z"/></svg>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Title -->
95
+ <div class="title">My Cart</div>
96
+
97
+ <!-- Tabs -->
98
+ <div class="tabs">
99
+ <div class="tab active">Flipkart (1)</div>
100
+ <div class="tab">Grocery (1)</div>
101
+ </div>
102
+
103
+ <!-- Delivery Section -->
104
+ <div class="section">
105
+ <div class="deliver-row">
106
+ <div><span class="label">Deliver to:</span> <span class="value">New Delhi - 110047</span></div>
107
+ <button class="btn-light">Change</button>
108
+ </div>
109
+ <div class="info-strip">2,00,000+ orders from New Delhi in the last 30 days</div>
110
+ </div>
111
+
112
+ <div class="divider"></div>
113
+
114
+ <!-- Product -->
115
+ <div class="badge">Big Saving Deal</div>
116
+ <div class="product">
117
+ <div style="display:flex; flex-direction:column; align-items:center; gap:16px;">
118
+ <div class="prod-image">
119
+ [IMG: Red jacket product photo]
120
+ <div class="zoom-tag">Zoom</div>
121
+ </div>
122
+ <div class="qty-box">
123
+ <span>Qty: 1</span>
124
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6z"/></svg>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="prod-main">
129
+ <div class="prod-title">BARSTOW Full Sleeve Solid Women...</div>
130
+ <div class="prod-sub">Size: L</div>
131
+
132
+ <div class="rating-row">
133
+ <div class="stars">
134
+ <!-- 4 green stars + 1 grey -->
135
+ <svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 17.3l-6.2 3.3 1.2-6.9-5-4.9 7-1 3-6.3 3 6.3 7 1-5 4.9 1.2 6.9z"/></svg>
136
+ <svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 17.3l-6.2 3.3 1.2-6.9-5-4.9 7-1 3-6.3 3 6.3 7 1-5 4.9 1.2 6.9z"/></svg>
137
+ <svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 17.3l-6.2 3.3 1.2-6.9-5-4.9 7-1 3-6.3 3 6.3 7 1-5 4.9 1.2 6.9z"/></svg>
138
+ <svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 17.3l-6.2 3.3 1.2-6.9-5-4.9 7-1 3-6.3 3 6.3 7 1-5 4.9 1.2 6.9z"/></svg>
139
+ <svg viewBox="0 0 24 24"><path fill="#c7c7c7" d="M12 17.3l-6.2 3.3 1.2-6.9-5-4.9 7-1 3-6.3 3 6.3 7 1-5 4.9 1.2 6.9z"/></svg>
140
+ </div>
141
+ <div class="rating-count">(10)</div>
142
+ <div class="assured">
143
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#3b5bb5" d="M12 2l8 4v6c0 4.4-3.6 8.5-8 10-4.4-1.5-8-5.6-8-10V6l8-4z"/></svg>
144
+ <span>Plus F-ASSURED</span>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="price-row">
149
+ <div class="discount">−60%</div>
150
+ <div class="old-price">₹2,499</div>
151
+ <div class="new-price">₹999</div>
152
+ </div>
153
+ <div class="offer">1 offer available</div>
154
+
155
+ <div class="stock">Only 4 left</div>
156
+
157
+ <div class="delivery-line">
158
+ Delivery by Sun Dec 17 | <span class="strike">₹40</span> <span class="free">FREE Delivery</span>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Actions -->
164
+ <div class="action-row">
165
+ <div class="action">
166
+ <svg viewBox="0 0 24 24"><path d="M7 4h10v2H7v-2zm2 4h6l-1 10H10L9 8zm-1 12h8v2H8v-2z"/></svg>
167
+ <span>Remove</span>
168
+ </div>
169
+ <div class="action">
170
+ <svg viewBox="0 0 24 24"><path d="M12 2v12l4-4h4l-8 8-8-8h4l4 4V2z"/></svg>
171
+ <span>Save for later</span>
172
+ </div>
173
+ <div class="action">
174
+ <svg viewBox="0 0 24 24"><path d="M13 2l-2 7h4l-3 13 1-8H9l4-12z"/></svg>
175
+ <span>Buy this now</span>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Price Details -->
180
+ <div class="price-details">
181
+ <div class="pd-title">Price Details</div>
182
+ <div class="pd-line"><span>Price (1 item)</span><span>₹2,499</span></div>
183
+ <div class="pd-line"><span>Discount</span><span class="negative">-₹1,500</span></div>
184
+ <div class="pd-line"><span>Delivery Charges</span><span><span class="strike">₹40</span> <span class="negative">FREE Delivery</span></span></div>
185
+ <div class="pd-total"><span>Total Amount</span><span>₹999</span></div>
186
+ </div>
187
+
188
+ <!-- Checkout bar -->
189
+ <div class="checkout">
190
+ <div class="left">
191
+ <div class="old">2,499</div>
192
+ <div class="price">999</div>
193
+ <svg class="info" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#e0e0e0"/><rect x="11" y="7" width="2" height="2"/><rect x="11" y="10" width="2" height="7"/></svg>
194
+ </div>
195
+ <div class="cta">Place order</div>
196
+ </div>
197
+
198
+ <!-- Bottom Navigation -->
199
+ <div class="bottom-nav">
200
+ <div class="nav-item">
201
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8-1.5 1.8L18 11v8H6v-8l-1.5 1.8L3 11l9-8z"/></svg>
202
+ <div>Home</div>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
206
+ <div>Categories</div>
207
+ </div>
208
+ <div class="nav-item">
209
+ <svg viewBox="0 0 24 24"><path d="M12 2a6 6 0 016 6v3l2 2v1H4v-1l2-2V8a6 6 0 016-6zm0 20a4 4 0 004-4H8a4 4 0 004 4z"/></svg>
210
+ <div>Notifications</div>
211
+ </div>
212
+ <div class="nav-item">
213
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6H4z"/></svg>
214
+ <div>Account</div>
215
+ </div>
216
+ <div class="nav-item active" style="position:relative;">
217
+ <svg viewBox="0 0 24 24"><path d="M7 6h14l-2 10H7L5 4H2v2h3l2 10h12v2H7v2h12a2 2 0 002-2V6H7z"/></svg>
218
+ <div>Cart</div>
219
+ <div class="badge-dot">2</div>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="gesture"></div>
224
+ </div>
225
+ </body>
226
+ </html>
code/568/568_2.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>My Cart - UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#FFFFFF; color:#111;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height:120px; display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 40px; font-size:36px; color:#111;
19
+ }
20
+ .status-right { display:flex; gap:24px; align-items:center; }
21
+ .icon { width:44px; height:44px; display:inline-block; }
22
+
23
+ /* Header */
24
+ .page-title { font-size:58px; font-weight:600; padding:12px 40px 0; }
25
+
26
+ /* Tabs */
27
+ .tabs { display:flex; justify-content:space-between; padding:30px 40px 18px; position:relative; }
28
+ .tab { font-size:42px; font-weight:700; }
29
+ .tab.active { color:#2962FF; }
30
+ .tab.inactive { color:#111; opacity:0.9; }
31
+ .tab-underline {
32
+ position:absolute; left:40px; bottom:0; width:300px; height:8px; background:#2962FF; border-radius:4px;
33
+ }
34
+
35
+ /* Empty cart section */
36
+ .empty-section {
37
+ background:#F5F6FA; margin-top:6px;
38
+ padding-top:140px; padding-bottom:120px; text-align:center;
39
+ }
40
+ .img-placeholder {
41
+ width:760px; height:380px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:16px;
42
+ margin:0 auto 60px; display:flex; justify-content:center; align-items:center; color:#757575; font-size:32px;
43
+ }
44
+ .empty-title { font-size:56px; font-weight:700; margin:10px 0 36px; }
45
+ .btn-primary {
46
+ display:inline-block; width:640px; height:120px; line-height:120px; text-align:center;
47
+ background:#2962FF; color:#fff; font-size:40px; font-weight:700; border-radius:18px; margin:12px 0 22px;
48
+ }
49
+ .link { font-size:40px; color:#2962FF; }
50
+
51
+ /* Suggestions */
52
+ .suggestions { padding:40px; }
53
+ .suggest-title { font-size:48px; font-weight:700; margin-bottom:8px; }
54
+ .suggest-sub { font-size:36px; color:#888; margin-bottom:24px; }
55
+ .product-row {
56
+ display:flex; gap:30px; overflow-x:auto; padding-bottom:230px;
57
+ }
58
+ .card {
59
+ flex:0 0 320px; border:1px solid #E5E5E5; border-radius:18px; background:#fff;
60
+ box-shadow:0 0 0 rgba(0,0,0,0); overflow:hidden;
61
+ }
62
+ .card .img-placeholder { width:100%; height:360px; border-radius:0; }
63
+ .card-content { padding:20px; }
64
+ .card-title { font-size:34px; line-height:1.3; color:#222; height:90px; overflow:hidden; }
65
+ .price-row { display:flex; align-items:baseline; gap:12px; margin-top:10px; }
66
+ .price { font-size:40px; font-weight:700; }
67
+ .old-price { font-size:32px; color:#999; text-decoration:line-through; }
68
+ .discount { font-size:30px; color:#25A25A; font-weight:700; }
69
+
70
+ /* Snackbar */
71
+ .snackbar {
72
+ position:absolute; left:50%; transform:translateX(-50%);
73
+ bottom:320px; width:860px; min-height:120px;
74
+ background:#3A3A3A; color:#fff; border-radius:40px; box-shadow:0 8px 24px rgba(0,0,0,0.25);
75
+ padding:26px 34px 26px 120px; font-size:34px; display:flex; align-items:center;
76
+ }
77
+ .snack-icon {
78
+ position:absolute; left:28px; top:50%; transform:translateY(-50%);
79
+ width:70px; height:70px; border-radius:35px; background:#FFDA3E; border:3px solid #2962FF;
80
+ display:flex; justify-content:center; align-items:center; color:#2962FF; font-weight:800; font-size:34px;
81
+ }
82
+
83
+ /* Bottom navigation */
84
+ .bottom-nav {
85
+ position:absolute; left:0; bottom:80px; width:100%; height:170px; background:#fff; border-top:1px solid #E5E5E5;
86
+ display:flex; justify-content:space-around; align-items:center;
87
+ }
88
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:14px; }
89
+ .nav-item svg { width:56px; height:56px; }
90
+ .nav-label { font-size:28px; color:#6F6F6F; }
91
+ .nav-item.active .nav-label { color:#2962FF; }
92
+ .nav-item.active svg path, .nav-item.active svg rect, .nav-item.active svg circle { stroke:#2962FF; fill:#2962FF; }
93
+
94
+ /* Safe area with home indicator */
95
+ .safe-area { position:absolute; left:0; bottom:0; width:100%; height:80px; background:#000; }
96
+ .home-indicator {
97
+ position:absolute; left:50%; bottom:20px; transform:translateX(-50%);
98
+ width:200px; height:12px; background:#fff; border-radius:12px; opacity:0.9;
99
+ }
100
+
101
+ /* Utility */
102
+ .rupee { font-family: inherit; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status Bar -->
109
+ <div class="status-bar">
110
+ <div>11:04</div>
111
+ <div class="status-right">
112
+ <!-- Simple status icons -->
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <path d="M3 12h18" stroke="#555" stroke-width="2" />
115
+ <path d="M8 7h8M6 9h12M4 11h16M2 13h20" stroke="#555" stroke-width="1" opacity="0.6"/>
116
+ </svg>
117
+ <svg class="icon" viewBox="0 0 24 24">
118
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z" fill="#777"/>
119
+ <path d="M9 21V12h6v9" fill="#fff" opacity="0.5"/>
120
+ </svg>
121
+ <svg class="icon" viewBox="0 0 24 24">
122
+ <path d="M3 14c3-6 15-6 18 0" stroke="#777" stroke-width="2" fill="none"/>
123
+ <circle cx="12" cy="14" r="2" fill="#777"/>
124
+ </svg>
125
+ <svg class="icon" viewBox="0 0 24 24">
126
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#777" stroke-width="2" fill="none"/>
127
+ <rect x="8" y="6" width="8" height="8" fill="#777"/>
128
+ </svg>
129
+ <svg class="icon" viewBox="0 0 24 24">
130
+ <path d="M6 9l6-6 6 6" stroke="#777" stroke-width="2" fill="none"/>
131
+ </svg>
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <rect x="3" y="7" width="18" height="10" rx="2" stroke="#777" stroke-width="2" fill="none"/>
134
+ <rect x="4" y="8" width="16" height="8" fill="#777"/>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Title -->
140
+ <div class="page-title">My Cart</div>
141
+
142
+ <!-- Tabs -->
143
+ <div class="tabs">
144
+ <div class="tab active">Flipkart</div>
145
+ <div class="tab inactive">Grocery (1)</div>
146
+ <div class="tab-underline"></div>
147
+ </div>
148
+
149
+ <!-- Empty cart area -->
150
+ <div class="empty-section">
151
+ <div class="img-placeholder">[IMG: Empty cart illustration]</div>
152
+ <div class="empty-title">Missing Cart items?</div>
153
+ <a class="btn-primary">Login</a>
154
+ <div class="link">Continue Shopping</div>
155
+ </div>
156
+
157
+ <!-- Suggested items -->
158
+ <div class="suggestions">
159
+ <div class="suggest-title">Suggested for You</div>
160
+ <div class="suggest-sub">Based on Your Activity</div>
161
+
162
+ <div class="product-row">
163
+ <!-- Card 1 -->
164
+ <div class="card">
165
+ <div class="img-placeholder">[IMG: Product - Red jacket]</div>
166
+ <div class="card-content">
167
+ <div class="card-title">Karori Full Sleeve Solid Women Jacket</div>
168
+ <div class="price-row">
169
+ <div class="price">₹999</div>
170
+ <div class="old-price">₹2499</div>
171
+ <div class="discount">60% off</div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Card 2 -->
177
+ <div class="card">
178
+ <div class="img-placeholder">[IMG: Product - Insulation bubble wrap roll]</div>
179
+ <div class="card-content">
180
+ <div class="card-title">KEYA ENTERPRISE Waterproof Insulation Roll</div>
181
+ <div class="price-row">
182
+ <div class="price">₹186</div>
183
+ <div class="old-price">₹399</div>
184
+ <div class="discount">53% off</div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Card 3 -->
190
+ <div class="card">
191
+ <div class="img-placeholder">[IMG: Product - Smart watch]</div>
192
+ <div class="card-content">
193
+ <div class="card-title">APPLE Watch Series - Aluminum Case</div>
194
+ <div class="price-row">
195
+ <div class="price">₹30999</div>
196
+ <div class="old-price">₹55999</div>
197
+ <div class="discount">44% off</div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Snackbar -->
205
+ <div class="snackbar">
206
+ <div class="snack-icon">F</div>
207
+ BARSTOW Full Sleeve Solid Women Jacket has been Saved For Later.
208
+ </div>
209
+
210
+ <!-- Bottom Navigation -->
211
+ <div class="bottom-nav">
212
+ <div class="nav-item">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8z" stroke="#6F6F6F" stroke-width="2" fill="none"/>
215
+ <rect x="9" y="13" width="6" height="6" fill="#6F6F6F"/>
216
+ </svg>
217
+ <div class="nav-label">Home</div>
218
+ </div>
219
+ <div class="nav-item">
220
+ <svg viewBox="0 0 24 24">
221
+ <rect x="3" y="3" width="6" height="6" fill="#6F6F6F"/>
222
+ <rect x="15" y="3" width="6" height="6" fill="#6F6F6F"/>
223
+ <rect x="3" y="15" width="6" height="6" fill="#6F6F6F"/>
224
+ <rect x="15" y="15" width="6" height="6" fill="#6F6F6F"/>
225
+ </svg>
226
+ <div class="nav-label">Categories</div>
227
+ </div>
228
+ <div class="nav-item">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M12 3c4 0 7 3 7 7v5l2 2H3l2-2v-5c0-4 3-7 7-7z" stroke="#6F6F6F" stroke-width="2" fill="none"/>
231
+ <circle cx="12" cy="17" r="2" fill="#6F6F6F"/>
232
+ </svg>
233
+ <div class="nav-label">Notifications</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg viewBox="0 0 24 24">
237
+ <circle cx="12" cy="8" r="4" fill="#6F6F6F"/>
238
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" stroke="#6F6F6F" stroke-width="2" fill="none"/>
239
+ </svg>
240
+ <div class="nav-label">Account</div>
241
+ </div>
242
+ <div class="nav-item active">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M3 6h2l2 10h12l2-8H7" stroke="#2962FF" stroke-width="2" fill="none"/>
245
+ <circle cx="10" cy="20" r="2" fill="#2962FF"/>
246
+ <circle cx="18" cy="20" r="2" fill="#2962FF"/>
247
+ </svg>
248
+ <div class="nav-label">Cart</div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Safe area / Home indicator -->
253
+ <div class="safe-area">
254
+ <div class="home-indicator"></div>
255
+ </div>
256
+
257
+ </div>
258
+ </body>
259
+ </html>
code/5682/5682_0.html ADDED
@@ -0,0 +1,403 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Feedback Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #000000;
20
+ color: #FFFFFF;
21
+ }
22
+ .statusbar {
23
+ height: 92px;
24
+ padding: 0 32px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #e5e5e5;
29
+ font-size: 30px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .appbar {
38
+ height: 110px;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 24px;
42
+ }
43
+ .back {
44
+ width: 72px;
45
+ height: 72px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ margin-right: 8px;
50
+ }
51
+ .title {
52
+ font-size: 56px;
53
+ font-weight: 700;
54
+ }
55
+ .seller-card {
56
+ background: #1c1c1c;
57
+ margin: 8px 0;
58
+ padding: 28px 28px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ }
63
+ .seller-left {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 28px;
67
+ }
68
+ .logo {
69
+ width: 140px;
70
+ height: 140px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ border-radius: 50%;
74
+ color: #757575;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ font-size: 26px;
79
+ text-align: center;
80
+ }
81
+ .seller-text .name {
82
+ font-size: 50px;
83
+ font-weight: 700;
84
+ margin-bottom: 8px;
85
+ }
86
+ .seller-text .meta {
87
+ font-size: 32px;
88
+ color: #cfcfcf;
89
+ }
90
+ .heart {
91
+ width: 110px;
92
+ height: 110px;
93
+ border-radius: 55px;
94
+ background: #0f0f0f;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .tabs-row {
100
+ padding: 22px 28px 10px 28px;
101
+ display: flex;
102
+ align-items: flex-end;
103
+ justify-content: space-between;
104
+ }
105
+ .tabs {
106
+ display: flex;
107
+ gap: 36px;
108
+ align-items: flex-end;
109
+ }
110
+ .tab {
111
+ font-size: 42px;
112
+ color: #9e9e9e;
113
+ padding-bottom: 14px;
114
+ }
115
+ .tab.active {
116
+ color: #ffffff;
117
+ border-bottom: 6px solid #ffffff;
118
+ }
119
+ .actions {
120
+ display: flex;
121
+ gap: 36px;
122
+ align-items: center;
123
+ }
124
+ .action {
125
+ font-size: 38px;
126
+ color: #4da3ff;
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 10px;
130
+ }
131
+ .divider {
132
+ height: 1px;
133
+ background: #2a2a2a;
134
+ margin: 10px 0;
135
+ }
136
+ .list {
137
+ padding: 0 28px;
138
+ height: 1490px;
139
+ overflow: hidden;
140
+ }
141
+ .item {
142
+ padding: 28px 0 18px 0;
143
+ border-bottom: 1px solid #2a2a2a;
144
+ }
145
+ .item-head {
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 16px;
149
+ color: #bdbdbd;
150
+ font-size: 32px;
151
+ margin-bottom: 14px;
152
+ }
153
+ .green-plus {
154
+ width: 38px;
155
+ height: 38px;
156
+ background: #15b569;
157
+ border-radius: 50%;
158
+ display: inline-flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ }
162
+ .msg {
163
+ font-size: 40px;
164
+ line-height: 1.25;
165
+ color: #f1f1f1;
166
+ padding-right: 12px;
167
+ }
168
+ .results {
169
+ text-align: center;
170
+ color: #cfcfcf;
171
+ padding: 16px 0 10px 0;
172
+ font-size: 30px;
173
+ }
174
+ .navbar {
175
+ position: absolute;
176
+ bottom: 46px;
177
+ left: 0;
178
+ width: 100%;
179
+ background: #121212;
180
+ height: 160px;
181
+ border-top: 1px solid #1f1f1f;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: space-around;
185
+ }
186
+ .nav-item {
187
+ display: flex;
188
+ flex-direction: column;
189
+ align-items: center;
190
+ gap: 8px;
191
+ color: #bdbdbd;
192
+ font-size: 28px;
193
+ }
194
+ .nav-item.active {
195
+ color: #4da3ff;
196
+ }
197
+ .gesture {
198
+ position: absolute;
199
+ bottom: 14px;
200
+ left: 50%;
201
+ transform: translateX(-50%);
202
+ width: 360px;
203
+ height: 10px;
204
+ background: #e6e6e6;
205
+ border-radius: 10px;
206
+ opacity: 0.85;
207
+ }
208
+ .icon {
209
+ width: 48px;
210
+ height: 48px;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+ <!-- Status bar -->
217
+ <div class="statusbar">
218
+ <div>2:07</div>
219
+ <div class="status-icons">
220
+ <span>LR</span>
221
+ <span>▦</span>
222
+ <span>FB</span>
223
+ <span>•</span>
224
+ <span>📶</span>
225
+ <span>🔋</span>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- App bar -->
230
+ <div class="appbar">
231
+ <div class="back">
232
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
233
+ <path d="M15.5 3.9 7.3 12l8.2 8.1-1.7 1.7L3.9 12l9.9-9.8 1.7 1.7z"/>
234
+ </svg>
235
+ </div>
236
+ <div class="title">Feedback</div>
237
+ </div>
238
+
239
+ <!-- Seller card -->
240
+ <div class="seller-card">
241
+ <div class="seller-left">
242
+ <div class="logo">[IMG: Seller logo]</div>
243
+ <div class="seller-text">
244
+ <div class="name">OnlineShoesStore</div>
245
+ <div class="meta">97.9% positive feedback</div>
246
+ </div>
247
+ </div>
248
+ <div class="heart">
249
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="1.8">
250
+ <path d="M12 21s-6.7-4.8-9.2-8.2C.7 9.8 2.1 6.2 5.4 5.5c1.9-.4 3.9.5 4.6 2.2.7-1.7 2.7-2.6 4.6-2.2 3.3.7 4.7 4.3 2.6 7.3C18.7 16.2 12 21 12 21z"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Tabs + actions -->
256
+ <div class="tabs-row">
257
+ <div class="tabs">
258
+ <div class="tab active">This item (35)</div>
259
+ <div class="tab">All items (33,227)</div>
260
+ </div>
261
+ <div class="actions">
262
+ <div class="action">
263
+ <span>Sort</span>
264
+ <svg class="icon" viewBox="0 0 24 24" fill="#4da3ff">
265
+ <path d="M3 6h14v2H3V6zm0 5h10v2H3v-2zm0 5h6v2H3v-2zm14-7 4 4-4 4V9z"/>
266
+ </svg>
267
+ </div>
268
+ <div class="action">
269
+ <span>Filter</span>
270
+ <svg class="icon" viewBox="0 0 24 24" fill="#4da3ff">
271
+ <path d="M3 5h18l-7 8v5l-4 1V13L3 5z"/>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ <div class="divider"></div>
277
+
278
+ <!-- List -->
279
+ <div class="list">
280
+ <!-- Item 1 -->
281
+ <div class="item">
282
+ <div class="item-head">
283
+ <span class="green-plus">
284
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
285
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
286
+ </svg>
287
+ </span>
288
+ <span>9***a (77) • Past 6 months</span>
289
+ </div>
290
+ <div class="msg">Awesome, looks and feels great. Thank you.</div>
291
+ </div>
292
+
293
+ <!-- Item 2 -->
294
+ <div class="item">
295
+ <div class="item-head">
296
+ <span class="green-plus">
297
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
298
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
299
+ </svg>
300
+ </span>
301
+ <span>a***a (105) • Past 6 months</span>
302
+ </div>
303
+ <div class="msg">Awesome transaction. Great pair of shoes!</div>
304
+ </div>
305
+
306
+ <!-- Item 3 -->
307
+ <div class="item">
308
+ <div class="item-head">
309
+ <span class="green-plus">
310
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
311
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
312
+ </svg>
313
+ </span>
314
+ <span>y***5 (39) • Past 6 months</span>
315
+ </div>
316
+ <div class="msg">Super comfortable. Fast shipping</div>
317
+ </div>
318
+
319
+ <!-- Item 4 -->
320
+ <div class="item">
321
+ <div class="item-head">
322
+ <span class="green-plus">
323
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
324
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
325
+ </svg>
326
+ </span>
327
+ <span>2***y (835) • Past 6 months</span>
328
+ </div>
329
+ <div class="msg">Top quality. Quick ship! Excellent seller.</div>
330
+ </div>
331
+
332
+ <!-- Item 5 -->
333
+ <div class="item">
334
+ <div class="item-head">
335
+ <span class="green-plus">
336
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
337
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
338
+ </svg>
339
+ </span>
340
+ <span>i***e (316) • Past 6 months</span>
341
+ </div>
342
+ <div class="msg">Nice shoes great price</div>
343
+ </div>
344
+
345
+ <!-- Item 6 -->
346
+ <div class="item">
347
+ <div class="item-head">
348
+ <span class="green-plus">
349
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#fff">
350
+ <path d="M11 4h2v16h-2z"/><path d="M4 11h16v2H4z"/>
351
+ </svg>
352
+ </span>
353
+ <span>n***1 (155) • Past 6 months</span>
354
+ </div>
355
+ <div class="msg">Great seller, nice shoes, easy transaction. A++++++</div>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="results">35 results</div>
360
+
361
+ <!-- Bottom navigation -->
362
+ <div class="navbar">
363
+ <div class="nav-item active">
364
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#4da3ff" stroke-width="2">
365
+ <path d="M3 10.5 12 3l9 7.5V21H3V10.5z"/>
366
+ <path d="M9 21v-6h6v6"/>
367
+ </svg>
368
+ <div>Home</div>
369
+ </div>
370
+ <div class="nav-item">
371
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
372
+ <circle cx="12" cy="8" r="4"/>
373
+ <path d="M4 21c1.5-4 6.5-6 8-6s6.5 2 8 6"/>
374
+ </svg>
375
+ <div>My eBay</div>
376
+ </div>
377
+ <div class="nav-item">
378
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
379
+ <circle cx="11" cy="11" r="7"/>
380
+ <path d="m20 20-3.5-3.5"/>
381
+ </svg>
382
+ <div>Search</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
386
+ <path d="M6 8a6 6 0 1 1 12 0v6H6V8z"/>
387
+ <path d="M4 14h16v4H4z"/>
388
+ </svg>
389
+ <div>Inbox</div>
390
+ </div>
391
+ <div class="nav-item">
392
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
393
+ <path d="M3 7l9-4 9 4v6a9 9 0 1 1-18 0V7z"/>
394
+ <path d="M3 7l9 4 9-4"/>
395
+ </svg>
396
+ <div>Selling</div>
397
+ </div>
398
+ </div>
399
+
400
+ <div class="gesture"></div>
401
+ </div>
402
+ </body>
403
+ </html>
code/5682/5682_1.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Seller Feedback Screen</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: #000; color: #fff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #cfcfcf;
24
+ font-size: 34px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-icons { display: flex; gap: 22px; align-items: center; }
28
+ .status-dot { width: 10px; height: 10px; background:#cfcfcf; border-radius: 50%; }
29
+
30
+ /* App bar */
31
+ .app-bar {
32
+ height: 160px;
33
+ padding: 0 32px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ }
38
+ .app-left {
39
+ display: flex; align-items: center; gap: 22px;
40
+ }
41
+ .back-icon {
42
+ width: 64px; height: 64px;
43
+ display: inline-flex; align-items: center; justify-content: center;
44
+ border-radius: 32px; background: transparent;
45
+ }
46
+ .app-title { font-size: 64px; font-weight: 600; }
47
+ .app-actions { display: flex; gap: 22px; }
48
+ .circle-icon {
49
+ width: 96px; height: 96px;
50
+ border-radius: 48px;
51
+ background: #1b1b1b;
52
+ border: 1px solid #2b2b2b;
53
+ display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .circle-icon svg { fill: #eaeaea; }
56
+
57
+ /* Ratings list */
58
+ .ratings {
59
+ padding: 0 48px;
60
+ margin-top: 10px;
61
+ }
62
+ .rating-row {
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ margin: 18px 0;
65
+ }
66
+ .rating-row .label {
67
+ font-size: 40px; color: #e0e0e0;
68
+ }
69
+ .rating-bar {
70
+ width: 480px; height: 16px; border-radius: 8px; background: #4a4a4a;
71
+ position: relative; margin: 0 16px;
72
+ }
73
+ .rating-bar .fill {
74
+ position: absolute; left: 0; top: 0; bottom: 0; width: 88%;
75
+ background: #9e9e9e; border-radius: 8px;
76
+ }
77
+ .rating-row:nth-child(2) .rating-bar .fill { width: 100%; }
78
+ .rating-row:nth-child(3) .rating-bar .fill { width: 98%; }
79
+ .rating-row:nth-child(4) .rating-bar .fill { width: 98%; }
80
+ .rating-value { width: 80px; text-align: right; color: #e0e0e0; font-size: 40px; }
81
+
82
+ /* Section title and tabs */
83
+ .section-header {
84
+ margin-top: 30px;
85
+ padding: 0 48px;
86
+ }
87
+ .section-title {
88
+ font-size: 64px; font-weight: 700;
89
+ }
90
+ .tabs {
91
+ margin-top: 36px;
92
+ display: flex; align-items: center; justify-content: space-between;
93
+ }
94
+ .tab-left { display: flex; gap: 40px; }
95
+ .tab {
96
+ font-size: 40px; color: #cfcfcf;
97
+ padding-bottom: 16px;
98
+ }
99
+ .tab.active { color: #fff; position: relative; }
100
+ .tab.active::after {
101
+ content: ""; position: absolute; left: 0; bottom: 0;
102
+ width: 220px; height: 6px; background: #e0e0e0; border-radius: 3px;
103
+ }
104
+ .filter-pill {
105
+ border: 1px solid #5a5a5a; border-radius: 60px;
106
+ padding: 26px 36px; font-size: 40px; color: #eaeaea;
107
+ display: inline-flex; align-items: center; gap: 16px;
108
+ background: #121212;
109
+ }
110
+ .filter-pill svg { fill: #eaeaea; }
111
+
112
+ /* Feedback items */
113
+ .feedback-list { padding: 0 48px; margin-top: 24px; }
114
+ .feedback-item { padding: 40px 0; }
115
+ .feedback-meta {
116
+ display: flex; align-items: center; gap: 18px; color: #cfcfcf; font-size: 36px;
117
+ }
118
+ .plus-icon {
119
+ width: 52px; height: 52px; border-radius: 26px; background: #17b24a;
120
+ display: flex; align-items: center; justify-content: center;
121
+ }
122
+ .plus-icon svg { fill: #fff; }
123
+ .feedback-text {
124
+ margin-top: 18px; font-size: 44px; color: #fff;
125
+ }
126
+ .divider { height: 1px; background: #2e2e2e; margin: 28px 0; }
127
+
128
+ /* Primary button */
129
+ .primary-btn {
130
+ margin: 40px 48px 24px;
131
+ border: 2px solid #5e86ff;
132
+ color: #5e86ff;
133
+ border-radius: 100px;
134
+ text-align: center;
135
+ padding: 36px 0;
136
+ font-size: 48px; font-weight: 600;
137
+ }
138
+
139
+ /* More like this */
140
+ .more-section { padding: 0 48px; margin-top: 10px; }
141
+ .more-header {
142
+ display: flex; align-items: center; justify-content: space-between;
143
+ }
144
+ .more-title { font-size: 56px; font-weight: 700; }
145
+ .subtle { font-size: 36px; color: #bdbdbd; margin-top: 6px; }
146
+ .see-all {
147
+ border: 1px solid #5a5a5a; border-radius: 60px; padding: 24px 36px;
148
+ font-size: 40px; color: #eaeaea; background: #121212;
149
+ display: inline-flex; align-items: center; gap: 16px;
150
+ }
151
+ .see-all svg { fill: #eaeaea; }
152
+ .card-row {
153
+ display: flex; gap: 32px; margin-top: 26px;
154
+ }
155
+ .card {
156
+ width: 486px; border-radius: 28px; overflow: hidden; background: #121212; border: 1px solid #2b2b2b;
157
+ position: relative;
158
+ }
159
+ .card .img {
160
+ width: 100%; height: 280px;
161
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
162
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 38px;
163
+ }
164
+ .heart {
165
+ position: absolute; right: 18px; top: 18px;
166
+ width: 72px; height: 72px; border-radius: 36px;
167
+ background: rgba(0,0,0,0.55);
168
+ display: flex; align-items: center; justify-content: center;
169
+ border: 1px solid #3b3b3b;
170
+ }
171
+ .heart svg { stroke: #fff; fill: none; stroke-width: 3; }
172
+ .card-body { padding: 18px; color: #cfcfcf; font-size: 34px; }
173
+
174
+ /* Bottom navigation */
175
+ .bottom-nav {
176
+ position: absolute; left: 0; right: 0; bottom: 0;
177
+ height: 220px; background: #0b0b0b; border-top: 1px solid #1e1e1e;
178
+ display: flex; align-items: center; justify-content: space-around;
179
+ padding-bottom: 28px;
180
+ }
181
+ .nav-item { color: #cfcfcf; text-align: center; font-size: 30px; }
182
+ .nav-icon {
183
+ width: 92px; height: 92px; border-radius: 46px;
184
+ display: flex; align-items: center; justify-content: center;
185
+ margin: 8px auto 12px;
186
+ }
187
+ .nav-item.active .nav-icon { background: #1b2333; }
188
+ .nav-item svg { fill: #eaeaea; width: 48px; height: 48px; }
189
+ .home-bottom-bar {
190
+ position: absolute; left: 50%; transform: translateX(-50%);
191
+ bottom: 12px; width: 300px; height: 10px; background: #fff; opacity: 0.9; border-radius: 5px;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>2:08</div>
201
+ <div class="status-icons">
202
+ <div class="status-dot"></div>
203
+ <div class="status-dot"></div>
204
+ <div class="status-dot"></div>
205
+ <div class="status-dot"></div>
206
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#cfcfcf" d="M12 4l-3 3h6l-3-3zm6 3h-1v13H7V7H6v14h12V7z"/></svg>
207
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#cfcfcf" d="M11 22h2v-2h-2v2zm-7-6v4h16v-4H4zm7-14h2v10h-2V2z"/></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- App bar -->
212
+ <div class="app-bar">
213
+ <div class="app-left">
214
+ <div class="back-icon">
215
+ <svg width="48" height="48" viewBox="0 0 24 24">
216
+ <path fill="#eaeaea" d="M15.5 5l-7 7 7 7 1.5-1.5-5.5-5.5 5.5-5.5z"/>
217
+ </svg>
218
+ </div>
219
+ <div class="app-title">Item</div>
220
+ </div>
221
+ <div class="app-actions">
222
+ <div class="circle-icon">
223
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/><path d="M20 20l-4.2-4.2"/></svg>
224
+ </div>
225
+ <div class="circle-icon">
226
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M7 6h14l-2 9H8L6 4H2v2h3l2.2 9.1A2.5 2.5 0 108.5 17h9a2.5 2.5 0 10.5-1H9.2l-.5-2H19l2-8H7z"/></svg>
227
+ </div>
228
+ <div class="circle-icon">
229
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M18 8a3 3 0 10-6 0 3 3 0 006 0zM6 12a3 3 0 100 6 3 3 0 000-6zm12 5a3 3 0 100-6 3 3 0 000 6z"/><path d="M8.6 15.4l6.8-3.8"/></svg>
230
+ </div>
231
+ <div class="circle-icon">
232
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Ratings summary -->
238
+ <div class="ratings">
239
+ <div class="rating-row">
240
+ <div class="label">Accurate description</div>
241
+ <div class="rating-bar"><div class="fill"></div></div>
242
+ <div class="rating-value">4.9</div>
243
+ </div>
244
+ <div class="rating-row">
245
+ <div class="label">Reasonable shipping cost</div>
246
+ <div class="rating-bar"><div class="fill"></div></div>
247
+ <div class="rating-value">5.0</div>
248
+ </div>
249
+ <div class="rating-row">
250
+ <div class="label">Shipping speed</div>
251
+ <div class="rating-bar"><div class="fill"></div></div>
252
+ <div class="rating-value">4.9</div>
253
+ </div>
254
+ <div class="rating-row">
255
+ <div class="label">Communication</div>
256
+ <div class="rating-bar"><div class="fill"></div></div>
257
+ <div class="rating-value">4.9</div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Feedback section header -->
262
+ <div class="section-header">
263
+ <div class="section-title">Seller feedback (33,233)</div>
264
+ <div class="tabs">
265
+ <div class="tab-left">
266
+ <div class="tab active">This item (35)</div>
267
+ <div class="tab">All items (33,233)</div>
268
+ </div>
269
+ <div class="filter-pill">
270
+ <span>All ratings</span>
271
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Feedback list -->
277
+ <div class="feedback-list">
278
+ <div class="feedback-item">
279
+ <div class="feedback-meta">
280
+ <div class="plus-icon">
281
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M11 5h2v14h-2zM5 11h14v2H5z"/></svg>
282
+ </div>
283
+ <div>9***a (77) • Past 6 months</div>
284
+ </div>
285
+ <div class="feedback-text">Awesome, looks and feels great. Thank you.</div>
286
+ <div class="divider"></div>
287
+ </div>
288
+
289
+ <div class="feedback-item">
290
+ <div class="feedback-meta">
291
+ <div class="plus-icon">
292
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M11 5h2v14h-2zM5 11h14v2H5z"/></svg>
293
+ </div>
294
+ <div>a***a (105) • Past 6 months</div>
295
+ </div>
296
+ <div class="feedback-text">Awesome transaction. Great pair of shoes!</div>
297
+ <div class="divider"></div>
298
+ </div>
299
+
300
+ <div class="feedback-item">
301
+ <div class="feedback-meta">
302
+ <div class="plus-icon">
303
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M11 5h2v14h-2zM5 11h14v2H5z"/></svg>
304
+ </div>
305
+ <div>y***5 (39) • Past 6 months</div>
306
+ </div>
307
+ <div class="feedback-text">Super comfortable. Fast shipping</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Primary button -->
312
+ <div class="primary-btn">See all feedback</div>
313
+
314
+ <!-- More like this -->
315
+ <div class="more-section">
316
+ <div class="more-header">
317
+ <div>
318
+ <div class="more-title">More like this</div>
319
+ <div class="subtle">Sponsored</div>
320
+ </div>
321
+ <div class="see-all">
322
+ <span>See all</span>
323
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#eaeaea" stroke-width="2"/></svg>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="card-row">
328
+ <div class="card">
329
+ <div class="img">[IMG: Sponsored Item]</div>
330
+ <div class="heart">
331
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.4-7-10a4.5 4.5 0 018-2.7A4.5 4.5 0 0119 11c0 4.6-7 10-7 10z"/></svg>
332
+ </div>
333
+ <div class="card-body">Item title • $00.00</div>
334
+ </div>
335
+ <div class="card">
336
+ <div class="img">[IMG: Sponsored Item]</div>
337
+ <div class="heart">
338
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.4-7-10a4.5 4.5 0 018-2.7A4.5 4.5 0 0119 11c0 4.6-7 10-7 10z"/></svg>
339
+ </div>
340
+ <div class="card-body">Item title • $00.00</div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Bottom navigation -->
346
+ <div class="bottom-nav">
347
+ <div class="nav-item">
348
+ <div class="nav-icon">
349
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg>
350
+ </div>
351
+ <div>Home</div>
352
+ </div>
353
+ <div class="nav-item">
354
+ <div class="nav-icon">
355
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4 0-7 2-7 5v2h14v-2c0-3-3-5-7-5z"/></svg>
356
+ </div>
357
+ <div>My eBay</div>
358
+ </div>
359
+ <div class="nav-item active">
360
+ <div class="nav-icon">
361
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/><path d="M20 20l-4.2-4.2"/></svg>
362
+ </div>
363
+ <div>Search</div>
364
+ </div>
365
+ <div class="nav-item">
366
+ <div class="nav-icon">
367
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7v3l2 2v1H3v-1l2-2V9a7 7 0 017-7zm0 20a4 4 0 004-4H8a4 4 0 004 4z"/></svg>
368
+ </div>
369
+ <div>Inbox</div>
370
+ </div>
371
+ <div class="nav-item">
372
+ <div class="nav-icon">
373
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4zM7 7h10v2H7zm0 4h10v2H7zm0 4h10v2H7z"/></svg>
374
+ </div>
375
+ <div>Selling</div>
376
+ </div>
377
+ <div class="home-bottom-bar"></div>
378
+ </div>
379
+
380
+ </div>
381
+ </body>
382
+ </html>
code/5682/5682_2.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Hiking shoes - Results</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:#000; color:#fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
12
+ }
13
+ .status-bar {
14
+ height:90px; padding:0 36px; display:flex; align-items:center; justify-content:space-between; color:#eaeaea; font-weight:600; font-size:38px;
15
+ }
16
+ .status-icons { display:flex; gap:24px; align-items:center; }
17
+ .dot { width:14px; height:14px; background:#aaa; border-radius:50%; display:inline-block; }
18
+ .wifi { width:38px; height:28px; border:3px solid #fff; border-top-left-radius:28px; border-top-right-radius:28px; border-bottom:none; transform:rotate(45deg); opacity:.8; }
19
+ .battery { width:64px; height:30px; border:3px solid #fff; position:relative; border-radius:6px; }
20
+ .battery:after { content:""; position:absolute; right:-10px; top:8px; width:8px; height:14px; background:#fff; border-radius:2px; }
21
+ /* Header */
22
+ .header { padding:12px 36px 0; }
23
+ .header-row { display:flex; align-items:center; justify-content:space-between; }
24
+ .title-wrap { display:flex; align-items:center; gap:24px; }
25
+ .title { font-size:64px; font-weight:700; letter-spacing:0.2px; }
26
+ .circle-btn { width:108px; height:108px; border-radius:54px; background:#1b1b1b; display:flex; align-items:center; justify-content:center; }
27
+ /* Links row */
28
+ .link-row { display:flex; align-items:center; justify-content:space-between; padding:28px 36px 16px; }
29
+ .link { color:#4ea1ff; font-size:40px; display:flex; align-items:center; gap:18px; }
30
+ .link.small { font-size:38px; }
31
+ .section-title { font-size:54px; font-weight:800; padding:18px 36px 16px; }
32
+ /* Chips */
33
+ .chips { display:flex; flex-wrap:nowrap; gap:22px; padding:0 36px 22px; }
34
+ .chip {
35
+ height:90px; min-width:120px; padding:0 36px;
36
+ border:2px solid #555; border-radius:46px; display:flex; align-items:center; justify-content:center;
37
+ background:#121212; color:#ddd; font-size:40px; font-weight:700;
38
+ }
39
+ .divider { height:2px; background:#2b2b2b; margin:10px 36px 18px; }
40
+ /* Cards */
41
+ .card { margin:0 36px 28px; background:#1a1a1a; border:1px solid #333; border-radius:16px; display:flex; padding:24px; gap:28px; }
42
+ .img-wrap {
43
+ width:300px; height:300px; border-radius:36px; background:#E0E0E0; border:1px solid #BDBDBD;
44
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; text-align:center;
45
+ position:relative;
46
+ }
47
+ .wishlist {
48
+ position:absolute; right:-8px; top:-8px; width:88px; height:88px; border-radius:44px; background:#2b2b2b;
49
+ display:flex; align-items:center; justify-content:center; border:1px solid #3a3a3a;
50
+ }
51
+ .card-body { flex:1; }
52
+ .card-title { font-size:44px; line-height:1.25; font-weight:800; margin-bottom:10px; }
53
+ .muted { color:#bdbdbd; font-size:34px; margin-top:6px; }
54
+ .price { font-size:54px; font-weight:900; margin:12px 0 6px; }
55
+ .shipping { color:#cfcfcf; font-size:34px; }
56
+ .badge { display:inline-flex; align-items:center; gap:12px; background:#121212; padding:14px 18px; border-radius:28px; margin-top:14px; border:1px solid #2f2f2f; font-size:34px; }
57
+ .sponsored { color:#7a7a7a; font-size:34px; margin-top:18px; }
58
+ /* Bottom results pill */
59
+ .results-pill {
60
+ position:absolute; left:0; right:0; bottom:300px;
61
+ height:120px; background:#111; border-top:1px solid #2a2a2a; border-bottom:1px solid #2a2a2a;
62
+ display:flex; align-items:center; justify-content:center; font-size:40px; color:#eaeaea;
63
+ }
64
+ /* Bottom nav */
65
+ .bottom-nav { position:absolute; bottom:0; left:0; right:0; height:260px; background:#0f0f0f; border-top:1px solid #2b2b2b; }
66
+ .nav-row { display:flex; justify-content:space-around; align-items:center; padding-top:36px; }
67
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:18px; color:#ddd; font-size:34px; }
68
+ .nav-item.active .icon-ring { border-color:#2f7ef7; }
69
+ .icon-ring { width:108px; height:108px; border-radius:54px; border:3px solid #555; display:flex; align-items:center; justify-content:center; }
70
+ .gesture { position:absolute; bottom:18px; left:50%; transform:translateX(-50%); width:280px; height:16px; background:#fff; border-radius:8px; opacity:.9; }
71
+ /* SVG defaults */
72
+ svg { width:48px; height:48px; fill:none; stroke:#fff; stroke-width:4; }
73
+ .blue { stroke:#4ea1ff; }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+ <!-- Status bar -->
79
+ <div class="status-bar">
80
+ <div>2:08</div>
81
+ <div class="status-icons">
82
+ <div class="dot"></div>
83
+ <div class="dot"></div>
84
+ <div class="dot"></div>
85
+ <div class="wifi"></div>
86
+ <div class="battery"></div>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Header -->
91
+ <div class="header">
92
+ <div class="header-row">
93
+ <div class="title-wrap">
94
+ <div class="circle-btn" style="background:transparent;">
95
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>
96
+ </div>
97
+ <div class="title">Hiking shoes</div>
98
+ </div>
99
+ <div style="display:flex; gap:20px;">
100
+ <div class="circle-btn">
101
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
102
+ </div>
103
+ <div class="circle-btn">
104
+ <svg viewBox="0 0 24 24"><rect x="4" y="7" width="16" height="11" rx="3"/><path d="M8 7l2-3h4l2 3"/></svg>
105
+ </div>
106
+ <div class="circle-btn">
107
+ <svg viewBox="0 0 24 24"><path d="M3 6h18l-2 9H7L5 6z"/><circle cx="8" cy="19" r="2"/><circle cx="17" cy="19" r="2"/></svg>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Links -->
114
+ <div class="link-row">
115
+ <div class="link">
116
+ <svg class="blue" viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.65-7 9-11 9z"/></svg>
117
+ <span>Save this search</span>
118
+ </div>
119
+ <div style="display:flex; gap:34px;">
120
+ <div class="link small">
121
+ <span>Sort</span>
122
+ <svg class="blue" viewBox="0 0 24 24"><path d="M10 6l-3 3-3-3M4 18l3-3 3 3M6 9V18M18 6v12"/></svg>
123
+ </div>
124
+ <div class="link small">
125
+ <span>Filter</span>
126
+ <svg class="blue" viewBox="0 0 24 24"><path d="M3 5h18l-6 7v5l-6 2v-7z"/></svg>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <div class="section-title">Shop by US Shoe Size</div>
132
+ <div class="chips">
133
+ <div class="chip">7.5</div>
134
+ <div class="chip">8</div>
135
+ <div class="chip">8.5</div>
136
+ <div class="chip">9</div>
137
+ <div class="chip">9.5</div>
138
+ <div class="chip">10</div>
139
+ <div class="chip">10.5</div>
140
+ </div>
141
+
142
+ <div class="divider"></div>
143
+
144
+ <!-- Card 1 -->
145
+ <div class="card">
146
+ <div class="img-wrap">
147
+ [IMG: Merrell tan hiking shoe]
148
+ <div class="wishlist">
149
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.65-7 9-11 9z"/></svg>
150
+ </div>
151
+ </div>
152
+ <div class="card-body">
153
+ <div class="card-title">Merrell Men Chameleon 8 Stretch Hiking Shoes Nubuck, Leather-And-Mesh</div>
154
+ <div class="muted">Brand New</div>
155
+ <div class="price">$91.00 to $130.00</div>
156
+ <div class="shipping">+$69.16 shipping from United States</div>
157
+ <div class="badge">
158
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M7 12l3 3 7-7" stroke="#4ea1ff"/></svg>
159
+ <span>Merrell Authorized Seller</span>
160
+ </div>
161
+ <div class="sponsored">Sponsored</div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Card 2 -->
166
+ <div class="card" style="border-top:1px solid #2b2b2b;">
167
+ <div class="img-wrap">
168
+ [IMG: Columbia grey hiking boot]
169
+ <div class="wishlist">
170
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.65-7 9-11 9z"/></svg>
171
+ </div>
172
+ </div>
173
+ <div class="card-body">
174
+ <div class="card-title">Columbia Mens Trailstorm Mid Waterproof Hiking Shoes Graphite/Creek BM0155-053</div>
175
+ <div class="muted">New (Other)</div>
176
+ <div class="price">$51.16</div>
177
+ <div class="shipping">+$76.83 shipping from United States</div>
178
+ <div class="muted">16+ watchers</div>
179
+ <div class="sponsored">Sponsored</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Results pill above bottom nav -->
184
+ <div class="results-pill">120,000+ results</div>
185
+
186
+ <!-- Bottom navigation -->
187
+ <div class="bottom-nav">
188
+ <div class="nav-row">
189
+ <div class="nav-item">
190
+ <div class="icon-ring">
191
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H3z"/><path d="M9 20v-6h6v6" /></svg>
192
+ </div>
193
+ <div>Home</div>
194
+ </div>
195
+ <div class="nav-item">
196
+ <div class="icon-ring">
197
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7"/></svg>
198
+ </div>
199
+ <div>My eBay</div>
200
+ </div>
201
+ <div class="nav-item active">
202
+ <div class="icon-ring">
203
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
204
+ </div>
205
+ <div style="color:#2f7ef7;">Search</div>
206
+ </div>
207
+ <div class="nav-item">
208
+ <div class="icon-ring">
209
+ <svg viewBox="0 0 24 24"><path d="M12 22a4 4 0 0 0 4-4V9a4 4 0 1 0-8 0v9a4 4 0 0 0 4 4z"/></svg>
210
+ </div>
211
+ <div>Inbox</div>
212
+ </div>
213
+ <div class="nav-item">
214
+ <div class="icon-ring">
215
+ <svg viewBox="0 0 24 24"><path d="M4 7l2-3h12l2 3-8 13z"/><path d="M12 10v4"/></svg>
216
+ </div>
217
+ <div>Selling</div>
218
+ </div>
219
+ </div>
220
+ <div class="gesture"></div>
221
+ </div>
222
+ </div>
223
+ </body>
224
+ </html>
code/5682/5682_3.html ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Filter Overlay 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: #000;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Underlying page content (dimmed behind the sheet) */
18
+ .content {
19
+ position: absolute;
20
+ left: 0;
21
+ top: 120px;
22
+ right: 0;
23
+ bottom: 160px;
24
+ padding: 40px 30px;
25
+ color: #9aa0a6;
26
+ }
27
+ .top-back {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 16px;
31
+ color: #9aa0a6;
32
+ margin-bottom: 24px;
33
+ }
34
+ .back-icon {
35
+ width: 28px; height: 28px;
36
+ }
37
+ .card {
38
+ width: 420px;
39
+ height: 360px;
40
+ background: #121212;
41
+ border-radius: 32px;
42
+ margin-bottom: 36px;
43
+ padding: 24px;
44
+ box-shadow: 0 2px 0 rgba(255,255,255,0.02);
45
+ }
46
+ .img-ph {
47
+ width: 100%;
48
+ height: 100%;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ border-radius: 24px;
52
+ display: flex; justify-content: center; align-items: center;
53
+ color: #757575;
54
+ font-size: 28px;
55
+ }
56
+
57
+ /* Bottom navigation (under app) */
58
+ .bottom-nav {
59
+ position: absolute;
60
+ left: 0; right: 0; bottom: 0;
61
+ height: 160px;
62
+ background: #0d0d0d;
63
+ border-top: 1px solid #1f1f1f;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 40px;
67
+ gap: 28px;
68
+ color: #bdbdbd;
69
+ }
70
+ .nav-icon { width: 36px; height: 36px; }
71
+ .home-label { font-size: 34px; }
72
+
73
+ /* Overlay filter sheet */
74
+ .sheet {
75
+ position: absolute;
76
+ top: 0;
77
+ left: 110px;
78
+ width: 870px;
79
+ height: 100%;
80
+ background: #1c1c1c;
81
+ box-shadow: -8px 0 24px rgba(0,0,0,0.45);
82
+ border-left: 1px solid #2b2b2b;
83
+ }
84
+ .sheet-header {
85
+ height: 140px;
86
+ padding: 30px 36px 20px 36px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ border-bottom: 1px solid #2d2d2d;
91
+ }
92
+ .sheet-title {
93
+ font-size: 60px;
94
+ font-weight: 700;
95
+ letter-spacing: 0.5px;
96
+ }
97
+ .reset {
98
+ color: #4c8ef7;
99
+ font-size: 38px;
100
+ }
101
+ .close-icon { width: 42px; height: 42px; }
102
+
103
+ .sheet-body {
104
+ position: absolute;
105
+ top: 140px; bottom: 180px; left: 0; right: 0;
106
+ overflow-y: auto;
107
+ }
108
+ .row {
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-between;
112
+ padding: 36px 36px;
113
+ border-bottom: 1px solid #2f2f2f;
114
+ font-size: 40px;
115
+ color: #efefef;
116
+ }
117
+ .row .subtle { color: #b3b3b3; font-size: 36px; margin-right: 18px; }
118
+ .chev { width: 30px; height: 30px; }
119
+ .show-more {
120
+ text-align: center;
121
+ padding: 30px 0 40px;
122
+ color: #4c8ef7;
123
+ font-size: 38px;
124
+ }
125
+ .divider {
126
+ height: 16px;
127
+ background: #2a2a2a;
128
+ border-top: 1px solid #333;
129
+ border-bottom: 1px solid #333;
130
+ }
131
+
132
+ /* View options */
133
+ .view-row {
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: space-between;
137
+ padding: 36px;
138
+ border-bottom: 1px solid #2f2f2f;
139
+ font-size: 40px;
140
+ }
141
+ .view-icons {
142
+ display: flex; align-items: center; gap: 32px;
143
+ }
144
+ .view-icon { width: 60px; height: 60px; }
145
+ .view-active { color: #4c8ef7; }
146
+
147
+ /* Customize row */
148
+ .customize-row {
149
+ display: flex; align-items: center; justify-content: space-between;
150
+ padding: 36px;
151
+ border-bottom: 1px solid #2f2f2f;
152
+ font-size: 40px;
153
+ }
154
+ .gear { width: 48px; height: 48px; opacity: 0.6; }
155
+
156
+ /* Camera action area */
157
+ .camera-area {
158
+ padding: 40px 0 60px;
159
+ display: flex; justify-content: center; align-items: center;
160
+ }
161
+ .camera-btn {
162
+ background: #3179ff;
163
+ color: #fff;
164
+ width: 160px; height: 90px;
165
+ border-radius: 20px;
166
+ display: flex; justify-content: center; align-items: center;
167
+ box-shadow: 0 6px 16px rgba(49,121,255,0.35);
168
+ }
169
+ .camera-icon { width: 52px; height: 52px; }
170
+
171
+ /* Bottom primary CTA inside sheet */
172
+ .cta {
173
+ position: absolute;
174
+ left: 60px;
175
+ right: 60px;
176
+ bottom: 40px;
177
+ height: 120px;
178
+ background: #6ea4ff;
179
+ color: #0d1a33;
180
+ border-radius: 60px;
181
+ display: flex; justify-content: center; align-items: center;
182
+ font-size: 44px; font-weight: 700;
183
+ box-shadow: 0 10px 24px rgba(110,164,255,0.45);
184
+ }
185
+
186
+ /* Status bar (simple) */
187
+ .status-bar {
188
+ position: absolute; top: 0; left: 0; right: 0;
189
+ height: 90px; background: #000; color: #fff;
190
+ display: flex; align-items: center; justify-content: space-between;
191
+ padding: 0 26px;
192
+ font-size: 32px;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <div class="status-bar">
200
+ <div>2:08</div>
201
+ <div>• ▮▮ ▴</div>
202
+ </div>
203
+
204
+ <!-- Underlying page content -->
205
+ <div class="content">
206
+ <div class="top-back">
207
+ <svg class="back-icon" viewBox="0 0 24 24" fill="none" stroke="#9aa0a6" stroke-width="2">
208
+ <path d="M15 6 L9 12 L15 18"></path>
209
+ </svg>
210
+ <div>Back</div>
211
+ </div>
212
+
213
+ <div class="card">
214
+ <div class="img-ph">[IMG: Shoe Product]</div>
215
+ </div>
216
+ <div class="card">
217
+ <div class="img-ph">[IMG: Shoe Product]</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Bottom navigation -->
222
+ <div class="bottom-nav">
223
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
224
+ <path d="M3 10 L12 3 L21 10"></path>
225
+ <path d="M5 10 V21 H10 V14 H14 V21 H19 V10"></path>
226
+ </svg>
227
+ <div class="home-label">Home</div>
228
+ </div>
229
+
230
+ <!-- Filter overlay sheet -->
231
+ <div class="sheet">
232
+ <div class="sheet-header">
233
+ <svg class="close-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
234
+ <path d="M5 5 L19 19"></path>
235
+ <path d="M19 5 L5 19"></path>
236
+ </svg>
237
+ <div class="sheet-title">Filter</div>
238
+ <div class="reset">Reset</div>
239
+ </div>
240
+
241
+ <div class="sheet-body">
242
+ <div class="row">
243
+ <div>Condition</div>
244
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
245
+ <path d="M9 6 L15 12 L9 18"></path>
246
+ </svg>
247
+ </div>
248
+
249
+ <div class="row">
250
+ <div>Price</div>
251
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
252
+ <path d="M9 6 L15 12 L9 18"></path>
253
+ </svg>
254
+ </div>
255
+
256
+ <div class="row">
257
+ <div>Category</div>
258
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
259
+ <path d="M9 6 L15 12 L9 18"></path>
260
+ </svg>
261
+ </div>
262
+
263
+ <div class="row">
264
+ <div>US Shoe Size</div>
265
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
266
+ <path d="M9 6 L15 12 L9 18"></path>
267
+ </svg>
268
+ </div>
269
+
270
+ <div class="row">
271
+ <div>Brand</div>
272
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
273
+ <path d="M9 6 L15 12 L9 18"></path>
274
+ </svg>
275
+ </div>
276
+
277
+ <div class="row">
278
+ <div>Shoe Width</div>
279
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
280
+ <path d="M9 6 L15 12 L9 18"></path>
281
+ </svg>
282
+ </div>
283
+
284
+ <div class="row">
285
+ <div>Item Location</div>
286
+ <div style="display:flex; align-items:center; gap:16px;">
287
+ <span class="subtle">Default</span>
288
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
289
+ <path d="M9 6 L15 12 L9 18"></path>
290
+ </svg>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="row">
295
+ <div>Shipping Options</div>
296
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
297
+ <path d="M9 6 L15 12 L9 18"></path>
298
+ </svg>
299
+ </div>
300
+
301
+ <div class="show-more">
302
+ Show more
303
+ <svg style="width:28px;height:28px; vertical-align:middle; margin-left:8px;" viewBox="0 0 24 24" fill="none" stroke="#4c8ef7" stroke-width="2">
304
+ <path d="M6 10 L12 16 L18 10"></path>
305
+ </svg>
306
+ </div>
307
+
308
+ <div class="divider"></div>
309
+
310
+ <div class="view-row">
311
+ <div>View</div>
312
+ <div class="view-icons">
313
+ <!-- grid -->
314
+ <svg class="view-icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
315
+ <rect x="3" y="3" width="8" height="8"></rect>
316
+ <rect x="13" y="3" width="8" height="8"></rect>
317
+ <rect x="3" y="13" width="8" height="8"></rect>
318
+ <rect x="13" y="13" width="8" height="8"></rect>
319
+ </svg>
320
+ <!-- list (active) -->
321
+ <svg class="view-icon view-active" viewBox="0 0 24 24" fill="none" stroke="#4c8ef7" stroke-width="2">
322
+ <circle cx="5" cy="6" r="1.5"></circle>
323
+ <line x1="9" y1="6" x2="21" y2="6"></line>
324
+ <circle cx="5" cy="12" r="1.5"></circle>
325
+ <line x1="9" y1="12" x2="21" y2="12"></line>
326
+ <circle cx="5" cy="18" r="1.5"></circle>
327
+ <line x1="9" y1="18" x2="21" y2="18"></line>
328
+ </svg>
329
+ <!-- card -->
330
+ <svg class="view-icon" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
331
+ <rect x="3" y="4" width="18" height="16" rx="2"></rect>
332
+ <line x1="3" y1="10" x2="21" y2="10"></line>
333
+ </svg>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="customize-row">
338
+ <div>Customize</div>
339
+ <div style="display:flex; align-items:center; gap:16px;">
340
+ <svg class="gear" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
341
+ <circle cx="12" cy="12" r="3"></circle>
342
+ <path d="M12 2 V5 M12 19 V22 M4.9 4.9 L6.8 6.8 M17.2 17.2 L19.1 19.1 M2 12 H5 M19 12 H22 M4.9 19.1 L6.8 17.2 M17.2 6.8 L19.1 4.9"></path>
343
+ </svg>
344
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#bdbdbd" stroke-width="2">
345
+ <path d="M9 6 L15 12 L9 18"></path>
346
+ </svg>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="divider"></div>
351
+
352
+ <div class="camera-area">
353
+ <div class="camera-btn">
354
+ <svg class="camera-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
355
+ <rect x="4" y="7" width="16" height="12" rx="2"></rect>
356
+ <path d="M9 7 L10.5 5 H13.5 L15 7"></path>
357
+ <circle cx="12" cy="13" r="3"></circle>
358
+ </svg>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="cta">Show 120,000+ results</div>
364
+ </div>
365
+
366
+ </div>
367
+ </body>
368
+ </html>
code/5682/5682_4.html ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Brand Filter 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: #000000;
15
+ }
16
+
17
+ /* Background content (behind sheet) */
18
+ .bg-content {
19
+ position: absolute;
20
+ left: 36px;
21
+ top: 300px;
22
+ width: 1000px;
23
+ height: 1700px;
24
+ }
25
+ .bg-card {
26
+ width: 420px;
27
+ height: 420px;
28
+ background: #121212;
29
+ border-radius: 28px;
30
+ margin-bottom: 36px;
31
+ box-shadow: inset 0 0 0 1px #262626;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ color: #aaa;
36
+ }
37
+ .bg-card .img {
38
+ width: 360px; height: 260px;
39
+ background: #E0E0E0;
40
+ border: 1px solid #BDBDBD;
41
+ display: flex; align-items: center; justify-content: center;
42
+ color: #757575;
43
+ border-radius: 16px;
44
+ }
45
+ .bottom-nav {
46
+ position: absolute;
47
+ bottom: 0;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 160px;
51
+ background: rgba(18,18,18,0.95);
52
+ border-top: 1px solid #222;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 40px;
56
+ color: #bdbdbd;
57
+ }
58
+ .home-icon {
59
+ width: 64px; height: 64px; margin-right: 16px;
60
+ }
61
+
62
+ /* Modal sheet */
63
+ .sheet {
64
+ position: absolute;
65
+ left: 80px;
66
+ top: 140px;
67
+ width: 920px;
68
+ height: 2040px;
69
+ background: #1c1c1c;
70
+ border-radius: 16px;
71
+ box-shadow: 0 20px 60px rgba(0,0,0,0.6);
72
+ color: #ffffff;
73
+ overflow: hidden;
74
+ }
75
+ .sheet-header {
76
+ position: relative;
77
+ height: 140px;
78
+ border-bottom: 1px solid #2a2a2a;
79
+ }
80
+ .sheet-title {
81
+ position: absolute;
82
+ left: 0; right: 0;
83
+ top: 50%;
84
+ transform: translateY(-50%);
85
+ text-align: center;
86
+ font-weight: 600;
87
+ font-size: 44px;
88
+ letter-spacing: 0.3px;
89
+ color: #ffffff;
90
+ }
91
+ .back-btn {
92
+ position: absolute;
93
+ left: 28px;
94
+ top: 50%;
95
+ transform: translateY(-50%);
96
+ width: 52px; height: 52px;
97
+ display: flex; align-items: center; justify-content: center;
98
+ border-radius: 26px;
99
+ }
100
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke: #ffffff; stroke-width: 4; }
101
+
102
+ .sheet-body {
103
+ position: absolute;
104
+ left: 0; right: 0;
105
+ top: 140px; bottom: 180px;
106
+ overflow-y: auto;
107
+ padding: 28px 36px 0 36px;
108
+ }
109
+ .search {
110
+ height: 100px;
111
+ border-radius: 16px;
112
+ border: 1px solid #3a3a3a;
113
+ background: #252525;
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 0 24px;
117
+ color: #bdbdbd;
118
+ font-size: 34px;
119
+ margin-bottom: 16px;
120
+ }
121
+ .search svg { width: 42px; height: 42px; margin-right: 18px; stroke: #bdbdbd; fill: none; stroke-width: 4; }
122
+
123
+ .section-label {
124
+ color: #9e9e9e;
125
+ font-size: 30px;
126
+ margin: 24px 8px 8px 8px;
127
+ }
128
+ .divider {
129
+ height: 1px; background: #2b2b2b; margin: 12px 0 8px 0;
130
+ }
131
+ .brand-row {
132
+ height: 120px;
133
+ border-bottom: 1px solid #2b2b2b;
134
+ display: flex; align-items: center;
135
+ padding: 0 8px;
136
+ }
137
+ .checkbox {
138
+ width: 46px; height: 46px;
139
+ border: 3px solid #d9d9d9;
140
+ border-radius: 8px;
141
+ margin-right: 26px;
142
+ box-sizing: border-box;
143
+ background: transparent;
144
+ }
145
+ .brand-name {
146
+ font-size: 36px;
147
+ color: #ffffff;
148
+ }
149
+ .count {
150
+ color: #9e9e9e;
151
+ font-size: 32px;
152
+ margin-left: 12px;
153
+ }
154
+
155
+ .sheet-footer {
156
+ position: absolute;
157
+ left: 0; right: 0; bottom: 0;
158
+ height: 180px;
159
+ border-top: 1px solid #2a2a2a;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ padding-bottom: 8px;
164
+ }
165
+ .cta {
166
+ width: 820px;
167
+ height: 112px;
168
+ background: #6EA8FF;
169
+ border-radius: 56px;
170
+ color: #071430;
171
+ font-weight: 700;
172
+ font-size: 36px;
173
+ display: flex; align-items: center; justify-content: center;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- Background content behind the modal sheet -->
181
+ <div class="bg-content">
182
+ <div class="bg-card">
183
+ <div class="img">[IMG: Hiking Shoe Card]</div>
184
+ </div>
185
+ <div class="bg-card">
186
+ <div class="img">[IMG: Sneaker Card]</div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Bottom navigation (background) -->
191
+ <div class="bottom-nav">
192
+ <svg class="home-icon" viewBox="0 0 24 24">
193
+ <path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2h-5v-6H10v6H5a2 2 0 0 1-2-2V10z" fill="#bdbdbd"/>
194
+ </svg>
195
+ <div>Home</div>
196
+ </div>
197
+
198
+ <!-- Brand filter sheet -->
199
+ <div class="sheet">
200
+ <div class="sheet-header">
201
+ <div class="back-btn">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M15 5l-7 7 7 7" />
204
+ </svg>
205
+ </div>
206
+ <div class="sheet-title">Brand</div>
207
+ </div>
208
+
209
+ <div class="sheet-body">
210
+ <div class="search">
211
+ <svg viewBox="0 0 24 24">
212
+ <circle cx="11" cy="11" r="7"></circle>
213
+ <path d="M21 21l-4.6-4.6"></path>
214
+ </svg>
215
+ <div>Search in Brand</div>
216
+ </div>
217
+
218
+ <div class="divider"></div>
219
+ <div class="brand-row">
220
+ <div class="checkbox"></div>
221
+ <div class="brand-name">&amp; Other Stories</div>
222
+ <div class="count">(12)</div>
223
+ </div>
224
+
225
+ <div class="section-label">3</div>
226
+ <div class="divider"></div>
227
+ <div class="brand-row">
228
+ <div class="checkbox"></div>
229
+ <div class="brand-name">361 Degrees</div>
230
+ <div class="count">(3)</div>
231
+ </div>
232
+
233
+ <div class="section-label">5</div>
234
+ <div class="divider"></div>
235
+ <div class="brand-row">
236
+ <div class="checkbox"></div>
237
+ <div class="brand-name">5.11 Tactical</div>
238
+ <div class="count">(23)</div>
239
+ </div>
240
+
241
+ <div class="section-label">A</div>
242
+ <div class="divider"></div>
243
+ <div class="brand-row">
244
+ <div class="checkbox"></div>
245
+ <div class="brand-name">Abeo</div>
246
+ <div class="count">(18)</div>
247
+ </div>
248
+ <div class="brand-row">
249
+ <div class="checkbox"></div>
250
+ <div class="brand-name">adidas</div>
251
+ <div class="count">(7,187)</div>
252
+ </div>
253
+ <div class="brand-row">
254
+ <div class="checkbox"></div>
255
+ <div class="brand-name">Aetrex</div>
256
+ <div class="count">(2)</div>
257
+ </div>
258
+ <div class="brand-row">
259
+ <div class="checkbox"></div>
260
+ <div class="brand-name">Ahnu</div>
261
+ <div class="count">(13)</div>
262
+ </div>
263
+ <div class="brand-row">
264
+ <div class="checkbox"></div>
265
+ <div class="brand-name">Airspeed</div>
266
+ <div class="count">(1)</div>
267
+ </div>
268
+ <div class="brand-row">
269
+ <div class="checkbox"></div>
270
+ <div class="brand-name">AIRWALK</div>
271
+ <div class="count">(3)</div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="sheet-footer">
276
+ <div class="cta">Show 120,000+ results</div>
277
+ </div>
278
+ </div>
279
+
280
+ </div>
281
+ </body>
282
+ </html>
code/5682/5682_6.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Hiking shoes - Search Results</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: #000000;
14
+ color: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ }
17
+
18
+ .screen-content {
19
+ position: absolute;
20
+ left: 0; top: 0;
21
+ width: 100%; height: 100%;
22
+ }
23
+
24
+ /* Header */
25
+ .header {
26
+ padding: 40px 36px 24px 36px;
27
+ }
28
+ .header-row {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 24px;
32
+ }
33
+ .back-icon {
34
+ width: 64px; height: 64px;
35
+ }
36
+ .title {
37
+ font-size: 56px;
38
+ font-weight: 700;
39
+ letter-spacing: 0.2px;
40
+ flex: 1;
41
+ }
42
+ .header-actions {
43
+ display: flex;
44
+ gap: 22px;
45
+ }
46
+ .circle {
47
+ width: 92px; height: 92px;
48
+ background: #1E1E1E;
49
+ border-radius: 46px;
50
+ display: flex; align-items: center; justify-content: center;
51
+ }
52
+ .circle svg { width: 44px; height: 44px; fill: #FFFFFF; }
53
+
54
+ /* Sub actions row */
55
+ .sub-actions {
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ padding: 16px 36px 10px 36px;
60
+ color: #71A7FF;
61
+ font-size: 32px;
62
+ font-weight: 600;
63
+ }
64
+ .sub-actions .neutral {
65
+ color: #71A7FF;
66
+ }
67
+ .sub-actions .sort, .sub-actions .filter {
68
+ display: flex; align-items: center; gap: 10px;
69
+ }
70
+ .filter .badge {
71
+ display: inline-flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ background: #1E1E1E;
75
+ color: #71A7FF;
76
+ font-size: 26px;
77
+ border-radius: 22px;
78
+ padding: 6px 12px;
79
+ border: 1px solid #2E2E2E;
80
+ }
81
+
82
+ /* List items */
83
+ .results {
84
+ padding: 20px 0 0 0;
85
+ }
86
+ .item {
87
+ padding: 28px 36px;
88
+ }
89
+ .item + .item {
90
+ border-top: 1px solid #2B2B2B;
91
+ }
92
+ .item-row {
93
+ display: flex;
94
+ gap: 28px;
95
+ }
96
+ .thumb {
97
+ width: 320px;
98
+ height: 280px;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ border-radius: 38px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ color: #757575;
104
+ font-size: 28px;
105
+ position: relative;
106
+ overflow: hidden;
107
+ }
108
+ .fav {
109
+ position: absolute;
110
+ right: 18px; top: 18px;
111
+ width: 84px; height: 84px;
112
+ background: #323232;
113
+ border-radius: 42px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ box-shadow: 0 2px 6px rgba(0,0,0,0.5);
116
+ }
117
+ .fav svg { width: 40px; height: 40px; fill: #FFFFFF; }
118
+
119
+ .details {
120
+ flex: 1;
121
+ }
122
+ .title-line {
123
+ font-size: 36px;
124
+ font-weight: 700;
125
+ line-height: 1.25;
126
+ margin-bottom: 10px;
127
+ }
128
+ .subline {
129
+ font-size: 30px;
130
+ color: #A5A5A5;
131
+ margin-bottom: 12px;
132
+ }
133
+ .price {
134
+ font-size: 44px;
135
+ font-weight: 800;
136
+ margin: 8px 0;
137
+ }
138
+ .shipping {
139
+ font-size: 28px;
140
+ color: #A5A5A5;
141
+ line-height: 1.35;
142
+ }
143
+ .sponsored {
144
+ font-size: 28px;
145
+ color: #8A8A8A;
146
+ margin-top: 22px;
147
+ }
148
+
149
+ /* Results pill above bottom bar */
150
+ .results-pill {
151
+ position: absolute;
152
+ left: 0; right: 0;
153
+ bottom: 320px;
154
+ margin: 0 auto;
155
+ width: 100%;
156
+ display: flex;
157
+ justify-content: center;
158
+ pointer-events: none;
159
+ }
160
+ .pill {
161
+ background: #1E1E1E;
162
+ color: #FFFFFF;
163
+ border-radius: 18px;
164
+ padding: 18px 26px;
165
+ border: 1px solid #2E2E2E;
166
+ font-size: 30px;
167
+ width: 100%;
168
+ max-width: 1080px;
169
+ text-align: center;
170
+ }
171
+
172
+ /* Bottom nav bar */
173
+ .nav {
174
+ position: absolute;
175
+ left: 0; right: 0; bottom: 0;
176
+ height: 240px;
177
+ background: #121212;
178
+ border-top: 1px solid #2B2B2B;
179
+ padding: 28px 40px 24px 40px;
180
+ }
181
+ .nav-row {
182
+ display: flex;
183
+ justify-content: space-between;
184
+ align-items: center;
185
+ }
186
+ .nav-item {
187
+ display: flex;
188
+ flex-direction: column;
189
+ align-items: center;
190
+ gap: 16px;
191
+ color: #C7C7C7;
192
+ font-size: 28px;
193
+ }
194
+ .nav-item .icon-wrap {
195
+ width: 84px; height: 84px;
196
+ border-radius: 42px;
197
+ background: #1E1E1E;
198
+ display: flex; align-items: center; justify-content: center;
199
+ }
200
+ .nav-item svg { width: 40px; height: 40px; fill: #C7C7C7; }
201
+ .nav-item.active .icon-wrap {
202
+ background: #173B74;
203
+ border: 1px solid #2F67C6;
204
+ }
205
+ .nav-item.active svg { fill: #6FA4FF; }
206
+ .nav-item.active { color: #6FA4FF; }
207
+
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+ <div class="screen-content">
213
+
214
+ <!-- Header -->
215
+ <div class="header">
216
+ <div class="header-row">
217
+ <svg class="back-icon" viewBox="0 0 24 24">
218
+ <path d="M15.5 5l-8 7 8 7" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
219
+ </svg>
220
+ <div class="title">Hiking shoes</div>
221
+ <div class="header-actions">
222
+ <div class="circle">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M10 4a6 6 0 106 6 6 6 0 00-6-6zm9.5 17l-5-5" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="circle">
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M7 7h10v8H7zm-2 12h14" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
230
+ <circle cx="9" cy="11" r="1.5" fill="#FFFFFF"/>
231
+ <circle cx="15" cy="11" r="1.5" fill="#FFFFFF"/>
232
+ </svg>
233
+ </div>
234
+ <div class="circle">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M6 7h12l-1.5 9H7.5L6 7zm3 12a2 2 0 11.001-4.001A2 2 0 019 19zm8 0a2 2 0 11.999-4.001A2 2 0 0117 19z" fill="#FFFFFF"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Sub actions -->
244
+ <div class="sub-actions">
245
+ <div class="neutral">♡ Save this search</div>
246
+ <div class="sort">
247
+ Sort
248
+ <svg viewBox="0 0 24 24" width="34" height="34" style="fill:#71A7FF">
249
+ <path d="M7 6h10v2H7zm3 5h7v2h-7zm4 5h3v2h-3z"/>
250
+ </svg>
251
+ </div>
252
+ <div class="filter">
253
+ Filter
254
+ <span class="badge">• 1</span>
255
+ <svg viewBox="0 0 24 24" width="34" height="34" style="fill:#71A7FF">
256
+ <path d="M4 6h16l-6 7v5l-4 2v-7z"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Results list -->
262
+ <div class="results">
263
+ <!-- Item 1 -->
264
+ <div class="item">
265
+ <div class="item-row">
266
+ <div class="thumb">
267
+ [IMG: Black Adidas Hiking Shoe]
268
+ <div class="fav">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M12 21s-6-4.35-8.5-7A5 5 0 119 6a5 5 0 119.5 8c-2.5 2.65-8.5 7-8.5 7z"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ <div class="details">
275
+ <div class="title-line">ADIDAS TERREX AX3 MEN'S HIKING SHOES FX4575 size 8 and 9 Brand New #B4-3</div>
276
+ <div class="subline">Brand New</div>
277
+ <div class="price">$79.86 to $89.86</div>
278
+ <div class="shipping">+$86.37 shipping<br>from United States<br>7+ watchers</div>
279
+ <div class="sponsored">Sponsored</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Item 2 -->
285
+ <div class="item">
286
+ <div class="item-row">
287
+ <div class="thumb">
288
+ [IMG: Shoes on Wood Table]
289
+ <div class="fav">
290
+ <svg viewBox="0 0 24 24">
291
+ <path d="M12 21s-6-4.35-8.5-7A5 5 0 119 6a5 5 0 119.5 8c-2.5 2.65-8.5 7-8.5 7z"/>
292
+ </svg>
293
+ </div>
294
+ </div>
295
+ <div class="details">
296
+ <div class="title-line">Adidas Terrex Trailmaker GTX Gore-Tex Waterproof Hiking Shoes FV6863 Men Sz 8</div>
297
+ <div class="subline">Brand New · adidas · adidas TERREX</div>
298
+ <div class="price">$99.00</div>
299
+ <div class="shipping">or Best Offer<br>+$86.64 shipping<br>from United States</div>
300
+ <div class="sponsored">Sponsored</div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Item 3 -->
306
+ <div class="item">
307
+ <div class="item-row">
308
+ <div class="thumb">
309
+ [IMG: Olive Adidas Trail Shoe]
310
+ <div class="fav">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M12 21s-6-4.35-8.5-7A5 5 0 119 6a5 5 0 119.5 8c-2.5 2.65-8.5 7-8.5 7z"/>
313
+ </svg>
314
+ </div>
315
+ </div>
316
+ <div class="details">
317
+ <div class="title-line">Adidas AX2S Men's Trail Running Hiking Sneakers Athletic Shoes</div>
318
+ <div class="subline">Brand New</div>
319
+ <div class="price">$79.99 to $100.00</div>
320
+ <div class="shipping">+$86.71 shipping<br>from United States</div>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Results pill -->
327
+ <div class="results-pill">
328
+ <div class="pill">7,900+ results</div>
329
+ </div>
330
+
331
+ <!-- Bottom navigation -->
332
+ <div class="nav">
333
+ <div class="nav-row">
334
+ <div class="nav-item">
335
+ <div class="icon-wrap">
336
+ <svg viewBox="0 0 24 24">
337
+ <path d="M3 11l9-7 9 7v9H3z" />
338
+ </svg>
339
+ </div>
340
+ <div>Home</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <div class="icon-wrap">
344
+ <svg viewBox="0 0 24 24">
345
+ <circle cx="10" cy="9" r="4"/>
346
+ <path d="M4 20c0-4 4-6 6-6s6 2 6 6"/>
347
+ </svg>
348
+ </div>
349
+ <div>My eBay</div>
350
+ </div>
351
+ <div class="nav-item active">
352
+ <div class="icon-wrap">
353
+ <svg viewBox="0 0 24 24">
354
+ <path d="M10 4a6 6 0 106 6 6 6 0 00-6-6zm9.5 17l-5-5" />
355
+ </svg>
356
+ </div>
357
+ <div>Search</div>
358
+ </div>
359
+ <div class="nav-item">
360
+ <div class="icon-wrap">
361
+ <svg viewBox="0 0 24 24">
362
+ <path d="M12 22a2 2 0 002-2H10a2 2 0 002 2zm6-6V9a6 6 0 10-12 0v7l-2 2h18z"/>
363
+ </svg>
364
+ </div>
365
+ <div>Inbox</div>
366
+ </div>
367
+ <div class="nav-item">
368
+ <div class="icon-wrap">
369
+ <svg viewBox="0 0 24 24">
370
+ <path d="M6 4h12l-2 10H8L6 4zm3 15a2 2 0 112 2 2 2 0 01-2-2z"/>
371
+ <circle cx="16" cy="19" r="2"/>
372
+ </svg>
373
+ </div>
374
+ <div>Selling</div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+
379
+ </div>
380
+ </div>
381
+ </body>
382
+ </html>
code/5683/5683_0.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Men Trainers - Listing</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
+ color: #111;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ .topbar {
20
+ height: 110px;
21
+ padding: 24px 40px 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ }
26
+ .icon-btn {
27
+ width: 48px; height: 48px; cursor: default;
28
+ display: inline-flex; align-items: center; justify-content: center;
29
+ }
30
+ .right-icons .icon-btn { margin-left: 24px; }
31
+
32
+ /* Tabs and results */
33
+ .tabs-wrap {
34
+ padding: 14px 40px 6px 40px;
35
+ display: flex; align-items: center; justify-content: space-between;
36
+ }
37
+ .tabs {
38
+ display: flex; gap: 44px;
39
+ text-transform: uppercase;
40
+ font-size: 28px; letter-spacing: 1px;
41
+ }
42
+ .tab { color: #222; }
43
+ .tab.active { font-weight: 700; position: relative; }
44
+ .tab.active::after {
45
+ content: ""; position: absolute; left: 10%; right: 10%; bottom: -10px;
46
+ height: 4px; background: #111; border-radius: 2px;
47
+ }
48
+ .results {
49
+ font-size: 26px; color: #444; white-space: nowrap;
50
+ }
51
+
52
+ /* Search */
53
+ .search {
54
+ margin: 26px 40px 0 40px;
55
+ height: 96px; border: 2px solid #9e9e9e;
56
+ display: flex; align-items: center; justify-content: space-between;
57
+ padding: 0 24px 0 24px; font-size: 28px; color: #333;
58
+ }
59
+ .search .hint { color: #444; letter-spacing: .5px; }
60
+
61
+ /* Filters */
62
+ .filters {
63
+ padding: 24px 40px;
64
+ display: flex; gap: 24px; flex-wrap: wrap;
65
+ }
66
+ .chip {
67
+ border: 2px solid #9e9e9e; padding: 18px 26px; background: #fff;
68
+ font-size: 26px; letter-spacing: .5px; border-radius: 4px;
69
+ }
70
+
71
+ /* Grid */
72
+ .product-grid {
73
+ margin-top: 6px;
74
+ border-top: 1px solid #000;
75
+ width: 100%;
76
+ display: grid;
77
+ grid-template-columns: 1fr 1fr;
78
+ }
79
+ .card {
80
+ position: relative;
81
+ border-right: 1px solid #000;
82
+ border-bottom: 1px solid #000;
83
+ height: 720px;
84
+ background: #fff;
85
+ }
86
+ .card:nth-child(2n) { border-right: 0; }
87
+
88
+ .img-box {
89
+ position: absolute; left: 0; top: 0; right: 0;
90
+ height: 520px;
91
+ display: flex; align-items: center; justify-content: center;
92
+ }
93
+ .img-ph {
94
+ width: calc(100% - 80px); height: 440px;
95
+ background: #E0E0E0; border: 1px solid #BDBDBD;
96
+ display: flex; align-items: center; justify-content: center;
97
+ color: #757575; font-size: 28px; text-align: center; padding: 0 20px;
98
+ }
99
+ .plus {
100
+ position: absolute; right: 60px; bottom: 220px;
101
+ width: 56px; height: 56px; border-radius: 50%;
102
+ background: #ffffff; border: 1px solid #cfcfcf;
103
+ display: flex; align-items: center; justify-content: center;
104
+ color: #555; font-size: 34px; line-height: 1;
105
+ }
106
+
107
+ .caption {
108
+ position: absolute; left: 0; right: 0; bottom: 0;
109
+ padding: 28px 28px 30px 28px;
110
+ font-size: 26px; letter-spacing: .5px;
111
+ }
112
+ .title {
113
+ text-transform: uppercase; margin-bottom: 10px;
114
+ }
115
+ .price { color: #333; }
116
+
117
+ /* Bottom nav */
118
+ .bottom-nav {
119
+ position: absolute; left: 0; right: 0; bottom: 0;
120
+ height: 150px; background: #fff; border-top: 1px solid #ddd;
121
+ display: flex; align-items: center; justify-content: space-around;
122
+ text-transform: uppercase; letter-spacing: 1px; font-size: 28px;
123
+ }
124
+ .bottom-item { position: relative; color: #111; }
125
+ .bottom-item.active::after {
126
+ content: ""; position: absolute; left: 50%; transform: translateX(-50%);
127
+ bottom: -16px; width: 34px; height: 4px; background: #111; border-radius: 2px;
128
+ }
129
+
130
+ /* Provide space so grid isn't hidden behind bottom nav */
131
+ .content { padding-bottom: 170px; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Top bar with close and view icons -->
138
+ <div class="topbar">
139
+ <div class="icon-btn" aria-label="close">
140
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round">
141
+ <path d="M4 4 L20 20"></path>
142
+ <path d="M20 4 L4 20"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="right-icons">
146
+ <span class="icon-btn" aria-label="list-view">
147
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round">
148
+ <path d="M4 6 H20"></path>
149
+ <path d="M4 12 H20"></path>
150
+ <path d="M4 18 H20"></path>
151
+ </svg>
152
+ </span>
153
+ <span class="icon-btn" aria-label="grid-view">
154
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#111">
155
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
156
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
157
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
158
+ <rect x="14" y="14" width="7" height="7" rx="1"></rect>
159
+ </svg>
160
+ </span>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Tabs and results -->
165
+ <div class="tabs-wrap">
166
+ <div class="tabs">
167
+ <div class="tab">Woman</div>
168
+ <div class="tab active">Man</div>
169
+ <div class="tab">Kids</div>
170
+ <div class="tab">Home</div>
171
+ <div class="tab">Massim</div>
172
+ </div>
173
+ <div class="results">159 Results</div>
174
+ </div>
175
+
176
+ <!-- Search -->
177
+ <div class="search">
178
+ <div class="hint">MEN TRAINERS</div>
179
+ <div class="icon-btn" aria-label="clear search">
180
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round">
181
+ <path d="M4 4 L20 20"></path>
182
+ <path d="M20 4 L4 20"></path>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Filters -->
188
+ <div class="filters">
189
+ <div class="chip">SIZES (1)</div>
190
+ <div class="chip">COLOR</div>
191
+ </div>
192
+
193
+ <div class="content">
194
+ <!-- Product grid -->
195
+ <div class="product-grid">
196
+ <!-- Card 1 -->
197
+ <div class="card">
198
+ <div class="img-box">
199
+ <div class="img-ph">[IMG: Black sneaker side view]</div>
200
+ <div class="plus">+</div>
201
+ </div>
202
+ <div class="caption">
203
+ <div class="title">Monochrome chunky sole ...</div>
204
+ <div class="price">59.90 USD</div>
205
+ </div>
206
+ </div>
207
+ <!-- Card 2 -->
208
+ <div class="card">
209
+ <div class="img-box">
210
+ <div class="img-ph">[IMG: White minimal sneaker]</div>
211
+ <div class="plus">+</div>
212
+ </div>
213
+ <div class="caption">
214
+ <div class="title">Minimal sneakers</div>
215
+ <div class="price">45.90 USD</div>
216
+ </div>
217
+ </div>
218
+ <!-- Card 3 -->
219
+ <div class="card">
220
+ <div class="img-box">
221
+ <div class="img-ph">[IMG: Patterned sneaker toe]</div>
222
+ <div class="plus">+</div>
223
+ </div>
224
+ <div class="caption">
225
+ <div class="title">Pattern detail trainers</div>
226
+ <div class="price">69.90 USD</div>
227
+ </div>
228
+ </div>
229
+ <!-- Card 4 -->
230
+ <div class="card">
231
+ <div class="img-box">
232
+ <div class="img-ph">[IMG: Black leather sneaker]</div>
233
+ <div class="plus">+</div>
234
+ </div>
235
+ <div class="caption">
236
+ <div class="title">Leather look sneakers</div>
237
+ <div class="price">55.90 USD</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Bottom navigation -->
244
+ <div class="bottom-nav">
245
+ <div class="bottom-item active">Home</div>
246
+ <div class="bottom-item">Menu</div>
247
+ <div class="bottom-item">Account</div>
248
+ <div class="bottom-item">Basket (0)</div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/5683/5683_1.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Shop 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: #000; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Simulated app scrollable content */
19
+ .screen {
20
+ position: absolute;
21
+ inset: 0;
22
+ overflow-y: auto;
23
+ -webkit-overflow-scrolling: touch;
24
+ }
25
+
26
+ /* OS status bar */
27
+ .status-bar {
28
+ height: 120px;
29
+ background: #0b0b0b;
30
+ color: #fff;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 36px;
34
+ font-size: 38px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-left { display: flex; align-items: center; gap: 18px; }
38
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
39
+
40
+ /* Top app bar */
41
+ .app-bar {
42
+ height: 140px;
43
+ padding: 0 36px;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ background: #fff;
48
+ border-bottom: 1px solid #eee;
49
+ }
50
+ .title {
51
+ font-size: 56px;
52
+ font-weight: 700;
53
+ }
54
+ .app-actions {
55
+ margin-left: auto;
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 28px;
59
+ }
60
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
61
+ svg { display: block; }
62
+
63
+ .bag {
64
+ position: relative;
65
+ }
66
+ .bag .badge {
67
+ position: absolute;
68
+ top: -4px;
69
+ right: -2px;
70
+ min-width: 44px;
71
+ height: 44px;
72
+ padding: 0 10px;
73
+ border-radius: 22px;
74
+ background: #000;
75
+ color: #fff;
76
+ font-size: 28px;
77
+ line-height: 44px;
78
+ text-align: center;
79
+ }
80
+
81
+ /* Tabs */
82
+ .tabs {
83
+ display: flex;
84
+ gap: 46px;
85
+ align-items: center;
86
+ padding: 26px 36px 0 36px;
87
+ background: #fff;
88
+ }
89
+ .tab {
90
+ font-size: 40px;
91
+ color: #8b8b8b;
92
+ padding: 22px 4px;
93
+ }
94
+ .tab.active {
95
+ color: #000;
96
+ font-weight: 700;
97
+ position: relative;
98
+ }
99
+ .tab.active::after {
100
+ content: "";
101
+ position: absolute;
102
+ left: 0;
103
+ right: 0;
104
+ bottom: -6px;
105
+ height: 8px;
106
+ background: #000;
107
+ border-radius: 4px;
108
+ }
109
+
110
+ /* Section headings */
111
+ .section {
112
+ padding: 36px;
113
+ }
114
+ .section h2 {
115
+ font-size: 62px;
116
+ font-weight: 800;
117
+ margin: 40px 0 28px 0;
118
+ }
119
+
120
+ /* Horizontal scrollers */
121
+ .h-scroll {
122
+ display: flex;
123
+ overflow-x: auto;
124
+ gap: 28px;
125
+ padding-bottom: 8px;
126
+ }
127
+ .h-scroll::-webkit-scrollbar { height: 0; width: 0; }
128
+
129
+ /* Highlight cards */
130
+ .card {
131
+ min-width: 620px;
132
+ max-width: 620px;
133
+ }
134
+ .img-ph {
135
+ width: 100%;
136
+ height: 520px;
137
+ background: #E0E0E0;
138
+ border: 1px solid #BDBDBD;
139
+ border-radius: 32px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ color: #757575;
144
+ font-size: 36px;
145
+ text-align: center;
146
+ padding: 20px;
147
+ box-sizing: border-box;
148
+ }
149
+ .card-title {
150
+ margin-top: 24px;
151
+ font-size: 44px;
152
+ font-weight: 700;
153
+ }
154
+ .card-subtle {
155
+ margin-top: 10px;
156
+ font-size: 34px;
157
+ color: #6a6a6a;
158
+ }
159
+
160
+ /* Gift collection cards */
161
+ .gift-card .img-ph {
162
+ height: 500px;
163
+ }
164
+ .gift-caption {
165
+ margin-top: 22px;
166
+ font-size: 42px;
167
+ font-weight: 700;
168
+ }
169
+
170
+ /* Banner */
171
+ .banner {
172
+ margin-top: 40px;
173
+ }
174
+ .banner .img-ph {
175
+ height: 420px;
176
+ border-radius: 18px;
177
+ justify-content: flex-start;
178
+ padding-left: 36px;
179
+ font-size: 48px;
180
+ font-weight: 700;
181
+ }
182
+
183
+ /* Bottom home pill */
184
+ .home-pill-wrap {
185
+ position: absolute;
186
+ left: 0; right: 0; bottom: 24px;
187
+ display: flex;
188
+ justify-content: center;
189
+ pointer-events: none;
190
+ }
191
+ .home-pill {
192
+ width: 360px;
193
+ height: 14px;
194
+ background: #DADADA;
195
+ border-radius: 10px;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+ <div class="screen">
202
+ <!-- Status bar -->
203
+ <div class="status-bar">
204
+ <div class="status-left">
205
+ <span>8:14</span>
206
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"/></svg>
207
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2" fill="none"/></svg>
208
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="8" stroke="#fff" stroke-width="2" fill="none"/></svg>
209
+ <svg width="10" height="10"><circle cx="5" cy="5" r="5" fill="#fff"/></svg>
210
+ </div>
211
+ <div class="status-right">
212
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h18a9 9 0 00-18 0z"/></svg>
213
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none"><rect x="3" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/><rect x="5" y="8" width="14" height="8" fill="#fff"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- App bar -->
218
+ <div class="app-bar">
219
+ <div class="icon-btn" aria-label="Menu">
220
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#000">
221
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"></path>
222
+ </svg>
223
+ </div>
224
+ <div class="title">Shop</div>
225
+ <div class="app-actions">
226
+ <div class="icon-btn" aria-label="Search">
227
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2">
228
+ <circle cx="11" cy="11" r="7"></circle>
229
+ <path d="M20 20l-4-4"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="icon-btn bag" aria-label="Bag">
233
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2">
234
+ <path d="M6 8h12l-1 11H7L6 8z"></path>
235
+ <path d="M9 8a3 3 0 016 0"></path>
236
+ </svg>
237
+ <div class="badge">1</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Tabs -->
243
+ <div class="tabs">
244
+ <div class="tab active">Men</div>
245
+ <div class="tab">Women</div>
246
+ <div class="tab">Kids</div>
247
+ <div class="tab">Gifts 🎁</div>
248
+ </div>
249
+
250
+ <!-- This Week's Highlights -->
251
+ <div class="section">
252
+ <h2>This Week's Highlights</h2>
253
+ <div class="h-scroll">
254
+ <div class="card">
255
+ <div class="img-ph">[IMG: Jordan Luka 2 Sneaker - App Drop]</div>
256
+ <div class="card-title">Jordan Luka 2 'The Pitch'</div>
257
+ </div>
258
+ <div class="card">
259
+ <div class="img-ph">[IMG: Close-up Nike G.T. Series Shoe]</div>
260
+ <div class="card-title">Nike G.T. Series</div>
261
+ </div>
262
+ <div class="card">
263
+ <div class="img-ph">[IMG: Football Tee - On the Field]</div>
264
+ <div class="card-subtle">Football</div>
265
+ <div class="card-title">On the Field ⚽</div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Gifts That Move You -->
271
+ <div class="section">
272
+ <h2>Gifts That Move You</h2>
273
+ <div class="h-scroll">
274
+ <div class="card gift-card">
275
+ <div class="img-ph">[IMG: Running Shoe Gift Pick]</div>
276
+ <div class="gift-caption">For Runners</div>
277
+ </div>
278
+ <div class="card gift-card">
279
+ <div class="img-ph">[IMG: Training Shoe Gift Pick]</div>
280
+ <div class="gift-caption">For Gym Goers</div>
281
+ </div>
282
+ <div class="card gift-card">
283
+ <div class="img-ph">[IMG: Court Sneaker Gift Pick]</div>
284
+ <div class="gift-caption">For Ballers</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Banner -->
289
+ <div class="banner">
290
+ <div class="img-ph">New & Featured — [IMG: Hero Banner]</div>
291
+ </div>
292
+ </div>
293
+
294
+ <div style="height: 220px"></div>
295
+ </div>
296
+
297
+ <!-- Bottom pill indicator -->
298
+ <div class="home-pill-wrap">
299
+ <div class="home-pill"></div>
300
+ </div>
301
+ </div>
302
+ </body>
303
+ </html>
code/5683/5683_10.html ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Zion 3 PF</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; border-radius: 20px;
13
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
14
+ color: #111;
15
+ }
16
+
17
+ /* Top App Bar */
18
+ .topbar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 170px; background: #000; color: #fff;
21
+ display: flex; align-items: center;
22
+ padding: 0 44px;
23
+ }
24
+ .topbar .title {
25
+ font-size: 44px; font-weight: 600;
26
+ margin-left: 22px;
27
+ }
28
+ .topbar .spacer { flex: 1; }
29
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; margin-left: 26px; }
30
+ .icon-btn svg { width: 48px; height: 48px; }
31
+
32
+ /* Bag count bubble */
33
+ .bag-wrap { position: relative; }
34
+ .bag-count {
35
+ position: absolute; top: -6px; right: -2px;
36
+ background: #fff; color: #000; font-size: 28px; line-height: 28px; font-weight: 600;
37
+ padding: 6px 12px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.2);
38
+ }
39
+
40
+ /* Content area */
41
+ .content {
42
+ position: absolute; top: 170px; left: 0; right: 0;
43
+ padding: 40px 48px 180px 48px;
44
+ }
45
+
46
+ .product-title { font-size: 40px; font-weight: 700; margin: 10px 0 22px; }
47
+ .price { font-size: 40px; font-weight: 600; margin-top: 20px; }
48
+ .subtle { color: #8a8a8a; font-size: 30px; margin-top: 12px; }
49
+ .muted { color: #9b9b9b; font-size: 30px; }
50
+ .desc { font-size: 36px; line-height: 1.6; margin-top: 46px; }
51
+ .bullets { font-size: 34px; line-height: 1.6; margin-top: 36px; padding-left: 30px; }
52
+ .bullets li { margin: 14px 0; }
53
+ .link { font-size: 34px; color: #9b9b9b; margin-top: 40px; }
54
+
55
+ /* Action buttons */
56
+ .actions { margin-top: 80px; }
57
+ .pill {
58
+ height: 150px; border-radius: 80px;
59
+ display: flex; align-items: center; justify-content: center;
60
+ font-size: 40px; font-weight: 600;
61
+ border: 2px solid #e3e3e3; color: #111; background: #fff;
62
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
63
+ }
64
+ .pill + .pill { margin-top: 40px; }
65
+ .pill.dark { background: #0f0f0f; color: #fff; border: none; box-shadow: none; }
66
+ .pill .caret { margin-left: 16px; }
67
+ .heart { margin-left: 18px; }
68
+
69
+ /* Snackbar */
70
+ .snackbar {
71
+ position: absolute; left: 32px; right: 32px; bottom: 140px;
72
+ background: #3f3f3f; color: #fff; font-size: 34px; padding: 28px 34px;
73
+ border-radius: 18px; box-shadow: 0 4px 12px rgba(0,0,0,0.25);
74
+ width: 1016px; margin: 0 auto;
75
+ }
76
+
77
+ /* Home indicator */
78
+ .home-indicator {
79
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
80
+ width: 360px; height: 16px; border-radius: 10px; background: #eaeaea;
81
+ }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Top bar -->
88
+ <div class="topbar">
89
+ <div class="icon-btn" aria-label="Back">
90
+ <svg viewBox="0 0 100 100" fill="none" stroke="#fff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round">
91
+ <path d="M60 20 L30 50 L60 80"/>
92
+ </svg>
93
+ </div>
94
+ <div class="title">Zion 3 PF</div>
95
+ <div class="spacer"></div>
96
+ <div class="icon-btn" aria-label="Search">
97
+ <svg viewBox="0 0 100 100" fill="none" stroke="#fff" stroke-width="8" stroke-linecap="round">
98
+ <circle cx="44" cy="44" r="26"></circle>
99
+ <path d="M66 66 L88 88"></path>
100
+ </svg>
101
+ </div>
102
+ <div class="icon-btn bag-wrap" aria-label="Bag">
103
+ <svg viewBox="0 0 100 100" fill="none" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round">
104
+ <path d="M28 34 H72 L68 86 H32 Z"></path>
105
+ <path d="M36 34 C36 24 44 18 50 18 C56 18 64 24 64 34"></path>
106
+ </svg>
107
+ <div class="bag-count">1</div>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- Content -->
112
+ <div class="content">
113
+ <div class="price">MRP : ₹ 12 795.00</div>
114
+ <div class="subtle">Incl. of taxes</div>
115
+ <div class="muted">(Also includes all applicable duties)</div>
116
+
117
+ <div class="desc">
118
+ Zion's third signature shoe celebrates the dedication he puts in to crafting his singular game.
119
+ Packed with court-ready tech, it's designed for ballers who are masters of both land and air.
120
+ Stay low and contained, then explode skywards, with a cushioned return to earth. The Zion 3 helps
121
+ hold you down—so you can fly your own way.
122
+ </div>
123
+
124
+ <ul class="bullets">
125
+ <li>Shown: Mint Foam/Psychic Purple/Flash Crimson/Concord</li>
126
+ <li>Style: DR0676-300</li>
127
+ <li>Country/Region of Origin: Vietnam</li>
128
+ </ul>
129
+
130
+ <div class="link">View Product Details</div>
131
+
132
+ <div class="actions">
133
+ <div class="pill">Select Size
134
+ <span class="caret">
135
+ <svg viewBox="0 0 100 100" width="44" height="44" fill="#111">
136
+ <path d="M20 40 L50 70 L80 40"></path>
137
+ </svg>
138
+ </span>
139
+ </div>
140
+
141
+ <div class="pill dark">Add to Bag</div>
142
+
143
+ <div class="pill">Favorited
144
+ <span class="heart">
145
+ <svg viewBox="0 0 100 100" width="44" height="44" fill="#111">
146
+ <path d="M50 86 L20 56 C8 44 14 26 30 26 C40 26 46 32 50 38 C54 32 60 26 70 26 C86 26 92 44 80 56 Z"></path>
147
+ </svg>
148
+ </span>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Snackbar -->
154
+ <div class="snackbar">Added to Favorites</div>
155
+
156
+ <!-- Home indicator -->
157
+ <div class="home-indicator"></div>
158
+ </div>
159
+ </body>
160
+ </html>
code/5683/5683_2.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Product UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ }
21
+
22
+ /* Top system status bar (black) */
23
+ .status-bar {
24
+ height: 100px;
25
+ background: #000;
26
+ width: 100%;
27
+ }
28
+
29
+ /* Header */
30
+ .header {
31
+ height: 140px;
32
+ width: 100%;
33
+ border-bottom: 1px solid #eeeeee;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 32px 0 32px;
37
+ box-sizing: border-box;
38
+ }
39
+ .back-btn {
40
+ width: 80px;
41
+ height: 80px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ margin-left: 8px;
46
+ margin-right: 16px;
47
+ cursor: default;
48
+ }
49
+ .back-btn svg {
50
+ width: 44px;
51
+ height: 44px;
52
+ fill: none;
53
+ stroke: #000;
54
+ stroke-width: 6;
55
+ stroke-linecap: round;
56
+ stroke-linejoin: round;
57
+ }
58
+ .search-placeholder {
59
+ font-size: 44px;
60
+ color: #9e9e9e;
61
+ letter-spacing: 0.2px;
62
+ }
63
+
64
+ /* Content area (empty white space) */
65
+ .content {
66
+ position: absolute;
67
+ top: 240px; /* status bar (100) + header (140) */
68
+ left: 0;
69
+ right: 0;
70
+ bottom: 260px; /* space for buttons + gesture bar */
71
+ background: #fff;
72
+ }
73
+
74
+ /* Bottom action buttons */
75
+ .bottom-actions {
76
+ position: absolute;
77
+ left: 60px;
78
+ right: 60px;
79
+ bottom: 210px; /* sits above system gesture bar */
80
+ display: flex;
81
+ justify-content: space-between;
82
+ align-items: center;
83
+ gap: 80px;
84
+ }
85
+ .action-btn {
86
+ flex: 0 0 420px;
87
+ height: 140px;
88
+ background: #111111;
89
+ color: #ffffff;
90
+ border-radius: 100px;
91
+ display: flex;
92
+ align-items: center;
93
+ padding: 0 48px;
94
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
95
+ box-sizing: border-box;
96
+ }
97
+ .action-btn svg {
98
+ width: 56px;
99
+ height: 56px;
100
+ margin-right: 28px;
101
+ fill: none;
102
+ stroke: #fff;
103
+ stroke-width: 5;
104
+ stroke-linecap: round;
105
+ stroke-linejoin: round;
106
+ }
107
+ .action-label {
108
+ font-size: 44px;
109
+ font-weight: 600;
110
+ letter-spacing: 0.2px;
111
+ }
112
+
113
+ /* Bottom system gesture/navigation area */
114
+ .system-bar {
115
+ position: absolute;
116
+ bottom: 0;
117
+ left: 0;
118
+ right: 0;
119
+ height: 110px;
120
+ background: #000;
121
+ }
122
+ .gesture-pill {
123
+ position: absolute;
124
+ bottom: 22px;
125
+ left: 50%;
126
+ transform: translateX(-50%);
127
+ width: 220px;
128
+ height: 14px;
129
+ background: #cfcfcf;
130
+ border-radius: 10px;
131
+ opacity: 0.9;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+ <div class="status-bar"></div>
138
+
139
+ <div class="header">
140
+ <div class="back-btn" aria-label="Back">
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M15.5 4.5L7.5 12l8 7.5" />
143
+ </svg>
144
+ </div>
145
+ <div class="search-placeholder">Search Product</div>
146
+ </div>
147
+
148
+ <div class="content"></div>
149
+
150
+ <div class="bottom-actions">
151
+ <div class="action-btn">
152
+ <!-- Camera icon -->
153
+ <svg viewBox="0 0 24 24" aria-hidden="true">
154
+ <path d="M4 8h16v10H4z" />
155
+ <path d="M9 8l1.5-2h3L15 8" />
156
+ <circle cx="12" cy="13" r="3.5" />
157
+ </svg>
158
+ <div class="action-label">Camera</div>
159
+ </div>
160
+
161
+ <div class="action-btn">
162
+ <!-- Photos icon (stacked images) -->
163
+ <svg viewBox="0 0 24 24" aria-hidden="true">
164
+ <rect x="5" y="6" width="13" height="11" rx="2" />
165
+ <path d="M8 14l3-3 3 3 2-2 2 2" />
166
+ <path d="M4 9V7a2 2 0 0 1 2-2h11" />
167
+ </svg>
168
+ <div class="action-label">Photos</div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="system-bar">
173
+ <div class="gesture-pill"></div>
174
+ </div>
175
+ </div>
176
+ </body>
177
+ </html>
code/5683/5683_3.html ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Product - Mock UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ position: relative;
15
+ width: 1080px;
16
+ height: 2400px;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 110px;
28
+ background: #000;
29
+ color: #fff;
30
+ font-size: 34px;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 32px;
34
+ box-sizing: border-box;
35
+ justify-content: space-between;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 20px;
42
+ opacity: 0.95;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 26px;
48
+ opacity: 0.95;
49
+ }
50
+ .icon-dot {
51
+ width: 10px;
52
+ height: 10px;
53
+ background: #fff;
54
+ border-radius: 50%;
55
+ display: inline-block;
56
+ opacity: 0.8;
57
+ }
58
+
59
+ /* Top search bar */
60
+ .search-bar {
61
+ position: absolute;
62
+ top: 110px;
63
+ left: 0;
64
+ width: 1080px;
65
+ height: 140px;
66
+ background: #ffffff;
67
+ border-bottom: 1px solid #e9e9e9;
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 30px;
71
+ box-sizing: border-box;
72
+ gap: 24px;
73
+ }
74
+ .back-btn {
75
+ width: 72px;
76
+ height: 72px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+ .search-placeholder {
82
+ color: #9e9e9e;
83
+ font-size: 44px;
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 16px;
87
+ }
88
+ .cursor {
89
+ width: 3px;
90
+ height: 48px;
91
+ background: #1a1a1a;
92
+ }
93
+
94
+ /* Main content empty white area */
95
+ .content {
96
+ position: absolute;
97
+ top: 250px; /* status + search */
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 760px; /* keyboard height */
101
+ background: #fff;
102
+ }
103
+
104
+ /* Pills (Camera / Photos) */
105
+ .actions {
106
+ position: absolute;
107
+ top: 1280px;
108
+ left: 0;
109
+ width: 1080px;
110
+ display: flex;
111
+ justify-content: center;
112
+ gap: 100px;
113
+ pointer-events: none; /* purely visual */
114
+ }
115
+ .pill {
116
+ pointer-events: auto;
117
+ width: 440px;
118
+ height: 120px;
119
+ background: #111111;
120
+ color: #ffffff;
121
+ border-radius: 60px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ gap: 26px;
126
+ font-size: 44px;
127
+ font-weight: 600;
128
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
129
+ }
130
+ .pill svg {
131
+ width: 56px;
132
+ height: 56px;
133
+ fill: #fff;
134
+ }
135
+
136
+ /* Keyboard mock */
137
+ .keyboard {
138
+ position: absolute;
139
+ bottom: 0;
140
+ left: 0;
141
+ width: 1080px;
142
+ height: 760px;
143
+ background: #1f1f1f;
144
+ color: #e6e6e6;
145
+ box-sizing: border-box;
146
+ padding: 22px 18px 38px 18px;
147
+ }
148
+ .kb-top {
149
+ display: flex;
150
+ justify-content: space-between;
151
+ align-items: center;
152
+ padding: 6px 8px 10px 8px;
153
+ }
154
+ .kb-top .kb-icon {
155
+ width: 64px;
156
+ height: 64px;
157
+ background: #2b2b2b;
158
+ border-radius: 16px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ color: #cfcfcf;
163
+ font-size: 26px;
164
+ }
165
+ .kb-rows {
166
+ display: grid;
167
+ grid-template-rows: repeat(4, 1fr);
168
+ gap: 16px;
169
+ margin-top: 8px;
170
+ }
171
+ .kb-row {
172
+ display: flex;
173
+ gap: 12px;
174
+ justify-content: center;
175
+ }
176
+ .key {
177
+ background: #2b2b2b;
178
+ border-radius: 14px;
179
+ min-width: 84px;
180
+ height: 110px;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ font-size: 44px;
185
+ color: #e6e6e6;
186
+ }
187
+ .key.small {
188
+ min-width: 120px;
189
+ }
190
+ .key.wide {
191
+ min-width: 220px;
192
+ }
193
+ .key.space {
194
+ min-width: 520px;
195
+ }
196
+ .send-btn {
197
+ width: 112px;
198
+ height: 112px;
199
+ background: #b9d6ff;
200
+ color: #1a1a1a;
201
+ border-radius: 56px;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ font-weight: 700;
206
+ }
207
+
208
+ /* Home indicator */
209
+ .home-indicator {
210
+ position: absolute;
211
+ bottom: 16px;
212
+ left: 50%;
213
+ transform: translateX(-50%);
214
+ width: 280px;
215
+ height: 10px;
216
+ background: #cfcfcf;
217
+ border-radius: 8px;
218
+ opacity: 0.8;
219
+ }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status bar -->
226
+ <div class="status-bar">
227
+ <div class="status-left">
228
+ <span>8:15</span>
229
+ <span class="icon-dot"></span>
230
+ <span class="icon-dot"></span>
231
+ <span class="icon-dot"></span>
232
+ </div>
233
+ <div class="status-right">
234
+ <!-- simple icons -->
235
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
236
+ <path d="M12 3C7 3 2.73 6.11 1 10.5l2.2.9C4.63 9 8.06 6.8 12 6.8s7.37 2.2 8.8 4.6L23 10.5C21.27 6.11 17 3 12 3zm0 6c-3.31 0-6.15 1.77-7.6 4.32l2.18.9C7.84 12.5 9.79 11.4 12 11.4s4.16 1.1 5.41 2.82l2.18-.9C18.15 10.77 15.31 9 12 9zm0 4.2c-1.86 0-3.49.9-4.5 2.28l2.1.86c.6-.7 1.5-1.14 2.4-1.14.9 0 1.8.44 2.4 1.14l2.1-.86C15.49 14.1 13.86 13.2 12 13.2z"/>
237
+ </svg>
238
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
239
+ <path d="M13 3h-2v2h2V3zm8 8h-2v2h2v-2zM5 11H3v2h2v-2zm14.07 6.07-1.41 1.41-1.41-1.41 1.41-1.41 1.41 1.41zM6.76 6.76 5.34 5.34 3.93 6.76l1.41 1.41 1.42-1.41zM12 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
240
+ </svg>
241
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
242
+ <path d="M16 4h-1V2H9v2H8a2 2 0 0 0-2 2v14h12V6a2 2 0 0 0-2-2zM8 6h8v12H8V6z"/>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Search bar -->
248
+ <div class="search-bar">
249
+ <div class="back-btn" aria-label="Back">
250
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#222">
251
+ <path d="M15.5 5 7 12l8.5 7 1.5-1.8L11 12l6-5.2z"/>
252
+ </svg>
253
+ </div>
254
+ <div class="search-placeholder">
255
+ <div class="cursor"></div>
256
+ <span>Search Product</span>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Empty content area -->
261
+ <div class="content"></div>
262
+
263
+ <!-- Action pills -->
264
+ <div class="actions">
265
+ <div class="pill">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M7 7h3l1-2h2l1 2h3a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zm5 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
268
+ </svg>
269
+ <span>Camera</span>
270
+ </div>
271
+ <div class="pill">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M4 7h10v10H4V7zm6 0h10v10H10V7z"/>
274
+ </svg>
275
+ <span>Photos</span>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Keyboard mock -->
280
+ <div class="keyboard">
281
+ <div class="kb-top">
282
+ <div class="kb-icon">⬛</div>
283
+ <div class="kb-icon">☺</div>
284
+ <div class="kb-icon">GIF</div>
285
+ <div class="kb-icon">⚙</div>
286
+ <div class="kb-icon">G</div>
287
+ <div class="kb-icon">🎨</div>
288
+ <div class="kb-icon">🎤</div>
289
+ </div>
290
+
291
+ <div class="kb-rows">
292
+ <div class="kb-row">
293
+ <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>
294
+ <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>
295
+ </div>
296
+ <div class="kb-row">
297
+ <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>
298
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
299
+ </div>
300
+ <div class="kb-row">
301
+ <div class="key small">⇧</div>
302
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
303
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
304
+ <div class="key small">⌫</div>
305
+ </div>
306
+ <div class="kb-row">
307
+ <div class="key small">?123</div>
308
+ <div class="key">,</div>
309
+ <div class="key">☺</div>
310
+ <div class="key space"></div>
311
+ <div class="key">.</div>
312
+ <div class="send-btn">✓</div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="home-indicator"></div>
318
+ </div>
319
+ </body>
320
+ </html>
code/5683/5683_4.html ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI with Keyboard</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 110px;
26
+ background: #000;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ font-size: 36px;
33
+ }
34
+ .status-left { flex: 1; }
35
+ .status-right {
36
+ display: flex;
37
+ gap: 28px;
38
+ align-items: center;
39
+ }
40
+ .status-icon svg { display: block; }
41
+
42
+ /* Search bar area */
43
+ .search-bar {
44
+ position: absolute;
45
+ top: 110px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 120px;
49
+ background: #fff;
50
+ border-bottom: 1px solid #EAEAEA;
51
+ display: flex;
52
+ align-items: center;
53
+ box-sizing: border-box;
54
+ padding: 0 24px;
55
+ }
56
+ .back-btn {
57
+ width: 72px;
58
+ height: 72px;
59
+ border-radius: 36px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ margin-right: 12px;
64
+ }
65
+ .search-text {
66
+ font-size: 40px;
67
+ color: #222;
68
+ letter-spacing: 0.2px;
69
+ flex: 1;
70
+ }
71
+ .clear-btn {
72
+ width: 80px;
73
+ height: 80px;
74
+ background: #E6E6E6;
75
+ border-radius: 40px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ margin-left: 12px;
80
+ }
81
+
82
+ /* Action pills */
83
+ .actions {
84
+ position: absolute;
85
+ left: 0;
86
+ right: 0;
87
+ top: 1280px;
88
+ display: flex;
89
+ justify-content: center;
90
+ gap: 64px;
91
+ }
92
+ .pill {
93
+ width: 430px;
94
+ height: 140px;
95
+ background: #101010;
96
+ color: #fff;
97
+ border-radius: 80px;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ gap: 22px;
102
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
103
+ font-size: 40px;
104
+ font-weight: 600;
105
+ }
106
+ .pill svg { display: block; }
107
+
108
+ /* Keyboard mock */
109
+ .keyboard {
110
+ position: absolute;
111
+ left: 0;
112
+ width: 1080px;
113
+ height: 740px;
114
+ bottom: 80px;
115
+ background: #121212;
116
+ border-top: 1px solid #222;
117
+ box-sizing: border-box;
118
+ padding: 24px 18px 0 18px;
119
+ }
120
+ .key-row {
121
+ display: flex;
122
+ justify-content: center;
123
+ gap: 14px;
124
+ margin-bottom: 20px;
125
+ }
126
+ .key {
127
+ background: #1E1E1E;
128
+ color: #D9D9D9;
129
+ border-radius: 16px;
130
+ min-width: 80px;
131
+ height: 120px;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ font-size: 44px;
136
+ }
137
+ .key.small { min-width: 120px; }
138
+ .key.med { min-width: 140px; }
139
+ .key.wide { min-width: 180px; }
140
+ .space { flex: 1; min-width: 420px; }
141
+ .enter {
142
+ background: #BFD7FF;
143
+ color: #0B1E3A;
144
+ border-radius: 60px;
145
+ width: 140px;
146
+ height: 140px;
147
+ align-self: center;
148
+ }
149
+
150
+ /* Home indicator */
151
+ .home-indicator {
152
+ position: absolute;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ bottom: 20px;
156
+ width: 280px;
157
+ height: 10px;
158
+ background: #E6E6E6;
159
+ border-radius: 10px;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div class="status-left">8:16</div>
169
+ <div class="status-right">
170
+ <!-- Simple dot (notifications) -->
171
+ <div class="status-icon">
172
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="#fff" xmlns="http://www.w3.org/2000/svg">
173
+ <circle cx="7" cy="7" r="5"/></svg>
174
+ </div>
175
+ <!-- Wi-Fi -->
176
+ <div class="status-icon">
177
+ <svg width="46" height="30" viewBox="0 0 46 30" xmlns="http://www.w3.org/2000/svg">
178
+ <path d="M23 26l6-6a13 13 0 00-12 0l6 6z" fill="#fff"/>
179
+ <path d="M23 18l9-9a23 23 0 00-18 0l9 9z" fill="#fff" opacity="0.6"/>
180
+ </svg>
181
+ </div>
182
+ <!-- Battery with bolt -->
183
+ <div class="status-icon">
184
+ <svg width="64" height="30" viewBox="0 0 64 30" xmlns="http://www.w3.org/2000/svg">
185
+ <rect x="2" y="4" width="52" height="22" rx="4" stroke="#fff" fill="none" stroke-width="3"/>
186
+ <rect x="56" y="10" width="6" height="10" rx="2" fill="#fff"/>
187
+ <rect x="6" y="8" width="44" height="14" rx="2" fill="#fff"/>
188
+ <path d="M28 10l-6 6h6l-4 6 10-12h-6z" fill="#0b0b0b"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Search Bar -->
195
+ <div class="search-bar">
196
+ <div class="back-btn">
197
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#000" xmlns="http://www.w3.org/2000/svg">
198
+ <path d="M15.5 19L8.5 12l7-7" stroke="#000" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
199
+ </svg>
200
+ </div>
201
+ <div class="search-text">Zion 3 pi</div>
202
+ <div class="clear-btn">
203
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
204
+ <path d="M7 7l10 10M17 7L7 17" stroke="#6F6F6F" stroke-width="2.4" stroke-linecap="round"/>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Content is mostly empty white space -->
210
+
211
+ <!-- Action Pills -->
212
+ <div class="actions">
213
+ <div class="pill">
214
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
215
+ <path d="M9 7l1.2-2h3.6L15 7h2a2 2 0 012 2v7a2 2 0 01-2 2H7a2 2 0 01-2-2V9a2 2 0 012-2h2z" fill="#fff"/>
216
+ <circle cx="12" cy="13" r="3.2" fill="#101010" stroke="#fff" stroke-width="2"/>
217
+ </svg>
218
+ <span>Camera</span>
219
+ </div>
220
+ <div class="pill">
221
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
222
+ <rect x="4" y="5" width="16" height="14" rx="2" stroke="#fff" stroke-width="2" fill="none"/>
223
+ <rect x="7" y="8" width="10" height="8" rx="1" fill="#fff"/>
224
+ </svg>
225
+ <span>Photos</span>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Keyboard Mock -->
230
+ <div class="keyboard">
231
+ <!-- top utility row -->
232
+ <div class="key-row">
233
+ <div class="key small">?123</div>
234
+ <div class="key small">pf</div>
235
+ <div class="key small">|</div>
236
+ <div class="key small">of</div>
237
+ <div class="key small">pg</div>
238
+ <div class="key small">
239
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#D9D9D9" xmlns="http://www.w3.org/2000/svg">
240
+ <path d="M12 3a5 5 0 00-5 5v3H5l1 8h12l1-8h-2V8a5 5 0 00-5-5z" fill="#D9D9D9"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ <!-- Row 1 -->
245
+ <div class="key-row">
246
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
247
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
248
+ <div class="key">o</div><div class="key">p</div>
249
+ </div>
250
+ <!-- Row 2 -->
251
+ <div class="key-row">
252
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
253
+ <div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div>
254
+ <div class="key">l</div>
255
+ <div class="key med">
256
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#D9D9D9" xmlns="http://www.w3.org/2000/svg">
257
+ <path d="M4 12h13M12 5l-7 7 7 7" stroke="#D9D9D9" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <!-- Row 3 -->
262
+ <div class="key-row">
263
+ <div class="key wide">
264
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#D9D9D9" xmlns="http://www.w3.org/2000/svg">
265
+ <path d="M7 12h10M7 16h10M7 8h6" stroke="#D9D9D9" stroke-width="2" stroke-linecap="round"/>
266
+ </svg>
267
+ </div>
268
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
269
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
270
+ <div class="key med">
271
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#D9D9D9" xmlns="http://www.w3.org/2000/svg">
272
+ <path d="M6 19l12-12M9 7h9v9" stroke="#D9D9D9" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <!-- Bottom row -->
277
+ <div class="key-row" style="align-items:center;">
278
+ <div class="key small">,</div>
279
+ <div class="key space"></div>
280
+ <div class="key small">.</div>
281
+ <div class="enter">
282
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#0B1E3A" xmlns="http://www.w3.org/2000/svg" style="display:block;margin:auto;">
283
+ <path d="M9 12l2 2 4-4" stroke="#0B1E3A" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/>
284
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#0B1E3A" stroke-width="2"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Home indicator -->
291
+ <div class="home-indicator"></div>
292
+ </div>
293
+ </body>
294
+ </html>
code/5683/5683_5.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Zion 3 pf - Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar (mock) */
19
+ .status-bar {
20
+ height: 96px;
21
+ background: #000;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ box-sizing: border-box;
27
+ font-size: 36px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-bar .right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ gap: 28px;
34
+ align-items: center;
35
+ }
36
+ .dot { width: 12px; height: 12px; background:#fff; border-radius: 50%; opacity: .8; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ height: 168px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 36px;
44
+ box-sizing: border-box;
45
+ border-bottom: 1px solid #eaeaea;
46
+ background: #fff;
47
+ }
48
+ .app-title {
49
+ font-size: 46px;
50
+ font-weight: 600;
51
+ margin-left: 18px;
52
+ }
53
+ .app-actions {
54
+ margin-left: auto;
55
+ display: flex;
56
+ gap: 28px;
57
+ align-items: center;
58
+ }
59
+ .icon-btn {
60
+ width: 72px;
61
+ height: 72px;
62
+ display: inline-flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ border-radius: 36px;
66
+ }
67
+ .bag {
68
+ position: relative;
69
+ }
70
+ .bag .badge {
71
+ position: absolute;
72
+ right: -2px;
73
+ top: -2px;
74
+ background: #000;
75
+ color: #fff;
76
+ width: 38px;
77
+ height: 38px;
78
+ border-radius: 50%;
79
+ font-size: 24px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+
85
+ /* Content */
86
+ .content {
87
+ padding: 28px;
88
+ }
89
+ .products {
90
+ display: grid;
91
+ grid-template-columns: 1fr 1fr;
92
+ gap: 28px;
93
+ }
94
+ .product-card {
95
+ background: #fff;
96
+ }
97
+ .img-wrap {
98
+ position: relative;
99
+ height: 480px;
100
+ background: linear-gradient(#d9d9d9, #cfcfcf);
101
+ border: 1px solid #BDBDBD;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ color: #757575;
106
+ font-size: 32px;
107
+ }
108
+ .fav {
109
+ position: absolute;
110
+ top: 24px;
111
+ right: 24px;
112
+ width: 90px;
113
+ height: 90px;
114
+ border-radius: 50%;
115
+ background: #fff;
116
+ border: 2px solid #e5e5e5;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ }
121
+ .details {
122
+ padding: 28px 16px 8px 16px;
123
+ }
124
+ .title {
125
+ font-size: 40px;
126
+ font-weight: 600;
127
+ margin-bottom: 8px;
128
+ }
129
+ .subtitle {
130
+ font-size: 34px;
131
+ color: #8c8c8c;
132
+ }
133
+ .price-line {
134
+ margin-top: 28px;
135
+ font-size: 38px;
136
+ font-weight: 700;
137
+ }
138
+ .mrp-label {
139
+ font-size: 34px;
140
+ font-weight: 600;
141
+ margin-right: 8px;
142
+ }
143
+ .color-dots {
144
+ display: flex;
145
+ gap: 18px;
146
+ align-items: center;
147
+ margin-top: 28px;
148
+ margin-bottom: 18px;
149
+ }
150
+ .dot-fill {
151
+ width: 28px; height: 28px; border-radius: 50%; background: #b9ead4; border: 2px solid #91d2bb;
152
+ }
153
+ .dot-outline {
154
+ width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid #cfcfcf;
155
+ }
156
+ .pill {
157
+ color: #e05220;
158
+ font-weight: 700;
159
+ font-size: 34px;
160
+ margin-bottom: 6px;
161
+ }
162
+ .strike {
163
+ text-decoration: line-through;
164
+ color: #9a9a9a;
165
+ font-weight: 500;
166
+ }
167
+ .inline-strike {
168
+ text-decoration: line-through;
169
+ color: #9a9a9a;
170
+ font-size: 32px;
171
+ margin-left: 12px;
172
+ font-weight: 500;
173
+ }
174
+
175
+ /* Floating Filter Button */
176
+ .fab {
177
+ position: absolute;
178
+ right: 44px;
179
+ bottom: 200px;
180
+ width: 132px;
181
+ height: 132px;
182
+ background: #fff;
183
+ border-radius: 50%;
184
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ }
189
+
190
+ /* Bottom home indicator */
191
+ .home-indicator-wrap {
192
+ position: absolute;
193
+ left: 0;
194
+ right: 0;
195
+ bottom: 0;
196
+ height: 120px;
197
+ background: #000;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ }
202
+ .home-indicator {
203
+ width: 240px;
204
+ height: 12px;
205
+ background: #d1d1d1;
206
+ border-radius: 8px;
207
+ opacity: 0.9;
208
+ }
209
+ /* Utility */
210
+ svg { display: block; }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Mock status bar -->
217
+ <div class="status-bar">
218
+ <div>8:16</div>
219
+ <div class="right">
220
+ <div class="dot" style="opacity:.6;"></div>
221
+ <div class="dot" style="opacity:.6;"></div>
222
+ <div class="dot"></div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- App bar -->
227
+ <div class="app-bar">
228
+ <div class="icon-btn">
229
+ <svg width="48" height="48" viewBox="0 0 24 24">
230
+ <path d="M15.5 19L8.5 12l7-7" stroke="#111" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
231
+ </svg>
232
+ </div>
233
+ <div class="app-title">Zion 3 pf</div>
234
+ <div class="app-actions">
235
+ <div class="icon-btn">
236
+ <svg width="48" height="48" viewBox="0 0 24 24">
237
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"/>
238
+ <path d="M20 20l-3.5-3.5" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="icon-btn bag">
242
+ <svg width="48" height="48" viewBox="0 0 24 24">
243
+ <path d="M6 9h12l-1 10H7L6 9z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
244
+ <path d="M9 9V7a3 3 0 016 0v2" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/>
245
+ </svg>
246
+ <div class="badge">1</div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Content -->
252
+ <div class="content">
253
+ <div class="products">
254
+ <!-- Product 1 -->
255
+ <div class="product-card">
256
+ <div class="img-wrap">
257
+ [IMG: Mint multicolor basketball shoe]
258
+ <div class="fav">
259
+ <svg width="44" height="44" viewBox="0 0 24 24">
260
+ <path d="M12 20s-7-4.4-7-9a4 4 0 017-2.6A4 4 0 0119 11c0 4.6-7 9-7 9z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ <div class="details">
265
+ <div class="title">Zion 3 PF</div>
266
+ <div class="subtitle">Basketball Shoes</div>
267
+ <div class="price-line"><span class="mrp-label">MRP :</span>₹ 12 795.00</div>
268
+ <div class="color-dots">
269
+ <span class="dot-fill"></span>
270
+ <span class="dot-outline"></span>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Product 2 -->
276
+ <div class="product-card">
277
+ <div class="img-wrap">
278
+ [IMG: Yellow mid basketball shoe]
279
+ <div class="fav">
280
+ <svg width="44" height="44" viewBox="0 0 24 24">
281
+ <path d="M12 20s-7-4.4-7-9a4 4 0 017-2.6A4 4 0 0119 11c0 4.6-7 9-7 9z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ <div class="details">
286
+ <div class="pill">Just In</div>
287
+ <div class="title">Zion 2 'Full Moon' PF</div>
288
+ <div class="subtitle">Basketball Shoes</div>
289
+ <div class="price-line">
290
+ ₹ 12 157.00 <span class="inline-strike">MRP :</span>
291
+ </div>
292
+ <div class="subtitle strike">₹ 12 795.00</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Floating filter button -->
299
+ <div class="fab">
300
+ <svg width="64" height="64" viewBox="0 0 24 24">
301
+ <path d="M4 7h10M4 17h6" stroke="#111" stroke-width="2" stroke-linecap="round"/>
302
+ <circle cx="17" cy="7" r="2" fill="#111"/>
303
+ <circle cx="13" cy="17" r="2" fill="#111"/>
304
+ </svg>
305
+ </div>
306
+
307
+ <!-- Bottom home indicator area -->
308
+ <div class="home-indicator-wrap">
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+ </div>
312
+ </body>
313
+ </html>
code/5683/5683_6.html ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Minimal Loading Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* System status bar (top) */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #000;
26
+ }
27
+
28
+ /* App header area */
29
+ .header {
30
+ position: absolute;
31
+ top: 120px; /* sits just below the black status bar */
32
+ left: 0;
33
+ width: 100%;
34
+ height: 150px;
35
+ background: #FFFFFF;
36
+ }
37
+
38
+ .icon-btn {
39
+ width: 72px;
40
+ height: 72px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ position: absolute;
45
+ top: 38px;
46
+ cursor: default;
47
+ }
48
+
49
+ .icon-btn svg { width: 48px; height: 48px; }
50
+
51
+ .icon-back { left: 28px; }
52
+ .icon-search { right: 140px; }
53
+ .icon-bag { right: 44px; }
54
+
55
+ /* Badge on the bag icon */
56
+ .bag-badge {
57
+ position: absolute;
58
+ right: 30px;
59
+ top: 22px;
60
+ width: 40px;
61
+ height: 40px;
62
+ border: 2px solid #000;
63
+ border-radius: 6px;
64
+ background: #fff;
65
+ color: #000;
66
+ font-size: 24px;
67
+ line-height: 40px;
68
+ text-align: center;
69
+ font-weight: 600;
70
+ }
71
+
72
+ /* Center loading spinner */
73
+ .spinner {
74
+ position: absolute;
75
+ left: 50%;
76
+ top: 50%;
77
+ width: 120px;
78
+ height: 120px;
79
+ margin-left: -60px;
80
+ margin-top: -60px;
81
+ border-radius: 50%;
82
+ border: 10px solid #9E9E9E;
83
+ border-top-color: transparent;
84
+ }
85
+
86
+ /* Bottom gesture/navigation area */
87
+ .bottom-bar {
88
+ position: absolute;
89
+ left: 0;
90
+ bottom: 0;
91
+ width: 1080px;
92
+ height: 120px;
93
+ background: #000;
94
+ }
95
+ .gesture-pill {
96
+ position: absolute;
97
+ left: 50%;
98
+ bottom: 36px;
99
+ width: 300px;
100
+ height: 14px;
101
+ margin-left: -150px;
102
+ background: #E0E0E0;
103
+ border-radius: 10px;
104
+ opacity: 0.95;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+ <!-- Top system status bar (visual only) -->
111
+ <div class="status-bar"></div>
112
+
113
+ <!-- Header with navigation icons -->
114
+ <div class="header">
115
+ <div class="icon-btn icon-back" aria-label="Back">
116
+ <svg viewBox="0 0 48 48">
117
+ <path d="M30 8 L14 24 L30 40" fill="none" stroke="#111" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
118
+ </svg>
119
+ </div>
120
+
121
+ <div class="icon-btn icon-search" aria-label="Search">
122
+ <svg viewBox="0 0 48 48">
123
+ <circle cx="22" cy="22" r="10" fill="none" stroke="#111" stroke-width="4"/>
124
+ <path d="M31 31 L42 42" stroke="#111" stroke-width="4" stroke-linecap="round"/>
125
+ </svg>
126
+ </div>
127
+
128
+ <div class="icon-btn icon-bag" aria-label="Bag">
129
+ <svg viewBox="0 0 48 48">
130
+ <path d="M12 18 H36 L34 40 H14 Z" fill="none" stroke="#111" stroke-width="4" stroke-linejoin="round"/>
131
+ <path d="M18 18 C18 13 22 10 24 10 C26 10 30 13 30 18" fill="none" stroke="#111" stroke-width="4" stroke-linecap="round"/>
132
+ </svg>
133
+ </div>
134
+ <div class="bag-badge">1</div>
135
+ </div>
136
+
137
+ <!-- Center loading indicator -->
138
+ <div class="spinner"></div>
139
+
140
+ <!-- Bottom gesture/navigation area -->
141
+ <div class="bottom-bar">
142
+ <div class="gesture-pill"></div>
143
+ </div>
144
+ </div>
145
+ </body>
146
+ </html>
code/5683/5683_7.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Zion 3 PF - Product</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #000;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ font-size: 34px;
27
+ }
28
+ .status-left { flex: 1; }
29
+ .status-right {
30
+ display: flex;
31
+ gap: 28px;
32
+ align-items: center;
33
+ }
34
+ .sb-icon { width: 40px; height: 40px; opacity: 0.9; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 130px;
39
+ background: #fff;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 28px;
43
+ box-sizing: border-box;
44
+ border-bottom: 1px solid #e9e9e9;
45
+ }
46
+ .app-bar .left {
47
+ width: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: flex-start;
51
+ }
52
+ .app-bar .title {
53
+ flex: 1;
54
+ text-align: center;
55
+ font-size: 44px;
56
+ font-weight: 600;
57
+ color: #111;
58
+ }
59
+ .app-bar .actions {
60
+ width: 180px;
61
+ display: flex;
62
+ justify-content: flex-end;
63
+ align-items: center;
64
+ gap: 32px;
65
+ }
66
+ .icon-btn { width: 64px; height: 64px; border: none; background: transparent; padding: 0; }
67
+ .icon { width: 56px; height: 56px; }
68
+
69
+ .bag {
70
+ position: relative;
71
+ }
72
+ .bag .badge {
73
+ position: absolute;
74
+ right: -2px;
75
+ top: -2px;
76
+ background: #111;
77
+ color: #fff;
78
+ font-size: 26px;
79
+ width: 36px; height: 36px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ border-radius: 8px;
82
+ }
83
+
84
+ /* Hero image area */
85
+ .hero {
86
+ height: 980px;
87
+ background: linear-gradient(#cfcfcf, #bcbcbc);
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ position: relative;
92
+ }
93
+ .img-placeholder {
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ color: #757575;
97
+ display: flex;
98
+ justify-content: center;
99
+ align-items: center;
100
+ text-align: center;
101
+ }
102
+ .hero .shoe {
103
+ width: 1000px;
104
+ height: 520px;
105
+ border-radius: 12px;
106
+ font-size: 34px;
107
+ padding: 0 20px;
108
+ box-sizing: border-box;
109
+ }
110
+
111
+ .progress-track {
112
+ position: absolute;
113
+ bottom: 60px;
114
+ left: 64px;
115
+ right: 64px;
116
+ height: 10px;
117
+ background: #e5e5e5;
118
+ border-radius: 6px;
119
+ overflow: hidden;
120
+ }
121
+ .progress-thumb {
122
+ width: 140px;
123
+ height: 100%;
124
+ background: #6b6b6b;
125
+ border-radius: 6px;
126
+ }
127
+
128
+ /* Thumbnails */
129
+ .thumbs {
130
+ padding: 28px 28px 8px 28px;
131
+ display: grid;
132
+ grid-template-columns: 1fr 1fr;
133
+ gap: 28px;
134
+ box-sizing: border-box;
135
+ }
136
+ .thumb {
137
+ height: 360px;
138
+ border-radius: 8px;
139
+ }
140
+
141
+ /* Details section */
142
+ .details {
143
+ padding: 36px 40px 0 40px;
144
+ }
145
+ .category {
146
+ color: #6e6e6e;
147
+ font-size: 38px;
148
+ margin-bottom: 10px;
149
+ }
150
+ .product-title {
151
+ font-size: 74px;
152
+ font-weight: 800;
153
+ color: #111;
154
+ line-height: 1.1;
155
+ margin: 0 0 12px 0;
156
+ }
157
+
158
+ /* Home indicator */
159
+ .home-indicator {
160
+ position: absolute;
161
+ bottom: 24px;
162
+ left: 50%;
163
+ transform: translateX(-50%);
164
+ width: 360px;
165
+ height: 12px;
166
+ background: #cfcfcf;
167
+ border-radius: 8px;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+ <!-- Status Bar -->
174
+ <div class="status-bar">
175
+ <div class="status-left">8:17</div>
176
+ <div class="status-right">
177
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#fff"/></svg>
178
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#fff" stroke-width="2"/><line x1="16" y1="16" x2="22" y2="22" stroke="#fff" stroke-width="2"/></svg>
179
+ <svg class="sb-icon" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="#fff"/></svg>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- App Bar -->
184
+ <div class="app-bar">
185
+ <div class="left">
186
+ <button class="icon-btn" aria-label="Back">
187
+ <svg class="icon" viewBox="0 0 24 24">
188
+ <polyline points="15,4 7,12 15,20" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></polyline>
189
+ </svg>
190
+ </button>
191
+ </div>
192
+ <div class="title">Zion 3 PF</div>
193
+ <div class="actions">
194
+ <svg class="icon" viewBox="0 0 24 24">
195
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#111" stroke-width="2"></circle>
196
+ <line x1="17" y1="17" x2="22" y2="22" stroke="#111" stroke-width="2"></line>
197
+ </svg>
198
+ <div class="bag">
199
+ <svg class="icon" viewBox="0 0 24 24">
200
+ <rect x="4" y="7" width="16" height="13" rx="2" ry="2" fill="none" stroke="#111" stroke-width="2"></rect>
201
+ <path d="M8 7a4 4 0 0 1 8 0" fill="none" stroke="#111" stroke-width="2"></path>
202
+ </svg>
203
+ <div class="badge">1</div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Hero image -->
209
+ <div class="hero">
210
+ <div class="img-placeholder shoe">[IMG: Mint multicolor basketball sneaker - side view]</div>
211
+ <div class="progress-track"><div class="progress-thumb"></div></div>
212
+ </div>
213
+
214
+ <!-- Thumbnails -->
215
+ <div class="thumbs">
216
+ <div class="img-placeholder thumb">[IMG: White sneaker thumbnail]</div>
217
+ <div class="img-placeholder thumb">[IMG: Mint multicolor sneaker thumbnail]</div>
218
+ </div>
219
+
220
+ <!-- Details -->
221
+ <div class="details">
222
+ <div class="category">Basketball Shoes</div>
223
+ <h1 class="product-title">Zion 3 PF</h1>
224
+ </div>
225
+
226
+ <div class="home-indicator"></div>
227
+ </div>
228
+ </body>
229
+ </html>
code/5683/5683_8.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Product Detail - Zion 3 PF</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 0; box-shadow: none;
13
+ color: #111;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 104px; background: #000; color: #fff;
20
+ display: flex; align-items: center; padding: 0 30px; font-size: 36px;
21
+ }
22
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
23
+ .status-icon svg { display: block; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 104px; left: 0; right: 0;
28
+ height: 120px; background: #fff; border-bottom: 1px solid #eee;
29
+ display: flex; align-items: center; padding: 0 30px;
30
+ }
31
+ .header-title {
32
+ font-size: 42px; font-weight: 600; margin-left: 20px;
33
+ }
34
+ .header-actions { margin-left: auto; display: flex; align-items: center; gap: 36px; }
35
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
36
+ .bag { position: relative; }
37
+ .bag-badge {
38
+ position: absolute; top: -6px; right: -6px;
39
+ width: 36px; height: 36px; border-radius: 50%;
40
+ background: #fff; border: 2px solid #000; color: #000;
41
+ display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700;
42
+ }
43
+
44
+ /* Tabs/Placeholders */
45
+ .top-placeholders {
46
+ position: absolute; top: 224px; left: 30px; right: 30px;
47
+ display: flex; gap: 24px;
48
+ }
49
+ .ph {
50
+ flex: 1; height: 44px;
51
+ background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
53
+ }
54
+
55
+ /* Content */
56
+ .content {
57
+ position: absolute; top: 300px; left: 30px; right: 30px; bottom: 200px;
58
+ overflow: hidden;
59
+ }
60
+ .scroll {
61
+ position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow-y: auto; padding: 40px 10px 220px 10px;
62
+ }
63
+
64
+ .subhead { font-size: 34px; color: #444; margin-top: 20px; }
65
+ .title { font-size: 66px; font-weight: 700; margin: 10px 0 30px; }
66
+ .price { font-size: 38px; font-weight: 600; margin-top: 10px; }
67
+ .tax { font-size: 30px; color: #888; margin-top: 10px; }
68
+ .desc { font-size: 32px; line-height: 48px; margin-top: 50px; color: #111; }
69
+ .bullets { margin-top: 40px; font-size: 32px; line-height: 48px; }
70
+ .link { margin-top: 40px; font-size: 32px; color: #777; text-decoration: none; }
71
+
72
+ /* Actions */
73
+ .actions {
74
+ margin-top: 50px; display: flex; flex-direction: column; gap: 30px;
75
+ }
76
+ .pill {
77
+ height: 120px; border-radius: 60px; display: flex; align-items: center; justify-content: center;
78
+ font-size: 38px; font-weight: 600;
79
+ }
80
+ .size-btn {
81
+ background: #fff; border: 2px solid #E0E0E0; color: #111;
82
+ box-shadow: 0 0 0 1px #E0E0E0 inset;
83
+ }
84
+ .add-btn {
85
+ background: #111; color: #fff;
86
+ }
87
+ .size-btn .chev {
88
+ width: 28px; height: 28px; margin-left: 12px;
89
+ }
90
+
91
+ /* Gesture bar */
92
+ .gesture {
93
+ position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: #000;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+ .gesture .handle {
97
+ width: 220px; height: 12px; background: #eee; border-radius: 8px;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status Bar -->
105
+ <div class="status-bar">
106
+ <div>8:18</div>
107
+ <div class="status-right">
108
+ <div class="status-icon">
109
+ <!-- Sun (brightness) -->
110
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="4"/><path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
111
+ </div>
112
+ <div class="status-icon">
113
+ <!-- Check circle -->
114
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
115
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/><path d="M7 12l3 3 7-7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
116
+ </svg>
117
+ </div>
118
+ <div class="status-icon">
119
+ <!-- Clock -->
120
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
121
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/><path d="M12 6v6l4 2" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
122
+ </svg>
123
+ </div>
124
+ <div class="status-icon">
125
+ <!-- Dot -->
126
+ <svg width="12" height="12"><circle cx="6" cy="6" r="6" fill="#fff"/></svg>
127
+ </div>
128
+ <div class="status-icon">
129
+ <!-- Wifi -->
130
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
131
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
132
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
133
+ <path d="M8 15c3-2 5-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
134
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
135
+ </svg>
136
+ </div>
137
+ <div class="status-icon">
138
+ <!-- Battery -->
139
+ <svg width="44" height="24" viewBox="0 0 44 24" fill="none">
140
+ <rect x="1" y="4" width="36" height="16" rx="3" stroke="#fff" stroke-width="2"/>
141
+ <rect x="3" y="6" width="30" height="12" rx="2" fill="#fff"/>
142
+ <rect x="38" y="8" width="4" height="8" rx="1" fill="#fff"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Header -->
149
+ <div class="header">
150
+ <div class="icon-btn">
151
+ <!-- Back Arrow -->
152
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
153
+ <path d="M15 18l-6-6 6-6" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
154
+ </svg>
155
+ </div>
156
+ <div class="header-title">Zion 3 PF</div>
157
+ <div class="header-actions">
158
+ <div class="icon-btn">
159
+ <!-- Search -->
160
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
161
+ <circle cx="10" cy="10" r="6" stroke="#111" stroke-width="2"/>
162
+ <path d="M14.5 14.5L20 20" stroke="#111" stroke-width="2" stroke-linecap="round"/>
163
+ </svg>
164
+ </div>
165
+ <div class="icon-btn bag">
166
+ <!-- Bag -->
167
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
168
+ <path d="M6 8h12l-1 12H7L6 8z" stroke="#111" stroke-width="2" fill="none"/>
169
+ <path d="M9 8a3 3 0 0 1 6 0" stroke="#111" stroke-width="2" fill="none"/>
170
+ </svg>
171
+ <div class="bag-badge">1</div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Top placeholders (tabs/images) -->
177
+ <div class="top-placeholders">
178
+ <div class="ph">[IMG: Placeholder]</div>
179
+ <div class="ph">[IMG: Placeholder]</div>
180
+ </div>
181
+
182
+ <!-- Content body -->
183
+ <div class="content">
184
+ <div class="scroll">
185
+ <div class="subhead">Basketball Shoes</div>
186
+ <div class="title">Zion 3 PF</div>
187
+
188
+ <div class="price">MRP : ₹ 12 795.00</div>
189
+ <div class="tax">Incl. of taxes</div>
190
+ <div class="tax">(Also includes all applicable duties)</div>
191
+
192
+ <div class="desc">
193
+ Zion's third signature shoe celebrates the dedication he puts in to crafting his singular game. Packed with court-ready tech, it's designed for ballers who are masters of both land and air. Stay low and contained, then explode skywards, with a cushioned return to earth. The Zion 3 helps hold you down—so you can fly your own way.
194
+ </div>
195
+
196
+ <div class="bullets">
197
+ •&nbsp; Shown: Mint Foam/Psychic Purple/Flash Crimson/Concord<br/>
198
+ •&nbsp; Style: DR0676-300<br/>
199
+ •&nbsp; Country/Region of Origin: Vietnam
200
+ </div>
201
+
202
+ <a href="#" class="link">View Product Details</a>
203
+
204
+ <div class="actions">
205
+ <div class="pill size-btn">Select Size
206
+ <svg class="chev" viewBox="0 0 24 24">
207
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="pill add-btn">Add to Bag</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Gesture bar -->
216
+ <div class="gesture">
217
+ <div class="handle"></div>
218
+ </div>
219
+
220
+ </div>
221
+ </body>
222
+ </html>