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

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/5959/5959_1.html +218 -0
  2. code/5983/5983_13.html +369 -0
  3. code/5983/5983_14.html +322 -0
  4. code/5983/5983_15.html +354 -0
  5. code/5983/5983_16.html +456 -0
  6. code/5983/5983_2.html +268 -0
  7. code/5983/5983_3.html +270 -0
  8. code/5983/5983_4.html +255 -0
  9. code/5983/5983_5.html +363 -0
  10. code/5983/5983_6.html +276 -0
  11. code/5983/5983_7.html +214 -0
  12. code/5983/5983_8.html +294 -0
  13. code/5983/5983_9.html +336 -0
  14. code/5985/5985_0.html +315 -0
  15. code/5985/5985_1.html +350 -0
  16. code/5985/5985_2.html +396 -0
  17. code/5985/5985_3.html +159 -0
  18. code/5985/5985_4.html +263 -0
  19. code/5985/5985_5.html +280 -0
  20. code/5986/5986_0.html +253 -0
  21. code/5986/5986_1.html +355 -0
  22. code/5986/5986_2.html +287 -0
  23. code/5986/5986_3.html +363 -0
  24. code/5986/5986_4.html +443 -0
  25. code/5987/5987_0.html +316 -0
  26. code/5987/5987_1.html +285 -0
  27. code/5987/5987_2.html +334 -0
  28. code/5987/5987_3.html +262 -0
  29. code/5987/5987_4.html +365 -0
  30. code/5989/5989_0.html +267 -0
  31. code/5989/5989_1.html +287 -0
  32. code/5989/5989_2.html +391 -0
  33. code/5989/5989_3.html +361 -0
  34. code/5989/5989_4.html +350 -0
  35. code/5989/5989_5.html +129 -0
  36. code/5989/5989_6.html +344 -0
  37. code/5992/5992_0.html +308 -0
  38. code/5992/5992_1.html +354 -0
  39. code/5992/5992_10.html +143 -0
  40. code/5992/5992_11.html +179 -0
  41. code/5992/5992_12.html +242 -0
  42. code/5992/5992_13.html +282 -0
  43. code/5992/5992_14.html +243 -0
  44. code/5992/5992_15.html +221 -0
  45. code/5992/5992_16.html +317 -0
  46. code/5992/5992_17.html +332 -0
  47. code/5992/5992_18.html +353 -0
  48. code/5992/5992_2.html +255 -0
  49. code/5992/5992_3.html +281 -0
  50. code/5992/5992_4.html +128 -0
code/5959/5959_1.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filters Panel - Price Range</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif; color:#222; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#f5f5f7;
12
+ }
13
+
14
+ /* Background page (search results header) */
15
+ .top-bar {
16
+ height:220px;
17
+ padding:40px 36px 0 36px;
18
+ background:#ffffff;
19
+ border-bottom:1px solid #e6e6e6;
20
+ }
21
+ .top-row {
22
+ display:flex; align-items:center; gap:24px;
23
+ }
24
+ .back-btn {
25
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center; color:#333;
26
+ }
27
+ .search-pill {
28
+ flex:1; height:88px; border:1px solid #d9d9d9; border-radius:44px; background:#fff; display:flex; align-items:center; padding:0 28px; gap:20px;
29
+ }
30
+ .search-pill span { color:#6b6b6b; font-size:34px; }
31
+ .top-meta {
32
+ margin-top:18px; color:#6b6b6b; font-size:32px;
33
+ }
34
+
35
+ /* Bottom device bar mock */
36
+ .device-bar {
37
+ position:absolute; left:0; bottom:0; width:100%; height:120px; background:#000;
38
+ }
39
+ .home-indicator {
40
+ position:absolute; left:50%; transform:translateX(-50%);
41
+ bottom:36px; width:240px; height:12px; border-radius:8px; background:#cfcfcf;
42
+ }
43
+
44
+ /* Bottom sheet (Filters) */
45
+ .sheet {
46
+ position:absolute; left:0; right:0; bottom:120px; height:1720px;
47
+ background:#fff; border-radius:36px 36px 0 0;
48
+ box-shadow:0 -6px 24px rgba(0,0,0,0.12);
49
+ display:flex; flex-direction:column;
50
+ }
51
+ .sheet-header {
52
+ padding:36px 36px 0 36px;
53
+ }
54
+ .sheet-title-row {
55
+ display:flex; align-items:center; justify-content:space-between;
56
+ }
57
+ .sheet-title { font-size:52px; font-weight:700; }
58
+ .close-btn {
59
+ width:88px; height:88px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:default;
60
+ }
61
+ .divider { height:1px; background:#ececec; margin-top:24px; }
62
+
63
+ .sheet-body {
64
+ flex:1; display:flex; min-height:0;
65
+ }
66
+ /* Left sidebar */
67
+ .sidebar {
68
+ width:330px; background:#fafafa; border-right:1px solid #ececec;
69
+ }
70
+ .filter-item {
71
+ height:140px; display:flex; align-items:center; padding:0 28px; font-size:34px; color:#444; border-bottom:1px solid #ececec; position:relative;
72
+ }
73
+ .filter-item.active {
74
+ background:#fff; font-weight:700;
75
+ }
76
+ .filter-item.active::before {
77
+ content:""; position:absolute; left:0; top:0; bottom:0; width:12px; background:#e40b53; border-radius:0 8px 8px 0;
78
+ }
79
+
80
+ /* Content area */
81
+ .content {
82
+ flex:1; padding:40px 48px;
83
+ }
84
+ .section-title { font-size:40px; font-weight:700; color:#222; }
85
+ .price-inputs {
86
+ display:flex; align-items:center; gap:28px; margin-top:30px;
87
+ }
88
+ .price-box {
89
+ width:280px; height:120px; background:#f4f5f6; border-radius:18px; box-shadow:0 4px 0 #e5e5e5 inset;
90
+ display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:700; color:#222;
91
+ }
92
+ .dash {
93
+ font-size:48px; color:#9a9a9a; font-weight:700;
94
+ }
95
+
96
+ /* Slider mock */
97
+ .slider {
98
+ margin-top:80px; width:85%; max-width:760px; position:relative;
99
+ }
100
+ .track {
101
+ height:10px; background:#d9d9d9; border-radius:6px; position:relative;
102
+ }
103
+ .progress {
104
+ position:absolute; left:0; top:0; height:10px; width:100%; background:linear-gradient(90deg,#e40b53 0%, #e40b53 90%, transparent 90%); border-radius:6px;
105
+ }
106
+ .thumb { position:absolute; top:50%; transform:translate(-50%,-50%); width:44px; height:44px; background:#fff; border:6px solid #5b5b5b; border-radius:50%; }
107
+ .thumb.left { left:0%; }
108
+ .thumb.right { right:0%; transform:translate(50%,-50%); }
109
+ .range-labels {
110
+ margin-top:18px; display:flex; justify-content:space-between; width:85%; max-width:760px; font-size:30px; color:#6b6b6b;
111
+ }
112
+
113
+ /* Bottom buttons */
114
+ .sheet-footer {
115
+ padding:24px 36px 36px; display:flex; gap:28px; align-items:center;
116
+ }
117
+ .btn {
118
+ height:120px; border-radius:22px; font-size:40px; font-weight:700; display:flex; align-items:center; justify-content:center;
119
+ }
120
+ .btn-outline {
121
+ flex:1; border:3px solid #3a3a3a; color:#222; background:#fff;
122
+ }
123
+ .btn-primary {
124
+ flex:1.6; background:#e40b53; color:#fff; border:none;
125
+ }
126
+
127
+ /* Simple icons */
128
+ svg { display:block; }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Background content -->
135
+ <div class="top-bar">
136
+ <div class="top-row">
137
+ <div class="back-btn">
138
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
139
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
140
+ </svg>
141
+ </div>
142
+ <div class="search-pill">
143
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
144
+ <circle cx="11" cy="11" r="7" stroke="#3a3a3a" stroke-width="2"/>
145
+ <path d="M20 20l-3.8-3.8" stroke="#3a3a3a" stroke-width="2" stroke-linecap="round"/>
146
+ </svg>
147
+ <span>hardware products</span>
148
+ </div>
149
+ <div style="width:72px;"></div>
150
+ </div>
151
+ <div class="top-meta">Showing 789 results for hardware products</div>
152
+ </div>
153
+
154
+ <!-- Bottom sheet overlay -->
155
+ <div class="sheet">
156
+ <div class="sheet-header">
157
+ <div class="sheet-title-row">
158
+ <div class="sheet-title">Filters</div>
159
+ <div class="close-btn">
160
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
161
+ <path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" stroke-linecap="round"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ <div class="divider"></div>
166
+ </div>
167
+
168
+ <div class="sheet-body">
169
+ <!-- Sidebar -->
170
+ <div class="sidebar">
171
+ <div class="filter-item">Category</div>
172
+ <div class="filter-item active">Price</div>
173
+ <div class="filter-item">Customer Rating</div>
174
+ <div class="filter-item">Brand</div>
175
+ <div class="filter-item">Type</div>
176
+ <div class="filter-item">Material</div>
177
+ <div class="filter-item">Color</div>
178
+ <div class="filter-item">Pack</div>
179
+ <div class="filter-item">Discount %</div>
180
+ </div>
181
+
182
+ <!-- Content -->
183
+ <div class="content">
184
+ <div class="section-title">Select Price Range</div>
185
+
186
+ <div class="price-inputs">
187
+ <div class="price-box">₹70</div>
188
+ <div class="dash">-</div>
189
+ <div class="price-box">₹1249</div>
190
+ </div>
191
+
192
+ <div class="slider">
193
+ <div class="track">
194
+ <div class="progress"></div>
195
+ <div class="thumb left"></div>
196
+ <div class="thumb right"></div>
197
+ </div>
198
+ </div>
199
+ <div class="range-labels">
200
+ <div>70</div>
201
+ <div>1249</div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="sheet-footer">
207
+ <div class="btn btn-outline">Clear Filter</div>
208
+ <div class="btn btn-primary">Apply Filter</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Device bottom bar -->
213
+ <div class="device-bar">
214
+ <div class="home-indicator"></div>
215
+ </div>
216
+ </div>
217
+ </body>
218
+ </html>
code/5983/5983_13.html ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Recreation - Honolulu Filters Bottom Sheet</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #212121; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #FFFFFF;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 40px;
28
+ font-size: 36px;
29
+ color: #2b2b2b;
30
+ z-index: 3;
31
+ }
32
+ .status-icons {
33
+ margin-left: auto;
34
+ display: flex;
35
+ gap: 24px;
36
+ align-items: center;
37
+ }
38
+ .status-dot {
39
+ width: 26px;
40
+ height: 26px;
41
+ background: #2b2b2b;
42
+ border-radius: 50%;
43
+ }
44
+ .wifi {
45
+ width: 42px; height: 42px;
46
+ }
47
+ .battery {
48
+ width: 42px; height: 42px;
49
+ }
50
+
51
+ /* Header with destination & pill */
52
+ .header {
53
+ position: absolute;
54
+ top: 120px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 220px;
58
+ background: #FFFFFF;
59
+ z-index: 3;
60
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04);
61
+ }
62
+ .header-content {
63
+ position: relative;
64
+ margin: 20px 40px;
65
+ height: 180px;
66
+ display: flex;
67
+ align-items: center;
68
+ }
69
+ .header-pill {
70
+ position: absolute;
71
+ left: 120px;
72
+ right: 140px;
73
+ top: 10px;
74
+ height: 160px;
75
+ background: #F5F5F5;
76
+ border-radius: 80px;
77
+ }
78
+ .back-icon {
79
+ width: 72px; height: 72px; margin-right: 24px; z-index: 1;
80
+ }
81
+ .title-wrap {
82
+ position: relative;
83
+ z-index: 1;
84
+ margin-left: 40px;
85
+ }
86
+ .city-title {
87
+ font-size: 52px;
88
+ font-weight: 700;
89
+ margin: 0;
90
+ color: #111;
91
+ }
92
+ .subtitle {
93
+ margin-top: 8px;
94
+ font-size: 32px;
95
+ color: #666;
96
+ }
97
+ .tune-btn {
98
+ margin-left: auto;
99
+ width: 104px; height: 104px;
100
+ border-radius: 52px;
101
+ border: 1px solid #D0D0D0;
102
+ background: #FFFFFF;
103
+ display: flex; align-items: center; justify-content: center;
104
+ z-index: 1;
105
+ }
106
+ .tune-icon { width: 56px; height: 56px; }
107
+
108
+ /* Filter chips */
109
+ .filters {
110
+ position: absolute;
111
+ top: 340px;
112
+ left: 0;
113
+ width: 1080px;
114
+ padding: 20px 40px;
115
+ z-index: 3;
116
+ display: flex;
117
+ gap: 24px;
118
+ }
119
+ .chip {
120
+ display: inline-flex;
121
+ align-items: center;
122
+ gap: 18px;
123
+ padding: 26px 28px;
124
+ border: 1px solid #DADADA;
125
+ border-radius: 40px;
126
+ background: #FFFFFF;
127
+ color: #333;
128
+ font-size: 34px;
129
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
130
+ }
131
+ .chevron { width: 30px; height: 30px; }
132
+
133
+ /* Map placeholder */
134
+ .map-wrap {
135
+ position: absolute;
136
+ top: 440px;
137
+ left: 40px;
138
+ width: 1000px;
139
+ height: 680px;
140
+ z-index: 1;
141
+ }
142
+ .img-placeholder {
143
+ width: 100%;
144
+ height: 100%;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ color: #757575;
151
+ font-size: 36px;
152
+ }
153
+
154
+ /* Dim overlay behind bottom sheet */
155
+ .dim-overlay {
156
+ position: absolute;
157
+ top: 0; left: 0;
158
+ width: 1080px; height: 2400px;
159
+ background: rgba(0,0,0,0.35);
160
+ z-index: 2;
161
+ }
162
+
163
+ /* Bottom sheet */
164
+ .sheet {
165
+ position: absolute;
166
+ left: 0;
167
+ right: 0;
168
+ bottom: 140px;
169
+ height: 1100px;
170
+ background: #FFFFFF;
171
+ border-top-left-radius: 40px;
172
+ border-top-right-radius: 40px;
173
+ z-index: 5;
174
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
175
+ }
176
+ .sheet-inner {
177
+ position: absolute;
178
+ top: 0; left: 0; right: 0; bottom: 190px;
179
+ padding: 40px 48px 0 48px;
180
+ overflow: hidden;
181
+ }
182
+ .close-btn {
183
+ width: 72px; height: 72px;
184
+ }
185
+ .sheet-title {
186
+ margin: 40px 0 30px 0;
187
+ font-size: 48px;
188
+ font-weight: 700;
189
+ color: #111;
190
+ }
191
+ .option-row {
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: space-between;
195
+ padding: 26px 0;
196
+ font-size: 36px;
197
+ color: #333;
198
+ }
199
+ .checkbox {
200
+ width: 64px; height: 64px; border-radius: 12px; border: 2px solid #C9C9C9; background: #FFFFFF;
201
+ }
202
+ .checkbox.checked {
203
+ background: #212121; border-color: #212121; position: relative;
204
+ }
205
+ .checkbox.checked::after {
206
+ content: "";
207
+ position: absolute;
208
+ left: 16px; top: 18px;
209
+ width: 22px; height: 12px;
210
+ border: 4px solid #FFFFFF;
211
+ border-top: none; border-left: none;
212
+ transform: rotate(45deg);
213
+ }
214
+ .show-all {
215
+ color: #2b2b2b;
216
+ font-size: 36px;
217
+ margin-top: 30px;
218
+ display: inline-flex;
219
+ align-items: center;
220
+ gap: 12px;
221
+ text-decoration: underline;
222
+ }
223
+
224
+ /* Bottom sheet action bar */
225
+ .sheet-actions {
226
+ position: absolute;
227
+ bottom: 0; left: 0; right: 0;
228
+ border-top: 1px solid #EEEEEE;
229
+ padding: 32px 48px;
230
+ display: flex;
231
+ align-items: center;
232
+ justify-content: space-between;
233
+ height: 190px;
234
+ background: #FFFFFF;
235
+ border-bottom-left-radius: 40px;
236
+ border-bottom-right-radius: 40px;
237
+ }
238
+ .clear-all {
239
+ font-size: 34px;
240
+ color: #2b2b2b;
241
+ }
242
+ .primary-btn {
243
+ background: #212121;
244
+ color: #FFFFFF;
245
+ font-size: 34px;
246
+ padding: 34px 42px;
247
+ border-radius: 28px;
248
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2);
249
+ }
250
+
251
+ /* Home indicator */
252
+ .home-indicator {
253
+ position: absolute;
254
+ bottom: 40px;
255
+ left: 50%;
256
+ transform: translateX(-50%);
257
+ width: 240px;
258
+ height: 16px;
259
+ background: #BDBDBD;
260
+ border-radius: 16px;
261
+ z-index: 4;
262
+ }
263
+ </style>
264
+ </head>
265
+ <body>
266
+ <div id="render-target">
267
+
268
+ <!-- Status bar -->
269
+ <div class="statusbar">
270
+ <div>5:02</div>
271
+ <div class="status-icons">
272
+ <div class="status-dot"></div>
273
+ <div class="status-dot" style="background:#000;"></div>
274
+ <svg class="wifi" viewBox="0 0 24 24">
275
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M12 18a2 2 0 1 0 0.001 0" stroke="#2b2b2b" stroke-width="2" fill="none" stroke-linecap="round"/>
276
+ </svg>
277
+ <svg class="battery" viewBox="0 0 28 20">
278
+ <rect x="1" y="3" width="22" height="14" rx="2" stroke="#2b2b2b" stroke-width="2" fill="none"/>
279
+ <rect x="4" y="6" width="16" height="8" fill="#2b2b2b"/>
280
+ <rect x="24" y="7" width="3" height="6" rx="1" fill="#2b2b2b"/>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Header -->
286
+ <div class="header">
287
+ <div class="header-content">
288
+ <svg class="back-icon" viewBox="0 0 24 24">
289
+ <path d="M15 5l-7 7 7 7" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
290
+ </svg>
291
+ <div class="header-pill"></div>
292
+ <div class="title-wrap">
293
+ <h1 class="city-title">Honolulu</h1>
294
+ <div class="subtitle">Jan 29 – Feb 5 · 1 guest</div>
295
+ </div>
296
+ <div class="tune-btn">
297
+ <svg class="tune-icon" viewBox="0 0 24 24">
298
+ <path d="M7 6h10M7 12h6M7 18h12" stroke="#111" stroke-width="2" stroke-linecap="round"/>
299
+ <circle cx="14" cy="6" r="2" fill="#111"/>
300
+ <circle cx="10" cy="12" r="2" fill="#111"/>
301
+ <circle cx="18" cy="18" r="2" fill="#111"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Filter chips -->
308
+ <div class="filters">
309
+ <div class="chip">
310
+ <span>Activity type</span>
311
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
312
+ </div>
313
+ <div class="chip">
314
+ <span>Price</span>
315
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
316
+ </div>
317
+ <div class="chip">
318
+ <span>Time of day</span>
319
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Map placeholder -->
324
+ <div class="map-wrap">
325
+ <div class="img-placeholder">[IMG: Map of Honolulu]</div>
326
+ </div>
327
+
328
+ <!-- Dim overlay -->
329
+ <div class="dim-overlay"></div>
330
+
331
+ <!-- Bottom sheet -->
332
+ <div class="sheet">
333
+ <div class="sheet-inner">
334
+ <svg class="close-btn" viewBox="0 0 24 24">
335
+ <path d="M5 5l14 14M19 5L5 19" stroke="#111" stroke-width="2" stroke-linecap="round"/>
336
+ </svg>
337
+
338
+ <div class="sheet-title">Activity type</div>
339
+
340
+ <div class="option-row">
341
+ <div>Art and culture</div>
342
+ <div class="checkbox checked"></div>
343
+ </div>
344
+ <div class="option-row">
345
+ <div>Entertainment</div>
346
+ <div class="checkbox"></div>
347
+ </div>
348
+ <div class="option-row">
349
+ <div>Food and drink</div>
350
+ <div class="checkbox"></div>
351
+ </div>
352
+
353
+ <div class="show-all">
354
+ <span>Show all</span>
355
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="sheet-actions">
360
+ <div class="clear-all">Clear all</div>
361
+ <div class="primary-btn">Show 50 results</div>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Home indicator -->
366
+ <div class="home-indicator"></div>
367
+ </div>
368
+ </body>
369
+ </html>
code/5983/5983_14.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>Honolulu Experiences UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 0 40px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-size: 40px; color: #333;
21
+ }
22
+ .status-right { display: flex; gap: 28px; align-items: center; }
23
+ .dot { width: 18px; height: 18px; background: #888; border-radius: 50%; }
24
+ .status-icon { width: 40px; height: 40px; }
25
+
26
+ /* Header area */
27
+ .header {
28
+ background: #fff;
29
+ padding: 20px 36px 28px 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .search-pill {
33
+ background: #F3F3F3;
34
+ border-radius: 28px;
35
+ height: 160px;
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ padding: 0 28px;
38
+ }
39
+ .back-row { display: flex; align-items: center; gap: 24px; }
40
+ .back-icon { width: 48px; height: 48px; }
41
+ .location-text { display: flex; flex-direction: column; }
42
+ .location-title { font-size: 48px; font-weight: 700; color: #111; }
43
+ .location-sub { font-size: 32px; color: #666; margin-top: 6px; }
44
+ .round-btn {
45
+ width: 96px; height: 96px; border-radius: 48px;
46
+ border: 1px solid #DDD; background: #fff;
47
+ display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .gear-icon { width: 50px; height: 50px; }
50
+
51
+ /* Filter chips */
52
+ .filters { display: flex; gap: 24px; padding: 24px 36px 20px 36px; background: #fff; }
53
+ .chip {
54
+ padding: 22px 30px;
55
+ border: 3px solid #1E1E1E;
56
+ border-radius: 60px;
57
+ font-size: 36px; color: #111;
58
+ display: flex; align-items: center; gap: 18px;
59
+ background: #fff;
60
+ }
61
+ .chip.light { border-color: #D2D2D2; }
62
+ .chev { width: 28px; height: 28px; }
63
+
64
+ /* Map */
65
+ .map-wrap {
66
+ width: 100%; height: 980px;
67
+ position: relative;
68
+ }
69
+ .map {
70
+ position: absolute; left: 0; right: 0; top: 0; bottom: 0;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ display: flex; align-items: center; justify-content: center;
74
+ color: #757575; font-size: 40px;
75
+ }
76
+ .pin {
77
+ position: absolute;
78
+ width: 72px; height: 72px;
79
+ background: #fff; border: 2px solid #DADADA; border-radius: 50%;
80
+ display: flex; align-items: center; justify-content: center;
81
+ box-shadow: 0 4px 8px rgba(0,0,0,0.12);
82
+ }
83
+ /* Bottom sheet */
84
+ .sheet {
85
+ position: absolute; left: 0; right: 0;
86
+ top: 940px;
87
+ background: #fff;
88
+ border-top-left-radius: 40px; border-top-right-radius: 40px;
89
+ box-shadow: 0 -8px 32px rgba(0,0,0,0.08);
90
+ padding-bottom: 280px; /* space above bottom nav */
91
+ }
92
+ .sheet-handle {
93
+ width: 160px; height: 16px; background: #DDD; border-radius: 8px;
94
+ margin: 24px auto 30px auto;
95
+ }
96
+ .sheet-title {
97
+ text-align: center; font-size: 44px; font-weight: 600; color: #222;
98
+ margin-bottom: 24px;
99
+ }
100
+ .cards {
101
+ display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
102
+ padding: 0 36px 40px 36px;
103
+ }
104
+ .card {
105
+ background: #fff; border-radius: 32px; overflow: hidden;
106
+ }
107
+ .img {
108
+ height: 540px; background: #E0E0E0; border: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: center; color: #757575;
110
+ position: relative; border-radius: 32px;
111
+ }
112
+ .heart-btn {
113
+ position: absolute; right: 24px; top: 24px;
114
+ width: 68px; height: 68px; border-radius: 34px;
115
+ background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center;
116
+ border: 1px solid #EEE;
117
+ }
118
+ .card-body { padding: 24px; }
119
+ .rating {
120
+ display: flex; align-items: center; gap: 14px;
121
+ font-size: 34px; color: #333; margin-bottom: 12px;
122
+ }
123
+ .dotsep { margin: 0 8px; color: #777; }
124
+ .title { font-size: 40px; font-weight: 700; color: #111; line-height: 1.2; }
125
+ .subtitle { font-size: 32px; color: #666; margin-top: 8px; }
126
+
127
+ /* Bottom nav */
128
+ .bottom-nav {
129
+ position: absolute; left: 0; right: 0; bottom: 0;
130
+ height: 240px; background: #fff; border-top: 1px solid #E5E5E5;
131
+ display: flex; align-items: center; justify-content: space-around;
132
+ padding-bottom: 16px;
133
+ }
134
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #666; font-size: 30px; }
135
+ .nav-item .icon { width: 68px; height: 68px; }
136
+ .nav-item.active { color: #E93E49; }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- Status bar -->
143
+ <div class="status-bar">
144
+ <div>5:02</div>
145
+ <div class="status-right">
146
+ <svg class="status-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#888"/></svg>
147
+ <div class="dot"></div>
148
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#666" stroke-width="3"/><path d="M8 7h8" stroke="#666" stroke-width="3"/><path d="M6 17h12" stroke="#666" stroke-width="3"/></svg>
149
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M6 7h12v10H6z" stroke="#666" stroke-width="2" fill="none"/><path d="M18 9h3v6h-3" fill="#666"/></svg>
150
+ <svg class="status-icon" viewBox="0 0 24 24"><rect x="5" y="4" width="14" height="16" stroke="#666" stroke-width="2" fill="none"/></svg>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Header -->
155
+ <div class="header">
156
+ <div class="search-pill">
157
+ <div class="back-row">
158
+ <svg class="back-icon" viewBox="0 0 24 24">
159
+ <path d="M15 6l-6 6 6 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
160
+ </svg>
161
+ <div class="location-text">
162
+ <div class="location-title">Honolulu</div>
163
+ <div class="location-sub">Jan 29 – Feb 5 • 1 guest</div>
164
+ </div>
165
+ </div>
166
+ <div class="round-btn">
167
+ <svg class="gear-icon" viewBox="0 0 24 24">
168
+ <circle cx="12" cy="12" r="3" fill="#333"/>
169
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M5 19l2-2M17 7l2-2" stroke="#333" stroke-width="1.6" stroke-linecap="round"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="filters">
175
+ <div class="chip">
176
+ <span>Art and culture</span>
177
+ <svg class="chev" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
178
+ </div>
179
+ <div class="chip light">
180
+ <span>Price</span>
181
+ <svg class="chev" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
182
+ </div>
183
+ <div class="chip light">
184
+ <span>Time of day</span>
185
+ <svg class="chev" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Map area -->
191
+ <div class="map-wrap">
192
+ <div class="map">[IMG: Map of Honolulu with experience pins]</div>
193
+
194
+ <!-- a few pins approximated -->
195
+ <div class="pin" style="left: 160px; bottom: 280px;">
196
+ <svg viewBox="0 0 24 24" width="44" height="44">
197
+ <circle cx="12" cy="12" r="10" fill="#000"/>
198
+ <circle cx="9" cy="10" r="2" fill="#fff"/>
199
+ <circle cx="15" cy="10" r="2" fill="#fff"/>
200
+ <path d="M8 15c2 2 6 2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="pin" style="left: 240px; bottom: 220px;">
204
+ <svg viewBox="0 0 24 24" width="44" height="44">
205
+ <circle cx="12" cy="12" r="10" fill="#000"/>
206
+ <circle cx="9" cy="10" r="2" fill="#fff"/>
207
+ <circle cx="15" cy="10" r="2" fill="#fff"/>
208
+ <path d="M8 15c2 2 6 2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
209
+ </svg>
210
+ </div>
211
+ <div class="pin" style="left: 320px; bottom: 180px;">
212
+ <svg viewBox="0 0 24 24" width="44" height="44">
213
+ <circle cx="12" cy="12" r="10" fill="#000"/>
214
+ <circle cx="9" cy="10" r="2" fill="#fff"/>
215
+ <circle cx="15" cy="10" r="2" fill="#fff"/>
216
+ <path d="M8 15c2 2 6 2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="pin" style="left: 700px; top: 220px;">
220
+ <svg viewBox="0 0 24 24" width="44" height="44">
221
+ <circle cx="12" cy="12" r="10" fill="#4CAF50"/>
222
+ <path d="M12 6l4 6H8z" fill="#fff"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Bottom sheet -->
228
+ <div class="sheet">
229
+ <div class="sheet-handle"></div>
230
+ <div class="sheet-title">50 experiences</div>
231
+
232
+ <div class="cards">
233
+ <!-- Card 1 -->
234
+ <div class="card">
235
+ <div class="img">
236
+ <div>[IMG: Sea turtle snorkel tour underwater scene]</div>
237
+ <div class="heart-btn">
238
+ <svg viewBox="0 0 24 24" width="36" height="36">
239
+ <path d="M12 21s-6-4.35-9-7.35C-1 10.5 2.5 5.5 7 7.5c2 .9 3 2.5 5 4 2-1.5 3-3.1 5-4 4.5-2 8 3 4 6.15C18 16.65 12 21 12 21z" fill="none" stroke="#666" stroke-width="1.8" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ <div class="card-body">
244
+ <div class="rating">
245
+ <svg viewBox="0 0 24 24" width="32" height="32">
246
+ <path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.2-3.4-6.2 3.4 1.2-7-5-4.9 6.9-1z" fill="#111"/>
247
+ </svg>
248
+ <span>4.88 (264)</span>
249
+ <span class="dotsep">·</span>
250
+ <span>3 hours</span>
251
+ </div>
252
+ <div class="title">Sea Turtle Snorkel Tour</div>
253
+ <div class="subtitle">With jet sea scooter</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Card 2 -->
258
+ <div class="card">
259
+ <div class="img">
260
+ <div>[IMG: Outdoor photoshoot amid sunflower field]</div>
261
+ <div class="heart-btn">
262
+ <svg viewBox="0 0 24 24" width="36" height="36">
263
+ <path d="M12 21s-6-4.35-9-7.35C-1 10.5 2.5 5.5 7 7.5c2 .9 3 2.5 5 4 2-1.5 3-3.1 5-4 4.5-2 8 3 4 6.15C18 16.65 12 21 12 21z" fill="none" stroke="#666" stroke-width="1.8" stroke-linejoin="round"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+ <div class="card-body">
268
+ <div class="rating">
269
+ <svg viewBox="0 0 24 24" width="32" height="32">
270
+ <path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.2-3.4-6.2 3.4 1.2-7-5-4.9 6.9-1z" fill="#111"/>
271
+ </svg>
272
+ <span>5.0 (200)</span>
273
+ <span class="dotsep">·</span>
274
+ <span>1 hour</span>
275
+ </div>
276
+ <div class="title">O'ahu photoshoot - Magic</div>
277
+ <div class="subtitle">Island locations</div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom navigation -->
284
+ <div class="bottom-nav">
285
+ <div class="nav-item active">
286
+ <svg class="icon" viewBox="0 0 24 24">
287
+ <circle cx="10" cy="10" r="6" stroke="#E93E49" stroke-width="2" fill="none"/>
288
+ <path d="M15 15l5 5" stroke="#E93E49" stroke-width="2" stroke-linecap="round"/>
289
+ </svg>
290
+ <div>Explore</div>
291
+ </div>
292
+ <div class="nav-item">
293
+ <svg class="icon" viewBox="0 0 24 24">
294
+ <path d="M12 21s-6-4.5-9-7.5C-1 10.5 2.5 5.5 7 7.5c2 .9 3 2.5 5 4 2-1.5 3-3.1 5-4 4.5-2 8 3 4 6.15C18 16.65 12 21 12 21z" fill="none" stroke="#666" stroke-width="2"/>
295
+ </svg>
296
+ <div>Wishlists</div>
297
+ </div>
298
+ <div class="nav-item">
299
+ <svg class="icon" viewBox="0 0 24 24">
300
+ <path d="M12 3c5 5 5 10 0 16-5-6-5-11 0-16z" fill="none" stroke="#666" stroke-width="2"/>
301
+ </svg>
302
+ <div>Trips</div>
303
+ </div>
304
+ <div class="nav-item">
305
+ <svg class="icon" viewBox="0 0 24 24">
306
+ <path d="M3 6h18v12H3z" fill="none" stroke="#666" stroke-width="2"/>
307
+ <path d="M7 10h10" stroke="#666" stroke-width="2"/>
308
+ </svg>
309
+ <div>Inbox</div>
310
+ </div>
311
+ <div class="nav-item">
312
+ <svg class="icon" viewBox="0 0 24 24">
313
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#666" stroke-width="2"/>
314
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#666" stroke-width="2"/>
315
+ </svg>
316
+ <div>Profile</div>
317
+ </div>
318
+ </div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/5983/5983_15.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Honolulu Search 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: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0;
20
+ width: 100%; height: 96px;
21
+ padding: 0 36px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ box-sizing: border-box;
24
+ color: #1f1f1f;
25
+ font-size: 36px; font-weight: 600;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 22px; }
28
+ .dot { width: 14px; height: 14px; background: #9e9e9e; border-radius: 50%; }
29
+ .status-icon {
30
+ width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
31
+ }
32
+ .status-icon svg { width: 100%; height: 100%; fill: #616161; }
33
+
34
+ /* Header pill */
35
+ .header-pill {
36
+ position: absolute; top: 112px; left: 36px;
37
+ width: 1008px; height: 188px;
38
+ background: #fff;
39
+ border-radius: 94px;
40
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
41
+ display: flex; align-items: center;
42
+ padding: 0 34px;
43
+ box-sizing: border-box;
44
+ }
45
+ .back-btn {
46
+ width: 92px; height: 92px;
47
+ display: flex; align-items: center; justify-content: center;
48
+ border-radius: 50%;
49
+ }
50
+ .header-center {
51
+ flex: 1;
52
+ padding-left: 8px;
53
+ }
54
+ .header-title { font-size: 48px; font-weight: 700; line-height: 1; }
55
+ .header-sub { font-size: 28px; color: #757575; margin-top: 12px; }
56
+ .settings-btn {
57
+ width: 92px; height: 92px;
58
+ border-radius: 50%;
59
+ border: 2px solid #dadada;
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .settings-btn svg { width: 48px; height: 48px; stroke: #424242; }
63
+
64
+ /* Filter chips */
65
+ .chip-bar {
66
+ position: absolute; top: 324px; left: 0;
67
+ width: 100%; height: 132px;
68
+ display: flex; align-items: center;
69
+ padding: 0 36px;
70
+ box-sizing: border-box;
71
+ background: linear-gradient(#ffffff 60%, rgba(255,255,255,0));
72
+ }
73
+ .chip-row { display: flex; gap: 22px; }
74
+ .chip {
75
+ height: 100px; min-width: 280px;
76
+ padding: 0 34px;
77
+ border-radius: 50px;
78
+ background: #fff;
79
+ border: 2px solid #cfcfcf;
80
+ display: flex; align-items: center; justify-content: space-between;
81
+ font-size: 36px;
82
+ box-shadow: 0 4px 12px rgba(0,0,0,0.06);
83
+ }
84
+ .chip.selected { border-color: #212121; }
85
+ .chip .label { color: #222; }
86
+ .chip svg { width: 34px; height: 34px; fill: none; stroke: #333; stroke-width: 6; }
87
+
88
+ /* Cards grid */
89
+ .content {
90
+ position: absolute; top: 456px; left: 36px; right: 36px;
91
+ bottom: 252px; /* space for bottom nav */
92
+ overflow: hidden;
93
+ }
94
+ .grid {
95
+ display: grid;
96
+ grid-template-columns: 1fr 1fr;
97
+ grid-gap: 34px;
98
+ }
99
+ .card {
100
+ width: 100%;
101
+ }
102
+ .img {
103
+ width: 100%; height: 520px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ border-radius: 36px;
107
+ display: flex; align-items: center; justify-content: center;
108
+ color: #757575; font-size: 32px;
109
+ position: relative; overflow: hidden;
110
+ }
111
+ .heart {
112
+ position: absolute; top: 22px; right: 22px;
113
+ width: 70px; height: 70px;
114
+ background: rgba(255,255,255,0.9);
115
+ border-radius: 50%;
116
+ display: flex; align-items: center; justify-content: center;
117
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12);
118
+ }
119
+ .heart svg { width: 40px; height: 40px; stroke: #666; fill: none; stroke-width: 6; }
120
+
121
+ .rating {
122
+ margin-top: 24px;
123
+ color: #424242; font-size: 30px;
124
+ display: flex; align-items: center; gap: 12px;
125
+ }
126
+ .rating svg { width: 28px; height: 28px; fill: #222; }
127
+ .title {
128
+ margin-top: 14px;
129
+ font-size: 40px; font-weight: 700; line-height: 1.25;
130
+ }
131
+ .price {
132
+ margin-top: 12px;
133
+ font-size: 34px; color: #424242;
134
+ }
135
+
136
+ /* Floating Map pill */
137
+ .map-pill {
138
+ position: absolute; bottom: 246px; left: 50%;
139
+ transform: translateX(-50%);
140
+ height: 98px; padding: 0 44px;
141
+ background: #1f1f1f; color: #fff;
142
+ border-radius: 60px;
143
+ display: flex; align-items: center; gap: 24px;
144
+ box-shadow: 0 10px 24px rgba(0,0,0,0.2);
145
+ font-size: 38px; font-weight: 600;
146
+ }
147
+ .map-pill svg { width: 46px; height: 46px; fill: #fff; }
148
+
149
+ /* Bottom navigation */
150
+ .bottom-nav {
151
+ position: absolute; bottom: 0; left: 0;
152
+ width: 100%; height: 208px;
153
+ background: #ffffff;
154
+ border-top: 1px solid #e0e0e0;
155
+ display: flex; align-items: center; justify-content: space-around;
156
+ }
157
+ .nav-item {
158
+ width: 180px; height: 160px;
159
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
160
+ gap: 16px;
161
+ color: #757575; font-size: 28px;
162
+ }
163
+ .nav-item svg { width: 56px; height: 56px; stroke: #757575; fill: none; stroke-width: 6; }
164
+ .nav-item.active { color: #E91E63; font-weight: 600; }
165
+ .nav-item.active svg { stroke: #E91E63; }
166
+
167
+ /* Home indicator */
168
+ .home-indicator {
169
+ position: absolute; bottom: 20px; left: 50%;
170
+ transform: translateX(-50%);
171
+ width: 400px; height: 12px;
172
+ background: #000; opacity: 0.9;
173
+ border-radius: 10px;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <!-- Status bar -->
180
+ <div class="status-bar">
181
+ <div>5:03</div>
182
+ <div class="status-icons">
183
+ <span class="dot"></span>
184
+ <span class="dot"></span>
185
+ <span class="status-icon">
186
+ <svg viewBox="0 0 24 24"><path d="M3 11h15v2H3zM19 8h2v8h-2z"/></svg>
187
+ </span>
188
+ <span class="status-icon">
189
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 9H8l4-9zm0 22a8 8 0 0 0 8-8h-3a5 5 0 0 1-10 0H4a8 8 0 0 0 8 8z"/></svg>
190
+ </span>
191
+ <span class="status-icon">
192
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
193
+ </span>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header-pill">
199
+ <div class="back-btn">
200
+ <svg viewBox="0 0 24 24"><path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
201
+ </div>
202
+ <div class="header-center">
203
+ <div class="header-title">Honolulu</div>
204
+ <div class="header-sub">Jan 29 – Feb 5 • 1 guest</div>
205
+ </div>
206
+ <div class="settings-btn">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M4 6h10M4 12h16M4 18h12" stroke="#424242" stroke-width="2" stroke-linecap="round"/>
209
+ <circle cx="16" cy="6" r="2" fill="#424242"/>
210
+ <circle cx="8" cy="12" r="2" fill="#424242"/>
211
+ <circle cx="14" cy="18" r="2" fill="#424242"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Filter chips -->
217
+ <div class="chip-bar">
218
+ <div class="chip-row">
219
+ <div class="chip selected">
220
+ <span class="label">Art and culture</span>
221
+ <svg viewBox="0 0 12 8"><path d="M1 1l5 5 5-5"/></svg>
222
+ </div>
223
+ <div class="chip">
224
+ <span class="label">Price</span>
225
+ <svg viewBox="0 0 12 8"><path d="M1 1l5 5 5-5"/></svg>
226
+ </div>
227
+ <div class="chip">
228
+ <span class="label">Time of day</span>
229
+ <svg viewBox="0 0 12 8"><path d="M1 1l5 5 5-5"/></svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Content grid -->
235
+ <div class="content">
236
+ <div class="grid">
237
+ <!-- Card 1 -->
238
+ <div class="card">
239
+ <div class="img">
240
+ [IMG: Sea Turtle Snorkel Tour]
241
+ <div class="heart">
242
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
243
+ </div>
244
+ </div>
245
+ <div class="rating">
246
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.3 1.2-6.9L1 8.9l7-1 4-6 4 6 7 1-6 4.8 1.2 6.9z"/></svg>
247
+ <span>4.88 (264) · 3 hours</span>
248
+ </div>
249
+ <div class="title">Sea Turtle Snorkel Tour With Jet Scooters</div>
250
+ <div class="price">From $89 / person</div>
251
+ </div>
252
+
253
+ <!-- Card 2 -->
254
+ <div class="card">
255
+ <div class="img">
256
+ [IMG: Beach Photoshoot]
257
+ <div class="heart">
258
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
259
+ </div>
260
+ </div>
261
+ <div class="rating">
262
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.3 1.2-6.9L1 8.9l7-1 4-6 4 6 7 1-6 4.8 1.2 6.9z"/></svg>
263
+ <span>5.0 (200) · 1 hour</span>
264
+ </div>
265
+ <div class="title">O'ahu photoshoot - Magic Island beach park & more</div>
266
+ <div class="price">From $99 / person</div>
267
+ </div>
268
+
269
+ <!-- Card 3 -->
270
+ <div class="card">
271
+ <div class="img">
272
+ [IMG: Hawaii Rain Forest Tour]
273
+ <div class="heart">
274
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
275
+ </div>
276
+ </div>
277
+ <div class="rating">
278
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.3 1.2-6.9L1 8.9l7-1 4-6 4 6 7 1-6 4.8 1.2 6.9z"/></svg>
279
+ <span>5.0 (205) · 3.5 hours</span>
280
+ </div>
281
+ <div class="title">The Story of Hawaii's Rain Forest</div>
282
+ <div class="price">From $89 / person</div>
283
+ </div>
284
+
285
+ <!-- Card 4 -->
286
+ <div class="card">
287
+ <div class="img">
288
+ [IMG: Magical Beach Adventure Shoot]
289
+ <div class="heart">
290
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
291
+ </div>
292
+ </div>
293
+ <div class="rating">
294
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.3 1.2-6.9L1 8.9l7-1 4-6 4 6 7 1-6 4.8 1.2 6.9z"/></svg>
295
+ <span>5.0 (204) · 1 hour</span>
296
+ </div>
297
+ <div class="title">Magical Beach Adventure Shoot</div>
298
+ <div class="price">From $139 / person</div>
299
+ </div>
300
+
301
+ <!-- Bottom row (partial previews) -->
302
+ <div class="card">
303
+ <div class="img">
304
+ [IMG: Sunset Couple Shoot]
305
+ <div class="heart">
306
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ <div class="card">
311
+ <div class="img">
312
+ [IMG: Cultural Village Tour]
313
+ <div class="heart">
314
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6 8.6 6 10 7.2 12 9c2-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Floating Map button -->
322
+ <div class="map-pill">
323
+ <svg viewBox="0 0 24 24"><path d="M3 5l6-2 6 2 6-2v16l-6 2-6-2-6 2V5zM9 3v16M15 5v16" /></svg>
324
+ <span>Map</span>
325
+ </div>
326
+
327
+ <!-- Bottom navigation -->
328
+ <div class="bottom-nav">
329
+ <div class="nav-item active">
330
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
331
+ <div>Explore</div>
332
+ </div>
333
+ <div class="nav-item">
334
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6.5 6c2.1 0 3.6 1.2 5.5 3 1.9-1.8 3.4-3 5.5-3C21 6 23 9 21 12.5 19 16.5 12 21 12 21z"/></svg>
335
+ <div>Wishlists</div>
336
+ </div>
337
+ <div class="nav-item">
338
+ <svg viewBox="0 0 24 24"><path d="M12 2l8 8-8 12L4 10l8-8z"/></svg>
339
+ <div>Trips</div>
340
+ </div>
341
+ <div class="nav-item">
342
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3z"/><path d="M3 5l9 7 9-7"/></svg>
343
+ <div>Inbox</div>
344
+ </div>
345
+ <div class="nav-item">
346
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 22c2.5-5 13.5-5 16 0"/></svg>
347
+ <div>Profile</div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="home-indicator"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/5983/5983_16.html ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Honolulu Experiences UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ border-radius: 34px;
15
+ box-shadow: 0 12px 32px rgba(0,0,0,0.08);
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ color: #222;
18
+ }
19
+
20
+ /* Status bar (top) */
21
+ .statusbar {
22
+ height: 96px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #333;
28
+ font-size: 32px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 22px; }
31
+ .status-dot { width: 20px; height: 20px; background: #BDBDBD; border-radius: 50%; }
32
+ .status-icon svg { display: block; }
33
+
34
+ /* Header card */
35
+ .header {
36
+ position: relative;
37
+ background: #fff;
38
+ padding-bottom: 24px;
39
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
40
+ }
41
+ .header-card {
42
+ margin: 0 24px;
43
+ background: #fff;
44
+ border-radius: 48px;
45
+ box-shadow: 0 10px 32px rgba(0,0,0,0.06);
46
+ padding: 28px 36px;
47
+ }
48
+ .location-row {
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ }
53
+ .loc-left {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 22px;
57
+ }
58
+ .circle-btn {
59
+ width: 88px;
60
+ height: 88px;
61
+ border-radius: 44px;
62
+ border: 1px solid #E0E0E0;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ background: #fff;
67
+ }
68
+ .header-title {
69
+ font-weight: 700;
70
+ font-size: 44px;
71
+ line-height: 1.2;
72
+ }
73
+ .header-sub {
74
+ color: #6F6F6F;
75
+ font-size: 30px;
76
+ margin-top: 6px;
77
+ }
78
+
79
+ /* Filters */
80
+ .filters {
81
+ margin-top: 24px;
82
+ padding: 0 12px 12px 12px;
83
+ display: flex;
84
+ gap: 18px;
85
+ }
86
+ .chip {
87
+ display: inline-flex;
88
+ align-items: center;
89
+ gap: 18px;
90
+ padding: 18px 28px;
91
+ border: 2px solid #CFCFCF;
92
+ border-radius: 36px;
93
+ font-size: 34px;
94
+ color: #333;
95
+ background: #fff;
96
+ box-shadow: 0 6px 16px rgba(0,0,0,0.06);
97
+ }
98
+ .chip svg { width: 28px; height: 28px; }
99
+
100
+ /* Content grid */
101
+ .content {
102
+ padding: 28px 36px 220px 36px;
103
+ }
104
+ .grid {
105
+ display: flex;
106
+ flex-wrap: wrap;
107
+ gap: 36px;
108
+ }
109
+ .card {
110
+ flex: 0 0 calc(50% - 18px);
111
+ }
112
+ .img-wrap {
113
+ position: relative;
114
+ width: 100%;
115
+ height: 380px;
116
+ background: #E0E0E0;
117
+ border: 1px solid #BDBDBD;
118
+ border-radius: 38px;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 30px;
124
+ text-align: center;
125
+ }
126
+ .fav {
127
+ position: absolute;
128
+ top: 18px;
129
+ right: 18px;
130
+ width: 66px;
131
+ height: 66px;
132
+ border-radius: 33px;
133
+ background: rgba(255,255,255,0.95);
134
+ border: 1px solid #E0E0E0;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ }
139
+ .rating {
140
+ margin-top: 18px;
141
+ color: #444;
142
+ font-size: 30px;
143
+ }
144
+ .rating .dot { color: #777; }
145
+ .card-title {
146
+ margin-top: 12px;
147
+ font-size: 40px;
148
+ font-weight: 700;
149
+ line-height: 1.25;
150
+ }
151
+ .price {
152
+ margin-top: 8px;
153
+ color: #555;
154
+ font-size: 34px;
155
+ }
156
+
157
+ /* Floating Map pill */
158
+ .map-pill {
159
+ position: absolute;
160
+ left: 50%;
161
+ bottom: 340px;
162
+ transform: translateX(-50%);
163
+ background: #2D2D2D;
164
+ color: #fff;
165
+ padding: 22px 40px;
166
+ border-radius: 48px;
167
+ display: inline-flex;
168
+ align-items: center;
169
+ gap: 16px;
170
+ box-shadow: 0 8px 24px rgba(0,0,0,0.2);
171
+ font-size: 36px;
172
+ font-weight: 600;
173
+ }
174
+ .map-pill svg { width: 42px; height: 42px; }
175
+
176
+ /* Bottom navigation */
177
+ .bottom-nav {
178
+ position: absolute;
179
+ bottom: 70px;
180
+ left: 0;
181
+ width: 100%;
182
+ height: 180px;
183
+ background: #fff;
184
+ border-top: 1px solid #E6E6E6;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: space-around;
188
+ padding: 0 24px;
189
+ }
190
+ .nav-item {
191
+ display: flex;
192
+ flex-direction: column;
193
+ align-items: center;
194
+ gap: 14px;
195
+ font-size: 28px;
196
+ color: #777;
197
+ }
198
+ .nav-item.active { color: #E14755; font-weight: 600; }
199
+ .nav-item svg { width: 54px; height: 54px; }
200
+
201
+ /* Home indicator */
202
+ .home-indicator {
203
+ position: absolute;
204
+ bottom: 18px;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 360px;
208
+ height: 12px;
209
+ background: rgba(0,0,0,0.22);
210
+ border-radius: 6px;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+ <!-- Status bar -->
217
+ <div class="statusbar">
218
+ <div>5:03</div>
219
+ <div class="status-icons">
220
+ <div class="status-dot"></div>
221
+ <div class="status-dot"></div>
222
+ <div class="status-dot"></div>
223
+ <div class="status-icon">
224
+ <svg width="36" height="18" viewBox="0 0 36 18">
225
+ <rect x="1" y="1" width="28" height="16" rx="4" ry="4" fill="none" stroke="#777" stroke-width="2"></rect>
226
+ <rect x="4" y="4" width="22" height="10" rx="2" ry="2" fill="#777"></rect>
227
+ <rect x="31" y="6" width="3" height="6" fill="#777"></rect>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Header with location and filters -->
234
+ <div class="header">
235
+ <div class="header-card">
236
+ <div class="location-row">
237
+ <div class="loc-left">
238
+ <div class="circle-btn">
239
+ <svg width="34" height="34" viewBox="0 0 24 24">
240
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
241
+ </svg>
242
+ </div>
243
+ <div>
244
+ <div class="header-title">Honolulu</div>
245
+ <div class="header-sub">Jan 29 – Feb 5 • 1 guest</div>
246
+ </div>
247
+ </div>
248
+ <div class="circle-btn">
249
+ <svg width="34" height="34" viewBox="0 0 24 24">
250
+ <path d="M4 6h16M8 12h12M12 18h8" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
251
+ <circle cx="8" cy="6" r="2" fill="#333"></circle>
252
+ <circle cx="12" cy="12" r="2" fill="#333"></circle>
253
+ <circle cx="16" cy="18" r="2" fill="#333"></circle>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="filters">
259
+ <div class="chip">
260
+ <span>Art and culture</span>
261
+ <svg viewBox="0 0 24 24">
262
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
263
+ </svg>
264
+ </div>
265
+ <div class="chip">
266
+ <span>Price</span>
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="chip">
272
+ <span>Time of day</span>
273
+ <svg viewBox="0 0 24 24">
274
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Content grid of experience cards -->
282
+ <div class="content">
283
+ <div class="grid">
284
+ <!-- Card 1 -->
285
+ <div class="card">
286
+ <div class="img-wrap">
287
+ <div>[IMG: Rainforest hiking scene]</div>
288
+ <div class="fav">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="rating">
295
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
296
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
297
+ </svg>
298
+ 5.0 (205) • 3.5 hours
299
+ </div>
300
+ <div class="card-title">The Story of Hawaii's Rain Forest</div>
301
+ <div class="price">From $89 / person</div>
302
+ </div>
303
+
304
+ <!-- Card 2 -->
305
+ <div class="card">
306
+ <div class="img-wrap">
307
+ <div>[IMG: Beach photo shoot on sand]</div>
308
+ <div class="fav">
309
+ <svg viewBox="0 0 24 24">
310
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ <div class="rating">
315
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
316
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
317
+ </svg>
318
+ 5.0 (204) • 1 hour
319
+ </div>
320
+ <div class="card-title">Magical Beach Adventure Shoot</div>
321
+ <div class="price">From $139 / person</div>
322
+ </div>
323
+
324
+ <!-- Card 3 -->
325
+ <div class="card">
326
+ <div class="img-wrap">
327
+ <div>[IMG: Couple kissing at sunset by ocean]</div>
328
+ <div class="fav">
329
+ <svg viewBox="0 0 24 24">
330
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ <div class="rating">
335
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
336
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
337
+ </svg>
338
+ 4.98 (189) • 1 hour
339
+ </div>
340
+ <div class="card-title">Magic Island Wonderful Sunset Photo shoot</div>
341
+ <div class="price">From $65 / person</div>
342
+ </div>
343
+
344
+ <!-- Card 4 -->
345
+ <div class="card">
346
+ <div class="img-wrap">
347
+ <div>[IMG: Historic city center walking tour]</div>
348
+ <div class="fav">
349
+ <svg viewBox="0 0 24 24">
350
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
351
+ </svg>
352
+ </div>
353
+ </div>
354
+ <div class="rating">
355
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
356
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
357
+ </svg>
358
+ 5.0 (88) • 2.5 hours
359
+ </div>
360
+ <div class="card-title">Honolulu's Historic City Center</div>
361
+ <div class="price">From $30 / person</div>
362
+ </div>
363
+
364
+ <!-- Card 5 -->
365
+ <div class="card">
366
+ <div class="img-wrap">
367
+ <div>[IMG: Indoor craft activity on wood table]</div>
368
+ <div class="fav">
369
+ <svg viewBox="0 0 24 24">
370
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
371
+ </svg>
372
+ </div>
373
+ </div>
374
+ <div class="rating">
375
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
376
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
377
+ </svg>
378
+ 4.9 (120) • 1.5 hours
379
+ </div>
380
+ <div class="card-title">Island Craft Workshop</div>
381
+ <div class="price">From $55 / person</div>
382
+ </div>
383
+
384
+ <!-- Card 6 -->
385
+ <div class="card">
386
+ <div class="img-wrap">
387
+ <div>[IMG: Colorful sunset sky over ocean]</div>
388
+ <div class="fav">
389
+ <svg viewBox="0 0 24 24">
390
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#444" stroke-width="2"></path>
391
+ </svg>
392
+ </div>
393
+ </div>
394
+ <div class="rating">
395
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: -4px;">
396
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,21 12,16.8 5.5,21 7.5,13.5 2,9 9,9" fill="#111"></polygon>
397
+ </svg>
398
+ 5.0 (64) • 1 hour
399
+ </div>
400
+ <div class="card-title">Hawaiian Sunset Photo Experience</div>
401
+ <div class="price">From $85 / person</div>
402
+ </div>
403
+ </div>
404
+ </div>
405
+
406
+ <!-- Floating Map Button -->
407
+ <div class="map-pill">
408
+ <svg viewBox="0 0 24 24">
409
+ <path d="M4 6l6-3 6 3 4-2v14l-6 3-6-3-4 2V6z" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"></path>
410
+ <path d="M10 7v10M16 6.5v10" stroke="#fff" stroke-width="2" fill="none"></path>
411
+ </svg>
412
+ <span>Map</span>
413
+ </div>
414
+
415
+ <!-- Bottom navigation -->
416
+ <div class="bottom-nav">
417
+ <div class="nav-item active">
418
+ <svg viewBox="0 0 24 24">
419
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#E14755" stroke-width="2"></circle>
420
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#E14755" stroke-width="2" stroke-linecap="round"></line>
421
+ </svg>
422
+ <div>Explore</div>
423
+ </div>
424
+ <div class="nav-item">
425
+ <svg viewBox="0 0 24 24">
426
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.5-7 10-7 10z" fill="none" stroke="#777" stroke-width="2"></path>
427
+ </svg>
428
+ <div>Wishlists</div>
429
+ </div>
430
+ <div class="nav-item">
431
+ <svg viewBox="0 0 24 24">
432
+ <path d="M12 2l6 7-6 13-6-13z" fill="none" stroke="#777" stroke-width="2" stroke-linejoin="round"></path>
433
+ </svg>
434
+ <div>Trips</div>
435
+ </div>
436
+ <div class="nav-item">
437
+ <svg viewBox="0 0 24 24">
438
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"></rect>
439
+ <path d="M3 8l9 6 9-6" fill="none" stroke="#777" stroke-width="2"></path>
440
+ </svg>
441
+ <div>Inbox</div>
442
+ </div>
443
+ <div class="nav-item">
444
+ <svg viewBox="0 0 24 24">
445
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#777" stroke-width="2"></circle>
446
+ <path d="M4 22c2.5-5 13.5-5 16 0" fill="none" stroke="#777" stroke-width="2"></path>
447
+ </svg>
448
+ <div>Profile</div>
449
+ </div>
450
+ </div>
451
+
452
+ <!-- Home indicator -->
453
+ <div class="home-indicator"></div>
454
+ </div>
455
+ </body>
456
+ </html>
code/5983/5983_2.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Stays UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, system-ui, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #F6F6F6;
15
+ border-radius: 0; /* outer visuals applied here if needed */
16
+ }
17
+
18
+ /* Top header / tabs */
19
+ .top-area {
20
+ position: absolute;
21
+ left: 0;
22
+ top: 0;
23
+ width: 1080px;
24
+ height: 220px;
25
+ background: #FFFFFF;
26
+ }
27
+ .close-wrap {
28
+ position: absolute;
29
+ left: 36px;
30
+ top: 36px;
31
+ width: 96px;
32
+ height: 96px;
33
+ border-radius: 48px;
34
+ border: 1px solid #DDDDDD;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ background: #FFFFFF;
39
+ box-shadow: 0 2px 4px rgba(0,0,0,0.06);
40
+ }
41
+ .tabs {
42
+ position: absolute;
43
+ left: 0;
44
+ right: 0;
45
+ top: 120px;
46
+ height: 80px;
47
+ display: flex;
48
+ justify-content: center;
49
+ gap: 120px;
50
+ align-items: flex-end;
51
+ }
52
+ .tab {
53
+ font-size: 48px;
54
+ color: #777777;
55
+ }
56
+ .tab.active {
57
+ color: #222222;
58
+ font-weight: 600;
59
+ position: relative;
60
+ }
61
+ .tab.active::after {
62
+ content: "";
63
+ position: absolute;
64
+ left: 0;
65
+ right: 0;
66
+ bottom: -16px;
67
+ height: 8px;
68
+ background: #222222;
69
+ border-radius: 4px;
70
+ }
71
+
72
+ /* Main search card */
73
+ .search-card {
74
+ position: absolute;
75
+ left: 36px;
76
+ top: 240px;
77
+ width: 1008px;
78
+ background: #FFFFFF;
79
+ border-radius: 40px;
80
+ box-shadow: 0 16px 28px rgba(0,0,0,0.08);
81
+ padding: 48px 44px 40px 44px;
82
+ }
83
+ .search-title {
84
+ font-size: 64px;
85
+ font-weight: 800;
86
+ color: #111111;
87
+ margin: 0 0 32px 0;
88
+ }
89
+ .search-input {
90
+ height: 120px;
91
+ border-radius: 30px;
92
+ border: 2px solid #CFCFCF;
93
+ display: flex;
94
+ align-items: center;
95
+ padding: 0 32px;
96
+ gap: 24px;
97
+ font-size: 42px;
98
+ color: #777777;
99
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.02);
100
+ }
101
+ .search-input svg { width: 64px; height: 64px; stroke: #555555; }
102
+
103
+ .dest-row {
104
+ display: flex;
105
+ gap: 28px;
106
+ margin-top: 36px;
107
+ }
108
+ .dest-card {
109
+ flex: 1;
110
+ }
111
+ .img-tile {
112
+ width: 288px;
113
+ height: 240px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ border-radius: 35px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #757575;
121
+ font-size: 36px;
122
+ text-align: center;
123
+ }
124
+ .img-tile.selected {
125
+ border: 5px solid #111111;
126
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
127
+ }
128
+ .dest-label {
129
+ margin-top: 18px;
130
+ font-size: 42px;
131
+ color: #111111;
132
+ font-weight: 600;
133
+ }
134
+
135
+ /* Pickers */
136
+ .picker {
137
+ position: absolute;
138
+ left: 36px;
139
+ width: 1008px;
140
+ height: 160px;
141
+ background: #FFFFFF;
142
+ border-radius: 32px;
143
+ box-shadow: 0 14px 24px rgba(0,0,0,0.08);
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: space-between;
147
+ padding: 0 44px;
148
+ }
149
+ .picker .label {
150
+ font-size: 44px;
151
+ color: #777777;
152
+ font-weight: 600;
153
+ }
154
+ .picker .value {
155
+ font-size: 44px;
156
+ color: #222222;
157
+ font-weight: 700;
158
+ }
159
+ .picker.when { top: 940px; }
160
+ .picker.who { top: 1140px; }
161
+
162
+ /* Bottom area */
163
+ .bottom-bar {
164
+ position: absolute;
165
+ left: 0;
166
+ bottom: 0;
167
+ width: 1080px;
168
+ height: 240px;
169
+ background: #FFFFFF;
170
+ box-shadow: 0 -8px 18px rgba(0,0,0,0.06);
171
+ display: flex;
172
+ align-items: center;
173
+ padding: 0 44px;
174
+ justify-content: space-between;
175
+ }
176
+ .clear-all {
177
+ font-size: 44px;
178
+ color: #1E1E1E;
179
+ text-decoration: underline;
180
+ font-weight: 600;
181
+ }
182
+ .search-btn {
183
+ width: 360px;
184
+ height: 120px;
185
+ border-radius: 26px;
186
+ background: linear-gradient(90deg, #D23B67, #D64B73);
187
+ color: #FFFFFF;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ gap: 24px;
192
+ font-size: 44px;
193
+ font-weight: 700;
194
+ box-shadow: 0 10px 24px rgba(210, 59, 103, 0.45);
195
+ }
196
+ .search-btn svg { width: 56px; height: 56px; stroke: #FFFFFF; }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Header -->
203
+ <div class="top-area">
204
+ <div class="close-wrap">
205
+ <svg viewBox="0 0 24 24" fill="none">
206
+ <circle cx="12" cy="12" r="11" stroke="#BBBBBB" stroke-width="1.5"></circle>
207
+ <path d="M8 8 L16 16 M16 8 L8 16" stroke="#222222" stroke-width="2" stroke-linecap="round"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="tabs">
211
+ <div class="tab active">Stays</div>
212
+ <div class="tab">Experiences</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Main search card -->
217
+ <div class="search-card">
218
+ <h1 class="search-title">Where to?</h1>
219
+ <div class="search-input">
220
+ <svg viewBox="0 0 24 24" fill="none">
221
+ <circle cx="11" cy="11" r="7" stroke-width="2" stroke="currentColor"></circle>
222
+ <path d="M20 20 L16 16" stroke-width="2" stroke="currentColor" stroke-linecap="round"></path>
223
+ </svg>
224
+ <span>Search destinations</span>
225
+ </div>
226
+
227
+ <div class="dest-row">
228
+ <div class="dest-card">
229
+ <div class="img-tile selected">[IMG: World Map]</div>
230
+ <div class="dest-label">I’m flexible</div>
231
+ </div>
232
+ <div class="dest-card">
233
+ <div class="img-tile">[IMG: Hawaii Map]</div>
234
+ <div class="dest-label">Hawaii</div>
235
+ </div>
236
+ <div class="dest-card">
237
+ <div class="img-tile">[IMG: Europe Map]</div>
238
+ <div class="dest-label">Europe</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Pickers -->
244
+ <div class="picker when">
245
+ <div class="label">When</div>
246
+ <div class="value">Any week</div>
247
+ </div>
248
+
249
+ <div class="picker who">
250
+ <div class="label">Who</div>
251
+ <div class="value">Add guests</div>
252
+ </div>
253
+
254
+ <!-- Bottom bar -->
255
+ <div class="bottom-bar">
256
+ <div class="clear-all">Clear all</div>
257
+ <div class="search-btn">
258
+ <svg viewBox="0 0 24 24" fill="none">
259
+ <circle cx="11" cy="11" r="7" stroke="currentColor" stroke-width="2"></circle>
260
+ <path d="M20 20 L16 16" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
261
+ </svg>
262
+ <span>Search</span>
263
+ </div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/5983/5983_3.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Experiences Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f4f4f4;
15
+ }
16
+
17
+ /* Top status bar mimic */
18
+ .status {
19
+ height: 90px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #4a4a4a;
25
+ font-size: 34px;
26
+ }
27
+
28
+ /* Header with close and tabs */
29
+ .header {
30
+ position: relative;
31
+ height: 150px;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 36px;
35
+ }
36
+ .close-btn {
37
+ width: 96px;
38
+ height: 96px;
39
+ border-radius: 50%;
40
+ background: #fff;
41
+ box-shadow: 0 2px 8px rgba(0,0,0,0.12);
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ position: absolute;
46
+ left: 24px;
47
+ }
48
+ .close-btn svg { width: 36px; height: 36px; }
49
+
50
+ .tabs {
51
+ width: 100%;
52
+ display: flex;
53
+ gap: 80px;
54
+ justify-content: center;
55
+ font-size: 44px;
56
+ }
57
+ .tab {
58
+ color: #777;
59
+ }
60
+ .tab.active {
61
+ color: #111;
62
+ font-weight: 700;
63
+ position: relative;
64
+ }
65
+ .tab.active::after {
66
+ content: "";
67
+ position: absolute;
68
+ left: 0; right: 0; bottom: -12px;
69
+ margin: auto;
70
+ width: 100%;
71
+ height: 6px;
72
+ background: #111;
73
+ border-radius: 3px;
74
+ }
75
+
76
+ /* Main card */
77
+ .big-card {
78
+ background: #ffffff;
79
+ border-radius: 48px;
80
+ box-shadow: 0 10px 24px rgba(0,0,0,0.12);
81
+ margin: 12px 24px 0 24px;
82
+ padding: 48px 40px 40px 40px;
83
+ }
84
+ .big-title {
85
+ font-size: 72px;
86
+ font-weight: 800;
87
+ margin: 4px 0 28px 6px;
88
+ }
89
+
90
+ .search-box {
91
+ height: 132px;
92
+ border-radius: 28px;
93
+ border: 2px solid #cfcfcf;
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 0 28px;
97
+ gap: 20px;
98
+ margin: 0 6px 36px 6px;
99
+ color: #7a7a7a;
100
+ font-size: 44px;
101
+ }
102
+ .search-box svg { width: 48px; height: 48px; fill: none; stroke: #555; stroke-width: 6; }
103
+
104
+ .suggestions {
105
+ display: flex;
106
+ gap: 32px;
107
+ padding: 6px;
108
+ margin-bottom: 10px;
109
+ }
110
+ .tile {
111
+ width: 296px;
112
+ }
113
+ .thumb {
114
+ width: 296px;
115
+ height: 236px;
116
+ border-radius: 36px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 38px;
124
+ }
125
+ .thumb.selected {
126
+ border: 6px solid #111;
127
+ }
128
+ .tile-label {
129
+ margin-top: 14px;
130
+ font-size: 40px;
131
+ font-weight: 600;
132
+ color: #111;
133
+ }
134
+
135
+ /* Option rows */
136
+ .option {
137
+ background: #fff;
138
+ border-radius: 36px;
139
+ box-shadow: 0 10px 22px rgba(0,0,0,0.1);
140
+ margin: 28px 24px 0 24px;
141
+ padding: 40px;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: space-between;
145
+ }
146
+ .option .left {
147
+ font-size: 44px;
148
+ color: #5e5e5e;
149
+ }
150
+ .option .right {
151
+ font-size: 44px;
152
+ color: #111;
153
+ font-weight: 600;
154
+ }
155
+
156
+ /* Bottom action area */
157
+ .bottom {
158
+ position: absolute;
159
+ left: 0; right: 0; bottom: 70px;
160
+ height: 160px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: space-between;
164
+ padding: 0 40px;
165
+ }
166
+ .clear-link {
167
+ font-size: 42px;
168
+ color: #111;
169
+ text-decoration: underline;
170
+ }
171
+ .search-btn {
172
+ height: 120px;
173
+ padding: 0 56px;
174
+ border-radius: 28px;
175
+ background: linear-gradient(90deg, #d63b61, #d94c74);
176
+ color: #fff;
177
+ display: flex;
178
+ align-items: center;
179
+ gap: 22px;
180
+ font-size: 44px;
181
+ font-weight: 700;
182
+ box-shadow: 0 6px 16px rgba(214,59,97,0.4);
183
+ }
184
+ .search-btn svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 6; }
185
+
186
+ /* Small bottom handle */
187
+ .home-handle {
188
+ position: absolute;
189
+ bottom: 22px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 220px;
193
+ height: 10px;
194
+ background: #bdbdbd;
195
+ border-radius: 6px;
196
+ opacity: 0.8;
197
+ }
198
+ </style>
199
+ </head>
200
+ <body>
201
+ <div id="render-target">
202
+ <div class="status">
203
+ <div>4:56</div>
204
+ <div>• • •</div>
205
+ </div>
206
+
207
+ <div class="header">
208
+ <div class="close-btn">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#111" stroke-width="2" stroke-linecap="round"/>
211
+ </svg>
212
+ </div>
213
+ <div class="tabs">
214
+ <div class="tab">Stays</div>
215
+ <div class="tab active">Experiences</div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="big-card">
220
+ <div class="big-title">Where to?</div>
221
+
222
+ <div class="search-box">
223
+ <svg viewBox="0 0 24 24">
224
+ <circle cx="10" cy="10" r="7"></circle>
225
+ <path d="M15 15 L21 21"></path>
226
+ </svg>
227
+ <div>Search destinations</div>
228
+ </div>
229
+
230
+ <div class="suggestions">
231
+ <div class="tile">
232
+ <div class="thumb selected">[IMG: World map]</div>
233
+ <div class="tile-label">I'm flexible</div>
234
+ </div>
235
+ <div class="tile">
236
+ <div class="thumb">[IMG: Hawaii map]</div>
237
+ <div class="tile-label" style="font-weight:600;">Hawaii</div>
238
+ </div>
239
+ <div class="tile">
240
+ <div class="thumb">[IMG: Europe map]</div>
241
+ <div class="tile-label" style="font-weight:600;">Europe</div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="option" style="margin-top:36px;">
247
+ <div class="left">When</div>
248
+ <div class="right" style="font-weight:600; color:#111;">Add dates</div>
249
+ </div>
250
+
251
+ <div class="option">
252
+ <div class="left">Who</div>
253
+ <div class="right" style="font-weight:600; color:#111;">Add guests</div>
254
+ </div>
255
+
256
+ <div class="bottom">
257
+ <div class="clear-link">Clear all</div>
258
+ <div class="search-btn">
259
+ <svg viewBox="0 0 24 24">
260
+ <circle cx="10" cy="10" r="7"></circle>
261
+ <path d="M15 15 L21 21"></path>
262
+ </svg>
263
+ <span>Search</span>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="home-handle"></div>
268
+ </div>
269
+ </body>
270
+ </html>
code/5983/5983_4.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Experiences Search 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: #F7F7F7;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 80px;
17
+ padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #333; font-size: 34px;
20
+ }
21
+ .status-icons { display: flex; gap: 18px; align-items: center; }
22
+ .status-dot {
23
+ width: 22px; height: 22px; background:#999; border-radius: 50%;
24
+ }
25
+ .status-triangle {
26
+ width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent;
27
+ border-bottom: 24px solid #666;
28
+ }
29
+ .status-wifi {
30
+ width: 34px; height: 24px; border: 3px solid #555; border-radius: 4px; position: relative;
31
+ }
32
+ .status-battery {
33
+ width: 40px; height: 24px; border: 3px solid #444; border-radius: 3px; position: relative;
34
+ }
35
+ .status-battery::after {
36
+ content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 8px; background: #444; border-radius: 1px;
37
+ }
38
+
39
+ /* Header with back and tabs */
40
+ .header {
41
+ height: 140px;
42
+ display: flex; align-items: center;
43
+ padding: 0 30px;
44
+ }
45
+ .back-btn {
46
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center;
47
+ border-radius: 36px;
48
+ }
49
+ .tabs {
50
+ flex: 1; display: flex; justify-content: center; gap: 60px; align-items: center;
51
+ font-size: 44px;
52
+ }
53
+ .tab { color: #777; }
54
+ .tab.active { color: #111; font-weight: 600; position: relative; }
55
+ .tab.active::after {
56
+ content: ""; position: absolute; left: 0; right: 0; bottom: -16px; margin: auto;
57
+ width: 260px; height: 6px; background: #111; border-radius: 3px;
58
+ }
59
+
60
+ /* Search card */
61
+ .search-card {
62
+ width: 1020px; margin: 24px auto 0; background: #fff;
63
+ border-radius: 40px; box-shadow: 0 6px 20px rgba(0,0,0,0.06);
64
+ padding: 26px 30px 40px;
65
+ }
66
+ .search-input {
67
+ height: 110px; background: #F1F1F1; border-radius: 28px;
68
+ display:flex; align-items:center; padding: 0 28px; gap: 22px;
69
+ color:#8A8A8A; font-size: 40px;
70
+ }
71
+ .section-title {
72
+ margin: 40px 12px 20px; font-size: 36px; color:#222; font-weight: 600;
73
+ }
74
+ .recent-row {
75
+ display:flex; align-items:center; gap: 26px; padding: 8px 12px;
76
+ }
77
+ .recent-icon {
78
+ width: 120px; height: 120px; border-radius: 32px;
79
+ background:#F2F2F2; border:1px solid #E3E3E3; display:flex; align-items:center; justify-content:center;
80
+ }
81
+ .recent-text .title {
82
+ font-size: 40px; color:#222; font-weight: 600;
83
+ }
84
+ .recent-text .sub {
85
+ font-size: 32px; color:#8B8B8B; margin-top: 8px;
86
+ }
87
+
88
+ /* Keyboard simulation */
89
+ .keyboard {
90
+ position: absolute; left: 0; bottom: 80px;
91
+ width: 1080px; height: 920px; background: #F0F1EA; border-top-left-radius: 36px; border-top-right-radius: 36px;
92
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.06);
93
+ padding: 28px 32px;
94
+ }
95
+ .kb-tools {
96
+ display:flex; align-items:center; justify-content: space-between; padding: 0 6px; margin-bottom: 26px;
97
+ }
98
+ .tool-pill {
99
+ width: 68px; height: 68px; border-radius: 34px; background:#CBE3C6; display:flex; align-items:center; justify-content:center;
100
+ }
101
+ .kb-tools .tool-label {
102
+ color:#222; font-size: 28px; padding: 0 16px; height: 68px; display:flex; align-items:center;
103
+ background:#EFEFEF; border-radius: 20px;
104
+ }
105
+ .keys-row {
106
+ display:flex; justify-content:center; gap: 16px; margin-bottom: 18px;
107
+ }
108
+ .key {
109
+ width: 88px; height: 110px; background:#fff; border:1px solid #E5E5E5; border-radius: 24px;
110
+ display:flex; align-items:center; justify-content:center; font-size: 42px; color:#222;
111
+ }
112
+ .key.wide { width: 160px; }
113
+ .key.space { width: 480px; }
114
+ .key.green { background:#CBE3C6; }
115
+ .key.icon { font-size: 34px; color:#333; }
116
+
117
+ /* Home indicator */
118
+ .home-indicator {
119
+ position: absolute; left: 50%; transform: translateX(-50%);
120
+ bottom: 20px; width: 240px; height: 10px; background:#BDBDBD; border-radius: 6px;
121
+ }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <!-- Status bar -->
128
+ <div class="status-bar">
129
+ <div>4:56</div>
130
+ <div class="status-icons">
131
+ <div class="status-dot"></div>
132
+ <div class="status-triangle"></div>
133
+ <div style="width: 8px;"></div>
134
+ <div class="status-wifi"></div>
135
+ <div class="status-battery"></div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Header -->
140
+ <div class="header">
141
+ <div class="back-btn">
142
+ <svg width="32" height="32" viewBox="0 0 24 24">
143
+ <path d="M15 5 L7 12 L15 19" stroke="#222" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
144
+ </svg>
145
+ </div>
146
+ <div class="tabs">
147
+ <div class="tab">Stays</div>
148
+ <div class="tab active">Experiences</div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Search card -->
153
+ <div class="search-card">
154
+ <div class="search-input">
155
+ <svg width="44" height="44" viewBox="0 0 24 24">
156
+ <circle cx="10" cy="10" r="7" stroke="#555" stroke-width="2.5" fill="none"/>
157
+ <path d="M16 16 L21 21" stroke="#555" stroke-width="2.5" stroke-linecap="round"/>
158
+ </svg>
159
+ <span>Search destinations</span>
160
+ </div>
161
+
162
+ <div class="section-title">Recent searches</div>
163
+
164
+ <div class="recent-row">
165
+ <div class="recent-icon">
166
+ <svg width="60" height="60" viewBox="0 0 24 24">
167
+ <circle cx="12" cy="12" r="9" stroke="#777" stroke-width="2" fill="none"/>
168
+ <path d="M12 7 L12 12 L16 14" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
169
+ </svg>
170
+ </div>
171
+ <div class="recent-text">
172
+ <div class="title">Honolulu · Experiences</div>
173
+ <div class="sub">Jan 26 – 30 · 1 guest</div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Keyboard -->
179
+ <div class="keyboard">
180
+ <div class="kb-tools">
181
+ <div class="tool-pill">
182
+ <svg width="28" height="28" viewBox="0 0 24 24">
183
+ <rect x="3" y="3" width="6" height="6" fill="#333"/>
184
+ <rect x="15" y="3" width="6" height="6" fill="#333"/>
185
+ <rect x="3" y="15" width="6" height="6" fill="#333"/>
186
+ <rect x="15" y="15" width="6" height="6" fill="#333"/>
187
+ </svg>
188
+ </div>
189
+ <div class="tool-label">🙂</div>
190
+ <div class="tool-label">GIF</div>
191
+ <div class="tool-label">
192
+ <svg width="28" height="28" viewBox="0 0 24 24">
193
+ <circle cx="12" cy="12" r="10" stroke="#333" stroke-width="2" fill="none"/>
194
+ <path d="M2 12 H22 M12 2 V22" stroke="#333" stroke-width="2"/>
195
+ </svg>
196
+ </div>
197
+ <div class="tool-label">
198
+ <svg width="28" height="28" viewBox="0 0 24 24">
199
+ <path d="M4 14 L20 14" stroke="#333" stroke-width="2"/>
200
+ <path d="M9 6 L15 6" stroke="#333" stroke-width="2"/>
201
+ <circle cx="6" cy="18" r="2" fill="#333"/>
202
+ <circle cx="18" cy="18" r="2" fill="#333"/>
203
+ </svg>
204
+ </div>
205
+ <div class="tool-label">
206
+ <svg width="28" height="28" viewBox="0 0 24 24">
207
+ <path d="M12 2 L14 8 L20 10 L14 12 L12 18 L10 12 L4 10 L10 8 Z" fill="#333"/>
208
+ </svg>
209
+ </div>
210
+ <div class="tool-pill">
211
+ <svg width="24" height="24" viewBox="0 0 24 24">
212
+ <circle cx="12" cy="12" r="9" stroke="#333" stroke-width="2" fill="none"/>
213
+ <path d="M12 7 L12 17" stroke="#333" stroke-width="2" stroke-linecap="round"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="keys-row">
219
+ <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>
220
+ <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>
221
+ </div>
222
+ <div class="keys-row">
223
+ <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>
224
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
225
+ </div>
226
+ <div class="keys-row">
227
+ <div class="key green icon">⇧</div>
228
+ <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>
229
+ <div class="key">N</div><div class="key">M</div>
230
+ <div class="key green icon">
231
+ <svg width="28" height="28" viewBox="0 0 24 24">
232
+ <path d="M5 5 L19 19" stroke="#333" stroke-width="2"/>
233
+ <path d="M19 5 L5 19" stroke="#333" stroke-width="2"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ <div class="keys-row">
238
+ <div class="key green">?123</div>
239
+ <div class="key">,</div>
240
+ <div class="key wide">🙂</div>
241
+ <div class="key space"></div>
242
+ <div class="key">.</div>
243
+ <div class="key green icon">
244
+ <svg width="28" height="28" viewBox="0 0 24 24">
245
+ <path d="M6 12 H18" stroke="#333" stroke-width="2"/>
246
+ <path d="M12 6 L18 12 L12 18" stroke="#333" stroke-width="2" fill="none"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="home-indicator"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/5983/5983_5.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Experiences Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
10
+
11
+ #render-target {
12
+ position: relative;
13
+ overflow: hidden;
14
+ width: 1080px;
15
+ height: 2400px;
16
+ background: #F5F5F5;
17
+ border-radius: 28px;
18
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
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: #EFEFEF;
29
+ color: #333;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 40px;
33
+ font-weight: 600;
34
+ font-size: 38px;
35
+ }
36
+ .status-bar .icons {
37
+ margin-left: auto;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 20px;
41
+ }
42
+ .status-icon {
43
+ width: 36px; height: 36px;
44
+ }
45
+
46
+ /* App header */
47
+ .app-header {
48
+ position: absolute;
49
+ top: 110px;
50
+ left: 0;
51
+ width: 1080px;
52
+ height: 140px;
53
+ background: #FFFFFF;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 32px;
57
+ border-bottom: 1px solid #E6E6E6;
58
+ }
59
+ .back-btn {
60
+ width: 90px;
61
+ height: 90px;
62
+ border: none;
63
+ background: transparent;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ margin-right: 10px;
68
+ }
69
+ .back-btn svg { width: 56px; height: 56px; }
70
+
71
+ .tabs {
72
+ display: flex;
73
+ gap: 50px;
74
+ margin-left: 20px;
75
+ font-size: 46px;
76
+ font-weight: 600;
77
+ color: #6D6D6D;
78
+ }
79
+ .tab.active {
80
+ color: #111;
81
+ border-bottom: 6px solid #111;
82
+ padding-bottom: 8px;
83
+ }
84
+
85
+ /* Search area */
86
+ .search-area {
87
+ position: absolute;
88
+ top: 270px;
89
+ left: 40px;
90
+ width: 1000px;
91
+ }
92
+ .search-box {
93
+ width: 100%;
94
+ height: 150px;
95
+ background: #FFFFFF;
96
+ border-radius: 36px;
97
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
98
+ display: flex;
99
+ align-items: center;
100
+ padding: 0 32px;
101
+ gap: 26px;
102
+ }
103
+ .search-icon {
104
+ width: 60px; height: 60px; flex-shrink: 0;
105
+ color: #555;
106
+ }
107
+ .search-text {
108
+ font-size: 44px;
109
+ color: #222;
110
+ flex: 1;
111
+ }
112
+ .clear-pill {
113
+ width: 86px; height: 86px;
114
+ border-radius: 50%;
115
+ background: #F0F0F0;
116
+ display: flex; align-items: center; justify-content: center;
117
+ }
118
+ .clear-pill svg { width: 44px; height: 44px; color: #666; }
119
+
120
+ /* Results list */
121
+ .results {
122
+ position: absolute;
123
+ top: 460px;
124
+ left: 40px;
125
+ width: 1000px;
126
+ background: transparent;
127
+ }
128
+ .result-item {
129
+ display: flex;
130
+ align-items: center;
131
+ padding: 32px 0;
132
+ gap: 36px;
133
+ }
134
+ .thumb {
135
+ width: 120px; height: 120px;
136
+ border-radius: 26px;
137
+ background: #EFEFEF;
138
+ border: 1px solid #D8D8D8;
139
+ display: flex; align-items: center; justify-content: center;
140
+ }
141
+ .thumb svg { width: 54px; height: 54px; color: #111; }
142
+ .result-text {
143
+ font-size: 40px;
144
+ color: #333;
145
+ line-height: 1.3;
146
+ }
147
+ .result-text .bold { font-weight: 700; color: #111; }
148
+ .divider {
149
+ height: 1px;
150
+ background: #E5E5E5;
151
+ margin-left: 156px; /* aligns with text start */
152
+ }
153
+
154
+ /* Keyboard (simplified) */
155
+ .keyboard {
156
+ position: absolute;
157
+ left: 0;
158
+ bottom: 60px;
159
+ width: 1080px;
160
+ height: 900px;
161
+ background: #EEF1E9;
162
+ border-top: 1px solid #D7DBCF;
163
+ }
164
+ .candidate-bar {
165
+ height: 110px;
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: center;
169
+ font-size: 42px;
170
+ color: #333;
171
+ font-weight: 600;
172
+ }
173
+ .rows {
174
+ padding: 18px 26px;
175
+ display: flex;
176
+ flex-direction: column;
177
+ gap: 22px;
178
+ }
179
+ .row {
180
+ display: grid;
181
+ grid-template-columns: repeat(10, 1fr);
182
+ gap: 16px;
183
+ }
184
+ .key {
185
+ height: 120px;
186
+ background: #FFFFFF;
187
+ border-radius: 26px;
188
+ box-shadow: inset 0 0 0 1px #E0E0E0;
189
+ display: flex; align-items: center; justify-content: center;
190
+ font-size: 44px;
191
+ color: #2E2E2E;
192
+ font-weight: 500;
193
+ }
194
+ .row2 { grid-template-columns: 0.6fr repeat(9, 1fr); } /* offset for second row */
195
+ .row3 { grid-template-columns: 1fr repeat(8, 1fr) 1fr; } /* center row */
196
+ .special {
197
+ background: #CFE2C9;
198
+ color: #1A1A1A;
199
+ font-weight: 600;
200
+ }
201
+ .space-row {
202
+ display: grid;
203
+ grid-template-columns: 1.2fr 0.9fr 4fr 0.9fr 1.2fr;
204
+ gap: 16px;
205
+ }
206
+ .space { letter-spacing: 10px; color: #888; }
207
+ .gesture {
208
+ position: absolute;
209
+ bottom: 16px;
210
+ left: 50%;
211
+ transform: translateX(-50%);
212
+ width: 280px;
213
+ height: 12px;
214
+ border-radius: 6px;
215
+ background: #9E9E9E;
216
+ opacity: 0.7;
217
+ }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <!-- Status Bar -->
224
+ <div class="status-bar">
225
+ <div class="time">4:57</div>
226
+ <div class="icons">
227
+ <!-- Simple status glyphs -->
228
+ <svg class="status-icon" viewBox="0 0 24 24">
229
+ <circle cx="12" cy="12" r="10" fill="#BDBDBD"></circle>
230
+ </svg>
231
+ <svg class="status-icon" viewBox="0 0 24 24">
232
+ <circle cx="12" cy="12" r="10" fill="#757575"></circle>
233
+ </svg>
234
+ <svg class="status-icon" viewBox="0 0 24 24">
235
+ <path d="M2 17c4-4 8-4 12 0M6 17c2-2 4-2 6 0M10 17a2 2 0 0 1 4 0" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round"></path>
236
+ </svg>
237
+ <svg class="status-icon" viewBox="0 0 26 24">
238
+ <rect x="2" y="5" width="18" height="14" rx="2" fill="none" stroke="#444" stroke-width="2"></rect>
239
+ <rect x="4" y="7" width="12" height="10" fill="#444"></rect>
240
+ <rect x="21" y="9" width="3" height="6" rx="1" fill="#444"></rect>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Header with tabs -->
246
+ <div class="app-header">
247
+ <button class="back-btn" aria-label="Back">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M15 5l-7 7 7 7" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
250
+ </svg>
251
+ </button>
252
+ <div class="tabs">
253
+ <span class="tab">Stays</span>
254
+ <span class="tab active">Experiences</span>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Search box -->
259
+ <div class="search-area">
260
+ <div class="search-box">
261
+ <svg class="search-icon" viewBox="0 0 24 24">
262
+ <circle cx="11" cy="11" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
263
+ <path d="M20 20l-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
264
+ </svg>
265
+ <div class="search-text">Honolulu</div>
266
+ <div class="clear-pill">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Results list -->
275
+ <div class="results">
276
+ <div class="result-item">
277
+ <div class="thumb">
278
+ <svg viewBox="0 0 24 24">
279
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7z" fill="none" stroke="currentColor" stroke-width="2"></path>
280
+ <circle cx="12" cy="9" r="2.5" fill="none" stroke="currentColor" stroke-width="2"></circle>
281
+ </svg>
282
+ </div>
283
+ <div class="result-text">Honolulu, <span class="bold">Oahu, Hawaii, United States</span></div>
284
+ </div>
285
+ <div class="divider"></div>
286
+
287
+ <div class="result-item">
288
+ <div class="thumb">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7z" fill="none" stroke="#111" stroke-width="2"></path>
291
+ <circle cx="12" cy="9" r="2.5" fill="none" stroke="#111" stroke-width="2"></circle>
292
+ </svg>
293
+ </div>
294
+ <div class="result-text">Waikiki, Honolulu, Oahu, Hawaii, <span class="bold">United...</span></div>
295
+ </div>
296
+ <div class="divider"></div>
297
+
298
+ <div class="result-item">
299
+ <div class="thumb">
300
+ <svg viewBox="0 0 24 24">
301
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7z" fill="none" stroke="#111" stroke-width="2"></path>
302
+ <circle cx="12" cy="9" r="2.5" fill="none" stroke="#111" stroke-width="2"></circle>
303
+ </svg>
304
+ </div>
305
+ <div class="result-text">Ala Moana, Honolulu, Oahu, Hawaii, <span class="bold">Un...</span></div>
306
+ </div>
307
+ <div class="divider"></div>
308
+
309
+ <div class="result-item">
310
+ <div class="thumb">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7z" fill="none" stroke="#111" stroke-width="2"></path>
313
+ <circle cx="12" cy="9" r="2.5" fill="none" stroke="#111" stroke-width="2"></circle>
314
+ </svg>
315
+ </div>
316
+ <div class="result-text">Daniel K. Inouye International Airport, ...</div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Keyboard -->
321
+ <div class="keyboard">
322
+ <div class="candidate-bar">Honolulu</div>
323
+ <div class="rows">
324
+ <div class="row">
325
+ <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>
326
+ </div>
327
+ <div class="row row2">
328
+ <div class="key" style="visibility:hidden;"></div>
329
+ <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>
330
+ </div>
331
+ <div class="row row3">
332
+ <div class="key special">
333
+ <svg viewBox="0 0 24 24" style="width:40px;height:40px;">
334
+ <path d="M7 20l5-14M3 14h8" stroke="#1A1A1A" stroke-width="2" fill="none" stroke-linecap="round"></path>
335
+ </svg>
336
+ </div>
337
+ <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>
338
+ <div class="key special">
339
+ <svg viewBox="0 0 24 24" style="width:42px;height:42px;">
340
+ <path d="M4 7h10l6 5-6 5H4z" fill="none" stroke="#1A1A1A" stroke-width="2" stroke-linejoin="round"></path>
341
+ <path d="M9 9l3 3-3 3" stroke="#1A1A1A" stroke-width="2" stroke-linecap="round"></path>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+ <div class="space-row">
346
+ <div class="key special">?123</div>
347
+ <div class="key special">,</div>
348
+ <div class="key space"> </div>
349
+ <div class="key special">.</div>
350
+ <div class="key special">
351
+ <svg viewBox="0 0 24 24" style="width:42px;height:42px;">
352
+ <path d="M6 4v8a6 6 0 0 0 12 0V4" fill="none" stroke="#1A1A1A" stroke-width="2"></path>
353
+ <rect x="10" y="2" width="4" height="6" rx="2" fill="#1A1A1A"></rect>
354
+ </svg>
355
+ </div>
356
+ </div>
357
+ </div>
358
+ <div class="gesture"></div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/5983/5983_6.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Experiences - Date Picker</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F2F2F2;
15
+ border-radius: 40px;
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.12);
17
+ font-family: "Inter", "Segoe UI", Arial, sans-serif;
18
+ color: #111;
19
+ }
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 24px;
24
+ left: 36px;
25
+ right: 36px;
26
+ height: 64px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #4A4A4A;
31
+ font-size: 36px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .icon {
39
+ width: 30px; height: 30px;
40
+ }
41
+ /* Header with close and tabs */
42
+ .header {
43
+ position: absolute;
44
+ top: 110px;
45
+ left: 36px;
46
+ right: 36px;
47
+ display: flex;
48
+ align-items: center;
49
+ }
50
+ .close-btn {
51
+ width: 88px;
52
+ height: 88px;
53
+ border-radius: 44px;
54
+ background: #FFFFFF;
55
+ border: 1px solid #E5E5E5;
56
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .tabs {
62
+ margin: 0 auto;
63
+ display: flex;
64
+ gap: 60px;
65
+ font-size: 46px;
66
+ font-weight: 600;
67
+ }
68
+ .tab {
69
+ color: #7A7A7A;
70
+ position: relative;
71
+ padding-bottom: 8px;
72
+ }
73
+ .tab.active {
74
+ color: #111;
75
+ }
76
+ .tab.active::after {
77
+ content: "";
78
+ position: absolute;
79
+ left: 0; right: 0;
80
+ bottom: -12px;
81
+ height: 6px;
82
+ background: #111;
83
+ border-radius: 3px;
84
+ }
85
+ /* Where pill card */
86
+ .search-card {
87
+ position: absolute;
88
+ top: 220px;
89
+ left: 36px;
90
+ right: 36px;
91
+ background: #FFFFFF;
92
+ border: 1px solid #E9E9E9;
93
+ border-radius: 36px;
94
+ box-shadow: 0 10px 24px rgba(0,0,0,0.08);
95
+ padding: 34px 40px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: space-between;
99
+ }
100
+ .search-card .label {
101
+ font-size: 38px;
102
+ color: #707070;
103
+ }
104
+ .search-card .value {
105
+ font-size: 42px;
106
+ font-weight: 700;
107
+ color: #111;
108
+ white-space: nowrap;
109
+ overflow: hidden;
110
+ text-overflow: ellipsis;
111
+ max-width: 740px;
112
+ }
113
+ /* Calendar card */
114
+ .calendar-card {
115
+ position: absolute;
116
+ top: 360px;
117
+ left: 36px;
118
+ right: 36px;
119
+ bottom: 140px;
120
+ background: #FFFFFF;
121
+ border-radius: 46px;
122
+ box-shadow: 0 16px 40px rgba(0,0,0,0.1);
123
+ border: 1px solid #EAEAEA;
124
+ padding: 48px;
125
+ display: flex;
126
+ flex-direction: column;
127
+ }
128
+ .calendar-card h1 {
129
+ margin: 0 0 24px 0;
130
+ font-size: 68px;
131
+ font-weight: 800;
132
+ letter-spacing: -0.02em;
133
+ }
134
+ .dow {
135
+ display: grid;
136
+ grid-template-columns: repeat(7, 1fr);
137
+ font-size: 34px;
138
+ color: #757575;
139
+ margin-top: 10px;
140
+ margin-bottom: 18px;
141
+ }
142
+ .divider {
143
+ height: 2px;
144
+ background: #E7E7E7;
145
+ margin-bottom: 36px;
146
+ }
147
+ .month-title {
148
+ font-size: 48px;
149
+ font-weight: 700;
150
+ margin: 22px 0 20px 0;
151
+ }
152
+ .days-grid {
153
+ display: grid;
154
+ grid-template-columns: repeat(7, 1fr);
155
+ gap: 34px 60px;
156
+ font-size: 40px;
157
+ margin-bottom: 44px;
158
+ }
159
+ .day { color: #111; }
160
+ .day.muted { color: #C9C9C9; }
161
+ .spacer { opacity: 0; }
162
+ .footer-actions {
163
+ margin-top: auto;
164
+ padding-top: 34px;
165
+ border-top: 2px solid #E7E7E7;
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: space-between;
169
+ }
170
+ .skip {
171
+ font-size: 40px;
172
+ color: #111;
173
+ text-decoration: underline;
174
+ }
175
+ .next-btn {
176
+ background: #111111;
177
+ color: #FFFFFF;
178
+ font-size: 40px;
179
+ font-weight: 700;
180
+ padding: 26px 44px;
181
+ border-radius: 26px;
182
+ box-shadow: 0 6px 12px rgba(0,0,0,0.18);
183
+ }
184
+ /* Gesture bar */
185
+ .home-indicator {
186
+ position: absolute;
187
+ bottom: 20px;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 240px;
191
+ height: 12px;
192
+ background: #111;
193
+ opacity: 0.25;
194
+ border-radius: 8px;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <div class="status-bar">
201
+ <div>4:58</div>
202
+ <div class="status-icons">
203
+ <svg class="icon" viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="10" fill="#9E9E9E"></circle>
205
+ </svg>
206
+ <svg class="icon" viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="10" fill="#616161"></circle>
208
+ </svg>
209
+ <svg class="icon" viewBox="0 0 24 24">
210
+ <path d="M3 16c3-6 15-6 18 0" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"/>
211
+ <path d="M6 16c2-4 10-4 12 0" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"/>
212
+ <circle cx="12" cy="16" r="1.5" fill="#616161"/>
213
+ </svg>
214
+ <svg class="icon" viewBox="0 0 24 24">
215
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#616161" stroke-width="2" fill="none"/>
216
+ <rect x="20" y="9" width="2" height="6" fill="#616161"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="header">
222
+ <div class="close-btn">
223
+ <svg width="46" height="46" viewBox="0 0 24 24">
224
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#111" stroke-width="2.5" stroke-linecap="round" fill="none"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="tabs">
228
+ <span class="tab">Stays</span>
229
+ <span class="tab active">Experiences</span>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="search-card">
234
+ <div class="label">Where</div>
235
+ <div class="value">Honolulu, Oahu, Hawaii, United States</div>
236
+ </div>
237
+
238
+ <div class="calendar-card">
239
+ <h1>When’s your trip?</h1>
240
+ <div class="dow">
241
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
242
+ </div>
243
+ <div class="divider"></div>
244
+
245
+ <div class="month-title">January</div>
246
+ <div class="days-grid">
247
+ <span class="spacer"></span><span class="spacer"></span><span class="spacer"></span>
248
+ <span class="day muted">17</span><span class="day muted">18</span><span class="day muted">19</span><span class="day muted">20</span>
249
+
250
+ <span class="day muted">21</span><span class="day muted">22</span><span class="day muted">23</span>
251
+ <span class="day">24</span><span class="day">25</span><span class="day">26</span><span class="day">27</span>
252
+
253
+ <span class="day">28</span><span class="day">29</span><span class="day">30</span><span class="day">31</span>
254
+ <span class="spacer"></span><span class="spacer"></span><span class="spacer"></span>
255
+ </div>
256
+
257
+ <div class="month-title">February</div>
258
+ <div class="days-grid">
259
+ <span class="spacer"></span><span class="spacer"></span><span class="spacer"></span>
260
+ <span class="day">1</span><span class="day">2</span><span class="day">3</span>
261
+
262
+ <span class="day">4</span><span class="day">5</span><span class="day">6</span><span class="day">7</span><span class="day">8</span><span class="day">9</span><span class="day">10</span>
263
+
264
+ <span class="day">11</span><span class="day">12</span><span class="day">13</span><span class="day">14</span><span class="day">15</span><span class="day">16</span><span class="day">17</span>
265
+ </div>
266
+
267
+ <div class="footer-actions">
268
+ <div class="skip">Skip</div>
269
+ <div class="next-btn">Next</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="home-indicator"></div>
274
+ </div>
275
+ </body>
276
+ </html>
code/5983/5983_7.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Experiences Date Picker</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: #F3F3F3;
12
+ }
13
+
14
+ /* Top area */
15
+ .topbar {
16
+ position: relative;
17
+ height: 190px;
18
+ padding-top: 40px;
19
+ }
20
+ .close-btn {
21
+ position: absolute;
22
+ left: 32px;
23
+ top: 60px;
24
+ width: 88px; height: 88px;
25
+ background: #FFFFFF;
26
+ border-radius: 44px;
27
+ box-shadow: 0 4px 12px rgba(0,0,0,0.12);
28
+ display: flex; align-items: center; justify-content: center;
29
+ }
30
+ .close-btn svg { width: 36px; height: 36px; stroke: #000; stroke-width: 6; }
31
+ .tabs {
32
+ position: absolute;
33
+ left: 0; right: 0;
34
+ top: 74px;
35
+ display: flex; justify-content: center; gap: 56px;
36
+ font-size: 44px; line-height: 1;
37
+ }
38
+ .tab { color: #6F6F6F; }
39
+ .tab.active { color: #000; font-weight: 700; position: relative; }
40
+ .tab.active::after {
41
+ content: "";
42
+ position: absolute; left: 0; right: 0; bottom: -14px;
43
+ height: 6px; background: #000;
44
+ }
45
+
46
+ /* Where card */
47
+ .where-card {
48
+ position: absolute;
49
+ left: 30px; right: 30px; top: 200px;
50
+ height: 160px; background: #FFFFFF;
51
+ border-radius: 36px;
52
+ box-shadow: 0 8px 22px rgba(0,0,0,0.12);
53
+ display: flex; align-items: center;
54
+ padding: 0 40px;
55
+ }
56
+ .where-label {
57
+ font-size: 34px; color: #777; width: 160px;
58
+ }
59
+ .where-value {
60
+ font-size: 42px; font-weight: 700; color: #111;
61
+ }
62
+
63
+ /* Calendar Card */
64
+ .calendar-card {
65
+ position: absolute;
66
+ left: 24px; right: 24px; top: 388px;
67
+ height: 1760px; background: #FFFFFF;
68
+ border-radius: 40px;
69
+ box-shadow: 0 10px 26px rgba(0,0,0,0.12);
70
+ padding: 52px 48px 36px 48px;
71
+ }
72
+ .title {
73
+ font-size: 68px; font-weight: 800; color: #111; margin-bottom: 24px;
74
+ }
75
+ .weekdays {
76
+ display: grid; grid-template-columns: repeat(7, 1fr);
77
+ font-size: 30px; color: #7A7A7A; text-align: center;
78
+ padding: 10px 0 20px 0; border-bottom: 2px solid #E6E6E6;
79
+ }
80
+
81
+ .month-title {
82
+ font-size: 44px; font-weight: 700; color: #222; margin: 34px 0 12px 0;
83
+ }
84
+ .month-grid {
85
+ display: grid; grid-template-columns: repeat(7, 1fr);
86
+ gap: 28px 20px;
87
+ margin-bottom: 24px;
88
+ }
89
+ .day {
90
+ height: 90px; display: flex; align-items: center; justify-content: center;
91
+ font-size: 38px; color: #222;
92
+ }
93
+ .day.muted { color: #CFCFCF; }
94
+ .day.selected {
95
+ width: 110px; height: 110px; border-radius: 55px;
96
+ background: #000; color: #FFF; font-weight: 700;
97
+ margin: 0 auto;
98
+ }
99
+
100
+ /* Footer in card */
101
+ .calendar-footer {
102
+ position: absolute; left: 48px; right: 48px; bottom: 24px;
103
+ display: flex; align-items: center; justify-content: space-between;
104
+ border-top: 2px solid #E6E6E6;
105
+ padding-top: 26px;
106
+ }
107
+ .reset-link {
108
+ font-size: 36px; color: #111; text-decoration: underline;
109
+ }
110
+ .next-btn {
111
+ background: #000; color: #FFF; font-size: 40px; font-weight: 700;
112
+ padding: 28px 48px; border-radius: 28px;
113
+ box-shadow: 0 6px 14px rgba(0,0,0,0.15);
114
+ }
115
+
116
+ /* Bottom system pill (visual only) */
117
+ .system-pill {
118
+ position: absolute; bottom: 32px; left: 50%;
119
+ transform: translateX(-50%);
120
+ width: 220px; height: 12px; background: #D9D9D9; border-radius: 12px;
121
+ }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <div class="topbar">
128
+ <div class="close-btn">
129
+ <svg viewBox="0 0 24 24" fill="none">
130
+ <line x1="5" y1="5" x2="19" y2="19"></line>
131
+ <line x1="19" y1="5" x2="5" y2="19"></line>
132
+ </svg>
133
+ </div>
134
+ <div class="tabs">
135
+ <div class="tab">Stays</div>
136
+ <div class="tab active">Experiences</div>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="where-card">
141
+ <div class="where-label">Where</div>
142
+ <div class="where-value">Honolulu, Oahu, Hawaii, United States</div>
143
+ </div>
144
+
145
+ <div class="calendar-card">
146
+ <div class="title">When’s your trip?</div>
147
+ <div class="weekdays">
148
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
149
+ </div>
150
+
151
+ <div class="month-title">January</div>
152
+ <div class="month-grid">
153
+ <div class="day muted">17</div>
154
+ <div class="day muted">18</div>
155
+ <div class="day muted">19</div>
156
+ <div class="day muted">20</div>
157
+ <div class="day"></div>
158
+ <div class="day"></div>
159
+ <div class="day"></div>
160
+
161
+ <div class="day muted">21</div>
162
+ <div class="day muted">22</div>
163
+ <div class="day muted">23</div>
164
+ <div class="day">24</div>
165
+ <div class="day">25</div>
166
+ <div class="day">26</div>
167
+ <div class="day">27</div>
168
+
169
+ <div class="day">28</div>
170
+ <div class="day selected">29</div>
171
+ <div class="day">30</div>
172
+ <div class="day">31</div>
173
+ <div class="day"></div>
174
+ <div class="day"></div>
175
+ <div class="day"></div>
176
+ </div>
177
+
178
+ <div class="month-title">February</div>
179
+ <div class="month-grid">
180
+ <div class="day"></div>
181
+ <div class="day"></div>
182
+ <div class="day"></div>
183
+ <div class="day">1</div>
184
+ <div class="day">2</div>
185
+ <div class="day">3</div>
186
+ <div class="day">4</div>
187
+
188
+ <div class="day">5</div>
189
+ <div class="day">6</div>
190
+ <div class="day">7</div>
191
+ <div class="day">8</div>
192
+ <div class="day">9</div>
193
+ <div class="day">10</div>
194
+ <div class="day">11</div>
195
+
196
+ <div class="day">12</div>
197
+ <div class="day">13</div>
198
+ <div class="day">14</div>
199
+ <div class="day">15</div>
200
+ <div class="day">16</div>
201
+ <div class="day">17</div>
202
+ <div class="day"></div>
203
+ </div>
204
+
205
+ <div class="calendar-footer">
206
+ <div class="reset-link">Reset</div>
207
+ <div class="next-btn">Next</div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="system-pill"></div>
212
+ </div>
213
+ </body>
214
+ </html>
code/5983/5983_8.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>Experiences - Date Picker</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F6F6F6;
15
+ border-radius: 52px;
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.08);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #222;
27
+ font-weight: 600;
28
+ font-size: 36px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 20px; }
31
+ .dot { width: 26px; height: 26px; background: #9e9e9e; border-radius: 50%; }
32
+ .wifi, .battery {
33
+ width: 44px; height: 28px; border: 2px solid #444; border-radius: 6px; position: relative;
34
+ }
35
+ .wifi::after { content: ""; position: absolute; left: 6px; right: 6px; top: 6px; bottom: 6px; background: #444; border-radius: 3px; }
36
+ .battery::after { content: ""; position: absolute; left: 4px; top: 4px; bottom: 4px; width: 26px; background: #444; }
37
+ .battery-tip { width: 8px; height: 16px; background: #444; border-radius: 3px; margin-left: 4px; }
38
+
39
+ /* Top bar */
40
+ .top-bar {
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 20px 36px 10px 36px;
44
+ }
45
+ .close-btn {
46
+ width: 92px; height: 92px;
47
+ background: #fff;
48
+ border-radius: 50%;
49
+ border: 1px solid #E0E0E0;
50
+ display: flex; align-items: center; justify-content: center;
51
+ box-shadow: 0 4px 10px rgba(0,0,0,0.05);
52
+ }
53
+ .tabs {
54
+ margin: 0 auto;
55
+ display: flex; gap: 60px;
56
+ font-size: 44px;
57
+ }
58
+ .tab { color: #777; }
59
+ .tab.active { color: #111; font-weight: 700; border-bottom: 6px solid #111; padding-bottom: 14px; }
60
+
61
+ /* Where pill */
62
+ .where-pill {
63
+ margin: 24px 36px 24px 36px;
64
+ background: #fff;
65
+ border-radius: 36px;
66
+ box-shadow: 0 10px 20px rgba(0,0,0,0.08);
67
+ border: 1px solid #E5E5E5;
68
+ padding: 28px 36px;
69
+ }
70
+ .where-label { color: #757575; font-size: 32px; }
71
+ .where-value { margin-top: 12px; font-size: 40px; font-weight: 600; }
72
+
73
+ /* Calendar card */
74
+ .card {
75
+ margin: 24px 24px 0 24px;
76
+ background: #fff;
77
+ border-radius: 44px;
78
+ box-shadow: 0 20px 40px rgba(0,0,0,0.12);
79
+ border: 1px solid #EEE;
80
+ overflow: hidden;
81
+ }
82
+ .card-inner { padding: 40px 48px 36px; }
83
+ .title { font-size: 68px; font-weight: 800; margin: 12px 0 26px; }
84
+
85
+ /* Weekday labels */
86
+ .weekday-labels {
87
+ display: grid;
88
+ grid-template-columns: repeat(7, 1fr);
89
+ gap: 0;
90
+ color: #777;
91
+ font-size: 32px;
92
+ margin-bottom: 16px;
93
+ }
94
+ .divider { height: 2px; background: #E5E5E5; margin: 14px 0 34px; }
95
+
96
+ .month-title { font-size: 44px; font-weight: 700; margin: 20px 0 22px; }
97
+
98
+ /* Calendar rows */
99
+ .weekrow {
100
+ position: relative;
101
+ width: 970px; /* 7 cells with gaps */
102
+ display: flex;
103
+ gap: 24px;
104
+ margin-bottom: 28px;
105
+ }
106
+ .cell {
107
+ width: 118px; height: 118px;
108
+ display: flex; align-items: center; justify-content: center;
109
+ font-size: 38px; font-weight: 600;
110
+ color: #222;
111
+ position: relative;
112
+ z-index: 1;
113
+ }
114
+ .cell.light { color: #C9C9C9; font-weight: 700; }
115
+ .cell.blank { color: transparent; }
116
+ .cell.selected::before {
117
+ content: "";
118
+ position: absolute;
119
+ width: 118px; height: 118px;
120
+ border-radius: 50%;
121
+ background: #000;
122
+ z-index: -1;
123
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
124
+ }
125
+ .cell.selected { color: #fff; }
126
+
127
+ .range {
128
+ position: absolute;
129
+ height: 118px;
130
+ border-radius: 60px;
131
+ background: linear-gradient(to right, #F2F2F2 0%, #EAEAEA 50%, #F2F2F2 100%);
132
+ z-index: 0;
133
+ }
134
+
135
+ /* Bottom actions inside card */
136
+ .card-footer {
137
+ border-top: 1px solid #EAEAEA;
138
+ padding: 28px 40px;
139
+ display: flex; align-items: center; justify-content: space-between;
140
+ border-bottom-left-radius: 44px; border-bottom-right-radius: 44px;
141
+ }
142
+ .reset-link { font-size: 36px; color: #111; text-decoration: underline; }
143
+ .next-btn {
144
+ background: #000; color: #fff;
145
+ font-size: 38px; font-weight: 700;
146
+ padding: 26px 40px;
147
+ border-radius: 28px;
148
+ box-shadow: 0 10px 20px rgba(0,0,0,0.15);
149
+ }
150
+
151
+ /* Bottom nav bar */
152
+ .nav-bar {
153
+ position: absolute;
154
+ left: 0; right: 0; bottom: 0;
155
+ height: 140px; background: #111;
156
+ display: flex; align-items: center; justify-content: center;
157
+ }
158
+ .home-pill {
159
+ width: 240px; height: 16px; background: #fff; border-radius: 10px;
160
+ opacity: 0.9;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Simulated status bar -->
168
+ <div class="status-bar">
169
+ <div>4:59</div>
170
+ <div class="status-icons">
171
+ <div class="dot"></div>
172
+ <div class="dot" style="background:#616161;"></div>
173
+ <div class="dot" style="background:#757575;"></div>
174
+ <div class="wifi"></div>
175
+ <div class="battery"></div>
176
+ <div class="battery-tip"></div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Header with close and tabs -->
181
+ <div class="top-bar">
182
+ <div class="close-btn">
183
+ <svg width="40" height="40" viewBox="0 0 40 40">
184
+ <path d="M8 8 L32 32 M8 32 L32 8" stroke="#222" stroke-width="4" stroke-linecap="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="tabs">
188
+ <div class="tab">Stays</div>
189
+ <div class="tab active">Experiences</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Where pill -->
194
+ <div class="where-pill">
195
+ <div class="where-label">Where</div>
196
+ <div class="where-value">Honolulu, Oahu, Hawaii, United States</div>
197
+ </div>
198
+
199
+ <!-- Calendar card -->
200
+ <div class="card">
201
+ <div class="card-inner">
202
+ <div class="title">When’s your trip?</div>
203
+
204
+ <div class="weekday-labels">
205
+ <div>Sun</div><div>Mon</div><div>Tue</div><div>Wed</div><div>Thu</div><div>Fri</div><div>Sat</div>
206
+ </div>
207
+ <div class="divider"></div>
208
+
209
+ <div class="month-title">January</div>
210
+
211
+ <!-- January rows -->
212
+ <div class="weekrow">
213
+ <div class="cell blank"></div>
214
+ <div class="cell blank"></div>
215
+ <div class="cell">17</div>
216
+ <div class="cell light">18</div>
217
+ <div class="cell light">19</div>
218
+ <div class="cell light">20</div>
219
+ <div class="cell blank"></div>
220
+ </div>
221
+
222
+ <div class="weekrow">
223
+ <div class="cell">21</div>
224
+ <div class="cell">22</div>
225
+ <div class="cell">23</div>
226
+ <div class="cell">24</div>
227
+ <div class="cell">25</div>
228
+ <div class="cell">26</div>
229
+ <div class="cell">27</div>
230
+ </div>
231
+
232
+ <div class="weekrow" style="margin-bottom: 40px;">
233
+ <!-- Range behind 29-31 -->
234
+ <div class="range" style="left: 142px; width: 402px;"></div>
235
+ <div class="cell">28</div>
236
+ <div class="cell selected">29</div>
237
+ <div class="cell">30</div>
238
+ <div class="cell">31</div>
239
+ <div class="cell blank"></div>
240
+ <div class="cell blank"></div>
241
+ <div class="cell blank"></div>
242
+ </div>
243
+
244
+ <div class="month-title">February</div>
245
+
246
+ <div class="weekrow">
247
+ <!-- Range behind 1-3 placed toward right -->
248
+ <div class="range" style="left: 614px; width: 260px;"></div>
249
+ <div class="cell blank"></div>
250
+ <div class="cell blank"></div>
251
+ <div class="cell blank"></div>
252
+ <div class="cell blank"></div>
253
+ <div class="cell">1</div>
254
+ <div class="cell">2</div>
255
+ <div class="cell">3</div>
256
+ </div>
257
+
258
+ <div class="weekrow">
259
+ <!-- Range behind 4-5 -->
260
+ <div class="range" style="left: 0px; width: 260px;"></div>
261
+ <div class="cell">4</div>
262
+ <div class="cell selected">5</div>
263
+ <div class="cell">6</div>
264
+ <div class="cell">7</div>
265
+ <div class="cell">8</div>
266
+ <div class="cell">9</div>
267
+ <div class="cell">10</div>
268
+ </div>
269
+
270
+ <div class="weekrow">
271
+ <div class="cell">11</div>
272
+ <div class="cell">12</div>
273
+ <div class="cell">13</div>
274
+ <div class="cell">14</div>
275
+ <div class="cell">15</div>
276
+ <div class="cell">16</div>
277
+ <div class="cell">17</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Footer actions -->
282
+ <div class="card-footer">
283
+ <div class="reset-link">Reset</div>
284
+ <div class="next-btn">Next</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Bottom navigation bar -->
289
+ <div class="nav-bar">
290
+ <div class="home-pill"></div>
291
+ </div>
292
+ </div>
293
+ </body>
294
+ </html>
code/5983/5983_9.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Experiences Search UI</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: #f5f5f5;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 30px 40px 0 40px;
21
+ color: #6f6f6f;
22
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
23
+ font-size: 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ gap: 24px;
31
+ align-items: center;
32
+ }
33
+ .dot { width: 14px; height: 14px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Nav area */
36
+ .nav {
37
+ position: relative;
38
+ height: 130px;
39
+ }
40
+ .close-btn {
41
+ position: absolute;
42
+ left: 40px;
43
+ top: 22px;
44
+ width: 96px;
45
+ height: 96px;
46
+ border-radius: 50%;
47
+ border: 2px solid #d1d1d1;
48
+ background: #fff;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
53
+ cursor: pointer;
54
+ }
55
+ .close-btn svg { width: 40px; height: 40px; stroke: #2b2b2b; stroke-width: 6; }
56
+
57
+ .tabs {
58
+ position: absolute;
59
+ left: 0;
60
+ right: 0;
61
+ top: 26px;
62
+ text-align: center;
63
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
64
+ font-size: 46px;
65
+ font-weight: 500;
66
+ color: #868686;
67
+ }
68
+ .tab {
69
+ margin: 0 28px;
70
+ padding-bottom: 6px;
71
+ }
72
+ .tab.active {
73
+ color: #222;
74
+ border-bottom: 6px solid #222;
75
+ }
76
+
77
+ /* Cards */
78
+ .card {
79
+ margin: 16px 36px;
80
+ background: #ffffff;
81
+ border-radius: 36px;
82
+ box-shadow: 0 18px 34px rgba(0,0,0,0.08);
83
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
84
+ }
85
+ .card.simple {
86
+ padding: 40px 46px;
87
+ }
88
+ .card .row {
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: space-between;
92
+ }
93
+ .label {
94
+ color: #7a7a7a;
95
+ font-size: 40px;
96
+ font-weight: 500;
97
+ }
98
+ .value {
99
+ color: #111;
100
+ font-size: 42px;
101
+ font-weight: 700;
102
+ }
103
+
104
+ /* Guests card */
105
+ .guests-card {
106
+ padding: 44px 46px 30px 46px;
107
+ }
108
+ .guests-title {
109
+ font-size: 68px;
110
+ font-weight: 800;
111
+ color: #222;
112
+ margin-bottom: 38px;
113
+ }
114
+ .guest-row {
115
+ padding: 30px 0;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: space-between;
119
+ }
120
+ .guest-info {
121
+ line-height: 1.4;
122
+ }
123
+ .guest-title {
124
+ font-size: 46px;
125
+ color: #222;
126
+ font-weight: 600;
127
+ }
128
+ .guest-sub {
129
+ font-size: 30px;
130
+ color: #7d7d7d;
131
+ }
132
+ .controls {
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 24px;
136
+ }
137
+ .icon-btn {
138
+ width: 88px;
139
+ height: 88px;
140
+ border-radius: 50%;
141
+ border: 3px solid #d6d6d6;
142
+ background: #fff;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ }
147
+ .icon-btn svg { width: 40px; height: 40px; stroke: #9b9b9b; stroke-width: 8; }
148
+ .count {
149
+ font-size: 40px;
150
+ color: #222;
151
+ width: 40px;
152
+ text-align: center;
153
+ }
154
+ .divider {
155
+ height: 1px;
156
+ background: #e7e7e7;
157
+ margin: 8px 0;
158
+ }
159
+
160
+ /* Bottom actions */
161
+ .actions {
162
+ position: absolute;
163
+ left: 0;
164
+ right: 0;
165
+ bottom: 130px;
166
+ padding: 26px 36px;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: space-between;
170
+ }
171
+ .clear {
172
+ font-size: 40px;
173
+ color: #2b2b2b;
174
+ text-decoration: underline;
175
+ padding-left: 20px;
176
+ }
177
+ .search-btn {
178
+ display: flex;
179
+ align-items: center;
180
+ gap: 24px;
181
+ padding: 34px 56px;
182
+ font-size: 42px;
183
+ color: #fff;
184
+ font-weight: 700;
185
+ background: linear-gradient(135deg, #d7447b 0%, #e04d80 60%, #ea5a7e 100%);
186
+ border: none;
187
+ border-radius: 28px;
188
+ box-shadow: 0 10px 20px rgba(231, 84, 120, 0.35);
189
+ }
190
+ .search-btn svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 6; }
191
+
192
+ /* Home indicator placeholder */
193
+ .home-indicator {
194
+ position: absolute;
195
+ bottom: 46px;
196
+ left: 50%;
197
+ transform: translateX(-50%);
198
+ width: 220px;
199
+ height: 10px;
200
+ background: #d1d1d1;
201
+ border-radius: 10px;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status bar placeholder -->
209
+ <div class="status-bar">
210
+ <div>5:00</div>
211
+ <div class="status-icons">
212
+ <span class="dot"></span>
213
+ <span class="dot"></span>
214
+ <span class="dot"></span>
215
+ <span class="dot"></span>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Navigation row with close button and tabs -->
220
+ <div class="nav">
221
+ <div class="close-btn" aria-label="Close">
222
+ <svg viewBox="0 0 48 48">
223
+ <line x1="12" y1="12" x2="36" y2="36"></line>
224
+ <line x1="36" y1="12" x2="12" y2="36"></line>
225
+ </svg>
226
+ </div>
227
+ <div class="tabs">
228
+ <span class="tab">Stays</span>
229
+ <span class="tab active">Experiences</span>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Where card -->
234
+ <div class="card simple" style="margin-top: 8px;">
235
+ <div class="row">
236
+ <div class="label">Where</div>
237
+ <div class="value">Honolulu, Oahu, Hawaii, United States</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- When card -->
242
+ <div class="card simple">
243
+ <div class="row">
244
+ <div class="label">When</div>
245
+ <div class="value">Jan 29 – Feb 5</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Guests card -->
250
+ <div class="card guests-card">
251
+ <div class="guests-title">Who’s coming?</div>
252
+
253
+ <div class="guest-row">
254
+ <div class="guest-info">
255
+ <div class="guest-title">Adults</div>
256
+ <div class="guest-sub">Ages 13 or above</div>
257
+ </div>
258
+ <div class="controls">
259
+ <div class="icon-btn" aria-label="Decrease adults">
260
+ <svg viewBox="0 0 48 48">
261
+ <line x1="10" y1="24" x2="38" y2="24"></line>
262
+ </svg>
263
+ </div>
264
+ <div class="count">0</div>
265
+ <div class="icon-btn" aria-label="Increase adults" style="border-color:#bdbdbd;">
266
+ <svg viewBox="0 0 48 48">
267
+ <line x1="10" y1="24" x2="38" y2="24"></line>
268
+ <line x1="24" y1="10" x2="24" y2="38"></line>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="divider"></div>
275
+
276
+ <div class="guest-row">
277
+ <div class="guest-info">
278
+ <div class="guest-title">Children</div>
279
+ <div class="guest-sub">Ages 2–12</div>
280
+ </div>
281
+ <div class="controls">
282
+ <div class="icon-btn" aria-label="Decrease children">
283
+ <svg viewBox="0 0 48 48">
284
+ <line x1="10" y1="24" x2="38" y2="24"></line>
285
+ </svg>
286
+ </div>
287
+ <div class="count">0</div>
288
+ <div class="icon-btn" aria-label="Increase children" style="border-color:#bdbdbd;">
289
+ <svg viewBox="0 0 48 48">
290
+ <line x1="10" y1="24" x2="38" y2="24"></line>
291
+ <line x1="24" y1="10" x2="24" y2="38"></line>
292
+ </svg>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="divider"></div>
298
+
299
+ <div class="guest-row" style="padding-bottom: 14px;">
300
+ <div class="guest-info">
301
+ <div class="guest-title">Infants</div>
302
+ <div class="guest-sub">Under 2</div>
303
+ </div>
304
+ <div class="controls">
305
+ <div class="icon-btn" aria-label="Decrease infants">
306
+ <svg viewBox="0 0 48 48">
307
+ <line x1="10" y1="24" x2="38" y2="24"></line>
308
+ </svg>
309
+ </div>
310
+ <div class="count">0</div>
311
+ <div class="icon-btn" aria-label="Increase infants" style="border-color:#bdbdbd;">
312
+ <svg viewBox="0 0 48 48">
313
+ <line x1="10" y1="24" x2="38" y2="24"></line>
314
+ <line x1="24" y1="10" x2="24" y2="38"></line>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Bottom actions -->
322
+ <div class="actions">
323
+ <div class="clear">Clear all</div>
324
+ <button class="search-btn">
325
+ <svg viewBox="0 0 48 48">
326
+ <circle cx="20" cy="20" r="12"></circle>
327
+ <line x1="31" y1="31" x2="44" y2="44"></line>
328
+ </svg>
329
+ Search
330
+ </button>
331
+ </div>
332
+
333
+ <div class="home-indicator"></div>
334
+ </div>
335
+ </body>
336
+ </html>
code/5985/5985_0.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Black Jeans Listing - Mock UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ padding: 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-size: 40px;
26
+ color: #111;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 24px;
32
+ }
33
+ .status-dot {
34
+ width: 34px;
35
+ height: 34px;
36
+ border-radius: 50%;
37
+ background: #222;
38
+ }
39
+ .status-ring {
40
+ width: 34px;
41
+ height: 34px;
42
+ border-radius: 50%;
43
+ border: 3px solid #222;
44
+ }
45
+
46
+ /* Header */
47
+ .header {
48
+ padding: 20px 40px 30px 40px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ }
53
+ .header-left {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 24px;
57
+ }
58
+ .title {
59
+ font-size: 56px;
60
+ font-weight: 700;
61
+ letter-spacing: 0.5px;
62
+ }
63
+ .header-right {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 40px;
67
+ }
68
+ .icon-btn svg {
69
+ width: 56px;
70
+ height: 56px;
71
+ stroke: #111;
72
+ fill: none;
73
+ stroke-width: 4;
74
+ }
75
+
76
+ /* Toolbar */
77
+ .toolbar {
78
+ padding: 30px 40px;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: space-between;
82
+ font-size: 36px;
83
+ color: #333;
84
+ border-top: 1px solid #eee;
85
+ border-bottom: 1px solid #eee;
86
+ }
87
+ .toolbar-left {
88
+ display: flex;
89
+ align-items: center;
90
+ gap: 12px;
91
+ font-weight: 700;
92
+ letter-spacing: 0.3px;
93
+ }
94
+ .caret-down {
95
+ width: 24px;
96
+ height: 24px;
97
+ border: solid #333;
98
+ border-width: 0 4px 4px 0;
99
+ transform: rotate(45deg);
100
+ margin-top: -6px;
101
+ }
102
+ .toolbar-right {
103
+ font-weight: 700;
104
+ letter-spacing: 0.4px;
105
+ }
106
+
107
+ .items-count {
108
+ text-align: center;
109
+ font-size: 34px;
110
+ color: #666;
111
+ padding: 26px 0 10px 0;
112
+ }
113
+
114
+ /* Grid */
115
+ .products {
116
+ display: grid;
117
+ grid-template-columns: 1fr 1fr;
118
+ column-gap: 34px;
119
+ row-gap: 60px;
120
+ padding: 0 40px 40px 40px;
121
+ }
122
+ .product-card { }
123
+ .image-box {
124
+ position: relative;
125
+ width: 100%;
126
+ height: 700px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ color: #757575;
133
+ font-size: 30px;
134
+ text-align: center;
135
+ line-height: 1.3;
136
+ }
137
+ .badge {
138
+ position: absolute;
139
+ left: 24px;
140
+ bottom: 24px;
141
+ background: #ffffff;
142
+ color: #111;
143
+ border-radius: 999px;
144
+ padding: 12px 22px;
145
+ font-size: 28px;
146
+ border: 1px solid #ddd;
147
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
148
+ }
149
+ .badge.alt {
150
+ left: 50%;
151
+ transform: translateX(-50%);
152
+ }
153
+ .price-row {
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: space-between;
157
+ margin-top: 24px;
158
+ padding-right: 14px;
159
+ }
160
+ .price {
161
+ font-size: 46px;
162
+ font-weight: 800;
163
+ letter-spacing: 0.3px;
164
+ }
165
+ .fav-btn svg {
166
+ width: 60px;
167
+ height: 60px;
168
+ stroke: #111;
169
+ fill: none;
170
+ stroke-width: 4;
171
+ }
172
+ .product-title {
173
+ font-size: 34px;
174
+ color: #222;
175
+ line-height: 1.3;
176
+ margin-top: 16px;
177
+ }
178
+
179
+ /* Bottom bar indicator */
180
+ .home-indicator {
181
+ position: absolute;
182
+ left: 50%;
183
+ bottom: 26px;
184
+ transform: translateX(-50%);
185
+ width: 420px;
186
+ height: 10px;
187
+ background: #d9d9d9;
188
+ border-radius: 10px;
189
+ }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Top status bar -->
196
+ <div class="status-bar">
197
+ <div>11:34</div>
198
+ <div class="status-icons">
199
+ <div class="status-dot"></div>
200
+ <div class="status-ring"></div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Header with back, title, wishlist and search -->
205
+ <div class="header">
206
+ <div class="header-left">
207
+ <div class="icon-btn">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M15 5l-7 7 7 7" stroke-linecap="round" stroke-linejoin="round"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="title">"BLACK JEANS"</div>
213
+ </div>
214
+ <div class="header-right">
215
+ <div class="icon-btn" aria-label="Wishlist">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M12 21c-4.8-4.6-8-7.7-8-11.3 0-3 2.4-5.7 5.5-5.7 2.2 0 3.7 1.2 4.5 2.6 0.8-1.4 2.3-2.6 4.5-2.6 3.1 0 5.5 2.7 5.5 5.7 0 3.5-3.2 6.7-8 11.3z" stroke-linecap="round" stroke-linejoin="round"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="icon-btn" aria-label="Search">
221
+ <svg viewBox="0 0 24 24">
222
+ <circle cx="10" cy="10" r="6"></circle>
223
+ <path d="M15 15l6 6"></path>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Toolbar with recommended and filter -->
230
+ <div class="toolbar">
231
+ <div class="toolbar-left">
232
+ <div>RECOMMENDED</div>
233
+ <div class="caret-down"></div>
234
+ </div>
235
+ <div class="toolbar-right">FILTER</div>
236
+ </div>
237
+
238
+ <!-- Items count -->
239
+ <div class="items-count">1567 items found</div>
240
+
241
+ <!-- Product grid -->
242
+ <div class="products">
243
+
244
+ <!-- Product 1 -->
245
+ <div class="product-card">
246
+ <div class="image-box">
247
+ [IMG: model wearing Topshop black mom jeans and cropped jacket]
248
+ <div class="badge">MORE COLOURS</div>
249
+ </div>
250
+ <div class="price-row">
251
+ <div class="price">$107.00</div>
252
+ <div class="fav-btn">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 21c-4.8-4.6-8-7.7-8-11.3 0-3 2.4-5.7 5.5-5.7 2.2 0 3.7 1.2 4.5 2.6 0.8-1.4 2.3-2.6 4.5-2.6 3.1 0 5.5 2.7 5.5 5.7 0 3.5-3.2 6.7-8 11.3z" stroke-linecap="round" stroke-linejoin="round"></path>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ <div class="product-title">Topshop mom jeans in black</div>
259
+ </div>
260
+
261
+ <!-- Product 2 -->
262
+ <div class="product-card">
263
+ <div class="image-box">
264
+ [IMG: model wearing Miss Selfridge black high-waist mom jeans with tan sweater]
265
+ </div>
266
+ <div class="price-row">
267
+ <div class="price">$54.00</div>
268
+ <div class="fav-btn">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M12 21c-4.8-4.6-8-7.7-8-11.3 0-3 2.4-5.7 5.5-5.7 2.2 0 3.7 1.2 4.5 2.6 0.8-1.4 2.3-2.6 4.5-2.6 3.1 0 5.5 2.7 5.5 5.7 0 3.5-3.2 6.7-8 11.3z" stroke-linecap="round" stroke-linejoin="round"></path>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ <div class="product-title">Miss Selfridge mom high waist jean in black wash</div>
275
+ </div>
276
+
277
+ <!-- Product 3 -->
278
+ <div class="product-card">
279
+ <div class="image-box">
280
+ [IMG: model wearing Pull&Bear petite high-rise black mom jeans with off-shoulder top]
281
+ <div class="badge alt">PETITE</div>
282
+ </div>
283
+ <div class="price-row">
284
+ <div class="price">$43.00</div>
285
+ <div class="fav-btn">
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M12 21c-4.8-4.6-8-7.7-8-11.3 0-3 2.4-5.7 5.5-5.7 2.2 0 3.7 1.2 4.5 2.6 0.8-1.4 2.3-2.6 4.5-2.6 3.1 0 5.5 2.7 5.5 5.7 0 3.5-3.2 6.7-8 11.3z" stroke-linecap="round" stroke-linejoin="round"></path>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="product-title">Pull&amp;Bear Petite high rise mom jeans in black</div>
292
+ </div>
293
+
294
+ <!-- Product 4 -->
295
+ <div class="product-card">
296
+ <div class="image-box">
297
+ [IMG: model wearing Cotton:On stretch black mom jeans with grey top and white sneakers]
298
+ </div>
299
+ <div class="price-row">
300
+ <div class="price">$70.00</div>
301
+ <div class="fav-btn">
302
+ <svg viewBox="0 0 24 24">
303
+ <path d="M12 21c-4.8-4.6-8-7.7-8-11.3 0-3 2.4-5.7 5.5-5.7 2.2 0 3.7 1.2 4.5 2.6 0.8-1.4 2.3-2.6 4.5-2.6 3.1 0 5.5 2.7 5.5 5.7 0 3.5-3.2 6.7-8 11.3z" stroke-linecap="round" stroke-linejoin="round"></path>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ <div class="product-title">Cotton:On stretch mom jeans in black</div>
308
+ </div>
309
+
310
+ </div>
311
+
312
+ <div class="home-indicator"></div>
313
+ </div>
314
+ </body>
315
+ </html>
code/5985/5985_1.html ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Product Detail Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ padding: 0 32px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #222;
29
+ }
30
+ .status-left, .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ font-weight: 600;
35
+ font-size: 36px;
36
+ }
37
+ .status-icon { width: 40px; height: 40px; }
38
+
39
+ /* Product image area */
40
+ .image-wrap {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 1180px;
46
+ background: #fff;
47
+ }
48
+ .product-image {
49
+ position: absolute;
50
+ top: 0;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 1180px;
54
+ background: #E0E0E0;
55
+ border: 1px solid #BDBDBD;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ color: #555;
60
+ font-size: 40px;
61
+ letter-spacing: 0.2px;
62
+ }
63
+ .overlay-icon {
64
+ position: absolute;
65
+ top: 40px;
66
+ width: 72px;
67
+ height: 72px;
68
+ background: rgba(255,255,255,0.95);
69
+ border-radius: 36px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
74
+ }
75
+ .back-btn { left: 32px; }
76
+ .share-btn { right: 32px; }
77
+
78
+ .carousel-dots {
79
+ position: absolute;
80
+ bottom: 92px;
81
+ left: 0;
82
+ width: 100%;
83
+ display: flex;
84
+ justify-content: center;
85
+ gap: 20px;
86
+ }
87
+ .dot {
88
+ width: 22px;
89
+ height: 22px;
90
+ border-radius: 50%;
91
+ background: #DADADA;
92
+ border: 1px solid #C3C3C3;
93
+ }
94
+ .dot.active { background: #464646; border-color: #464646; }
95
+
96
+ /* Petite strip and wishlist */
97
+ .petite-strip {
98
+ position: absolute;
99
+ top: 1300px;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 150px;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ font-size: 72px;
107
+ font-weight: 700;
108
+ letter-spacing: 2px;
109
+ color: #222;
110
+ }
111
+ .wish-pill {
112
+ position: absolute;
113
+ right: 32px;
114
+ top: 1300px;
115
+ height: 120px;
116
+ background: #222;
117
+ color: #fff;
118
+ border-radius: 60px;
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 24px;
122
+ padding: 0 40px;
123
+ font-size: 44px;
124
+ font-weight: 700;
125
+ }
126
+ .wish-pill svg { width: 56px; height: 56px; }
127
+
128
+ /* Video row */
129
+ .video-row {
130
+ position: absolute;
131
+ top: 1470px;
132
+ left: 0;
133
+ width: 1080px;
134
+ height: 160px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ gap: 24px;
139
+ color: #222;
140
+ }
141
+ .play-icon {
142
+ width: 72px; height: 72px; border-radius: 36px;
143
+ border: 3px solid #222; display: flex; align-items: center; justify-content: center;
144
+ }
145
+ .video-text { font-size: 42px; letter-spacing: 2px; font-weight: 700; }
146
+
147
+ /* Title and price */
148
+ .content {
149
+ position: absolute;
150
+ top: 1630px;
151
+ left: 0;
152
+ width: 100%;
153
+ padding: 0 32px;
154
+ box-sizing: border-box;
155
+ }
156
+ .title {
157
+ font-size: 52px;
158
+ line-height: 1.25;
159
+ color: #222;
160
+ margin-bottom: 28px;
161
+ font-weight: 600;
162
+ }
163
+ .price {
164
+ font-size: 54px;
165
+ font-weight: 800;
166
+ color: #111;
167
+ margin-bottom: 24px;
168
+ }
169
+
170
+ /* Rating */
171
+ .rating-row {
172
+ display: flex;
173
+ align-items: center;
174
+ gap: 16px;
175
+ margin-bottom: 36px;
176
+ }
177
+ .stars { display: flex; gap: 10px; }
178
+ .rating-val { font-size: 40px; color: #333; }
179
+ .rating-count { font-size: 40px; color: #777; }
180
+
181
+ /* Discount info */
182
+ .note-bar {
183
+ margin: 20px 0 34px 0;
184
+ background: #e9f2ff;
185
+ color: #1b3a6b;
186
+ border: 1px solid #cfe2ff;
187
+ height: 110px;
188
+ border-radius: 14px;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ font-size: 40px;
193
+ font-weight: 700;
194
+ letter-spacing: 0.5px;
195
+ }
196
+
197
+ /* Color and size row */
198
+ .chooser-row {
199
+ display: grid;
200
+ grid-template-columns: 1fr 1fr;
201
+ column-gap: 24px;
202
+ align-items: center;
203
+ margin-top: 10px;
204
+ }
205
+ .chooser {
206
+ border-top: 2px solid #eee;
207
+ padding-top: 26px;
208
+ }
209
+ .chooser-label {
210
+ font-size: 42px;
211
+ color: #888;
212
+ font-weight: 800;
213
+ letter-spacing: 1px;
214
+ }
215
+ .size-box {
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: space-between;
219
+ }
220
+ .chev {
221
+ width: 40px; height: 40px;
222
+ }
223
+
224
+ /* Bottom hint bar */
225
+ .bottom-line {
226
+ position: absolute;
227
+ bottom: 36px;
228
+ left: 50%;
229
+ transform: translateX(-50%);
230
+ width: 640px;
231
+ height: 16px;
232
+ background: #D7D7D7;
233
+ border-radius: 8px;
234
+ }
235
+ </style>
236
+ </head>
237
+ <body>
238
+ <div id="render-target">
239
+
240
+ <!-- Status bar -->
241
+ <div class="status-bar">
242
+ <div class="status-left">
243
+ <div>11:34</div>
244
+ <svg class="status-icon" viewBox="0 0 24 24">
245
+ <path d="M3 4h18v16H3z" fill="none" stroke="#222" stroke-width="2"></path>
246
+ <path d="M6 7h12M6 11h12M6 15h12" stroke="#222" stroke-width="2"></path>
247
+ </svg>
248
+ <svg class="status-icon" viewBox="0 0 24 24">
249
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#222" stroke-width="2"></circle>
250
+ <circle cx="12" cy="12" r="3" fill="#222"></circle>
251
+ </svg>
252
+ </div>
253
+ <div class="status-right">
254
+ <svg class="status-icon" viewBox="0 0 24 24">
255
+ <path d="M2 17c4-4 8-6 10-6s6 2 10 6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"></path>
256
+ <path d="M6 17c3-3 6-4 6-4s3 1 6 4" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"></path>
257
+ <path d="M10 17c2-2 4-2 4-2" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"></path>
258
+ </svg>
259
+ <svg class="status-icon" viewBox="0 0 28 24">
260
+ <rect x="2" y="4" width="22" height="16" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"></rect>
261
+ <rect x="4" y="6" width="18" height="12" fill="#222"></rect>
262
+ <rect x="24" y="9" width="2" height="6" fill="#222"></rect>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Product image with overlays -->
268
+ <div class="image-wrap">
269
+ <div class="product-image">[IMG: Model wearing black high-rise mom jeans]</div>
270
+
271
+ <div class="overlay-icon back-btn">
272
+ <svg viewBox="0 0 24 24" width="38" height="38">
273
+ <path d="M15 5L7 12l8 7" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="overlay-icon share-btn">
277
+ <svg viewBox="0 0 24 24" width="38" height="38">
278
+ <circle cx="18" cy="5" r="3" fill="#222"></circle>
279
+ <circle cx="6" cy="12" r="3" fill="#222"></circle>
280
+ <circle cx="18" cy="19" r="3" fill="#222"></circle>
281
+ <path d="M8 12l8-7M8 12l8 7" stroke="#222" stroke-width="2" fill="none"></path>
282
+ </svg>
283
+ </div>
284
+
285
+ <div class="carousel-dots">
286
+ <div class="dot active"></div>
287
+ <div class="dot"></div>
288
+ <div class="dot"></div>
289
+ <div class="dot"></div>
290
+ <div class="dot"></div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- PETITE title and wishlist -->
295
+ <div class="petite-strip">PETITE</div>
296
+ <div class="wish-pill">
297
+ <div>2K</div>
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M12 21s-7-4.5-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-7 10-11 10z" fill="#fff"></path>
300
+ </svg>
301
+ </div>
302
+
303
+ <!-- Video row -->
304
+ <div class="video-row">
305
+ <div class="play-icon">
306
+ <svg viewBox="0 0 24 24" width="42" height="42">
307
+ <polygon points="8,6 8,18 18,12" fill="#222"></polygon>
308
+ </svg>
309
+ </div>
310
+ <div class="video-text">VIDEO</div>
311
+ </div>
312
+
313
+ <!-- Details -->
314
+ <div class="content">
315
+ <div class="title">Pull&Bear Petite high rise mom jeans in black</div>
316
+ <div class="price">C$43.00</div>
317
+
318
+ <div class="rating-row">
319
+ <div class="stars">
320
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#222"></path></svg>
321
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#222"></path></svg>
322
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#222"></path></svg>
323
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="none" stroke="#222" stroke-width="2"></path></svg>
324
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="none" stroke="#222" stroke-width="2"></path></svg>
325
+ </div>
326
+ <div class="rating-val">3.3</div>
327
+ <div class="rating-count">(24)</div>
328
+ </div>
329
+
330
+ <div class="note-bar">EXCLUDED FROM ALL DISCOUNT CODES.</div>
331
+
332
+ <div class="chooser-row">
333
+ <div class="chooser">
334
+ <div class="chooser-label">BLACK</div>
335
+ </div>
336
+ <div class="chooser">
337
+ <div class="size-box">
338
+ <div class="chooser-label">SIZE</div>
339
+ <svg class="chev" viewBox="0 0 24 24">
340
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <div class="bottom-line"></div>
348
+ </div>
349
+ </body>
350
+ </html>
code/5985/5985_2.html ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Product Detail UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ padding: 0 30px;
22
+ color: #2b2b2b;
23
+ font-weight: 600;
24
+ font-size: 36px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 28px;
31
+ }
32
+ .status-icons svg { width: 38px; height: 38px; }
33
+
34
+ /* Content spacing */
35
+ .content {
36
+ padding: 0 30px;
37
+ }
38
+
39
+ .banner {
40
+ margin: 20px 0;
41
+ background: #d9e7f6;
42
+ color: #2c3e50;
43
+ border-radius: 8px;
44
+ height: 90px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ font-size: 34px;
49
+ font-weight: 600;
50
+ }
51
+
52
+ /* Option bar (BLACK | SIZE) */
53
+ .option-row {
54
+ display: grid;
55
+ grid-template-columns: 1fr 1fr 70px;
56
+ align-items: center;
57
+ border-bottom: 2px solid #f0f0f0;
58
+ border-top: 2px solid transparent;
59
+ padding: 24px 0;
60
+ gap: 10px;
61
+ }
62
+ .opt-label {
63
+ color: #8c8c8c;
64
+ font-size: 40px;
65
+ letter-spacing: 1px;
66
+ font-weight: 800;
67
+ }
68
+ .divider {
69
+ width: 2px;
70
+ height: 56px;
71
+ background: #e5e5e5;
72
+ justify-self: center;
73
+ }
74
+ .dropdown-arrow {
75
+ justify-self: end;
76
+ }
77
+ .dropdown-arrow svg { width: 36px; height: 36px; }
78
+
79
+ /* Add to bag row */
80
+ .add-row {
81
+ margin-top: 18px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: space-between;
85
+ gap: 24px;
86
+ }
87
+ .add-btn {
88
+ flex: 1;
89
+ height: 118px;
90
+ background: #0c8b45;
91
+ color: #ffffff;
92
+ border-radius: 8px;
93
+ font-weight: 800;
94
+ font-size: 46px;
95
+ letter-spacing: 1px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.08);
100
+ }
101
+ .wish {
102
+ width: 120px;
103
+ height: 120px;
104
+ border-radius: 60px;
105
+ border: 1px solid #e7e7e7;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ background: #fafafa;
110
+ }
111
+ .wish svg { width: 60px; height: 60px; }
112
+
113
+ /* Free delivery card */
114
+ .delivery-card {
115
+ margin-top: 32px;
116
+ border: 1px solid #e7e7e7;
117
+ border-radius: 10px;
118
+ padding: 28px;
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 24px;
122
+ background: #ffffff;
123
+ }
124
+ .delivery-text {
125
+ display: flex;
126
+ flex-direction: column;
127
+ gap: 14px;
128
+ }
129
+ .delivery-title {
130
+ font-size: 40px;
131
+ font-weight: 700;
132
+ color: #333;
133
+ }
134
+ .delivery-link {
135
+ font-size: 36px;
136
+ color: #222;
137
+ font-weight: 700;
138
+ }
139
+
140
+ /* Accordion sections */
141
+ .accordion {
142
+ margin-top: 18px;
143
+ border-top: 10px solid #f2f2f2;
144
+ }
145
+ .acc-item {
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: space-between;
149
+ padding: 38px 0;
150
+ border-bottom: 2px solid #efefef;
151
+ }
152
+ .acc-title {
153
+ font-size: 44px;
154
+ font-weight: 800;
155
+ color: #222;
156
+ }
157
+ .plus svg { width: 40px; height: 40px; }
158
+
159
+ /* Reviews section */
160
+ .reviews {
161
+ padding-top: 20px;
162
+ }
163
+ .reviews h2 {
164
+ font-size: 46px;
165
+ font-weight: 800;
166
+ margin: 0 0 20px 0;
167
+ color: #222;
168
+ }
169
+ .rating-row {
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 20px;
173
+ margin-bottom: 20px;
174
+ }
175
+ .stars {
176
+ display: flex;
177
+ gap: 16px;
178
+ }
179
+ .stars svg { width: 42px; height: 42px; }
180
+ .rating-text {
181
+ font-size: 40px;
182
+ color: #333;
183
+ font-weight: 700;
184
+ }
185
+ .review-count {
186
+ font-size: 36px;
187
+ color: #666;
188
+ }
189
+ .recommend {
190
+ font-size: 40px;
191
+ color: #333;
192
+ margin-top: 18px;
193
+ }
194
+
195
+ /* Customer rating */
196
+ .customer-rating {
197
+ margin-top: 40px;
198
+ }
199
+ .customer-rating h3 {
200
+ font-size: 42px;
201
+ font-weight: 800;
202
+ color: #222;
203
+ margin: 0 0 24px 0;
204
+ }
205
+ .fit-row {
206
+ display: flex;
207
+ align-items: center;
208
+ gap: 18px;
209
+ margin-bottom: 16px;
210
+ }
211
+ .fit-icon {
212
+ width: 60px;
213
+ height: 60px;
214
+ border-radius: 16px;
215
+ background: #f5f5f5;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ }
220
+ .fit-label {
221
+ font-size: 40px;
222
+ font-weight: 800;
223
+ color: #333;
224
+ }
225
+ .scale {
226
+ margin-top: 18px;
227
+ width: 100%;
228
+ height: 28px;
229
+ background: #e9e9e9;
230
+ border-radius: 18px;
231
+ position: relative;
232
+ overflow: hidden;
233
+ }
234
+ .scale .value {
235
+ position: absolute;
236
+ left: 26%;
237
+ width: 120px;
238
+ height: 100%;
239
+ background: #444;
240
+ border-radius: 18px;
241
+ }
242
+ .scale-labels {
243
+ display: flex;
244
+ justify-content: space-between;
245
+ font-size: 36px;
246
+ color: #666;
247
+ margin-top: 16px;
248
+ }
249
+ .thin-slider {
250
+ margin: 30px auto 0;
251
+ width: 540px;
252
+ height: 10px;
253
+ background: #dcdcdc;
254
+ border-radius: 10px;
255
+ position: relative;
256
+ }
257
+ .thin-slider::after {
258
+ content: "";
259
+ position: absolute;
260
+ left: 52%;
261
+ top: -6px;
262
+ width: 22px;
263
+ height: 22px;
264
+ background: #999;
265
+ border-radius: 50%;
266
+ }
267
+
268
+ /* Simple icon colors */
269
+ .icon-gray { fill: #6f6f6f; }
270
+ .icon-dark { fill: #222; }
271
+ .icon-green { fill: #0c8b45; }
272
+ </style>
273
+ </head>
274
+ <body>
275
+ <div id="render-target">
276
+
277
+ <!-- Status bar -->
278
+ <div class="status-bar">
279
+ <div>11:36</div>
280
+ <div class="status-icons">
281
+ <!-- Simple mail icon -->
282
+ <svg viewBox="0 0 24 24"><path class="icon-gray" d="M3 5h18v14H3V5zm9 6L4 7v10h16V7l-8 4z"/></svg>
283
+ <!-- Signal icon -->
284
+ <svg viewBox="0 0 24 24"><path class="icon-gray" d="M4 18h2v2H4v-2zm4-4h2v6H8v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6z"/></svg>
285
+ <!-- Battery icon -->
286
+ <svg viewBox="0 0 24 24"><path class="icon-gray" d="M2 8h18v8H2V8zm20 3v2h-2v-2h2z"/></svg>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="content">
291
+
292
+ <div class="banner">EXCLUDED FROM ALL DISCOUNT CODES.</div>
293
+
294
+ <!-- Option row -->
295
+ <div class="option-row">
296
+ <div class="opt-label">BLACK</div>
297
+ <div class="divider"></div>
298
+ <div style="display:flex; align-items:center; justify-content:flex-end; gap:18px;">
299
+ <div class="opt-label" style="color:#333; font-weight:800;">SIZE</div>
300
+ <div class="dropdown-arrow">
301
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M7 10l5 5 5-5H7z"/></svg>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Add to bag -->
307
+ <div class="add-row">
308
+ <div class="add-btn">ADD TO BAG</div>
309
+ <div class="wish">
310
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M12 21s-6.8-4.4-9.1-8.1C1.3 10.3 2.5 7 6 7c2 0 3.2 1 4 2 0.8-1 2-2 4-2 3.5 0 4.7 3.3 3.1 5.9C18.8 16.6 12 21 12 21z" fill="none" stroke="#222" stroke-width="1.6"/></svg>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Free delivery card -->
315
+ <div class="delivery-card">
316
+ <svg viewBox="0 0 24 24" width="60" height="60"><path class="icon-dark" d="M3 6h11v9H3V6zm11 3h4l3 3v3h-7V9zM6 18a2 2 0 110-4 2 2 0 010 4zm10 0a2 2 0 110-4 2 2 0 010 4z"/></svg>
317
+ <div class="delivery-text">
318
+ <div class="delivery-title">Free Delivery</div>
319
+ <div class="delivery-link">View our Delivery & Returns Policy</div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Accordion sections -->
324
+ <div class="accordion">
325
+ <div class="acc-item">
326
+ <div class="acc-title">Product details</div>
327
+ <div class="plus">
328
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
329
+ </div>
330
+ </div>
331
+ <div class="acc-item">
332
+ <div class="acc-title">Brand</div>
333
+ <div class="plus">
334
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
335
+ </div>
336
+ </div>
337
+ <div class="acc-item">
338
+ <div class="acc-title">Size & Fit</div>
339
+ <div class="plus">
340
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
341
+ </div>
342
+ </div>
343
+ <div class="acc-item">
344
+ <div class="acc-title">Look after me</div>
345
+ <div class="plus">
346
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
347
+ </div>
348
+ </div>
349
+ <div class="acc-item">
350
+ <div class="acc-title">About me</div>
351
+ <div class="plus">
352
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
353
+ </div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Reviews -->
358
+ <div class="reviews">
359
+ <h2>REVIEWS</h2>
360
+ <div class="rating-row">
361
+ <div class="stars">
362
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M12 17.3l-6.2 3.4 1.6-6.8L2 9.7l7-0.6L12 3l3 6.1 7 0.6-5.4 4.3 1.6 6.8z"/></svg>
363
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M12 17.3l-6.2 3.4 1.6-6.8L2 9.7l7-0.6L12 3l3 6.1 7 0.6-5.4 4.3 1.6 6.8z"/></svg>
364
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M12 17.3l-6.2 3.4 1.6-6.8L2 9.7l7-0.6L12 3l3 6.1 7 0.6-5.4 4.3 1.6 6.8z"/></svg>
365
+ <svg viewBox="0 0 24 24"><path class="icon-dark" d="M12 17.3l-6.2 3.4 1.6-6.8L2 9.7l7-0.6L12 3l3 6.1 7 0.6-5.4 4.3 1.6 6.8z"/></svg>
366
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6.1 7 .6-5.4 4.3 1.6 6.8L12 17.3V3z" fill="#c9c9c9"/></svg>
367
+ </div>
368
+ <div class="rating-text">3.3</div>
369
+ <div class="review-count">(24 Reviews)</div>
370
+ </div>
371
+ <div class="recommend">41% of customers recommend this product</div>
372
+ </div>
373
+
374
+ <!-- Customer rating -->
375
+ <div class="customer-rating">
376
+ <h3>CUSTOMER RATING</h3>
377
+ <div class="fit-row">
378
+ <div class="fit-icon">
379
+ <svg viewBox="0 0 24 24" width="28" height="28"><path class="icon-gray" d="M3 6h18v4H3V6zm0 6h13v4H3v-4zm15 0h3v4h-3v-4z"/></svg>
380
+ </div>
381
+ <div class="fit-label">FIT</div>
382
+ </div>
383
+ <div class="scale">
384
+ <div class="value"></div>
385
+ </div>
386
+ <div class="scale-labels">
387
+ <div>Runs Small</div>
388
+ <div>Runs Large</div>
389
+ </div>
390
+ <div class="thin-slider"></div>
391
+ </div>
392
+
393
+ </div>
394
+ </div>
395
+ </body>
396
+ </html>
code/5985/5985_3.html ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Customer Rating UI</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;
9
+ background:#ffffff;color:#222;font-family: "Helvetica Neue", Arial, sans-serif;
10
+ }
11
+ .status-bar{
12
+ height:96px; padding:24px 32px; box-sizing:border-box;
13
+ display:flex; align-items:center; justify-content:space-between;
14
+ border-bottom:1px solid #eee;
15
+ }
16
+ .status-left{font-weight:600;font-size:34px;letter-spacing:0.5px;}
17
+ .status-icons{display:flex;gap:20px;align-items:center;}
18
+ .content{padding:32px 48px 24px 48px;}
19
+ .section-title{
20
+ font-size:42px;font-weight:800;letter-spacing:1px;margin:12px 0 24px 0;
21
+ }
22
+ .rating-item{margin-bottom:44px;}
23
+ .rating-head{display:flex;align-items:center;gap:18px;margin-bottom:16px;}
24
+ .rating-head .label{font-size:34px;font-weight:700;letter-spacing:0.5px;}
25
+ .meter{
26
+ height:28px;background:#EDEDED;border-radius:16px;position:relative;
27
+ }
28
+ .meter .block{
29
+ position:absolute;top:0;height:28px;width:180px;background:#2f2f2f;border-radius:16px;
30
+ }
31
+ .range-labels{
32
+ display:flex;justify-content:space-between;
33
+ color:#6b6b6b;font-size:30px;margin-top:12px;
34
+ }
35
+ .reviews-btn{
36
+ margin:24px 0 40px 0;padding:28px 0;border:2px solid #d9d9d9;border-radius:8px;
37
+ text-align:center;font-size:34px;font-weight:800;letter-spacing:1px;
38
+ }
39
+ .subhead-bar{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px 0;}
40
+ .subhead-title{font-size:40px;font-weight:800;}
41
+ .items-count{font-size:32px;color:#666;margin-top:12px;}
42
+ .cards{display:flex;gap:24px;margin-top:12px;}
43
+ .card{
44
+ width:486px;background:#fff;border:1px solid #e6e6e6;border-radius:6px;
45
+ box-shadow:0 2px 6px rgba(0,0,0,0.06);padding:18px;box-sizing:border-box;
46
+ }
47
+ .img{
48
+ width:450px;height:520px;background:#E0E0E0;border:1px solid #BDBDBD;
49
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:28px;
50
+ margin:0 auto 16px auto;
51
+ }
52
+ .image-tag{
53
+ text-align:center;font-size:30px;font-weight:700;color:#3a3a3a;letter-spacing:1px;margin-bottom:18px;
54
+ }
55
+ .price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
56
+ .price{font-size:38px;font-weight:800;}
57
+ .heart{width:42px;height:42px;}
58
+ .product-name{font-size:32px;color:#333;line-height:1.35;}
59
+ .divider{height:18px;}
60
+ .gray-section{background:#f2f2f2;margin-top:18px;padding:28px 48px 48px 48px;}
61
+ .placeholder-strip{
62
+ height:260px;background:#E0E0E0;border:1px solid #BDBDBD;margin-top:18px;
63
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:28px;
64
+ }
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <div id="render-target">
69
+
70
+ <div class="status-bar">
71
+ <div class="status-left">11:36</div>
72
+ <div class="status-icons">
73
+ <!-- simple icons -->
74
+ <svg width="28" height="28" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#8a8a8a"/></svg>
75
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M2 16c3-3 7-5 10-5s7 2 10 5" stroke="#8a8a8a" stroke-width="2" fill="none"/></svg>
76
+ <svg width="28" height="28" viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2" stroke="#8a8a8a" stroke-width="2" fill="none"/><rect x="5" y="8" width="12" height="8" fill="#8a8a8a"/></svg>
77
+ </div>
78
+ </div>
79
+
80
+ <div class="content">
81
+ <div class="section-title">CUSTOMER RATING</div>
82
+
83
+ <div class="rating-item">
84
+ <div class="rating-head">
85
+ <!-- tape measure icon -->
86
+ <svg width="34" height="34" viewBox="0 0 24 24">
87
+ <rect x="2" y="6" width="16" height="12" rx="6" fill="none" stroke="#222" stroke-width="2"/>
88
+ <path d="M6 10h6M6 13h8" stroke="#222" stroke-width="2"/>
89
+ </svg>
90
+ <div class="label">FIT</div>
91
+ </div>
92
+ <div class="meter">
93
+ <div class="block" style="left:270px;"></div>
94
+ </div>
95
+ <div class="range-labels">
96
+ <div>Runs Small</div>
97
+ <div>Runs Large</div>
98
+ </div>
99
+ </div>
100
+
101
+ <div class="rating-item">
102
+ <div class="rating-head">
103
+ <!-- diamond icon -->
104
+ <svg width="34" height="34" viewBox="0 0 24 24">
105
+ <path d="M12 3l7 7-7 11-7-11 7-7z" fill="none" stroke="#222" stroke-width="2"/>
106
+ </svg>
107
+ <div class="label">QUALITY</div>
108
+ </div>
109
+ <div class="meter">
110
+ <div class="block" style="left:650px;"></div>
111
+ </div>
112
+ <div class="range-labels">
113
+ <div>Poor</div>
114
+ <div>Great</div>
115
+ </div>
116
+ </div>
117
+
118
+ <div class="reviews-btn">VIEW ALL REVIEWS</div>
119
+
120
+ <div class="subhead-bar">
121
+ <div class="subhead-title">YOU MIGHT ALSO LIKE</div>
122
+ <div class="items-count">9 items</div>
123
+ </div>
124
+
125
+ <div class="cards">
126
+ <div class="card">
127
+ <div class="img">[IMG: Model wearing blue mom jeans]</div>
128
+ <div class="image-tag">PETITE</div>
129
+ <div class="price-row">
130
+ <div class="price">$48.00</div>
131
+ <svg class="heart" viewBox="0 0 24 24">
132
+ <path d="M12 21s-6-4.35-9-7.5C-1 9.5 2 4 6.5 4 9 4 10.5 5.5 12 7c1.5-1.5 3-3 5.5-3C22 4 25 9.5 21 13.5 18 16.65 12 21 12 21z" fill="none" stroke="#333" stroke-width="2"/>
133
+ </svg>
134
+ </div>
135
+ <div class="product-name">Pull&Bear Petite high rise mom jeans in medium blue</div>
136
+ </div>
137
+
138
+ <div class="card">
139
+ <div class="img">[IMG: Model wearing black slim mom jeans]</div>
140
+ <div class="image-tag">HOURGLASS</div>
141
+ <div class="price-row">
142
+ <div class="price">$40.00</div>
143
+ </div>
144
+ <div class="product-name">ASOS DESIGN Hourglass slim mom jeans in washed black</div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="gray-section">
150
+ <div class="subhead-bar" style="margin-top:0;">
151
+ <div class="subhead-title">PEOPLE ALSO BOUGHT</div>
152
+ <div class="items-count">5 items</div>
153
+ </div>
154
+ <div class="placeholder-strip">[IMG: More recommended products carousel]</div>
155
+ </div>
156
+
157
+ </div>
158
+ </body>
159
+ </html>
code/5985/5985_4.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Reviews UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#222; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff; border-radius:24px; box-shadow:0 8px 24px rgba(0,0,0,0.12);
10
+ }
11
+
12
+ /* Top status bar */
13
+ .status-bar { height:88px; display:flex; align-items:center; padding:0 36px; font-size:36px; color:#222; }
14
+ .status-right { margin-left:auto; display:flex; align-items:center; gap:24px; }
15
+ .status-dot { width:28px; height:28px; border-radius:50%; background:#888; }
16
+ .battery { width:42px; height:26px; border:3px solid #222; border-radius:6px; position:relative; }
17
+ .battery::after { content:""; position:absolute; right:-10px; top:7px; width:6px; height:12px; background:#222; border-radius:2px; }
18
+ .battery .level { position:absolute; left:4px; top:4px; bottom:4px; right:8px; background:#222; border-radius:3px; }
19
+
20
+ /* Header */
21
+ .header { height:120px; display:flex; align-items:center; padding:0 36px; border-bottom:1px solid #e5e5e5; }
22
+ .back {
23
+ width:56px; height:56px; display:flex; align-items:center; justify-content:center; margin-right:16px;
24
+ }
25
+ .title { font-size:48px; font-weight:700; letter-spacing:2px; }
26
+
27
+ /* Rating summary */
28
+ .content { padding:24px 36px; }
29
+ .summary-row { display:flex; align-items:center; gap:18px; margin-top:12px; }
30
+ .rating-number { font-size:64px; font-weight:800; margin-left:12px; }
31
+ .reviews-count { font-size:36px; color:#666; margin-left:8px; }
32
+ .recommend { font-size:36px; color:#555; margin-top:20px; }
33
+
34
+ .stars { display:flex; align-items:center; gap:8px; }
35
+ .star svg { width:58px; height:58px; }
36
+ .star-outline polygon { fill:none; stroke:#222; stroke-width:2.5; }
37
+ .star-fill polygon { fill:#222; }
38
+ .star-half polygon { fill:#222; }
39
+ .star-half rect { fill:#fff; }
40
+
41
+ /* Distribution bars */
42
+ .dist-row { display:flex; align-items:center; gap:24px; margin-top:28px; }
43
+ .dist-label { width:140px; font-size:40px; }
44
+ .bar { flex:1; height:30px; background:#eee; border-radius:16px; position:relative; }
45
+ .bar .fill { position:absolute; height:100%; left:0; top:0; background:#222; border-radius:16px; }
46
+ .count { width:80px; text-align:right; font-size:40px; color:#666; }
47
+
48
+ /* Section title */
49
+ .section-title { font-size:44px; font-weight:800; margin-top:32px; letter-spacing:1px; }
50
+
51
+ /* Customer rating sliders */
52
+ .rating-item { margin-top:32px; }
53
+ .rating-head { display:flex; align-items:center; gap:20px; font-weight:700; font-size:40px; }
54
+ .icon { width:48px; height:48px; }
55
+ .track { height:26px; background:#eee; border-radius:14px; margin:16px 0; position:relative; }
56
+ .track .marker { position:absolute; height:26px; width:180px; background:#222; border-radius:14px; }
57
+ .range-labels { display:flex; justify-content:space-between; color:#666; font-size:34px; }
58
+
59
+ /* Reviews */
60
+ .divider { height:2px; background:#ededed; margin:40px -36px 16px; }
61
+ .review { padding-top:16px; }
62
+ .review-top { display:flex; align-items:center; justify-content:space-between; }
63
+ .review-stars .star svg { width:44px; height:44px; }
64
+ .verified { font-size:32px; color:#777; }
65
+ .ago { font-size:32px; color:#777; }
66
+ .review-title { font-size:42px; font-weight:800; margin-top:22px; letter-spacing:1px; }
67
+ .review-text { font-size:36px; line-height:1.5; color:#333; margin-top:12px; }
68
+
69
+ /* Bottom home indicator */
70
+ .home-indicator {
71
+ position:absolute; bottom:38px; left:50%; transform:translateX(-50%);
72
+ width:520px; height:14px; background:#bdbdbd; border-radius:8px;
73
+ }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+
79
+ <!-- Status bar -->
80
+ <div class="status-bar">
81
+ <div>11:37</div>
82
+ <div class="status-right">
83
+ <div class="status-dot"></div>
84
+ <div class="status-dot"></div>
85
+ <div class="battery"><div class="level"></div></div>
86
+ </div>
87
+ </div>
88
+
89
+ <!-- Header -->
90
+ <div class="header">
91
+ <div class="back">
92
+ <svg viewBox="0 0 24 24">
93
+ <polyline points="15,4 7,12 15,20" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></polyline>
94
+ </svg>
95
+ </div>
96
+ <div class="title">REVIEWS</div>
97
+ </div>
98
+
99
+ <!-- Ratings summary -->
100
+ <div class="content">
101
+ <div class="summary-row">
102
+ <div class="stars">
103
+ <!-- 3 full + 1 half + 1 outline -->
104
+ <div class="star star-fill">
105
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
106
+ </div>
107
+ <div class="star star-fill">
108
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
109
+ </div>
110
+ <div class="star star-fill">
111
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
112
+ </div>
113
+ <div class="star star-half">
114
+ <svg viewBox="0 0 24 24">
115
+ <defs>
116
+ <clipPath id="half">
117
+ <rect x="0" y="0" width="12" height="24"></rect>
118
+ </clipPath>
119
+ </defs>
120
+ <polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9" clip-path="url(#half)"></polygon>
121
+ <polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9" fill="none" stroke="#222" stroke-width="2.5"></polygon>
122
+ </svg>
123
+ </div>
124
+ <div class="star star-outline">
125
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
126
+ </div>
127
+ </div>
128
+ <div class="rating-number">3.3</div>
129
+ <div class="reviews-count">(24 Reviews)</div>
130
+ </div>
131
+ <div class="recommend">41% of customers recommend this product</div>
132
+
133
+ <!-- Distribution bars -->
134
+ <div class="dist-row">
135
+ <div class="dist-label">5 stars</div>
136
+ <div class="bar"><div class="fill" style="width:220px;"></div></div>
137
+ <div class="count">(6)</div>
138
+ </div>
139
+ <div class="dist-row">
140
+ <div class="dist-label">4 stars</div>
141
+ <div class="bar"><div class="fill" style="width:210px;"></div></div>
142
+ <div class="count">(6)</div>
143
+ </div>
144
+ <div class="dist-row">
145
+ <div class="dist-label">3 stars</div>
146
+ <div class="bar"><div class="fill" style="width:160px;"></div></div>
147
+ <div class="count">(4)</div>
148
+ </div>
149
+ <div class="dist-row">
150
+ <div class="dist-label">2 stars</div>
151
+ <div class="bar"><div class="fill" style="width:200px;"></div></div>
152
+ <div class="count">(5)</div>
153
+ </div>
154
+ <div class="dist-row">
155
+ <div class="dist-label">1 star</div>
156
+ <div class="bar"><div class="fill" style="width:180px;"></div></div>
157
+ <div class="count">(3)</div>
158
+ </div>
159
+
160
+ <!-- Customer Rating -->
161
+ <div class="section-title">CUSTOMER RATING</div>
162
+
163
+ <!-- Fit -->
164
+ <div class="rating-item">
165
+ <div class="rating-head">
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#222" stroke-width="2"></circle>
168
+ <path d="M6 12 h12" stroke="#222" stroke-width="2" />
169
+ </svg>
170
+ <div>FIT</div>
171
+ </div>
172
+ <div class="track">
173
+ <div class="marker" style="left:290px; width:180px;"></div>
174
+ </div>
175
+ <div class="range-labels">
176
+ <div>Runs Small</div><div>Runs Large</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Quality -->
181
+ <div class="rating-item">
182
+ <div class="rating-head">
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <polygon points="12,2 21,12 12,22 3,12" fill="none" stroke="#222" stroke-width="2"></polygon>
185
+ </svg>
186
+ <div>QUALITY</div>
187
+ </div>
188
+ <div class="track">
189
+ <div class="marker" style="left:640px; width:180px;"></div>
190
+ </div>
191
+ <div class="range-labels">
192
+ <div>Poor</div><div>Great</div>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="divider"></div>
197
+
198
+ <!-- Review 1 -->
199
+ <div class="review">
200
+ <div class="review-top">
201
+ <div style="display:flex; align-items:center; gap:8px;">
202
+ <div class="review-stars stars">
203
+ <div class="star star-fill">
204
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
205
+ </div>
206
+ <div class="star star-outline">
207
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
208
+ </div>
209
+ <div class="star star-outline">
210
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
211
+ </div>
212
+ <div class="star star-outline">
213
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
214
+ </div>
215
+ <div class="star star-outline">
216
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
217
+ </div>
218
+ </div>
219
+ <div class="verified">Verified Purchaser</div>
220
+ </div>
221
+ <div class="ago">1 month ago</div>
222
+ </div>
223
+ <div class="review-title">FAR TOO SMALL</div>
224
+ <div class="review-text">
225
+ As a short woman on the curvier side I get really annoyed when companies assume because you’re short it means you’re skinny and a size 12, which is often okay if not...
226
+ </div>
227
+ </div>
228
+
229
+ <div class="divider"></div>
230
+
231
+ <!-- Review 2 -->
232
+ <div class="review">
233
+ <div class="review-top">
234
+ <div style="display:flex; align-items:center; gap:8px;">
235
+ <div class="review-stars stars">
236
+ <div class="star star-fill">
237
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
238
+ </div>
239
+ <div class="star star-fill">
240
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
241
+ </div>
242
+ <div class="star star-fill">
243
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
244
+ </div>
245
+ <div class="star star-fill">
246
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
247
+ </div>
248
+ <div class="star star-outline">
249
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15.5,9 23,9 17.5,13.2 19.8,21 12,16.6 4.2,21 6.5,13.2 1,9 8.5,9"/></svg>
250
+ </div>
251
+ </div>
252
+ <div class="verified">Verified Purchaser</div>
253
+ </div>
254
+ <div class="ago">2 months ago</div>
255
+ </div>
256
+ </div>
257
+
258
+ </div>
259
+
260
+ <div class="home-indicator"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/5985/5985_5.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Reviews UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ box-shadow: 0 6px 24px rgba(0,0,0,0.12);
14
+ border-radius: 24px;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #222;
25
+ font-size: 44px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 26px;
30
+ align-items: center;
31
+ }
32
+ .dot {
33
+ width: 34px; height: 34px; border-radius: 50%; background:#bdbdbd;
34
+ }
35
+ .signal {
36
+ width: 40px; height: 28px; border: 3px solid #777; border-radius: 6px;
37
+ }
38
+ .battery {
39
+ width: 48px; height: 28px; border: 3px solid #777; border-radius:4px; position: relative;
40
+ }
41
+ .battery::after {
42
+ content:""; position:absolute; right:-8px; top:8px; width:8px; height:12px; background:#777; border-radius:2px;
43
+ }
44
+
45
+ /* Page header */
46
+ .page-header {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 28px;
50
+ padding: 0 40px;
51
+ height: 110px;
52
+ }
53
+ .back-btn {
54
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center;
55
+ }
56
+ .title {
57
+ font-size: 52px;
58
+ font-weight: 700;
59
+ letter-spacing: 2px;
60
+ color: #222;
61
+ }
62
+
63
+ /* scale bar */
64
+ .scale-wrap {
65
+ padding: 20px 40px 10px 40px;
66
+ }
67
+ .scale-labels {
68
+ display: flex;
69
+ justify-content: space-between;
70
+ color: #515151;
71
+ font-size: 40px;
72
+ margin-bottom: 10px;
73
+ }
74
+ .scale {
75
+ position: relative;
76
+ height: 18px;
77
+ background: #e9e9e9;
78
+ border-radius: 9px;
79
+ overflow: hidden;
80
+ }
81
+ .scale .indicator {
82
+ position: absolute;
83
+ left: 540px; /* roughly middle-right */
84
+ width: 120px; height: 100%;
85
+ background: #333;
86
+ border-radius: 9px;
87
+ }
88
+
89
+ /* review list */
90
+ .reviews {
91
+ margin-top: 20px;
92
+ }
93
+ .divider {
94
+ height: 18px; background:#f1f1f1;
95
+ }
96
+ .review {
97
+ padding: 34px 40px 28px 40px;
98
+ border-bottom: 1px solid #e6e6e6;
99
+ }
100
+ .review-top {
101
+ display:flex;
102
+ align-items:center;
103
+ justify-content: space-between;
104
+ margin-bottom: 20px;
105
+ }
106
+ .stars { display:flex; gap: 14px; }
107
+ .date {
108
+ color:#7a7a7a;
109
+ font-size: 34px;
110
+ }
111
+ .verified {
112
+ color:#777;
113
+ font-size: 34px;
114
+ margin-bottom: 18px;
115
+ }
116
+ .review h3 {
117
+ margin: 6px 0 12px 0;
118
+ font-size: 44px;
119
+ font-weight: 800;
120
+ letter-spacing: 1px;
121
+ color:#222;
122
+ }
123
+ .review p {
124
+ font-size: 38px;
125
+ line-height: 1.5;
126
+ color:#333;
127
+ margin: 0 0 8px 0;
128
+ }
129
+ .read-more {
130
+ color:#111; font-weight:700;
131
+ }
132
+
133
+ /* bottom home indicator */
134
+ .home-indicator {
135
+ position: absolute;
136
+ bottom: 24px;
137
+ left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 420px; height: 14px; background:#bdbdbd; border-radius: 7px;
140
+ }
141
+
142
+ /* Simple icons */
143
+ svg { display:block }
144
+ .icon-arrow { width: 44px; height: 44px; }
145
+ .icon-star { width: 44px; height: 44px; }
146
+
147
+ /* helper for star colors */
148
+ .filled path { fill:#111; }
149
+ .empty path { fill:#b6b6b6; }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div>11:37</div>
158
+ <div class="status-icons">
159
+ <div class="dot"></div>
160
+ <div class="signal"></div>
161
+ <div class="battery"></div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Header -->
166
+ <div class="page-header">
167
+ <div class="back-btn">
168
+ <svg class="icon-arrow" viewBox="0 0 24 24">
169
+ <path d="M15.5 4l-8 8 8 8" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
170
+ </svg>
171
+ </div>
172
+ <div class="title">REVIEWS</div>
173
+ </div>
174
+
175
+ <!-- Scale bar -->
176
+ <div class="scale-wrap">
177
+ <div class="scale-labels">
178
+ <span>Poor</span>
179
+ <span>Great</span>
180
+ </div>
181
+ <div class="scale">
182
+ <div class="indicator"></div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="divider"></div>
187
+
188
+ <!-- Reviews list -->
189
+ <div class="reviews">
190
+
191
+ <!-- Review 1 -->
192
+ <div class="review">
193
+ <div class="review-top">
194
+ <div class="stars">
195
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
196
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
197
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
198
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
199
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
200
+ </div>
201
+ <div class="date">1 month ago</div>
202
+ </div>
203
+ <div class="verified">Verified Purchaser</div>
204
+ <h3>FAR TOO SMALL</h3>
205
+ <p>As a short woman on the curvier side I get really annoyed when companies assume because you’re short it means you’re skinny and a size 12, which is often okay if not... <span class="read-more">Read More</span></p>
206
+ </div>
207
+
208
+ <!-- Review 2 -->
209
+ <div class="review">
210
+ <div class="review-top">
211
+ <div class="stars">
212
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
213
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
214
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
215
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
216
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
217
+ </div>
218
+ <div class="date">2 months ago</div>
219
+ </div>
220
+ <div class="verified">Verified Purchaser</div>
221
+ <h3>NICE JEANS</h3>
222
+ <p>These fit as advertised but you need one size up if you need them to have room as they are not stretchy. Did not keep them because of length (5'1) I need them above my ankles .</p>
223
+ </div>
224
+
225
+ <!-- Review 3 -->
226
+ <div class="review">
227
+ <div class="review-top">
228
+ <div class="stars">
229
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
230
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
231
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
232
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
233
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
234
+ </div>
235
+ <div class="date">3 months ago</div>
236
+ </div>
237
+ <div class="verified">Verified Purchaser</div>
238
+ <h3>I LOVE THESE JEANS</h3>
239
+ <p>I bought these jeans as I’ve struggled to find good fitting black jeans recently due to being roughly between sizes 12/14 and they were reasonably priced. I ordered a size... <span class="read-more">Read More</span></p>
240
+ </div>
241
+
242
+ <!-- Review 4 -->
243
+ <div class="review">
244
+ <div class="review-top">
245
+ <div class="stars">
246
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
247
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
248
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
249
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
250
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
251
+ </div>
252
+ <div class="date">3 months ago</div>
253
+ </div>
254
+ <div class="verified">Verified Purchaser</div>
255
+ <h3>FITS WELL</h3>
256
+ <p>Fits well. Comfortable to wear. Lost a lot of the dye in the first wash so looks more grey than black now.</p>
257
+ </div>
258
+
259
+ <!-- Review 5 (partial at bottom) -->
260
+ <div class="review">
261
+ <div class="review-top">
262
+ <div class="stars">
263
+ <svg class="icon-star filled" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
264
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
265
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
266
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
267
+ <svg class="icon-star empty" viewBox="0 0 24 24"><path d="M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z"/></svg>
268
+ </div>
269
+ <div class="date">4 months ago</div>
270
+ </div>
271
+ <div class="verified">Verified Purchaser</div>
272
+ <!-- Intentionally leaving body minimal to mimic cut-off in screenshot -->
273
+ </div>
274
+
275
+ </div>
276
+
277
+ <div class="home-indicator"></div>
278
+ </div>
279
+ </body>
280
+ </html>
code/5986/5986_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>Search - Black Formal Pants for Women</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 28px; box-shadow: 0 2px 20px rgba(0,0,0,0.08);
12
+ color: #111;
13
+ }
14
+
15
+ /* Top gradient header */
16
+ .top {
17
+ position: absolute; left: 0; top: 0; width: 100%; height: 240px;
18
+ background: linear-gradient(180deg, #8fd8cf 0%, #cfead9 100%);
19
+ }
20
+ .status {
21
+ position: absolute; top: 22px; left: 32px; right: 32px; height: 46px; display: flex; align-items: center; justify-content: space-between; color: #0f1111;
22
+ font-weight: 600; font-size: 36px;
23
+ }
24
+ .status .icons { display: flex; align-items: center; gap: 26px; }
25
+ .dot { width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,0.12); display: inline-block; }
26
+ .battery { width: 40px; height: 24px; border: 2px solid #222; border-radius: 4px; position: relative; }
27
+ .battery:after { content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 12px; background: #222; border-radius: 2px; }
28
+ .battery .fill { position: absolute; left: 2px; top: 2px; bottom: 2px; width: 28px; background: #222; }
29
+
30
+ .back-btn {
31
+ position: absolute; left: 24px; top: 124px; width: 70px; height: 70px; border-radius: 50%;
32
+ display: flex; align-items: center; justify-content: center; color: #0f1111;
33
+ }
34
+ .search-bar {
35
+ position: absolute; left: 116px; right: 36px; top: 108px; height: 100px;
36
+ background: #ffffff; border-radius: 26px; box-shadow: 0 6px 16px rgba(0,0,0,0.08); display: flex; align-items: center; padding: 0 26px; gap: 20px;
37
+ }
38
+ .search-input { flex: 1; font-size: 36px; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
39
+ .search-placeholder { color: #5f6a6a; }
40
+
41
+ /* Grid */
42
+ .content {
43
+ position: absolute; top: 240px; left: 0; right: 0; bottom: 180px; overflow: hidden;
44
+ }
45
+ .grid {
46
+ display: grid; grid-template-columns: 1fr 1fr; column-gap: 0; row-gap: 0;
47
+ }
48
+ .card {
49
+ border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; padding-bottom: 26px;
50
+ }
51
+ .img-wrap {
52
+ margin: 0 26px; margin-top: 18px; height: 530px; position: relative; background: #f5f5f5; border: 1px solid #d2d2d2; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
53
+ }
54
+ .badge {
55
+ position: absolute; left: 0; top: 0; background: #e47911; color: #fff; font-weight: 700; font-size: 28px; padding: 12px 18px; border-bottom-right-radius: 10px;
56
+ }
57
+ .color-chip {
58
+ position: absolute; right: 16px; bottom: 16px; background: #fff; border-radius: 18px; padding: 6px 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #d6d6d6; font-size: 24px; color: #333;
59
+ }
60
+ .chip-dot { width: 22px; height: 22px; border-radius: 50%; background: #3b3b3b; border: 1px solid #bbb; }
61
+ .chip-dot.alt { background: #c96b4f; }
62
+
63
+ .info { padding: 16px 26px 0; }
64
+ .brand { font-weight: 700; font-size: 34px; letter-spacing: 0.2px; margin-top: 8px; }
65
+ .title { color: #333; font-size: 30px; margin-top: 4px; }
66
+ .rating { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
67
+ .rating .score { color: #007185; font-size: 30px; }
68
+ .stars { display: flex; gap: 6px; }
69
+ .price-row { margin-top: 14px; font-size: 36px; font-weight: 700; }
70
+ .mrp { font-size: 28px; color: #666; font-weight: 500; margin-left: 8px; text-decoration: line-through; }
71
+ .off { font-size: 28px; color: #666; margin-left: 6px; }
72
+ .prime { display: inline-flex; align-items: center; gap: 8px; color: #1976d2; font-weight: 700; margin-top: 10px; font-size: 30px; }
73
+ .prime .check { width: 22px; height: 22px; border-radius: 50%; background: #1976d2; display: inline-block; position: relative; }
74
+ .prime .check:after { content: ""; position: absolute; left: 6px; top: 2px; width: 8px; height: 14px; border: solid #fff; border-width: 0 4px 4px 0; transform: rotate(45deg); }
75
+ .delivery { color: #565959; font-size: 28px; margin-top: 6px; line-height: 1.2; }
76
+
77
+ .deal { display: inline-block; background: #c84b24; color: #fff; padding: 8px 14px; border-radius: 8px; font-weight: 700; font-size: 26px; margin-top: 10px; }
78
+ .save { display: inline-block; background: #93cf8f; color: #1a3a1a; font-weight: 700; padding: 6px 10px; border-radius: 6px; font-size: 26px; margin-top: 8px; }
79
+
80
+ /* Bottom navigation */
81
+ .bottom-bar {
82
+ position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: #ffffff; border-top: 1px solid #e6e6e6;
83
+ }
84
+ .nav {
85
+ height: 130px; display: flex; align-items: center; justify-content: space-around;
86
+ }
87
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: #0f1111; }
88
+ .nav-item span { font-size: 28px; }
89
+ .active { color: #00a3b3; }
90
+ .cart-badge {
91
+ position: absolute; top: -6px; right: -10px; background: #0f1111; color: #fff; border-radius: 12px; font-size: 22px; padding: 2px 8px;
92
+ }
93
+ .gesture {
94
+ position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); width: 320px; height: 10px; background: #c9c9c9; border-radius: 8px;
95
+ }
96
+
97
+ /* SVG helpers */
98
+ svg { display: block; }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Top area -->
105
+ <div class="top"></div>
106
+
107
+ <div class="status">
108
+ <div>10:22</div>
109
+ <div class="icons">
110
+ <div class="dot"></div>
111
+ <div class="dot" style="background: rgba(0,0,0,0.18);"></div>
112
+ <div class="dot" style="width: 30px; height: 30px; border-radius: 6px;"></div>
113
+ <div class="dot" style="width: 10px; height: 10px;"></div>
114
+ <svg width="40" height="32" viewBox="0 0 24 24"><path fill="#1a1a1a" d="M12 18c3.866 0 7-3.134 7-7h3c0 5.523-4.477 10-10 10S2 16.523 2 11h3c0 3.866 3.134 7 7 7z"/></svg>
115
+ <div class="battery"><div class="fill"></div></div>
116
+ </div>
117
+ </div>
118
+
119
+ <div class="back-btn">
120
+ <svg width="54" height="54" viewBox="0 0 24 24"><path fill="#1b1b1b" d="M15.5 19L9 12l6.5-7 1.5 1.4L12 12l5 5.6z"/></svg>
121
+ </div>
122
+
123
+ <div class="search-bar">
124
+ <svg width="42" height="42" viewBox="0 0 24 24"><path fill="#333" d="M21 20l-5.2-5.2A7 7 0 103.3 3.3a7 7 0 0012 9.5L20.5 18z"/></svg>
125
+ <div class="search-input"><span class="search-placeholder">black formal pants for women</span></div>
126
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#0f1111" d="M7 4h10l1 2h3v12H3V6h3l1-2zm5 13a4 4 0 100-8 4 4 0 000 8z"/></svg>
127
+ </div>
128
+
129
+ <!-- Content -->
130
+ <div class="content">
131
+ <div class="grid">
132
+
133
+ <!-- Left card -->
134
+ <div class="card">
135
+ <div class="img-wrap">
136
+ <div class="badge">Best seller</div>
137
+ <div>[IMG: Black trousers on model]</div>
138
+ <div class="color-chip">
139
+ <div class="chip-dot"></div>
140
+ <div class="chip-dot alt"></div>
141
+ <div>9</div>
142
+ </div>
143
+ </div>
144
+ <div class="info">
145
+ <div class="brand">KOTTY</div>
146
+ <div class="title">Women Solid Trousers</div>
147
+ <div class="rating">
148
+ <div class="score">3.7</div>
149
+ <div class="stars">
150
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
151
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
152
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
153
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
154
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#ccc" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
155
+ </div>
156
+ <div style="color:#565959; font-size:28px;">(3,946)</div>
157
+ </div>
158
+ <div style="color:#565959; font-size:28px; margin-top:4px;">1K+ bought in past month</div>
159
+ <div class="price-row">₹249 <span class="mrp">M.R.P: ₹1,999</span> <span class="off">(88% off)</span></div>
160
+ <div class="prime"><span class="check"></span>prime</div>
161
+ <div class="delivery">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Right card -->
166
+ <div class="card" style="border-right: none;">
167
+ <div class="img-wrap">
168
+ <div>[IMG: Black wide-leg trousers on model]</div>
169
+ </div>
170
+ <div class="info">
171
+ <div class="brand">AUSK</div>
172
+ <div class="title">Women Polyester Blend Solid Trousers Black Color</div>
173
+ <div class="rating">
174
+ <div class="score">3.9</div>
175
+ <div class="stars">
176
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
177
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
178
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
179
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#f39c12" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
180
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#ccc" d="M12 17l-6 3 1.7-6.4L3 8.7l6.6-.6L12 2l2.4 6.1 6.6.6-4.7 4.9L18 20z"/></svg>
181
+ </div>
182
+ <div style="color:#565959; font-size:28px;">(4)</div>
183
+ </div>
184
+ <div class="deal">Deal of the Day</div>
185
+ <div class="price-row">₹249 <span class="mrp">M.R.P: ₹1,999</span> <span class="off">(88% off)</span></div>
186
+ <div class="save">Save 3%</div>
187
+ <div style="color:#565959; font-size:28px; margin-top:6px;">with coupon (limited sizes/colours)</div>
188
+ <div class="prime"><span class="check"></span>prime</div>
189
+ <div class="delivery">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Row 2 placeholders to hint scrolling -->
194
+ <div class="card">
195
+ <div class="img-wrap">
196
+ <div>[IMG: Black trousers side view]</div>
197
+ </div>
198
+ <div class="info">
199
+ <div class="brand">KOTTY</div>
200
+ <div class="title">Women Straight Fit Work Pants</div>
201
+ <div class="price-row">₹449 <span class="mrp">M.R.P: ₹1,199</span> <span class="off">(63% off)</span></div>
202
+ <div class="prime"><span class="check"></span>prime</div>
203
+ <div class="delivery">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="card" style="border-right:none;">
208
+ <div class="img-wrap">
209
+ <div>[IMG: Black trousers with pockets]</div>
210
+ </div>
211
+ <div class="info">
212
+ <div class="brand">AUSK</div>
213
+ <div class="title">Women's Formal Pants</div>
214
+ <div class="price-row">₹399 <span class="mrp">M.R.P: ₹999</span> <span class="off">(60% off)</span></div>
215
+ <div class="prime"><span class="check"></span>prime</div>
216
+ <div class="delivery">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
217
+ </div>
218
+ </div>
219
+
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Bottom navigation -->
224
+ <div class="bottom-bar">
225
+ <div class="nav">
226
+ <div class="nav-item active">
227
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#00a3b3" d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg>
228
+ <span>Home</span>
229
+ </div>
230
+ <div class="nav-item">
231
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#0f1111" d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 3-9 6v2h18v-2c0-3-4-6-9-6z"/></svg>
232
+ <span>You</span>
233
+ </div>
234
+ <div class="nav-item">
235
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#0f1111" d="M3 13h10v8H3v-8zm8-10h10v8H11V3zM3 3h6v8H3V3zM13 13h8v8h-8v-8z"/></svg>
236
+ <span>More</span>
237
+ </div>
238
+ <div class="nav-item" style="position: relative;">
239
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#0f1111" d="M7 6h14l-2 9H9L7 6zm-2 0H2V4h3l3.6 9.6-1.3 3.4A2 2 0 009 20h11v-2H9.4l1-2.6h8.9l2.2-9.4H7z"/></svg>
240
+ <span>Cart</span>
241
+ <div class="cart-badge">3</div>
242
+ </div>
243
+ <div class="nav-item">
244
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#0f1111" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
245
+ <span>Menu</span>
246
+ </div>
247
+ </div>
248
+ <div class="gesture"></div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/5986/5986_1.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Flipkart Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Segoe UI Symbol"; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 22px;
13
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ height: 90px; padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #222; font-weight: 600; font-size: 34px;
21
+ }
22
+ .sb-left { display: flex; align-items: center; gap: 18px; }
23
+ .sb-right { display: flex; align-items: center; gap: 18px; }
24
+ .dot { width: 14px; height: 14px; background: #9e9e9e; border-radius: 50%; opacity: 0.6; }
25
+ .icon-round {
26
+ width: 36px; height: 36px; border-radius: 50%; background: #bdbdbd;
27
+ display: inline-block;
28
+ }
29
+
30
+ /* Header / logo */
31
+ .header {
32
+ padding: 24px 36px 12px 36px;
33
+ }
34
+ .brand-row {
35
+ display: flex; align-items: center; gap: 22px;
36
+ }
37
+ .bag {
38
+ width: 92px; height: 92px; border-radius: 20px; background: #ffd54f; position: relative;
39
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
40
+ }
41
+ .bag:before {
42
+ content: ""; position: absolute; left: 20px; top: 16px; right: 20px; height: 14px;
43
+ border: 4px solid #ffec99; border-bottom: none; border-radius: 12px 12px 0 0;
44
+ }
45
+ .bag:after {
46
+ content: "f"; position: absolute; color: #1565c0; font-weight: 800; font-size: 60px; left: 30px; top: 34px;
47
+ }
48
+ .flipkart-text {
49
+ font-size: 58px; font-weight: 800; color: #2874F0; letter-spacing: 0.5px;
50
+ }
51
+
52
+ /* Brand mall + search */
53
+ .brand-mall-row {
54
+ display: flex; align-items: center; gap: 30px;
55
+ margin-top: 8px; color: #757575; font-size: 32px;
56
+ }
57
+ .switch {
58
+ display: inline-flex; align-items: center; gap: 14px;
59
+ }
60
+ .toggle {
61
+ width: 120px; height: 60px; background: #eee; border-radius: 40px; position: relative; box-shadow: inset 0 0 0 1px #d0d0d0;
62
+ }
63
+ .toggle .knob {
64
+ width: 54px; height: 54px; border-radius: 50%; background: #fff; position: absolute; left: 4px; top: 3px; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
65
+ }
66
+ .toggle-label { font-weight: 700; color: #333; }
67
+
68
+ .search-bar {
69
+ margin-top: 22px;
70
+ height: 120px;
71
+ border: 1px solid #dcdcdc; border-radius: 26px;
72
+ display: flex; align-items: center;
73
+ padding: 0 24px;
74
+ background: #f5f7f9;
75
+ }
76
+ .search-left { display: flex; align-items: center; gap: 18px; flex: 1; }
77
+ .search-placeholder {
78
+ color: #757575; font-size: 40px;
79
+ }
80
+ .search-actions { display: flex; align-items: center; gap: 20px; }
81
+
82
+ /* Banner */
83
+ .hero {
84
+ margin-top: 24px;
85
+ height: 520px; border-radius: 20px;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ display: flex; justify-content: center; align-items: center;
89
+ color: #757575; font-size: 42px; font-weight: 700;
90
+ }
91
+ .carousel-dots {
92
+ position: relative; margin-top: -40px;
93
+ display: flex; justify-content: center; gap: 16px;
94
+ }
95
+ .carousel-dots span {
96
+ width: 24px; height: 24px; border-radius: 12px; background: rgba(0,0,0,0.15);
97
+ }
98
+ .carousel-dots span.active { background: #ffffff; box-shadow: 0 0 0 2px rgba(0,0,0,0.18) inset; }
99
+
100
+ /* Quick actions */
101
+ .quick-actions {
102
+ margin-top: 36px; padding: 0 24px;
103
+ display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; text-align: center;
104
+ }
105
+ .qa-item { padding: 10px 0; }
106
+ .qa-icon {
107
+ width: 160px; height: 160px; border-radius: 80px;
108
+ margin: 0 auto 14px auto;
109
+ background: #f1f6ff; border: 1px solid #e2e8f6;
110
+ display: flex; align-items: center; justify-content: center;
111
+ }
112
+ .qa-label { font-size: 32px; color: #333; line-height: 1.2; }
113
+
114
+ /* Cards row */
115
+ .cards-row {
116
+ margin: 40px 24px 0 24px;
117
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
118
+ }
119
+ .card {
120
+ background: #fff; border-radius: 20px; border: 1px solid #E0E0E0; overflow: hidden;
121
+ box-shadow: 0 4px 8px rgba(0,0,0,0.03);
122
+ }
123
+ .card .img {
124
+ height: 240px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 700;
126
+ }
127
+ .card .caption {
128
+ padding: 20px; font-size: 32px; color: #333; text-align: center;
129
+ }
130
+
131
+ /* Discounts section */
132
+ .section-header {
133
+ margin: 40px 24px 20px 24px; display: flex; align-items: center; justify-content: space-between;
134
+ }
135
+ .section-header .title { font-size: 56px; font-weight: 800; color: #222; }
136
+ .section-header .circle {
137
+ width: 66px; height: 66px; background: #2874F0; border-radius: 50%;
138
+ display: flex; align-items: center; justify-content: center;
139
+ }
140
+ .section-header .circle svg { fill: #fff; }
141
+
142
+ .yellow-wrap {
143
+ margin: 0 24px;
144
+ background: #ffef99; border-radius: 22px; padding: 24px;
145
+ border: 1px solid #ffe27a;
146
+ }
147
+ .products {
148
+ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
149
+ }
150
+ .product-card {
151
+ background: #fff; border-radius: 20px; border: 1px solid #E0E0E0; overflow: hidden;
152
+ }
153
+ .product-img {
154
+ height: 420px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
155
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 38px; font-weight: 700;
156
+ }
157
+ .product-caption { padding: 22px; font-size: 34px; color: #333; }
158
+
159
+ /* Bottom navigation */
160
+ .bottom-nav {
161
+ position: absolute; left: 0; right: 0; bottom: 80px;
162
+ height: 160px; border-top: 1px solid #e5e5e5; background: #fff;
163
+ display: grid; grid-template-columns: repeat(5, 1fr);
164
+ }
165
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #757575; font-size: 30px; }
166
+ .nav-item.active { color: #2874F0; }
167
+ .nav-icon { width: 56px; height: 56px; }
168
+ .cart-badge {
169
+ position: absolute; right: 140px; bottom: 196px;
170
+ width: 46px; height: 46px; border-radius: 50%;
171
+ background: #e53935; color: #fff; font-size: 28px; display: flex; align-items: center; justify-content: center; font-weight: 700; border: 2px solid #fff;
172
+ }
173
+
174
+ /* Gesture bar */
175
+ .gesture {
176
+ position: absolute; left: 50%; transform: translateX(-50%);
177
+ bottom: 24px; width: 400px; height: 16px; border-radius: 12px; background: #000; opacity: 0.12;
178
+ }
179
+
180
+ /* Floating pill */
181
+ .floating-pill {
182
+ position: absolute; left: 50%; transform: translateX(-50%);
183
+ bottom: 240px;
184
+ background: #111; color: #fff; padding: 28px 40px; border-radius: 60px;
185
+ display: flex; align-items: center; gap: 30px; font-size: 40px; font-weight: 700;
186
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
187
+ }
188
+ .floating-pill .blue { color: #64b5f6; margin-left: 8px; font-weight: 800; }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+
194
+ <!-- Status bar -->
195
+ <div class="statusbar">
196
+ <div class="sb-left">
197
+ <div>10:23</div>
198
+ <div class="icon-round"></div>
199
+ <div class="icon-round"></div>
200
+ <div class="icon-round"></div>
201
+ <div class="dot"></div>
202
+ </div>
203
+ <div class="sb-right">
204
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#616161" d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2zm0 18a8 8 0 0 1 0-16v16z"/></svg>
205
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#616161" d="M17 1H7C5.9 1 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 20H7V3h10v18z"/></svg>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Header -->
210
+ <div class="header">
211
+ <div class="brand-row">
212
+ <div class="bag"></div>
213
+ <div class="flipkart-text">Flipkart</div>
214
+ </div>
215
+
216
+ <div class="brand-mall-row">
217
+ <div style="flex:1; display:flex; align-items:center; gap:20px;">
218
+ <span style="color:#616161; font-weight:700;">Brand Mall</span>
219
+ <div class="switch">
220
+ <div class="toggle"><div class="knob"></div></div>
221
+ <span class="toggle-label">OFF</span>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="search-bar">
227
+ <div class="search-left">
228
+ <svg class="nav-icon" viewBox="0 0 24 24">
229
+ <path fill="#777" d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
230
+ </svg>
231
+ <div class="search-placeholder">shoes</div>
232
+ </div>
233
+ <div class="search-actions">
234
+ <!-- Mic -->
235
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 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"/></svg>
236
+ <!-- Camera -->
237
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M9 4l2-2h2l2 2h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4zm3 4a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Banner -->
243
+ <div class="hero">[IMG: Samsung F13 Promo Banner]</div>
244
+ <div class="carousel-dots">
245
+ <span class="active"></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
246
+ </div>
247
+
248
+ <!-- Quick actions -->
249
+ <div class="quick-actions">
250
+ <div class="qa-item">
251
+ <div class="qa-icon">
252
+ <svg width="84" height="84" viewBox="0 0 24 24"><path fill="#ff9800" d="M13 3v10h4l-6 8V11H7l6-8z"/></svg>
253
+ </div>
254
+ <div class="qa-label">SuperCoin</div>
255
+ </div>
256
+ <div class="qa-item">
257
+ <div class="qa-icon" style="background:#eaf6ff;border-color:#cfe8ff;">
258
+ <svg width="84" height="84" viewBox="0 0 24 24"><path fill="#42a5f5" d="M17 1H7a2 2 0 0 0-2 2v18l4-2h8a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z"/><text x="9" y="16" font-size="10" fill="#fff">₹</text></svg>
259
+ </div>
260
+ <div class="qa-label">Prepaid Recharge</div>
261
+ </div>
262
+ <div class="qa-item">
263
+ <div class="qa-icon" style="background:#eefcf3;border-color:#cfead9;">
264
+ <svg width="84" height="84" viewBox="0 0 24 24"><path fill="#2ecc71" d="M12 4a8 8 0 1 0 8 8h-3a5 5 0 1 1-5-5V4z"/></svg>
265
+ </div>
266
+ <div class="qa-label">Spoyl</div>
267
+ </div>
268
+ <div class="qa-item">
269
+ <div class="qa-icon" style="background:#f0fff1;border-color:#d9efd9;">
270
+ <svg width="84" height="84" viewBox="0 0 24 24"><path fill="#43a047" d="M3 7l9-5 9 5v10l-9 5-9-5V7zm9 1l6 3-6 3-6-3 6-3z"/></svg>
271
+ </div>
272
+ <div class="qa-label">Money+</div>
273
+ </div>
274
+ <div class="qa-item">
275
+ <div class="qa-icon" style="background:#fff4f6;border-color:#ffd6df;">
276
+ <svg width="84" height="84" viewBox="0 0 24 24"><path fill="#ff6f91" d="M12 4c-2.8-3.5-8 0-6 4 2 4 6 8 6 8s4-4 6-8c2-4-3.2-7.5-6-4z"/></svg>
277
+ </div>
278
+ <div class="qa-label">NextGen Brands</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Cards row -->
283
+ <div class="cards-row">
284
+ <div class="card">
285
+ <div class="img">[IMG: Deals You Can't Miss]</div>
286
+ <div class="caption">Min. 30% Off</div>
287
+ </div>
288
+ <div class="card">
289
+ <div class="img">[IMG: Indigo Flights]</div>
290
+ <div class="caption">Starting ₹1,299*</div>
291
+ </div>
292
+ <div class="card">
293
+ <div class="img">[IMG: Fastrack Watch]</div>
294
+ <div class="caption">BT Calling | Just ₹1,999</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Discounts section -->
299
+ <div class="section-header">
300
+ <div class="title">Discounts for You</div>
301
+ <div class="circle">
302
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7V5z"/></svg>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="yellow-wrap">
307
+ <div class="products">
308
+ <div class="product-card">
309
+ <div class="product-img">[IMG: Black Smart Watch]</div>
310
+ <div class="product-caption">LED Smart Watch</div>
311
+ </div>
312
+ <div class="product-card">
313
+ <div class="product-img">[IMG: Brown Formal Shoes]</div>
314
+ <div class="product-caption">Men's Brown Shoes</div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Floating pill -->
320
+ <div class="floating-pill">
321
+ <div>Vibes<span class="blue">↩</span></div>
322
+ <div style="font-size:42px;">☝️</div>
323
+ <div>Flippi</div>
324
+ </div>
325
+
326
+ <!-- Bottom navigation -->
327
+ <div class="bottom-nav">
328
+ <div class="nav-item active">
329
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#2874F0" d="M12 3l9 8v10h-6v-6H9v6H3V11l9-8z"/></svg>
330
+ <div>Home</div>
331
+ </div>
332
+ <div class="nav-item">
333
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 8v-8h8v8h-8z"/></svg>
334
+ <div>Categories</div>
335
+ </div>
336
+ <div class="nav-item">
337
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V9a6 6 0 1 0-12 0v7l-2 2v1h16v-1l-2-2z"/></svg>
338
+ <div>Notifications</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.42 0-8 2.58-8 6v2h16v-2c0-3.42-3.58-6-8-6z"/></svg>
342
+ <div>Account</div>
343
+ </div>
344
+ <div class="nav-item">
345
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#777" d="M7 18a2 2 0 1 0 .001 4.001A2 2 0 0 0 7 18zm10 0a2 2 0 1 0 .001 4.001A2 2 0 0 0 17 18zM6 6h14l-2 8H8l-2-8zM5 2h4l1 2h8v2H6L5 2z"/></svg>
346
+ <div>Cart</div>
347
+ </div>
348
+ </div>
349
+ <div class="cart-badge">1</div>
350
+
351
+ <!-- Gesture bar -->
352
+ <div class="gesture"></div>
353
+ </div>
354
+ </body>
355
+ </html>
code/5986/5986_2.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #222;
20
+ font-size: 38px;
21
+ }
22
+ .status-right { display: flex; gap: 22px; align-items: center; }
23
+ .dot { width: 12px; height: 12px; background: #666; border-radius: 50%; display: inline-block; }
24
+
25
+ /* Search area */
26
+ .search-area { padding: 0 36px; }
27
+ .search-row { display: flex; align-items: center; gap: 24px; }
28
+ .back-btn {
29
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
30
+ }
31
+ .search-box {
32
+ flex: 1;
33
+ height: 110px;
34
+ border: 2px solid #3B6BFF;
35
+ border-radius: 70px;
36
+ display: flex; align-items: center;
37
+ padding: 0 28px;
38
+ box-sizing: border-box;
39
+ }
40
+ .search-left, .search-right {
41
+ display: flex; align-items: center;
42
+ }
43
+ .search-left { gap: 24px; color: #777; }
44
+ .search-right { margin-left: auto; gap: 26px; }
45
+ .search-text {
46
+ font-size: 40px; color: #6F6F6F;
47
+ }
48
+ .icon { width: 48px; height: 48px; }
49
+ .icon svg { width: 100%; height: 100%; }
50
+
51
+ /* Upload strip */
52
+ .upload-strip {
53
+ margin: 28px 0 0;
54
+ background: #EDF4FF;
55
+ padding: 28px 36px;
56
+ color: #333;
57
+ font-size: 36px;
58
+ }
59
+ .upload-actions { margin-top: 24px; display: flex; gap: 24px; }
60
+ .btn {
61
+ display: flex; align-items: center; gap: 20px;
62
+ padding: 26px 30px;
63
+ border-radius: 16px; border: 1px solid #DADADA;
64
+ background: #fff; color: #2C63FF; font-weight: 600; font-size: 36px;
65
+ }
66
+ .btn .icon { width: 50px; height: 50px; }
67
+
68
+ /* Popular products */
69
+ .section { padding: 28px 36px; }
70
+ .section h2 {
71
+ margin: 0 0 24px 0; font-size: 44px; color: #111; font-weight: 700;
72
+ }
73
+ .cards {
74
+ display: flex; flex-wrap: wrap; gap: 24px;
75
+ }
76
+ .card {
77
+ width: 320px; border: 1px solid #E0E0E0; border-radius: 16px;
78
+ padding: 18px; box-sizing: border-box; background: #fff;
79
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
80
+ }
81
+ .card .img {
82
+ width: 100%; height: 340px;
83
+ background: #E0E0E0; border: 1px solid #BDBDBD;
84
+ display: flex; align-items: center; justify-content: center;
85
+ color: #757575; font-size: 30px; border-radius: 12px;
86
+ }
87
+ .card .title { margin-top: 18px; font-size: 38px; color: #000; font-weight: 700; }
88
+ .card .subtitle { font-size: 32px; color: #757575; margin-top: 6px; }
89
+
90
+ /* Keyboard overlay */
91
+ .keyboard {
92
+ position: absolute; left: 0; bottom: 0;
93
+ width: 100%; height: 900px; background: #1E1E1E; color: #fff;
94
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
95
+ }
96
+ .kb-top {
97
+ height: 120px; display: flex; align-items: center; gap: 80px;
98
+ padding: 0 40px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.08);
99
+ }
100
+ .kb-top-item { color: #EDEDED; font-size: 34px; display: flex; align-items: center; gap: 16px; }
101
+ .kb-grid { padding: 20px 30px; }
102
+ .row { display: grid; grid-auto-flow: column; grid-gap: 16px; margin-bottom: 22px; }
103
+ .row-1 { grid-template-columns: repeat(10, 1fr); }
104
+ .row-2 { grid-template-columns: repeat(9, 1fr); }
105
+ .row-3 { grid-template-columns: repeat(7, 1fr); }
106
+ .row-4 { grid-template-columns: 1.2fr 0.9fr 6fr 1fr 2fr; }
107
+ .key {
108
+ background: #2C2C2C; border-radius: 12px; height: 120px;
109
+ display: flex; align-items: center; justify-content: center;
110
+ font-size: 44px; color: #fff;
111
+ }
112
+ .key.special { background: #3A3A3A; color: #D6E4FF; }
113
+ .key.light { background: #A9B7D9; color: #1E2A56; }
114
+ .space { justify-content: flex-start; padding-left: 24px; color: #B7B7B7; font-size: 38px; }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Status bar -->
121
+ <div class="status-bar">
122
+ <div>10:23</div>
123
+ <div class="status-right">
124
+ <span class="dot"></span>
125
+ <span class="dot" style="background:#8A8A8A;"></span>
126
+ <span class="dot" style="background:#000;"></span>
127
+ <span class="dot" style="background:#777;"></span>
128
+ <!-- Wi-Fi icon -->
129
+ <svg class="icon" viewBox="0 0 24 24" fill="#555">
130
+ <path d="M12 18a2 2 0 11.001 3.999A2 2 0 0112 18zm-8-7a14 14 0 0116 0l-1.6 1.2a11 11 0 00-12.8 0L4 11zm3.5 3a9 9 0 0111 0l-1.6 1.2a6 6 0 00-7.8 0L7.5 14z"/>
131
+ </svg>
132
+ <!-- Battery icon -->
133
+ <svg class="icon" viewBox="0 0 24 24" fill="#555">
134
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect>
135
+ <rect x="20" y="10" width="2" height="4"></rect>
136
+ <rect x="4" y="8" width="12" height="8" fill="#9CCC65"></rect>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Search -->
142
+ <div class="search-area">
143
+ <div class="search-row">
144
+ <div class="back-btn">
145
+ <svg class="icon" viewBox="0 0 24 24" fill="#222">
146
+ <path d="M14 5l-7 7 7 7v-4H24v-6H14V5z"/>
147
+ </svg>
148
+ </div>
149
+ <div class="search-box">
150
+ <div class="search-left">
151
+ <svg class="icon" viewBox="0 0 24 24" fill="#777">
152
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"></circle>
153
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#777" stroke-width="2"></line>
154
+ </svg>
155
+ <div class="search-text">shoes</div>
156
+ </div>
157
+ <div class="search-right">
158
+ <!-- mic -->
159
+ <svg class="icon" viewBox="0 0 24 24" fill="#777">
160
+ <path d="M12 14a4 4 0 004-4V6a4 4 0 10-8 0v4a4 4 0 004 4zm-6-4h2a6 6 0 0012 0h2a8 8 0 01-8 7v3h-2v-3a8 8 0 01-8-7z"/>
161
+ </svg>
162
+ <!-- camera -->
163
+ <svg class="icon" viewBox="0 0 24 24" fill="#777">
164
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
165
+ <circle cx="12" cy="12" r="4" fill="#bbb"></circle>
166
+ <rect x="7" y="3" width="5" height="3" rx="1" fill="#777"></rect>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Upload strip -->
174
+ <div class="upload-strip">
175
+ Upload an image to search for similar products
176
+ <div class="upload-actions">
177
+ <div class="btn">
178
+ <svg class="icon" viewBox="0 0 24 24" fill="#2C63FF">
179
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#2C63FF" stroke-width="1.5" fill="none"></rect>
180
+ <circle cx="12" cy="12" r="4" fill="#2C63FF" opacity="0.2"></circle>
181
+ </svg>
182
+ <span>Take a photo</span>
183
+ </div>
184
+ <div class="btn">
185
+ <svg class="icon" viewBox="0 0 24 24" fill="#2C63FF">
186
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#2C63FF" stroke-width="1.5" fill="none"></rect>
187
+ <path d="M7 14l3-3 5 5H7z" fill="#2C63FF"></path>
188
+ <circle cx="9" cy="10" r="2" fill="#2C63FF"></circle>
189
+ </svg>
190
+ <span>Choose from gallery</span>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Popular Products -->
196
+ <div class="section">
197
+ <h2>Popular Products</h2>
198
+ <div class="cards">
199
+ <div class="card">
200
+ <div class="img">[IMG: OnePlus Mobile Phone]</div>
201
+ <div class="title">OnePlus</div>
202
+ <div class="subtitle">Mobiles</div>
203
+ </div>
204
+ <div class="card">
205
+ <div class="img">[IMG: Samsung HD Smart TV]</div>
206
+ <div class="title">SAMSUNG</div>
207
+ <div class="subtitle">Televisions</div>
208
+ </div>
209
+ <div class="card">
210
+ <div class="img">[IMG: Mivi True Wireless Earbuds]</div>
211
+ <div class="title">Mivi</div>
212
+ <div class="subtitle">True Wireless</div>
213
+ </div>
214
+
215
+ <div class="card">
216
+ <div class="img">[IMG: Folded Colorful Clothes]</div>
217
+ <div class="title">Clothes</div>
218
+ <div class="subtitle">Bundles</div>
219
+ </div>
220
+ <div class="card">
221
+ <div class="img">[IMG: Brown Leather Wallet]</div>
222
+ <div class="title">Wallet</div>
223
+ <div class="subtitle">Leather</div>
224
+ </div>
225
+ <div class="card">
226
+ <div class="img">[IMG: Blue Instax Mini Camera]</div>
227
+ <div class="title">instax mini</div>
228
+ <div class="subtitle">Camera</div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Keyboard overlay -->
234
+ <div class="keyboard">
235
+ <div class="kb-top">
236
+ <div class="kb-top-item">
237
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED">
238
+ <circle cx="12" cy="8" r="4"></circle>
239
+ <path d="M4 22c1.5-4 6.5-4 8-4s6.5 0 8 4" fill="none" stroke="#EDEDED" stroke-width="2"></path>
240
+ </svg>
241
+ <span>GIF</span>
242
+ </div>
243
+ <div class="kb-top-item">
244
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED">
245
+ <path d="M12 2l4 4-4 4-4-4 4-4zm-7 9h14v11H5V11z" />
246
+ </svg>
247
+ <span>Settings</span>
248
+ </div>
249
+ <div class="kb-top-item">
250
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED">
251
+ <path d="M3 11h18v2H3zM8 7h8v2H8zM8 15h8v2H8z"/>
252
+ </svg>
253
+ <span>Translate</span>
254
+ </div>
255
+ <div class="kb-top-item">
256
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED">
257
+ <circle cx="20" cy="4" r="3"></circle>
258
+ <path d="M2 7h16v14H2z" />
259
+ </svg>
260
+ <span>Mic</span>
261
+ </div>
262
+ </div>
263
+ <div class="kb-grid">
264
+ <div class="row row-1">
265
+ <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>
266
+ <div class="key">Y</div><div class="key">U</div><div class="key">I</div><div class="key">O</div><div class="key">P</div>
267
+ </div>
268
+ <div class="row row-2">
269
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div>
270
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
271
+ </div>
272
+ <div class="row row-3">
273
+ <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>
274
+ </div>
275
+ <div class="row row-4">
276
+ <div class="key special">?123</div>
277
+ <div class="key special">,</div>
278
+ <div class="key space">___________________________</div>
279
+ <div class="key special">.</div>
280
+ <div class="key light">✓</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/5986/5986_3.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Suggestions UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 40px;
22
+ box-sizing: border-box;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111;
27
+ font-weight: 600;
28
+ font-size: 42px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 28px; }
31
+ .status-right { display: flex; align-items: center; gap: 24px; }
32
+ .dot {
33
+ width: 26px; height: 26px; background: #bdbdbd; border-radius: 50%;
34
+ }
35
+ .status-icon {
36
+ width: 36px; height: 36px; border-radius: 50%; background: #9e9e9e;
37
+ }
38
+ .wifi {
39
+ width: 46px; height: 32px; position: relative;
40
+ background: transparent;
41
+ }
42
+ .wifi:before, .wifi:after {
43
+ content: ""; position: absolute; left: 0; right: 0; margin: auto; border: 3px solid #606060; border-top-color: #606060; border-radius: 50%;
44
+ }
45
+ .wifi:before { width: 44px; height: 22px; top: 0; border-bottom: none; }
46
+ .wifi:after { width: 24px; height: 12px; top: 6px; border-bottom: none; }
47
+ .battery {
48
+ width: 48px; height: 26px; border: 3px solid #606060; border-radius: 4px; position: relative;
49
+ }
50
+ .battery:after {
51
+ content: ""; position: absolute; right: -10px; top: 6px; width: 8px; height: 14px; background: #606060; border-radius: 2px;
52
+ }
53
+ .battery-fill {
54
+ position: absolute; left: 3px; top: 3px; width: 32px; height: 18px; background: #4caf50;
55
+ }
56
+
57
+ /* Header with search field */
58
+ .search-header {
59
+ height: 180px;
60
+ padding: 0 24px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 24px;
64
+ box-sizing: border-box;
65
+ }
66
+ .back-btn {
67
+ width: 96px; height: 96px; border-radius: 48px;
68
+ display: flex; align-items: center; justify-content: center;
69
+ }
70
+ .search-field {
71
+ flex: 1;
72
+ height: 110px;
73
+ border: 2px solid #d9d9d9;
74
+ border-radius: 56px;
75
+ display: flex;
76
+ align-items: center;
77
+ padding: 0 28px;
78
+ box-sizing: border-box;
79
+ }
80
+ .search-icon {
81
+ width: 48px; height: 48px; margin-right: 18px;
82
+ }
83
+ .search-text {
84
+ flex: 1;
85
+ font-size: 42px;
86
+ color: #333;
87
+ }
88
+ .close-btn {
89
+ width: 52px; height: 52px;
90
+ }
91
+
92
+ /* Suggestions list */
93
+ .suggestions {
94
+ border-top: 1px solid #ececec;
95
+ }
96
+ .suggestion-item {
97
+ display: flex;
98
+ align-items: center;
99
+ padding: 26px 24px;
100
+ box-sizing: border-box;
101
+ gap: 24px;
102
+ border-bottom: 1px solid #eeeeee;
103
+ }
104
+ .suggestion-item .left-icon {
105
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
106
+ }
107
+ .thumb {
108
+ width: 120px; height: 120px;
109
+ background: #E0E0E0; border: 1px solid #BDBDBD;
110
+ display: flex; align-items: center; justify-content: center;
111
+ color: #757575; font-size: 26px;
112
+ border-radius: 8px;
113
+ }
114
+ .suggestion-text {
115
+ flex: 1;
116
+ }
117
+ .primary {
118
+ font-size: 42px; line-height: 1.2; color: #222;
119
+ }
120
+ .secondary {
121
+ font-size: 34px; color: #1a73e8; margin-top: 6px;
122
+ }
123
+ .muted { color: #757575; }
124
+ .chevron {
125
+ width: 42px; height: 42px;
126
+ }
127
+
128
+ /* Keyboard placeholder */
129
+ .keyboard {
130
+ position: absolute;
131
+ left: 0; right: 0; bottom: 80px;
132
+ height: 760px;
133
+ background: #1f1f1f;
134
+ border-top: 1px solid #2b2b2b;
135
+ padding: 24px;
136
+ box-sizing: border-box;
137
+ }
138
+ .chip-row {
139
+ display: flex; gap: 18px; margin-bottom: 18px;
140
+ }
141
+ .chip {
142
+ padding: 18px 24px; background: #2a2a2a; color: #e0e0e0; border-radius: 22px; font-size: 34px;
143
+ }
144
+ .key-row {
145
+ display: flex; gap: 14px; margin-bottom: 16px;
146
+ }
147
+ .key {
148
+ flex: 1; height: 110px; background: #2c2c2c; border-radius: 16px;
149
+ display: flex; align-items: center; justify-content: center;
150
+ color: #fff; font-size: 44px; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
151
+ }
152
+ .key.small { flex: 0.7; }
153
+ .key.wide { flex: 1.5; }
154
+ .key.enter { background: #3b6fd8; }
155
+ .key.light { background: #b0c4de; color: #1a1a1a; }
156
+ .row-bottom { display: flex; align-items: center; gap: 14px; }
157
+ .mic {
158
+ width: 110px; height: 110px; background: #2c2c2c; border-radius: 16px;
159
+ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 44px;
160
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
161
+ }
162
+
163
+ /* Gesture bar */
164
+ .gesture {
165
+ position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
166
+ width: 240px; height: 12px; background: #eaeaea; border-radius: 8px;
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">
176
+ <div>10:24</div>
177
+ <div class="dot"></div>
178
+ <div class="dot"></div>
179
+ <div class="status-icon"></div>
180
+ <div class="status-icon"></div>
181
+ </div>
182
+ <div class="status-right">
183
+ <div class="wifi"></div>
184
+ <div class="battery"><div class="battery-fill"></div></div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Header with search field -->
189
+ <div class="search-header">
190
+ <div class="back-btn">
191
+ <!-- Back Arrow -->
192
+ <svg class="search-icon" viewBox="0 0 24 24">
193
+ <path d="M15 6l-6 6 6 6" stroke="#2b2b2b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
194
+ </svg>
195
+ </div>
196
+ <div class="search-field">
197
+ <!-- Magnifier -->
198
+ <svg class="search-icon" viewBox="0 0 24 24">
199
+ <circle cx="10" cy="10" r="7" stroke="#5f6368" stroke-width="2.5" fill="none"/>
200
+ <path d="M15.5 15.5L21 21" stroke="#5f6368" stroke-width="2.5" stroke-linecap="round"/>
201
+ </svg>
202
+ <div class="search-text">black formal pants for women</div>
203
+ <!-- Close X -->
204
+ <svg class="close-btn" viewBox="0 0 24 24">
205
+ <path d="M6 6l12 12M18 6L6 18" stroke="#5f6368" stroke-width="2.5" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Suggestions -->
211
+ <div class="suggestions">
212
+ <!-- First with thumbnail -->
213
+ <div class="suggestion-item">
214
+ <div class="thumb">[IMG: black pants]</div>
215
+ <div class="suggestion-text">
216
+ <div class="primary">black formal pants for women</div>
217
+ <div class="secondary">in Women's Trousers</div>
218
+ </div>
219
+ <svg class="chevron" viewBox="0 0 24 24">
220
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+
224
+ <!-- Other suggestions -->
225
+ <div class="suggestion-item">
226
+ <div class="left-icon">
227
+ <svg class="search-icon" viewBox="0 0 24 24">
228
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
229
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="suggestion-text">
233
+ <div class="primary">black formal cotton pants for women</div>
234
+ </div>
235
+ <svg class="chevron" viewBox="0 0 24 24">
236
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+
240
+ <div class="suggestion-item">
241
+ <div class="left-icon">
242
+ <svg class="search-icon" viewBox="0 0 24 24">
243
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
244
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
245
+ </svg>
246
+ </div>
247
+ <div class="suggestion-text">
248
+ <div class="primary">high waist <span class="muted">black formal pants for women</span></div>
249
+ </div>
250
+ <svg class="chevron" viewBox="0 0 24 24">
251
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
252
+ </svg>
253
+ </div>
254
+
255
+ <div class="suggestion-item">
256
+ <div class="left-icon">
257
+ <svg class="search-icon" viewBox="0 0 24 24">
258
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
259
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
260
+ </svg>
261
+ </div>
262
+ <div class="suggestion-text">
263
+ <div class="primary">women black formal pant for office</div>
264
+ </div>
265
+ <svg class="chevron" viewBox="0 0 24 24">
266
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
267
+ </svg>
268
+ </div>
269
+
270
+ <div class="suggestion-item">
271
+ <div class="left-icon">
272
+ <svg class="search-icon" viewBox="0 0 24 24">
273
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
274
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
275
+ </svg>
276
+ </div>
277
+ <div class="suggestion-text">
278
+ <div class="primary">stretchable formal black pants for women</div>
279
+ </div>
280
+ <svg class="chevron" viewBox="0 0 24 24">
281
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+
285
+ <div class="suggestion-item">
286
+ <div class="left-icon">
287
+ <svg class="search-icon" viewBox="0 0 24 24">
288
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
289
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
290
+ </svg>
291
+ </div>
292
+ <div class="suggestion-text">
293
+ <div class="primary">formal pants for women office wear black</div>
294
+ </div>
295
+ <svg class="chevron" viewBox="0 0 24 24">
296
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
297
+ </svg>
298
+ </div>
299
+
300
+ <div class="suggestion-item">
301
+ <div class="left-icon">
302
+ <svg class="search-icon" viewBox="0 0 24 24">
303
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
304
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
305
+ </svg>
306
+ </div>
307
+ <div class="suggestion-text">
308
+ <div class="primary">formal long pant for women black</div>
309
+ </div>
310
+ <svg class="chevron" viewBox="0 0 24 24">
311
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
312
+ </svg>
313
+ </div>
314
+
315
+ <div class="suggestion-item">
316
+ <div class="left-icon">
317
+ <svg class="search-icon" viewBox="0 0 24 24">
318
+ <circle cx="10" cy="10" r="7" stroke="#9aa0a6" stroke-width="2.5" fill="none"/>
319
+ <path d="M15.5 15.5L21 21" stroke="#9aa0a6" stroke-width="2.5" stroke-linecap="round"/>
320
+ </svg>
321
+ </div>
322
+ <div class="suggestion-text">
323
+ <div class="primary">formal ankle pant black for women</div>
324
+ </div>
325
+ <svg class="chevron" viewBox="0 0 24 24">
326
+ <path d="M9 6l6 6-6 6" stroke="#737373" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
327
+ </svg>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Keyboard -->
332
+ <div class="keyboard">
333
+ <div class="chip-row">
334
+ <div class="chip">women</div>
335
+ <div class="chip">womens</div>
336
+ <div class="chip">women's</div>
337
+ <div class="chip">🎤</div>
338
+ </div>
339
+
340
+ <div class="key-row">
341
+ <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>
342
+ </div>
343
+ <div class="key-row">
344
+ <div class="key small">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>
345
+ <div class="key small light">⌫</div>
346
+ </div>
347
+ <div class="key-row">
348
+ <div class="key small light">⇧</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 small">.</div>
351
+ <div class="key small enter">✓</div>
352
+ </div>
353
+ <div class="row-bottom">
354
+ <div class="key small light">?123</div>
355
+ <div class="key wide">space</div>
356
+ <div class="mic">🎤</div>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="gesture"></div>
361
+ </div>
362
+ </body>
363
+ </html>
code/5986/5986_4.html ADDED
@@ -0,0 +1,443 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results - Black Formal Pants</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: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 34px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #222;
25
+ font-weight: 600;
26
+ font-size: 40px;
27
+ }
28
+ .sb-left, .sb-right { display:flex; align-items:center; gap:22px; }
29
+ .sb-dot { width:18px; height:18px; background:#9e9e9e; border-radius:50%; }
30
+ .sb-icon {
31
+ width:44px; height:44px; border-radius:50%;
32
+ background:#cfcfcf;
33
+ }
34
+ .wifi {
35
+ width: 58px; height: 40px;
36
+ }
37
+ .battery {
38
+ width: 60px; height: 30px;
39
+ border: 3px solid #555;
40
+ border-radius: 6px;
41
+ position: relative;
42
+ }
43
+ .battery::after {
44
+ content:"";
45
+ position:absolute; right:-10px; top:7px;
46
+ width:6px; height:14px; background:#555; border-radius:2px;
47
+ }
48
+ .battery .level { width: 36px; height: 22px; background:#6ab04c; margin:2px; }
49
+
50
+ /* Header with search */
51
+ .header {
52
+ padding: 18px 28px 12px 28px;
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 22px;
56
+ }
57
+ .back {
58
+ width: 70px; height: 70px; display:flex; align-items:center; justify-content:center;
59
+ }
60
+ .searchbar {
61
+ flex: 1;
62
+ height: 96px;
63
+ background: #f1f1f1;
64
+ border: 1px solid #dddddd;
65
+ border-radius: 18px;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 22px;
69
+ gap: 18px;
70
+ color: #777;
71
+ font-size: 36px;
72
+ }
73
+ .searchbar .spacer { flex:1; }
74
+ .header-right {
75
+ width: 90px; height: 90px; position: relative; display:flex; align-items:center; justify-content:center;
76
+ }
77
+ .badge {
78
+ position: absolute;
79
+ top: 0px; right: 0px;
80
+ background: #e53935; color:#fff;
81
+ width: 46px; height: 46px; border-radius: 50%;
82
+ font-size: 28px; display:flex; align-items:center; justify-content:center;
83
+ border: 3px solid #fff;
84
+ }
85
+
86
+ /* Filter chips */
87
+ .chip-row {
88
+ padding: 12px 24px 8px 24px;
89
+ display: flex;
90
+ gap: 18px;
91
+ flex-wrap: nowrap;
92
+ }
93
+ .chip {
94
+ background:#fff;
95
+ border:1px solid #d9d9d9;
96
+ border-radius: 40px;
97
+ font-size: 34px;
98
+ color:#333;
99
+ padding: 20px 26px;
100
+ display:flex; align-items:center; gap:16px;
101
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
102
+ }
103
+ .chip .down { width:26px; height:26px; }
104
+
105
+ /* Secondary badges */
106
+ .brand-row { padding: 8px 24px 18px 24px; display:flex; gap:16px; }
107
+ .brand-chip {
108
+ background:#fff;
109
+ border:1px solid #d9d9d9;
110
+ border-radius: 18px;
111
+ padding: 18px 22px;
112
+ display:flex; align-items:center; gap:16px;
113
+ font-size: 32px; color:#333;
114
+ }
115
+ .round-icon { width:48px; height:48px; border-radius:50%; background:#ffe082; display:flex; align-items:center; justify-content:center; }
116
+ .round-icon.dark { background:#00c853; }
117
+ .round-icon.green { background:#a5d6a7; }
118
+
119
+ /* Ad section */
120
+ .ad-wrap {
121
+ margin: 10px 24px;
122
+ height: 520px;
123
+ background: linear-gradient(90deg, #e6b8ff, #c6b9ff);
124
+ border-radius: 18px;
125
+ position: relative;
126
+ display:flex;
127
+ padding: 22px;
128
+ gap: 22px;
129
+ }
130
+ .ad-tag {
131
+ position:absolute; top: 14px; left: 14px;
132
+ background:#eeeeee; color:#666; font-size:26px;
133
+ padding:6px 12px; border-radius:8px; border:1px solid #d5d5d5;
134
+ }
135
+ .ad-left {
136
+ width: 420px; height: 100%;
137
+ display:flex; flex-direction:column; align-items:center; justify-content:center;
138
+ color:#222;
139
+ }
140
+ .ad-circle {
141
+ width: 260px; height: 260px; border-radius:50%;
142
+ background:#E0E0E0; border:1px solid #BDBDBD;
143
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
144
+ margin-bottom: 24px;
145
+ }
146
+ .ad-left .title { font-size: 40px; font-weight: 700; text-align:center; line-height:1.2; }
147
+ .ad-left .cta { margin-top: 12px; font-size: 32px; color:#555; }
148
+
149
+ .ad-right { flex:1; display:flex; gap:22px; align-items:flex-start; }
150
+ .small-card {
151
+ background:#fff; border-radius: 16px; border:1px solid #e5e5e5;
152
+ width: 280px; padding: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.06);
153
+ }
154
+ .small-card .img {
155
+ width: 100%; height: 220px; background:#E0E0E0; border:1px solid #BDBDBD;
156
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; border-radius:10px;
157
+ }
158
+ .rating-badge {
159
+ position:absolute; top: 188px; left: 18px;
160
+ background:#2ecc71; color:#fff; font-weight:700; font-size:28px;
161
+ padding: 6px 14px; border-radius: 10px; display:flex; align-items:center; gap:8px;
162
+ }
163
+ .small-card .content { margin-top: 14px; font-size: 30px; color:#333; }
164
+ .price-line { margin-top: 8px; font-size: 28px; }
165
+ .strike { color:#9E9E9E; text-decoration: line-through; margin-right: 8px; }
166
+ .green { color:#2e7d32; font-weight:700; }
167
+
168
+ /* Product grid */
169
+ .grid {
170
+ margin-top: 12px;
171
+ display:grid;
172
+ grid-template-columns: 1fr 1fr;
173
+ gap: 0;
174
+ }
175
+ .product {
176
+ padding: 0 24px;
177
+ }
178
+ .photo {
179
+ position: relative;
180
+ width: 100%;
181
+ height: 860px;
182
+ background:#E0E0E0; border:1px solid #BDBDBD;
183
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:42px;
184
+ border-radius: 12px;
185
+ }
186
+ .heart {
187
+ position:absolute; top: 28px; right: 28px; width: 64px; height:64px;
188
+ background:#fff; border-radius:50%; border:1px solid #dadada;
189
+ display:flex; align-items:center; justify-content:center;
190
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
191
+ }
192
+ .tag {
193
+ position:absolute; top: 24px; left: 24px;
194
+ background:#3dd0b7; color:#fff; font-size:30px; font-weight:700;
195
+ padding: 10px 16px; border-radius: 10px;
196
+ }
197
+ .info {
198
+ padding: 16px 6px 28px 6px;
199
+ }
200
+ .brand { font-size: 40px; font-weight:700; color:#222; margin-bottom: 8px; }
201
+ .deal-line { font-size: 36px; color:#333; }
202
+ .deal-line .strike { font-size: 34px; }
203
+ .deal-line .price { font-size: 40px; font-weight:700; margin: 0 8px; }
204
+ .deal-line .off { color:#2e7d32; font-weight:700; }
205
+ .extra { font-size: 32px; color:#2e7d32; margin-top: 8px; }
206
+ .rating-row {
207
+ display:flex; align-items:center; gap:8px; margin-top: 10px; font-size: 32px; color:#333;
208
+ }
209
+ .stars { display:flex; gap:6px; }
210
+ .star-ico { width:30px; height:30px; }
211
+ .assured { color:#1976d2; font-weight:700; margin-left: 8px; }
212
+ .delivery { margin-top: 8px; font-size: 32px; color:#666; }
213
+
214
+ /* Floating action button */
215
+ .fab {
216
+ position: absolute;
217
+ right: 34px;
218
+ bottom: 360px;
219
+ width: 140px; height: 140px; border-radius: 50%;
220
+ background:#3f51f5;
221
+ box-shadow: 0 10px 18px rgba(0,0,0,0.25);
222
+ display:flex; align-items:center; justify-content:center;
223
+ border: 8px solid #ffeb3b;
224
+ color:#fff; font-weight:900; font-size: 60px;
225
+ }
226
+
227
+ /* Bottom home indicator */
228
+ .home-indicator {
229
+ position:absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
230
+ width: 400px; height: 18px; border-radius: 12px; background:#000;
231
+ }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+
237
+ <!-- Status bar -->
238
+ <div class="status-bar">
239
+ <div class="sb-left">
240
+ <div>10:24</div>
241
+ <div class="sb-icon"></div>
242
+ <div class="sb-dot"></div>
243
+ <div class="sb-dot"></div>
244
+ <div class="sb-dot"></div>
245
+ <div class="sb-dot"></div>
246
+ </div>
247
+ <div class="sb-right">
248
+ <svg class="wifi" viewBox="0 0 64 40">
249
+ <path d="M6 12 Q32 -2 58 12" stroke="#555" stroke-width="4" fill="none"/>
250
+ <path d="M14 20 Q32 8 50 20" stroke="#555" stroke-width="4" fill="none"/>
251
+ <path d="M22 28 Q32 20 42 28" stroke="#555" stroke-width="4" fill="none"/>
252
+ <circle cx="32" cy="34" r="4" fill="#555"/>
253
+ </svg>
254
+ <div class="battery"><div class="level"></div></div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Header -->
259
+ <div class="header">
260
+ <div class="back">
261
+ <svg width="54" height="54" viewBox="0 0 54 54">
262
+ <path d="M34 10 L18 27 L34 44" stroke="#232323" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
263
+ </svg>
264
+ </div>
265
+ <div class="searchbar">
266
+ <svg width="40" height="40" viewBox="0 0 24 24">
267
+ <circle cx="10" cy="10" r="7" stroke="#757575" stroke-width="2" fill="none"/>
268
+ <path d="M16 16 L22 22" stroke="#757575" stroke-width="2" stroke-linecap="round"/>
269
+ </svg>
270
+ <div>black formal pants for wo...</div>
271
+ <div class="spacer"></div>
272
+ <svg width="40" height="40" viewBox="0 0 24 24">
273
+ <rect x="9" y="4" width="6" height="12" rx="3" fill="#757575"/>
274
+ <rect x="10" y="17" width="4" height="3" rx="1" fill="#757575"/>
275
+ </svg>
276
+ <svg width="42" height="42" viewBox="0 0 24 24">
277
+ <rect x="3" y="6" width="18" height="12" rx="3" stroke="#757575" stroke-width="2" fill="none"/>
278
+ <circle cx="12" cy="12" r="4" stroke="#757575" stroke-width="2" fill="none"/>
279
+ </svg>
280
+ </div>
281
+ <div class="header-right">
282
+ <svg width="60" height="60" viewBox="0 0 24 24">
283
+ <path d="M4 5 H7 L9 14 H18 L20 8 H9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
284
+ <circle cx="10" cy="19" r="2" fill="#333"/>
285
+ <circle cx="17" cy="19" r="2" fill="#333"/>
286
+ </svg>
287
+ <div class="badge">1</div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Chip row -->
292
+ <div class="chip-row">
293
+ <div class="chip">Sort By
294
+ <svg class="down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
295
+ </div>
296
+ <div class="chip">
297
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M3 6 H21 M6 12 H18 M9 18 H15" stroke="#555" stroke-width="2"/></svg>
298
+ Filter
299
+ </div>
300
+ <div class="chip">Price
301
+ <svg class="down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
302
+ </div>
303
+ <div class="chip">Size
304
+ <svg class="down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
305
+ </div>
306
+ <div class="chip">Brand
307
+ <svg class="down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Secondary chips -->
312
+ <div class="brand-row">
313
+ <div class="brand-chip">
314
+ <div class="round-icon">
315
+ <svg width="26" height="26" viewBox="0 0 24 24">
316
+ <path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#fff"/>
317
+ </svg>
318
+ </div>
319
+ Popular Brands
320
+ </div>
321
+ <div class="brand-chip">
322
+ <div class="round-icon dark">
323
+ <svg width="26" height="26" viewBox="0 0 24 24">
324
+ <circle cx="12" cy="12" r="8" fill="#003e1f"/>
325
+ <path d="M12 4 A8 8 0 1 1 4 12" stroke="#00e676" stroke-width="3" fill="none"/>
326
+ </svg>
327
+ </div>
328
+ Spoyl
329
+ </div>
330
+ <div class="brand-chip">
331
+ <div class="round-icon">
332
+ <svg width="26" height="26" viewBox="0 0 24 24">
333
+ <path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#fff"/>
334
+ </svg>
335
+ </div>
336
+ Top Rated
337
+ </div>
338
+ <div class="brand-chip">
339
+ <div class="round-icon green">
340
+ <svg width="26" height="26" viewBox="0 0 24 24">
341
+ <path d="M4 12 L20 12 M12 4 L12 20" stroke="#2e7d32" stroke-width="3"/>
342
+ </svg>
343
+ </div>
344
+ Rs. 300<br/>Rs. 499
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Ad -->
349
+ <div class="ad-wrap">
350
+ <div class="ad-tag">AD</div>
351
+ <div class="ad-left">
352
+ <div class="ad-circle">[IMG: Kotty Logo]</div>
353
+ <div class="title">Best Selling Kotty<br/>Trousers</div>
354
+ <div class="cta">Shop now ›</div>
355
+ </div>
356
+ <div class="ad-right">
357
+ <div class="small-card" style="position:relative;">
358
+ <div class="img">[IMG: Pink Pants]</div>
359
+ <div class="rating-badge">
360
+ 3.8★
361
+ </div>
362
+ <div class="content">KOTTY Regular Fit W...</div>
363
+ <div class="price-line"><span class="strike">1,999</span> <strong>₹399</strong></div>
364
+ <div class="green">80% off</div>
365
+ </div>
366
+ <div class="small-card" style="position:relative;">
367
+ <div class="img">[IMG: Pink Pants]</div>
368
+ <div class="rating-badge">3.8★</div>
369
+ <div class="content">KOTTY Regular Fit W...</div>
370
+ <div class="price-line"><span class="strike">1,999</span> <strong>₹399</strong></div>
371
+ <div class="green">80% off</div>
372
+ </div>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Product grid -->
377
+ <div class="grid">
378
+ <!-- Product 1 -->
379
+ <div class="product">
380
+ <div class="photo">
381
+ <div class="tag">TRENDING</div>
382
+ <div class="heart">
383
+ <svg width="34" height="34" viewBox="0 0 24 24">
384
+ <path d="M12 21 C12 21 4 14 4 8 A4 4 0 0 1 12 8 A4 4 0 0 1 20 8 C20 14 12 21 12 21 Z" stroke="#ff6d8a" stroke-width="2" fill="none"/>
385
+ </svg>
386
+ </div>
387
+ [IMG: Black Formal Pants]
388
+ </div>
389
+ <div class="info">
390
+ <div class="brand">KOTTY</div>
391
+ <div class="deal-line"><span class="strike">1,999</span><span class="price">₹399</span><span class="off">80% off</span></div>
392
+ <div class="extra">Save extra with combo offers</div>
393
+ <div class="rating-row">
394
+ <div class="stars">
395
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
396
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
397
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
398
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
399
+ </div>
400
+ <span>(54,227)</span>
401
+ <span class="assured">Plus F-Assured</span>
402
+ </div>
403
+ <div class="delivery">Free delivery</div>
404
+ </div>
405
+ </div>
406
+
407
+ <!-- Product 2 -->
408
+ <div class="product">
409
+ <div class="photo">
410
+ <div class="heart">
411
+ <svg width="34" height="34" viewBox="0 0 24 24">
412
+ <path d="M12 21 C12 21 4 14 4 8 A4 4 0 0 1 12 8 A4 4 0 0 1 20 8 C20 14 12 21 12 21 Z" stroke="#ff6d8a" stroke-width="2" fill="none"/>
413
+ </svg>
414
+ </div>
415
+ [IMG: Black Formal Pants]
416
+ </div>
417
+ <div class="info">
418
+ <div class="brand">LEE TEX</div>
419
+ <div class="deal-line"><span class="strike">1,799</span><span class="price">₹339</span><span class="off">81% off</span></div>
420
+ <div class="extra" style="background:#e8f5e9; display:inline-block; padding:6px 12px; border-radius:8px; color:#2e7d32;">Hot Deal</div>
421
+ <div class="rating-row">
422
+ <div class="stars">
423
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
424
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
425
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
426
+ <svg class="star-ico" viewBox="0 0 24 24"><path d="M12 2 L14 9 H22 L15 13 L17 20 L12 15 L7 20 L9 13 L2 9 H10 Z" fill="#2e7d32"/></svg>
427
+ </div>
428
+ <span>(59)</span>
429
+ <span class="assured">Plus F-Assured</span>
430
+ </div>
431
+ <div class="delivery">Free delivery</div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+
436
+ <!-- Floating button -->
437
+ <div class="fab">f</div>
438
+
439
+ <!-- Home indicator -->
440
+ <div class="home-indicator"></div>
441
+ </div>
442
+ </body>
443
+ </html>
code/5987/5987_0.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive - My Drive</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: #F6F4F9;
15
+ color: #2f2f2f;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 92px;
21
+ padding: 28px 36px 0 36px;
22
+ box-sizing: border-box;
23
+ color: #5e5e5e;
24
+ font-size: 34px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ }
29
+ .status-left { letter-spacing: 1px; }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .dot {
36
+ width: 22px; height: 22px; background: #6d6d6d; border-radius: 50%;
37
+ display: inline-block;
38
+ }
39
+ .signal {
40
+ width: 38px; height: 28px; border: 3px solid #6d6d6d; border-top: none; border-right: none; transform: rotate(45deg);
41
+ }
42
+ .battery {
43
+ width: 54px; height: 28px; border: 3px solid #6d6d6d; position: relative; border-radius: 4px;
44
+ }
45
+ .battery:after {
46
+ content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 14px; background: #6d6d6d; border-radius: 2px;
47
+ }
48
+
49
+ /* Search row */
50
+ .search-row {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 22px;
54
+ padding: 10px 30px 0 30px;
55
+ }
56
+ .icon-btn {
57
+ width: 64px; height: 64px; border-radius: 12px; background: transparent; border: none; cursor: default;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .search-bar {
61
+ flex: 1;
62
+ height: 72px;
63
+ background: #ECEAF3;
64
+ border-radius: 36px;
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 28px;
68
+ color: #8a86a4;
69
+ font-size: 34px;
70
+ box-shadow: inset 0 0 0 1px #E0DEEA;
71
+ }
72
+ .avatar {
73
+ width: 68px; height: 68px; border-radius: 34px; background: #3E9AA2; color: white;
74
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 36px;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ display: flex;
80
+ gap: 48px;
81
+ padding: 26px 36px 0 36px;
82
+ font-size: 38px;
83
+ color: #6b6a77;
84
+ }
85
+ .tab { padding: 10px 6px; position: relative; }
86
+ .tab.active { color: #4e48b5; font-weight: 600; }
87
+ .tab.active:after {
88
+ content: ""; position: absolute; left: 0; right: 0; bottom: -18px; height: 6px; border-radius: 3px; background: #5C54D6;
89
+ }
90
+ .divider {
91
+ height: 2px; background: #E6E2EF; margin-top: 24px;
92
+ }
93
+
94
+ /* Header row */
95
+ .header-row {
96
+ display: flex; align-items: center; justify-content: space-between;
97
+ padding: 30px 36px 18px 36px; color: #6a6877; font-size: 34px;
98
+ }
99
+ .view-toggle { display: flex; align-items: center; gap: 10px; color: #5a5964; }
100
+
101
+ /* Grid of items */
102
+ .grid {
103
+ display: grid;
104
+ grid-template-columns: 1fr 1fr;
105
+ column-gap: 38px; row-gap: 54px;
106
+ padding: 10px 36px 0 36px;
107
+ }
108
+ .item {
109
+ position: relative;
110
+ }
111
+ .thumb {
112
+ width: 100%;
113
+ height: 300px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ border-radius: 28px;
117
+ display: flex; align-items: center; justify-content: center;
118
+ color: #757575; font-size: 32px; text-align: center; padding: 16px; box-sizing: border-box;
119
+ }
120
+ .item-label {
121
+ margin-top: 22px; font-size: 38px; color: #2f2f2f;
122
+ }
123
+ .three-dots {
124
+ position: absolute; right: 10px; bottom: -4px;
125
+ }
126
+
127
+ /* PDF badge */
128
+ .pdf-badge {
129
+ display: inline-block; background: #E25143; color: #fff; padding: 10px 14px; border-radius: 8px;
130
+ font-weight: 700; font-size: 26px; margin-top: 14px; margin-right: 12px;
131
+ }
132
+
133
+ /* Floating action button */
134
+ .fab {
135
+ position: absolute; right: 36px; bottom: 300px;
136
+ width: 120px; height: 120px; border-radius: 28px; background: #DFDBF5;
137
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 24px rgba(0,0,0,0.12);
138
+ }
139
+ .fab span {
140
+ width: 46px; height: 6px; background: #5C54D6; position: relative; border-radius: 3px;
141
+ }
142
+ .fab span:after {
143
+ content: ""; position: absolute; left: 20px; top: -20px; width: 6px; height: 46px; background: #5C54D6; border-radius: 3px; transform: translate(-20px, 20px);
144
+ }
145
+
146
+ /* Bottom navigation */
147
+ .bottom-nav {
148
+ position: absolute; left: 0; right: 0; bottom: 0;
149
+ height: 210px; background: #ECEAF3; border-top-left-radius: 26px; border-top-right-radius: 26px;
150
+ display: flex; align-items: center; justify-content: space-around;
151
+ padding-bottom: 24px;
152
+ }
153
+ .nav-item {
154
+ display: flex; flex-direction: column; align-items: center; gap: 12px; color: #6a6977; font-size: 30px;
155
+ }
156
+ .nav-item .icon {
157
+ width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #5e5e5e;
158
+ }
159
+ .nav-item.active .icon {
160
+ background: #DCD8F2; color: #2f2f2f;
161
+ }
162
+ .gesture {
163
+ position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
164
+ width: 260px; height: 14px; background: #AFAABF; border-radius: 7px; opacity: 0.8;
165
+ }
166
+ /* Utility */
167
+ .muted { color: #8a86a4; }
168
+ /* Small helper icons */
169
+ .svg-24 { width: 48px; height: 48px; }
170
+ .svg-32 { width: 56px; height: 56px; }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Status bar -->
177
+ <div class="status-bar">
178
+ <div class="status-left">1:04</div>
179
+ <div class="status-right">
180
+ <span class="dot"></span>
181
+ <span class="dot" style="opacity:.6"></span>
182
+ <span class="dot" style="opacity:.4"></span>
183
+ <span class="dot" style="width:16px;height:16px;opacity:.5"></span>
184
+ <div class="signal"></div>
185
+ <div class="battery"></div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Search row -->
190
+ <div class="search-row">
191
+ <button class="icon-btn" aria-label="menu">
192
+ <svg class="svg-32" viewBox="0 0 24 24" fill="none">
193
+ <path d="M3 6h18M3 12h18M3 18h12" stroke="#5A5964" stroke-width="2.2" stroke-linecap="round"/>
194
+ </svg>
195
+ </button>
196
+ <div class="search-bar">Search in Drive</div>
197
+ <div class="avatar">C</div>
198
+ </div>
199
+
200
+ <!-- Tabs -->
201
+ <div class="tabs">
202
+ <div class="tab active">My Drive</div>
203
+ <div class="tab">Computers</div>
204
+ </div>
205
+ <div class="divider"></div>
206
+
207
+ <!-- Header row -->
208
+ <div class="header-row">
209
+ <div>Name <span class="muted">↑</span></div>
210
+ <div class="view-toggle">
211
+ <svg class="svg-24" viewBox="0 0 24 24" fill="none">
212
+ <path d="M4 7h16M4 12h10M4 17h16" stroke="#5A5964" stroke-width="2.1" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Grid items -->
218
+ <div class="grid">
219
+ <!-- Folder -->
220
+ <div class="item">
221
+ <div class="thumb">[IMG: Folder Thumbnail]</div>
222
+ <div class="item-label">YMCA</div>
223
+ <div class="three-dots">
224
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#6b6a77">
225
+ <circle cx="12" cy="5" r="2"></circle>
226
+ <circle cx="12" cy="12" r="2"></circle>
227
+ <circle cx="12" cy="19" r="2"></circle>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Doc file -->
233
+ <div class="item">
234
+ <div class="thumb">[IMG: Document File]</div>
235
+ <div class="item-label">BACKUP_RE MINDER_M...</div>
236
+ <div class="three-dots">
237
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#6b6a77">
238
+ <circle cx="12" cy="5" r="2"></circle>
239
+ <circle cx="12" cy="12" r="2"></circle>
240
+ <circle cx="12" cy="19" r="2"></circle>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- PDF preview -->
246
+ <div class="item">
247
+ <div class="thumb">[IMG: PDF Preview Page]</div>
248
+ <div style="display:flex; align-items:center; gap:10px; margin-top:22px;">
249
+ <span class="pdf-badge">PDF</span>
250
+ <div class="item-label" style="margin-top:0;">YMCA Org..pdf</div>
251
+ </div>
252
+ <div class="three-dots" style="right:-4px;">
253
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#6b6a77">
254
+ <circle cx="12" cy="5" r="2"></circle>
255
+ <circle cx="12" cy="12" r="2"></circle>
256
+ <circle cx="12" cy="19" r="2"></circle>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Empty placeholder to balance grid spacing -->
262
+ <div class="item"></div>
263
+ </div>
264
+
265
+ <!-- Floating action button -->
266
+ <div class="fab" aria-label="add">
267
+ <span></span>
268
+ </div>
269
+
270
+ <!-- Bottom navigation -->
271
+ <div class="bottom-nav">
272
+ <div class="nav-item">
273
+ <div class="icon">
274
+ <svg class="svg-24" viewBox="0 0 24 24" fill="none">
275
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-9z" stroke="#5A5964" stroke-width="1.8"/>
276
+ </svg>
277
+ </div>
278
+ <div>Home</div>
279
+ </div>
280
+
281
+ <div class="nav-item">
282
+ <div class="icon">
283
+ <svg class="svg-24" viewBox="0 0 24 24" fill="none">
284
+ <path d="M12 17l-5 3 1-5-4-4 5-.7L12 5l3 4.3 5 .7-4 4 1 5z" stroke="#5A5964" stroke-width="1.6" stroke-linejoin="round"/>
285
+ </svg>
286
+ </div>
287
+ <div>Starred</div>
288
+ </div>
289
+
290
+ <div class="nav-item">
291
+ <div class="icon">
292
+ <svg class="svg-24" viewBox="0 0 24 24" fill="none">
293
+ <circle cx="8" cy="8" r="3.5" stroke="#5A5964" stroke-width="1.8"/>
294
+ <circle cx="16" cy="8" r="3.5" stroke="#5A5964" stroke-width="1.8"/>
295
+ <path d="M3 20c1.5-3 5-4 7-4s5.5 1 7 4" stroke="#5A5964" stroke-width="1.8" stroke-linecap="round"/>
296
+ </svg>
297
+ </div>
298
+ <div>Shared</div>
299
+ </div>
300
+
301
+ <div class="nav-item active">
302
+ <div class="icon">
303
+ <svg class="svg-24" viewBox="0 0 24 24" fill="none">
304
+ <path d="M4 10l6-6h10v16H4V10z" stroke="#333" stroke-width="1.8"/>
305
+ <path d="M10 4v6h6" stroke="#333" stroke-width="1.8" />
306
+ </svg>
307
+ </div>
308
+ <div>Files</div>
309
+ </div>
310
+
311
+ <div class="gesture"></div>
312
+ </div>
313
+
314
+ </div>
315
+ </body>
316
+ </html>
code/5987/5987_1.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Drive Bottom Sheet 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: #E6E6EA;
12
+ border-radius: 0;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
18
+ background: transparent;
19
+ color: #ffffff;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 40px;
22
+ }
23
+ .status-left { font-size: 42px; letter-spacing: 1px; }
24
+ .status-right { display: flex; align-items: center; gap: 28px; }
25
+ .dot { width: 22px; height: 22px; background: #fff; border-radius: 50%; opacity: 0.9; }
26
+ .status-icon { width: 52px; height: 52px; }
27
+
28
+ /* Underlying app content (blurred by overlay) */
29
+ .app-header {
30
+ position: absolute; top: 140px; left: 0; right: 0;
31
+ padding: 40px 36px;
32
+ }
33
+ .search-row {
34
+ display: flex; align-items: center; gap: 28px;
35
+ }
36
+ .hamburger {
37
+ width: 90px; height: 90px; border-radius: 18px; background: #F0F0F3;
38
+ display: flex; align-items: center; justify-content: center;
39
+ }
40
+ .pill {
41
+ flex: 1;
42
+ height: 90px; border-radius: 45px;
43
+ background: #FFFFFF;
44
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06) inset;
45
+ color: #777;
46
+ display: flex; align-items: center; padding: 0 34px;
47
+ font-size: 40px;
48
+ }
49
+ .avatar {
50
+ width: 90px; height: 90px; border-radius: 45px; background: #1EADAD; color: #fff;
51
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 44px;
52
+ }
53
+ .tabs {
54
+ margin-top: 48px; display: flex; gap: 80px; padding-left: 160px; padding-right: 160px;
55
+ color: #4A4A57; font-size: 40px;
56
+ }
57
+ .tab-active { color: #5146D6; position: relative; }
58
+ .tab-active::after {
59
+ content: ""; position: absolute; left: 0; bottom: -18px; width: 160px; height: 8px; background: #5146D6; border-radius: 4px;
60
+ }
61
+ .list-header {
62
+ margin-top: 80px; display: flex; align-items: center; justify-content: space-between;
63
+ padding: 0 36px; color: #3D3D45; font-size: 40px;
64
+ }
65
+ .list-header .arrow { margin-left: 12px; }
66
+ .list-view { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
67
+
68
+ /* Overlay */
69
+ .overlay {
70
+ position: absolute; inset: 0; background: rgba(0,0,0,0.35);
71
+ }
72
+
73
+ /* Bottom sheet */
74
+ .sheet {
75
+ position: absolute; left: 0; right: 0; bottom: 120px;
76
+ top: 520px;
77
+ background: #EEEAF4;
78
+ border-top-left-radius: 48px; border-top-right-radius: 48px;
79
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.25);
80
+ overflow: hidden;
81
+ }
82
+ .sheet-content {
83
+ padding: 50px 40px 40px 40px;
84
+ }
85
+ .sheet-title {
86
+ display: flex; align-items: center; gap: 32px; font-size: 44px; color: #222; padding-bottom: 32px;
87
+ }
88
+ .folder-icon { width: 64px; height: 64px; }
89
+ .divider {
90
+ height: 2px; background: #D4D4DE; margin: 26px 0;
91
+ }
92
+ .item {
93
+ display: flex; align-items: center; gap: 36px; padding: 24px 6px;
94
+ color: #2D2D36; font-size: 44px;
95
+ }
96
+ .item .icon {
97
+ width: 64px; height: 64px; color: #6E6E78;
98
+ }
99
+
100
+ /* Bottom gesture bar */
101
+ .gesture {
102
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
103
+ width: 420px; height: 20px; background: #8C8C92; border-radius: 10px; opacity: 0.8;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status bar -->
111
+ <div class="statusbar">
112
+ <div class="status-left">1:06</div>
113
+ <div class="status-right">
114
+ <div class="dot"></div>
115
+ <div class="dot"></div>
116
+ <div class="dot" style="width:28px;height:28px;"></div>
117
+ <div class="dot"></div>
118
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
119
+ <path d="M3 12h18"></path>
120
+ <path d="M6 12l4-4"></path>
121
+ <path d="M6 12l4 4"></path>
122
+ </svg>
123
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#fff">
124
+ <rect x="6" y="7" width="12" height="10" rx="2"></rect>
125
+ <rect x="9" y="5" width="6" height="2" rx="1"></rect>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Underlying app content -->
131
+ <div class="app-header">
132
+ <div class="search-row">
133
+ <div class="hamburger">
134
+ <svg width="54" height="54" viewBox="0 0 24 24" stroke="#6A6A74" stroke-width="2" fill="none">
135
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
136
+ </svg>
137
+ </div>
138
+ <div class="pill">
139
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#888" stroke-width="2" fill="none" style="margin-right:18px;">
140
+ <circle cx="11" cy="11" r="7"></circle>
141
+ <path d="M20 20l-4-4"></path>
142
+ </svg>
143
+ Search in Drive
144
+ </div>
145
+ <div class="avatar">C</div>
146
+ </div>
147
+
148
+ <div class="tabs">
149
+ <div class="tab-active">My Drive</div>
150
+ <div>Computers</div>
151
+ </div>
152
+
153
+ <div class="list-header">
154
+ <div>Name
155
+ <svg class="arrow" width="34" height="34" viewBox="0 0 24 24" fill="#5A5A6A">
156
+ <path d="M7 14l5-5 5 5" />
157
+ </svg>
158
+ </div>
159
+ <div class="list-view">
160
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#5F5F69" stroke-width="2" fill="none">
161
+ <path d="M4 6h16M4 12h16M4 18h16"></path>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Overlay and Bottom Sheet -->
168
+ <div class="overlay"></div>
169
+
170
+ <div class="sheet">
171
+ <div class="sheet-content">
172
+ <div class="sheet-title">
173
+ <svg class="folder-icon" viewBox="0 0 24 24" fill="#6E6E78">
174
+ <path d="M10 4l2 2h8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6z"></path>
175
+ </svg>
176
+ <div>YMCA</div>
177
+ </div>
178
+
179
+ <div class="item">
180
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
181
+ <circle cx="12" cy="8" r="3"></circle>
182
+ <path d="M5 20c1.5-4 12.5-4 14 0"></path>
183
+ <path d="M18 8v4"></path>
184
+ <path d="M21 10h-6"></path>
185
+ </svg>
186
+ <div>Share</div>
187
+ </div>
188
+
189
+ <div class="item">
190
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
191
+ <circle cx="9" cy="8" r="3"></circle>
192
+ <path d="M3 20c1.5-4 9-4 12 0"></path>
193
+ <rect x="15" y="7" width="6" height="8" rx="2"></rect>
194
+ </svg>
195
+ <div>Manage access</div>
196
+ </div>
197
+
198
+ <div class="item">
199
+ <svg class="icon" viewBox="0 0 24 24" fill="currentColor">
200
+ <path d="M12 17.3l-4.7 2.5 1-5.4-3.9-3.8 5.4-.8L12 4l2.2 5.8 5.4.8-3.9 3.8 1 5.4z"></path>
201
+ </svg>
202
+ <div>Add to Starred</div>
203
+ </div>
204
+
205
+ <div class="divider"></div>
206
+
207
+ <div class="item">
208
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
209
+ <path d="M7 14a4 4 0 0 1 0-6l2-2a4 4 0 0 1 6 0"></path>
210
+ <path d="M17 10a4 4 0 0 1 0 6l-2 2a4 4 0 0 1-6 0"></path>
211
+ </svg>
212
+ <div>Copy link</div>
213
+ </div>
214
+
215
+ <div class="divider"></div>
216
+
217
+ <div class="item">
218
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
219
+ <path d="M4 20l10-10 4 4-10 10H4z"></path>
220
+ <path d="M13 7l3-3"></path>
221
+ </svg>
222
+ <div>Rename</div>
223
+ </div>
224
+
225
+ <div class="item">
226
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
227
+ <circle cx="12" cy="12" r="7"></circle>
228
+ <circle cx="10" cy="10" r="1" fill="currentColor"></circle>
229
+ <circle cx="14" cy="12" r="1" fill="currentColor"></circle>
230
+ <circle cx="12" cy="14" r="1" fill="currentColor"></circle>
231
+ </svg>
232
+ <div>Change color</div>
233
+ </div>
234
+
235
+ <div class="item">
236
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
237
+ <path d="M7 17l5-9 5 9"></path>
238
+ <path d="M12 8v8"></path>
239
+ <path d="M4 20h16"></path>
240
+ </svg>
241
+ <div>Add shortcut to Drive</div>
242
+ </div>
243
+
244
+ <div class="item">
245
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
246
+ <rect x="4" y="4" width="10" height="16" rx="2"></rect>
247
+ <path d="M14 12h6l-3-3m3 3l-3 3"></path>
248
+ </svg>
249
+ <div>Move</div>
250
+ </div>
251
+
252
+ <div class="item">
253
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
254
+ <circle cx="12" cy="12" r="9"></circle>
255
+ <path d="M12 8v6"></path>
256
+ <circle cx="12" cy="17" r="1" fill="currentColor"></circle>
257
+ </svg>
258
+ <div>Details &amp; activity</div>
259
+ </div>
260
+
261
+ <div class="item">
262
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
263
+ <rect x="5" y="5" width="10" height="10" rx="2"></rect>
264
+ <path d="M15 9h4v10"></path>
265
+ <path d="M15 9l4 4"></path>
266
+ </svg>
267
+ <div>Add to Home screen</div>
268
+ </div>
269
+
270
+ <div class="item">
271
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
272
+ <path d="M5 7h14"></path>
273
+ <path d="M7 7v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7"></path>
274
+ <path d="M9 7l1-2h4l1 2"></path>
275
+ </svg>
276
+ <div>Remove</div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Bottom gesture bar -->
282
+ <div class="gesture"></div>
283
+ </div>
284
+ </body>
285
+ </html>
code/5987/5987_2.html ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <title>Drive - Rename Folder UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #EFEAF3;
12
+ border-radius: 36px;
13
+ box-shadow: 0 6px 24px rgba(0,0,0,0.12);
14
+ color: #4A4A4A;
15
+ }
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 90px; padding: 0 32px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #444;
21
+ }
22
+ .status-bar .left { font-weight: 600; font-size: 34px; letter-spacing: 0.5px; }
23
+ .status-icons { display: flex; align-items: center; gap: 22px; }
24
+ .header {
25
+ position: absolute; top: 96px; left: 0; right: 0;
26
+ height: 120px; display: flex; align-items: center;
27
+ padding: 0 28px;
28
+ }
29
+ .search-bar {
30
+ flex: 1;
31
+ height: 96px;
32
+ background: #E7E3EE;
33
+ border-radius: 48px;
34
+ display: flex; align-items: center;
35
+ padding: 0 24px; gap: 22px;
36
+ }
37
+ .hamburger { width: 48px; height: 48px; }
38
+ .search-text { font-size: 40px; color: #676071; }
39
+ .avatar {
40
+ width: 96px; height: 96px; border-radius: 48px;
41
+ background: #49A0A6; color: white; font-weight: 700; font-size: 42px;
42
+ display: flex; align-items: center; justify-content: center;
43
+ margin-left: 20px;
44
+ }
45
+ .tabs {
46
+ position: absolute; top: 230px; left: 28px; right: 28px;
47
+ height: 86px; display: flex; align-items: center; justify-content: space-between;
48
+ font-size: 40px;
49
+ }
50
+ .tab { color: #6C6588; }
51
+ .tab.active {
52
+ color: #574F91; position: relative; font-weight: 600;
53
+ }
54
+ .tab.active::after {
55
+ content: ""; position: absolute; bottom: -22px; left: 0;
56
+ width: 160px; height: 8px; background: #6F67A8; border-radius: 4px;
57
+ }
58
+ .list-icon { width: 48px; height: 48px; }
59
+ .content-area {
60
+ position: absolute; top: 370px; left: 0; right: 0; bottom: 420px;
61
+ }
62
+ .name-header {
63
+ margin: 0 32px 12px; font-size: 38px; color: #6B6B6B;
64
+ display: flex; align-items: center; gap: 8px;
65
+ }
66
+ .doc-thumb {
67
+ width: 420px; height: 260px; margin-left: 32px; margin-top: 18px;
68
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ color: #757575; font-size: 36px;
71
+ box-shadow: 0 6px 18px rgba(0,0,0,0.06);
72
+ }
73
+ .fab {
74
+ position: absolute; right: 44px; bottom: 460px;
75
+ width: 120px; height: 120px; border-radius: 32px;
76
+ background: #D7D1EA; display: flex; align-items: center; justify-content: center;
77
+ box-shadow: 0 12px 24px rgba(0,0,0,0.12);
78
+ }
79
+ /* Modal */
80
+ .modal {
81
+ position: absolute; left: 90px; right: 90px; top: 620px;
82
+ background: #F2EEFA; border-radius: 36px;
83
+ box-shadow: 0 28px 60px rgba(0,0,0,0.18);
84
+ padding: 48px 48px 36px;
85
+ }
86
+ .modal-title { font-size: 56px; color: #4C4768; margin-bottom: 32px; }
87
+ .input-box {
88
+ height: 150px; border: 4px solid #6F67A8; border-radius: 24px;
89
+ padding: 28px; font-size: 52px; color: #3D3A55;
90
+ display: flex; align-items: center;
91
+ background: #F7F5FD;
92
+ }
93
+ .selected {
94
+ background: #C9C3E6; padding: 10px 16px; border-radius: 8px; font-weight: 600;
95
+ }
96
+ .actions {
97
+ margin-top: 28px; display: flex; justify-content: flex-end; gap: 36px;
98
+ font-size: 46px; color: #6F67A8; font-weight: 600;
99
+ }
100
+ /* Bottom nav bar */
101
+ .bottom-nav {
102
+ position: absolute; left: 0; right: 0; bottom: 770px;
103
+ height: 180px; display: flex; align-items: center; justify-content: space-around;
104
+ color: #6B677E; background: rgba(245,242,250,0.7);
105
+ }
106
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
107
+ .nav-item svg { width: 56px; height: 56px; }
108
+ .nav-label { font-size: 34px; }
109
+ .nav-item.active .icon-wrap {
110
+ background: #D9D4EE; border-radius: 28px; padding: 18px;
111
+ }
112
+ .icon-wrap svg { width: 56px; height: 56px; }
113
+ /* Keyboard */
114
+ .keyboard {
115
+ position: absolute; left: 0; right: 0; bottom: 48px;
116
+ height: 720px; background: #F3EFF7; border-top-left-radius: 26px; border-top-right-radius: 26px;
117
+ padding: 20px 22px;
118
+ }
119
+ .kb-top-tools {
120
+ display: flex; align-items: center; gap: 24px; margin-bottom: 12px;
121
+ }
122
+ .tool {
123
+ height: 72px; padding: 0 26px; background: #EAE6F3; border-radius: 22px;
124
+ display: flex; align-items: center; justify-content: center; font-size: 28px; color: #5F5A78;
125
+ border: 1px solid #D5D0E5;
126
+ }
127
+ .keys-row { display: flex; justify-content: space-between; padding: 10px 8px; }
128
+ .key {
129
+ width: 90px; height: 110px; background: #FFFFFF;
130
+ border: 1px solid #DDD8EB; border-radius: 24px;
131
+ display: flex; align-items: center; justify-content: center;
132
+ font-size: 44px; color: #3F3D53; font-weight: 600;
133
+ }
134
+ .key.wide { width: 180px; }
135
+ .key.space { flex: 1; height: 110px; margin: 0 8px; }
136
+ .key.special {
137
+ background: #D7D1EA; color: #3F3D53; font-weight: 700;
138
+ }
139
+ .kb-bottom-row { display: flex; align-items: center; gap: 12px; padding: 12px 8px; }
140
+ .return {
141
+ width: 110px; height: 110px; border-radius: 24px; background: #D7D1EA;
142
+ display: flex; align-items: center; justify-content: center; border: 1px solid #CCC6DF;
143
+ }
144
+ /* Home indicator */
145
+ .home-indicator {
146
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
147
+ width: 280px; height: 10px; background: #A0A0A0; border-radius: 6px;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+ <!-- Status bar -->
154
+ <div class="status-bar">
155
+ <div class="left">1:06</div>
156
+ <div class="status-icons">
157
+ <!-- small dots -->
158
+ <svg width="60" height="20">
159
+ <circle cx="10" cy="10" r="6" fill="#8B8896"></circle>
160
+ <circle cx="30" cy="10" r="6" fill="#8B8896"></circle>
161
+ <circle cx="50" cy="10" r="6" fill="#8B8896"></circle>
162
+ </svg>
163
+ <!-- wifi -->
164
+ <svg width="38" height="28" viewBox="0 0 24 24">
165
+ <path d="M2 8c5-4 15-4 20 0" stroke="#77738A" stroke-width="2" fill="none" stroke-linecap="round"/>
166
+ <path d="M5 12c4-3 10-3 14 0" stroke="#77738A" stroke-width="2" fill="none" stroke-linecap="round"/>
167
+ <circle cx="12" cy="17" r="2" fill="#77738A"></circle>
168
+ </svg>
169
+ <!-- battery -->
170
+ <svg width="40" height="24" viewBox="0 0 28 16">
171
+ <rect x="1" y="2" width="22" height="12" rx="2" fill="none" stroke="#77738A" stroke-width="2"/>
172
+ <rect x="3" y="4" width="14" height="8" rx="1" fill="#77738A"/>
173
+ <rect x="23" y="6" width="4" height="4" rx="1" fill="#77738A"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Header search -->
179
+ <div class="header">
180
+ <div class="search-bar">
181
+ <svg class="hamburger" viewBox="0 0 24 24">
182
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#6B6588" stroke-width="2" stroke-linecap="round" fill="none"/>
183
+ </svg>
184
+ <div class="search-text">Search in Drive</div>
185
+ </div>
186
+ <div class="avatar">C</div>
187
+ </div>
188
+
189
+ <!-- Tabs -->
190
+ <div class="tabs">
191
+ <div style="display:flex; gap:40px;">
192
+ <div class="tab active">My Drive</div>
193
+ <div class="tab">Computers</div>
194
+ </div>
195
+ <svg class="list-icon" viewBox="0 0 24 24">
196
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#6B6588" stroke-width="2" stroke-linecap="round" fill="none"/>
197
+ </svg>
198
+ </div>
199
+
200
+ <!-- Content area with a sample doc and FAB -->
201
+ <div class="content-area">
202
+ <div class="name-header">
203
+ <span>Name</span>
204
+ <svg width="24" height="24" viewBox="0 0 24 24">
205
+ <path d="M12 8l4 6H8z" fill="#6B6B6B"/>
206
+ </svg>
207
+ </div>
208
+ <div class="doc-thumb">[IMG: Document thumbnail]</div>
209
+ <div class="fab">
210
+ <svg width="56" height="56" viewBox="0 0 24 24">
211
+ <path d="M12 5v14M5 12h14" stroke="#5F588C" stroke-width="2.5" stroke-linecap="round" fill="none"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Modal -->
217
+ <div class="modal">
218
+ <div class="modal-title">Rename folder</div>
219
+ <div class="input-box">
220
+ <span class="selected">YMCA</span>
221
+ </div>
222
+ <div class="actions">
223
+ <div>Cancel</div>
224
+ <div>Rename</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Bottom navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item">
231
+ <div class="icon-wrap">
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#6B677E" stroke-width="2" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+ <div class="nav-label">Home</div>
237
+ </div>
238
+ <div class="nav-item">
239
+ <div class="icon-wrap">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M12 2l3.1 6.3L22 9.3l-5 4.8 1.2 6.6L12 17l-6.2 3.7L7 14.1 2 9.3l6.9-1L12 2z" fill="none" stroke="#6B677E" stroke-width="1.6"/>
242
+ </svg>
243
+ </div>
244
+ <div class="nav-label">Starred</div>
245
+ </div>
246
+ <div class="nav-item">
247
+ <div class="icon-wrap">
248
+ <svg viewBox="0 0 24 24">
249
+ <circle cx="7" cy="9" r="3" fill="none" stroke="#6B677E" stroke-width="2"/>
250
+ <circle cx="17" cy="9" r="3" fill="none" stroke="#6B677E" stroke-width="2"/>
251
+ <path d="M2 20c2-2 6-2 8 0M14 20c2-2 6-2 8 0" stroke="#6B677E" stroke-width="2" fill="none" stroke-linecap="round"/>
252
+ </svg>
253
+ </div>
254
+ <div class="nav-label">Shared</div>
255
+ </div>
256
+ <div class="nav-item active">
257
+ <div class="icon-wrap">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M3 5h18v6H3zM3 13h18v6H3z" fill="none" stroke="#5E5891" stroke-width="2"/>
260
+ </svg>
261
+ </div>
262
+ <div class="nav-label">Files</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Keyboard -->
267
+ <div class="keyboard">
268
+ <div class="kb-top-tools">
269
+ <div class="tool">
270
+ <svg width="28" height="28" viewBox="0 0 24 24">
271
+ <rect x="3" y="3" width="7" height="7" fill="#787391"/><rect x="14" y="3" width="7" height="7" fill="#787391"/>
272
+ <rect x="3" y="14" width="7" height="7" fill="#787391"/><rect x="14" y="14" width="7" height="7" fill="#787391"/>
273
+ </svg>
274
+ </div>
275
+ <div class="tool">😊</div>
276
+ <div class="tool">GIF</div>
277
+ <div class="tool">
278
+ <svg width="28" height="28" viewBox="0 0 24 24">
279
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#787391" stroke-width="2"/>
280
+ <path d="M2 12h20M12 2v20" stroke="#787391" stroke-width="2"/>
281
+ </svg>
282
+ </div>
283
+ <div class="tool">
284
+ <svg width="28" height="28" viewBox="0 0 24 24">
285
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#787391" stroke-width="2"/>
286
+ <path d="M7 17l10-10" stroke="#787391" stroke-width="2"/>
287
+ </svg>
288
+ </div>
289
+ <div class="tool">
290
+ <svg width="26" height="26" viewBox="0 0 24 24">
291
+ <path d="M6 10v6a6 6 0 0012 0v-6" stroke="#787391" stroke-width="2" fill="none"/>
292
+ <rect x="9" y="4" width="6" height="8" rx="3" fill="#787391"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="keys-row">
298
+ <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>
299
+ </div>
300
+ <div class="keys-row" style="padding: 10px 40px;">
301
+ <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>
302
+ </div>
303
+ <div class="keys-row" style="padding: 10px 18px;">
304
+ <div class="key wide special">
305
+ <svg width="30" height="30" viewBox="0 0 24 24">
306
+ <path d="M12 6l-4 4h3v6h2v-6h3z" fill="#3F3D53"/>
307
+ </svg>
308
+ </div>
309
+ <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>
310
+ <div class="key wide special">
311
+ <svg width="34" height="34" viewBox="0 0 24 24">
312
+ <path d="M20 8l-6 6-6-6" stroke="#3F3D53" stroke-width="2" fill="none"/>
313
+ <path d="M20 8H8v8" stroke="#3F3D53" stroke-width="2" fill="none"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ <div class="kb-bottom-row">
318
+ <div class="key wide special">?123</div>
319
+ <div class="key">,</div>
320
+ <div class="key">😊</div>
321
+ <div class="key space"></div>
322
+ <div class="key">.</div>
323
+ <div class="return">
324
+ <svg width="40" height="40" viewBox="0 0 24 24">
325
+ <path d="M5 12l5 5L19 8" stroke="#3F3D53" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="home-indicator"></div>
332
+ </div>
333
+ </body>
334
+ </html>
code/5987/5987_3.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Mock - Rename Folder</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
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #F2EFF7;
15
+ border-radius: 32px;
16
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
17
+ color:#2a2a2a;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position:absolute; top:0; left:0; right:0; height:96px;
23
+ padding:0 32px;
24
+ display:flex; align-items:center; justify-content:space-between;
25
+ color:#1e1e1e; font-weight:600; font-size:34px;
26
+ opacity:0.9;
27
+ }
28
+ .status-right { display:flex; align-items:center; gap:24px; }
29
+ .dot{ width:14px; height:14px; background:#ffffff; opacity:.9; border-radius:50%; display:inline-block; }
30
+ .icon-wifi,
31
+ .icon-battery { width:40px; height:40px; }
32
+
33
+ /* Search/header area */
34
+ .top-area { position:absolute; left:0; right:0; top:96px; padding:24px 32px 0; }
35
+ .search-row { display:flex; align-items:center; gap:24px; }
36
+ .hamburger {
37
+ width:72px; height:72px; border-radius:18px; background:#E8E5EF; display:flex; align-items:center; justify-content:center;
38
+ }
39
+ .search-pill {
40
+ flex:1; height:86px; border-radius:44px; background:#EAE7F1; display:flex; align-items:center; padding:0 28px; color:#7d749e; font-size:34px;
41
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
42
+ }
43
+ .avatar {
44
+ width:86px; height:86px; border-radius:43px; background:#CCDAE1; color:#24536a; font-weight:700; display:flex; align-items:center; justify-content:center;
45
+ box-shadow: inset 0 0 0 4px rgba(0,0,0,0.06);
46
+ }
47
+ .tabs {
48
+ margin-top:22px; display:flex; gap:48px; font-size:36px; color:#6f63a9; align-items:flex-end;
49
+ }
50
+ .tab { color:#7E7A8F; }
51
+ .tab.active { color:#5f58a3; font-weight:700; position:relative; }
52
+ .tab.active::after{
53
+ content:""; position:absolute; left:0; right:0; bottom:-12px; height:6px; background:#6f63a9; border-radius:6px;
54
+ }
55
+
56
+ /* Content area */
57
+ .content {
58
+ position:absolute; top:310px; left:0; right:0; bottom:330px; padding:24px 24px 0 24px;
59
+ }
60
+ .content-header {
61
+ display:flex; align-items:center; justify-content:space-between; padding:18px 20px; color:#6F6A83; font-size:34px;
62
+ }
63
+ .file-grid {
64
+ display:grid; grid-template-columns: repeat(2, 1fr); gap:28px; padding:16px 12px 160px;
65
+ }
66
+ .file-card {
67
+ height:220px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:18px;
68
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
69
+ }
70
+
71
+ /* FAB */
72
+ .fab {
73
+ position:absolute; right:48px; top:1020px;
74
+ width:140px; height:140px; border-radius:28px; background:#C9C4E7; display:flex; align-items:center; justify-content:center;
75
+ box-shadow:0 10px 20px rgba(0,0,0,0.15);
76
+ }
77
+ .fab .btn {
78
+ width:120px; height:120px; border-radius:28px; background:#8E86D8; display:flex; align-items:center; justify-content:center; color:#fff; font-size:68px; font-weight:700;
79
+ }
80
+
81
+ /* Bottom navigation */
82
+ .bottom-nav {
83
+ position:absolute; left:0; right:0; bottom:900px; height:160px;
84
+ display:flex; align-items:center; justify-content:space-around; color:#69607f;
85
+ border-top:1px solid rgba(0,0,0,0.05);
86
+ background:transparent;
87
+ }
88
+ .bn-item { display:flex; flex-direction:column; align-items:center; gap:10px; font-size:28px; }
89
+ .bn-icon { width:56px; height:56px; }
90
+ .bn-active {
91
+ padding:14px 28px; background:#DAD6EE; border-radius:32px; color:#4f46a6;
92
+ display:flex; flex-direction:column; align-items:center; gap:10px;
93
+ }
94
+
95
+ /* Keyboard */
96
+ .keyboard {
97
+ position:absolute; left:0; right:0; bottom:0; height:900px; background:#F1EDF6; border-top-left-radius:28px; border-top-right-radius:28px;
98
+ box-shadow:0 -8px 20px rgba(0,0,0,0.15);
99
+ }
100
+ .kbd-toolbar { height:110px; display:flex; align-items:center; gap:28px; padding:0 24px; }
101
+ .tool { width:88px; height:80px; background:#E7E3F1; border-radius:22px; display:flex; align-items:center; justify-content:center; color:#57506f; font-weight:600; }
102
+ .glyph { font-size:28px; }
103
+
104
+ .kbd-rows { padding:8px 18px 0; }
105
+ .row { display:grid; grid-gap:14px; margin:18px 0; }
106
+ .row.r1, .row.r2 { grid-template-columns: repeat(10, 1fr); }
107
+ .row.r3 { grid-template-columns: 1.4fr repeat(9, 1fr) 1.4fr; }
108
+ .row.r4 { grid-template-columns: 1.5fr 1fr 1fr 5fr 1fr 1.5fr 1.6fr; }
109
+
110
+ .key {
111
+ background:#ffffff; border-radius:22px; height:120px; display:flex; align-items:center; justify-content:center; font-size:42px; color:#222;
112
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
113
+ }
114
+ .key.fn { background:#DCD7EE; color:#3c376c; font-weight:700; }
115
+ .space { justify-content:flex-start; padding-left:24px; color:#aaa; font-size:38px; }
116
+
117
+ .gesture-bar {
118
+ position:absolute; left:50%; transform:translateX(-50%); bottom:20px; width:320px; height:10px; background:#C8C7CC; border-radius:8px;
119
+ }
120
+
121
+ /* Modal overlay & dialog */
122
+ .overlay {
123
+ position:absolute; left:0; top:0; width:100%; height:1500px; background:rgba(0,0,0,0.18);
124
+ display:flex; align-items:flex-start; justify-content:center; padding-top:420px;
125
+ z-index:20;
126
+ }
127
+ .dialog {
128
+ width:940px; background:#EFEBF7; border-radius:44px; padding:46px 46px 36px; box-shadow:0 30px 60px rgba(0,0,0,0.25);
129
+ }
130
+ .dialog h2 { margin:10px 0 28px; font-size:48px; color:#2b2748; font-weight:700; }
131
+ .input {
132
+ height:132px; border-radius:24px; background:#fff; border:3px solid #6e63a8; padding:0 28px; display:flex; align-items:center; font-size:48px; color:#2a2a2a;
133
+ }
134
+ .dialog-actions {
135
+ margin-top:34px; display:flex; justify-content:flex-end; gap:40px; font-size:40px;
136
+ }
137
+ .link { color:#6e63a8; font-weight:700; }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div>1:07</div>
146
+ <div class="status-right">
147
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span>
148
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path fill="#1f1f1f" d="M12 18l2 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 8z"/></svg>
149
+ <svg class="icon-battery" viewBox="0 0 24 24"><path fill="#1f1f1f" d="M16 6h2a2 2 0 012 2v8a2 2 0 01-2 2h-2v2H6V4h10v2z"/></svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Top header with search -->
154
+ <div class="top-area">
155
+ <div class="search-row">
156
+ <div class="hamburger">
157
+ <svg width="42" height="42" viewBox="0 0 24 24"><path fill="#6d6596" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
158
+ </div>
159
+ <div class="search-pill">
160
+ <svg width="36" height="36" viewBox="0 0 24 24" style="margin-right:14px;"><path fill="#7d749e" d="M15.5 14h-.79l-.28-.27a6.471 6.471 0 001.57-4.23C15.99 6.01 13.98 4 11.5 4S7.01 6.01 7.01 9.5 9.02 15 11.5 15c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l4.25 4.25 1.5-1.5L15.5 14zM11.5 13C9.57 13 8 11.43 8 9.5S9.57 6 11.5 6 15 7.57 15 9.5 13.43 13 11.5 13z"/></svg>
161
+ Search in Drive
162
+ </div>
163
+ <div class="avatar">C</div>
164
+ </div>
165
+ <div class="tabs">
166
+ <div class="tab active">My Drive</div>
167
+ <div class="tab">Computers</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Content area -->
172
+ <div class="content">
173
+ <div class="content-header">
174
+ <div>Name ↑</div>
175
+ <svg class="bn-icon" viewBox="0 0 24 24"><path fill="#6F6A83" d="M4 7h16v2H4V7zm0 5h10v2H4v-2zm0 5h6v2H4v-2z"/></svg>
176
+ </div>
177
+ <div class="file-grid">
178
+ <div class="file-card">[IMG: Document Preview]</div>
179
+ <div class="file-card">[IMG: Folder Preview]</div>
180
+ <div class="file-card">[IMG: PDF Preview]</div>
181
+ <div class="file-card">[IMG: Image Preview]</div>
182
+ <div class="file-card">[IMG: Presentation]</div>
183
+ <div class="file-card">[IMG: Spreadsheet]</div>
184
+ </div>
185
+ <!-- FAB -->
186
+ <div class="fab"><div class="btn">+</div></div>
187
+ </div>
188
+
189
+ <!-- Bottom navigation -->
190
+ <div class="bottom-nav">
191
+ <div class="bn-item">
192
+ <svg class="bn-icon" viewBox="0 0 24 24"><path fill="#69607f" d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg>
193
+ <div>Home</div>
194
+ </div>
195
+ <div class="bn-item">
196
+ <svg class="bn-icon" viewBox="0 0 24 24"><path fill="#69607f" d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
197
+ <div>Starred</div>
198
+ </div>
199
+ <div class="bn-item">
200
+ <svg class="bn-icon" viewBox="0 0 24 24"><path fill="#69607f" d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zM8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V20h14v-3.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.96 1.97 3.45V20h6v-3.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
201
+ <div>Shared</div>
202
+ </div>
203
+ <div class="bn-active">
204
+ <svg class="bn-icon" viewBox="0 0 24 24"><path fill="#4f46a6" d="M10 4H4v16h16V8h-8V4zm2 0v4h4"/></svg>
205
+ <div>Files</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Keyboard -->
210
+ <div class="keyboard">
211
+ <div class="kbd-toolbar">
212
+ <div class="tool"><span class="glyph">▦</span></div>
213
+ <div class="tool"><span class="glyph">☺</span></div>
214
+ <div class="tool"><span class="glyph">GIF</span></div>
215
+ <div class="tool"><span class="glyph">⚙</span></div>
216
+ <div class="tool"><span class="glyph">文↔A</span></div>
217
+ <div class="tool"><span class="glyph">🎨</span></div>
218
+ <div class="tool"><span class="glyph">🎤</span></div>
219
+ </div>
220
+ <div class="kbd-rows">
221
+ <div class="row r1">
222
+ <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>
223
+ <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>
224
+ </div>
225
+ <div class="row r2">
226
+ <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>
227
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">’</div>
228
+ </div>
229
+ <div class="row r3">
230
+ <div class="key fn">⇧</div>
231
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
232
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key">.</div>
233
+ <div class="key fn">⌫</div>
234
+ </div>
235
+ <div class="row r4">
236
+ <div class="key fn">?123</div>
237
+ <div class="key fn">,</div>
238
+ <div class="key fn">☺</div>
239
+ <div class="key space">space</div>
240
+ <div class="key fn">.</div>
241
+ <div class="key fn">✓</div>
242
+ <div class="key fn">⤓</div>
243
+ </div>
244
+ </div>
245
+ <div class="gesture-bar"></div>
246
+ </div>
247
+
248
+ <!-- Overlay and dialog (does not dim keyboard) -->
249
+ <div class="overlay">
250
+ <div class="dialog">
251
+ <h2>Rename folder</h2>
252
+ <div class="input">YMCA 2023</div>
253
+ <div class="dialog-actions">
254
+ <div class="link">Cancel</div>
255
+ <div class="link">Rename</div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ </div>
261
+ </body>
262
+ </html>
code/5987/5987_4.html ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Drive UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F6F4FA;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #474747;
26
+ font-size: 36px;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ gap: 22px;
31
+ align-items: center;
32
+ }
33
+ .dot {
34
+ width: 18px; height: 18px; background: #5C5C5C; border-radius: 50%;
35
+ display: inline-block;
36
+ }
37
+
38
+ /* Search row */
39
+ .search-row {
40
+ padding: 18px 32px 8px 32px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 24px;
44
+ }
45
+ .hamburger {
46
+ width: 88px; height: 88px; border-radius: 16px;
47
+ display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .hamburger svg path { stroke: #303038; }
50
+ .search-pill {
51
+ position: relative;
52
+ flex: 1;
53
+ height: 96px;
54
+ border-radius: 48px;
55
+ background: #ECEAF3;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 28px 0 28px;
59
+ color: #8A8996;
60
+ font-size: 34px;
61
+ }
62
+ .search-pill .avatar {
63
+ position: absolute;
64
+ right: 10px; top: 10px;
65
+ width: 76px; height: 76px; border-radius: 50%;
66
+ background: #2FA1A0; color: #fff; display:flex; align-items:center; justify-content:center;
67
+ font-weight: bold;
68
+ }
69
+
70
+ /* Tabs */
71
+ .tabs {
72
+ margin-top: 16px;
73
+ padding: 0 40px;
74
+ }
75
+ .tab-row {
76
+ display: flex;
77
+ gap: 32px;
78
+ font-size: 40px;
79
+ }
80
+ .tab {
81
+ padding: 24px 8px;
82
+ color: #8C88A5;
83
+ }
84
+ .tab.active {
85
+ color: #6E67C5;
86
+ position: relative;
87
+ }
88
+ .tab.active::after {
89
+ content: "";
90
+ position: absolute;
91
+ left: 0; right: 0; bottom: -8px;
92
+ margin: 0 auto;
93
+ width: 140px; height: 8px; border-radius: 4px;
94
+ background: #6E67C5;
95
+ }
96
+ .divider {
97
+ margin-top: 18px;
98
+ height: 2px; background: #E3E0EE;
99
+ }
100
+
101
+ /* Sort/header row */
102
+ .sort-row {
103
+ padding: 32px 40px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: space-between;
107
+ color: #494955;
108
+ font-size: 36px;
109
+ }
110
+ .sort-left {
111
+ display: flex; align-items: center; gap: 10px;
112
+ }
113
+ .sort-left .arrow {
114
+ width: 18px; height: 18px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid #6E67C5; margin-top: -8px;
115
+ }
116
+
117
+ /* Grid of items */
118
+ .grid {
119
+ padding: 8px 36px 0 36px;
120
+ display: grid;
121
+ grid-template-columns: repeat(2, 1fr);
122
+ grid-column-gap: 40px;
123
+ grid-row-gap: 54px;
124
+ }
125
+ .tile {
126
+ position: relative;
127
+ }
128
+ .thumb {
129
+ width: 100%;
130
+ height: 280px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ border-radius: 28px;
134
+ display: flex; align-items: center; justify-content: center;
135
+ color: #757575;
136
+ font-size: 36px;
137
+ text-align: center;
138
+ padding: 12px;
139
+ }
140
+ .filename {
141
+ margin-top: 22px;
142
+ font-size: 38px;
143
+ color: #2A2A32;
144
+ }
145
+ .more {
146
+ position: absolute;
147
+ right: 14px; bottom: -4px;
148
+ color: #61616C;
149
+ }
150
+ .more svg { display:block; }
151
+
152
+ .pdf-badge {
153
+ display: inline-block;
154
+ background: #E54B43;
155
+ color: #fff;
156
+ font-size: 26px;
157
+ padding: 6px 10px;
158
+ border-radius: 8px;
159
+ margin-right: 10px;
160
+ }
161
+
162
+ /* FAB */
163
+ .fab {
164
+ position: absolute;
165
+ right: 40px;
166
+ bottom: 300px;
167
+ width: 138px; height: 138px;
168
+ background: #E6E3F6;
169
+ border-radius: 36px;
170
+ box-shadow: 0 6px 20px rgba(80,70,140,0.25);
171
+ display: flex; align-items: center; justify-content: center;
172
+ }
173
+ .fab svg path { fill: #6E67C5; }
174
+
175
+ /* Bottom navigation */
176
+ .bottom-nav {
177
+ position: absolute;
178
+ left: 0; right: 0; bottom: 0;
179
+ height: 220px;
180
+ background: #ECEAF1;
181
+ border-top: 1px solid #E0DDE9;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: space-around;
185
+ padding-top: 8px;
186
+ }
187
+ .nav-item {
188
+ width: 200px;
189
+ height: 160px;
190
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
191
+ color: #6A6A77;
192
+ font-size: 32px;
193
+ gap: 14px;
194
+ position: relative;
195
+ }
196
+ .nav-icon {
197
+ width: 70px; height: 70px;
198
+ }
199
+ .active .icon-bg {
200
+ position: absolute; top: 22px;
201
+ width: 120px; height: 90px; background: #DED9F7; border-radius: 24px;
202
+ }
203
+ .active { color: #2F2F3A; }
204
+
205
+ /* Gesture pill */
206
+ .gesture {
207
+ position: absolute;
208
+ left: 50%; transform: translateX(-50%);
209
+ bottom: 228px;
210
+ width: 320px; height: 16px; border-radius: 12px;
211
+ background: #9C99A7;
212
+ opacity: 0.7;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status bar -->
220
+ <div class="status-bar">
221
+ <div class="time">1:07</div>
222
+ <div class="status-icons">
223
+ <span class="dot"></span>
224
+ <span class="dot"></span>
225
+ <span class="dot"></span>
226
+ <span style="font-weight:600">•</span>
227
+ <svg width="42" height="28" viewBox="0 0 24 24"><path d="M19.7 8.3a1 1 0 0 1 1.6.8v5.8a1 1 0 0 1-1.6.8L13 12l6.7-3.7z" fill="#444"/></svg>
228
+ <svg width="34" height="28" viewBox="0 0 24 24"><path d="M13 22V2l7 5v10l-7 5z" fill="#444"/></svg>
229
+ <svg width="34" height="28" viewBox="0 0 24 24"><path d="M6 3h12a2 2 0 0 1 2 2v14l-4-2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" fill="#444"/></svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Search row -->
234
+ <div class="search-row">
235
+ <div class="hamburger">
236
+ <svg width="54" height="54" viewBox="0 0 24 24">
237
+ <path d="M3 6h18M3 12h14M3 18h18" stroke-width="2" fill="none" stroke-linecap="round"/>
238
+ </svg>
239
+ </div>
240
+ <div class="search-pill">
241
+ <span style="display:flex;align-items:center;gap:16px;">
242
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M10 3a7 7 0 0 1 5.3 11.6l4.1 4.1-1.4 1.4-4.1-4.1A7 7 0 1 1 10 3zm0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10z" fill="#9B98AD"/></svg>
243
+ <span>Search in Drive</span>
244
+ </span>
245
+ <div class="avatar">C</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Tabs -->
250
+ <div class="tabs">
251
+ <div class="tab-row">
252
+ <div class="tab active">My Drive</div>
253
+ <div class="tab">Computers</div>
254
+ </div>
255
+ <div class="divider"></div>
256
+ </div>
257
+
258
+ <!-- Sort/Header row -->
259
+ <div class="sort-row">
260
+ <div class="sort-left">
261
+ <span>Name</span>
262
+ <div class="arrow"></div>
263
+ </div>
264
+ <div class="sort-right">
265
+ <svg width="44" height="44" viewBox="0 0 24 24">
266
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#4D4D58" stroke-width="2" stroke-linecap="round" fill="none"/>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Grid of items -->
272
+ <div class="grid">
273
+
274
+ <!-- Folder -->
275
+ <div class="tile">
276
+ <div class="thumb" style="background:#D7D7DC; border-color:#C2C2C6;">
277
+ [IMG: Folder]
278
+ </div>
279
+ <div class="filename">YMCA 2023</div>
280
+ <div class="more">
281
+ <svg width="40" height="40" viewBox="0 0 24 24">
282
+ <circle cx="12" cy="5" r="2" fill="#6F6F78"></circle>
283
+ <circle cx="12" cy="12" r="2" fill="#6F6F78"></circle>
284
+ <circle cx="12" cy="19" r="2" fill="#6F6F78"></circle>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Document tile -->
290
+ <div class="tile">
291
+ <div class="thumb" style="background:#F8F7FC; border-color:#E2E0EE;">
292
+ [IMG: Document Icon]
293
+ </div>
294
+ <div class="filename">BACKUP_RE<br>MINDER_M...</div>
295
+ <div class="more">
296
+ <svg width="40" height="40" viewBox="0 0 24 24">
297
+ <circle cx="12" cy="5" r="2" fill="#6F6F78"></circle>
298
+ <circle cx="12" cy="12" r="2" fill="#6F6F78"></circle>
299
+ <circle cx="12" cy="19" r="2" fill="#6F6F78"></circle>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- PDF tile -->
305
+ <div class="tile">
306
+ <div class="thumb" style="background:#E0E0E0; border-color:#BDBDBD;">
307
+ [IMG: PDF Preview]
308
+ </div>
309
+ <div class="filename">
310
+ <span class="pdf-badge">PDF</span>
311
+ YMCA<br>Org..pdf
312
+ </div>
313
+ <div class="more">
314
+ <svg width="40" height="40" viewBox="0 0 24 24">
315
+ <circle cx="12" cy="5" r="2" fill="#6F6F78"></circle>
316
+ <circle cx="12" cy="12" r="2" fill="#6F6F78"></circle>
317
+ <circle cx="12" cy="19" r="2" fill="#6F6F78"></circle>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ </div>
323
+
324
+ <!-- Floating Action Button -->
325
+ <div class="fab">
326
+ <svg width="60" height="60" viewBox="0 0 24 24">
327
+ <path d="M11 4h2v16h-2zM4 11h16v2H4z"/>
328
+ </svg>
329
+ </div>
330
+
331
+ <!-- Gesture pill -->
332
+ <div class="gesture"></div>
333
+
334
+ <!-- Bottom navigation -->
335
+ <div class="bottom-nav">
336
+ <div class="nav-item">
337
+ <svg class="nav-icon" viewBox="0 0 24 24">
338
+ <path d="M4 11l8-6 8 6v8h-5v-5H9v5H4z" fill="#6C6B77"/>
339
+ </svg>
340
+ <div>Home</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <svg class="nav-icon" viewBox="0 0 24 24">
344
+ <path d="M12 17l-5.2 3 1.5-5.8L3 9.8l6-.5L12 4l3 5.3 6 .5-5.3 4.4 1.5 5.8z" fill="#6C6B77"/>
345
+ </svg>
346
+ <div>Starred</div>
347
+ </div>
348
+ <div class="nav-item">
349
+ <svg class="nav-icon" viewBox="0 0 24 24">
350
+ <path d="M7 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm10 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6zM2 20c0-3 3-5 5-5s5 2 5 5H2zm10 0c0-2.3 2.4-4.2 5-4.2S22 17.7 22 20h-10z" fill="#6C6B77"/>
351
+ </svg>
352
+ <div>Shared</div>
353
+ </div>
354
+ <div class="nav-item active">
355
+ <div class="icon-bg"></div>
356
+ <svg class="nav-icon" viewBox="0 0 24 24">
357
+ <path d="M10 4h6l2 2h2v12H4V6h6z" fill="#3F3F48"/>
358
+ </svg>
359
+ <div>Files</div>
360
+ </div>
361
+ </div>
362
+
363
+ </div>
364
+ </body>
365
+ </html>
code/5989/5989_0.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home Screen Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:
10
+ radial-gradient(1200px 1400px at 20% 10%, #2c2c2f 0%, #1f2124 40%, #15171a 100%);
11
+ color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0; height:96px; padding:24px 28px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ font-size:36px; font-weight:600; letter-spacing:0.5px;
19
+ }
20
+ .sb-left { display:flex; align-items:center; gap:16px; }
21
+ .sb-right { display:flex; align-items:center; gap:24px; }
22
+ .sb-icon svg { width:44px; height:44px; opacity:0.92; }
23
+
24
+ /* Date & weather widget */
25
+ .widget {
26
+ position:absolute; left:64px; top:170px;
27
+ }
28
+ .widget .date {
29
+ font-size:60px; font-weight:600;
30
+ }
31
+ .widget .weather {
32
+ margin-top:24px; display:flex; align-items:center; gap:18px;
33
+ font-size:40px; color:#eaeaea;
34
+ }
35
+ .weather svg { width:62px; height:42px; opacity:0.9; }
36
+
37
+ /* App grid */
38
+ .app-row { position:absolute; left:0; right:0; display:flex; justify-content:space-between; padding:0 80px; }
39
+ .row-1 { top:1440px; }
40
+ .row-2 { top:1720px; }
41
+ .app {
42
+ width:190px; text-align:center; color:#fff;
43
+ }
44
+ .icon {
45
+ width:170px; height:170px; margin:0 auto 24px;
46
+ background:#ffffff; border-radius:50%;
47
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.12);
48
+ display:flex; align-items:center; justify-content:center;
49
+ }
50
+ .label { font-size:40px; letter-spacing:0.3px; }
51
+
52
+ /* Notification dot on Gmail */
53
+ .dot {
54
+ position:absolute; width:36px; height:36px; border-radius:50%;
55
+ background:#b392ff; top:-6px; right:26px; border:4px solid #fff;
56
+ box-shadow:0 6px 12px rgba(0,0,0,0.35);
57
+ }
58
+
59
+ /* Search bar */
60
+ .search-bar {
61
+ position:absolute; left:60px; right:60px; bottom:180px;
62
+ height:120px; background:#2e3033; border-radius:60px;
63
+ box-shadow: 0 12px 28px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(255,255,255,0.08);
64
+ display:flex; align-items:center; justify-content:space-between; padding:0 42px;
65
+ }
66
+ .search-left { display:flex; align-items:center; gap:22px; }
67
+ .search-right { display:flex; align-items:center; gap:26px; }
68
+ .g-logo { width:64px; height:64px; }
69
+ .sb-mini { width:62px; height:62px; }
70
+
71
+ /* Home pill */
72
+ .home-pill {
73
+ position:absolute; left:50%; transform:translateX(-50%);
74
+ bottom:44px; width:520px; height:16px; border-radius:8px; background:#f2f2f2; opacity:0.85;
75
+ }
76
+
77
+ /* Helper: small text shadows for readability */
78
+ .date, .label, .weather, .status-bar { text-shadow: 0 2px 6px rgba(0,0,0,0.55); }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+
84
+ <!-- Status Bar -->
85
+ <div class="status-bar">
86
+ <div class="sb-left">
87
+ <div>3:07</div>
88
+ </div>
89
+ <div class="sb-right">
90
+ <!-- WiFi -->
91
+ <div class="sb-icon">
92
+ <svg viewBox="0 0 64 64">
93
+ <path d="M32 46c-2.7 0-5 2.3-5 5s2.3 5 5 5 5-2.3 5-5-2.3-5-5-5z" fill="#fff"/>
94
+ <path d="M8 26c6.7-6 15.4-9.3 24-9.3S49.3 20 56 26" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
95
+ <path d="M16.5 33.5c4.7-4.2 10.7-6.5 17-6.5s12.3 2.3 17 6.5" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
96
+ <path d="M24.5 40.5c2.7-2.6 6.2-4 9.5-4s6.8 1.4 9.5 4" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
97
+ </svg>
98
+ </div>
99
+ <!-- Battery -->
100
+ <div class="sb-icon">
101
+ <svg viewBox="0 0 64 64">
102
+ <rect x="4" y="14" width="50" height="36" rx="6" ry="6" fill="none" stroke="#fff" stroke-width="4"/>
103
+ <rect x="56" y="24" width="6" height="16" rx="2" fill="#fff"/>
104
+ <rect x="8" y="18" width="42" height="28" rx="4" fill="#ffffff"/>
105
+ </svg>
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Date & Weather -->
111
+ <div class="widget">
112
+ <div class="date">Thu, Aug 10</div>
113
+ <div class="weather">
114
+ <svg viewBox="0 0 100 60">
115
+ <path d="M8 20c10 8 20 8 30 0M32 40c10 8 20 8 30 0M56 20c10 8 20 8 30 0" fill="none" stroke="#cfd8dc" stroke-width="6" stroke-linecap="round"/>
116
+ </svg>
117
+ <div>33°C</div>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- First row of apps -->
122
+ <div class="app-row row-1">
123
+
124
+ <!-- Play Store -->
125
+ <div class="app">
126
+ <div class="icon">
127
+ <svg viewBox="0 0 100 100" width="110" height="110">
128
+ <polygon points="18,20 72,50 18,80" fill="#43A047"/>
129
+ <polygon points="18,20 42,45 18,60" fill="#1E88E5"/>
130
+ <polygon points="72,50 50,30 40,44 60,56" fill="#FB8C00"/>
131
+ <polygon points="18,80 40,56 50,70" fill="#E53935"/>
132
+ </svg>
133
+ </div>
134
+ <div class="label">Play Store</div>
135
+ </div>
136
+
137
+ <!-- Gmail -->
138
+ <div class="app" style="position:relative;">
139
+ <div class="icon">
140
+ <svg viewBox="0 0 100 100" width="110" height="110">
141
+ <rect x="16" y="26" width="68" height="48" rx="10" fill="#ffffff" stroke="#E0E0E0" stroke-width="2"/>
142
+ <path d="M16 34 L50 58 L84 34" fill="none" stroke="#E53935" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
143
+ <path d="M24 26 L50 46 L76 26" fill="none" stroke="#34A853" stroke-width="10"/>
144
+ <path d="M24 74 L50 54 L76 74" fill="none" stroke="#4285F4" stroke-width="10"/>
145
+ </svg>
146
+ </div>
147
+ <div class="dot"></div>
148
+ <div class="label">Gmail</div>
149
+ </div>
150
+
151
+ <!-- Photos -->
152
+ <div class="app">
153
+ <div class="icon">
154
+ <svg viewBox="0 0 100 100" width="110" height="110">
155
+ <path d="M50 50 m-22 0 a22 22 0 1 1 44 0 a22 22 0 1 1 -44 0" fill="none" opacity="0"/>
156
+ <path d="M50 12 A38 38 0 0 0 62 50 L50 50 Z" fill="#FBBC05"/>
157
+ <path d="M88 50 A38 38 0 0 0 50 62 L50 50 Z" fill="#34A853"/>
158
+ <path d="M50 88 A38 38 0 0 0 38 50 L50 50 Z" fill="#4285F4"/>
159
+ <path d="M12 50 A38 38 0 0 0 50 38 L50 50 Z" fill="#EA4335"/>
160
+ <circle cx="50" cy="50" r="12" fill="#ffffff"/>
161
+ </svg>
162
+ </div>
163
+ <div class="label">Photos</div>
164
+ </div>
165
+
166
+ <!-- YouTube -->
167
+ <div class="app">
168
+ <div class="icon">
169
+ <svg viewBox="0 0 100 100" width="120" height="120">
170
+ <rect x="16" y="30" width="68" height="40" rx="12" fill="#FF3D00"/>
171
+ <polygon points="44,38 68,50 44,62" fill="#ffffff"/>
172
+ </svg>
173
+ </div>
174
+ <div class="label">YouTube</div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Second row of apps -->
179
+ <div class="app-row row-2">
180
+
181
+ <!-- Phone -->
182
+ <div class="app">
183
+ <div class="icon">
184
+ <svg viewBox="0 0 100 100" width="110" height="110">
185
+ <path d="M30 28c4-4 10-4 14 0l6 6c3 3 3 8 0 10l-6 6c6 10 16 16 26 20l6-6c3-3 8-3 10 0l6 6c4 4 4 10 0 14-4 4-10 6-16 4-28-8-50-30-58-58-2-6 0-12 4-16z" fill="#1E88E5"/>
186
+ </svg>
187
+ </div>
188
+ <div class="label">Phone</div>
189
+ </div>
190
+
191
+ <!-- Messages -->
192
+ <div class="app">
193
+ <div class="icon">
194
+ <svg viewBox="0 0 100 100" width="110" height="110">
195
+ <rect x="16" y="22" width="68" height="46" rx="16" fill="#3D74F6"/>
196
+ <rect x="26" y="34" width="48" height="10" rx="5" fill="#a9c2ff"/>
197
+ <rect x="26" y="48" width="34" height="10" rx="5" fill="#a9c2ff"/>
198
+ <polygon points="36,68 28,88 50,74" fill="#3D74F6"/>
199
+ </svg>
200
+ </div>
201
+ <div class="label">Messages</div>
202
+ </div>
203
+
204
+ <!-- Chrome -->
205
+ <div class="app">
206
+ <div class="icon">
207
+ <svg viewBox="0 0 100 100" width="110" height="110">
208
+ <circle cx="50" cy="50" r="40" fill="#F4B400"/>
209
+ <path d="M50 10 A40 40 0 0 1 88 50 H50 Z" fill="#EA4335"/>
210
+ <path d="M50 50 H12 A40 40 0 0 1 50 10" fill="#34A853"/>
211
+ <path d="M88 50 A40 40 0 0 1 50 90 L50 50 Z" fill="#4285F4"/>
212
+ <circle cx="50" cy="50" r="18" fill="#e3f2fd" stroke="#1e88e5" stroke-width="6"/>
213
+ </svg>
214
+ </div>
215
+ <div class="label">Chrome</div>
216
+ </div>
217
+
218
+ <!-- Camera -->
219
+ <div class="app">
220
+ <div class="icon">
221
+ <svg viewBox="0 0 100 100" width="110" height="110">
222
+ <rect x="18" y="32" width="64" height="40" rx="8" fill="#757575"/>
223
+ <rect x="28" y="24" width="22" height="12" rx="4" fill="#9E9E9E"/>
224
+ <circle cx="50" cy="52" r="16" fill="#9E9E9E"/>
225
+ <circle cx="50" cy="52" r="10" fill="#1e88e5"/>
226
+ </svg>
227
+ </div>
228
+ <div class="label">Camera</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Bottom Search Bar -->
233
+ <div class="search-bar">
234
+ <div class="search-left">
235
+ <!-- Google "G" simplified -->
236
+ <svg class="g-logo" viewBox="0 0 64 64">
237
+ <circle cx="32" cy="32" r="28" fill="#ffffff"/>
238
+ <path d="M32 14a18 18 0 1 0 0 36c8 0 15-5 17-12H32v-8h27c1 18-14 30-27 30a26 26 0 1 1 0-52c7 0 13 3 18 8l-6 6c-3-3-7-6-12-6z" fill="#4285F4"/>
239
+ <path d="M32 14c6 0 11 2 15 6l-6 6c-2-2-5-3-9-3-7 0-12 6-12 13s5 13 12 13c6 0 11-3 13-8h-13v-8h27" fill="none"/>
240
+ <path d="M19 32a13 13 0 0 1 13-13c4 0 7 1 10 3l6-6c-5-5-11-8-18-8-14 0-26 12-26 26s12 26 26 26c13 0 24-9 26-22H32v-6H19z" fill="#34A853"/>
241
+ <path d="M18 32c0 3 1 6 3 8l-6 6c-4-4-7-9-7-14s3-10 7-14l6 6c-2 2-3 5-3 8z" fill="#FBBC05"/>
242
+ <path d="M50 44c-2 5-8 8-14 8-4 0-7-1-10-3l-6 6c5 4 11 7 18 7 12 0 23-8 26-20h-14z" fill="#EA4335"/>
243
+ </svg>
244
+ <div style="height:60px; width:700px; border-radius:30px; background:#3a3c3f; border:1px solid rgba(255,255,255,0.08);"></div>
245
+ </div>
246
+ <div class="search-right">
247
+ <!-- Microphone -->
248
+ <svg class="sb-mini" viewBox="0 0 64 64">
249
+ <rect x="26" y="12" width="12" height="26" rx="6" fill="#ff5252"/>
250
+ <rect x="18" y="40" width="28" height="10" rx="5" fill="#4caf50"/>
251
+ <rect x="30" y="50" width="4" height="8" fill="#4285f4"/>
252
+ </svg>
253
+ <!-- Google Lens Camera simplified -->
254
+ <svg class="sb-mini" viewBox="0 0 64 64">
255
+ <rect x="8" y="16" width="48" height="32" rx="8" fill="#ffab00"/>
256
+ <circle cx="32" cy="32" r="10" fill="#1e88e5"/>
257
+ <rect x="22" y="10" width="20" height="8" rx="3" fill="#43a047"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Home pill -->
263
+ <div class="home-pill"></div>
264
+
265
+ </div>
266
+ </body>
267
+ </html>
code/5989/5989_1.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>FNP - Flowers, Cakes, Gifts & More</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 100px;
25
+ background: #000;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-size: 42px;
32
+ letter-spacing: 0.3px;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 16px; }
35
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
36
+ .status-icon svg { width: 48px; height: 48px; fill: #fff; }
37
+
38
+ /* Header */
39
+ .header {
40
+ position: absolute;
41
+ top: 100px;
42
+ left: 0;
43
+ width: 100%;
44
+ padding: 28px 32px 12px 32px;
45
+ box-sizing: border-box;
46
+ border-bottom: 1px solid #eee;
47
+ }
48
+ .brand-row {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 18px;
52
+ margin-bottom: 8px;
53
+ }
54
+ .logo {
55
+ width: 64px;
56
+ height: 64px;
57
+ border-radius: 14px;
58
+ background: #e7f4df;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ border: 1px solid #c8e5b8;
63
+ box-sizing: border-box;
64
+ }
65
+ .logo svg { width: 40px; height: 40px; }
66
+ .brand-name {
67
+ font-size: 38px;
68
+ font-weight: 700;
69
+ letter-spacing: 0.2px;
70
+ }
71
+ .title-row {
72
+ margin-top: 8px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ gap: 16px;
77
+ }
78
+ .page-title {
79
+ font-size: 48px;
80
+ font-weight: 700;
81
+ }
82
+ .info-btn {
83
+ width: 40px;
84
+ height: 40px;
85
+ border: 2px solid #9e9e9e;
86
+ border-radius: 50%;
87
+ color: #666;
88
+ font-weight: 700;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ }
93
+ .subtitle {
94
+ margin-top: 6px;
95
+ font-size: 28px;
96
+ color: #888;
97
+ }
98
+
99
+ /* Cards grid */
100
+ .content {
101
+ position: absolute;
102
+ top: 250px;
103
+ left: 0;
104
+ width: 100%;
105
+ height: calc(2400px - 250px - 200px);
106
+ overflow-y: auto;
107
+ padding: 24px 24px 220px 24px;
108
+ box-sizing: border-box;
109
+ }
110
+ .grid {
111
+ display: grid;
112
+ grid-template-columns: repeat(2, 1fr);
113
+ grid-gap: 28px;
114
+ }
115
+ .card {
116
+ background: #fff;
117
+ border-radius: 28px;
118
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
119
+ border: 1px solid #eee;
120
+ overflow: hidden;
121
+ position: relative;
122
+ }
123
+ .card .img {
124
+ width: 100%;
125
+ height: 560px;
126
+ background: #E0E0E0;
127
+ border-bottom: 1px solid #BDBDBD;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ color: #757575;
132
+ font-size: 32px;
133
+ text-align: center;
134
+ padding: 12px;
135
+ box-sizing: border-box;
136
+ }
137
+ .card .text {
138
+ padding: 24px;
139
+ font-size: 34px;
140
+ line-height: 1.25;
141
+ color: #222;
142
+ }
143
+ .badge {
144
+ position: absolute;
145
+ top: 18px;
146
+ left: 18px;
147
+ background: #e6f4d7;
148
+ color: #5b8a22;
149
+ border: 1px solid #cde9b2;
150
+ padding: 8px 16px;
151
+ font-size: 32px;
152
+ border-radius: 14px;
153
+ font-weight: 700;
154
+ }
155
+
156
+ /* Bottom actions */
157
+ .bottom-actions {
158
+ position: absolute;
159
+ bottom: 40px;
160
+ left: 0;
161
+ width: 100%;
162
+ padding: 0 24px;
163
+ box-sizing: border-box;
164
+ display: flex;
165
+ gap: 36px;
166
+ }
167
+ .btn {
168
+ flex: 1;
169
+ height: 120px;
170
+ border-radius: 28px;
171
+ font-size: 42px;
172
+ font-weight: 700;
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: center;
176
+ box-sizing: border-box;
177
+ }
178
+ .btn-outline {
179
+ border: 2px solid #d9d9d9;
180
+ background: #fff;
181
+ color: #222;
182
+ }
183
+ .btn-primary {
184
+ background: #6a8a22;
185
+ color: #fff;
186
+ border: 2px solid #5c7a1e;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Status bar -->
194
+ <div class="status-bar">
195
+ <div class="status-left">
196
+ <div>3:08</div>
197
+ <div style="background:#fff; color:#000; font-weight:700; font-size:32px; padding:4px 10px; border-radius:8px;">M</div>
198
+ </div>
199
+ <div class="status-right">
200
+ <span class="status-icon">
201
+ <!-- Wi-Fi -->
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M12 18a2 2 0 1 0 0.001 0zM2 9c5.5-5 14.5-5 20 0l-2 2c-4-3.7-12-3.7-16 0L2 9zm4 4c3.8-3.2 10.2-3.2 14 0l-2 2c-2.8-2.2-7.2-2.2-10 0l-2-2z"/>
204
+ </svg>
205
+ </span>
206
+ <span class="status-icon">
207
+ <!-- Battery -->
208
+ <svg viewBox="0 0 24 24">
209
+ <rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect>
210
+ <rect x="19" y="10" width="3" height="4"></rect>
211
+ </svg>
212
+ </span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Header -->
217
+ <div class="header">
218
+ <div class="brand-row">
219
+ <div class="logo">
220
+ <!-- Simple gift/leaf icon -->
221
+ <svg viewBox="0 0 24 24">
222
+ <path fill="#6a8a22" d="M12 2c-1.5 0-3 1.4-3 3 0 1.3 1 2.5 2.3 2.9L9 8H5v4h6V8h2v4h6V8h-4l-2.3-0.1C16 6.5 17 5.3 17 4c0-1.6-1.5-3-3-3-1.2 0-2.3 0.7-3 1.7C10.3 2.7 9.2 2 8 2z"/>
223
+ </svg>
224
+ </div>
225
+ <div class="brand-name">fnp</div>
226
+ </div>
227
+ <div class="title-row">
228
+ <div class="page-title">Flowers, Cakes, Gifts & More</div>
229
+ <div class="info-btn">i</div>
230
+ </div>
231
+ <div class="subtitle">FNP</div>
232
+ </div>
233
+
234
+ <!-- Content grid -->
235
+ <div class="content">
236
+ <div class="grid">
237
+
238
+ <!-- Card 1 -->
239
+ <div class="card">
240
+ <div class="img">[IMG: Jewellery Set with Necklace & Earrings]</div>
241
+ <div class="text">Panash Dreamy Jewellery Set By FNP | Send Gifts...</div>
242
+ </div>
243
+
244
+ <!-- Card 2 -->
245
+ <div class="card">
246
+ <div class="badge">-10%</div>
247
+ <div class="img">[IMG: Leatherette Briefcase Bar Set]</div>
248
+ <div class="text">Leatherette Briefcase Bar Set For Travel By FNP |...</div>
249
+ </div>
250
+
251
+ <!-- Card 3 -->
252
+ <div class="card">
253
+ <div class="badge">-18%</div>
254
+ <div class="img">[IMG: Set of 12 Potted Green Plants]</div>
255
+ <div class="text">Set Of 12 Beautiful Green Plants By FNP | Send Gifts...</div>
256
+ </div>
257
+
258
+ <!-- Card 4 -->
259
+ <div class="card">
260
+ <div class="img">[IMG: Personalised Engraved Pen & Wooden Box]</div>
261
+ <div class="text">Personalised Engraved Pen In Wooden Box By FNP |...</div>
262
+ </div>
263
+
264
+ <!-- Card 5 -->
265
+ <div class="card">
266
+ <div class="img">[IMG: Personalised Rotating Photo Lamp]</div>
267
+ <div class="text">Personalised Floral Top Rotating Photo Lamp |...</div>
268
+ </div>
269
+
270
+ <!-- Card 6 -->
271
+ <div class="card">
272
+ <div class="img">[IMG: Gold Name Necklace on Green Background]</div>
273
+ <div class="text">Personalised Name Necklace</div>
274
+ </div>
275
+
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Bottom actions -->
280
+ <div class="bottom-actions">
281
+ <div class="btn btn-outline">Close</div>
282
+ <div class="btn btn-primary">Shop now</div>
283
+ </div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/5989/5989_2.html ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Alarm Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0E5EA6;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ background: #0E5EA6;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ font-weight: 600;
29
+ letter-spacing: 1px;
30
+ font-size: 36px;
31
+ }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .icon {
39
+ width: 40px;
40
+ height: 40px;
41
+ fill: #E9F3FF;
42
+ }
43
+
44
+ /* App Bar */
45
+ .app-bar {
46
+ position: absolute;
47
+ top: 110px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 170px;
51
+ background: #0F66B5;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 28px;
55
+ box-sizing: border-box;
56
+ }
57
+ .back-btn {
58
+ width: 92px;
59
+ height: 92px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ }
64
+ .title {
65
+ font-size: 64px;
66
+ font-weight: 800;
67
+ margin-left: 8px;
68
+ }
69
+ .trash {
70
+ margin-left: auto;
71
+ width: 88px;
72
+ height: 88px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ }
77
+
78
+ /* Content list */
79
+ .content {
80
+ position: absolute;
81
+ top: 280px;
82
+ left: 0;
83
+ right: 0;
84
+ bottom: 280px;
85
+ padding: 18px;
86
+ box-sizing: border-box;
87
+ overflow-y: auto;
88
+ }
89
+ .card {
90
+ background: #1B6FB6;
91
+ border-radius: 20px;
92
+ padding: 34px;
93
+ margin: 18px 10px;
94
+ box-sizing: border-box;
95
+ }
96
+ .row {
97
+ display: flex;
98
+ align-items: center;
99
+ }
100
+ .label {
101
+ font-size: 44px;
102
+ font-weight: 700;
103
+ }
104
+ .value {
105
+ margin-left: auto;
106
+ font-size: 42px;
107
+ color: #E6F1FF;
108
+ opacity: 0.95;
109
+ }
110
+ .subtext {
111
+ margin-top: 24px;
112
+ font-size: 30px;
113
+ line-height: 1.35;
114
+ color: #D6E9FF;
115
+ opacity: 0.95;
116
+ max-width: 920px;
117
+ }
118
+
119
+ /* Toggle */
120
+ .toggle {
121
+ margin-left: auto;
122
+ position: relative;
123
+ width: 140px;
124
+ height: 72px;
125
+ border-radius: 36px;
126
+ background: #6EA7D8;
127
+ }
128
+ .toggle .knob {
129
+ position: absolute;
130
+ top: 6px;
131
+ right: 6px;
132
+ width: 60px;
133
+ height: 60px;
134
+ background: #D9D9D9;
135
+ border-radius: 50%;
136
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08);
137
+ }
138
+ .toggle.on {
139
+ background: #72B0FF;
140
+ }
141
+ .toggle.on .knob {
142
+ right: 6px;
143
+ background: #F1F6FF;
144
+ }
145
+
146
+ /* Snooze duration stepper */
147
+ .stepper {
148
+ margin-left: auto;
149
+ display: flex;
150
+ align-items: center;
151
+ gap: 46px;
152
+ font-size: 54px;
153
+ font-weight: 800;
154
+ color: #EAF3FF;
155
+ }
156
+ .stepper .minus,
157
+ .stepper .plus {
158
+ width: 68px;
159
+ height: 68px;
160
+ border-radius: 16px;
161
+ border: 2px solid rgba(255,255,255,0.5);
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ font-size: 60px;
166
+ line-height: 1;
167
+ }
168
+
169
+ /* Bottom action bar */
170
+ .bottom-bar {
171
+ position: absolute;
172
+ left: 0;
173
+ right: 0;
174
+ bottom: 180px;
175
+ height: 140px;
176
+ background: #1C6FB8;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: space-around;
180
+ font-size: 46px;
181
+ font-weight: 800;
182
+ letter-spacing: 1px;
183
+ }
184
+
185
+ /* Ad banner */
186
+ .ad-banner {
187
+ position: absolute;
188
+ left: 0;
189
+ right: 0;
190
+ bottom: 0;
191
+ height: 180px;
192
+ background: #F8F8F8;
193
+ border-top: 1px solid #D0D0D0;
194
+ display: flex;
195
+ align-items: center;
196
+ padding: 22px 28px;
197
+ box-sizing: border-box;
198
+ gap: 28px;
199
+ }
200
+ .ad-icon {
201
+ width: 130px;
202
+ height: 130px;
203
+ background: #E0E0E0;
204
+ border: 1px solid #BDBDBD;
205
+ border-radius: 28px;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ color: #616161;
210
+ font-size: 26px;
211
+ }
212
+ .ad-text {
213
+ flex: 1;
214
+ color: #0D0D0D;
215
+ }
216
+ .ad-title {
217
+ font-size: 54px;
218
+ font-weight: 800;
219
+ color: #0D3C91;
220
+ }
221
+ .ad-sub {
222
+ margin-top: 6px;
223
+ font-size: 32px;
224
+ color: #6E6E6E;
225
+ }
226
+ .ad-btn {
227
+ width: 260px;
228
+ height: 92px;
229
+ background: #19A05B;
230
+ color: #fff;
231
+ border-radius: 60px;
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: center;
235
+ font-size: 40px;
236
+ font-weight: 800;
237
+ }
238
+
239
+ /* Gesture bar */
240
+ .gesture {
241
+ position: absolute;
242
+ bottom: 192px;
243
+ left: 50%;
244
+ transform: translateX(-50%);
245
+ width: 380px;
246
+ height: 12px;
247
+ border-radius: 8px;
248
+ background: rgba(255,255,255,0.9);
249
+ }
250
+ </style>
251
+ </head>
252
+ <body>
253
+ <div id="render-target">
254
+
255
+ <!-- Status bar -->
256
+ <div class="status-bar">
257
+ <div>3:09</div>
258
+ <div class="status-right">
259
+ <!-- WiFi -->
260
+ <svg class="icon" viewBox="0 0 24 24">
261
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5zm-7-7c3.9-3.9 14.1-3.9 18 0l-2 2c-2.9-2.9-12.1-2.9-14 0l-2-2zm3.5 3.5c2.6-2.6 9.4-2.6 12 0l-2 2c-1.6-1.6-6.4-1.6-8 0l-2-2z"/>
262
+ </svg>
263
+ <!-- Battery -->
264
+ <svg class="icon" viewBox="0 0 24 24">
265
+ <path d="M18 7h1v10h-1v2H4V5h14v2zm-2 0H6v10h10V7z"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- App bar -->
271
+ <div class="app-bar">
272
+ <div class="back-btn">
273
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#EAF3FF">
274
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L10.5 12l6.5 6.5z"/>
275
+ </svg>
276
+ </div>
277
+ <div class="title">Work</div>
278
+ <div class="trash">
279
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#EAF3FF">
280
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v8h-2V9zm4 0h2v8h-2V9zM6 9h2v8H6V9z"/>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Content -->
286
+ <div class="content">
287
+ <!-- Alarm tone -->
288
+ <div class="card">
289
+ <div class="row">
290
+ <div class="label">Alarm tone</div>
291
+ <div class="value">Default Sound</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Fade in alarm -->
296
+ <div class="card">
297
+ <div class="row">
298
+ <div class="label">Fade in alarm</div>
299
+ <div class="toggle on">
300
+ <div class="knob"></div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Maximum volume -->
306
+ <div class="card">
307
+ <div class="row">
308
+ <div class="label">Maximum volume</div>
309
+ <div class="toggle on">
310
+ <div class="knob"></div>
311
+ </div>
312
+ </div>
313
+ <div class="subtext">
314
+ This setting is shared across all alarms. If selected, the device alarm volume will be overridden.
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Dismiss by Math Problem -->
319
+ <div class="card">
320
+ <div class="row">
321
+ <div class="label">Dismiss By Math Problem</div>
322
+ <div class="toggle on">
323
+ <div class="knob"></div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Hold to dismiss -->
329
+ <div class="card">
330
+ <div class="row">
331
+ <div class="label">Hold to dismiss</div>
332
+ <div class="toggle on">
333
+ <div class="knob"></div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Snooze enabled -->
339
+ <div class="card">
340
+ <div class="row">
341
+ <div class="label">Snooze Enabled</div>
342
+ <div class="toggle on">
343
+ <div class="knob"></div>
344
+ </div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Snooze duration -->
349
+ <div class="card">
350
+ <div class="row">
351
+ <div class="label">Snooze duration</div>
352
+ <div class="stepper">
353
+ <div class="minus">-</div>
354
+ <div>9</div>
355
+ <div class="plus">+</div>
356
+ </div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Shake to snooze -->
361
+ <div class="card">
362
+ <div class="row">
363
+ <div class="label">Shake to snooze</div>
364
+ <div class="toggle on">
365
+ <div class="knob"></div>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Bottom action bar -->
372
+ <div class="bottom-bar">
373
+ <div>CANCEL</div>
374
+ <div>PREVIEW</div>
375
+ <div>SAVE</div>
376
+ </div>
377
+
378
+ <!-- Ad banner -->
379
+ <div class="ad-banner">
380
+ <div class="ad-icon">[IMG]</div>
381
+ <div class="ad-text">
382
+ <div class="ad-title">Booking.com</div>
383
+ <div class="ad-sub">Google Play</div>
384
+ </div>
385
+ <div class="ad-btn">INSTALL</div>
386
+ </div>
387
+
388
+ <div class="gesture"></div>
389
+ </div>
390
+ </body>
391
+ </html>
code/5989/5989_3.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Alarm Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0E5AA7; /* deep blue app background */
13
+ color: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #eaf4ff;
28
+ font-size: 42px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 28px;
35
+ }
36
+ .icon {
37
+ width: 42px; height: 42px;
38
+ }
39
+
40
+ /* Header / App bar */
41
+ .app-bar {
42
+ position: absolute;
43
+ top: 90px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 150px;
47
+ background: #0b4f95;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 32px;
51
+ box-sizing: border-box;
52
+ }
53
+ .app-bar .title {
54
+ font-size: 64px;
55
+ font-weight: 700;
56
+ margin-left: 24px;
57
+ }
58
+ .app-bar .actions {
59
+ margin-left: auto;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 24px;
63
+ }
64
+ .app-icon {
65
+ width: 64px; height: 64px;
66
+ }
67
+
68
+ /* Cards list */
69
+ .content {
70
+ position: absolute;
71
+ top: 240px;
72
+ left: 0;
73
+ width: 1080px;
74
+ padding: 24px;
75
+ box-sizing: border-box;
76
+ }
77
+ .card {
78
+ background: #1B64B2;
79
+ border-radius: 20px;
80
+ padding: 30px 36px;
81
+ margin-bottom: 22px;
82
+ box-sizing: border-box;
83
+ }
84
+ .row {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ gap: 24px;
89
+ }
90
+ .label {
91
+ font-size: 52px;
92
+ font-weight: 600;
93
+ }
94
+ .value-text {
95
+ font-size: 46px;
96
+ color: #d7ecff;
97
+ }
98
+ .subtext {
99
+ margin-top: 24px;
100
+ font-size: 36px;
101
+ line-height: 1.38;
102
+ color: #bbd3ea;
103
+ }
104
+
105
+ /* Toggle switch */
106
+ .toggle {
107
+ width: 150px;
108
+ height: 70px;
109
+ border-radius: 35px;
110
+ position: relative;
111
+ background: #c9d3df;
112
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
113
+ }
114
+ .toggle .knob {
115
+ width: 68px; height: 68px;
116
+ background: #d9c3a6;
117
+ border-radius: 50%;
118
+ position: absolute; top: 1px; left: 3px;
119
+ box-shadow: 0 2px 3px rgba(0,0,0,0.3);
120
+ }
121
+ .toggle.on { background: #5aa7e6; }
122
+ .toggle.on .knob { left: 79px; }
123
+
124
+ .toggle.off { background: #e1e6ee; }
125
+ .toggle.off .knob { background: #ffffff; left: 4px; }
126
+
127
+ /* Stepper */
128
+ .stepper {
129
+ display: flex;
130
+ align-items: center;
131
+ gap: 30px;
132
+ }
133
+ .stepper .btn {
134
+ width: 70px; height: 70px;
135
+ border-radius: 35px;
136
+ border: 2px solid #d7ecff;
137
+ color: #d7ecff;
138
+ background: transparent;
139
+ font-size: 48px;
140
+ line-height: 68px;
141
+ text-align: center;
142
+ }
143
+ .stepper .val {
144
+ font-size: 50px;
145
+ color: #ffffff;
146
+ min-width: 80px;
147
+ text-align: center;
148
+ }
149
+
150
+ /* Bottom action bar */
151
+ .bottom-bar {
152
+ position: absolute;
153
+ bottom: 220px;
154
+ left: 0;
155
+ width: 1080px;
156
+ height: 140px;
157
+ background: #1B64B2;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: space-around;
161
+ font-size: 50px;
162
+ font-weight: 700;
163
+ }
164
+ .action-btn {
165
+ color: #ffffff;
166
+ }
167
+
168
+ /* Ad banner */
169
+ .ad-banner {
170
+ position: absolute;
171
+ bottom: 70px;
172
+ left: 0;
173
+ width: 1080px;
174
+ height: 220px;
175
+ background: #F0F3F7;
176
+ border-top: 2px solid #d6dee6;
177
+ display: grid;
178
+ grid-template-columns: 1fr 220px 1.2fr 260px;
179
+ align-items: center;
180
+ padding: 14px 24px;
181
+ box-sizing: border-box;
182
+ color: #0d1b2a;
183
+ }
184
+ .ad-img {
185
+ width: 260px; height: 180px;
186
+ background: #E0E0E0;
187
+ border: 1px solid #BDBDBD;
188
+ display: flex; align-items: center; justify-content: center;
189
+ color: #757575; font-size: 34px;
190
+ }
191
+ .ad-icon {
192
+ width: 160px; height: 160px;
193
+ background: #E0E0E0; border: 1px solid #BDBDBD;
194
+ display: flex; align-items: center; justify-content: center;
195
+ color: #757575; font-size: 34px; border-radius: 24px;
196
+ justify-self: center;
197
+ }
198
+ .ad-text {
199
+ align-self: center;
200
+ font-size: 40px;
201
+ color: #0d1b2a;
202
+ line-height: 1.2;
203
+ }
204
+ .install-btn {
205
+ justify-self: end;
206
+ background: #22B26D;
207
+ color: #ffffff;
208
+ font-size: 46px;
209
+ font-weight: 700;
210
+ padding: 20px 34px;
211
+ border-radius: 45px;
212
+ }
213
+
214
+ /* Gesture bar */
215
+ .gesture {
216
+ position: absolute;
217
+ bottom: 16px;
218
+ left: 50%;
219
+ transform: translateX(-50%);
220
+ width: 300px;
221
+ height: 12px;
222
+ background: #ffffff;
223
+ border-radius: 6px;
224
+ opacity: 0.85;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- Status bar -->
232
+ <div class="status-bar">
233
+ <div class="status-left">3:10</div>
234
+ <div class="status-right">
235
+ <!-- Wi-Fi icon -->
236
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff">
237
+ <path d="M12 18.5l1.8-1.8a2.5 2.5 0 00-3.6 0L12 18.5zm-4.7-4.7l1.6 1.6a6 6 0 018.2 0l1.6-1.6a8.5 8.5 0 00-11.4 0zM2.3 9.8l1.6 1.6a12 12 0 0116.2 0l1.6-1.6a14.5 14.5 0 00-19.4 0z"/>
238
+ </svg>
239
+ <!-- Battery icon -->
240
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff">
241
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect>
242
+ <rect x="20.5" y="10" width="2" height="4"></rect>
243
+ <rect x="4" y="8" width="12" height="8" fill="#a8d0ff"></rect>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- App bar -->
249
+ <div class="app-bar">
250
+ <!-- Back arrow -->
251
+ <svg class="app-icon" viewBox="0 0 24 24" fill="#ffffff">
252
+ <path d="M15.5 5l-7 7 7 7-1.5 1.5L5.5 12l8.5-8.5z"></path>
253
+ </svg>
254
+ <div class="title">Work</div>
255
+ <div class="actions">
256
+ <!-- Trash icon -->
257
+ <svg class="app-icon" viewBox="0 0 24 24" fill="#ffffff">
258
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v10h-2V9zm4 0h2v10h-2V9z"></path>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Content -->
264
+ <div class="content">
265
+
266
+ <!-- Alarm tone -->
267
+ <div class="card">
268
+ <div class="row">
269
+ <div class="label">Alarm tone</div>
270
+ <div class="value-text">Default Sound</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Fade in alarm -->
275
+ <div class="card">
276
+ <div class="row">
277
+ <div class="label">Fade in alarm</div>
278
+ <div class="toggle on"><div class="knob"></div></div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Maximum volume with description -->
283
+ <div class="card">
284
+ <div class="row">
285
+ <div class="label">Maximum volume</div>
286
+ <div class="toggle on"><div class="knob"></div></div>
287
+ </div>
288
+ <div class="subtext">
289
+ This setting is shared across all alarms. If selected, the device alarm volume will be overridden.
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Dismiss by Math Problem -->
294
+ <div class="card">
295
+ <div class="row">
296
+ <div class="label">Dismiss By Math Problem</div>
297
+ <div class="toggle on"><div class="knob"></div></div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Hold to dismiss -->
302
+ <div class="card">
303
+ <div class="row">
304
+ <div class="label">Hold to dismiss</div>
305
+ <div class="toggle on"><div class="knob"></div></div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Snooze Enabled -->
310
+ <div class="card">
311
+ <div class="row">
312
+ <div class="label">Snooze Enabled</div>
313
+ <div class="toggle off"><div class="knob"></div></div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Snooze duration stepper -->
318
+ <div class="card">
319
+ <div class="row">
320
+ <div class="label">Snooze duration</div>
321
+ <div class="stepper">
322
+ <div class="btn">-</div>
323
+ <div class="val">10</div>
324
+ <div class="btn">+</div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Shake to snooze -->
330
+ <div class="card">
331
+ <div class="row">
332
+ <div class="label">Shake to snooze</div>
333
+ <div class="toggle on"><div class="knob"></div></div>
334
+ </div>
335
+ </div>
336
+
337
+ </div>
338
+
339
+ <!-- Bottom action bar -->
340
+ <div class="bottom-bar">
341
+ <div class="action-btn">CANCEL</div>
342
+ <div class="action-btn">PREVIEW</div>
343
+ <div class="action-btn">SAVE</div>
344
+ </div>
345
+
346
+ <!-- Ad banner -->
347
+ <div class="ad-banner">
348
+ <div class="ad-img">[IMG: Booking ad visual]</div>
349
+ <div class="ad-icon">[IMG: App Icon]</div>
350
+ <div class="ad-text">
351
+ Booking.com<br>
352
+ 4.7 ★ FREE
353
+ </div>
354
+ <div class="install-btn">INSTALL</div>
355
+ </div>
356
+
357
+ <div class="gesture"></div>
358
+
359
+ </div>
360
+ </body>
361
+ </html>
code/5989/5989_4.html ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Alarm Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #1769C0; /* deep app blue */
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ color: #fff;
27
+ font-size: 46px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 28px;
34
+ }
35
+ .icon { width: 48px; height: 48px; }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ position: absolute;
40
+ top: 110px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 170px;
44
+ background: #1976D2;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 28px;
48
+ box-sizing: border-box;
49
+ color: #fff;
50
+ }
51
+ .app-title {
52
+ font-size: 64px;
53
+ font-weight: bold;
54
+ margin-left: 24px;
55
+ }
56
+ .app-actions {
57
+ margin-left: auto;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 26px;
61
+ }
62
+
63
+ /* Content area */
64
+ .content {
65
+ position: absolute;
66
+ top: 280px;
67
+ left: 0;
68
+ width: 1080px;
69
+ padding: 0 26px 0 26px;
70
+ box-sizing: border-box;
71
+ }
72
+ .card {
73
+ background: #1B6EB3;
74
+ border-radius: 12px;
75
+ padding: 36px;
76
+ margin-bottom: 22px;
77
+ color: #fff;
78
+ }
79
+ .row {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: space-between;
83
+ }
84
+ .title {
85
+ font-size: 48px;
86
+ font-weight: 600;
87
+ }
88
+ .sub {
89
+ font-size: 28px;
90
+ opacity: 0.9;
91
+ margin-top: 24px;
92
+ line-height: 1.3;
93
+ }
94
+ .value-text {
95
+ font-size: 42px;
96
+ opacity: 0.95;
97
+ }
98
+
99
+ /* Toggle switch */
100
+ .toggle {
101
+ width: 118px;
102
+ height: 56px;
103
+ border-radius: 28px;
104
+ position: relative;
105
+ background: #8FB0CF;
106
+ }
107
+ .toggle .knob {
108
+ position: absolute;
109
+ top: 2px;
110
+ width: 52px;
111
+ height: 52px;
112
+ border-radius: 50%;
113
+ background: #D9D9D9;
114
+ box-shadow: 0 2px 4px rgba(0,0,0,0.25);
115
+ transition: left 0.2s;
116
+ }
117
+ .toggle.on .knob { left: 64px; }
118
+ .toggle.off { background: #BAC7D3; }
119
+ .toggle.off .knob { left: 2px; background: #FFFFFF; }
120
+
121
+ /* Snooze duration controls */
122
+ .duration {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 40px;
126
+ color: #fff;
127
+ }
128
+ .circle-btn {
129
+ width: 56px;
130
+ height: 56px;
131
+ background: rgba(255,255,255,0.22);
132
+ border-radius: 50%;
133
+ color: #fff;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ font-size: 42px;
138
+ font-weight: bold;
139
+ }
140
+ .duration-number {
141
+ font-size: 46px;
142
+ opacity: 0.95;
143
+ }
144
+
145
+ /* Bottom action bar */
146
+ .bottom-bar {
147
+ position: absolute;
148
+ bottom: 260px;
149
+ left: 0;
150
+ width: 1080px;
151
+ height: 140px;
152
+ background: #1976D2;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: space-around;
156
+ color: #fff;
157
+ font-size: 46px;
158
+ font-weight: 700;
159
+ }
160
+
161
+ /* Ads strip */
162
+ .ads {
163
+ position: absolute;
164
+ bottom: 90px;
165
+ left: 0;
166
+ width: 1080px;
167
+ height: 190px;
168
+ background: #FFFFFF;
169
+ display: flex;
170
+ align-items: center;
171
+ padding: 12px 16px;
172
+ box-sizing: border-box;
173
+ gap: 16px;
174
+ }
175
+ .ad-img {
176
+ flex: 1;
177
+ height: 160px;
178
+ background: #E0E0E0;
179
+ border: 1px solid #BDBDBD;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ color: #757575;
184
+ font-size: 28px;
185
+ border-radius: 6px;
186
+ }
187
+ .ads-right {
188
+ display: flex;
189
+ align-items: center;
190
+ gap: 18px;
191
+ margin-left: auto;
192
+ }
193
+ .brand {
194
+ color: #26A65B;
195
+ font-weight: 700;
196
+ font-size: 34px;
197
+ }
198
+ .close-btn {
199
+ width: 44px;
200
+ height: 44px;
201
+ border-radius: 50%;
202
+ border: 2px solid #999;
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ color: #666;
207
+ font-weight: bold;
208
+ font-size: 28px;
209
+ }
210
+
211
+ /* Home indicator */
212
+ .home-indicator {
213
+ position: absolute;
214
+ bottom: 24px;
215
+ left: 50%;
216
+ transform: translateX(-50%);
217
+ width: 420px;
218
+ height: 12px;
219
+ background: #E6E6E6;
220
+ border-radius: 6px;
221
+ }
222
+ </style>
223
+ </head>
224
+ <body>
225
+ <div id="render-target">
226
+
227
+ <!-- Status Bar -->
228
+ <div class="status-bar">
229
+ <div>3:13</div>
230
+ <div class="status-right">
231
+ <!-- Wi-Fi icon -->
232
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
233
+ <path d="M12 18l2.5 2.5-2.5 2.5-2.5-2.5L12 18zm-7-7c4.9-4.4 15-4.4 19.9 0l-2.2 2.2C18 10 6 10 4.2 13.2L5 12.4 5 12.4zm3.6 3.6c3-2.6 8.8-2.6 11.8 0l-2 2c-2.4-1.8-5.4-1.8-7.8 0l-2-2z"/>
234
+ </svg>
235
+ <!-- Battery icon -->
236
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
237
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect>
238
+ <rect x="20" y="10" width="2" height="4"></rect>
239
+ <rect x="4" y="8" width="12" height="8" fill="#76FF03"></rect>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- App Bar -->
245
+ <div class="app-bar">
246
+ <!-- Back arrow -->
247
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
248
+ <path d="M15.5 19l-7-7 7-7v14z"/>
249
+ </svg>
250
+ <div class="app-title">Work</div>
251
+ <div class="app-actions">
252
+ <!-- Trash icon -->
253
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
254
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v8h-2V9zm4 0h2v8h-2V9z"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Content Cards -->
260
+ <div class="content">
261
+
262
+ <div class="card">
263
+ <div class="row">
264
+ <div class="title">Alarm tone</div>
265
+ <div class="value-text">Default Sound</div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="card">
270
+ <div class="row">
271
+ <div class="title">Fade in alarm</div>
272
+ <div class="toggle on"><div class="knob"></div></div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="card">
277
+ <div class="row">
278
+ <div class="title">Maximum volume</div>
279
+ <div class="toggle on"><div class="knob"></div></div>
280
+ </div>
281
+ <div class="sub">
282
+ This setting is shared across all alarms. If selected, the device alarm volume will be overridden.
283
+ </div>
284
+ </div>
285
+
286
+ <div class="card">
287
+ <div class="row">
288
+ <div class="title">Dismiss By Math Problem</div>
289
+ <div class="toggle on"><div class="knob"></div></div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="card">
294
+ <div class="row">
295
+ <div class="title">Hold to dismiss</div>
296
+ <div class="toggle on"><div class="knob"></div></div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="card">
301
+ <div class="row">
302
+ <div class="title">Snooze Enabled</div>
303
+ <div class="toggle off"><div class="knob"></div></div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="card">
308
+ <div class="row">
309
+ <div class="title">Snooze duration</div>
310
+ <div class="duration">
311
+ <div class="circle-btn">−</div>
312
+ <div class="duration-number">10</div>
313
+ <div class="circle-btn">+</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="card">
319
+ <div class="row">
320
+ <div class="title">Shake to snooze</div>
321
+ <div class="toggle on"><div class="knob"></div></div>
322
+ </div>
323
+ </div>
324
+
325
+ </div>
326
+
327
+ <!-- Bottom Action Bar -->
328
+ <div class="bottom-bar">
329
+ <div>CANCEL</div>
330
+ <div>PREVIEW</div>
331
+ <div>SAVE</div>
332
+ </div>
333
+
334
+ <!-- Ads Strip -->
335
+ <div class="ads">
336
+ <div class="ad-img">[IMG: Flower Bouquet]</div>
337
+ <div class="ad-img">[IMG: Chocolate Cake]</div>
338
+ <div class="ad-img">[IMG: Jewelry]</div>
339
+ <div class="ad-img">[IMG: Potted Plant]</div>
340
+ <div class="ad-img">[IMG: Family Photo Frame]</div>
341
+ <div class="ads-right">
342
+ <div class="close-btn">×</div>
343
+ <div class="brand">fnp</div>
344
+ </div>
345
+ </div>
346
+
347
+ <div class="home-indicator"></div>
348
+ </div>
349
+ </body>
350
+ </html>
code/5989/5989_5.html ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Money Stacks UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #000; /* dark scene */
19
+ border-radius: 0;
20
+ }
21
+
22
+ /* Main image placeholder */
23
+ .hero-image {
24
+ position: absolute;
25
+ left: 0;
26
+ top: 0;
27
+ width: 1080px;
28
+ height: 2400px;
29
+ background: #1a1a1a;
30
+ border-top: 1px solid #2a2a2a;
31
+ border-bottom: 1px solid #2a2a2a;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ color: #9e9e9e;
36
+ text-align: center;
37
+ font-size: 34px;
38
+ letter-spacing: 0.3px;
39
+ }
40
+ .hero-image::before {
41
+ content: "";
42
+ position: absolute;
43
+ inset: 0;
44
+ background: repeating-linear-gradient(
45
+ 0deg,
46
+ rgba(255,255,255,0.02),
47
+ rgba(255,255,255,0.02) 3px,
48
+ rgba(255,255,255,0) 3px,
49
+ rgba(255,255,255,0) 6px
50
+ );
51
+ pointer-events: none;
52
+ }
53
+
54
+ /* Alarm toast */
55
+ .alarm-toast {
56
+ position: absolute;
57
+ left: 60px;
58
+ right: 60px;
59
+ bottom: 220px;
60
+ height: 140px;
61
+ background: rgba(40, 40, 40, 0.92);
62
+ border: 1px solid rgba(255,255,255,0.1);
63
+ border-radius: 80px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 40px 0 30px;
67
+ box-shadow: 0 12px 28px rgba(0,0,0,0.5);
68
+ }
69
+ .alarm-time {
70
+ width: 120px;
71
+ height: 120px;
72
+ border-radius: 60px;
73
+ background: linear-gradient(135deg, #2a74ff, #5cc3ff);
74
+ color: #fff;
75
+ font-weight: 700;
76
+ font-size: 42px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ margin-right: 28px;
81
+ box-shadow: inset 0 0 8px rgba(255,255,255,0.25);
82
+ }
83
+ .alarm-text {
84
+ color: #e9e9e9;
85
+ font-size: 46px;
86
+ letter-spacing: 0.2px;
87
+ }
88
+
89
+ /* Mute icon bottom-right */
90
+ .mute-btn {
91
+ position: absolute;
92
+ right: 34px;
93
+ bottom: 70px;
94
+ width: 96px;
95
+ height: 96px;
96
+ border-radius: 50%;
97
+ background: rgba(255,255,255,0.14);
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ }
102
+ .mute-btn svg {
103
+ width: 56px;
104
+ height: 56px;
105
+ fill: #ffffff;
106
+ opacity: 0.95;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+ <!-- Large visual background -->
113
+ <div class="hero-image">[IMG: Stacks of currency notes on a dark background]</div>
114
+
115
+ <!-- Bottom alarm notification -->
116
+ <div class="alarm-toast">
117
+ <div class="alarm-time">7:30</div>
118
+ <div class="alarm-text">This alarm will sound tomorrow</div>
119
+ </div>
120
+
121
+ <!-- Mute icon -->
122
+ <div class="mute-btn" aria-label="Muted">
123
+ <svg viewBox="0 0 24 24" aria-hidden="true">
124
+ <path d="M5 10v4h3l4 4V6L8 10H5zm12.54 1.46L20 8l-1.41-1.41-2.05 2.05-2.05-2.05L13.09 8l2.05 2.05-2.05 2.05L14.49 14l2.05-2.05L18.59 14 20 12.59l-2.46-2.13z"/>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+ </body>
129
+ </html>
code/5989/5989_6.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Alarm Screen Mockup</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #0d4f86;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 110px;
23
+ padding: 0 36px;
24
+ color: #eaf4ff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ background: linear-gradient(#0e5a98, #0d4f86);
29
+ }
30
+ .status-left {
31
+ font-size: 42px;
32
+ font-weight: 600;
33
+ letter-spacing: 1px;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .status-icon svg {
41
+ width: 48px;
42
+ height: 48px;
43
+ fill: none;
44
+ stroke: #eaf4ff;
45
+ stroke-width: 4;
46
+ }
47
+
48
+ /* Toolbar */
49
+ .toolbar {
50
+ height: 150px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 36px;
54
+ color: #ffffff;
55
+ background: linear-gradient(#1971c2, #1560ad);
56
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
57
+ }
58
+ .toolbar-left {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 26px;
62
+ }
63
+ .toolbar-title {
64
+ font-size: 64px;
65
+ font-weight: 700;
66
+ letter-spacing: 0.5px;
67
+ }
68
+ .toolbar-right {
69
+ margin-left: auto;
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 28px;
73
+ }
74
+ .toolbar-icon svg {
75
+ width: 60px;
76
+ height: 60px;
77
+ fill: none;
78
+ stroke: #ffffff;
79
+ stroke-width: 4;
80
+ }
81
+
82
+ /* Content area */
83
+ .content {
84
+ padding: 26px 26px 260px 26px; /* bottom space for ad + fab */
85
+ }
86
+ .card {
87
+ background: linear-gradient(180deg, #1a69b0, #175ea3);
88
+ border-radius: 28px;
89
+ padding: 40px 40px;
90
+ color: #ffffff;
91
+ margin-bottom: 30px;
92
+ position: relative;
93
+ }
94
+ .card.disabled {
95
+ opacity: 0.6;
96
+ }
97
+ .card-title {
98
+ font-size: 40px;
99
+ font-weight: 700;
100
+ margin-bottom: 20px;
101
+ }
102
+ .card-time {
103
+ font-size: 72px;
104
+ font-weight: 800;
105
+ margin-bottom: 18px;
106
+ }
107
+ .card-days {
108
+ font-size: 36px;
109
+ opacity: 0.9;
110
+ }
111
+ .toggle {
112
+ position: absolute;
113
+ right: 36px;
114
+ top: 50%;
115
+ transform: translateY(-50%);
116
+ width: 92px;
117
+ height: 92px;
118
+ border-radius: 50%;
119
+ display: grid;
120
+ place-items: center;
121
+ }
122
+ .toggle.off {
123
+ border: 10px solid rgba(255,255,255,0.5);
124
+ background: transparent;
125
+ }
126
+ .toggle.on {
127
+ background: #ffffff;
128
+ box-shadow: 0 6px 16px rgba(0,0,0,0.25);
129
+ }
130
+
131
+ /* Floating action button */
132
+ .fab {
133
+ position: absolute;
134
+ right: 46px;
135
+ bottom: 240px; /* above ad */
136
+ width: 160px;
137
+ height: 160px;
138
+ border-radius: 50%;
139
+ background: #1e78d5;
140
+ box-shadow: 0 12px 28px rgba(0,0,0,0.35);
141
+ display: grid;
142
+ place-items: center;
143
+ }
144
+ .fab svg {
145
+ width: 80px;
146
+ height: 80px;
147
+ stroke: #ffffff;
148
+ stroke-width: 10;
149
+ fill: none;
150
+ }
151
+
152
+ /* Ad banner */
153
+ .ad-banner {
154
+ position: absolute;
155
+ left: 0;
156
+ bottom: 0;
157
+ width: 1080px;
158
+ height: 200px;
159
+ background: #ffffff;
160
+ border-top: 1px solid #d9e2ef;
161
+ display: flex;
162
+ align-items: center;
163
+ padding: 0 30px;
164
+ gap: 26px;
165
+ }
166
+ .ad-image {
167
+ width: 260px;
168
+ height: 160px;
169
+ background: #E0E0E0;
170
+ border: 1px solid #BDBDBD;
171
+ display: flex;
172
+ justify-content: center;
173
+ align-items: center;
174
+ color: #757575;
175
+ font-size: 26px;
176
+ }
177
+ .ad-info {
178
+ flex: 1;
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 24px;
182
+ }
183
+ .ad-logo {
184
+ width: 100px;
185
+ height: 100px;
186
+ background: #1e78d5;
187
+ border-radius: 22px;
188
+ display: grid;
189
+ place-items: center;
190
+ color: #ffffff;
191
+ font-weight: 700;
192
+ }
193
+ .ad-text {
194
+ flex: 1;
195
+ }
196
+ .ad-title {
197
+ font-size: 40px;
198
+ font-weight: 700;
199
+ color: #222;
200
+ }
201
+ .ad-sub {
202
+ font-size: 30px;
203
+ color: #666;
204
+ }
205
+ .ad-actions {
206
+ display: flex;
207
+ align-items: center;
208
+ gap: 22px;
209
+ }
210
+ .ad-rating {
211
+ display: flex;
212
+ align-items: center;
213
+ gap: 8px;
214
+ color: #333;
215
+ font-size: 30px;
216
+ }
217
+ .star {
218
+ width: 30px;
219
+ height: 30px;
220
+ color: #f6b300;
221
+ }
222
+ .install-btn {
223
+ background: #14a44d;
224
+ color: #ffffff;
225
+ padding: 22px 36px;
226
+ border-radius: 60px;
227
+ font-size: 36px;
228
+ font-weight: 800;
229
+ letter-spacing: 1px;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Status Bar -->
237
+ <div class="status-bar">
238
+ <div class="status-left">3:14</div>
239
+ <div class="status-right">
240
+ <div class="status-icon">
241
+ <!-- Wi-Fi icon -->
242
+ <svg viewBox="0 0 24 24">
243
+ <path d="M2 8c5-4 15-4 20 0"></path>
244
+ <path d="M5 12c3-3 11-3 14 0"></path>
245
+ <path d="M8 16c2-2 6-2 8 0"></path>
246
+ <circle cx="12" cy="19" r="2" fill="#eaf4ff"></circle>
247
+ </svg>
248
+ </div>
249
+ <div class="status-icon">
250
+ <!-- Battery icon -->
251
+ <svg viewBox="0 0 30 24">
252
+ <rect x="2" y="5" width="22" height="14" rx="2"></rect>
253
+ <rect x="24" y="9" width="4" height="6" rx="1"></rect>
254
+ <rect x="4" y="7" width="16" height="10" rx="1" fill="#eaf4ff"></rect>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Toolbar -->
261
+ <div class="toolbar">
262
+ <div class="toolbar-left">
263
+ <!-- Moon icon -->
264
+ <div class="toolbar-icon">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M12 2a9 9 0 0 0 0 20c-3-1-6-4-6-10s3-9 6-10z" fill="#ffffff" stroke="none"></path>
267
+ </svg>
268
+ </div>
269
+ <div class="toolbar-title">Alarms</div>
270
+ </div>
271
+ <div class="toolbar-right">
272
+ <!-- Gift icon -->
273
+ <div class="toolbar-icon">
274
+ <svg viewBox="0 0 24 24">
275
+ <rect x="3" y="9" width="18" height="11" rx="2"></rect>
276
+ <path d="M3 9h18M12 9v11"></path>
277
+ <rect x="4" y="5" width="16" height="4" rx="2"></rect>
278
+ </svg>
279
+ </div>
280
+ <!-- Kebab menu -->
281
+ <div class="toolbar-icon">
282
+ <svg viewBox="0 0 24 24">
283
+ <circle cx="12" cy="5" r="2" fill="#ffffff" stroke="none"></circle>
284
+ <circle cx="12" cy="12" r="2" fill="#ffffff" stroke="none"></circle>
285
+ <circle cx="12" cy="19" r="2" fill="#ffffff" stroke="none"></circle>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Content -->
292
+ <div class="content">
293
+
294
+ <!-- Weekends card -->
295
+ <div class="card disabled">
296
+ <div class="card-title">Weekends</div>
297
+ <div class="card-time">9:00 AM</div>
298
+ <div class="card-days">Sat, Sun</div>
299
+ <div class="toggle off"></div>
300
+ </div>
301
+
302
+ <!-- Work card -->
303
+ <div class="card">
304
+ <div class="card-title">Work</div>
305
+ <div class="card-time">7:30 AM</div>
306
+ <div class="card-days">Mon, Tue, Wed, Thu, Fri</div>
307
+ <div class="toggle on"></div>
308
+ </div>
309
+
310
+ <!-- Spacer to mimic long scroll area -->
311
+ <div style="height: 1400px;"></div>
312
+ </div>
313
+
314
+ <!-- Floating Action Button -->
315
+ <div class="fab">
316
+ <svg viewBox="0 0 24 24">
317
+ <path d="M12 5v14M5 12h14"></path>
318
+ </svg>
319
+ </div>
320
+
321
+ <!-- Bottom Ad Banner -->
322
+ <div class="ad-banner">
323
+ <div class="ad-image">[IMG: Booking.com Ad]</div>
324
+ <div class="ad-info">
325
+ <div class="ad-logo">B</div>
326
+ <div class="ad-text">
327
+ <div class="ad-title">Booking.com</div>
328
+ <div class="ad-sub">4.7 • FREE</div>
329
+ </div>
330
+ <div class="ad-actions">
331
+ <div class="ad-rating">
332
+ <svg class="star" viewBox="0 0 24 24">
333
+ <path fill="currentColor" d="M12 2l3.1 6.7 7 .7-5.2 4.6 1.5 7-6.4-3.7-6.4 3.7 1.5-7L1.9 9.4l7-.7z"></path>
334
+ </svg>
335
+ <span>4.7</span>
336
+ </div>
337
+ <div class="install-btn">INSTALL</div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ </div>
343
+ </body>
344
+ </html>
code/5992/5992_0.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Channel - Food Photography</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #1f2933; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2160px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+ .status-bar {
16
+ height: 80px;
17
+ background: #14a9e5;
18
+ color: #ffffff;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ font-size: 32px;
23
+ letter-spacing: 0.5px;
24
+ }
25
+ .status-left { flex: 1; }
26
+ .status-right { display: flex; gap: 24px; align-items: center; }
27
+ .icon-battery { width: 36px; height: 36px; border: 2px solid #fff; border-radius: 4px; position: relative; }
28
+ .icon-battery::after { content: ""; position: absolute; right: -8px; top: 10px; width: 6px; height: 16px; background: #fff; border-radius: 2px; }
29
+ .appbar {
30
+ height: 150px;
31
+ background: #14a9e5;
32
+ color: #ffffff;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 36px;
36
+ }
37
+ .back-btn { width: 64px; height: 64px; margin-right: 24px; }
38
+ .appbar-title { font-size: 48px; font-weight: 700; }
39
+ .banner {
40
+ width: 100%;
41
+ height: 420px;
42
+ background: #E0E0E0;
43
+ border-bottom: 1px solid #d0d0d0;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ color: #757575;
48
+ font-size: 32px;
49
+ }
50
+
51
+ .content {
52
+ padding: 0 36px;
53
+ }
54
+ .channel-card {
55
+ background: #ffffff;
56
+ padding: 36px 0 24px;
57
+ border-bottom: 1px solid #e5e7eb;
58
+ }
59
+ .title-row {
60
+ display: flex;
61
+ align-items: center;
62
+ }
63
+ .channel-title {
64
+ font-size: 54px;
65
+ font-weight: 700;
66
+ flex: 1;
67
+ color: #16202a;
68
+ }
69
+ .follow-btn {
70
+ background: #8BC34A;
71
+ color: #ffffff;
72
+ border-radius: 12px;
73
+ padding: 18px 28px;
74
+ font-weight: 700;
75
+ text-transform: uppercase;
76
+ font-size: 28px;
77
+ display: inline-flex;
78
+ align-items: center;
79
+ gap: 16px;
80
+ }
81
+ .meta {
82
+ margin-top: 6px;
83
+ font-size: 28px;
84
+ color: #667085;
85
+ }
86
+ .description {
87
+ margin-top: 20px;
88
+ font-size: 32px;
89
+ color: #3c4856;
90
+ }
91
+ .creator-row {
92
+ margin-top: 26px;
93
+ display: flex;
94
+ align-items: center;
95
+ gap: 24px;
96
+ }
97
+ .avatar {
98
+ width: 84px;
99
+ height: 84px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ border-radius: 50%;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ color: #757575;
107
+ font-size: 20px;
108
+ }
109
+ .creator-text { font-size: 30px; color: #4a5562; }
110
+ .creator-text b { color: #0b1f33; }
111
+ .creator-sub { font-size: 26px; color: #7b8794; margin-top: 6px; }
112
+
113
+ .section-header {
114
+ padding: 28px 0 16px;
115
+ font-size: 30px;
116
+ font-weight: 800;
117
+ color: #374151;
118
+ letter-spacing: 2px;
119
+ }
120
+ .video-item {
121
+ display: grid;
122
+ grid-template-columns: 360px 1fr 60px;
123
+ gap: 28px;
124
+ padding: 22px 0;
125
+ border-top: 1px solid #eef2f7;
126
+ }
127
+ .thumb {
128
+ width: 360px;
129
+ height: 204px;
130
+ background: #E0E0E0;
131
+ border: 1px solid #BDBDBD;
132
+ border-radius: 14px;
133
+ position: relative;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ color: #757575;
138
+ font-size: 26px;
139
+ overflow: hidden;
140
+ }
141
+ .duration {
142
+ position: absolute;
143
+ right: 12px;
144
+ bottom: 12px;
145
+ background: rgba(0,0,0,0.75);
146
+ color: #ffffff;
147
+ padding: 6px 10px;
148
+ border-radius: 8px;
149
+ font-size: 22px;
150
+ font-weight: 700;
151
+ }
152
+ .video-title {
153
+ font-size: 36px;
154
+ font-weight: 700;
155
+ color: #0f172a;
156
+ line-height: 1.25;
157
+ margin-top: 8px;
158
+ }
159
+ .video-sub {
160
+ margin-top: 8px;
161
+ font-size: 28px;
162
+ color: #6b7280;
163
+ }
164
+ .video-meta {
165
+ margin-top: 8px;
166
+ font-size: 28px;
167
+ color: #6b7280;
168
+ }
169
+ .kebab {
170
+ width: 60px;
171
+ height: 60px;
172
+ align-self: start;
173
+ margin-top: 10px;
174
+ }
175
+
176
+ .bottom-nav {
177
+ position: absolute;
178
+ bottom: 0;
179
+ left: 0;
180
+ width: 100%;
181
+ height: 150px;
182
+ background: #000000;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ }
187
+ .nav-pill {
188
+ width: 220px;
189
+ height: 28px;
190
+ background: #c7c7c7;
191
+ border-radius: 20px;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+ <!-- Status bar -->
198
+ <div class="status-bar">
199
+ <div class="status-left">1:02</div>
200
+ <div class="status-right">
201
+ <span>⏺</span>
202
+ <span>⤴</span>
203
+ <span>◯</span>
204
+ <div class="icon-battery"></div>
205
+ <span>100%</span>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- App bar -->
210
+ <div class="appbar">
211
+ <svg class="back-btn" viewBox="0 0 24 24">
212
+ <path d="M15 18L9 12l6-6" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ <div class="appbar-title">Channel</div>
215
+ </div>
216
+
217
+ <!-- Banner image -->
218
+ <div class="banner">[IMG: Food banner (mushrooms)]</div>
219
+
220
+ <div class="content">
221
+ <!-- Channel info card -->
222
+ <div class="channel-card">
223
+ <div class="title-row">
224
+ <div class="channel-title">Food Photography</div>
225
+ <div class="follow-btn">
226
+ <svg width="28" height="28" viewBox="0 0 24 24">
227
+ <path d="M20 6L9 17l-5-5" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
228
+ </svg>
229
+ FOLLOWING
230
+ </div>
231
+ </div>
232
+ <div class="meta">109 videos • 125K followers</div>
233
+ <div class="description">The best food photography videos in Vimeo!</div>
234
+
235
+ <div class="creator-row">
236
+ <div class="avatar">[IMG: Avatar]</div>
237
+ <div>
238
+ <div class="creator-text">Created by <b>Baking Adventures</b></div>
239
+ <div class="creator-sub">9 years ago</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Section header -->
245
+ <div class="section-header">109 VIDEOS</div>
246
+
247
+ <!-- Video item 1 -->
248
+ <div class="video-item">
249
+ <div class="thumb">
250
+ [IMG: Video Thumbnail]
251
+ <div class="duration">01:06</div>
252
+ </div>
253
+ <div>
254
+ <div class="video-title">Marks &amp; Spencer - Adventures in Xmas (2016)…</div>
255
+ <div class="video-sub">Foodfilm</div>
256
+ <div class="video-meta">9.3K views • 6 years ago</div>
257
+ </div>
258
+ <svg class="kebab" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="4" r="2" fill="#94a3b8"></circle>
260
+ <circle cx="12" cy="12" r="2" fill="#94a3b8"></circle>
261
+ <circle cx="12" cy="20" r="2" fill="#94a3b8"></circle>
262
+ </svg>
263
+ </div>
264
+
265
+ <!-- Video item 2 -->
266
+ <div class="video-item">
267
+ <div class="thumb">
268
+ [IMG: Video Thumbnail]
269
+ <div class="duration">00:33</div>
270
+ </div>
271
+ <div>
272
+ <div class="video-title">Marks &amp; Spencer - Adventures in Feasting</div>
273
+ <div class="video-sub">Foodfilm</div>
274
+ <div class="video-meta">6.3K views • 6 years ago</div>
275
+ </div>
276
+ <svg class="kebab" viewBox="0 0 24 24">
277
+ <circle cx="12" cy="4" r="2" fill="#94a3b8"></circle>
278
+ <circle cx="12" cy="12" r="2" fill="#94a3b8"></circle>
279
+ <circle cx="12" cy="20" r="2" fill="#94a3b8"></circle>
280
+ </svg>
281
+ </div>
282
+
283
+ <!-- Video item 3 -->
284
+ <div class="video-item">
285
+ <div class="thumb">
286
+ [IMG: Video Thumbnail]
287
+ <div class="duration">00:30</div>
288
+ </div>
289
+ <div>
290
+ <div class="video-title">Marks &amp; Spencer - Adventures in Land</div>
291
+ <div class="video-sub">Foodfilm</div>
292
+ <div class="video-meta">7.5K views • 6 years ago</div>
293
+ </div>
294
+ <svg class="kebab" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="4" r="2" fill="#94a3b8"></circle>
296
+ <circle cx="12" cy="12" r="2" fill="#94a3b8"></circle>
297
+ <circle cx="12" cy="20" r="2" fill="#94a3b8"></circle>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Bottom navigation bar -->
303
+ <div class="bottom-nav">
304
+ <div class="nav-pill"></div>
305
+ </div>
306
+ </div>
307
+ </body>
308
+ </html>
code/5992/5992_1.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Food Photography - Channels</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2160px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ border-radius: 28px;
15
+ box-shadow: 0 10px 40px rgba(0,0,0,0.15);
16
+ }
17
+
18
+ /* Header / App bar */
19
+ .appbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 220px;
25
+ background: #07A9E9; /* vibrant cyan/blue */
26
+ color: #fff;
27
+ }
28
+ .status-row {
29
+ height: 60px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 30px;
33
+ font-size: 34px;
34
+ opacity: 0.95;
35
+ }
36
+ .status-row .right {
37
+ margin-left: auto;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 20px;
41
+ }
42
+ .status-dot {
43
+ width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.9);
44
+ }
45
+ .search-row {
46
+ position: absolute;
47
+ bottom: 0;
48
+ left: 0;
49
+ height: 160px;
50
+ width: 100%;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 36px;
54
+ gap: 28px;
55
+ }
56
+ .app-icon {
57
+ width: 64px;
58
+ height: 64px;
59
+ }
60
+ .search-text {
61
+ font-size: 52px;
62
+ font-weight: 500;
63
+ color: #fff;
64
+ flex: 1;
65
+ }
66
+ .right-icons {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 28px;
70
+ }
71
+
72
+ /* Tabs */
73
+ .tabs {
74
+ position: absolute;
75
+ top: 220px;
76
+ left: 0;
77
+ width: 100%;
78
+ height: 120px;
79
+ background: #EFEFEF;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 36px;
83
+ box-shadow: inset 0 -1px 0 #DBDBDB;
84
+ }
85
+ .tab {
86
+ margin-right: 44px;
87
+ font-size: 34px;
88
+ color: #7A7A7A;
89
+ }
90
+ .tab.active {
91
+ color: #07A9E9;
92
+ position: relative;
93
+ font-weight: 600;
94
+ }
95
+ .tab.active::after {
96
+ content: "";
97
+ position: absolute;
98
+ bottom: -18px;
99
+ left: 0;
100
+ width: 100%;
101
+ height: 6px;
102
+ background: #07A9E9;
103
+ border-radius: 3px;
104
+ }
105
+
106
+ /* Content area */
107
+ .content {
108
+ position: absolute;
109
+ top: 340px;
110
+ left: 0;
111
+ right: 0;
112
+ bottom: 140px; /* leave space for gesture bar */
113
+ overflow: hidden;
114
+ padding: 24px 36px 0 36px;
115
+ }
116
+ .section-header {
117
+ display: flex;
118
+ align-items: center;
119
+ margin-top: 10px;
120
+ margin-bottom: 20px;
121
+ }
122
+ .section-title {
123
+ font-size: 32px;
124
+ letter-spacing: 1px;
125
+ color: #2E2E2E;
126
+ font-weight: 700;
127
+ }
128
+ .spinner-wrap {
129
+ margin-left: 24px;
130
+ width: 100px;
131
+ height: 100px;
132
+ position: relative;
133
+ }
134
+ .spinner {
135
+ width: 100px;
136
+ height: 100px;
137
+ border-radius: 50%;
138
+ border: 10px solid #E6F6FD;
139
+ border-top-color: #07A9E9;
140
+ }
141
+
142
+ .divider {
143
+ height: 1px;
144
+ background: #E6E6E6;
145
+ margin: 18px 0;
146
+ }
147
+
148
+ /* Channel cards */
149
+ .channel-card {
150
+ margin-bottom: 26px;
151
+ }
152
+ .img-ph {
153
+ width: 100%;
154
+ height: 360px;
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ display: flex;
158
+ justify-content: center;
159
+ align-items: center;
160
+ color: #757575;
161
+ font-size: 34px;
162
+ }
163
+ .card-row {
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-between;
167
+ margin-top: 20px;
168
+ }
169
+ .card-text {
170
+ display: flex;
171
+ flex-direction: column;
172
+ }
173
+ .title {
174
+ font-size: 44px;
175
+ color: #2A2A2A;
176
+ font-weight: 600;
177
+ margin-bottom: 8px;
178
+ }
179
+ .meta {
180
+ font-size: 32px;
181
+ color: #7B7B7B;
182
+ }
183
+
184
+ .btn {
185
+ height: 88px;
186
+ padding: 0 34px;
187
+ border-radius: 12px;
188
+ font-size: 34px;
189
+ font-weight: 600;
190
+ display: inline-flex;
191
+ align-items: center;
192
+ gap: 16px;
193
+ border: 2px solid #1E9BFF;
194
+ color: #1E9BFF;
195
+ background: #fff;
196
+ }
197
+ .btn.following {
198
+ border: none;
199
+ background: #B8DB78;
200
+ color: #fff;
201
+ }
202
+ .btn svg {
203
+ width: 40px; height: 40px;
204
+ }
205
+
206
+ /* Bottom gesture/nav bar */
207
+ .gesture-bar {
208
+ position: absolute;
209
+ bottom: 0;
210
+ left: 0;
211
+ width: 1080px;
212
+ height: 140px;
213
+ background: #000;
214
+ }
215
+ .gesture-pill {
216
+ position: absolute;
217
+ left: 50%;
218
+ bottom: 32px;
219
+ transform: translateX(-50%);
220
+ width: 240px;
221
+ height: 18px;
222
+ background: #CFCFCF;
223
+ border-radius: 9px;
224
+ opacity: 0.7;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- App Bar -->
232
+ <div class="appbar">
233
+ <div class="status-row">
234
+ <div>1:02</div>
235
+ <div class="right">
236
+ <div class="status-dot"></div>
237
+ <div class="status-dot"></div>
238
+ <div style="font-size:28px; opacity:0.9;">100%</div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="search-row">
243
+ <!-- Left close icon -->
244
+ <svg class="app-icon" viewBox="0 0 24 24">
245
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#fff" stroke-width="3" stroke-linecap="round" fill="none"></path>
246
+ </svg>
247
+
248
+ <div class="search-text">food photography</div>
249
+
250
+ <div class="right-icons">
251
+ <!-- sliders/filter icon -->
252
+ <svg class="app-icon" viewBox="0 0 24 24">
253
+ <g stroke="#fff" stroke-width="2" stroke-linecap="round" fill="none">
254
+ <line x1="3" y1="6" x2="21" y2="6"></line>
255
+ <circle cx="8" cy="6" r="2" fill="#fff"></circle>
256
+ <line x1="3" y1="12" x2="21" y2="12"></line>
257
+ <circle cx="16" cy="12" r="2" fill="#fff"></circle>
258
+ <line x1="3" y1="18" x2="21" y2="18"></line>
259
+ <circle cx="11" cy="18" r="2" fill="#fff"></circle>
260
+ </g>
261
+ </svg>
262
+ <!-- right close icon -->
263
+ <svg class="app-icon" viewBox="0 0 24 24">
264
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#fff" stroke-width="3" stroke-linecap="round" fill="none"></path>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Tabs -->
271
+ <div class="tabs">
272
+ <div class="tab">ALL VIDEOS</div>
273
+ <div class="tab">MY VIDEOS</div>
274
+ <div class="tab active">CHANNELS</div>
275
+ <div class="tab">PEOPLE</div>
276
+ </div>
277
+
278
+ <!-- Content -->
279
+ <div class="content">
280
+ <div class="section-header">
281
+ <div class="section-title">51 CHANNELS</div>
282
+ <div class="spinner-wrap">
283
+ <div class="spinner"></div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="divider"></div>
288
+
289
+ <!-- Channel Card 1 -->
290
+ <div class="channel-card">
291
+ <div class="img-ph">[IMG: Mushrooms Close-up]</div>
292
+ <div class="card-row">
293
+ <div class="card-text">
294
+ <div class="title">Food Photography</div>
295
+ <div class="meta">109 videos • 125K followers</div>
296
+ </div>
297
+ <button class="btn following">
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M5 12 L10 17 L19 8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
300
+ </svg>
301
+ FOLLOWING
302
+ </button>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="divider"></div>
307
+
308
+ <!-- Channel Card 2 -->
309
+ <div class="channel-card">
310
+ <div class="img-ph">[IMG: Donut with Pistachios]</div>
311
+ <div class="card-row">
312
+ <div class="card-text">
313
+ <div class="title">Food photography</div>
314
+ <div class="meta">7 videos • 12 followers</div>
315
+ </div>
316
+ <button class="btn">
317
+ + FOLLOW
318
+ </button>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="divider"></div>
323
+
324
+ <!-- Channel Card 3 -->
325
+ <div class="channel-card">
326
+ <div class="img-ph">[IMG: Milk Pouring into Bowl]</div>
327
+ <div class="card-row">
328
+ <div class="card-text">
329
+ <div class="title">Food</div>
330
+ <div class="meta">3 videos • 11 followers</div>
331
+ </div>
332
+ <button class="btn">
333
+ + FOLLOW
334
+ </button>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="divider"></div>
339
+
340
+ <!-- More thumbnails preview row to hint list continues -->
341
+ <div style="display:flex; gap:24px; margin-bottom:24px;">
342
+ <div class="img-ph" style="flex:1; height:240px;">[IMG: Colorful Drinks]</div>
343
+ <div class="img-ph" style="flex:1; height:240px;">[IMG: Green Veggie Skewers]</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Bottom Gesture Bar -->
348
+ <div class="gesture-bar">
349
+ <div class="gesture-pill"></div>
350
+ </div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/5992/5992_10.html ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Upload Gallery 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: 2160px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Top bar */
15
+ .topbar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 160px; background: #FFFFFF;
17
+ }
18
+ .close-btn {
19
+ position: absolute; left: 32px; top: 32px; width: 64px; height: 64px;
20
+ }
21
+ .close-btn svg { width: 100%; height: 100%; }
22
+ .close-btn line { stroke: #03A9F4; stroke-width: 10; stroke-linecap: round; }
23
+
24
+ /* Grid of media */
25
+ .grid {
26
+ position: absolute; top: 160px; left: 0; right: 0; bottom: 340px;
27
+ padding: 24px;
28
+ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 24px;
29
+ }
30
+ .tile {
31
+ position: relative; border-radius: 2px; overflow: hidden;
32
+ height: 330px; border: 1px solid #BDBDBD;
33
+ display: flex; align-items: center; justify-content: center;
34
+ background: #E0E0E0; color: #757575; font-size: 30px; text-align: center;
35
+ }
36
+ .tile.dark { background: #1E1E1E; color: #B0BEC5; }
37
+ .tile .overlay {
38
+ position: absolute; left: 0; right: 0; bottom: 0;
39
+ background: rgba(0,0,0,0.6); color: #FFFFFF;
40
+ display: flex; justify-content: space-between; align-items: center;
41
+ padding: 12px 16px; font-size: 34px; font-weight: 500;
42
+ }
43
+
44
+ /* Tabs */
45
+ .tabs {
46
+ position: absolute; left: 0; right: 0; bottom: 160px; height: 180px;
47
+ background: #FFFFFF; border-top: 1px solid #E0E0E0;
48
+ display: flex; align-items: flex-end; justify-content: space-around;
49
+ padding-bottom: 30px;
50
+ }
51
+ .tabs .active-line {
52
+ position: absolute; top: 0; left: 24px; width: 260px; height: 6px; background: #03A9F4;
53
+ }
54
+ .tab {
55
+ font-size: 40px; letter-spacing: 2px; font-weight: 600; color: #9E9E9E;
56
+ }
57
+ .tab.active { color: #03A9F4; }
58
+
59
+ /* System navigation bar */
60
+ .system-nav {
61
+ position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
62
+ background: #000000; display: flex; align-items: center; justify-content: space-between;
63
+ padding: 0 120px;
64
+ }
65
+ .sys-icon svg { width: 92px; height: 92px; }
66
+ .sys-icon .stroke { stroke: #9E9E9E; stroke-width: 10; fill: none; stroke-linecap: round; stroke-linejoin: round; }
67
+ .sys-icon .fill { fill: #9E9E9E; }
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+
73
+ <!-- Top bar with close icon -->
74
+ <div class="topbar">
75
+ <div class="close-btn">
76
+ <svg viewBox="0 0 64 64">
77
+ <line x1="12" y1="12" x2="52" y2="52"></line>
78
+ <line x1="52" y1="12" x2="12" y2="52"></line>
79
+ </svg>
80
+ </div>
81
+ </div>
82
+
83
+ <!-- Media grid -->
84
+ <div class="grid">
85
+ <!-- Row 1 -->
86
+ <div class="tile">
87
+ <div>[IMG: City traffic photo]</div>
88
+ <div class="overlay"><span>00:16</span><span>44.53MB</span></div>
89
+ </div>
90
+ <div class="tile dark">
91
+ <div>[IMG: Dark video list screenshot]</div>
92
+ <div class="overlay"><span>00:38</span><span>24.75MB</span></div>
93
+ </div>
94
+ <div class="tile">
95
+ <div>[IMG: Screenshot with paragraph text]</div>
96
+ <div class="overlay"><span>07:33</span><span>578.04MB</span></div>
97
+ </div>
98
+
99
+ <!-- Row 2 -->
100
+ <div class="tile">
101
+ <div>[IMG: Vimeo placeholder]</div>
102
+ <div class="overlay"><span>05:41</span><span>502.8MB</span></div>
103
+ </div>
104
+ <div class="tile">
105
+ <div>[IMG: Light grey video placeholder]</div>
106
+ <div class="overlay"><span>03:26</span><span>275.38MB</span></div>
107
+ </div>
108
+ <div class="tile">
109
+ <div>[IMG: Light grey video placeholder]</div>
110
+ <div class="overlay"><span>34:53</span><span>1.41GB</span></div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Bottom tabs -->
115
+ <div class="tabs">
116
+ <div class="active-line"></div>
117
+ <div class="tab active">UPLOAD</div>
118
+ <div class="tab">RECORD</div>
119
+ <div class="tab">LIVE</div>
120
+ </div>
121
+
122
+ <!-- System navigation bar -->
123
+ <div class="system-nav">
124
+ <div class="sys-icon">
125
+ <svg viewBox="0 0 92 92">
126
+ <polyline class="stroke" points="56,18 28,46 56,74"></polyline>
127
+ </svg>
128
+ </div>
129
+ <div class="sys-icon">
130
+ <svg viewBox="0 0 92 92">
131
+ <rect class="fill" x="16" y="40" width="60" height="12" rx="6" ry="6"></rect>
132
+ </svg>
133
+ </div>
134
+ <div class="sys-icon">
135
+ <svg viewBox="0 0 92 92">
136
+ <rect class="stroke" x="22" y="22" width="48" height="48" rx="6" ry="6"></rect>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ </div>
142
+ </body>
143
+ </html>
code/5992/5992_11.html ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Video Editor UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2160px; position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
17
+ background: #000000; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .status-left { display: flex; align-items: center; gap: 22px; }
21
+ .status-right { display: flex; align-items: center; gap: 24px; font-size: 34px; color: #DADADA; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ position: absolute; top: 110px; left: 0; width: 100%; height: 140px;
26
+ background: #191919; display: flex; align-items: center; justify-content: space-between;
27
+ padding: 0 36px; box-sizing: border-box;
28
+ }
29
+ .back-wrap { display: flex; align-items: center; gap: 18px; color: #CFCFCF; }
30
+ .skip { font-size: 42px; font-weight: 600; letter-spacing: 2px; color: #FFFFFF; }
31
+
32
+ /* Main video preview */
33
+ .preview {
34
+ position: absolute; top: 300px; left: 0; width: 100%; display: flex; justify-content: center;
35
+ }
36
+ .preview-box {
37
+ width: 650px; height: 900px; background: #E0E0E0; border: 1px solid #BDBDBD;
38
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
39
+ }
40
+
41
+ /* Controls row under preview */
42
+ .controls {
43
+ position: absolute; top: 1240px; left: 0; width: 100%;
44
+ display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center;
45
+ padding: 0 48px; box-sizing: border-box;
46
+ }
47
+ .time { font-size: 40px; color: #E0E0E0; }
48
+ .center-btn { display: flex; justify-content: center; }
49
+ .right-icons { display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
50
+
51
+ /* Timeline area */
52
+ .timeline {
53
+ position: absolute; top: 1360px; left: 0; width: 100%; height: 620px;
54
+ background: #0F0F0F;
55
+ }
56
+ .scrubber {
57
+ position: absolute; left: 50%; top: 60px; width: 6px; height: 540px; background: #FFFFFF; border-radius: 3px;
58
+ transform: translateX(-3px);
59
+ }
60
+ .thumb-strip {
61
+ position: absolute; bottom: 80px; right: 80px; width: 520px; height: 220px;
62
+ background: #2EC7FF; border-radius: 12px; box-shadow: 0 0 0 3px #2EC7FF inset;
63
+ display: flex; align-items: center; padding: 12px 16px; box-sizing: border-box; gap: 10px;
64
+ }
65
+ .handle {
66
+ width: 24px; height: 120px; border-radius: 6px; background: rgba(0,0,0,0.15);
67
+ display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; margin-right: 8px;
68
+ }
69
+ .handle div { width: 14px; height: 4px; background: #0E96BF; border-radius: 2px; }
70
+ .thumb {
71
+ flex: 1; height: 180px; background: #E0E0E0; border: 1px solid #BDBDBD;
72
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
73
+ }
74
+
75
+ /* Bottom system navigation bar */
76
+ .system-nav {
77
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 140px; background: #0B0B0B;
78
+ display: flex; align-items: center; justify-content: space-between; padding: 0 60px; box-sizing: border-box;
79
+ }
80
+ .gesture-pill {
81
+ width: 160px; height: 30px; background: #9E9E9E; border-radius: 20px; opacity: 0.7;
82
+ }
83
+ .sys-btn { width: 48px; height: 48px; opacity: 0.8; }
84
+
85
+ svg { display: block; }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <!-- Status bar -->
92
+ <div class="status-bar">
93
+ <div class="status-left">
94
+ <div>1:14</div>
95
+ <!-- small recording icon -->
96
+ <svg width="40" height="40" viewBox="0 0 24 24" aria-label="recording">
97
+ <circle cx="12" cy="12" r="6" fill="#B0B0B0"></circle>
98
+ </svg>
99
+ <!-- upload icon -->
100
+ <svg width="40" height="40" viewBox="0 0 24 24" aria-label="upload">
101
+ <path d="M12 4l4 4H13v6H11V8H8l4-4zM5 18h14v2H5z" fill="#B0B0B0"></path>
102
+ </svg>
103
+ </div>
104
+ <div class="status-right">
105
+ <!-- Do-not-disturb icon -->
106
+ <svg width="44" height="44" viewBox="0 0 24 24" aria-label="dnd">
107
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#BDBDBD" stroke-width="2"></circle>
108
+ <rect x="6.5" y="11" width="11" height="2" fill="#BDBDBD"></rect>
109
+ </svg>
110
+ <!-- battery -->
111
+ <svg width="60" height="44" viewBox="0 0 30 18" aria-label="battery">
112
+ <rect x="1" y="3" width="24" height="12" rx="2" ry="2" stroke="#FFFFFF" fill="none" stroke-width="2"></rect>
113
+ <rect x="26" y="6" width="3" height="6" rx="1" fill="#FFFFFF"></rect>
114
+ <rect x="3" y="5" width="20" height="8" fill="#FFFFFF"></rect>
115
+ </svg>
116
+ <div style="font-size:38px; color:#FFFFFF;">100%</div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- App bar -->
121
+ <div class="app-bar">
122
+ <div class="back-wrap">
123
+ <svg width="54" height="54" viewBox="0 0 24 24" aria-label="back">
124
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
125
+ </svg>
126
+ </div>
127
+ <div class="skip">SKIP</div>
128
+ </div>
129
+
130
+ <!-- Video preview -->
131
+ <div class="preview">
132
+ <div class="preview-box">[IMG: Road scene video frame]</div>
133
+ </div>
134
+
135
+ <!-- Controls -->
136
+ <div class="controls">
137
+ <div class="time">00:00 / 00:16</div>
138
+ <div class="center-btn">
139
+ <svg width="96" height="96" viewBox="0 0 24 24" aria-label="play">
140
+ <path d="M8 5l11 7-11 7V5z" fill="#FFFFFF"></path>
141
+ </svg>
142
+ </div>
143
+ <div class="right-icons">
144
+ <svg width="54" height="54" viewBox="0 0 24 24" aria-label="volume">
145
+ <path d="M4 9v6h4l5 4V5L8 9H4z" fill="none" stroke="#FFFFFF" stroke-width="2"></path>
146
+ <path d="M15 9c1.5 1.2 1.5 4.8 0 6" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Timeline -->
152
+ <div class="timeline">
153
+ <div class="scrubber"></div>
154
+
155
+ <div class="thumb-strip">
156
+ <div class="handle">
157
+ <div></div><div></div><div></div>
158
+ </div>
159
+ <div class="thumb">[IMG: Frame]</div>
160
+ <div class="thumb">[IMG: Frame]</div>
161
+ <div class="thumb">[IMG: Frame]</div>
162
+ <div class="thumb">[IMG: Frame]</div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Bottom system nav -->
167
+ <div class="system-nav">
168
+ <svg class="sys-btn" viewBox="0 0 24 24" aria-label="system back">
169
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
170
+ </svg>
171
+ <div class="gesture-pill"></div>
172
+ <svg class="sys-btn" viewBox="0 0 24 24" aria-label="system home">
173
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"></circle>
174
+ </svg>
175
+ </div>
176
+
177
+ </div>
178
+ </body>
179
+ </html>
code/5992/5992_12.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Settings Screen Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2160px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: Roboto, Arial, sans-serif;
14
+ color: #212121;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 96px;
21
+ background: #000;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ font-size: 42px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right {
31
+ display: flex; align-items: center; gap: 28px;
32
+ font-size: 0; /* icons only */
33
+ }
34
+ .status-icon svg { width: 44px; height: 44px; fill: #fff; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ position: absolute; top: 96px; left: 0; right: 0;
39
+ height: 160px;
40
+ background: #03A9F4;
41
+ color: #fff;
42
+ display: flex; align-items: center;
43
+ padding: 0 36px;
44
+ box-sizing: border-box;
45
+ }
46
+ .app-bar .back {
47
+ display: flex; align-items: center; justify-content: center;
48
+ width: 96px; height: 96px;
49
+ margin-right: 24px;
50
+ }
51
+ .app-title {
52
+ font-size: 64px; font-weight: 500; letter-spacing: 0.5px;
53
+ }
54
+ .app-action {
55
+ margin-left: auto;
56
+ font-size: 54px; font-weight: 500; letter-spacing: 1px;
57
+ }
58
+
59
+ /* Video section */
60
+ .video-section {
61
+ position: absolute; top: 256px; left: 0; right: 0;
62
+ height: 760px;
63
+ background: #000;
64
+ }
65
+ .video-frame {
66
+ position: absolute;
67
+ top: 70px; left: 50%; transform: translateX(-50%);
68
+ width: 520px; height: 920px;
69
+ background: #E0E0E0;
70
+ border: 1px solid #BDBDBD;
71
+ display: flex; align-items: center; justify-content: center;
72
+ color: #757575; font-size: 36px;
73
+ }
74
+ .play-overlay {
75
+ position: absolute; top: 50%; left: 50%;
76
+ transform: translate(-50%, -50%);
77
+ width: 360px; height: 200px;
78
+ background: rgba(0,0,0,0.35);
79
+ border-radius: 24px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .play-overlay svg { width: 120px; height: 120px; fill: #fff; }
83
+
84
+ .video-meta {
85
+ position: absolute; bottom: 120px; left: 36px;
86
+ color: #fff; font-size: 38px;
87
+ }
88
+
89
+ .seekbar {
90
+ position: absolute; bottom: 64px; left: 36px; right: 36px;
91
+ height: 16px;
92
+ }
93
+ .seek-track {
94
+ position: absolute; top: 50%; transform: translateY(-50%);
95
+ left: 0; right: 0; height: 6px; background: #1f1f1f; border-radius: 3px;
96
+ }
97
+ .seek-progress {
98
+ position: absolute; top: 50%; transform: translateY(-50%);
99
+ left: 0; width: 120px; height: 6px; background: #03A9F4; border-radius: 3px;
100
+ }
101
+ .seek-thumb {
102
+ position: absolute; top: 50%; transform: translateY(-50%);
103
+ left: 0; width: 24px; height: 24px; background: #fff; border-radius: 50%;
104
+ box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
105
+ }
106
+
107
+ /* Form area */
108
+ .form-area {
109
+ position: absolute; top: 1016px; left: 0; right: 0; bottom: 144px;
110
+ background: #FAFAFA;
111
+ overflow: hidden;
112
+ }
113
+ .section {
114
+ padding: 44px 36px 36px 36px;
115
+ box-sizing: border-box;
116
+ border-bottom: 1px solid #EEEEEE;
117
+ }
118
+ .label-big {
119
+ font-size: 72px; color: #90A4AE; font-weight: 300;
120
+ }
121
+ .label {
122
+ font-size: 44px; color: #90A4AE; font-weight: 400;
123
+ }
124
+ .value {
125
+ margin-top: 20px;
126
+ font-size: 56px; color: #0F1D2E; font-weight: 500;
127
+ display: flex; align-items: center; justify-content: space-between;
128
+ }
129
+ .with-icon {
130
+ display: flex; align-items: center; gap: 24px;
131
+ }
132
+ .folder-icon svg { width: 60px; height: 60px; fill: #4FC3F7; }
133
+ .chev-down svg { width: 44px; height: 44px; fill: #163042; }
134
+
135
+ /* Bottom navigation bar */
136
+ .bottom-nav {
137
+ position: absolute; bottom: 0; left: 0; right: 0;
138
+ height: 144px; background: #000;
139
+ }
140
+ .nav-content {
141
+ position: absolute; left: 36px; right: 36px; top: 50%;
142
+ transform: translateY(-50%);
143
+ display: flex; align-items: center; justify-content: space-between;
144
+ }
145
+ .back-icon svg { width: 48px; height: 48px; fill: #8E8E8E; }
146
+ .home-pill {
147
+ width: 200px; height: 24px; border-radius: 12px; background: #8E8E8E;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status Bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">1:15</div>
157
+ <div class="status-right">
158
+ <span class="status-icon">
159
+ <!-- Do Not Disturb -->
160
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm-6 9h12v2H6v-2z"/></svg>
161
+ </span>
162
+ <span class="status-icon">
163
+ <!-- Battery -->
164
+ <svg viewBox="0 0 24 24"><path d="M18 7h2v10h-2V7zM3 8h14v8H3V8z"/></svg>
165
+ </span>
166
+ <span style="color:#fff; font-size:40px; line-height:44px;">100%</span>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- App Bar -->
171
+ <div class="app-bar">
172
+ <div class="back">
173
+ <svg viewBox="0 0 24 24"><path d="M15.5 5.5L9 12l6.5 6.5-1.4 1.4L6.2 12l7.9-7.9 1.4 1.4z"/></svg>
174
+ </div>
175
+ <div class="app-title">Settings</div>
176
+ <div class="app-action">UPLOAD</div>
177
+ </div>
178
+
179
+ <!-- Video Section -->
180
+ <div class="video-section">
181
+ <div class="video-frame">[IMG: Video Preview]</div>
182
+ <div class="play-overlay">
183
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7-11-7z"/></svg>
184
+ </div>
185
+ <div class="video-meta">00:00 / 00:16</div>
186
+ <div class="seekbar">
187
+ <div class="seek-track"></div>
188
+ <div class="seek-progress"></div>
189
+ <div class="seek-thumb"></div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Form Area -->
194
+ <div class="form-area">
195
+ <div class="section">
196
+ <div class="label-big">Title</div>
197
+ </div>
198
+
199
+ <div class="section">
200
+ <div class="label">Description</div>
201
+ </div>
202
+
203
+ <div class="section">
204
+ <div class="label">Folder</div>
205
+ <div class="value">
206
+ <div class="with-icon">
207
+ <span class="folder-icon">
208
+ <svg viewBox="0 0 24 24"><path d="M10 4l2 2h8v12H4V4h6z"/></svg>
209
+ </span>
210
+ <span style="font-size:52px; color:#102C3A;">favourite</span>
211
+ </div>
212
+ <span class="chev-down">
213
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
214
+ </span>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="section">
219
+ <div class="label">Privacy</div>
220
+ <div class="value">
221
+ <span>Anyone</span>
222
+ <span class="chev-down">
223
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
224
+ </span>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Bottom Navigation -->
230
+ <div class="bottom-nav">
231
+ <div class="nav-content">
232
+ <span class="back-icon">
233
+ <svg viewBox="0 0 24 24"><path d="M15.5 5.5L9 12l6.5 6.5-1.4 1.4L6.2 12l7.9-7.9 1.4 1.4z"/></svg>
234
+ </span>
235
+ <div class="home-pill"></div>
236
+ <span style="width:48px;"></span>
237
+ </div>
238
+ </div>
239
+
240
+ </div>
241
+ </body>
242
+ </html>
code/5992/5992_13.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>Settings Upload Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2160px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0; box-shadow: none;
14
+ font-family: "Arial", sans-serif;
15
+ color: #1f2937;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute; top: 0; left: 0; right: 0;
21
+ height: 110px;
22
+ background: #000000;
23
+ color: #ffffff;
24
+ display: flex; align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ font-size: 40px; letter-spacing: 0.5px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right {
31
+ display: flex; align-items: center; gap: 28px;
32
+ font-weight: 600;
33
+ }
34
+ .icon-circle-minus {
35
+ width: 44px; height: 44px;
36
+ border-radius: 50%; border: 4px solid #ffffff;
37
+ position: relative;
38
+ }
39
+ .icon-circle-minus::after {
40
+ content: ""; position: absolute; left: 8px; right: 8px; top: 50%;
41
+ height: 6px; background: #ffffff; transform: translateY(-50%);
42
+ }
43
+ .icon-wifi svg, .icon-battery svg { display: block; }
44
+ .icon-battery {
45
+ display: flex; align-items: center; gap: 10px;
46
+ }
47
+
48
+ /* App bar */
49
+ .app-bar {
50
+ position: absolute; top: 110px; left: 0; right: 0;
51
+ height: 150px;
52
+ background: #0288D1; /* teal/blue */
53
+ color: #ffffff;
54
+ display: flex; align-items: center;
55
+ padding: 0 36px; box-sizing: border-box;
56
+ }
57
+ .back-icon {
58
+ width: 70px; height: 70px; margin-right: 24px;
59
+ }
60
+ .app-title {
61
+ font-size: 68px; font-weight: 600; letter-spacing: 0.3px;
62
+ }
63
+ .upload-text {
64
+ margin-left: auto; font-size: 54px; opacity: 0.35; font-weight: 700;
65
+ }
66
+
67
+ /* Media area (video preview) */
68
+ .media-area {
69
+ position: absolute; top: 260px; left: 0; right: 0;
70
+ height: 930px; background: #000000;
71
+ display: flex; align-items: center; justify-content: center;
72
+ }
73
+ .video-frame {
74
+ width: 620px; height: 950px;
75
+ background: #E0E0E0; border: 1px solid #BDBDBD;
76
+ display: flex; align-items: center; justify-content: center;
77
+ color: #757575; position: relative;
78
+ border-radius: 6px;
79
+ }
80
+ .video-play-overlay {
81
+ position: absolute; width: 220px; height: 140px;
82
+ background: rgba(0,0,0,0.45);
83
+ border-radius: 12px;
84
+ display: flex; align-items: center; justify-content: center;
85
+ }
86
+ .video-play-overlay svg { width: 90px; height: 90px; }
87
+
88
+ .video-meta {
89
+ position: absolute; left: 36px; right: 36px; bottom: 36px;
90
+ display: flex; flex-direction: column; gap: 24px;
91
+ color: #ffffff; opacity: 0.9;
92
+ }
93
+ .time-text { font-size: 40px; }
94
+ .progress {
95
+ height: 14px; border-radius: 10px; background: rgba(255,255,255,0.25);
96
+ position: relative;
97
+ }
98
+ .progress::after {
99
+ content: ""; position: absolute; left: 0; top: 0;
100
+ height: 100%; width: 40px; border-radius: 10px; background: #ffffff;
101
+ }
102
+
103
+ /* Settings form area */
104
+ .content {
105
+ position: absolute; top: 1190px; left: 0; right: 0; bottom: 160px;
106
+ background: #ffffff;
107
+ padding: 0 36px; box-sizing: border-box;
108
+ }
109
+ .section-title {
110
+ font-size: 64px; color: #4b5563; margin: 40px 0 10px;
111
+ }
112
+ .divider {
113
+ height: 2px; background: #e5e7eb; margin: 18px 0;
114
+ }
115
+ .row {
116
+ display: flex; align-items: center; justify-content: space-between;
117
+ padding: 36px 0;
118
+ border-bottom: 1px solid #e5e7eb;
119
+ }
120
+ .row:last-child { border-bottom: none; }
121
+ .row-left {
122
+ display: flex; align-items: center; gap: 22px;
123
+ }
124
+ .label {
125
+ font-size: 46px; color: #6b7280;
126
+ }
127
+ .value {
128
+ font-size: 60px; color: #111827; font-weight: 600;
129
+ }
130
+ .folder-icon {
131
+ width: 64px; height: 48px;
132
+ }
133
+ .chevron {
134
+ width: 44px; height: 44px; opacity: 0.7;
135
+ }
136
+
137
+ /* Modal overlay */
138
+ .overlay {
139
+ position: absolute; left: 0; top: 0; right: 0; bottom: 0;
140
+ background: rgba(0,0,0,0.4);
141
+ }
142
+ .modal {
143
+ position: absolute; left: 50%; top: 980px;
144
+ transform: translateX(-50%);
145
+ width: 820px; height: 420px;
146
+ background: #ffffff; border-radius: 12px;
147
+ box-shadow: 0 24px 60px rgba(0,0,0,0.35);
148
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
149
+ gap: 38px;
150
+ }
151
+ .modal-title {
152
+ font-size: 60px; color: #374151; font-weight: 600;
153
+ }
154
+ .spinner {
155
+ width: 110px; height: 110px;
156
+ border: 12px solid #E5F3FB;
157
+ border-top-color: #0288D1;
158
+ border-radius: 50%;
159
+ animation: spin 1.2s linear infinite;
160
+ }
161
+ @keyframes spin { to { transform: rotate(360deg); } }
162
+
163
+ /* System navigation bar */
164
+ .system-nav {
165
+ position: absolute; bottom: 0; left: 0; right: 0;
166
+ height: 160px; background: #000000;
167
+ display: flex; align-items: center; justify-content: center;
168
+ }
169
+ .nav-back {
170
+ position: absolute; left: 40px;
171
+ width: 48px; height: 48px; border-left: 8px solid #bfbfbf; border-bottom: 8px solid #bfbfbf;
172
+ transform: rotate(45deg);
173
+ }
174
+ .nav-pill {
175
+ width: 180px; height: 26px; border-radius: 26px; background: #bfbfbf;
176
+ }
177
+ </style>
178
+ </head>
179
+ <body>
180
+ <div id="render-target">
181
+
182
+ <!-- Status bar -->
183
+ <div class="status-bar">
184
+ <div class="status-left">1:18</div>
185
+ <div class="status-right">
186
+ <div class="icon-circle-minus" aria-hidden="true"></div>
187
+ <div class="icon-wifi" aria-hidden="true">
188
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="#ffffff">
189
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity="0"/>
190
+ <path d="M12 20a2 2 0 0 0-1.41.59L12 22l1.41-1.41A2 2 0 0 0 12 20z" />
191
+ <path d="M5 12.5a10 10 0 0 1 14 0l-1.5 1.5a8 8 0 0 0-11 0L5 12.5z" />
192
+ <path d="M8.5 15.5a6 6 0 0 1 7 0l-1.4 1.4a4 4 0 0 0-4.2 0l-1.4-1.4z" />
193
+ </svg>
194
+ </div>
195
+ <div class="icon-battery" aria-hidden="true">
196
+ <svg width="64" height="36" viewBox="0 0 24 24" fill="none">
197
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#ffffff" stroke-width="2"></rect>
198
+ <rect x="4" y="8" width="12" height="8" fill="#ffffff"></rect>
199
+ <rect x="20" y="9" width="2" height="6" fill="#ffffff"></rect>
200
+ </svg>
201
+ <span>100%</span>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- App bar -->
207
+ <div class="app-bar">
208
+ <svg class="back-icon" viewBox="0 0 24 24" fill="#ffffff" aria-hidden="true">
209
+ <path d="M15 6l-6 6 6 6" />
210
+ </svg>
211
+ <div class="app-title">Settings</div>
212
+ <div class="upload-text">UPLOAD</div>
213
+ </div>
214
+
215
+ <!-- Media area (video preview) -->
216
+ <div class="media-area">
217
+ <div class="video-frame">[IMG: Video Preview]
218
+ <div class="video-play-overlay">
219
+ <svg viewBox="0 0 24 24" fill="#ffffff" aria-hidden="true">
220
+ <path d="M8 5v14l11-7-11-7z"></path>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ <div class="video-meta">
225
+ <div class="time-text">00:00 / 00:16</div>
226
+ <div class="progress"></div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Settings content -->
231
+ <div class="content">
232
+ <div class="section-title">Title</div>
233
+ <div class="divider"></div>
234
+
235
+ <div class="row">
236
+ <div class="label">Details</div>
237
+ <svg class="chevron" viewBox="0 0 24 24" fill="#0f172a" aria-hidden="true">
238
+ <path d="M9 6l6 6-6 6"></path>
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="#94a3b8" aria-hidden="true">
245
+ <path d="M10 4l2 2h8v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6z"></path>
246
+ </svg>
247
+ <div>
248
+ <div class="label">Folder</div>
249
+ <div class="value">favourite</div>
250
+ </div>
251
+ </div>
252
+ <svg class="chevron" viewBox="0 0 24 24" fill="#0f172a" aria-hidden="true">
253
+ <path d="M9 6l6 6-6 6"></path>
254
+ </svg>
255
+ </div>
256
+
257
+ <div class="row">
258
+ <div>
259
+ <div class="label">Privacy</div>
260
+ <div class="value">Anyone</div>
261
+ </div>
262
+ <svg class="chevron" viewBox="0 0 24 24" fill="#0f172a" aria-hidden="true">
263
+ <path d="M9 6l6 6-6 6"></path>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Modal overlay and dialog -->
269
+ <div class="overlay"></div>
270
+ <div class="modal">
271
+ <div class="modal-title">Preparing your upload...</div>
272
+ <div class="spinner" aria-hidden="true"></div>
273
+ </div>
274
+
275
+ <!-- System navigation (bottom bar) -->
276
+ <div class="system-nav">
277
+ <div class="nav-back" aria-hidden="true"></div>
278
+ <div class="nav-pill" aria-hidden="true"></div>
279
+ </div>
280
+ </div>
281
+ </body>
282
+ </html>
code/5992/5992_14.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0"/>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif; color: #263238; }
8
+ #render-target {
9
+ width: 1080px; height: 2160px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF; border-radius: 24px;
12
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 120px; background: #0EA5D7; color: #fff;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ padding: 0 36px; font-weight: 700;
21
+ }
22
+ .status-left { font-size: 40px; letter-spacing: 0.5px; }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+ .status-icon { display: inline-flex; align-items: center; justify-content: center; }
25
+
26
+ /* Top content area */
27
+ .content { position: absolute; left: 48px; right: 48px; top: 120px; }
28
+ .bell-area { position: relative; margin-top: 28px; height: 64px; }
29
+ .bell-icon { width: 48px; height: 48px; }
30
+ .badge {
31
+ position: absolute; left: 40px; top: -6px;
32
+ width: 36px; height: 36px; background: #EF4444; color: #fff;
33
+ border-radius: 50%; display: flex; align-items: center; justify-content: center;
34
+ font-size: 22px; font-weight: 700; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
35
+ }
36
+
37
+ .top-actions { position: absolute; top: 24px; right: 0; display: flex; gap: 28px; align-items: center; }
38
+ .action-btn { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
39
+ .avatar {
40
+ width: 68px; height: 68px; border-radius: 50%;
41
+ border: 6px solid #A7E3F6; background: #DDF6FF; display: flex; align-items: center; justify-content: center;
42
+ }
43
+ .avatar svg { transform: scale(0.9); }
44
+
45
+ .title-home { margin-top: 24px; font-size: 84px; font-weight: 800; letter-spacing: -0.5px; color: #1F2937; }
46
+
47
+ .section-row { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; }
48
+ .section-title { font-size: 46px; font-weight: 700; color: #34495E; }
49
+ .link-view { font-size: 40px; color: #0EA5D7; font-weight: 700; }
50
+
51
+ /* Card */
52
+ .card {
53
+ width: 984px; background: #fff; border-radius: 18px;
54
+ box-shadow: 0 4px 14px rgba(0,0,0,0.12);
55
+ margin-top: 24px; overflow: hidden; border: 1px solid #E9EEF3;
56
+ }
57
+ .thumb {
58
+ position: relative; width: 100%; height: 460px;
59
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
60
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px; font-weight: 600;
61
+ }
62
+ .duration {
63
+ position: absolute; right: 16px; bottom: 16px;
64
+ background: rgba(0,0,0,0.8); color: #fff; font-size: 28px; font-weight: 700;
65
+ padding: 6px 12px; border-radius: 6px;
66
+ }
67
+ .card-body { padding: 24px 24px 28px 24px; position: relative; }
68
+ .card-top { display: flex; align-items: center; justify-content: space-between; }
69
+ .card-title { font-size: 50px; font-weight: 800; color: #1F2937; }
70
+ .kebab { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
71
+ .meta { margin-top: 8px; font-size: 34px; color: #7A8A97; }
72
+
73
+ /* Bottom nav */
74
+ .bottom-nav {
75
+ position: absolute; left: 0; right: 0; bottom: 120px;
76
+ height: 170px; background: #FFFFFF; border-top: 1px solid #E6EAEE;
77
+ display: flex; align-items: center; justify-content: space-around;
78
+ }
79
+ .nav-item { width: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #94A3B8; font-size: 30px; }
80
+ .nav-item.active { color: #111827; font-weight: 700; }
81
+ .nav-icon { width: 56px; height: 56px; }
82
+
83
+ .plus-wrap { position: relative; width: 170px; display: flex; align-items: flex-start; justify-content: center; }
84
+ .plus-btn {
85
+ width: 128px; height: 128px; background: #0EA5D7; color: #fff; border-radius: 50%;
86
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(14,165,215,0.35);
87
+ margin-top: -34px;
88
+ }
89
+
90
+ /* System gesture area */
91
+ .system-gesture {
92
+ position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: #000;
93
+ }
94
+ .gesture-content { height: 100%; display: flex; align-items: center; justify-content: center; gap: 420px; color: #d1d5db; }
95
+ .pill { width: 160px; height: 18px; background: #9CA3AF; border-radius: 12px; }
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:21</div>
104
+ <div class="status-right">
105
+ <!-- Do not replicate every system icon; keep simple set -->
106
+ <span class="status-icon" title="Do Not Disturb">
107
+ <svg width="36" height="36" viewBox="0 0 36 36">
108
+ <circle cx="18" cy="18" r="16" fill="none" stroke="#fff" stroke-width="3"/>
109
+ <rect x="8" y="16" width="20" height="4" fill="#fff"/>
110
+ </svg>
111
+ </span>
112
+ <span class="status-icon" title="Upload">
113
+ <svg width="36" height="36" viewBox="0 0 36 36">
114
+ <path d="M18 7l7 7h-5v8h-4v-8h-5l7-7z" fill="#fff"/>
115
+ <rect x="8" y="26" width="20" height="3" fill="#fff"/>
116
+ </svg>
117
+ </span>
118
+ <span class="status-icon" title="Battery">
119
+ <svg width="54" height="26" viewBox="0 0 54 26">
120
+ <rect x="2" y="4" width="44" height="18" rx="3" fill="none" stroke="#fff" stroke-width="3"/>
121
+ <rect x="48" y="9" width="6" height="8" rx="2" fill="#fff"/>
122
+ <rect x="5" y="7" width="38" height="12" rx="2" fill="#fff"/>
123
+ </svg>
124
+ </span>
125
+ <span style="font-size:32px; font-weight:700;">100%</span>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Content area -->
130
+ <div class="content">
131
+
132
+ <!-- Top inline actions -->
133
+ <div class="top-actions">
134
+ <div class="action-btn" title="Search">
135
+ <svg class="nav-icon" viewBox="0 0 24 24">
136
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#111827" stroke-width="2.5"/>
137
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#111827" stroke-width="2.5" stroke-linecap="round"/>
138
+ </svg>
139
+ </div>
140
+ <div class="avatar" title="Profile">
141
+ <svg viewBox="0 0 48 48">
142
+ <circle cx="24" cy="18" r="10" fill="#69C9E6"/>
143
+ <path d="M10 40c3-8 25-8 28 0" stroke="#69C9E6" stroke-width="4" fill="none" stroke-linecap="round"/>
144
+ <path d="M18 20c2 3 10 3 12 0" stroke="#1F89A9" stroke-width="3" fill="none" stroke-linecap="round"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Notification bell -->
150
+ <div class="bell-area">
151
+ <svg class="bell-icon" viewBox="0 0 24 24">
152
+ <path d="M12 22a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3zm8-7V11a8 8 0 0 0-16 0v4l-2 2v2h20v-2l-2-2z" fill="#111827"/>
153
+ </svg>
154
+ <div class="badge">1</div>
155
+ </div>
156
+
157
+ <!-- Title -->
158
+ <div class="title-home">Home</div>
159
+
160
+ <!-- Section row -->
161
+ <div class="section-row">
162
+ <div class="section-title">Recent Videos</div>
163
+ <div class="link-view">View all</div>
164
+ </div>
165
+
166
+ <!-- Card -->
167
+ <div class="card">
168
+ <div class="thumb">
169
+ [IMG: Video thumbnail – color bars]
170
+ <div class="duration">00:16</div>
171
+ </div>
172
+ <div class="card-body">
173
+ <div class="card-top">
174
+ <div class="card-title">Untitled</div>
175
+ <div class="kebab">
176
+ <svg width="26" height="26" viewBox="0 0 26 26">
177
+ <circle cx="13" cy="5" r="3" fill="#8AA0AF"/>
178
+ <circle cx="13" cy="13" r="3" fill="#8AA0AF"/>
179
+ <circle cx="13" cy="21" r="3" fill="#8AA0AF"/>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ <div class="meta">0 views • 1 minute ago</div>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Bottom navigation -->
189
+ <div class="bottom-nav">
190
+ <div class="nav-item active">
191
+ <svg class="nav-icon" viewBox="0 0 24 24">
192
+ <path d="M3 11l9-8 9 8v9H15v-6H9v6H3z" fill="#111827"/>
193
+ </svg>
194
+ <div>Home</div>
195
+ </div>
196
+ <div class="nav-item">
197
+ <svg class="nav-icon" viewBox="0 0 24 24">
198
+ <rect x="3" y="4" width="8" height="6" rx="1.5" fill="#94A3B8"/>
199
+ <rect x="13" y="4" width="8" height="6" rx="1.5" fill="#94A3B8"/>
200
+ <rect x="3" y="12" width="8" height="6" rx="1.5" fill="#94A3B8"/>
201
+ <rect x="13" y="12" width="8" height="6" rx="1.5" fill="#94A3B8"/>
202
+ </svg>
203
+ <div>Library</div>
204
+ </div>
205
+
206
+ <div class="plus-wrap">
207
+ <div class="plus-btn">
208
+ <svg width="68" height="68" viewBox="0 0 24 24">
209
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z" fill="#fff"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="nav-item">
215
+ <svg class="nav-icon" viewBox="0 0 24 24">
216
+ <rect x="4" y="14" width="4" height="6" fill="#94A3B8"/>
217
+ <rect x="10" y="10" width="4" height="10" fill="#94A3B8"/>
218
+ <rect x="16" y="6" width="4" height="14" fill="#94A3B8"/>
219
+ </svg>
220
+ <div>Analytics</div>
221
+ </div>
222
+ <div class="nav-item">
223
+ <svg class="nav-icon" viewBox="0 0 24 24">
224
+ <rect x="3" y="4" width="18" height="14" rx="2" fill="none" stroke="#94A3B8" stroke-width="2"/>
225
+ <polygon points="10,10 10,16 15,13" fill="#94A3B8"/>
226
+ </svg>
227
+ <div>Watch</div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- System gesture bar -->
232
+ <div class="system-gesture">
233
+ <div class="gesture-content">
234
+ <svg width="36" height="36" viewBox="0 0 24 24">
235
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#d1d5db" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
236
+ </svg>
237
+ <div class="pill"></div>
238
+ </div>
239
+ </div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/5992/5992_15.html ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Home - Recent Videos</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #263238; }
9
+ #render-target {
10
+ width: 1080px; height: 2160px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ background: #0A8ED1;
19
+ color: #fff;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 36px;
23
+ font-size: 42px;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .status-bar .status-left { display: flex; gap: 24px; align-items: center; }
27
+ .status-bar .status-right { margin-left: auto; display: flex; gap: 24px; align-items: center; }
28
+ .status-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; display: inline-block; }
29
+
30
+ /* Content area */
31
+ .content { padding: 40px 36px 220px 36px; }
32
+ .top-actions {
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ margin-top: 20px;
35
+ }
36
+ .top-left {
37
+ display: flex; align-items: center; gap: 16px;
38
+ }
39
+ .bell {
40
+ position: relative; width: 60px; height: 60px;
41
+ display: flex; align-items: center; justify-content: center;
42
+ }
43
+ .bell svg { width: 44px; height: 44px; fill: none; stroke: #263238; stroke-width: 6; }
44
+ .badge {
45
+ position: absolute; top: -4px; right: -4px;
46
+ background: #E53935; color: #fff; border-radius: 50%;
47
+ width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;
48
+ font-size: 24px; font-weight: 700; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
49
+ }
50
+ .top-right { display: flex; align-items: center; gap: 28px; }
51
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
52
+ .icon-btn svg { width: 44px; height: 44px; stroke: #263238; stroke-width: 6; fill: none; }
53
+ .avatar {
54
+ width: 68px; height: 68px; border-radius: 50%; border: 6px solid #8ED1EA; background: #CBEAF6;
55
+ display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .avatar svg { width: 44px; height: 44px; fill: none; stroke: #2E6C84; stroke-width: 6; }
58
+
59
+ .title { font-size: 96px; line-height: 1.1; font-weight: 800; margin: 30px 0 28px 0; color: #1f2f3a; }
60
+ .section-head {
61
+ display: flex; justify-content: space-between; align-items: center;
62
+ margin-top: 16px; margin-bottom: 24px;
63
+ }
64
+ .section-title { font-size: 54px; font-weight: 700; color: #344955; }
65
+ .view-all { font-size: 42px; color: #0A8ED1; font-weight: 700; }
66
+
67
+ /* Card */
68
+ .video-card {
69
+ width: 100%; max-width: 1008px;
70
+ background: #fff; border-radius: 20px; box-shadow: 0 6px 18px rgba(0,0,0,0.12);
71
+ overflow: hidden; border: 1px solid #E6EAEE;
72
+ }
73
+ .thumbnail {
74
+ width: 100%; height: 460px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
75
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; font-weight: 600;
76
+ position: relative;
77
+ }
78
+ .duration {
79
+ position: absolute; right: 18px; bottom: 18px;
80
+ background: rgba(0,0,0,0.85); color: #fff; padding: 10px 16px; border-radius: 8px;
81
+ font-size: 32px; font-weight: 700;
82
+ }
83
+ .card-body {
84
+ display: flex; align-items: flex-start; justify-content: space-between;
85
+ padding: 28px;
86
+ }
87
+ .card-title { font-size: 56px; font-weight: 800; margin-bottom: 12px; color: #1f2f3a; }
88
+ .card-meta { font-size: 36px; color: #8A9AA9; }
89
+ .more-btn { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; }
90
+ .more-btn svg { width: 32px; height: 32px; fill: #8A9AA9; }
91
+
92
+ /* Bottom navigation */
93
+ .bottom-nav {
94
+ position: absolute; left: 0; right: 0; bottom: 0;
95
+ height: 180px; background: #FFFFFF; border-top: 1px solid #E6EAEE;
96
+ display: flex; align-items: center; justify-content: space-around;
97
+ padding: 0 40px;
98
+ }
99
+ .nav-item {
100
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
101
+ color: #7A8B97; font-size: 36px;
102
+ }
103
+ .nav-item.active { color: #263238; font-weight: 700; }
104
+ .nav-item svg { width: 60px; height: 60px; fill: none; stroke: #7A8B97; stroke-width: 6; }
105
+ .nav-item.active svg { stroke: #263238; }
106
+ .fab {
107
+ position: absolute; left: 50%; transform: translateX(-50%);
108
+ bottom: 80px; width: 128px; height: 128px; border-radius: 50%;
109
+ background: #06B6E6; box-shadow: 0 8px 24px rgba(0,0,0,0.24);
110
+ display: flex; align-items: center; justify-content: center;
111
+ }
112
+ .fab svg { width: 72px; height: 72px; stroke: #fff; stroke-width: 10; }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+ <!-- Simulated device status bar -->
118
+ <div class="status-bar">
119
+ <div class="status-left">
120
+ <div>1:21</div>
121
+ <div class="status-dot"></div>
122
+ </div>
123
+ <div class="status-right">
124
+ <div>100%</div>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="content">
129
+ <div class="top-actions">
130
+ <div class="top-left">
131
+ <div class="bell">
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M12 3c-3 0-5 2-5 5v3c0 .9-.5 1.7-1.3 2.1L4 14v2h16v-2l-1.7-.9c-.8-.4-1.3-1.2-1.3-2.1V8c0-3-2-5-5-5z"/>
134
+ <path d="M9 18a3 3 0 0 0 6 0"/>
135
+ </svg>
136
+ <div class="badge">1</div>
137
+ </div>
138
+ </div>
139
+ <div class="top-right">
140
+ <div class="icon-btn">
141
+ <svg viewBox="0 0 24 24">
142
+ <circle cx="11" cy="11" r="7"></circle>
143
+ <path d="M20 20l-4-4"></path>
144
+ </svg>
145
+ </div>
146
+ <div class="avatar">
147
+ <svg viewBox="0 0 24 24">
148
+ <circle cx="12" cy="9" r="4"></circle>
149
+ <path d="M4 20c2.5-4 13.5-4 16 0" />
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <div class="title">Home</div>
156
+
157
+ <div class="section-head">
158
+ <div class="section-title">Recent Videos</div>
159
+ <div class="view-all">View all</div>
160
+ </div>
161
+
162
+ <div class="video-card">
163
+ <div class="thumbnail">
164
+ [IMG: Video Thumbnail]
165
+ <div class="duration">00:16</div>
166
+ </div>
167
+ <div class="card-body">
168
+ <div>
169
+ <div class="card-title">Untitled</div>
170
+ <div class="card-meta">0 views • 1 minute ago</div>
171
+ </div>
172
+ <div class="more-btn" aria-label="more options">
173
+ <svg viewBox="0 0 24 24">
174
+ <circle cx="12" cy="5" r="2"/>
175
+ <circle cx="12" cy="12" r="2"/>
176
+ <circle cx="12" cy="19" r="2"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Bottom navigation bar -->
184
+ <div class="bottom-nav">
185
+ <div class="nav-item active">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M3 11l9-7 9 7v9H15v-6H9v6H3z" />
188
+ </svg>
189
+ <div>Home</div>
190
+ </div>
191
+ <div class="nav-item">
192
+ <svg viewBox="0 0 24 24">
193
+ <rect x="3" y="4" width="16" height="12" rx="2"/>
194
+ <rect x="6" y="8" width="16" height="12" rx="2" transform="translate(-2,2)"/>
195
+ </svg>
196
+ <div>Library</div>
197
+ </div>
198
+
199
+ <div class="nav-item">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M5 19v-7M12 19V5M19 19v-4"/>
202
+ </svg>
203
+ <div>Analytics</div>
204
+ </div>
205
+ <div class="nav-item">
206
+ <svg viewBox="0 0 24 24">
207
+ <rect x="3" y="5" width="18" height="14" rx="2"/>
208
+ <path d="M10 9l5 3-5 3z"/>
209
+ </svg>
210
+ <div>Watch</div>
211
+ </div>
212
+
213
+ <div class="fab">
214
+ <svg viewBox="0 0 24 24">
215
+ <path d="M12 5v14M5 12h14"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </body>
221
+ </html>
code/5992/5992_16.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Home - Recent Videos</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2160px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 28px;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ position: relative;
21
+ height: 120px;
22
+ background: #0b8fd3;
23
+ color: #fff;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left { font-weight: 600; font-size: 36px; letter-spacing: 0.5px; }
31
+ .status-right { display: flex; align-items: center; gap: 22px; font-size: 30px; }
32
+ .status-icon svg { width: 40px; height: 40px; }
33
+
34
+ /* Toolbar under status bar */
35
+ .toolbar {
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ padding: 28px 40px 0 40px;
40
+ }
41
+ .toolbar-left { position: relative; }
42
+ .notif {
43
+ width: 56px; height: 56px;
44
+ }
45
+ .notif-badge {
46
+ position: absolute;
47
+ top: -6px; left: 36px;
48
+ background: #ff3b30; color: #fff;
49
+ width: 34px; height: 34px; border-radius: 17px;
50
+ font-size: 22px; display: flex; align-items: center; justify-content: center;
51
+ border: 2px solid #fff;
52
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
53
+ }
54
+ .toolbar-right { display: flex; align-items: center; gap: 34px; }
55
+ .icon-btn svg { width: 56px; height: 56px; }
56
+ .avatar {
57
+ width: 68px; height: 68px;
58
+ border-radius: 34px;
59
+ background: #b3e5fc;
60
+ border: 3px solid #7ec9eb;
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .avatar svg { width: 44px; height: 44px; }
64
+
65
+ /* Titles */
66
+ .title {
67
+ padding: 12px 40px 0 40px;
68
+ font-size: 88px;
69
+ font-weight: 800;
70
+ color: #26323f;
71
+ letter-spacing: -0.5px;
72
+ }
73
+ .section-row {
74
+ padding: 36px 40px 12px 40px;
75
+ display: flex;
76
+ align-items: baseline;
77
+ justify-content: space-between;
78
+ }
79
+ .section-title {
80
+ font-size: 46px;
81
+ font-weight: 700;
82
+ color: #37474f;
83
+ }
84
+ .view-all {
85
+ font-size: 40px;
86
+ color: #0b8fd3;
87
+ font-weight: 700;
88
+ }
89
+
90
+ /* Card */
91
+ .card {
92
+ margin: 12px 40px 0 40px;
93
+ background: #fff;
94
+ border-radius: 24px;
95
+ box-shadow: 0 8px 18px rgba(0,0,0,0.12);
96
+ overflow: hidden;
97
+ }
98
+ .thumb {
99
+ position: relative;
100
+ height: 520px;
101
+ background: #E0E0E0;
102
+ border-bottom: 1px solid #BDBDBD;
103
+ display: flex; align-items: center; justify-content: center;
104
+ color: #757575; font-size: 38px; font-weight: 600;
105
+ }
106
+ .time-chip {
107
+ position: absolute;
108
+ right: 18px; bottom: 18px;
109
+ background: rgba(0,0,0,0.85);
110
+ color: #fff; font-size: 34px; font-weight: 700;
111
+ padding: 8px 16px; border-radius: 10px;
112
+ }
113
+ .card-body {
114
+ padding: 28px 28px 36px 28px;
115
+ }
116
+ .card-head {
117
+ display: flex; align-items: center; justify-content: space-between;
118
+ }
119
+ .card-title {
120
+ font-size: 54px; font-weight: 800; color: #22323f;
121
+ }
122
+ .kebab svg { width: 44px; height: 44px; }
123
+ .card-meta {
124
+ margin-top: 10px;
125
+ font-size: 34px; color: #8fa3ad;
126
+ }
127
+
128
+ /* Bottom navigation */
129
+ .bottom-nav {
130
+ position: absolute;
131
+ left: 0; right: 0; bottom: 160px;
132
+ height: 180px;
133
+ background: #ffffff;
134
+ border-top: 1px solid #e5e7ea;
135
+ display: flex; align-items: center; justify-content: space-around;
136
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
137
+ }
138
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #7a8b95; font-size: 32px; }
139
+ .nav-item.active { color: #0b0b0b; font-weight: 700; }
140
+ .nav-item svg { width: 56px; height: 56px; }
141
+ .plus-fab {
142
+ position: absolute;
143
+ bottom: 190px;
144
+ left: 50%; transform: translateX(-50%);
145
+ width: 132px; height: 132px;
146
+ background: #08aeea;
147
+ border-radius: 66px;
148
+ display: flex; align-items: center; justify-content: center;
149
+ box-shadow: 0 8px 20px rgba(8,174,234,0.45);
150
+ border: 6px solid #e9f6fb;
151
+ }
152
+ .plus-fab svg { width: 68px; height: 68px; }
153
+
154
+ /* Gesture bar */
155
+ .gesture-bar {
156
+ position: absolute;
157
+ left: 0; right: 0; bottom: 0;
158
+ height: 160px;
159
+ background: #000;
160
+ }
161
+ .gesture-icons {
162
+ position: absolute; left: 0; right: 0; bottom: 46px;
163
+ display: flex; align-items: center; justify-content: center; gap: 280px;
164
+ }
165
+ .pill {
166
+ width: 160px; height: 16px; background: #8f8f8f; border-radius: 8px;
167
+ }
168
+ .back-arrow {
169
+ width: 42px; height: 42px; border-left: 6px solid #8f8f8f; border-bottom: 6px solid #8f8f8f; transform: rotate(45deg);
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Status Bar -->
177
+ <div class="status-bar">
178
+ <div class="status-left">1:21</div>
179
+ <div class="status-right">
180
+ <span class="status-icon">
181
+ <!-- Do Not Disturb -->
182
+ <svg viewBox="0 0 24 24">
183
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"></circle>
184
+ <rect x="6" y="11" width="12" height="2" fill="#fff"></rect>
185
+ </svg>
186
+ </span>
187
+ <span class="status-icon">
188
+ <!-- Upload arrow -->
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M12 5l-4 4h3v6h2V9h3l-4-4z" fill="#fff"></path>
191
+ <rect x="5" y="18" width="14" height="2" fill="#fff"></rect>
192
+ </svg>
193
+ </span>
194
+ <span style="font-weight:700;">100%</span>
195
+ <span class="status-icon">
196
+ <!-- Battery -->
197
+ <svg viewBox="0 0 28 24">
198
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
199
+ <rect x="4" y="8" width="16" height="8" fill="#fff"></rect>
200
+ <rect x="22" y="9" width="3" height="6" fill="#fff"></rect>
201
+ </svg>
202
+ </span>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Toolbar actions -->
207
+ <div class="toolbar">
208
+ <div class="toolbar-left">
209
+ <!-- Bell -->
210
+ <svg class="notif" viewBox="0 0 24 24">
211
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" fill="#26323f"></path>
212
+ <path d="M18 16H6c0-4 1-7 6-8s6 4 6 8z" fill="none" stroke="#26323f" stroke-width="2" stroke-linecap="round"></path>
213
+ </svg>
214
+ <div class="notif-badge">1</div>
215
+ </div>
216
+ <div class="toolbar-right">
217
+ <!-- Search -->
218
+ <span class="icon-btn">
219
+ <svg viewBox="0 0 24 24">
220
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#26323f" stroke-width="2"></circle>
221
+ <line x1="16" y1="16" x2="21" y2="21" stroke="#26323f" stroke-width="2"></line>
222
+ </svg>
223
+ </span>
224
+ <!-- Avatar -->
225
+ <div class="avatar">
226
+ <svg viewBox="0 0 24 24">
227
+ <circle cx="12" cy="9" r="4" fill="none" stroke="#2b4456" stroke-width="2"></circle>
228
+ <path d="M5 19c2-3 12-3 14 0" fill="none" stroke="#2b4456" stroke-width="2" stroke-linecap="round"></path>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Main title -->
235
+ <div class="title">Home</div>
236
+
237
+ <!-- Recent Videos -->
238
+ <div class="section-row">
239
+ <div class="section-title">Recent Videos</div>
240
+ <div class="view-all">View all</div>
241
+ </div>
242
+
243
+ <!-- Video Card -->
244
+ <div class="card">
245
+ <div class="thumb">
246
+ [IMG: Video Thumbnail]
247
+ <div class="time-chip">00:16</div>
248
+ </div>
249
+ <div class="card-body">
250
+ <div class="card-head">
251
+ <div class="card-title">Untitled</div>
252
+ <div class="kebab">
253
+ <svg viewBox="0 0 24 24">
254
+ <circle cx="12" cy="5" r="2" fill="#90a4ae"></circle>
255
+ <circle cx="12" cy="12" r="2" fill="#90a4ae"></circle>
256
+ <circle cx="12" cy="19" r="2" fill="#90a4ae"></circle>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+ <div class="card-meta">0 views • 1 minute ago</div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Bottom Navigation -->
265
+ <div class="bottom-nav">
266
+ <div class="nav-item active">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M12 5l8 7v8h-5v-5H9v5H4v-8l8-7z" fill="#26323f"></path>
269
+ </svg>
270
+ <div>Home</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24">
274
+ <rect x="5" y="5" width="14" height="10" rx="2" ry="2" fill="none" stroke="#7a8b95" stroke-width="2"></rect>
275
+ <rect x="7" y="17" width="10" height="2" fill="#7a8b95"></rect>
276
+ </svg>
277
+ <div>Library</div>
278
+ </div>
279
+ <div class="nav-item" style="opacity:0;">
280
+ <!-- Spacer for FAB overlap -->
281
+ </div>
282
+ <div class="nav-item">
283
+ <svg viewBox="0 0 24 24">
284
+ <rect x="5" y="5" width="3" height="12" fill="#7a8b95"></rect>
285
+ <rect x="10" y="9" width="3" height="8" fill="#7a8b95"></rect>
286
+ <rect x="15" y="7" width="3" height="10" fill="#7a8b95"></rect>
287
+ </svg>
288
+ <div>Analytics</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <svg viewBox="0 0 24 24">
292
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#7a8b95" stroke-width="2"></rect>
293
+ <polygon points="11,10 16,12 11,14" fill="#7a8b95"></polygon>
294
+ </svg>
295
+ <div>Watch</div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Center FAB -->
300
+ <div class="plus-fab">
301
+ <svg viewBox="0 0 24 24">
302
+ <line x1="12" y1="5" x2="12" y2="19" stroke="#fff" stroke-width="3" stroke-linecap="round"></line>
303
+ <line x1="5" y1="12" x2="19" y2="12" stroke="#fff" stroke-width="3" stroke-linecap="round"></line>
304
+ </svg>
305
+ </div>
306
+
307
+ <!-- Gesture bar -->
308
+ <div class="gesture-bar">
309
+ <div class="gesture-icons">
310
+ <div class="back-arrow"></div>
311
+ <div class="pill"></div>
312
+ </div>
313
+ </div>
314
+
315
+ </div>
316
+ </body>
317
+ </html>
code/5992/5992_17.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI - Home</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2160px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #1f2d36;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ background: #0A8ECF;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ color: #fff;
31
+ font-size: 34px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ gap: 28px;
36
+ align-items: center;
37
+ opacity: 0.95;
38
+ }
39
+ .status-icon {
40
+ width: 36px; height: 36px;
41
+ border-radius: 8px;
42
+ background: rgba(255,255,255,0.25);
43
+ }
44
+
45
+ /* Page content */
46
+ .page {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ right: 0;
51
+ bottom: 0;
52
+ overflow-y: auto;
53
+ padding: 28px 32px 260px 32px;
54
+ }
55
+
56
+ /* Header actions (search + avatar) */
57
+ .header-actions {
58
+ position: absolute;
59
+ right: 32px;
60
+ top: 160px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 28px;
64
+ }
65
+ .icon-btn {
66
+ width: 64px; height: 64px;
67
+ display: flex; align-items: center; justify-content: center;
68
+ border-radius: 50%;
69
+ background: #ffffff;
70
+ }
71
+ .avatar {
72
+ width: 64px; height: 64px;
73
+ border-radius: 50%;
74
+ background: #E0E0E0;
75
+ border: 2px solid #8bd1ea;
76
+ display: flex; align-items: center; justify-content: center;
77
+ color: #757575;
78
+ font-size: 20px;
79
+ }
80
+
81
+ /* Notification bell */
82
+ .notif {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 12px;
86
+ margin-top: 32px;
87
+ margin-left: 16px;
88
+ }
89
+ .notif-badge {
90
+ position: relative;
91
+ display: inline-block;
92
+ }
93
+ .notif-dot {
94
+ position: absolute;
95
+ top: -6px; right: -8px;
96
+ background: #ef3a3a; color: #fff;
97
+ font-size: 22px; line-height: 22px;
98
+ border-radius: 50%;
99
+ width: 30px; height: 30px;
100
+ display: flex; align-items: center; justify-content: center;
101
+ border: 2px solid #fff;
102
+ }
103
+
104
+ /* Titles */
105
+ .title {
106
+ font-size: 88px;
107
+ font-weight: 800;
108
+ margin: 24px 0 24px 16px;
109
+ color: #243642;
110
+ }
111
+ .section-row {
112
+ display: flex;
113
+ align-items: baseline;
114
+ justify-content: space-between;
115
+ margin: 12px 16px 24px 16px;
116
+ }
117
+ .section-title {
118
+ font-size: 44px;
119
+ font-weight: 700;
120
+ color: #2f3f4a;
121
+ }
122
+ .section-link {
123
+ font-size: 38px;
124
+ color: #0A8ECF;
125
+ font-weight: 700;
126
+ }
127
+
128
+ /* Video card */
129
+ .card {
130
+ width: 1016px;
131
+ margin: 0 16px 28px 16px;
132
+ background: #fff;
133
+ border-radius: 22px;
134
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
135
+ border: 1px solid #e9eef2;
136
+ overflow: hidden;
137
+ }
138
+ .thumb {
139
+ position: relative;
140
+ width: 100%;
141
+ height: 540px;
142
+ background: #E0E0E0;
143
+ border-bottom: 1px solid #BDBDBD;
144
+ display: flex; align-items: center; justify-content: center;
145
+ color: #757575; font-size: 36px; font-weight: 600;
146
+ }
147
+ .time-chip {
148
+ position: absolute;
149
+ right: 16px;
150
+ bottom: 16px;
151
+ background: rgba(0,0,0,0.85);
152
+ color: #fff;
153
+ font-size: 32px;
154
+ padding: 8px 14px;
155
+ border-radius: 8px;
156
+ }
157
+ .card-body {
158
+ padding: 24px 28px 28px 28px;
159
+ position: relative;
160
+ }
161
+ .card-title {
162
+ font-size: 56px;
163
+ font-weight: 800;
164
+ margin: 8px 0 8px 0;
165
+ color: #1f2d36;
166
+ }
167
+ .card-sub {
168
+ font-size: 34px;
169
+ color: #8da2b1;
170
+ }
171
+ .menu {
172
+ position: absolute;
173
+ right: 20px;
174
+ top: 24px;
175
+ width: 56px; height: 56px;
176
+ display: flex; align-items: center; justify-content: center;
177
+ border-radius: 50%;
178
+ }
179
+
180
+ /* Bottom navigation */
181
+ .bottom-nav {
182
+ position: absolute;
183
+ left: 0; right: 0; bottom: 0;
184
+ height: 220px;
185
+ background: #ffffff;
186
+ border-top: 1px solid #e6eaee;
187
+ display: flex;
188
+ align-items: flex-end;
189
+ justify-content: space-around;
190
+ padding: 22px 24px 24px 24px;
191
+ }
192
+ .nav-item {
193
+ width: 180px;
194
+ display: flex;
195
+ flex-direction: column;
196
+ align-items: center;
197
+ gap: 14px;
198
+ color: #6f8492;
199
+ font-size: 32px;
200
+ }
201
+ .nav-item.active { color: #0A8ECF; }
202
+ .nav-icon {
203
+ width: 64px; height: 64px;
204
+ }
205
+ /* Center FAB */
206
+ .fab {
207
+ position: absolute;
208
+ left: 50%;
209
+ bottom: 140px;
210
+ transform: translateX(-50%);
211
+ width: 140px; height: 140px;
212
+ background: #0A8ECF;
213
+ border-radius: 50%;
214
+ display: flex; align-items: center; justify-content: center;
215
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
216
+ }
217
+ .fab svg { width: 72px; height: 72px; }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <!-- Status bar -->
224
+ <div class="status-bar">
225
+ <div class="status-left">1:21</div>
226
+ <div class="status-right">
227
+ <div class="status-icon"></div>
228
+ <div class="status-icon"></div>
229
+ <div style="font-weight:700;">100%</div>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="page">
234
+ <!-- Header actions -->
235
+ <div class="header-actions">
236
+ <div class="icon-btn">
237
+ <!-- Search icon -->
238
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
239
+ <circle cx="11" cy="11" r="7" stroke="#26343d" stroke-width="2"></circle>
240
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#26343d" stroke-width="2" stroke-linecap="round"></line>
241
+ </svg>
242
+ </div>
243
+ <div class="avatar">Avatar</div>
244
+ </div>
245
+
246
+ <!-- Notification bell -->
247
+ <div class="notif">
248
+ <div class="notif-badge">
249
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
250
+ <path d="M12 3c-3 0-5 2.5-5 5.5V11l-1.5 2.5c-.3.6.1 1.5.8 1.5h11.4c.7 0 1.1-.9.8-1.5L17 11V8.5C17 5.5 15 3 12 3z" stroke="#10232d" stroke-width="2" fill="none" />
251
+ <path d="M9.5 18c.6 1.4 2.4 1.4 3 0" stroke="#10232d" stroke-width="2" stroke-linecap="round"/>
252
+ </svg>
253
+ <div class="notif-dot">1</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Main title -->
258
+ <div class="title">Home</div>
259
+
260
+ <!-- Section header -->
261
+ <div class="section-row">
262
+ <div class="section-title">Recent Videos</div>
263
+ <div class="section-link">View all</div>
264
+ </div>
265
+
266
+ <!-- Video card -->
267
+ <div class="card">
268
+ <div class="thumb">
269
+ [IMG: Video Thumbnail]
270
+ <div class="time-chip">00:16</div>
271
+ </div>
272
+ <div class="card-body">
273
+ <div class="card-title">Untitled</div>
274
+ <div class="card-sub">0 views • 2 minutes ago</div>
275
+ <div class="menu">
276
+ <!-- Vertical more icon -->
277
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#8da2b1">
278
+ <circle cx="12" cy="5" r="2"></circle>
279
+ <circle cx="12" cy="12" r="2"></circle>
280
+ <circle cx="12" cy="19" r="2"></circle>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+
288
+ <!-- Floating Action Button -->
289
+ <div class="fab">
290
+ <svg viewBox="0 0 24 24">
291
+ <path d="M12 5v14M5 12h14" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round"/>
292
+ </svg>
293
+ </div>
294
+
295
+ <!-- Bottom Navigation -->
296
+ <div class="bottom-nav">
297
+ <div class="nav-item active">
298
+ <svg class="nav-icon" viewBox="0 0 24 24">
299
+ <path d="M4 10l8-6 8 6v9a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1z" fill="#0A8ECF"/>
300
+ </svg>
301
+ <div>Home</div>
302
+ </div>
303
+ <div class="nav-item">
304
+ <svg class="nav-icon" viewBox="0 0 24 24">
305
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#6f8492"></rect>
306
+ <polygon points="10,12 14,14 10,16" fill="#ffffff"></polygon>
307
+ </svg>
308
+ <div>Library</div>
309
+ </div>
310
+ <div class="nav-item" style="opacity:0;">
311
+ <!-- spacer for center FAB -->
312
+ </div>
313
+ <div class="nav-item">
314
+ <svg class="nav-icon" viewBox="0 0 24 24">
315
+ <rect x="5" y="12" width="3" height="7" fill="#6f8492"></rect>
316
+ <rect x="10" y="9" width="3" height="10" fill="#6f8492"></rect>
317
+ <rect x="15" y="6" width="3" height="13" fill="#6f8492"></rect>
318
+ </svg>
319
+ <div>Analytics</div>
320
+ </div>
321
+ <div class="nav-item">
322
+ <svg class="nav-icon" viewBox="0 0 24 24">
323
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#6f8492"></rect>
324
+ <polygon points="11,10 15,12 11,14" fill="#ffffff"></polygon>
325
+ </svg>
326
+ <div>Watch</div>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/5992/5992_18.html ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Library UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2160px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 28px;
15
+ box-shadow: 0 10px 40px rgba(0,0,0,0.15);
16
+ color: #263238;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ background: #0396d8;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-bar .time { flex: 1; }
32
+ .status-bar .icons { display: flex; align-items: center; gap: 28px; }
33
+ .status-icon {
34
+ width: 38px; height: 38px; border-radius: 6px; border: 2px solid rgba(255,255,255,0.9);
35
+ }
36
+ .battery { display: flex; align-items: center; gap: 10px; font-size: 34px; }
37
+
38
+ /* Header area */
39
+ .header {
40
+ position: relative;
41
+ padding: 30px 40px 24px 40px;
42
+ background: #ffffff;
43
+ }
44
+ .header-top {
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: space-between;
48
+ margin-top: 8px;
49
+ }
50
+ .notif {
51
+ position: absolute;
52
+ left: 40px;
53
+ top: 30px;
54
+ }
55
+ .notif .badge {
56
+ position: absolute;
57
+ top: -10px;
58
+ left: 44px;
59
+ background: #ff5252;
60
+ color: #fff;
61
+ font-size: 26px;
62
+ font-weight: 700;
63
+ width: 40px; height: 40px;
64
+ border-radius: 20px;
65
+ display: flex; align-items: center; justify-content: center;
66
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
67
+ }
68
+ .right-icons { display: flex; align-items: center; gap: 28px; }
69
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; border-radius: 32px; }
70
+ .avatar {
71
+ width: 76px; height: 76px; border-radius: 50%;
72
+ border: 4px solid #8fd8f6;
73
+ display: flex; align-items: center; justify-content: center;
74
+ background: #e8f7ff;
75
+ }
76
+
77
+ .title {
78
+ font-size: 84px;
79
+ margin: 64px 0 12px 0;
80
+ font-weight: 800;
81
+ letter-spacing: 0.5px;
82
+ }
83
+
84
+ /* Tabs */
85
+ .tabs {
86
+ display: flex;
87
+ align-items: center;
88
+ gap: 60px;
89
+ font-size: 42px;
90
+ padding: 16px 0 0 0;
91
+ border-bottom: 4px solid #e9edf1;
92
+ }
93
+ .tab { color: #8fa2af; padding-bottom: 22px; }
94
+ .tab.active { color: #03a9f4; border-bottom: 8px solid #03a9f4; }
95
+
96
+ /* Sort row */
97
+ .sort-row {
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: space-between;
101
+ color: #78909C;
102
+ font-size: 32px;
103
+ letter-spacing: 0.4px;
104
+ padding: 28px 40px 6px 40px;
105
+ }
106
+ .sort-left { font-weight: 700; }
107
+ .sort-right { display: flex; align-items: center; gap: 24px; }
108
+ .muted { color: #90A4AE; }
109
+ .divider { height: 2px; background: #edf2f6; margin: 20px 0; }
110
+
111
+ /* Folder items */
112
+ .list { padding: 0 40px; }
113
+ .folder-item {
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 32px 0;
117
+ }
118
+ .folder-thumb {
119
+ width: 220px; height: 170px;
120
+ border-radius: 18px;
121
+ display: flex; align-items: center; justify-content: center;
122
+ margin-right: 36px;
123
+ }
124
+ .folder-name { font-size: 44px; font-weight: 700; margin-bottom: 8px; }
125
+ .folder-sub { font-size: 34px; color: #90A4AE; }
126
+ .spacer { flex: 1; }
127
+ .kebab { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
128
+
129
+ /* FAB folder-add */
130
+ .fab {
131
+ position: absolute;
132
+ right: 40px;
133
+ bottom: 360px;
134
+ width: 140px; height: 140px;
135
+ background: #ffffff;
136
+ border-radius: 70px;
137
+ box-shadow: 0 12px 32px rgba(0,0,0,0.15);
138
+ display: flex; align-items: center; justify-content: center;
139
+ }
140
+
141
+ /* Bottom navigation */
142
+ .bottom-bar {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 220px;
146
+ background: #ffffff;
147
+ border-top: 2px solid #e9edf1;
148
+ display: grid;
149
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
150
+ align-items: end;
151
+ padding-bottom: 28px;
152
+ }
153
+ .nav-item {
154
+ text-align: center;
155
+ color: #90A4AE;
156
+ font-size: 30px;
157
+ }
158
+ .nav-item .label { margin-top: 12px; }
159
+ .nav-item.active { color: #263238; font-weight: 700; }
160
+ .nav-icon { width: 64px; height: 64px; margin: 0 auto; }
161
+ .nav-plus {
162
+ position: absolute;
163
+ left: 50%; transform: translateX(-50%);
164
+ bottom: 94px;
165
+ width: 140px; height: 140px; border-radius: 70px;
166
+ background: #03a9f4; box-shadow: 0 12px 32px rgba(0,0,0,0.18);
167
+ display: flex; align-items: center; justify-content: center;
168
+ }
169
+ .nav-plus svg { width: 72px; height: 72px; }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status Bar -->
176
+ <div class="status-bar">
177
+ <div class="time">1:23</div>
178
+ <div class="icons">
179
+ <div class="status-icon"></div>
180
+ <div class="status-icon" style="border-radius:50%"></div>
181
+ <div class="battery">
182
+ <svg width="52" height="30" viewBox="0 0 52 30" fill="none">
183
+ <rect x="2" y="6" width="42" height="18" rx="4" stroke="white" stroke-width="3"></rect>
184
+ <rect x="6" y="10" width="34" height="10" rx="2" fill="white"></rect>
185
+ <rect x="46" y="12" width="6" height="6" rx="2" fill="white"></rect>
186
+ </svg>
187
+ 100%
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Header -->
193
+ <div class="header">
194
+ <div class="notif">
195
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#263238">
196
+ <path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11a6 6 0 0 0-12 0v5l-2 2v1h16v-1l-2-2z"/>
197
+ </svg>
198
+ <span class="badge">1</span>
199
+ </div>
200
+
201
+ <div class="header-top">
202
+ <div></div>
203
+ <div class="right-icons">
204
+ <div class="icon-btn">
205
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
206
+ <circle cx="11" cy="11" r="7" stroke="#263238" stroke-width="2"></circle>
207
+ <path d="M20 20l-4-4" stroke="#263238" stroke-width="2" stroke-linecap="round"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="avatar">
211
+ <svg width="56" height="56" viewBox="0 0 56 56" fill="none">
212
+ <circle cx="28" cy="28" r="26" stroke="#63c9f3" stroke-width="4" fill="#cdefff"></circle>
213
+ <circle cx="20" cy="24" r="3" fill="#27637a"></circle>
214
+ <circle cx="36" cy="24" r="3" fill="#27637a"></circle>
215
+ <path d="M18 36c6 6 14 6 20 0" stroke="#27637a" stroke-width="3" stroke-linecap="round"></path>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="title">Library</div>
222
+
223
+ <div class="tabs">
224
+ <div class="tab active">Library</div>
225
+ <div class="tab">Showcases</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Sort Row -->
230
+ <div class="sort-row">
231
+ <div class="sort-left">2 ITEMS</div>
232
+ <div class="sort-right">
233
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
234
+ <path d="M7 10l5 5 5-5" stroke="#607D8B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
235
+ </svg>
236
+ <div class="muted" style="font-weight:700;">DATE ADDED</div>
237
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#607D8B">
238
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
239
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
240
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
241
+ <rect x="14" y="14" width="7" height="7" rx="1"></rect>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="list">
247
+ <!-- Item 1 -->
248
+ <div class="folder-item">
249
+ <div class="folder-thumb">
250
+ <svg width="220" height="170" viewBox="0 0 220 170">
251
+ <path d="M20 44h56l14 18h90a20 20 0 0 1 20 20v58a20 20 0 0 1-20 20H40a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20z" fill="#bde9fb" stroke="#9bdcf8" stroke-width="4" />
252
+ <rect x="20" y="70" width="180" height="88" rx="16" fill="#bde9fb" />
253
+ </svg>
254
+ </div>
255
+ <div>
256
+ <div class="folder-name">favourite</div>
257
+ <div class="folder-sub">1 item</div>
258
+ </div>
259
+ <div class="spacer"></div>
260
+ <div class="kebab">
261
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#607D8B">
262
+ <circle cx="12" cy="5" r="2"></circle>
263
+ <circle cx="12" cy="12" r="2"></circle>
264
+ <circle cx="12" cy="19" r="2"></circle>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="divider"></div>
270
+
271
+ <!-- Item 2 -->
272
+ <div class="folder-item">
273
+ <div class="folder-thumb">
274
+ <svg width="220" height="170" viewBox="0 0 220 170">
275
+ <path d="M20 44h56l14 18h90a20 20 0 0 1 20 20v58a20 20 0 0 1-20 20H40a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20z" fill="#bde9fb" stroke="#9bdcf8" stroke-width="4" />
276
+ <rect x="20" y="70" width="180" height="88" rx="16" fill="#bde9fb" />
277
+ </svg>
278
+ </div>
279
+ <div>
280
+ <div class="folder-name">Ghk</div>
281
+ <div class="folder-sub">0 items</div>
282
+ </div>
283
+ <div class="spacer"></div>
284
+ <div class="kebab">
285
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#607D8B">
286
+ <circle cx="12" cy="5" r="2"></circle>
287
+ <circle cx="12" cy="12" r="2"></circle>
288
+ <circle cx="12" cy="19" r="2"></circle>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Floating Action Button (folder +) -->
295
+ <div class="fab">
296
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="none">
297
+ <path d="M3 7h5l2 2h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a2 2 0 0 1 2-2z" stroke="#263238" stroke-width="2" fill="none"></path>
298
+ <path d="M12 12v6M9 15h6" stroke="#263238" stroke-width="2" stroke-linecap="round"></path>
299
+ </svg>
300
+ </div>
301
+
302
+ <!-- Bottom Navigation -->
303
+ <div class="bottom-bar">
304
+ <div class="nav-item">
305
+ <div class="nav-icon">
306
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none">
307
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-9z" stroke="#90A4AE" stroke-width="2" fill="none"/>
308
+ </svg>
309
+ </div>
310
+ <div class="label">Home</div>
311
+ </div>
312
+ <div class="nav-item active">
313
+ <div class="nav-icon">
314
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none">
315
+ <rect x="3" y="4" width="18" height="16" rx="2" stroke="#263238" stroke-width="2"></rect>
316
+ <path d="M8 8h8v8H8z" fill="#263238" opacity="0.15"></path>
317
+ </svg>
318
+ </div>
319
+ <div class="label">Library</div>
320
+ </div>
321
+ <div class="nav-item">
322
+ <div class="nav-icon"></div>
323
+ <div class="label"></div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <div class="nav-icon">
327
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none">
328
+ <path d="M4 20v-6m5 6v-9m5 9V8m5 12V4" stroke="#90A4AE" stroke-width="2" stroke-linecap="round"/>
329
+ </svg>
330
+ </div>
331
+ <div class="label">Analytics</div>
332
+ </div>
333
+ <div class="nav-item">
334
+ <div class="nav-icon">
335
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none">
336
+ <rect x="4" y="6" width="16" height="12" rx="2" stroke="#90A4AE" stroke-width="2"></rect>
337
+ <path d="M10 9l5 3-5 3V9z" fill="#90A4AE"></path>
338
+ </svg>
339
+ </div>
340
+ <div class="label">Watch</div>
341
+ </div>
342
+
343
+ <div class="nav-plus">
344
+ <svg viewBox="0 0 24 24" fill="none">
345
+ <circle cx="12" cy="12" r="11" fill="none"></circle>
346
+ <path d="M12 6v12M6 12h12" stroke="#ffffff" stroke-width="3" stroke-linecap="round"></path>
347
+ </svg>
348
+ </div>
349
+ </div>
350
+
351
+ </div>
352
+ </body>
353
+ </html>
code/5992/5992_2.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Home UI</title>
7
+ <style>
8
+ * { box-sizing: border-box; }
9
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #0f172a; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2160px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #ffffff;
16
+ border-radius: 24px;
17
+ box-shadow: 0 12px 40px rgba(0,0,0,0.15);
18
+ }
19
+
20
+ /* Status bar */
21
+ .statusbar {
22
+ height: 120px;
23
+ background: #0aa3d6;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 40px;
28
+ font-weight: 600;
29
+ }
30
+ .statusbar .time { font-size: 44px; }
31
+ .statusbar .right { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: 34px; opacity: 0.95; }
32
+ .statusbar svg { fill: none; stroke: #fff; }
33
+
34
+ /* Top area */
35
+ .top-row {
36
+ padding: 36px 48px 12px 48px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ }
41
+ .bell-wrap { position: relative; width: 56px; height: 56px; display: flex; align-items: center; }
42
+ .bell-wrap .badge {
43
+ position: absolute;
44
+ top: -6px;
45
+ left: 32px;
46
+ background: #ef4444;
47
+ color: #fff;
48
+ border-radius: 999px;
49
+ font-size: 28px;
50
+ line-height: 36px;
51
+ height: 36px;
52
+ min-width: 36px;
53
+ text-align: center;
54
+ padding: 0 6px;
55
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
56
+ }
57
+ .right-icons {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 28px;
61
+ }
62
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
63
+ .avatar {
64
+ width: 72px; height: 72px;
65
+ border-radius: 50%;
66
+ background: #e6f6ff;
67
+ border: 4px solid #9ad8f1;
68
+ display: flex; align-items: center; justify-content: center;
69
+ }
70
+ .avatar svg { width: 46px; height: 46px; stroke: #0f172a; }
71
+
72
+ /* Title */
73
+ .page-title {
74
+ font-size: 92px;
75
+ font-weight: 800;
76
+ letter-spacing: -0.5px;
77
+ padding: 0 48px;
78
+ margin: 10px 0 14px 0;
79
+ }
80
+
81
+ /* Card */
82
+ .card {
83
+ margin: 24px 32px 0 32px;
84
+ border: 2px solid #e5e7eb;
85
+ border-radius: 28px;
86
+ padding: 80px 60px;
87
+ background: #ffffff;
88
+ }
89
+ .illustration {
90
+ width: 480px; height: 480px;
91
+ margin: 0 auto 52px auto;
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ border-radius: 50%;
95
+ display: flex; align-items: center; justify-content: center;
96
+ color: #757575;
97
+ font-size: 36px; text-align: center;
98
+ }
99
+ .card h2 {
100
+ text-align: center;
101
+ font-size: 58px;
102
+ color: #1f2a37;
103
+ margin: 0 0 40px 0;
104
+ font-weight: 700;
105
+ }
106
+ .btn {
107
+ height: 128px;
108
+ border-radius: 64px;
109
+ font-size: 44px;
110
+ font-weight: 800;
111
+ border: none;
112
+ display: block;
113
+ width: 880px;
114
+ margin: 0 auto;
115
+ cursor: pointer;
116
+ }
117
+ .btn-primary {
118
+ background: #0bb5ea;
119
+ color: #ffffff;
120
+ box-shadow: 0 6px 16px rgba(11,181,234,0.35);
121
+ }
122
+ .btn-secondary {
123
+ margin-top: 26px;
124
+ background: #eef2f7;
125
+ color: #243441;
126
+ }
127
+
128
+ /* Bottom navigation */
129
+ .bottom-nav {
130
+ position: absolute;
131
+ left: 0; right: 0; bottom: 0;
132
+ height: 190px;
133
+ background: #ffffff;
134
+ border-top: 1px solid #e5e7eb;
135
+ display: flex; align-items: center; justify-content: space-around;
136
+ padding: 24px 24px 18px 24px;
137
+ }
138
+ .nav-item {
139
+ flex: 1;
140
+ text-align: center;
141
+ color: #607d8b;
142
+ font-size: 36px;
143
+ font-weight: 600;
144
+ }
145
+ .nav-item .icon {
146
+ margin: 0 auto 10px auto;
147
+ width: 56px; height: 56px;
148
+ }
149
+ .nav-item.active { color: #0f172a; }
150
+ .fab {
151
+ position: absolute;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ top: -64px;
155
+ width: 160px; height: 160px;
156
+ background: #0bb5ea;
157
+ border-radius: 50%;
158
+ display: flex; align-items: center; justify-content: center;
159
+ box-shadow: 0 8px 20px rgba(11,181,234,0.45);
160
+ }
161
+ .fab svg { width: 80px; height: 80px; stroke: #ffffff; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status bar -->
168
+ <div class="statusbar">
169
+ <div class="time">1:02</div>
170
+ <div class="right">
171
+ <!-- simple icons to mimic system status -->
172
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke-width="2"/></svg>
173
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M3 7h16v10H3z" stroke-width="2"/><path d="M21 9v6" stroke-width="2"/></svg>
174
+ <span>100%</span>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Top icons row -->
179
+ <div class="top-row">
180
+ <div class="bell-wrap">
181
+ <svg width="56" height="56" viewBox="0 0 24 24" class="icon-btn">
182
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" stroke="#0f172a" stroke-width="2" fill="none"/>
183
+ <path d="M18 16V11a6 6 0 10-12 0v5l-2 2h16l-2-2z" stroke="#0f172a" stroke-width="2" fill="none"/>
184
+ </svg>
185
+ <div class="badge">1</div>
186
+ </div>
187
+ <div class="right-icons">
188
+ <div class="icon-btn">
189
+ <svg width="54" height="54" viewBox="0 0 24 24">
190
+ <circle cx="10.5" cy="10.5" r="7.5" stroke="#0f172a" stroke-width="2" fill="none"></circle>
191
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#0f172a" stroke-width="2"></line>
192
+ </svg>
193
+ </div>
194
+ <div class="avatar">
195
+ <svg viewBox="0 0 24 24">
196
+ <circle cx="12" cy="9" r="3" stroke-width="2" fill="none"></circle>
197
+ <path d="M4 20c2-4 14-4 16 0" stroke-width="2" fill="none" stroke-linecap="round"></path>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Title -->
204
+ <div class="page-title">Home</div>
205
+
206
+ <!-- Main card -->
207
+ <div class="card">
208
+ <div class="illustration">[IMG: Video Illustration]</div>
209
+ <h2>Add your first video</h2>
210
+ <button class="btn btn-primary">Upload a video</button>
211
+ <button class="btn btn-secondary">Record a video</button>
212
+ </div>
213
+
214
+ <!-- Bottom navigation -->
215
+ <div class="bottom-nav">
216
+ <div class="fab">
217
+ <svg viewBox="0 0 24 24" fill="none">
218
+ <path d="M12 5v14M5 12h14" stroke-width="2" stroke-linecap="round"></path>
219
+ </svg>
220
+ </div>
221
+
222
+ <div class="nav-item active">
223
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
224
+ <path d="M3 10l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" stroke="#0f172a" stroke-width="2"></path>
225
+ </svg>
226
+ Home
227
+ </div>
228
+ <div class="nav-item">
229
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
230
+ <rect x="4" y="6" width="12" height="10" rx="2" stroke="#607d8b" stroke-width="2"></rect>
231
+ <rect x="8" y="9" width="12" height="10" rx="2" stroke="#607d8b" stroke-width="2"></rect>
232
+ </svg>
233
+ Library
234
+ </div>
235
+ <div class="nav-item" style="visibility:hidden;">+</div>
236
+ <div class="nav-item">
237
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
238
+ <rect x="4" y="11" width="3" height="8" rx="1" stroke="#607d8b" stroke-width="2"></rect>
239
+ <rect x="10.5" y="8" width="3" height="11" rx="1" stroke="#607d8b" stroke-width="2"></rect>
240
+ <rect x="17" y="5" width="3" height="14" rx="1" stroke="#607d8b" stroke-width="2"></rect>
241
+ </svg>
242
+ Analytics
243
+ </div>
244
+ <div class="nav-item">
245
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
246
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#607d8b" stroke-width="2"></rect>
247
+ <polygon points="10,10 15,12 10,14" fill="#607d8b"></polygon>
248
+ </svg>
249
+ Watch
250
+ </div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/5992/5992_3.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Library UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2160px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 24px;
14
+ box-shadow: 0 6px 24px rgba(0,0,0,0.12);
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 100px; background: #0EA4DE;
20
+ color: #fff; font-weight: 600;
21
+ }
22
+ .status-content {
23
+ display: flex; align-items: center; justify-content: space-between;
24
+ padding: 0 36px; height: 100%;
25
+ font-size: 44px;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 24px; }
28
+ .status-icon {
29
+ width: 40px; height: 40px; border: 2px solid rgba(255,255,255,0.9); border-radius: 50%;
30
+ }
31
+ .battery {
32
+ display: inline-flex; align-items: center; gap: 10px; font-size: 36px;
33
+ }
34
+ /* Header */
35
+ .header {
36
+ position: absolute; top: 100px; left: 0; right: 0;
37
+ background: #fff; padding: 32px 40px 0 40px;
38
+ }
39
+ .top-actions {
40
+ position: absolute; top: 24px; right: 40px; display: flex; align-items: center; gap: 28px;
41
+ }
42
+ .action-btn {
43
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
44
+ border-radius: 36px; background: #ffffff; border: 0; box-shadow: none;
45
+ }
46
+ .avatar {
47
+ width: 72px; height: 72px; border-radius: 50%;
48
+ border: 6px solid #8AD3ED; display: flex; align-items: center; justify-content: center;
49
+ background: #DDF4FD;
50
+ }
51
+ .bell-wrap {
52
+ position: absolute; top: 34px; left: 40px; width: 52px; height: 52px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .bell-badge {
56
+ position: absolute; top: -6px; right: -6px; background: #FF5858; color: #fff;
57
+ width: 40px; height: 40px; border-radius: 20px; font-size: 28px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.2);
58
+ }
59
+ .title {
60
+ margin-top: 72px; font-size: 94px; font-weight: 800; color: #23303A; letter-spacing: -0.5px;
61
+ }
62
+ /* Tabs */
63
+ .tabs { margin-top: 36px; display: flex; gap: 64px; align-items: center; }
64
+ .tab {
65
+ font-size: 42px; font-weight: 600; color: #8EA3B1;
66
+ padding: 20px 4px;
67
+ }
68
+ .tab.active { color: #0EA4DE; }
69
+ .tab-indicator {
70
+ width: 220px; height: 6px; background: #0EA4DE; border-radius: 3px; margin-top: 8px;
71
+ }
72
+ .divider-line {
73
+ margin-top: 12px; height: 2px; background: #E7EDF2;
74
+ }
75
+ /* Sort row */
76
+ .sort-row {
77
+ display: grid; grid-template-columns: 1fr auto auto; align-items: center;
78
+ gap: 28px; padding: 24px 40px; color: #516473; font-size: 38px;
79
+ }
80
+ /* Folder item */
81
+ .list-area { padding: 16px 40px 0 40px; }
82
+ .folder-row {
83
+ display: grid; grid-template-columns: 260px 1fr auto; align-items: center;
84
+ gap: 32px; margin-top: 40px;
85
+ }
86
+ .folder-icon {
87
+ width: 240px; height: 180px; background: #BDEBFF; border-radius: 24px;
88
+ position: relative;
89
+ }
90
+ .folder-tab {
91
+ position: absolute; top: 0; left: 0; width: 140px; height: 52px;
92
+ background: #BDEBFF; border-top-left-radius: 24px; border-bottom-right-radius: 20px;
93
+ }
94
+ .file-info .name {
95
+ font-size: 48px; font-weight: 700; color: #23303A;
96
+ }
97
+ .file-info .meta {
98
+ font-size: 36px; color: #8EA3B1; margin-top: 6px;
99
+ }
100
+ .dots {
101
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
102
+ }
103
+ /* Floating quick action (folder +) */
104
+ .quick-fab {
105
+ position: absolute; right: 60px; bottom: 340px;
106
+ width: 140px; height: 140px; border-radius: 70px; background: #ffffff;
107
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
108
+ display: flex; align-items: center; justify-content: center;
109
+ }
110
+ /* Bottom navigation */
111
+ .bottom-bar {
112
+ position: absolute; left: 0; right: 0; bottom: 0;
113
+ height: 180px; background: #ffffff; border-top: 1px solid #E7EDF2;
114
+ display: flex; align-items: center; justify-content: space-around;
115
+ padding: 0 40px;
116
+ }
117
+ .nav-item {
118
+ width: 160px; text-align: center; color: #8EA3B1;
119
+ font-size: 34px; font-weight: 600;
120
+ }
121
+ .nav-item.active { color: #23303A; }
122
+ .center-plus {
123
+ position: absolute; left: 50%; transform: translateX(-50%);
124
+ bottom: 110px; width: 140px; height: 140px; border-radius: 70px;
125
+ background: #0EA4DE; box-shadow: 0 10px 24px rgba(0,0,0,0.25);
126
+ display: flex; align-items: center; justify-content: center;
127
+ }
128
+ /* Simple helpers for icons */
129
+ svg { display: block; }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status bar -->
136
+ <div class="status-bar">
137
+ <div class="status-content">
138
+ <div>1:03</div>
139
+ <div class="status-icons">
140
+ <div class="status-icon"></div>
141
+ <div class="battery">
142
+ <svg width="48" height="32" viewBox="0 0 48 32">
143
+ <rect x="2" y="6" width="38" height="20" rx="4" fill="none" stroke="#fff" stroke-width="3"></rect>
144
+ <rect x="6" y="10" width="30" height="12" rx="2" fill="#fff"></rect>
145
+ <rect x="40" y="12" width="6" height="8" rx="1" fill="#fff"></rect>
146
+ </svg>
147
+ 100%
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Header area -->
154
+ <div class="header">
155
+ <div class="bell-wrap">
156
+ <svg width="52" height="52" viewBox="0 0 24 24">
157
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 1 0-12 0v5l-2 2v1h16v-1l-2-2z" fill="#23303A"></path>
158
+ </svg>
159
+ <div class="bell-badge">1</div>
160
+ </div>
161
+
162
+ <div class="top-actions">
163
+ <button class="action-btn" aria-label="Search">
164
+ <svg width="44" height="44" viewBox="0 0 24 24">
165
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#23303A" stroke-width="2"></circle>
166
+ <path d="M20 20l-4-4" stroke="#23303A" stroke-width="2" stroke-linecap="round"></path>
167
+ </svg>
168
+ </button>
169
+ <div class="avatar">
170
+ <svg width="40" height="40" viewBox="0 0 24 24">
171
+ <circle cx="12" cy="9" r="4" fill="#4BA9CA"></circle>
172
+ <path d="M4 20c2-4 14-4 16 0" stroke="#4BA9CA" stroke-width="2" fill="none" stroke-linecap="round"></path>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="title">Library</div>
178
+
179
+ <div class="tabs">
180
+ <div>
181
+ <div class="tab active">Library</div>
182
+ <div class="tab-indicator"></div>
183
+ </div>
184
+ <div class="tab">Showcases</div>
185
+ </div>
186
+ <div class="divider-line"></div>
187
+ </div>
188
+
189
+ <!-- Sort row -->
190
+ <div style="position:absolute; top: 510px; left:0; right:0;">
191
+ <div class="sort-row">
192
+ <div style="color:#516473; font-weight:700;">1 ITEM</div>
193
+ <div style="display:flex; align-items:center; gap:14px;">
194
+ <svg width="40" height="40" viewBox="0 0 24 24">
195
+ <path d="M12 16l-5-5h10l-5 5z" fill="#788b98"></path>
196
+ </svg>
197
+ <div style="font-size:38px; color:#516473;">DATE ADDED</div>
198
+ </div>
199
+ <div>
200
+ <svg width="44" height="44" viewBox="0 0 24 24">
201
+ <rect x="3" y="3" width="7" height="7" rx="1" fill="#516473"></rect>
202
+ <rect x="14" y="3" width="7" height="7" rx="1" fill="#516473"></rect>
203
+ <rect x="3" y="14" width="7" height="7" rx="1" fill="#516473"></rect>
204
+ <rect x="14" y="14" width="7" height="7" rx="1" fill="#516473"></rect>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- List area -->
211
+ <div class="list-area" style="position:absolute; top: 620px; left:0; right:0;">
212
+ <div class="folder-row">
213
+ <div class="folder-icon">
214
+ <div class="folder-tab"></div>
215
+ </div>
216
+ <div class="file-info">
217
+ <div class="name">Ghk</div>
218
+ <div class="meta">0 items</div>
219
+ </div>
220
+ <div class="dots">
221
+ <svg width="32" height="32" viewBox="0 0 24 24">
222
+ <circle cx="5" cy="12" r="2" fill="#8EA3B1"></circle>
223
+ <circle cx="12" cy="12" r="2" fill="#8EA3B1"></circle>
224
+ <circle cx="19" cy="12" r="2" fill="#8EA3B1"></circle>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Floating quick action: folder + -->
231
+ <div class="quick-fab" aria-label="New Folder">
232
+ <svg width="68" height="68" viewBox="0 0 24 24">
233
+ <path d="M10 5h-6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-9l-1-2z" fill="none" stroke="#23303A" stroke-width="2"></path>
234
+ <path d="M12 12v6M9 15h6" stroke="#23303A" stroke-width="2" stroke-linecap="round"></path>
235
+ </svg>
236
+ </div>
237
+
238
+ <!-- Center blue FAB -->
239
+ <div class="center-plus" aria-label="Add">
240
+ <svg width="72" height="72" viewBox="0 0 24 24">
241
+ <circle cx="12" cy="12" r="10" fill="none"></circle>
242
+ <path d="M12 6v12M6 12h12" stroke="#ffffff" stroke-width="3" stroke-linecap="round"></path>
243
+ </svg>
244
+ </div>
245
+
246
+ <!-- Bottom navigation -->
247
+ <div class="bottom-bar">
248
+ <div class="nav-item">
249
+ <svg width="56" height="56" viewBox="0 0 24 24" style="margin:0 auto 8px">
250
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-14a2 2 0 0 1-2-2z" fill="none" stroke="#8EA3B1" stroke-width="2"></path>
251
+ </svg>
252
+ Home
253
+ </div>
254
+ <div class="nav-item active">
255
+ <svg width="56" height="56" viewBox="0 0 24 24" style="margin:0 auto 8px">
256
+ <rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="#23303A" stroke-width="2"></rect>
257
+ <path d="M9 8l6 4-6 4z" fill="#23303A"></path>
258
+ </svg>
259
+ Library
260
+ </div>
261
+ <div class="nav-item" style="opacity:0;">
262
+ <!-- Placeholder to keep spacing (center FAB overlaps) -->
263
+ </div>
264
+ <div class="nav-item">
265
+ <svg width="56" height="56" viewBox="0 0 24 24" style="margin:0 auto 8px">
266
+ <path d="M4 18v-6l6-3v9M20 18v-10l-6 3v7" fill="none" stroke="#8EA3B1" stroke-width="2" stroke-linejoin="round"></path>
267
+ </svg>
268
+ Analytics
269
+ </div>
270
+ <div class="nav-item">
271
+ <svg width="56" height="56" viewBox="0 0 24 24" style="margin:0 auto 8px">
272
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#8EA3B1" stroke-width="2"></rect>
273
+ <path d="M10 9l5 3-5 3z" fill="#8EA3B1"></path>
274
+ </svg>
275
+ Watch
276
+ </div>
277
+ </div>
278
+
279
+ </div>
280
+ </body>
281
+ </html>
code/5992/5992_4.html ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>New Folder 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: 2160px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+ /* Top bars */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0;
16
+ width: 100%; height: 88px;
17
+ background: #03A9F4; color: #fff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 32px; box-sizing: border-box;
20
+ font-size: 34px;
21
+ }
22
+ .status-icons { display: flex; align-items: center; gap: 28px; color: #fff; }
23
+ .app-bar {
24
+ position: absolute; top: 88px; left: 0;
25
+ width: 100%; height: 144px;
26
+ background: #03A9F4; color: #fff;
27
+ display: flex; align-items: center;
28
+ padding: 0 32px; box-sizing: border-box;
29
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
30
+ }
31
+ .app-title { font-size: 56px; font-weight: 600; margin-left: 24px; }
32
+ .save-action { margin-left: auto; font-size: 40px; font-weight: 600; letter-spacing: 1px; }
33
+
34
+ /* Content */
35
+ .content {
36
+ position: absolute; top: 232px; left: 0; right: 0; bottom: 160px;
37
+ background: #fff;
38
+ }
39
+ .field {
40
+ margin: 36px 32px 0 32px;
41
+ padding-bottom: 32px;
42
+ border-bottom: 4px solid #E5E9EF;
43
+ }
44
+ .field-label {
45
+ font-size: 60px; color: #90A4AE;
46
+ }
47
+
48
+ /* Bottom navigation bar */
49
+ .bottom-bar {
50
+ position: absolute; bottom: 0; left: 0;
51
+ width: 100%; height: 160px; background: #000;
52
+ }
53
+ .nav-back {
54
+ position: absolute; left: 72px; top: 50%;
55
+ transform: translateY(-50%);
56
+ }
57
+ .nav-home {
58
+ position: absolute; left: 50%; top: 50%;
59
+ transform: translate(-50%, -50%);
60
+ width: 140px; height: 26px; border-radius: 18px;
61
+ background: #7A7A7A;
62
+ }
63
+ svg { display: block; }
64
+ </style>
65
+ </head>
66
+ <body>
67
+ <div id="render-target">
68
+
69
+ <!-- Status bar -->
70
+ <div class="status-bar">
71
+ <div class="status-time">1:05</div>
72
+ <div class="status-icons">
73
+ <!-- Do Not Disturb -->
74
+ <svg width="36" height="36" viewBox="0 0 24 24">
75
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"/>
76
+ <rect x="7" y="11" width="10" height="2" fill="#fff"/>
77
+ </svg>
78
+ <!-- Upload indicator (simple arrow up) -->
79
+ <svg width="36" height="36" viewBox="0 0 24 24">
80
+ <path d="M12 5l-5 5h3v6h4V10h3l-5-5z" fill="#fff"/>
81
+ </svg>
82
+ <!-- Wi-Fi -->
83
+ <svg width="36" height="36" viewBox="0 0 24 24">
84
+ <path d="M12 18c.9 0 1.7.4 2.3 1.1l-2.3 2.3-2.3-2.3C10.3 18.4 11.1 18 12 18z" fill="#fff"/>
85
+ <path d="M4.9 12.8c2.1-2 4.8-3.1 7.6-3.1s5.5 1.1 7.6 3.1l-1.7 1.7c-1.6-1.5-3.7-2.4-5.9-2.4s-4.3.9-5.9 2.4l-1.7-1.7z" fill="#fff"/>
86
+ </svg>
87
+ <!-- Battery + percentage -->
88
+ <svg width="50" height="36" viewBox="0 0 28 24">
89
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
90
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#fff"/>
91
+ <rect x="4" y="8" width="16" height="8" fill="#fff"/>
92
+ </svg>
93
+ <div style="font-size:32px;">100%</div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- App bar -->
98
+ <div class="app-bar">
99
+ <!-- Close icon (X) -->
100
+ <svg width="56" height="56" viewBox="0 0 24 24">
101
+ <path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
102
+ </svg>
103
+ <div class="app-title">New Folder</div>
104
+ <div class="save-action">SAVE</div>
105
+ </div>
106
+
107
+ <!-- Content area -->
108
+ <div class="content">
109
+ <div class="field">
110
+ <div class="field-label">Title</div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Bottom navigation bar -->
115
+ <div class="bottom-bar">
116
+ <!-- Back caret -->
117
+ <div class="nav-back">
118
+ <svg width="48" height="48" viewBox="0 0 24 24">
119
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
120
+ </svg>
121
+ </div>
122
+ <!-- Home pill -->
123
+ <div class="nav-home"></div>
124
+ </div>
125
+
126
+ </div>
127
+ </body>
128
+ </html>