yhzheng1031 commited on
Commit
7082718
·
verified ·
1 Parent(s): 5393a95

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/13208/13208_0.html +171 -0
  2. code/13208/13208_1.html +308 -0
  3. code/13208/13208_3.html +200 -0
  4. code/13208/13208_4.html +188 -0
  5. code/13208/13208_5.html +219 -0
  6. code/13208/13208_6.html +359 -0
  7. code/13208/13208_7.html +171 -0
  8. code/13208/13208_8.html +255 -0
  9. code/13208/13208_9.html +264 -0
  10. code/13212/13212_0.html +267 -0
  11. code/13212/13212_1.html +326 -0
  12. code/13212/13212_2.html +470 -0
  13. code/13212/13212_3.html +307 -0
  14. code/13212/13212_4.html +244 -0
  15. code/13212/13212_5.html +257 -0
  16. code/13214/13214_0.html +380 -0
  17. code/13214/13214_1.html +157 -0
  18. code/13214/13214_2.html +286 -0
  19. code/13214/13214_3.html +220 -0
  20. code/13214/13214_4.html +213 -0
  21. code/13214/13214_5.html +246 -0
  22. code/13214/13214_6.html +225 -0
  23. code/13216/13216_0.html +253 -0
  24. code/13216/13216_1.html +238 -0
  25. code/13216/13216_2.html +384 -0
  26. code/13216/13216_3.html +235 -0
  27. code/13216/13216_4.html +228 -0
  28. code/13216/13216_5.html +274 -0
  29. code/13216/13216_6.html +293 -0
  30. code/13219/13219_0.html +505 -0
  31. code/13219/13219_1.html +487 -0
  32. code/13219/13219_3.html +312 -0
  33. code/13224/13224_0.html +220 -0
  34. code/13224/13224_1.html +254 -0
  35. code/13224/13224_2.html +200 -0
  36. code/13224/13224_3.html +350 -0
  37. code/13224/13224_4.html +384 -0
  38. code/13224/13224_5.html +172 -0
  39. code/13224/13224_6.html +191 -0
  40. code/13224/13224_7.html +327 -0
  41. code/13224/13224_8.html +310 -0
  42. code/13224/13224_9.html +381 -0
  43. code/13225/13225_0.html +288 -0
  44. code/13225/13225_1.html +269 -0
  45. code/13225/13225_2.html +270 -0
  46. code/13225/13225_3.html +301 -0
  47. code/13225/13225_4.html +205 -0
  48. code/13225/13225_5.html +145 -0
  49. code/1323/1323_0.html +393 -0
  50. code/1323/1323_1.html +283 -0
code/13208/13208_0.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - LEGO Disney BrickHeadz</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ color:#222;
13
+ }
14
+ .appbar{
15
+ position:relative; height:210px; background:#195ea8; color:#fff;
16
+ padding:50px 36px 0 36px;
17
+ box-sizing:border-box;
18
+ }
19
+ .appbar h1{
20
+ margin:40px 0 0 0; text-align:center; color:#fff; font-size:46px; font-weight:700;
21
+ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
22
+ }
23
+ .icon-btn{ position:absolute; top:92px; width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
24
+ .icon-left{ left:18px; }
25
+ .icon-right{ right:18px; }
26
+ .gallery{
27
+ position:relative; background:#fff; height:980px; padding:40px; box-sizing:border-box;
28
+ display:flex; align-items:center; justify-content:center;
29
+ }
30
+ .img-ph{
31
+ width:880px; height:880px; background:#E0E0E0; border:1px solid #BDBDBD;
32
+ display:flex; align-items:center; justify-content:center; color:#757575;
33
+ font-size:36px; text-align:center; padding:20px; box-sizing:border-box;
34
+ }
35
+ .badge{
36
+ position:absolute; left:40px; top:120px;
37
+ background:#e53955; color:#fff; font-weight:700; font-size:36px;
38
+ padding:16px 28px; border-radius:16px;
39
+ box-shadow:0 2px 6px rgba(0,0,0,0.15);
40
+ }
41
+ .dots{
42
+ height:80px; display:flex; align-items:center; justify-content:center; gap:18px;
43
+ }
44
+ .dot{ width:22px; height:22px; border-radius:50%; background:#d7d7d7; }
45
+ .dot.active{ background:#21b2a8; }
46
+ .content{ padding:0 40px 280px 40px; box-sizing:border-box; }
47
+ .title{ font-size:50px; font-weight:800; line-height:1.2; margin:10px 0 28px 0; }
48
+ .meta{ color:#777; font-size:36px; margin:14px 0; }
49
+ .meta a{ color:#1d59b3; text-decoration:none; font-weight:700; }
50
+ .old-price{ font-size:44px; color:#666; text-decoration:line-through; margin:20px 0 6px 0; }
51
+ .price{ font-size:72px; color:#ff8a00; font-weight:900; letter-spacing:1px; margin:0 0 14px 0; }
52
+ .fee{ font-size:36px; color:#444; margin:24px 0 34px 0; }
53
+ .fee a{ color:#1d59b3; text-decoration:none; }
54
+ .divider{ height:1px; background:#eee; margin:16px 0 22px 0; }
55
+ .seller{
56
+ padding:28px 0 10px 0;
57
+ }
58
+ .seller a{ color:#1d59b3; text-decoration:none; font-weight:700; }
59
+ .stars{ color:#17b5a7; font-size:40px; letter-spacing:4px; margin:10px 0; }
60
+ .muted{ color:#777; font-size:34px; }
61
+ /* Bottom controls */
62
+ .add-bar{
63
+ position:absolute; left:0; right:0; bottom:140px;
64
+ padding:16px 28px; box-sizing:border-box;
65
+ }
66
+ .add-box{
67
+ background:#fff; border-radius:22px; box-shadow:0 8px 22px rgba(0,0,0,0.15);
68
+ padding:24px; display:flex; align-items:center; gap:24px; justify-content:space-between;
69
+ }
70
+ .qty{
71
+ width:160px; height:120px; border:1px solid #ddd; border-radius:16px; display:flex;
72
+ align-items:center; justify-content:space-between; padding:0 18px; box-sizing:border-box;
73
+ font-size:44px; color:#333;
74
+ background:#fff;
75
+ }
76
+ .qty .arrows{ display:flex; flex-direction:column; gap:10px; }
77
+ .add-btn{
78
+ flex:1; height:120px; background:#5ea116; color:#fff; border:none; border-radius:20px;
79
+ font-size:44px; font-weight:800; letter-spacing:1px;
80
+ }
81
+ .wish{
82
+ width:120px; height:120px; border:1px solid #ddd; border-radius:20px; display:flex; align-items:center; justify-content:center; background:#fff;
83
+ }
84
+ .nav-bottom{
85
+ position:absolute; left:0; right:0; bottom:0; height:120px; background:#195ea8; display:flex; align-items:center; justify-content:center;
86
+ }
87
+ .home-indicator{
88
+ width:220px; height:12px; background:#fff; border-radius:6px; opacity:.9;
89
+ }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+
95
+ <!-- Top App Bar -->
96
+ <div class="appbar">
97
+ <div class="icon-btn icon-left" aria-label="Back">
98
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
99
+ <path d="M15.5 4 L7 12 L15.5 20" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/>
100
+ </svg>
101
+ </div>
102
+ <div class="icon-btn icon-right" aria-label="Share">
103
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
104
+ <path d="M16 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM8 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm8 1-8 3m8-7-8 3" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
105
+ </svg>
106
+ </div>
107
+ <h1>LEGO Disney BrickHeadz</h1>
108
+ </div>
109
+
110
+ <!-- Gallery -->
111
+ <div class="gallery">
112
+ <div class="badge">16% off</div>
113
+ <div class="img-ph">[IMG: LEGO Donald Duck Product]</div>
114
+ </div>
115
+
116
+ <!-- Carousel dots -->
117
+ <div class="dots">
118
+ <div class="dot active"></div>
119
+ <div class="dot"></div>
120
+ <div class="dot"></div>
121
+ </div>
122
+
123
+ <!-- Content -->
124
+ <div class="content">
125
+ <div class="title">LEGO Disney BrickHeadz Donald Duck (90 Pieces)</div>
126
+
127
+ <div class="meta">Brand <a href="#">LEGO</a></div>
128
+ <div class="old-price">82.8 AED</div>
129
+ <div class="price">69 AED</div>
130
+ <div class="fee">+20.0 AED Delivery fee may apply. <a href="#">Details</a></div>
131
+
132
+ <div class="divider"></div>
133
+
134
+ <div class="seller">
135
+ <div style="font-size:38px; margin-bottom:8px;">Sold by <a href="#">2TTOYS.INFO</a></div>
136
+ <div class="stars">☆ ☆ ☆ ☆ ☆ <span class="muted" style="font-size:34px;">(0 ratings)</span></div>
137
+ <div class="muted" style="margin-top:8px;">Shipped By %1$s</div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Sticky add to basket -->
142
+ <div class="add-bar">
143
+ <div class="add-box">
144
+ <div class="qty">
145
+ <span>1</span>
146
+ <div class="arrows">
147
+ <svg width="26" height="26" viewBox="0 0 24 24">
148
+ <path d="M6 14l6-6 6 6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ <svg width="26" height="26" viewBox="0 0 24 24">
151
+ <path d="M6 10l6 6 6-6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+ <button class="add-btn">Add to basket</button>
156
+ <div class="wish" aria-label="Wishlist">
157
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
158
+ <path d="M12 20s-7-4.35-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.65-7 9-7 9z" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Bottom system bar -->
165
+ <div class="nav-bottom">
166
+ <div class="home-indicator"></div>
167
+ </div>
168
+
169
+ </div>
170
+ </body>
171
+ </html>
code/13208/13208_1.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>YalaToys - Category</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: #F3F5F7;
15
+ border-radius: 28px;
16
+ box-shadow: 0 8px 30px rgba(0,0,0,0.08);
17
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
18
+ color: #1F2633;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ height: 70px;
24
+ padding: 18px 32px 0 32px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ font-size: 32px;
29
+ color: #2F3A4A;
30
+ }
31
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.8; }
32
+
33
+ /* Header */
34
+ .header {
35
+ background: #FFFFFF;
36
+ height: 420px;
37
+ box-shadow: 0 2px 10px rgba(0,0,0,0.05);
38
+ position: relative;
39
+ }
40
+ .logo-row {
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ padding-top: 18px;
45
+ gap: 18px;
46
+ }
47
+ .logo {
48
+ width: 420px;
49
+ height: 110px;
50
+ background: #E0E0E0;
51
+ border: 1px solid #BDBDBD;
52
+ border-radius: 12px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #757575; font-weight: 600;
55
+ }
56
+ .header-actions {
57
+ position: absolute;
58
+ right: 36px;
59
+ top: 120px;
60
+ display: flex; gap: 24px;
61
+ }
62
+ .action-pill {
63
+ width: 110px; height: 110px; border-radius: 24px;
64
+ display: flex; align-items: center; justify-content: center;
65
+ box-shadow: 0 6px 14px rgba(0,0,0,0.12);
66
+ }
67
+ .action-pill.green { background: #62D282; }
68
+ .action-pill.purple { background: #6F5AE8; }
69
+
70
+ /* Search */
71
+ .search-wrap {
72
+ margin: 22px 60px 0 60px;
73
+ }
74
+ .search {
75
+ height: 112px;
76
+ background: #F4F6F8;
77
+ border: 1px solid #E1E6EB;
78
+ border-radius: 28px;
79
+ display: flex; align-items: center;
80
+ padding: 0 34px;
81
+ gap: 22px;
82
+ color: #6A7687;
83
+ font-size: 40px;
84
+ letter-spacing: .2px;
85
+ }
86
+
87
+ /* Content area */
88
+ .content {
89
+ padding: 36px 0 260px 0;
90
+ }
91
+
92
+ /* Product Card */
93
+ .card {
94
+ width: 920px;
95
+ margin: 0 0 0 60px;
96
+ background: #FFFFFF;
97
+ border-radius: 42px;
98
+ box-shadow: 0 6px 16px rgba(0,0,0,0.08);
99
+ overflow: hidden;
100
+ }
101
+ .card-img {
102
+ height: 480px;
103
+ background: linear-gradient(135deg, #F1B54E, #F16A3A);
104
+ position: relative;
105
+ padding: 20px;
106
+ }
107
+ .img-placeholder {
108
+ width: 100%;
109
+ height: 100%;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ border-radius: 28px;
113
+ display: flex; align-items: center; justify-content: center;
114
+ color: #757575; font-weight: 600;
115
+ }
116
+ .like-badge {
117
+ position: absolute;
118
+ top: 22px;
119
+ right: 22px;
120
+ width: 108px; height: 108px;
121
+ background: #FFFFFF;
122
+ border-radius: 28px;
123
+ display: flex; align-items: center; justify-content: center;
124
+ box-shadow: 0 6px 14px rgba(0,0,0,0.15);
125
+ }
126
+ .card-body {
127
+ padding: 36px 34px 42px 34px;
128
+ }
129
+ .card-title {
130
+ font-size: 44px; line-height: 1.25; color: #1F2633;
131
+ margin: 0 0 18px 0;
132
+ }
133
+ .card-price {
134
+ font-size: 42px; font-weight: 700; color: #6F5AE8;
135
+ }
136
+
137
+ /* Bottom Navigation */
138
+ .bottom-bar {
139
+ position: absolute;
140
+ bottom: 0;
141
+ left: 0;
142
+ width: 1080px;
143
+ height: 240px;
144
+ background: #6F5AE8;
145
+ border-top-left-radius: 42px;
146
+ border-top-right-radius: 42px;
147
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.12);
148
+ }
149
+ .bottom-notch {
150
+ position: absolute;
151
+ top: -42px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 210px;
155
+ height: 84px;
156
+ background: #F3F5F7;
157
+ border-bottom-left-radius: 120px;
158
+ border-bottom-right-radius: 120px;
159
+ border-top-left-radius: 120px;
160
+ border-top-right-radius: 120px;
161
+ box-shadow: 0 4px 10px rgba(0,0,0,0.05) inset;
162
+ }
163
+ .fab {
164
+ position: absolute;
165
+ top: -65px;
166
+ left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 152px; height: 152px;
169
+ background: #F6C334;
170
+ border-radius: 50%;
171
+ display: flex; align-items: center; justify-content: center;
172
+ box-shadow: 0 10px 18px rgba(0,0,0,0.22), 0 2px 4px rgba(0,0,0,0.1);
173
+ border: 6px solid #FFFFFF;
174
+ }
175
+ .nav-items {
176
+ position: absolute;
177
+ bottom: 26px;
178
+ left: 0;
179
+ width: 100%;
180
+ display: flex; align-items: flex-end; justify-content: space-around;
181
+ padding: 0 36px;
182
+ }
183
+ .nav-item {
184
+ width: 180px;
185
+ text-align: center;
186
+ color: #FFFFFF;
187
+ font-size: 34px;
188
+ }
189
+ .nav-item .label { margin-top: 12px; display: block; }
190
+ .nav-item.active .label { color: #F6C334; font-weight: 700; }
191
+
192
+ /* Utility */
193
+ .muted { opacity: 0.85; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <div class="header">
200
+ <div class="status-bar">
201
+ <div class="muted">10:49</div>
202
+ <div class="status-icons">
203
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#6B7484"><path d="M12 12.713l11.985-7.713-23.97 0zM12 13.787l-12-7.787v12l12 6.213 12-6.213v-12z"/></svg>
204
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#6B7484"><path d="M12 2l-5.5 9h11zM2 22h20l-10-6z"/></svg>
205
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#6B7484"><path d="M3 3h18v2H3zM3 7h18v2H3zM3 11h18v2H3zM3 15h18v2H3zM3 19h18v2H3z"/></svg>
206
+ <svg width="10" height="10"><circle cx="5" cy="5" r="5" fill="#6B7484"/></svg>
207
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#6B7484" stroke-width="2"><path d="M20 8v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8"/><path d="M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"/><path d="M2 8h20"/></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="logo-row">
212
+ <div class="logo">[IMG: YalaToys Logo]</div>
213
+ </div>
214
+
215
+ <div class="header-actions">
216
+ <div class="action-pill green" title="Filter">
217
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round">
218
+ <path d="M4 6h12"/><circle cx="18" cy="6" r="2"/>
219
+ <path d="M4 12h8"/><circle cx="14" cy="12" r="2"/>
220
+ <path d="M4 18h6"/><circle cx="12" cy="18" r="2"/>
221
+ </svg>
222
+ </div>
223
+ <div class="action-pill purple" title="Notifications">
224
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round">
225
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"/>
226
+ <path d="M18 16v-5a6 6 0 1 0-12 0v5l-2 2h16l-2-2z"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="search-wrap">
232
+ <div class="search">
233
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#6A7687" stroke-width="2">
234
+ <circle cx="11" cy="11" r="8"/><path d="M21 21l-4.3-4.3"/>
235
+ </svg>
236
+ <span>Bicycles</span>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="content">
242
+ <div class="card">
243
+ <div class="card-img">
244
+ <div class="img-placeholder">[IMG: Playground bundle (trampoline & bicycle)]</div>
245
+ <div class="like-badge">
246
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none" stroke="#6F5AE8" stroke-width="2">
247
+ <path d="M12 21s-6.716-4.35-9.192-7.124C1.061 12.088 1 9.75 2.828 8.04c1.657-1.54 4.343-1.334 5.657.5L12 11.5l3.515-2.96c1.314-1.834 4-2.04 5.657-.5 1.828 1.71 1.767 4.048-.02 5.836C18.716 16.65 12 21 12 21z"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ <div class="card-body">
252
+ <div class="card-title">Playground Bundle Value Set</div>
253
+ <div class="card-price">BHD 2899.000</div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="bottom-bar">
259
+ <div class="bottom-notch"></div>
260
+ <div class="fab" aria-label="Categories">
261
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="#6F5AE8">
262
+ <rect x="4" y="4" width="6" height="6" rx="2"/>
263
+ <rect x="14" y="4" width="6" height="6" rx="2"/>
264
+ <rect x="4" y="14" width="6" height="6" rx="2"/>
265
+ <rect x="14" y="14" width="6" height="6" rx="2"/>
266
+ </svg>
267
+ </div>
268
+
269
+ <div class="nav-items">
270
+ <div class="nav-item">
271
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#FFFFFF">
272
+ <path d="M12 3l9 8h-3v8h-12v-8h-3z"/>
273
+ </svg>
274
+ <span class="label">Home</span>
275
+ </div>
276
+ <div class="nav-item">
277
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#FFFFFF">
278
+ <path d="M20.59 13.41l-10-10a2 2 0 0 0-2.83 0l-4.59 4.59a2 2 0 0 0 0 2.83l10 10a2 2 0 0 0 2.83 0l4.59-4.59a2 2 0 0 0 0-2.83zM7 7l10 10"/>
279
+ </svg>
280
+ <span class="label">Offers</span>
281
+ </div>
282
+ <div class="nav-item active">
283
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.0">
284
+ <rect x="4" y="4" width="6" height="6" rx="2"/>
285
+ <rect x="14" y="4" width="6" height="6" rx="2"/>
286
+ <rect x="4" y="14" width="6" height="6" rx="2"/>
287
+ <rect x="14" y="14" width="6" height="6" rx="2"/>
288
+ </svg>
289
+ <span class="label">Category</span>
290
+ </div>
291
+ <div class="nav-item">
292
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#FFFFFF">
293
+ <path d="M6 6h15l-1.5 9h-11z"/><circle cx="9" cy="20" r="2"/><circle cx="18" cy="20" r="2"/><path d="M6 6l-2-2"/>
294
+ </svg>
295
+ <span class="label">Cart</span>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#FFFFFF">
299
+ <circle cx="12" cy="8" r="4"/><path d="M6 20c0-3.3 2.7-6 6-6s6 2.7 6 6"/>
300
+ </svg>
301
+ <span class="label">Account</span>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/13208/13208_3.html ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Screen Mock</title>
7
+ <style>
8
+ :root{
9
+ --purple:#6C4CF8;
10
+ --chip-bg:#F7F9FC;
11
+ --chip-bd:#D8DEE4;
12
+ --muted:#8B8E97;
13
+ --search-bg:#F1EFFA;
14
+ }
15
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
16
+ #render-target{
17
+ width:1080px; height:2400px;
18
+ position:relative; overflow:hidden;
19
+ background:#fff; border-radius:28px;
20
+ }
21
+ /* Status bar */
22
+ .status-bar{
23
+ height:92px; padding:0 28px;
24
+ display:flex; align-items:flex-end; justify-content:space-between;
25
+ color:#2E2F33; font-weight:600; font-size:36px;
26
+ }
27
+ .status-icons{ display:flex; align-items:center; gap:22px; }
28
+ .dot{ width:10px; height:10px; background:#6b6b6b; border-radius:50%; opacity:.7; }
29
+
30
+ /* Header search row */
31
+ .header{
32
+ display:flex; align-items:center;
33
+ padding:24px 28px 18px 18px;
34
+ gap:22px;
35
+ }
36
+ .back-btn{
37
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
38
+ border-radius:50%;
39
+ color:#6C4CF8;
40
+ }
41
+ .search-field{
42
+ flex:1;
43
+ height:86px;
44
+ background:var(--search-bg);
45
+ border:1px solid #E6E2FA;
46
+ border-radius:44px;
47
+ display:flex; align-items:center; gap:18px;
48
+ padding:0 26px;
49
+ }
50
+ .search-field span{
51
+ color:#8C8FA3; font-size:32px;
52
+ }
53
+
54
+ /* Sections */
55
+ .content{ padding:18px 28px 0 28px; }
56
+ h2{
57
+ margin:26px 0 18px 0;
58
+ font-size:42px; color:#1e1f23;
59
+ }
60
+ .chips{ display:flex; flex-wrap:wrap; gap:20px; }
61
+ .chip{
62
+ padding:16px 28px;
63
+ background:var(--chip-bg);
64
+ border:2px solid var(--chip-bd);
65
+ border-radius:36px;
66
+ font-size:32px; color:#2C2F36;
67
+ white-space:nowrap;
68
+ }
69
+ .divider{
70
+ height:16px; background:#F4F5F7; margin:26px -28px 10px;
71
+ }
72
+ .purple{ color:var(--purple); }
73
+
74
+ /* Simplified keyboard */
75
+ .keyboard{
76
+ position:absolute; left:0; right:0; bottom:0;
77
+ height:900px; background:#121416; color:#EDEDED;
78
+ box-shadow:0 -6px 16px rgba(0,0,0,.25);
79
+ padding:18px 18px 26px;
80
+ }
81
+ .kb-top{
82
+ display:flex; align-items:center; gap:26px; padding:8px 8px 18px; opacity:.9;
83
+ }
84
+ .kb-icon{
85
+ width:88px; height:88px; border-radius:16px; background:#1D1F22; display:flex; align-items:center; justify-content:center; font-size:28px; color:#BFC5CC;
86
+ }
87
+ .keys{ display:flex; flex-direction:column; gap:18px; padding:0 6px; }
88
+ .row{ display:flex; justify-content:center; gap:12px; }
89
+ .key{
90
+ height:120px; min-width:86px; padding:0 10px;
91
+ background:#1C1F22; border-radius:18px; display:flex; align-items:center; justify-content:center;
92
+ font-size:44px; color:#EDEFF2;
93
+ }
94
+ .key.wide{ min-width:140px; }
95
+ .space{ flex:1; min-width:420px; }
96
+ .search-key{
97
+ width:116px; height:116px; background:#B8F2C6; color:#1b1b1b; border-radius:999px; font-weight:700;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status Bar -->
105
+ <div class="status-bar">
106
+ <div>10:50</div>
107
+ <div class="status-icons">
108
+ <!-- simple mock icons -->
109
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#555"><path d="M3 9c4.97-4.97 13.03-4.97 18 0l-2 2c-3.9-3.9-10.1-3.9-14 0L3 9zm4 4c2.76-2.76 7.24-2.76 10 0l-2 2c-1.56-1.56-4.44-1.56-6 0l-2-2zm4 4c.55-.55 1.45-.55 2 0l-1 1-1-1z"/></svg>
110
+ <div class="dot"></div>
111
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#555"><path d="M16 4h-1V2H9v2H8C6.9 4 6 4.9 6 6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H8V7h8v11z"/></svg>
112
+ <svg width="44" height="34" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2"><rect x="3" y="6" width="18" height="12" rx="2"/><path d="M22 10h-2v4h2"/></svg>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Search Header -->
117
+ <div class="header">
118
+ <div class="back-btn">
119
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
120
+ <path d="M15 18l-6-6 6-6"/>
121
+ </svg>
122
+ </div>
123
+ <div class="search-field">
124
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#8C8FA3" stroke-width="2">
125
+ <circle cx="11" cy="11" r="7"></circle>
126
+ <path d="M16 16l5 5"></path>
127
+ </svg>
128
+ <span>What are you looking for?</span>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Content -->
133
+ <div class="content">
134
+ <h2>Recent Searches</h2>
135
+ <div class="chips">
136
+ <div class="chip">stuffed Pikachu</div>
137
+ <div class="chip">Pikachu</div>
138
+ <div class="chip">dragon</div>
139
+ <div class="chip">firefly</div>
140
+ <div class="chip">sportscar</div>
141
+ <div class="chip">Bicycles</div>
142
+ </div>
143
+
144
+ <h2>Trending Searches</h2>
145
+ <div class="chips">
146
+ <div class="chip">Bicycle</div>
147
+ <div class="chip">Playground Sets</div>
148
+ <div class="chip">Trampolines</div>
149
+ <div class="chip">Swing &amp; Slides</div>
150
+ <div class="chip">Playhouse</div>
151
+ <div class="chip">Scooters</div>
152
+ <div class="chip">Goal Post</div>
153
+ <div class="chip">Battery Powered Ride Ons</div>
154
+ <div class="chip">Football</div>
155
+ </div>
156
+
157
+ <div class="divider"></div>
158
+ <h2 class="purple">Trending Brands</h2>
159
+ </div>
160
+
161
+ <!-- Keyboard (mock) -->
162
+ <div class="keyboard">
163
+ <div class="kb-top">
164
+ <div class="kb-icon">⌘</div>
165
+ <div class="kb-icon">😊</div>
166
+ <div class="kb-icon">GIF</div>
167
+ <div class="kb-icon">⚙</div>
168
+ <div class="kb-icon">G✱</div>
169
+ <div class="kb-icon">🎨</div>
170
+ <div class="kb-icon">🎤</div>
171
+ </div>
172
+
173
+ <div class="keys">
174
+ <div class="row">
175
+ <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>
176
+ <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>
177
+ </div>
178
+ <div class="row">
179
+ <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>
180
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
181
+ </div>
182
+ <div class="row">
183
+ <div class="key wide">⇧</div>
184
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
185
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
186
+ <div class="key wide">⌫</div>
187
+ </div>
188
+ <div class="row">
189
+ <div class="key wide">?123</div>
190
+ <div class="key">,</div>
191
+ <div class="key space">space</div>
192
+ <div class="key">.</div>
193
+ <div class="key search-key">🔍</div>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ </div>
199
+ </body>
200
+ </html>
code/13208/13208_4.html ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search - Trampolines</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#1f1f1f; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#FFFFFF; border-radius:0;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ height:96px; padding:0 32px; display:flex; align-items:center; justify-content:space-between; color:#1f1f1f;
17
+ font-weight:600; font-size:36px;
18
+ }
19
+ .status-icons{ display:flex; align-items:center; gap:26px; }
20
+ .dot{ width:10px; height:10px; background:#7d7d7d; border-radius:50%; display:inline-block; }
21
+
22
+ /* Header search */
23
+ .header{
24
+ padding:12px 28px 8px 20px; display:flex; align-items:center; gap:18px;
25
+ }
26
+ .back-btn{
27
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center; border-radius:16px; color:#5f5f5f;
28
+ }
29
+ .search-field{
30
+ flex:1; height:96px; background:#F3F4F6; border-radius:48px; display:flex; align-items:center; padding:0 28px; gap:18px;
31
+ box-shadow: inset 0 0 0 1px #E6E7EA;
32
+ font-size:38px; color:#6b6b6b;
33
+ }
34
+ .search-text{ color:#3b3b3b; }
35
+ .pill{
36
+ position:absolute; top:150px; right:36px; background:#fff; border-radius:24px; padding:10px 18px; font-size:28px; color:#7c7c7c;
37
+ border:1px solid #e7e7e7; display:flex; align-items:center; gap:12px;
38
+ }
39
+
40
+ /* Grid results */
41
+ .results{
42
+ padding:18px 28px 24px 28px;
43
+ }
44
+ .grid{
45
+ display:grid; grid-template-columns:repeat(2, 1fr); gap:28px;
46
+ }
47
+ .card{
48
+ background:#fff; border-radius:36px; box-shadow:0 6px 18px rgba(0,0,0,0.08); padding:18px; overflow:hidden;
49
+ border:1px solid #EEEFF2;
50
+ }
51
+ .img-ph{
52
+ width:100%; height:520px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:26px;
53
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; text-align:center;
54
+ }
55
+ .title{
56
+ margin:28px 8px 8px; font-size:40px; line-height:1.22; color:#1f1f1f; font-weight:500;
57
+ }
58
+ .price{
59
+ margin:0 8px 16px; font-size:40px; font-weight:700; color:#6B4CF5;
60
+ }
61
+
62
+ /* Keyboard overlay */
63
+ .keyboard{
64
+ position:absolute; left:0; right:0; bottom:0; height:920px; background:#161819; color:#ECECEC;
65
+ border-top-left-radius:24px; border-top-right-radius:24px; box-shadow:0 -6px 24px rgba(0,0,0,0.35);
66
+ }
67
+ .kb-suggest{
68
+ height:128px; display:flex; align-items:center; gap:20px; padding:0 24px; border-bottom:1px solid rgba(255,255,255,0.08);
69
+ }
70
+ .kb-chip{
71
+ flex:1; text-align:center; font-size:40px; color:#EAEAEA;
72
+ }
73
+ .kb-keys{ padding:24px; display:flex; flex-direction:column; gap:18px; }
74
+ .row{ display:flex; justify-content:center; gap:14px; }
75
+ .key{
76
+ width:88px; height:108px; background:#26292B; color:#EDEDED; border-radius:22px; display:flex; align-items:center; justify-content:center; font-size:40px;
77
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
78
+ }
79
+ .key.wide{ width:140px; }
80
+ .key.extra{ width:168px; }
81
+ .space{ flex:1; height:108px; background:#26292B; border-radius:26px; }
82
+ .enter{
83
+ width:128px; height:108px; background:#B6F5C4; color:#0f1720; border-radius:26px; display:flex; align-items:center; justify-content:center; font-weight:700;
84
+ }
85
+
86
+ /* Utility small icons */
87
+ .icon{ width:40px; height:40px; }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status Bar -->
94
+ <div class="status-bar">
95
+ <div>10:51</div>
96
+ <div class="status-icons">
97
+ <svg class="icon" viewBox="0 0 24 24" fill="#6b6b6b"><path d="M3 12l5-5v10l-5-5z"></path></svg>
98
+ <svg class="icon" viewBox="0 0 24 24" fill="#6b6b6b"><circle cx="12" cy="12" r="4"></circle></svg>
99
+ <svg class="icon" viewBox="0 0 24 24" fill="#6b6b6b"><rect x="3" y="10" width="3" height="8"/><rect x="8" y="7" width="3" height="11"/><rect x="13" y="5" width="3" height="13"/><rect x="18" y="3" width="3" height="15"/></svg>
100
+ <span class="dot"></span>
101
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#1f1f1f" stroke-width="2"><path d="M3 9c4-4 14-4 18 0"/><path d="M6 12c3-3 9-3 12 0"/><path d="M9 15c2-2 4-2 6 0"/></svg>
102
+ <svg class="icon" viewBox="0 0 24 24" fill="#1f1f1f"><path d="M6 7h12a2 2 0 012 2v8a2 2 0 01-2 2H6a2 2 0 01-2-2V9a2 2 0 012-2zm0-2h3l1-1h4l1 1h3"></path></svg>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- Header with search -->
107
+ <div class="header">
108
+ <div class="back-btn">
109
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg>
110
+ </div>
111
+ <div class="search-field">
112
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#8a8a8a" stroke-width="2"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-3.5-3.5"></path></svg>
113
+ <span class="search-text">Trampolines</span>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Optional rounded caps of the search field (visual chips at ends) -->
118
+ <div class="pill">
119
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#7c7c7c" stroke-width="2"><path d="M10 6l6 6-6 6"/></svg>
120
+ <span>Filters</span>
121
+ </div>
122
+
123
+ <!-- Results grid -->
124
+ <div class="results">
125
+ <div class="grid">
126
+ <!-- Card 1 -->
127
+ <div class="card">
128
+ <div class="img-ph">[IMG: Trampoline with safety net]</div>
129
+ <div class="title">Active Fun 14Ft Trampoline With Safety</div>
130
+ <div class="price">BHD 229.900</div>
131
+ </div>
132
+
133
+ <!-- Card 2 -->
134
+ <div class="card">
135
+ <div class="img-ph">[IMG: 10Ft Trampoline with ladder]</div>
136
+ <div class="title">Active Fun 10Ft Trampoline With Safety</div>
137
+ <div class="price">BHD 149.900</div>
138
+ </div>
139
+
140
+ <!-- Card 3 -->
141
+ <div class="card">
142
+ <div class="img-ph">[IMG: Tall rectangular trampoline]</div>
143
+ <div class="title">Active Fun 12Ft Trampoline With Safety</div>
144
+ <div class="price">BHD 189.900</div>
145
+ </div>
146
+
147
+ <!-- Card 4 -->
148
+ <div class="card">
149
+ <div class="img-ph">[IMG: Round trampoline - blue frame]</div>
150
+ <div class="title">Round 8Ft Trampoline With Safety</div>
151
+ <div class="price">BHD 119.900</div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Keyboard overlay -->
157
+ <div class="keyboard">
158
+ <div class="kb-suggest">
159
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#D0D4D8"><path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/></svg>
160
+ <div class="kb-chip">Trampolines</div>
161
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#D0D4D8"><path d="M12 3a3 3 0 013 3v6a3 3 0 11-6 0V6a3 3 0 013-3zm-6 9a6 6 0 0012 0h-2a4 4 0 01-8 0H6z"/></svg>
162
+ </div>
163
+ <div class="kb-keys">
164
+ <div class="row">
165
+ <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>
166
+ </div>
167
+ <div class="row">
168
+ <div class="key wide">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key wide">l</div>
169
+ </div>
170
+ <div class="row">
171
+ <div class="key extra">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key extra">⌫</div>
172
+ </div>
173
+ <div class="row">
174
+ <div class="key">?123</div>
175
+ <div class="key">,</div>
176
+ <div class="key">😊</div>
177
+ <div class="space"></div>
178
+ <div class="key">.</div>
179
+ <div class="enter">
180
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#0f1720" stroke-width="2"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-3.5-3.5"></path></svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ </div>
187
+ </body>
188
+ </html>
code/13208/13208_5.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Toy Store - Category</title>
7
+ <style>
8
+ :root{
9
+ --purple:#6C4BEF;
10
+ --yellow:#F4C20D;
11
+ --text:#2F3A4A;
12
+ --muted:#E7EAEE;
13
+ --card:#F3F5F8;
14
+ --line:#E9ECEF;
15
+ }
16
+ *{box-sizing:border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}
17
+ body{margin:0;padding:0;background:transparent;}
18
+ #render-target{
19
+ width:1080px;height:2400px;position:relative;overflow:hidden;
20
+ background:#ffffff;
21
+ }
22
+
23
+ /* Header / top area */
24
+ .safe{height:90px;}
25
+ .header{padding:0 48px;}
26
+ .brand-row{
27
+ position:relative;
28
+ padding:20px 0 10px;
29
+ display:flex;justify-content:center;align-items:center;
30
+ }
31
+ .logo{
32
+ font-size:100px; font-weight:800; letter-spacing:1px;
33
+ line-height:1; user-select:none;
34
+ }
35
+ .logo span{display:inline-block; padding:0 4px;}
36
+ .logo .y{color:#5D7BFF;}
37
+ .logo .a1{color:#F4C20D;}
38
+ .logo .l{color:#EA4335;}
39
+ .logo .a2{color:#FF7F50;}
40
+ .logo .t{color:#34A853;}
41
+ .logo .o{color:#7B8BA3;}
42
+ .logo .y2{color:#5D7BFF;}
43
+ .logo .s{color:#E56FB5;}
44
+ .bell{
45
+ position:absolute; right:0; top:6px;
46
+ width:110px;height:110px;background:var(--purple);
47
+ border-radius:28px;display:flex;justify-content:center;align-items:center;
48
+ box-shadow:0 8px 18px rgba(108,75,239,0.35);
49
+ }
50
+ .bell svg{width:56px;height:56px;fill:#fff;}
51
+
52
+ .search{
53
+ margin:14px 0 18px;
54
+ height:118px; background:#F7F8FA; border:1px solid #E6E8EC;
55
+ border-radius:28px; display:flex; align-items:center; padding:0 36px;
56
+ box-shadow:0 2px 0 rgba(0,0,0,0.02) inset;
57
+ color:#506072; font-size:44px;
58
+ }
59
+ .search svg{width:56px;height:56px;fill:#6B7A90; margin-right:26px;}
60
+
61
+ /* Skeleton list area */
62
+ .content{
63
+ background:#F7F9FC;
64
+ padding:32px 28px 360px; /* leave space for bottom nav */
65
+ }
66
+ .grid{
67
+ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap:36px;
68
+ }
69
+ .card{
70
+ background:#ffffff; border-radius:22px; padding:28px;
71
+ box-shadow:0 1px 0 rgba(0,0,0,0.03);
72
+ border:1px solid #F0F2F5;
73
+ }
74
+ .thumb{
75
+ height:420px; border-radius:46px; background:#ECEFF2;
76
+ }
77
+ .line{height:30px; border-radius:18px; background:#ECEFF2; margin-top:28px;}
78
+ .line.short{width:72%;}
79
+ .line.mid{width:60%;}
80
+ .line.sm{width:48%;}
81
+
82
+ /* Bottom navigation */
83
+ .bottom-nav{
84
+ position:absolute; left:0; right:0; bottom:88px;
85
+ height:220px; background:var(--purple);
86
+ border-top-left-radius:56px; border-top-right-radius:56px;
87
+ box-shadow:0 -6px 24px rgba(44,27,128,0.25);
88
+ display:flex; align-items:center; justify-content:space-around;
89
+ padding:0 40px;
90
+ }
91
+ .nav-item{
92
+ color:#EDEBFF; text-align:center; font-size:36px;
93
+ }
94
+ .nav-item.active{color:var(--yellow); font-weight:700;}
95
+ .nav-item svg{display:block;margin:0 auto 14px;fill:#fff;}
96
+ .nav-item.active svg{fill:#fff;}
97
+
98
+ /* Floating category button */
99
+ .fab{
100
+ position:absolute; left:50%; transform:translateX(-50%);
101
+ bottom:268px; width:162px; height:162px;
102
+ border-radius:50%; background:#fff;
103
+ box-shadow:0 16px 28px rgba(0,0,0,0.18), 0 3px 0 rgba(0,0,0,0.08) inset;
104
+ display:flex; align-items:center; justify-content:center;
105
+ }
106
+ .fab-inner{
107
+ width:132px;height:132px;border-radius:50%;background:var(--yellow);
108
+ display:flex; align-items:center; justify-content:center;
109
+ box-shadow:0 6px 0 rgba(0,0,0,0.05) inset;
110
+ }
111
+ .fab-inner .dots{
112
+ width:64px;height:64px; display:grid; grid-template-columns:repeat(2,1fr); grid-gap:10px;
113
+ }
114
+ .fab-inner .dots span{
115
+ background:var(--purple); border-radius:8px; width:100%; height:100%;
116
+ }
117
+
118
+ /* Home indicator */
119
+ .home-indicator{
120
+ position:absolute; left:50%; transform:translateX(-50%);
121
+ bottom:22px; width:260px; height:12px; background:#000; opacity:0.9; border-radius:12px;
122
+ }
123
+
124
+ /* Image placeholders rule (if needed elsewhere) */
125
+ .img-ph{
126
+ background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;
127
+ display:flex;justify-content:center;align-items:center;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <div class="safe"></div>
135
+
136
+ <div class="header">
137
+ <div class="brand-row">
138
+ <div class="logo" aria-label="yalatoys">
139
+ <span class="y">y</span><span class="a1">a</span><span class="l">l</span><span class="a2">a</span><span class="t">t</span><span class="o">o</span><span class="y2">y</span><span class="s">s</span>
140
+ </div>
141
+ <div class="bell" aria-label="Notifications">
142
+ <svg viewBox="0 0 24 24">
143
+ <path d="M12 2a6 6 0 0 0-6 6v3.2c0 .6-.2 1.1-.6 1.6L4 14v1h16v-1l-1.4-1.2c-.4-.5-.6-1-.6-1.6V8a6 6 0 0 0-6-6zm0 20a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="search">
149
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.47 6.47 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.79L20 21.5 21.5 20 15.5 14zM5 9.5A4.5 4.5 0 1 1 9.5 14 4.5 4.5 0 0 1 5 9.5z"/></svg>
150
+ <span>Trampolines</span>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="content">
155
+ <div class="grid">
156
+ <div class="card">
157
+ <div class="thumb"></div>
158
+ <div class="line"></div>
159
+ <div class="line mid"></div>
160
+ <div class="line sm"></div>
161
+ </div>
162
+ <div class="card">
163
+ <div class="thumb"></div>
164
+ <div class="line"></div>
165
+ <div class="line mid"></div>
166
+ <div class="line sm"></div>
167
+ </div>
168
+ <div class="card">
169
+ <div class="thumb"></div>
170
+ <div class="line short"></div>
171
+ <div class="line mid"></div>
172
+ <div class="line sm"></div>
173
+ </div>
174
+ <div class="card">
175
+ <div class="thumb"></div>
176
+ <div class="line short"></div>
177
+ <div class="line mid"></div>
178
+ <div class="line sm"></div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Floating Action Button -->
184
+ <div class="fab" aria-label="Open Categories">
185
+ <div class="fab-inner">
186
+ <div class="dots">
187
+ <span></span><span></span><span></span><span></span>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Bottom Navigation -->
193
+ <div class="bottom-nav">
194
+ <div class="nav-item">
195
+ <svg viewBox="0 0 24 24" width="64" height="64"><path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/></svg>
196
+ <div>Home</div>
197
+ </div>
198
+ <div class="nav-item">
199
+ <svg viewBox="0 0 24 24" width="64" height="64"><path d="M20 6l-2-2-9 9v2h2l9-9zM3 21h6v-2H5v-4H3v6z"/></svg>
200
+ <div>Offers</div>
201
+ </div>
202
+ <div class="nav-item active">
203
+ <svg viewBox="0 0 24 24" width="64" height="64"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
204
+ <div>Category</div>
205
+ </div>
206
+ <div class="nav-item">
207
+ <svg viewBox="0 0 24 24" width="64" height="64"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 6l1.45 7h8.9l1.55-6H9.42L8.97 4H3v2h4.2z"/></svg>
208
+ <div>Cart</div>
209
+ </div>
210
+ <div class="nav-item">
211
+ <svg viewBox="0 0 24 24" width="64" height="64"><path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.42 0-8 2.24-8 5v3h16v-3c0-2.76-3.58-5-8-5z"/></svg>
212
+ <div>Account</div>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="home-indicator"></div>
217
+ </div>
218
+ </body>
219
+ </html>
code/13208/13208_6.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>YalaToys - Trampolines</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 80px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #000;
27
+ font-size: 28px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 18px;
33
+ }
34
+ .dot { width: 8px; height: 8px; background:#777; border-radius:50%; display:inline-block; }
35
+
36
+ /* Header */
37
+ .header {
38
+ padding: 12px 32px 8px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ }
43
+ .brand {
44
+ position: absolute;
45
+ left: 0;
46
+ right: 0;
47
+ top: 86px;
48
+ display: flex;
49
+ justify-content: center;
50
+ pointer-events: none;
51
+ }
52
+ .brand span {
53
+ font-size: 72px;
54
+ font-weight: 800;
55
+ letter-spacing: 1px;
56
+ margin: 0 1px;
57
+ }
58
+ .brand .y { color: #3F7DE8; }
59
+ .brand .a1 { color: #FFB100; }
60
+ .brand .l { color: #8C55FF; }
61
+ .brand .a2 { color: #FF3B66; }
62
+ .brand .t { color: #4CC66A; }
63
+ .brand .o { color: #7C4DFF; }
64
+ .brand .y2 { color: #45C0E6; }
65
+ .brand .s { color: #6C63FF; }
66
+
67
+ .header-actions {
68
+ margin-left: auto;
69
+ display: flex;
70
+ gap: 22px;
71
+ }
72
+ .action-btn {
73
+ width: 92px; height: 92px; border-radius: 28px;
74
+ display: flex; align-items: center; justify-content: center;
75
+ box-shadow: 0 6px 16px rgba(0,0,0,0.08);
76
+ cursor: default;
77
+ }
78
+ .action-green { background: #3DDC84; }
79
+ .action-purple { background: #6C4CF1; }
80
+
81
+ /* Search */
82
+ .search-wrap { padding: 24px 32px 16px; margin-top: 64px; }
83
+ .search-box {
84
+ height: 110px; border-radius: 28px; border: 1px solid #E0E0E0;
85
+ background: #fff; display: flex; align-items: center; padding: 0 28px;
86
+ gap: 18px; color: #6B6B6B; font-size: 36px;
87
+ box-shadow: 0 6px 18px rgba(0,0,0,0.04) inset;
88
+ }
89
+
90
+ /* List area */
91
+ .list-area {
92
+ position: absolute;
93
+ top: 360px;
94
+ left: 0;
95
+ right: 0;
96
+ bottom: 260px; /* leave space for nav */
97
+ background: #F2F4F6;
98
+ padding: 28px 24px 140px;
99
+ overflow-y: auto;
100
+ }
101
+ .grid {
102
+ display: grid;
103
+ grid-template-columns: repeat(2, 1fr);
104
+ gap: 28px;
105
+ padding-bottom: 120px;
106
+ }
107
+ .card {
108
+ background: #fff;
109
+ border-radius: 36px;
110
+ box-shadow: 0 10px 24px rgba(0,0,0,0.06);
111
+ overflow: hidden;
112
+ position: relative;
113
+ }
114
+ .img {
115
+ width: 100%;
116
+ height: 340px;
117
+ background: #E0E0E0;
118
+ border-bottom: 1px solid #BDBDBD;
119
+ display: flex; align-items: center; justify-content: center;
120
+ color: #757575; font-size: 30px;
121
+ }
122
+ .fav {
123
+ position: absolute;
124
+ top: 18px;
125
+ right: 18px;
126
+ background: #ffffff;
127
+ width: 92px; height: 92px; border-radius: 20px;
128
+ display: flex; align-items: center; justify-content: center;
129
+ box-shadow: 0 8px 18px rgba(0,0,0,0.08);
130
+ }
131
+ .card-body {
132
+ padding: 22px 22px 26px;
133
+ }
134
+ .title {
135
+ font-size: 32px;
136
+ line-height: 1.25;
137
+ color: #222;
138
+ min-height: 84px;
139
+ }
140
+ .price {
141
+ margin-top: 10px;
142
+ font-weight: 800;
143
+ color: #6C4CF1;
144
+ font-size: 34px;
145
+ }
146
+
147
+ /* Bottom Navigation */
148
+ .bottom-nav {
149
+ position: absolute;
150
+ bottom: 16px;
151
+ left: 16px;
152
+ right: 16px;
153
+ height: 200px;
154
+ background: #6C4CF1;
155
+ border-top-left-radius: 44px;
156
+ border-top-right-radius: 44px;
157
+ box-shadow: 0 14px 36px rgba(0,0,0,0.18);
158
+ display: flex; align-items: flex-start; justify-content: space-around;
159
+ padding-top: 48px;
160
+ color: #fff;
161
+ }
162
+ .nav-item {
163
+ width: 20%;
164
+ display: flex; flex-direction: column; align-items: center; gap: 8px;
165
+ font-size: 28px;
166
+ }
167
+ .nav-item span { opacity: 0.95; }
168
+ .active span { color: #FFD53A; font-weight: 700; }
169
+ .active svg { fill: #FFD53A; }
170
+
171
+ /* Floating Action Button */
172
+ .fab {
173
+ position: absolute;
174
+ bottom: 180px;
175
+ left: 50%;
176
+ transform: translateX(-50%);
177
+ width: 132px; height: 132px; border-radius: 50%;
178
+ background: #FFD53A;
179
+ display: flex; align-items: center; justify-content: center;
180
+ box-shadow: 0 18px 28px rgba(0,0,0,0.2);
181
+ z-index: 3;
182
+ border: 8px solid #fff;
183
+ }
184
+
185
+ /* Home indicator */
186
+ .home-indicator {
187
+ position: absolute; bottom: 8px; left: 50%;
188
+ transform: translateX(-50%);
189
+ width: 280px; height: 10px; background: #111; border-radius: 8px; opacity: 0.6;
190
+ }
191
+
192
+ /* Utility */
193
+ .muted { color: #6B6B6B; }
194
+ .srch-text { color: #677389; }
195
+
196
+ /* Scrollbar subtle */
197
+ .list-area::-webkit-scrollbar { width: 8px; }
198
+ .list-area::-webkit-scrollbar-thumb { background: #D4D8DD; border-radius: 8px; }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <!-- Status Bar -->
205
+ <div class="status-bar">
206
+ <div>10:52</div>
207
+ <div class="status-right">
208
+ <!-- Simple minimalist icons -->
209
+ <svg width="38" height="28" viewBox="0 0 24 14"><rect x="2" y="10" width="3" height="2" fill="#000"/><rect x="6" y="7" width="3" height="5" fill="#000"/><rect x="10" y="4" width="3" height="8" fill="#000"/><rect x="14" y="1" width="3" height="11" fill="#000"/></svg>
210
+ <span class="dot"></span>
211
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 3c-4.97 0-9 3.58-9 8v6l-2 2h22l-2-2v-6c0-4.42-4.03-8-9-8z" fill="#000"/></svg>
212
+ <svg width="36" height="20" viewBox="0 0 24 12"><rect x="2" y="2" width="18" height="8" rx="2" ry="2" fill="#000"/><rect x="21" y="4" width="2" height="4" rx="1" fill="#000"/></svg>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Brand centered -->
217
+ <div class="brand" aria-label="yalatoys logo">
218
+ <span class="y">y</span><span class="a1">a</span><span class="l">l</span><span class="a2">a</span><span class="t">t</span><span class="o">o</span><span class="y2">y</span><span class="s">s</span>
219
+ </div>
220
+
221
+ <!-- Header actions -->
222
+ <div class="header">
223
+ <div style="width:92px;height:92px;"></div>
224
+ <div class="header-actions">
225
+ <div class="action-btn action-green" title="Filters">
226
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
227
+ <path d="M3 5h14v2H3V5zm4 6h14v2H7v-2zm-4 6h10v2H3v-2z"/>
228
+ </svg>
229
+ </div>
230
+ <div class="action-btn action-purple" title="Notifications">
231
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff">
232
+ <path d="M12 22a2.5 2.5 0 0 0 2.45-2h-4.9A2.5 2.5 0 0 0 12 22zm6-6v-5a6 6 0 1 0-12 0v5l-2 2v1h18v-1l-2-2z"/>
233
+ </svg>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Search -->
239
+ <div class="search-wrap">
240
+ <div class="search-box">
241
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#6B6B6B">
242
+ <path 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-5zm-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14z"/>
243
+ </svg>
244
+ <span class="srch-text">Trampolines</span>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Product List -->
249
+ <div class="list-area">
250
+ <div class="grid">
251
+
252
+ <!-- Card 1 -->
253
+ <div class="card">
254
+ <div class="img">[IMG: Large Trampoline with Net]</div>
255
+ <div class="fav">
256
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
257
+ <path d="M12 21s-6.7-4.35-9.33-7.39C.88 10.61 2.06 7 5.4 7c2.02 0 3.1 1.2 3.6 2 .5-.8 1.58-2 3.6-2 3.34 0 4.52 3.61 2.73 6.61C18.7 16.65 12 21 12 21z" stroke="#6C4CF1" stroke-width="2" fill="none"/>
258
+ </svg>
259
+ </div>
260
+ <div class="card-body">
261
+ <div class="title">Active Fun 14Ft Trampoline With Safety</div>
262
+ <div class="price">BHD 229.900</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Card 2 -->
267
+ <div class="card">
268
+ <div class="img">[IMG: Medium Trampoline with Net]</div>
269
+ <div class="fav">
270
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
271
+ <path d="M12 21s-6.7-4.35-9.33-7.39C.88 10.61 2.06 7 5.4 7c2.02 0 3.1 1.2 3.6 2 .5-.8 1.58-2 3.6-2 3.34 0 4.52 3.61 2.73 6.61C18.7 16.65 12 21 12 21z" stroke="#6C4CF1" stroke-width="2" fill="none"/>
272
+ </svg>
273
+ </div>
274
+ <div class="card-body">
275
+ <div class="title">Active Fun 10Ft Trampoline With Safety</div>
276
+ <div class="price">BHD 149.900</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Card 3 -->
281
+ <div class="card">
282
+ <div class="img">[IMG: 8Ft Trampoline with Safety Net]</div>
283
+ <div class="fav">
284
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
285
+ <path d="M12 21s-6.7-4.35-9.33-7.39C.88 10.61 2.06 7 5.4 7c2.02 0 3.1 1.2 3.6 2 .5-.8 1.58-2 3.6-2 3.34 0 4.52 3.61 2.73 6.61C18.7 16.65 12 21 12 21z" stroke="#6C4CF1" stroke-width="2" fill="none"/>
286
+ </svg>
287
+ </div>
288
+ <div class="card-body">
289
+ <div class="title">Active Fun 8Ft Trampoline With Safety Net And</div>
290
+ <div class="price">BHD 119.900</div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Card 4 -->
295
+ <div class="card">
296
+ <div class="img">[IMG: Dome Style Trampoline]</div>
297
+ <div class="fav">
298
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
299
+ <path d="M12 21s-6.7-4.35-9.33-7.39C.88 10.61 2.06 7 5.4 7c2.02 0 3.1 1.2 3.6 2 .5-.8 1.58-2 3.6-2 3.34 0 4.52 3.61 2.73 6.61C18.7 16.65 12 21 12 21z" stroke="#6C4CF1" stroke-width="2" fill="none"/>
300
+ </svg>
301
+ </div>
302
+ <div class="card-body">
303
+ <div class="title">Active Fun 14Ft Trampoline</div>
304
+ <div class="price">BHD 179.900</div>
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Floating Action Button -->
312
+ <div class="fab" aria-label="Category Shortcut">
313
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="#6C4CF1">
314
+ <circle cx="6" cy="6" r="3"></circle>
315
+ <circle cx="18" cy="6" r="3"></circle>
316
+ <circle cx="6" cy="18" r="3"></circle>
317
+ <circle cx="18" cy="18" r="3"></circle>
318
+ </svg>
319
+ </div>
320
+
321
+ <!-- Bottom Navigation -->
322
+ <div class="bottom-nav">
323
+ <div class="nav-item">
324
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#ffffff">
325
+ <path d="M12 3l9 8h-3v9h-12v-9h-3l9-8z"/>
326
+ </svg>
327
+ <span>Home</span>
328
+ </div>
329
+ <div class="nav-item">
330
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#ffffff">
331
+ <path d="M20 6l-7-3-7 3v6c0 5 7 9 7 9s7-4 7-9V6zM5 7.18l7-3 7 3V12c0 3.87-3.86 6.74-7 8.32-3.14-1.58-7-4.45-7-8.32V7.18z"/>
332
+ </svg>
333
+ <span>Offers</span>
334
+ </div>
335
+ <div class="nav-item active">
336
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#FFD53A">
337
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/>
338
+ </svg>
339
+ <span>Category</span>
340
+ </div>
341
+ <div class="nav-item">
342
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#ffffff">
343
+ <path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.16 14l.84-2h8l2-6H6.21l-.94-2H1v2h3l3.6 7.59L6.25 16C6.09 16.31 6 16.65 6 17c0 1.1.9 2 2 2h12v-2H8.42c-.14 0-.25-.11-.25-.25l.03-.12L9 14h-1.84z"/>
344
+ </svg>
345
+ <span>Cart</span>
346
+ </div>
347
+ <div class="nav-item">
348
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#ffffff">
349
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/>
350
+ </svg>
351
+ <span>Account</span>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Home Indicator -->
356
+ <div class="home-indicator"></div>
357
+ </div>
358
+ </body>
359
+ </html>
code/13208/13208_7.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Top navigation */
24
+ .topbar {
25
+ height: 180px;
26
+ padding: 40px 48px 0 48px; /* leave room for status area */
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ }
31
+ .back-wrap {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ color: #6e4fe3;
36
+ font-size: 46px;
37
+ font-weight: 600;
38
+ }
39
+ .back-wrap svg {
40
+ width: 44px;
41
+ height: 44px;
42
+ fill: #6e4fe3;
43
+ }
44
+
45
+ .quick-actions {
46
+ display: flex;
47
+ gap: 26px;
48
+ align-items: center;
49
+ }
50
+ .qa-btn {
51
+ width: 118px;
52
+ height: 118px;
53
+ border-radius: 28px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06) inset;
58
+ }
59
+ .qa-btn.purple { background: #6e4fe3; }
60
+ .qa-btn.green { background: #8cc63f; }
61
+ .qa-btn svg { width: 56px; height: 56px; fill: #ffffff; }
62
+
63
+ /* Content area */
64
+ .content {
65
+ position: absolute;
66
+ top: 180px;
67
+ left: 0;
68
+ right: 0;
69
+ bottom: 320px; /* leave space for bottom sheet */
70
+ background: #f5f7fa;
71
+ }
72
+
73
+ .hero-img {
74
+ width: 92%;
75
+ height: 1350px;
76
+ margin: 50px auto 0 auto;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ color: #757575;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ font-size: 44px;
84
+ border-radius: 20px;
85
+ text-align: center;
86
+ }
87
+
88
+ /* Bottom sheet */
89
+ .bottom-sheet {
90
+ position: absolute;
91
+ left: 0;
92
+ right: 0;
93
+ bottom: 0;
94
+ height: 320px;
95
+ background: #ffffff;
96
+ border-top-left-radius: 48px;
97
+ border-top-right-radius: 48px;
98
+ box-shadow: 0 -16px 32px rgba(0,0,0,0.08);
99
+ padding: 42px 48px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: space-between;
103
+ }
104
+ .price-wrap {
105
+ display: flex;
106
+ flex-direction: column;
107
+ gap: 12px;
108
+ }
109
+ .price-label {
110
+ color: #7b8591;
111
+ font-size: 38px;
112
+ }
113
+ .price-value {
114
+ font-size: 64px;
115
+ font-weight: 800;
116
+ letter-spacing: 0.2px;
117
+ }
118
+ .cta {
119
+ width: 520px;
120
+ height: 150px;
121
+ background: #6e4fe3;
122
+ color: #fff;
123
+ border: none;
124
+ border-radius: 76px;
125
+ font-size: 50px;
126
+ font-weight: 700;
127
+ cursor: default;
128
+ box-shadow: 0 8px 16px rgba(110,79,227,0.35);
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Top bar with back and quick actions -->
136
+ <div class="topbar">
137
+ <div class="back-wrap">
138
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5a1 1 0 0 1 0 1.4L10.4 11l5.1 5.1a1 1 0 1 1-1.4 1.4l-5.8-5.8a1 1 0 0 1 0-1.4l5.8-5.8a1 1 0 0 1 1.4 0z"/></svg>
139
+ <span>Back</span>
140
+ </div>
141
+
142
+ <div class="quick-actions">
143
+ <div class="qa-btn purple" aria-label="Search">
144
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm7.7 12.3 3.3 3.3-1.4 1.4-3.3-3.3 1.4-1.4z"/></svg>
145
+ </div>
146
+ <div class="qa-btn green" aria-label="Home">
147
+ <svg viewBox="0 0 24 24"><path d="M12 3 3 10h2v9h6v-6h2v6h6v-9h2L12 3z"/></svg>
148
+ </div>
149
+ <div class="qa-btn purple" aria-label="Cart">
150
+ <svg viewBox="0 0 24 24"><path d="M7 6h13l-1.6 7.6a2 2 0 0 1-2 1.6H9.2L8.8 17H19v2H8a1 1 0 0 1-1-.8L5 5H2V3h3a1 1 0 0 1 1 .8L7 6zm1.5 15a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/></svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Main content with large product image area -->
156
+ <div class="content">
157
+ <div class="hero-img">[IMG: Product - Active Fun 14ft Trampoline With Safety Net & Ladder]</div>
158
+ </div>
159
+
160
+ <!-- Bottom sheet with price and CTA -->
161
+ <div class="bottom-sheet">
162
+ <div class="price-wrap">
163
+ <div class="price-label">Price</div>
164
+ <div class="price-value">BHD 229.900</div>
165
+ </div>
166
+ <button class="cta">Add to cart</button>
167
+ </div>
168
+
169
+ </div>
170
+ </body>
171
+ </html>
code/13208/13208_8.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>Product Detail - Trampoline</title>
7
+ <style>
8
+ :root{
9
+ --accent:#6C4CF5;
10
+ --deep:#1f3a5b;
11
+ --muted:#7a7f87;
12
+ --green:#8BC34A;
13
+ --bg:#FFFFFF;
14
+ --chip:#F3F2FB;
15
+ --border:#E5E6EC;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, Segoe UI, Roboto, Arial, Helvetica, sans-serif; }
18
+ #render-target{
19
+ width:1080px; height:2400px;
20
+ position:relative; overflow:hidden;
21
+ background:#FFFFFF;
22
+ border-radius:32px;
23
+ }
24
+
25
+ /* Header (Back) */
26
+ .topbar{
27
+ position:absolute; top:72px; left:36px; z-index:5;
28
+ display:flex; align-items:center; gap:16px;
29
+ }
30
+ .back-text{ color:var(--accent); font-size:50px; font-weight:700; }
31
+
32
+ .icon-btn, .circle-btn{
33
+ display:flex; align-items:center; justify-content:center;
34
+ box-shadow:0 6px 16px rgba(0,0,0,0.12);
35
+ }
36
+ /* Right side floating tools */
37
+ .tools{
38
+ position:absolute; right:36px; top:190px; z-index:4;
39
+ display:flex; flex-direction:column; gap:24px;
40
+ }
41
+ .fab{
42
+ width:96px; height:96px; border-radius:28px;
43
+ color:#fff;
44
+ }
45
+ .fab.purple{ background:var(--accent); }
46
+ .fab.green{ background:var(--green); }
47
+ .circle-btn{
48
+ width:88px; height:88px; border-radius:44px;
49
+ background:#fff; border:1px solid var(--border);
50
+ color:var(--accent);
51
+ }
52
+
53
+ /* Hero image area */
54
+ .hero{
55
+ width:100%;
56
+ height:1100px;
57
+ position:relative;
58
+ }
59
+ .hero .img{
60
+ position:absolute; left:40px; right:160px; top:120px; bottom:40px;
61
+ background:#E0E0E0;
62
+ border:1px solid #BDBDBD;
63
+ border-radius:12px;
64
+ display:flex; align-items:center; justify-content:center;
65
+ color:#757575; font-size:44px; text-align:center; padding:20px;
66
+ }
67
+
68
+ /* Thumbnail carousel */
69
+ .thumbs{
70
+ margin:10px 0 0 0;
71
+ padding:0 40px;
72
+ display:flex; align-items:center; gap:24px; height:200px;
73
+ }
74
+ .thumb{
75
+ width:260px; height:180px; background:#E0E0E0;
76
+ border:4px solid var(--accent); border-radius:18px;
77
+ display:flex; align-items:center; justify-content:center; color:#555; font-size:36px;
78
+ }
79
+ .chev{
80
+ width:60px; height:60px; border-radius:30px;
81
+ display:flex; align-items:center; justify-content:center;
82
+ color:var(--accent);
83
+ }
84
+
85
+ /* Product card */
86
+ .card{
87
+ margin-top:10px;
88
+ background:#fff; border-top-left-radius:48px; border-top-right-radius:48px;
89
+ box-shadow:0 -6px 24px rgba(0,0,0,0.06);
90
+ padding:48px 48px 220px 48px;
91
+ }
92
+ .brand{
93
+ display:flex; align-items:center; gap:28px;
94
+ }
95
+ .brand .logo{
96
+ width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:18px;
97
+ display:flex; align-items:center; justify-content:center; color:#666; font-size:28px;
98
+ }
99
+ .brand .texts .link{ color:var(--accent); font-size:40px; font-weight:600; text-decoration:underline; }
100
+ .brand .texts .name{ color:#111; font-size:48px; font-weight:800; margin-top:6px; }
101
+
102
+ .title{ margin-top:36px; color:var(--deep); font-size:56px; font-weight:800; line-height:1.25; }
103
+ .price{ margin-top:30px; color:var(--deep); font-size:56px; font-weight:900; }
104
+
105
+ .qty-row{
106
+ position:absolute; right:48px; top:520px;
107
+ display:flex; align-items:center;
108
+ }
109
+ .qty{
110
+ background:var(--chip); border:1px solid var(--border); border-radius:60px;
111
+ height:110px; width:360px; padding:0 18px;
112
+ display:flex; align-items:center; justify-content:space-between;
113
+ }
114
+ .qty .circle{
115
+ width:96px; height:96px; border-radius:48px; background:#fff; border:1px solid var(--border);
116
+ display:flex; align-items:center; justify-content:center;
117
+ color:var(--accent); font-size:56px; font-weight:900;
118
+ box-shadow:0 6px 12px rgba(0,0,0,0.08);
119
+ }
120
+ .qty .count{ font-size:48px; font-weight:800; color:#555; }
121
+
122
+ /* Bottom bar */
123
+ .bottom{
124
+ position:absolute; left:0; right:0; bottom:0;
125
+ background:#fff; border-top-left-radius:36px; border-top-right-radius:36px;
126
+ box-shadow:0 -8px 24px rgba(0,0,0,0.08);
127
+ padding:28px 40px 40px 40px;
128
+ display:flex; align-items:center; justify-content:space-between; gap:24px;
129
+ }
130
+ .bottom .price-block .label{ color:#9aa0a6; font-size:40px; }
131
+ .bottom .price-block .value{ color:#000; font-size:56px; font-weight:900; margin-top:6px; }
132
+ .cta{
133
+ flex:0 0 520px;
134
+ height:128px; background:var(--accent); color:#fff; border:none; border-radius:64px;
135
+ font-size:48px; font-weight:800;
136
+ box-shadow:0 8px 18px rgba(108,76,245,0.35);
137
+ }
138
+
139
+ /* Simple helpers */
140
+ .sr{ position:relative; }
141
+ .muted{ color:var(--muted); }
142
+
143
+ /* SVG defaults */
144
+ svg{ width:56px; height:56px; }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Back -->
151
+ <div class="topbar">
152
+ <div class="chev">
153
+ <svg viewBox="0 0 24 24" fill="currentColor">
154
+ <path d="M15.5 4.5a1 1 0 0 1 0 1.4L10.3 11l5.2 5.1a1 1 0 1 1-1.4 1.4l-6-6a1 1 0 0 1 0-1.4l6-6a1 1 0 0 1 1.4 0z"></path>
155
+ </svg>
156
+ </div>
157
+ <div class="back-text">Back</div>
158
+ </div>
159
+
160
+ <!-- Right floating actions -->
161
+ <div class="tools">
162
+ <div class="icon-btn fab purple" title="Search">
163
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
164
+ <circle cx="11" cy="11" r="6"></circle>
165
+ <path d="M20 20l-4.2-4.2"></path>
166
+ </svg>
167
+ </div>
168
+ <div class="icon-btn fab green" title="Home">
169
+ <svg viewBox="0 0 24 24" fill="#fff">
170
+ <path d="M12 3l9 7h-3v9h-5v-6H11v6H6v-9H3l9-7z"></path>
171
+ </svg>
172
+ </div>
173
+ <div class="icon-btn fab purple" title="Cart">
174
+ <svg viewBox="0 0 24 24" fill="#fff">
175
+ <path d="M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM2 4h3l2.3 9.3A3 3 0 0 0 10.2 16H18a3 3 0 0 0 2.9-2.2L22 8H7"></path>
176
+ </svg>
177
+ </div>
178
+
179
+ <div class="circle-btn" title="Share">
180
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
181
+ <circle cx="18" cy="5" r="3"></circle>
182
+ <circle cx="6" cy="12" r="3"></circle>
183
+ <circle cx="18" cy="19" r="3"></circle>
184
+ <path d="M8.6 13.5l6.8 3.9M15.4 6.6L8.6 10.5"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="circle-btn" title="Wishlist">
188
+ <svg viewBox="0 0 24 24" fill="currentColor">
189
+ <path d="M12 21s-6.6-4.3-9.5-7.4C-0.7 10.6 1.2 6 5 6c2 0 3.3 1.2 4 2 0.7-0.8 2-2 4-2 3.8 0 5.7 4.6 2.5 7.6C18.6 16.7 12 21 12 21z"></path>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Hero with product image -->
195
+ <div class="hero">
196
+ <div class="img">[IMG: Trampoline with safety net and ladder]</div>
197
+ </div>
198
+
199
+ <!-- Thumbnails / carousel controls -->
200
+ <div class="thumbs">
201
+ <div class="chev">
202
+ <svg viewBox="0 0 24 24" fill="currentColor" style="width:48px;height:48px;">
203
+ <path d="M15.5 4.5a1 1 0 0 1 0 1.4L10.3 11l5.2 5.1a1 1 0 1 1-1.4 1.4l-6-6a1 1 0 0 1 0-1.4l6-6a1 1 0 0 1 1.4 0z"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="thumb">[IMG: Trampoline]</div>
207
+ <div class="chev">
208
+ <svg viewBox="0 0 24 24" fill="currentColor" style="width:48px;height:48px;">
209
+ <path d="M8.5 19.5a1 1 0 0 1 0-1.4L13.7 13 8.5 7.9A1 1 0 1 1 9.9 6.5l6 6a1 1 0 0 1 0 1.4l-6 6a1 1 0 0 1-1.4 0z"></path>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Product information card -->
215
+ <div class="card">
216
+ <div class="brand">
217
+ <div class="logo">[IMG: Brand]</div>
218
+ <div class="texts">
219
+ <div class="link">See More by</div>
220
+ <div class="name">Active Fun</div>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="title">Active Fun 14Ft Trampoline With Safety Net And Ladder</div>
225
+ <div class="price">BHD 229.900</div>
226
+
227
+ <div class="qty-row">
228
+ <div class="qty">
229
+ <div class="circle" aria-label="decrement">
230
+ <svg viewBox="0 0 24 24" fill="currentColor">
231
+ <rect x="5" y="11" width="14" height="2" rx="1"></rect>
232
+ </svg>
233
+ </div>
234
+ <div class="count">01</div>
235
+ <div class="circle" aria-label="increment">
236
+ <svg viewBox="0 0 24 24" fill="currentColor">
237
+ <path d="M11 5h2v14h-2z"></path>
238
+ <path d="M5 11h14v2H5z"></path>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom purchase bar -->
246
+ <div class="bottom">
247
+ <div class="price-block">
248
+ <div class="label">Price</div>
249
+ <div class="value">BHD 229.900</div>
250
+ </div>
251
+ <button class="cta">Add to cart</button>
252
+ </div>
253
+ </div>
254
+ </body>
255
+ </html>
code/13208/13208_9.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Trampoline</title>
7
+ <style>
8
+ :root{
9
+ --purple:#7B61FF;
10
+ --purple-dark:#684cff;
11
+ --text:#1f2a37;
12
+ --muted:#6b7280;
13
+ --green:#7AC943;
14
+ --card:#ffffff;
15
+ --border:#E5E7EB;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
18
+ #render-target{
19
+ width:1080px; height:2400px;
20
+ position:relative; overflow:hidden;
21
+ background:#fff;
22
+ }
23
+
24
+ /* Top navigation */
25
+ .top-back{
26
+ position:absolute; top:120px; left:40px;
27
+ display:flex; align-items:center; gap:20px;
28
+ color:var(--purple); font-size:44px; font-weight:600;
29
+ }
30
+ .icon-btn{
31
+ width:72px; height:72px; border-radius:24px;
32
+ display:flex; align-items:center; justify-content:center;
33
+ background:rgba(123,97,255,0.1);
34
+ }
35
+ .circle-cluster{
36
+ position:absolute; top:150px; right:48px;
37
+ display:flex; gap:24px;
38
+ }
39
+ .circle{
40
+ width:112px; height:112px; border-radius:36px;
41
+ display:flex; align-items:center; justify-content:center;
42
+ box-shadow:0 6px 16px rgba(0,0,0,0.12);
43
+ position:relative;
44
+ }
45
+ .circle.purple{ background:var(--purple); }
46
+ .circle.green{ background:var(--green); }
47
+ .badge{
48
+ position:absolute; top:-8px; right:-8px;
49
+ background:#FF7F32; color:#fff; font-weight:700; font-size:34px;
50
+ width:56px; height:56px; border-radius:50%;
51
+ display:flex; align-items:center; justify-content:center;
52
+ box-shadow:0 4px 10px rgba(0,0,0,0.18);
53
+ }
54
+
55
+ /* Right vertical actions */
56
+ .right-actions{
57
+ position:absolute; top:520px; right:36px;
58
+ display:flex; flex-direction:column; gap:32px;
59
+ }
60
+ .bubble{
61
+ width:120px; height:120px; border-radius:36px;
62
+ background:#F3F4F6; display:flex; align-items:center; justify-content:center;
63
+ box-shadow:0 8px 18px rgba(0,0,0,0.08);
64
+ }
65
+
66
+ /* Main product image */
67
+ .product-hero{
68
+ position:absolute; top:260px; left:60px; right:60px;
69
+ height:960px;
70
+ display:flex; align-items:center; justify-content:center;
71
+ }
72
+ .img-ph{
73
+ width:100%; height:100%;
74
+ background:#E0E0E0; border:1px solid #BDBDBD;
75
+ display:flex; align-items:center; justify-content:center;
76
+ color:#757575; font-size:44px; border-radius:8px;
77
+ }
78
+
79
+ /* Thumbnail navigator */
80
+ .thumb-row{
81
+ position:absolute; top:1260px; left:60px; right:60px;
82
+ display:flex; align-items:center; justify-content:center; gap:40px;
83
+ }
84
+ .chev{
85
+ width:64px; height:64px; border-radius:50%;
86
+ border:2px solid var(--purple); color:var(--purple);
87
+ display:flex; align-items:center; justify-content:center;
88
+ }
89
+ .thumb{
90
+ width:280px; height:220px; border-radius:24px;
91
+ border:4px solid var(--purple);
92
+ background:#E0E0E0; display:flex; align-items:center; justify-content:center;
93
+ color:#555; font-size:34px;
94
+ }
95
+
96
+ /* Bottom card */
97
+ .details-card{
98
+ position:absolute; left:0; right:0; bottom:0;
99
+ height:950px; background:var(--card);
100
+ border-top-left-radius:56px; border-top-right-radius:56px;
101
+ box-shadow:0 -10px 30px rgba(0,0,0,0.06);
102
+ padding:56px 60px 40px;
103
+ }
104
+ .brand-row{
105
+ display:flex; align-items:center; gap:28px;
106
+ }
107
+ .brand-logo{
108
+ width:120px; height:120px; border-radius:24px;
109
+ background:#E0E0E0; border:1px solid #BDBDBD;
110
+ display:flex; align-items:center; justify-content:center;
111
+ color:#757575; font-size:28px;
112
+ }
113
+ .brand-text .see-more{
114
+ color:var(--purple); font-size:36px; text-decoration:underline;
115
+ }
116
+ .brand-text .name{
117
+ font-size:46px; font-weight:800; color:#111827; margin-top:6px;
118
+ }
119
+ .title{
120
+ margin-top:36px; font-size:56px; line-height:1.22; color:#19324d; font-weight:800;
121
+ }
122
+ .price-row{
123
+ margin-top:36px; display:flex; align-items:center; justify-content:space-between;
124
+ }
125
+ .price{
126
+ font-size:56px; font-weight:900; color:#19324d;
127
+ }
128
+ .qty{
129
+ display:flex; align-items:center; gap:24px;
130
+ background:#F1F5F9; border:2px solid #E5E7EB; border-radius:48px;
131
+ padding:16px 22px;
132
+ }
133
+ .qty .round{
134
+ width:88px; height:88px; border-radius:50%;
135
+ background:var(--purple); color:#fff; display:flex; align-items:center; justify-content:center;
136
+ box-shadow:0 5px 12px rgba(123,97,255,0.45);
137
+ }
138
+ .qty .count{ font-size:44px; font-weight:700; color:#334155; width:84px; text-align:center; }
139
+
140
+ .cta-row{
141
+ position:absolute; left:36px; right:36px; bottom:56px;
142
+ display:flex; gap:36px;
143
+ }
144
+ .btn{
145
+ flex:1; height:140px; border-radius:70px; font-size:44px; font-weight:700;
146
+ display:flex; align-items:center; justify-content:center; border:none;
147
+ }
148
+ .btn.secondary{ background:#EEF1F4; color:#7B61FF; }
149
+ .btn.primary{ background:var(--purple); color:#fff; box-shadow:0 10px 24px rgba(123,97,255,0.35); }
150
+
151
+ /* Simple SVG sizing */
152
+ svg{ display:block }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+
158
+ <!-- Top back -->
159
+ <div class="top-back">
160
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
161
+ <path d="M15 4L7 12l8 8" stroke="#7B61FF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
162
+ </svg>
163
+ <div>Back</div>
164
+ </div>
165
+
166
+ <!-- Floating quick actions -->
167
+ <div class="circle-cluster">
168
+ <div class="circle purple">
169
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
170
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2.4"/>
171
+ <path d="M20 20l-4.5-4.5" stroke="#fff" stroke-width="2.4" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ <div class="circle green">
175
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
176
+ <path d="M4 11l8-7 8 7v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z" stroke="#fff" stroke-width="2.4" fill="none"/>
177
+ <path d="M10 21v-6h4v6" stroke="#fff" stroke-width="2.4"/>
178
+ </svg>
179
+ </div>
180
+ <div class="circle purple" style="position:relative;">
181
+ <div class="badge">1</div>
182
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
183
+ <path d="M6 6h14l-1.6 8.5A2 2 0 0 1 16.4 16H9.2a2 2 0 0 1-1.98-1.7L6 6z" stroke="#fff" stroke-width="2.3" fill="none"/>
184
+ <circle cx="9.5" cy="19.5" r="1.5" fill="#fff"/>
185
+ <circle cx="16.5" cy="19.5" r="1.5" fill="#fff"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Right vertical actions -->
191
+ <div class="right-actions">
192
+ <div class="bubble">
193
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
194
+ <path d="M4 12a4 4 0 0 0 4 4l8-5-8-5a4 4 0 0 0-4 4z" stroke="#7B61FF" stroke-width="2"/>
195
+ <path d="M14 6v12" stroke="#7B61FF" stroke-width="2"/>
196
+ </svg>
197
+ </div>
198
+ <div class="bubble">
199
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
200
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.5-7 10-7 10z" stroke="#7B61FF" stroke-width="2"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Product hero image -->
206
+ <div class="product-hero">
207
+ <div class="img-ph">[IMG: Trampoline With Safety Net And Ladder]</div>
208
+ </div>
209
+
210
+ <!-- Thumbnail row -->
211
+ <div class="thumb-row">
212
+ <div class="chev">
213
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
214
+ <path d="M15 4L7 12l8 8" stroke="#7B61FF" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="thumb">[IMG: Trampoline]</div>
218
+ <div class="chev">
219
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
220
+ <path d="M9 4l8 8-8 8" stroke="#7B61FF" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Bottom details card -->
226
+ <div class="details-card">
227
+ <div class="brand-row">
228
+ <div class="brand-logo">[IMG: Brand]</div>
229
+ <div class="brand-text">
230
+ <div class="see-more">See More by</div>
231
+ <div class="name">Active Fun</div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="title">
236
+ Active Fun 14Ft Trampoline With Safety Net And Ladder
237
+ </div>
238
+
239
+ <div class="price-row">
240
+ <div class="price">BHD 229.900</div>
241
+ <div class="qty">
242
+ <div class="round">
243
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none">
244
+ <path d="M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
245
+ </svg>
246
+ </div>
247
+ <div class="count">01</div>
248
+ <div class="round">
249
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none">
250
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="cta-row">
257
+ <button class="btn secondary">Continue Shopping</button>
258
+ <button class="btn primary">Proceed to Cart</button>
259
+ </div>
260
+ </div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/13212/13212_0.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Home Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: radial-gradient(1200px 900px at 220px 180px, #9fb7ff 0%, #1d2334 35%, #0a0d16 60%, #060810 100%);
15
+ }
16
+
17
+ /* soft abstract blobs for wallpaper feel */
18
+ .blob {
19
+ position: absolute;
20
+ border-radius: 50%;
21
+ filter: blur(30px);
22
+ opacity: 0.65;
23
+ pointer-events: none;
24
+ }
25
+ .blob.b1 { width: 900px; height: 420px; top: -40px; left: -120px; background: #d9e4ff; opacity: .45; }
26
+ .blob.b2 { width: 700px; height: 700px; bottom: -120px; right: -100px; background: #1d6fb0; opacity: .35; }
27
+ .stars { position:absolute; inset:0; pointer-events:none; background-image:
28
+ radial-gradient(2px 2px at 20% 60%, rgba(255,255,255,.12) 0, rgba(255,255,255,0) 60%),
29
+ radial-gradient(1.5px 1.5px at 70% 70%, rgba(255,255,255,.12) 0, rgba(255,255,255,0) 60%),
30
+ radial-gradient(1.5px 1.5px at 50% 80%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 60%); }
31
+
32
+ /* Status bar */
33
+ .status-bar {
34
+ position: absolute; top: 0; left: 0; right: 0; height: 110px;
35
+ color: rgba(255,255,255,0.92);
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ padding: 0 34px;
38
+ font-size: 40px; letter-spacing: 0.5px;
39
+ text-shadow: 0 1px 2px rgba(0,0,0,0.35);
40
+ }
41
+ .status-left, .status-right { display: flex; align-items: center; gap: 26px; }
42
+ .status-icon svg { width: 44px; height: 44px; fill: rgba(255,255,255,0.92); }
43
+
44
+ /* App icons */
45
+ .app {
46
+ width: 170px; text-align: center; color: #e9edf7;
47
+ font-size: 36px;
48
+ }
49
+ .icon-circle {
50
+ width: 170px; height: 170px; border-radius: 50%;
51
+ background: #ffffff;
52
+ display: flex; align-items: center; justify-content: center;
53
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
54
+ position: relative;
55
+ }
56
+ .label { margin-top: 22px; font-weight: 500; text-shadow: 0 2px 6px rgba(0,0,0,.45); }
57
+
58
+ /* App rows */
59
+ .apps-row {
60
+ position: absolute; left: 70px; right: 70px;
61
+ display: flex; justify-content: space-between; align-items: flex-start;
62
+ }
63
+ .row-top { top: 1520px; }
64
+ .dock { bottom: 390px; }
65
+
66
+ /* Search bar */
67
+ .search-bar {
68
+ position: absolute; left: 60px; right: 60px; bottom: 220px;
69
+ height: 110px; border-radius: 56px; background: rgba(38,41,49,0.95);
70
+ display: flex; align-items: center; padding: 0 26px; color: #cfd6e6;
71
+ box-shadow: 0 10px 20px rgba(0,0,0,0.5) inset, 0 8px 20px rgba(0,0,0,0.35);
72
+ }
73
+ .search-left, .search-right { display:flex; align-items:center; gap: 22px; }
74
+ .search-left { flex: 1; gap: 18px; }
75
+ .search-g {
76
+ width: 66px; height: 66px; border-radius: 50%;
77
+ display:flex; align-items:center; justify-content:center;
78
+ background: #2b2f39;
79
+ }
80
+ .search-placeholder { opacity: .7; font-size: 38px; }
81
+
82
+ /* Gesture bar */
83
+ .gesture { position: absolute; bottom: 110px; left: 50%; transform: translateX(-50%);
84
+ width: 240px; height: 10px; border-radius: 6px; background: rgba(255,255,255,0.9); }
85
+
86
+ /* Single floating app (AJIO) */
87
+ .single-app { position: absolute; right: 115px; top: 1220px; }
88
+ .icon-dark {
89
+ background: #3a4654;
90
+ color: #fff; font-size: 96px; font-weight: 800;
91
+ }
92
+
93
+ /* Small notification dot */
94
+ .dot {
95
+ position: absolute; right: 14px; top: 14px; width: 26px; height: 26px;
96
+ background: #c6a3ff; border-radius: 50%; border: 4px solid #fff;
97
+ }
98
+
99
+ /* Helpers for SVG colors */
100
+ .c-red { fill: #ff3b30; }
101
+ .c-green { fill: #34c759; }
102
+ .c-blue { fill: #007aff; }
103
+ .c-yellow { fill: #ffcc00; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <div class="blob b1"></div>
110
+ <div class="blob b2"></div>
111
+ <div class="stars"></div>
112
+
113
+ <!-- Status bar -->
114
+ <div class="status-bar">
115
+ <div class="status-left">
116
+ <div>9:09</div>
117
+ <div class="status-icon" title="Cast">
118
+ <svg viewBox="0 0 24 24"><path d="M2 16h2a6 6 0 0 1 6 6H8a4 4 0 0 0-4-4H2v-2zm0-4h2a10 10 0 0 1 10 10h-2A8 8 0 0 0 4 14H2v-2zm0-6h18v12h-6v2h8V4H0v6h2V6z"/></svg>
119
+ </div>
120
+ <div class="status-icon" title="Download">
121
+ <svg viewBox="0 0 24 24"><path d="M12 3v9l3-3 1.4 1.4L12 15.8 7.6 10.4 9 9l3 3V3h0zM4 19h16v2H4z"/></svg>
122
+ </div>
123
+ </div>
124
+ <div class="status-right">
125
+ <div class="status-icon" title="Wi‑Fi">
126
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.2 2.2-2.2 2.3-2.2-2.3L12 18.5zM2 8.8A18 18 0 0 1 12 5c3.6 0 7.1 1.1 10 3.3l-1.6 2.1A15 15 0 0 0 12 7a15 15 0 0 0-8.4 2.4L2 8.8zm3 4a13 13 0 0 1 7-2c2.6 0 5 0.7 7 2l-1.6 2A10.9 10.9 0 0 0 12 13c-2.3 0-4.5.6-6.4 1.8L5 12.8z"/></svg>
127
+ </div>
128
+ <div class="status-icon" title="Battery">
129
+ <svg viewBox="0 0 28 24">
130
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="white" stroke-width="2"></rect>
131
+ <rect x="4" y="7" width="14" height="10" fill="white"></rect>
132
+ <rect x="22" y="9" width="4" height="6" rx="1" ry="1" fill="white"></rect>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Single shortcut (AJIO) -->
139
+ <div class="single-app app">
140
+ <div class="icon-circle icon-dark">A</div>
141
+ <div class="label">AJIO</div>
142
+ </div>
143
+
144
+ <!-- Apps row (Play Store, Photos, Gmail, YouTube) -->
145
+ <div class="apps-row row-top">
146
+ <!-- Play Store -->
147
+ <div class="app">
148
+ <div class="icon-circle">
149
+ <svg viewBox="0 0 64 64" width="96" height="96">
150
+ <polygon points="14,12 50,32 14,52" fill="#34a853"></polygon>
151
+ <polygon points="22,18 50,32 22,46" fill="#4285f4" opacity="0.9"></polygon>
152
+ <polygon points="14,12 22,18 22,46 14,52" fill="#fbbc05"></polygon>
153
+ <polygon points="22,30 22,34 50,32" fill="#ea4335"></polygon>
154
+ </svg>
155
+ </div>
156
+ <div class="label">Play Store</div>
157
+ </div>
158
+
159
+ <!-- Photos -->
160
+ <div class="app">
161
+ <div class="icon-circle">
162
+ <svg viewBox="0 0 64 64" width="100" height="100">
163
+ <path d="M32 6a14 14 0 0 1 0 28V6z" fill="#fbbc05"/>
164
+ <path d="M58 32a14 14 0 0 1-28 0h28z" fill="#34a853"/>
165
+ <path d="M32 58a14 14 0 0 1 0-28v28z" fill="#4285f4"/>
166
+ <path d="M6 32a14 14 0 0 1 28 0H6z" fill="#ea4335"/>
167
+ </svg>
168
+ </div>
169
+ <div class="label">Photos</div>
170
+ </div>
171
+
172
+ <!-- Gmail -->
173
+ <div class="app">
174
+ <div class="icon-circle">
175
+ <svg viewBox="0 0 64 64" width="102" height="102">
176
+ <rect x="10" y="18" width="44" height="30" rx="4" ry="4" fill="#fff" stroke="#e0e0e0"/>
177
+ <path d="M10 22l22 16L54 22" fill="none" stroke-width="8" stroke="#ea4335"/>
178
+ <path d="M14 20l18 14 18-14" fill="none" stroke-width="8" stroke="#34a853"/>
179
+ <path d="M10 22v22" stroke="#4285f4" stroke-width="8"/>
180
+ <path d="M54 22v22" stroke="#fbbc05" stroke-width="8"/>
181
+ </svg>
182
+ </div>
183
+ <div class="label">Gmail</div>
184
+ </div>
185
+
186
+ <!-- YouTube -->
187
+ <div class="app">
188
+ <div class="icon-circle">
189
+ <div class="dot"></div>
190
+ <svg viewBox="0 0 64 64" width="110" height="110">
191
+ <rect x="8" y="18" rx="12" ry="12" width="48" height="28" fill="#ff3131"/>
192
+ <polygon points="30,24 30,42 45,33" fill="#ffffff"/>
193
+ </svg>
194
+ </div>
195
+ <div class="label">YouTube</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Dock row -->
200
+ <div class="apps-row dock">
201
+ <!-- Phone -->
202
+ <div class="app">
203
+ <div class="icon-circle">
204
+ <svg viewBox="0 0 64 64" width="100" height="100">
205
+ <path d="M20 12l10 6-6 10a32 32 0 0 0 12 12l10-6 6 10-6 6c-3 3-18-5-26-12S9 25 12 22l8-10z" fill="#407bff"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ <!-- Messages -->
210
+ <div class="app">
211
+ <div class="icon-circle">
212
+ <svg viewBox="0 0 64 64" width="96" height="96">
213
+ <path d="M10 14h44v28H28l-10 8v-8H10z" fill="#3d6cff"/>
214
+ <circle cx="24" cy="28" r="4" fill="#fff"/>
215
+ <circle cx="34" cy="28" r="4" fill="#fff"/>
216
+ <circle cx="44" cy="28" r="4" fill="#fff"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ <!-- Chrome -->
221
+ <div class="app">
222
+ <div class="icon-circle">
223
+ <svg viewBox="0 0 64 64" width="100" height="100">
224
+ <circle cx="32" cy="32" r="10" fill="#1a73e8"/>
225
+ <path d="M6 22h30l-8 14a14 14 0 0 1-22-14z" fill="#ea4335"/>
226
+ <path d="M58 26a26 26 0 0 0-46-4h30a14 14 0 0 1 16 4z" fill="#fbbc05"/>
227
+ <path d="M42 58L28 34h30a26 26 0 0 1-16 24z" fill="#34a853"/>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ <!-- Camera -->
232
+ <div class="app">
233
+ <div class="icon-circle">
234
+ <svg viewBox="0 0 64 64" width="104" height="104">
235
+ <rect x="10" y="18" width="44" height="30" rx="6" ry="6" fill="#5a6bff"/>
236
+ <rect x="18" y="12" width="14" height="8" rx="2" ry="2" fill="#3341cc"/>
237
+ <circle cx="32" cy="33" r="10" fill="#cfd8ff"/>
238
+ <circle cx="32" cy="33" r="6" fill="#6e7cff"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Search bar -->
245
+ <div class="search-bar">
246
+ <div class="search-left">
247
+ <div class="search-g" aria-label="Google">
248
+ <svg viewBox="0 0 24 24" width="40" height="40">
249
+ <path d="M12 4a8 8 0 1 0 0 16c4.3 0 7.5-3 7.5-7h-7.5v-3h10A10 10 0 0 1 12 22 10 10 0 1 1 12 2" fill="#4285f4"/>
250
+ <path d="M4 12a8 8 0 0 1 12.9-6L14 8a5 5 0 0 0-8 4H4z" fill="#ea4335"/>
251
+ <path d="M12 20a8 8 0 0 1-7.1-4.3l3.4-2A5 5 0 0 0 12 17v3z" fill="#34a853"/>
252
+ <path d="M19.5 12c0 .7-.1 1.3-.3 2H12v-4h10c.1.6.1 1.3-.5 2z" fill="#fbbc05"/>
253
+ </svg>
254
+ </div>
255
+ <div class="search-placeholder">Search</div>
256
+ </div>
257
+ <div class="search-right">
258
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#5ac85a"><path d="M12 2a3 3 0 0 0-3 3v6a3 3 0 1 0 6 0V5a3 3 0 0 0-3-3zm-6 9v2h12v-2H6zm3 7h6v2H9z"/></svg>
259
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#e8b83f"><path d="M7 6h3l2-2h4l2 2h3v14H7V6zm5 3a5 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>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Gesture bar -->
264
+ <div class="gesture"></div>
265
+ </div>
266
+ </body>
267
+ </html>
code/13212/13212_1.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Image Search Tutorial Overlay</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #2B3A42;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ background: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ z-index: 5;
32
+ }
33
+ .status-left {
34
+ font-size: 38px;
35
+ color: #333;
36
+ letter-spacing: 1px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ gap: 28px;
41
+ align-items: center;
42
+ }
43
+ .icon-sq {
44
+ width: 44px; height: 32px; border: 3px solid #666; border-radius: 6px;
45
+ }
46
+ .icon-signal, .icon-battery {
47
+ width: 40px; height: 40px;
48
+ }
49
+
50
+ /* Search bar & faint home content (under the overlay) */
51
+ .search-area {
52
+ position: absolute;
53
+ top: 160px;
54
+ left: 54px;
55
+ right: 54px;
56
+ height: 110px;
57
+ border-radius: 28px;
58
+ background: #F2F4F7;
59
+ box-shadow: inset 0 0 0 1px #E0E6EA;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 28px;
63
+ gap: 20px;
64
+ z-index: 1;
65
+ }
66
+ .search-area .placeholder {
67
+ color: #96A0A6;
68
+ font-size: 34px;
69
+ }
70
+ .camera-slot {
71
+ margin-left: auto;
72
+ width: 96px; height: 96px;
73
+ border-radius: 24px;
74
+ background: #ffffff;
75
+ border: 1px solid #DFE5EA;
76
+ display: flex; align-items: center; justify-content: center;
77
+ }
78
+ .tabs-row {
79
+ position: absolute;
80
+ top: 300px;
81
+ left: 54px;
82
+ right: 54px;
83
+ height: 90px;
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 34px;
87
+ color: #7A8790;
88
+ font-size: 34px;
89
+ z-index: 1;
90
+ }
91
+ .tab-pill {
92
+ padding: 14px 24px;
93
+ background: #F4F7FA;
94
+ border-radius: 20px;
95
+ border: 1px solid #E3E8EC;
96
+ }
97
+
98
+ /* Dark teaching overlay */
99
+ .overlay-circle {
100
+ position: absolute;
101
+ top: -320px;
102
+ left: -420px;
103
+ width: 1700px;
104
+ height: 1700px;
105
+ background: #2F4150;
106
+ border-radius: 50%;
107
+ box-shadow: 0 18px 24px rgba(0,0,0,0.25);
108
+ z-index: 2;
109
+ }
110
+ .spotlight {
111
+ position: absolute;
112
+ top: 110px;
113
+ left: 740px;
114
+ width: 250px;
115
+ height: 250px;
116
+ background: #ffffff;
117
+ border-radius: 50%;
118
+ box-shadow: 0 0 0 6px #ffffff;
119
+ z-index: 3;
120
+ }
121
+ .overlay-text {
122
+ position: absolute;
123
+ top: 470px;
124
+ left: 64px;
125
+ width: 900px;
126
+ z-index: 3;
127
+ color: #ffffff;
128
+ }
129
+ .overlay-text h1 {
130
+ margin: 0 0 18px 0;
131
+ font-size: 64px;
132
+ font-weight: 800;
133
+ letter-spacing: 0.5px;
134
+ }
135
+ .overlay-text p {
136
+ margin: 0;
137
+ font-size: 36px;
138
+ line-height: 1.55;
139
+ color: #E6EEF3;
140
+ }
141
+
142
+ /* Content placeholders beneath */
143
+ .card-large {
144
+ position: absolute;
145
+ top: 800px;
146
+ left: 30px;
147
+ width: 1020px;
148
+ height: 560px;
149
+ background: #F2F6F8;
150
+ border: 1px solid #E6EBEF;
151
+ box-shadow: 0 10px 14px rgba(0,0,0,0.08);
152
+ }
153
+ .strip {
154
+ position: absolute;
155
+ top: 1400px;
156
+ left: 0;
157
+ width: 100%;
158
+ height: 140px;
159
+ background: #F2F6F8;
160
+ border-top: 1px solid #E6EBEF;
161
+ border-bottom: 1px solid #E6EBEF;
162
+ }
163
+ .grid {
164
+ position: absolute;
165
+ top: 1600px;
166
+ left: 30px;
167
+ right: 30px;
168
+ display: flex;
169
+ gap: 40px;
170
+ }
171
+ .grid .tile {
172
+ flex: 1;
173
+ height: 520px;
174
+ background: #F2F6F8;
175
+ border: 1px solid #E6EBEF;
176
+ }
177
+ .card-wide {
178
+ position: absolute;
179
+ bottom: 340px;
180
+ left: 30px;
181
+ right: 30px;
182
+ height: 260px;
183
+ background: #F2F6F8;
184
+ border: 1px solid #E6EBEF;
185
+ }
186
+
187
+ /* Bottom navigation */
188
+ .nav-bar {
189
+ position: absolute;
190
+ left: 0;
191
+ right: 0;
192
+ bottom: 100px;
193
+ height: 180px;
194
+ background: #FFFFFF;
195
+ border-top: 1px solid #E6EBEF;
196
+ display: flex;
197
+ justify-content: space-around;
198
+ align-items: center;
199
+ z-index: 4;
200
+ }
201
+ .nav-item {
202
+ display: flex;
203
+ flex-direction: column;
204
+ align-items: center;
205
+ gap: 14px;
206
+ color: #2E3A41;
207
+ }
208
+ .nav-item span {
209
+ font-size: 30px;
210
+ color: #2F3A41;
211
+ }
212
+ .nav-icon {
213
+ width: 64px; height: 64px;
214
+ }
215
+
216
+ /* Bottom safe-area + pill */
217
+ .home-indicator {
218
+ position: absolute;
219
+ bottom: 0;
220
+ left: 0; right: 0;
221
+ height: 100px;
222
+ background: #000000;
223
+ display: flex; align-items: center; justify-content: center;
224
+ z-index: 4;
225
+ }
226
+ .home-indicator .pill {
227
+ width: 210px; height: 14px; background: #B6BCC2; border-radius: 10px;
228
+ }
229
+ </style>
230
+ </head>
231
+ <body>
232
+ <div id="render-target">
233
+
234
+ <!-- Status bar -->
235
+ <div class="statusbar">
236
+ <div class="status-left">9:10</div>
237
+ <div class="status-right">
238
+ <div class="icon-sq"></div>
239
+ <svg class="icon-signal" viewBox="0 0 24 24">
240
+ <path d="M3 18h2v2H3v-2zm4-4h2v6H7v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6zm4-2h2v16h-2V4z" fill="#545B60"/>
241
+ </svg>
242
+ <svg class="icon-battery" viewBox="0 0 24 24">
243
+ <rect x="1" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#545B60" stroke-width="2"/>
244
+ <rect x="3" y="9" width="14" height="6" fill="#545B60"/>
245
+ <rect x="20" y="10" width="3" height="4" fill="#545B60"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Underlaying main screen elements -->
251
+ <div class="search-area">
252
+ <svg width="40" height="40" viewBox="0 0 24 24">
253
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79l5 5 1.5-1.5-5-5zM6.5 11A4.5 4.5 0 1 1 11 6.5 4.5 4.5 0 0 1 6.5 11z" fill="#97A5AE"/>
254
+ </svg>
255
+ <div class="placeholder">Search by product, brand…</div>
256
+ <div class="camera-slot">
257
+ <svg width="44" height="44" viewBox="0 0 24 24">
258
+ <path d="M9 3l2 2h4l2 2h3v12H2V7h3l2-2h2zm3 4a5 5 0 1 0 .001 10.001A5 5 0 0 0 12 7zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6z" fill="#A3AFB7"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <div class="tabs-row">
263
+ <div class="tab-pill">Home</div>
264
+ <div class="tab-pill">Sale</div>
265
+ <div class="tab-pill">Winterwear</div>
266
+ <div class="tab-pill">Men</div>
267
+ <div class="tab-pill">Women</div>
268
+ </div>
269
+
270
+ <!-- Tutorial overlay -->
271
+ <div class="overlay-circle"></div>
272
+ <div class="spotlight"></div>
273
+ <div class="overlay-text">
274
+ <h1>Try “Image Search”</h1>
275
+ <p>Now you can find similar products with ease by capturing a photo or by uploading an image.</p>
276
+ </div>
277
+
278
+ <!-- Content placeholders -->
279
+ <div class="card-large"></div>
280
+ <div class="strip"></div>
281
+ <div class="grid">
282
+ <div class="tile"></div>
283
+ <div class="tile"></div>
284
+ </div>
285
+ <div class="card-wide"></div>
286
+
287
+ <!-- Bottom navigation -->
288
+ <div class="nav-bar">
289
+ <div class="nav-item">
290
+ <svg class="nav-icon" viewBox="0 0 24 24">
291
+ <circle cx="6" cy="7" r="2.3" stroke="#2E3A41" stroke-width="2" fill="none"/>
292
+ <circle cx="12" cy="7" r="2.3" stroke="#2E3A41" stroke-width="2" fill="none"/>
293
+ <circle cx="6" cy="17" r="2.3" stroke="#2E3A41" stroke-width="2" fill="none"/>
294
+ <circle cx="12" cy="17" r="2.3" stroke="#2E3A41" stroke-width="2" fill="none"/>
295
+ </svg>
296
+ <span>Switch Stores</span>
297
+ </div>
298
+ <div class="nav-item">
299
+ <svg class="nav-icon" viewBox="0 0 24 24">
300
+ <path d="M4 10l8-6 8 6v9H4v-9zm6 1h4v6h-4v-6z" fill="none" stroke="#2E3A41" stroke-width="2"/>
301
+ </svg>
302
+ <span>Explore</span>
303
+ </div>
304
+ <div class="nav-item">
305
+ <svg class="nav-icon" viewBox="0 0 24 24">
306
+ <path d="M4 6h16M4 12h16M4 18h10" stroke="#2E3A41" stroke-width="2" fill="none" stroke-linecap="round"/>
307
+ <circle cx="19" cy="18" r="1.8" fill="#2E3A41"/>
308
+ </svg>
309
+ <span>Categories</span>
310
+ </div>
311
+ <div class="nav-item">
312
+ <svg class="nav-icon" viewBox="0 0 24 24">
313
+ <circle cx="12" cy="7.5" r="3.5" stroke="#2E3A41" stroke-width="2" fill="none"/>
314
+ <path d="M4 20c1.5-4 6-5 8-5s6.5 1 8 5" stroke="#2E3A41" stroke-width="2" fill="none" stroke-linecap="round"/>
315
+ </svg>
316
+ <span>Account</span>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Home indicator -->
321
+ <div class="home-indicator">
322
+ <div class="pill"></div>
323
+ </div>
324
+ </div>
325
+ </body>
326
+ </html>
code/13212/13212_2.html ADDED
@@ -0,0 +1,470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Utility */
24
+ .row { display: flex; align-items: center; }
25
+ .space-between { justify-content: space-between; }
26
+ .muted { color: #666; }
27
+ .tiny { font-size: 24px; }
28
+ .small { font-size: 28px; }
29
+ .caption { font-size: 30px; }
30
+ .bold { font-weight: 700; }
31
+ .pill { border-radius: 999px; }
32
+ .card { background: #fff; border-radius: 24px; box-shadow: 0 2px 0 rgba(0,0,0,0.05); }
33
+ .divider { height: 1px; background: #eee; }
34
+
35
+ /* Status bar */
36
+ .status-bar {
37
+ height: 110px;
38
+ padding: 0 36px;
39
+ color: #111;
40
+ font-weight: 600;
41
+ font-size: 36px;
42
+ }
43
+ .status-icons svg { width: 34px; height: 34px; margin-left: 18px; fill: #333; }
44
+
45
+ /* Top search + actions */
46
+ .top-search {
47
+ padding: 20px 28px 10px;
48
+ }
49
+ .search-box {
50
+ flex: 1;
51
+ height: 96px;
52
+ background: #f3f5f6;
53
+ border: 1px solid #e3e6e8;
54
+ border-radius: 24px;
55
+ padding: 0 28px;
56
+ color: #9aa1a6;
57
+ font-size: 34px;
58
+ }
59
+ .search-inside { opacity: 0.9; }
60
+ .action-icons svg { width: 46px; height: 46px; margin-left: 28px; stroke: #111; }
61
+
62
+ /* Category stories */
63
+ .stories {
64
+ padding: 8px 16px 18px;
65
+ border-bottom: 1px solid #eee;
66
+ }
67
+ .story {
68
+ width: 150px;
69
+ margin: 0 12px;
70
+ text-align: center;
71
+ }
72
+ .story .circle {
73
+ width: 110px; height: 110px; border-radius: 50%;
74
+ background: #E0E0E0; border: 1px solid #BDBDBD;
75
+ display: flex; align-items: center; justify-content: center;
76
+ color: #757575; font-size: 24px;
77
+ margin: 0 auto 10px;
78
+ }
79
+
80
+ /* Main banner */
81
+ .hero {
82
+ padding: 18px 20px 8px;
83
+ }
84
+ .hero-card {
85
+ background: #f7efe0;
86
+ border: 4px solid #d8b86a;
87
+ border-radius: 36px;
88
+ height: 560px;
89
+ padding: 16px;
90
+ display: grid;
91
+ grid-template-columns: 1fr 1fr;
92
+ gap: 16px;
93
+ position: relative;
94
+ }
95
+ .img-ph {
96
+ width: 100%;
97
+ height: 100%;
98
+ background: #E0E0E0;
99
+ border: 1px solid #BDBDBD;
100
+ color: #757575;
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ text-align: center;
105
+ padding: 10px;
106
+ font-size: 30px;
107
+ }
108
+ .hero-right {
109
+ padding: 18px;
110
+ display: flex;
111
+ flex-direction: column;
112
+ justify-content: center;
113
+ }
114
+ .tag {
115
+ background: #d3a63c;
116
+ color: #111;
117
+ padding: 10px 18px;
118
+ border-radius: 14px;
119
+ align-self: flex-start;
120
+ font-weight: 700;
121
+ margin-bottom: 18px;
122
+ }
123
+ .hero-title {
124
+ font-size: 64px; font-weight: 800; line-height: 1.1; margin: 6px 0 12px;
125
+ }
126
+ .hero-sub { font-size: 36px; color: #333; }
127
+ .mini-link { font-size: 30px; color: #111; text-decoration: underline; margin-top: 16px; }
128
+
129
+ .carousel-dots {
130
+ position: absolute;
131
+ bottom: 18px;
132
+ left: 50%;
133
+ transform: translateX(-50%);
134
+ display: flex; gap: 10px;
135
+ }
136
+ .carousel-dots span {
137
+ display: block; width: 80px; height: 10px; border-radius: 8px; background: #f1f1f1;
138
+ }
139
+ .carousel-dots span.active { background: #ffffff; }
140
+
141
+ /* Value props bar */
142
+ .value-props {
143
+ margin: 12px 20px;
144
+ background: linear-gradient(0deg, #d9b15b, #e5c276);
145
+ border-radius: 24px;
146
+ padding: 26px 20px;
147
+ display: grid;
148
+ grid-template-columns: repeat(3, 1fr);
149
+ gap: 12px;
150
+ color: #2a1e00;
151
+ }
152
+ .prop {
153
+ background: rgba(255,255,255,0.2);
154
+ border-radius: 18px;
155
+ padding: 18px;
156
+ display: flex; align-items: center; gap: 16px;
157
+ }
158
+ .prop svg { width: 40px; height: 40px; }
159
+ .prop .text { font-size: 30px; font-weight: 600; }
160
+
161
+ /* Bank offers row */
162
+ .offers {
163
+ padding: 8px 20px;
164
+ display: grid;
165
+ grid-template-columns: 1.2fr 1fr 1fr;
166
+ gap: 16px;
167
+ }
168
+ .offer-card {
169
+ height: 150px; border-radius: 20px; border: 1px solid #e5e5e5; background: #fff; padding: 18px;
170
+ display: flex; align-items: center; justify-content: center; text-align: center; color: #333; font-weight: 700;
171
+ }
172
+
173
+ /* Join banner */
174
+ .join-banner {
175
+ margin: 18px 20px;
176
+ background: #111;
177
+ color: #fff;
178
+ border-radius: 30px;
179
+ padding: 34px 32px;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: space-between;
183
+ }
184
+ .join-banner .left .big { font-size: 60px; font-weight: 800; letter-spacing: 1px; }
185
+ .join-banner .left .sub { font-size: 30px; color: #ddd; margin-top: 6px; }
186
+ .cta {
187
+ background: #e6c36b; color: #161616; font-weight: 800;
188
+ padding: 22px 30px; border-radius: 12px; font-size: 34px;
189
+ }
190
+
191
+ /* Ribbons */
192
+ .ribbons {
193
+ position: relative;
194
+ height: 200px;
195
+ margin: 10px 0 0;
196
+ overflow: hidden;
197
+ }
198
+ .ribbon {
199
+ position: absolute;
200
+ left: -100px; right: -100px;
201
+ height: 60px; line-height: 60px;
202
+ color: #fff; font-weight: 800; letter-spacing: 2px;
203
+ text-align: center;
204
+ white-space: nowrap;
205
+ }
206
+ .ribbon.black { background: #111; top: 30px; transform: rotate(-10deg); }
207
+ .ribbon.gold { background: #d8b86a; color: #111; top: 110px; transform: rotate(8deg); }
208
+
209
+ /* Countdown */
210
+ .countdown {
211
+ margin: 0 0 6px;
212
+ background: #f7efe0;
213
+ padding: 22px 24px;
214
+ border-top: 1px solid #e7d7b8;
215
+ border-bottom: 1px solid #e7d7b8;
216
+ display: flex; align-items: center; gap: 18px;
217
+ font-size: 36px; color: #6a5835;
218
+ }
219
+ .time-box {
220
+ background: #fff; border: 2px solid #f45b5b; color: #f45b5b; padding: 4px 10px; border-radius: 8px; font-weight: 800; margin: 0 6px;
221
+ }
222
+
223
+ /* Secondary banner preview */
224
+ .preview {
225
+ padding: 10px 20px 0;
226
+ }
227
+ .preview .hero-card { height: 300px; grid-template-columns: 1fr 1fr; }
228
+
229
+ /* Bottom navigation */
230
+ .bottom-nav {
231
+ position: absolute;
232
+ bottom: 30px;
233
+ left: 0; right: 0;
234
+ height: 210px;
235
+ background: #fff;
236
+ border-top: 1px solid #ececec;
237
+ padding-top: 14px;
238
+ }
239
+ .nav-grid {
240
+ display: grid;
241
+ grid-template-columns: repeat(4, 1fr);
242
+ gap: 12px;
243
+ padding: 10px 20px;
244
+ text-align: center;
245
+ }
246
+ .nav-item svg { width: 60px; height: 60px; stroke: #111; margin-bottom: 8px; }
247
+ .nav-item .label { font-size: 28px; color: #333; }
248
+
249
+ .home-icon-wrapper {
250
+ width: 80px; height: 80px; border-radius: 50%;
251
+ border: 1px solid #ececec; display: flex; align-items: center; justify-content: center;
252
+ background: #fff;
253
+ }
254
+
255
+ /* Handle bar */
256
+ .handle {
257
+ position: absolute;
258
+ bottom: 8px; left: 50%;
259
+ transform: translateX(-50%);
260
+ width: 280px; height: 10px; border-radius: 8px;
261
+ background: #0a0a0a;
262
+ opacity: 0.9;
263
+ }
264
+ </style>
265
+ </head>
266
+ <body>
267
+ <div id="render-target">
268
+ <!-- Status bar -->
269
+ <div class="status-bar row space-between">
270
+ <div class="row">
271
+ <span>9:10</span>
272
+ <div class="status-icons row" style="margin-left:18px;">
273
+ <!-- simple video and download glyphs -->
274
+ <svg viewBox="0 0 24 24"><path d="M4 7h9v10H4zM14 9l6-3v12l-6-3z"/></svg>
275
+ <svg viewBox="0 0 24 24"><path d="M12 3v10l3-3 1.5 1.5L12 17l-4.5-5.5L9 10l3 3V3zM4 19h16v2H4z"/></svg>
276
+ </div>
277
+ </div>
278
+ <div class="row">
279
+ <!-- wifi -->
280
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-6-5l1.5 1.5A7 7 0 0 1 18.5 14L20 12.9A9 9 0 0 0 6 13zM3 9l1.6 1.2A12 12 0 0 1 19.4 10L21 9A14 14 0 0 0 3 9z"/></svg>
281
+ <!-- battery -->
282
+ <svg viewBox="0 0 24 24"><path d="M2 8h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2V8zm18 2h2v4h-2v-4z"/></svg>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Top search and actions -->
287
+ <div class="top-search row space-between">
288
+ <div class="search-box row space-between">
289
+ <div class="row search-inside">
290
+ <!-- search icon -->
291
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#7b7f86" stroke-width="2"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-3.5-3.5"></path></svg>
292
+ <span style="margin-left:12px;">Search by product, brand...</span>
293
+ </div>
294
+ </div>
295
+ <div class="action-icons row">
296
+ <!-- bell -->
297
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
298
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" stroke="#111"/>
299
+ <path d="M18 16v-5a6 6 0 0 0-12 0v5l-2 2h16l-2-2z" stroke="#111"/>
300
+ </svg>
301
+ <!-- heart -->
302
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
303
+ <path d="M12 21s-8-5.5-8-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-8 11-8 11z"/>
304
+ </svg>
305
+ <!-- bag -->
306
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
307
+ <path d="M6 8h12l-1 12H7L6 8z"/>
308
+ <path d="M9 8V6a3 3 0 0 1 6 0v2"/>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Stories row -->
314
+ <div class="stories row" style="overflow-x: auto;">
315
+ <div class="story">
316
+ <div class="home-icon-wrapper">
317
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#111" stroke-width="2">
318
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10z"/>
319
+ </svg>
320
+ </div>
321
+ <div class="caption">Home</div>
322
+ </div>
323
+ <div class="story">
324
+ <div class="circle">[IMG]</div>
325
+ <div class="caption">Sale</div>
326
+ </div>
327
+ <div class="story">
328
+ <div class="circle">[IMG]</div>
329
+ <div class="caption">Winterwear</div>
330
+ </div>
331
+ <div class="story">
332
+ <div class="circle">[IMG]</div>
333
+ <div class="caption">Men</div>
334
+ </div>
335
+ <div class="story">
336
+ <div class="circle">[IMG]</div>
337
+ <div class="caption">Women</div>
338
+ </div>
339
+ <div class="story">
340
+ <div class="circle">[IMG]</div>
341
+ <div class="caption">Kids</div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Main banner -->
346
+ <div class="hero">
347
+ <div class="hero-card">
348
+ <div class="img-ph">[IMG: Lifestyle fashion banner photo]</div>
349
+ <div class="hero-right">
350
+ <div class="tag small bold">BRAND PARTY</div>
351
+ <div class="hero-title">UP TO 60% OFF</div>
352
+ <div class="hero-sub">Top sports & streetwear</div>
353
+ <div class="img-ph" style="height:120px; margin-top:16px;">[IMG: Brand Logo]</div>
354
+ <a class="mini-link" href="#">Shop</a>
355
+ </div>
356
+ <div class="carousel-dots">
357
+ <span class="active"></span>
358
+ <span></span>
359
+ <span></span>
360
+ <span></span>
361
+ </div>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Value props -->
366
+ <div class="value-props">
367
+ <div class="prop">
368
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2a1e00" stroke-width="2">
369
+ <circle cx="12" cy="12" r="9"></circle>
370
+ <path d="M8 12l2 2 4-5"></path>
371
+ </svg>
372
+ <div class="text">100% Genuine Products</div>
373
+ </div>
374
+ <div class="prop">
375
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2a1e00" stroke-width="2">
376
+ <path d="M3 12h13l3 4H6z"></path>
377
+ <path d="M3 7h11v5H3z"></path>
378
+ </svg>
379
+ <div class="text">Superfast Delivery</div>
380
+ </div>
381
+ <div class="prop">
382
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2a1e00" stroke-width="2">
383
+ <path d="M6 3h12v6H6zM4 9h16v12H4z"></path>
384
+ <path d="M9 13h6M9 17h6"></path>
385
+ </svg>
386
+ <div class="text">Easy Exchange & Returns</div>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Bank offers -->
391
+ <div class="offers">
392
+ <div class="offer-card">RuPay Offer</div>
393
+ <div class="offer-card">10% Instant Discount</div>
394
+ <div class="offer-card">SBI Card</div>
395
+ </div>
396
+
397
+ <!-- Join banner -->
398
+ <div class="join-banner">
399
+ <div class="left">
400
+ <div class="big">JOIN THE AJIO FAM</div>
401
+ <div class="sub">Get up to ₹500 off on your 1st purchase</div>
402
+ </div>
403
+ <div class="cta">SIGN UP NOW</div>
404
+ </div>
405
+
406
+ <!-- Ribbons -->
407
+ <div class="ribbons">
408
+ <div class="ribbon black">UNREAL DEALS • UNREAL DEALS • UNREAL DEALS • UNREAL DEALS</div>
409
+ <div class="ribbon gold">UNREAL DEALS • UNREAL DEALS • UNREAL DEALS • UNREAL DEALS</div>
410
+ </div>
411
+
412
+ <!-- Countdown -->
413
+ <div class="countdown">
414
+ <span class="bold">Ends In</span>
415
+ <span class="time-box">00</span><span>h</span>
416
+ <span class="time-box">49</span><span>m</span>
417
+ <span class="time-box">48</span><span>s</span>
418
+ </div>
419
+
420
+ <!-- Secondary banner preview -->
421
+ <div class="preview">
422
+ <div class="hero-card">
423
+ <div class="img-ph">[IMG: Apparel close-up]</div>
424
+ <div class="img-ph">[IMG: Unreal Deals right panel]</div>
425
+ <div class="carousel-dots" style="bottom:12px;">
426
+ <span class="active"></span>
427
+ <span></span>
428
+ </div>
429
+ </div>
430
+ </div>
431
+
432
+ <!-- Bottom navigation -->
433
+ <div class="bottom-nav">
434
+ <div class="nav-grid">
435
+ <div class="nav-item">
436
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
437
+ <circle cx="6" cy="6" r="2"></circle>
438
+ <circle cx="18" cy="6" r="2"></circle>
439
+ <circle cx="6" cy="18" r="2"></circle>
440
+ <circle cx="18" cy="18" r="2"></circle>
441
+ </svg>
442
+ <div class="label">Switch Stores</div>
443
+ </div>
444
+ <div class="nav-item">
445
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
446
+ <path d="M4 10h16M4 14h16M6 6h12l1 4H5l1-4zM6 18h12l1-4H5l1 4z"></path>
447
+ </svg>
448
+ <div class="label">Explore</div>
449
+ </div>
450
+ <div class="nav-item">
451
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
452
+ <path d="M4 6h16M4 12h16M4 18h16"></path>
453
+ </svg>
454
+ <div class="label">Categories</div>
455
+ </div>
456
+ <div class="nav-item">
457
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
458
+ <circle cx="12" cy="7" r="4"></circle>
459
+ <path d="M4 21a8 8 0 0 1 16 0z"></path>
460
+ </svg>
461
+ <div class="label">Account</div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+
466
+ <!-- Handle bar -->
467
+ <div class="handle"></div>
468
+ </div>
469
+ </body>
470
+ </html>
code/13212/13212_3.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#1f1f1f; }
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: 96px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color:#131313;
25
+ font-weight:600;
26
+ font-size:38px;
27
+ }
28
+ .status-right { display:flex; align-items:center; gap:28px; }
29
+ .icon { width: 40px; height: 40px; }
30
+
31
+ /* Header with back + search */
32
+ .header {
33
+ padding: 12px 24px 8px 16px;
34
+ }
35
+ .header-row {
36
+ display:flex;
37
+ align-items:center;
38
+ gap: 18px;
39
+ }
40
+ .back-btn {
41
+ width: 80px; height: 80px; display:flex; align-items:center; justify-content:center;
42
+ }
43
+ .search-pill {
44
+ flex:1;
45
+ height: 96px;
46
+ border-radius: 20px;
47
+ background:#F1F3F5;
48
+ border:1px solid #DEE2E6;
49
+ display:flex;
50
+ align-items:center;
51
+ padding: 0 18px 0 26px;
52
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03) inset;
53
+ }
54
+ .search-placeholder {
55
+ color:#7a7a7a;
56
+ font-size:34px;
57
+ flex:1;
58
+ white-space:nowrap;
59
+ overflow:hidden;
60
+ text-overflow:ellipsis;
61
+ }
62
+ .search-camera {
63
+ width: 88px; height: 72px;
64
+ border-radius: 14px;
65
+ background:#E8ECEF;
66
+ border:1px solid #D0D5DA;
67
+ display:flex; align-items:center; justify-content:center;
68
+ }
69
+ .divider {
70
+ height: 22px;
71
+ background:#F2F4F7;
72
+ border-top:1px solid #ECEFF2;
73
+ }
74
+
75
+ /* Image Search section */
76
+ .section {
77
+ padding: 32px;
78
+ }
79
+ .sec-title {
80
+ font-size:40px; font-weight:700; margin-bottom: 10px;
81
+ }
82
+ .sec-sub {
83
+ font-size:30px; color:#636e72; margin-bottom: 28px;
84
+ }
85
+ .image-actions {
86
+ display:flex; gap: 28px;
87
+ }
88
+ .img-btn {
89
+ flex:1;
90
+ height: 128px;
91
+ border:2px solid #1f1f1f;
92
+ border-radius: 26px;
93
+ display:flex; align-items:center; justify-content:center;
94
+ gap:22px;
95
+ font-size:34px; font-weight:600;
96
+ background:#fff;
97
+ }
98
+ .img-btn .icon { width: 54px; height: 54px; }
99
+
100
+ /* Recent searches card */
101
+ .recent-header {
102
+ padding: 12px 32px 0 32px;
103
+ display:flex; align-items:center; justify-content:space-between;
104
+ }
105
+ .recent-header .label { font-size:38px; font-weight:700; }
106
+ .recent-header .edit { font-size:34px; color:#3b82f6; }
107
+ .recent-card {
108
+ margin: 22px 0 0 0;
109
+ padding: 26px 32px;
110
+ background:#EEF2F5;
111
+ border-top:1px solid #E3E7EA;
112
+ border-bottom:1px solid #E3E7EA;
113
+ }
114
+ .recent-item {
115
+ display:flex; align-items:center; gap:26px;
116
+ }
117
+ .avatar {
118
+ width: 128px; height: 128px; border-radius: 50%;
119
+ background:#E0E0E0; border:1px solid #BDBDBD;
120
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px; text-align:center; padding:10px;
121
+ }
122
+ .recent-text {
123
+ display:flex; flex-direction:column;
124
+ gap:6px;
125
+ }
126
+ .recent-text .title { font-size:36px; font-weight:600; }
127
+ .recent-text .sub { font-size:30px; color:#6b7280; }
128
+
129
+ /* Category banner */
130
+ .category-banner {
131
+ margin: 30px 24px;
132
+ background:#F5F6F7;
133
+ border:1px solid #E2E4E7;
134
+ border-radius: 18px;
135
+ overflow:hidden;
136
+ }
137
+ .cat-row {
138
+ display:grid; grid-template-columns: 1fr 1fr;
139
+ }
140
+ .cat-cell {
141
+ height: 280px;
142
+ position:relative;
143
+ display:flex; align-items:center; justify-content:center;
144
+ color:#111; font-size:40px; font-weight:700;
145
+ }
146
+ .cat-img {
147
+ position:absolute; inset:0; background:#E0E0E0; border-right:1px solid #BDBDBD;
148
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
149
+ }
150
+ .cat-cell:last-child .cat-img { border-right:none; border-left:1px solid #BDBDBD; }
151
+
152
+ /* Keyboard overlay (approx) */
153
+ .keyboard {
154
+ position:absolute; left:0; right:0; bottom:0;
155
+ height: 860px;
156
+ background:#121315;
157
+ border-top-left-radius: 18px; border-top-right-radius: 18px;
158
+ box-shadow: 0 -4px 18px rgba(0,0,0,0.4);
159
+ padding: 24px 18px 28px 18px;
160
+ display:flex; flex-direction:column; gap:20px;
161
+ }
162
+ .key-row {
163
+ display:flex; justify-content:center; gap:14px;
164
+ }
165
+ .key {
166
+ background:#222428; color:#eaeaea; font-size:40px; font-weight:600;
167
+ border-radius: 18px; padding: 24px 20px; min-width: 82px; text-align:center;
168
+ border:1px solid #2c2f34;
169
+ }
170
+ .key.wide { min-width: 130px; }
171
+ .key.space { flex:1; min-width: 420px; }
172
+ .key.func { color:#cdd3db; background:#1b1d21; }
173
+ .key.search {
174
+ background:#dfe3fb; color:#222; min-width: 120px; border-color:#cbd1f7;
175
+ }
176
+ .gesture-bar {
177
+ position:absolute; left:50%; transform:translateX(-50%); bottom:10px;
178
+ width: 300px; height: 8px; border-radius: 6px; background:#e7e7e7; opacity:0.9;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status bar -->
186
+ <div class="status-bar">
187
+ <div class="status-left">9:10</div>
188
+ <div class="status-right">
189
+ <!-- simple icons -->
190
+ <svg class="icon" viewBox="0 0 24 24" fill="#111"><rect x="3" y="6" width="4" height="12" rx="1"/><rect x="9" y="10" width="4" height="8" rx="1"/><rect x="15" y="8" width="4" height="10" rx="1"/></svg>
191
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><path d="M2 12c3-4 7-6 10-6s7 2 10 6c-3 4-7 6-10 6s-7-2-10-6z" stroke="#111" stroke-width="2"/><circle cx="12" cy="12" r="3" fill="#111"/></svg>
192
+ <svg class="icon" viewBox="0 0 24 24" fill="none"><rect x="3" y="6" width="16" height="12" rx="2" stroke="#111" stroke-width="2"/><path d="M21 10v4" stroke="#111" stroke-width="2"/></svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Header -->
197
+ <div class="header">
198
+ <div class="header-row">
199
+ <div class="back-btn">
200
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
201
+ <path d="M15 6L9 12l6 6" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="search-pill">
205
+ <div class="search-placeholder">Search by Product, Brand & more...</div>
206
+ <div class="search-camera">
207
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
208
+ <path d="M7 8h10l1 2h2v8H4v-8h2l1-2z" stroke="#39424e" stroke-width="2"/>
209
+ <circle cx="12" cy="13" r="3" stroke="#39424e" stroke-width="2"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="divider"></div>
217
+
218
+ <!-- Image Search section -->
219
+ <div class="section" style="padding-top: 36px;">
220
+ <div class="sec-title">Image Search</div>
221
+ <div class="sec-sub">Find similar products by uploading an image</div>
222
+ <div class="image-actions">
223
+ <div class="img-btn">
224
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
225
+ <path d="M4 8h4l2-2h4l2 2h4v10H4V8z" stroke="#111" stroke-width="2"/>
226
+ <circle cx="12" cy="13" r="3" stroke="#111" stroke-width="2"/>
227
+ </svg>
228
+ <span>Click a photo</span>
229
+ </div>
230
+ <div class="img-btn">
231
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
232
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#111" stroke-width="2"/>
233
+ <path d="M7 14l3-3 3 3 3-4 3 4" stroke="#111" stroke-width="2" fill="none"/>
234
+ </svg>
235
+ <span>Select from Gallery</span>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Recent Searches -->
241
+ <div class="recent-header">
242
+ <div class="label">Recent Searches</div>
243
+ <div class="edit">Edit</div>
244
+ </div>
245
+ <div class="recent-card">
246
+ <div class="recent-item">
247
+ <div class="avatar">[IMG: Men's Shoes]</div>
248
+ <div class="recent-text">
249
+ <div class="title">Sports</div>
250
+ <div class="sub">Shoes Fo...</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Categories preview -->
256
+ <div class="category-banner">
257
+ <div class="cat-row">
258
+ <div class="cat-cell" style="background:#E9EAEC;">
259
+ <div class="cat-img">[IMG: Kurtas & Sets Banner]</div>
260
+ <span style="position:relative; z-index:1;">Kurtas &amp; Sets</span>
261
+ </div>
262
+ <div class="cat-cell" style="background:#FFFFFF;">
263
+ <div class="cat-img">[IMG: Tops Banner]</div>
264
+ <span style="position:relative; z-index:1;">Tops</span>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Keyboard overlay -->
270
+ <div class="keyboard">
271
+ <div class="key-row">
272
+ <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>
273
+ <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>
274
+ </div>
275
+ <div class="key-row">
276
+ <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>
277
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
278
+ </div>
279
+ <div class="key-row">
280
+ <div class="key func wide">shift</div>
281
+ <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>
282
+ <div class="key func wide">
283
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
284
+ <path d="M4 12h12" stroke="#cdd3db" stroke-width="2"/>
285
+ <path d="M10 6l-6 6 6 6" stroke="#cdd3db" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ <div class="key-row">
290
+ <div class="key func wide">?123</div>
291
+ <div class="key func">,</div>
292
+ <div class="key func">😊</div>
293
+ <div class="key space">space</div>
294
+ <div class="key func">.</div>
295
+ <div class="key search">
296
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
297
+ <circle cx="11" cy="11" r="7" stroke="#222" stroke-width="2"/>
298
+ <path d="M16 16l5 5" stroke="#222" stroke-width="2" stroke-linecap="round"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+ <div class="gesture-bar"></div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/13212/13212_4.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 with Keyboard UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F6F8FA;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 24px; left: 0; right: 0; height: 80px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 32px; color: #1F1F1F; font-size: 42px; font-weight: 600;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 22px; }
22
+ .status-icons { display: flex; align-items: center; gap: 18px; }
23
+ .status-right { display: flex; align-items: center; gap: 24px; color: #444; }
24
+
25
+ /* Header with search */
26
+ .header {
27
+ position: absolute; top: 108px; left: 0; right: 0; height: 180px;
28
+ background: #FFFFFF;
29
+ border-bottom: 1px solid #E3E6EA;
30
+ display: flex; align-items: center;
31
+ padding: 0 24px;
32
+ }
33
+ .back-btn {
34
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
35
+ margin-right: 16px;
36
+ }
37
+ .search-field {
38
+ background: #EDF1F4;
39
+ height: 120px; border-radius: 28px; flex: 1;
40
+ position: relative; display: flex; align-items: center;
41
+ padding: 0 120px 0 36px; color: #222; font-size: 42px;
42
+ }
43
+ .search-icon {
44
+ position: absolute; right: 28px; width: 72px; height: 72px;
45
+ display: flex; align-items: center; justify-content: center; opacity: 0.6;
46
+ }
47
+
48
+ /* Main blank area */
49
+ .content-area {
50
+ position: absolute; top: 288px; left: 0; right: 0; bottom: 980px;
51
+ background: #F6F8FA;
52
+ }
53
+
54
+ /* Keyboard */
55
+ .keyboard {
56
+ position: absolute; bottom: 84px; left: 0; right: 0; height: 880px;
57
+ background: #1E1E1F; color: #FFF;
58
+ border-top: 1px solid #3A3A3A;
59
+ }
60
+ .suggestions {
61
+ height: 116px; border-bottom: 1px solid #2D2D2D;
62
+ display: flex; align-items: center; gap: 22px; padding: 0 24px; color: #D7D7D7;
63
+ font-size: 38px;
64
+ }
65
+ .sep { color: #6E6E6E; margin: 0 8px; }
66
+ .suggestions .spacer { flex: 1; }
67
+ .suggestions .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; background: #2B2B2B; border-radius: 16px; }
68
+
69
+ .keys { padding: 22px 18px; display: grid; grid-template-rows: repeat(4, auto); row-gap: 18px; }
70
+ .row { display: flex; justify-content: center; gap: 18px; }
71
+ .key {
72
+ width: 92px; height: 128px; background: #2A2A2B; border-radius: 20px;
73
+ display: flex; align-items: center; justify-content: center; font-size: 42px; color: #FFFFFF;
74
+ }
75
+ .key.special { background: #2D2D2E; color: #DCDCDC; }
76
+ .key.wide { width: 200px; }
77
+ .space { flex: 1; height: 128px; background: #2A2A2B; border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #CFCFCF; padding: 0 20px; }
78
+ .search-round {
79
+ width: 128px; height: 128px; background: #C9CEFF; border-radius: 50%;
80
+ display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .nav-handle {
83
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
84
+ width: 320px; height: 10px; background: #D6D6D6; border-radius: 8px;
85
+ }
86
+
87
+ /* Small helper icons */
88
+ svg { display: block; }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status Bar -->
95
+ <div class="status-bar">
96
+ <div class="status-left">
97
+ <div>9:11</div>
98
+ <div class="status-icons">
99
+ <!-- simple media icon -->
100
+ <svg width="46" height="32" viewBox="0 0 46 32">
101
+ <rect x="2" y="6" width="24" height="20" rx="4" fill="#7E7E7E"></rect>
102
+ <polygon points="30,10 44,16 30,22" fill="#7E7E7E"></polygon>
103
+ </svg>
104
+ <!-- download icon -->
105
+ <svg width="30" height="32" viewBox="0 0 30 32">
106
+ <rect x="12" y="2" width="6" height="16" rx="3" fill="#7E7E7E"></rect>
107
+ <polygon points="8,18 15,28 22,18" fill="#7E7E7E"></polygon>
108
+ </svg>
109
+ </div>
110
+ </div>
111
+ <div class="status-right">
112
+ <!-- wifi -->
113
+ <svg width="44" height="32" viewBox="0 0 44 32">
114
+ <path d="M4 10c8-8 28-8 36 0" stroke="#6B6B6B" stroke-width="3" fill="none" stroke-linecap="round"/>
115
+ <path d="M10 16c6-6 18-6 24 0" stroke="#6B6B6B" stroke-width="3" fill="none" stroke-linecap="round"/>
116
+ <circle cx="22" cy="22" r="3" fill="#6B6B6B"/>
117
+ </svg>
118
+ <!-- battery -->
119
+ <svg width="64" height="32" viewBox="0 0 64 32">
120
+ <rect x="2" y="6" width="54" height="20" rx="4" fill="none" stroke="#6B6B6B" stroke-width="3"/>
121
+ <rect x="6" y="10" width="38" height="12" rx="2" fill="#6B6B6B"/>
122
+ <rect x="58" y="12" width="4" height="8" rx="2" fill="#6B6B6B"/>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Header with Search -->
128
+ <div class="header">
129
+ <div class="back-btn">
130
+ <svg width="48" height="48" viewBox="0 0 48 48">
131
+ <path d="M30 8 L16 24 L30 40" stroke="#444" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
132
+ </svg>
133
+ </div>
134
+ <div class="search-field">
135
+ <div>sport shoe</div>
136
+ <div class="search-icon">
137
+ <svg width="60" height="60" viewBox="0 0 60 60">
138
+ <circle cx="26" cy="26" r="18" stroke="#8C97A3" stroke-width="4" fill="none"></circle>
139
+ <line x1="40" y1="40" x2="54" y2="54" stroke="#8C97A3" stroke-width="4" stroke-linecap="round"></line>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Main content area (empty) -->
146
+ <div class="content-area"></div>
147
+
148
+ <!-- Keyboard -->
149
+ <div class="keyboard">
150
+ <!-- Suggestions row -->
151
+ <div class="suggestions">
152
+ <div class="icon-btn">
153
+ <!-- grid icon -->
154
+ <svg width="40" height="40" viewBox="0 0 40 40">
155
+ <rect x="4" y="4" width="12" height="12" rx="2" fill="#BDBDBD"></rect>
156
+ <rect x="24" y="4" width="12" height="12" rx="2" fill="#BDBDBD"></rect>
157
+ <rect x="4" y="24" width="12" height="12" rx="2" fill="#BDBDBD"></rect>
158
+ <rect x="24" y="24" width="12" height="12" rx="2" fill="#BDBDBD"></rect>
159
+ </svg>
160
+ </div>
161
+ <div>shoe</div>
162
+ <div class="sep">|</div>
163
+ <div>show</div>
164
+ <div class="sep">|</div>
165
+ <div style="font-size:42px;">👠</div>
166
+ <div style="font-size:42px;">👟</div>
167
+ <div class="spacer"></div>
168
+ <div class="icon-btn">
169
+ <!-- mic -->
170
+ <svg width="36" height="36" viewBox="0 0 36 36">
171
+ <rect x="12" y="6" width="12" height="16" rx="6" fill="#BDBDBD"></rect>
172
+ <path d="M8 18c0 8 20 8 20 0" stroke="#BDBDBD" stroke-width="3" fill="none" stroke-linecap="round"/>
173
+ <rect x="16" y="24" width="4" height="6" rx="2" fill="#BDBDBD"></rect>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="keys">
179
+ <!-- Row 1 -->
180
+ <div class="row">
181
+ <div class="key special">
182
+ <svg width="34" height="34" viewBox="0 0 34 34">
183
+ <rect x="2" y="2" width="12" height="12" rx="2" fill="#C8C8C8"></rect>
184
+ <rect x="20" y="2" width="12" height="12" rx="2" fill="#C8C8C8"></rect>
185
+ <rect x="2" y="20" width="12" height="12" rx="2" fill="#C8C8C8"></rect>
186
+ <rect x="20" y="20" width="12" height="12" rx="2" fill="#C8C8C8"></rect>
187
+ </svg>
188
+ </div>
189
+ <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>
190
+ </div>
191
+
192
+ <!-- Row 2 -->
193
+ <div class="row">
194
+ <div class="key special">
195
+ <!-- shift up -->
196
+ <svg width="40" height="40" viewBox="0 0 40 40">
197
+ <path d="M20 8 L8 22 H16 V32 H24 V22 H32 Z" fill="#CFCFCF"></path>
198
+ </svg>
199
+ </div>
200
+ <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>
201
+ </div>
202
+
203
+ <!-- Row 3 -->
204
+ <div class="row">
205
+ <div class="key special">
206
+ <!-- shift -->
207
+ <svg width="40" height="40" viewBox="0 0 40 40">
208
+ <path d="M20 8 L8 22 H16 V32 H24 V22 H32 Z" fill="#CFCFCF"></path>
209
+ </svg>
210
+ </div>
211
+ <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>
212
+ <div class="key special">
213
+ <!-- backspace -->
214
+ <svg width="44" height="44" viewBox="0 0 44 44">
215
+ <path d="M6 22 L16 10 H36 C38 10 40 12 40 14 V30 C40 32 38 34 36 34 H16 Z" fill="#CFCFCF"></path>
216
+ <path d="M22 16 L30 24 M30 16 L22 24" stroke="#2A2A2B" stroke-width="4" stroke-linecap="round"></path>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Row 4 -->
222
+ <div class="row">
223
+ <div class="key special wide">?123</div>
224
+ <div class="key special">,</div>
225
+ <div class="key special">
226
+ <span style="font-size:40px;">😊</span>
227
+ </div>
228
+ <div class="space">space</div>
229
+ <div class="key special">.</div>
230
+ <div class="search-round">
231
+ <svg width="60" height="60" viewBox="0 0 60 60">
232
+ <circle cx="26" cy="26" r="18" stroke="#3C3F72" stroke-width="4" fill="none"></circle>
233
+ <line x1="40" y1="40" x2="54" y2="54" stroke="#3C3F72" stroke-width="4" stroke-linecap="round"></line>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Bottom navigation handle -->
241
+ <div class="nav-handle"></div>
242
+ </div>
243
+ </body>
244
+ </html>
code/13212/13212_5.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Sport Listing</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #111;
31
+ font-weight: 600;
32
+ font-size: 34px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ gap: 22px;
37
+ align-items: center;
38
+ }
39
+ .dot {
40
+ width: 14px; height: 14px; border-radius: 50%;
41
+ background: #111;
42
+ opacity: .8;
43
+ }
44
+
45
+ /* Header with back and actions */
46
+ .app-bar {
47
+ padding: 24px 40px 8px 40px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ }
52
+ .left-actions, .right-actions {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 36px;
56
+ }
57
+ .icon-btn {
58
+ width: 58px; height: 58px;
59
+ }
60
+ .icon-btn svg {
61
+ width: 58px; height: 58px;
62
+ stroke: #111; fill: none; stroke-width: 3.5;
63
+ }
64
+
65
+ /* Title */
66
+ .title-wrap {
67
+ padding: 0 40px 10px 40px;
68
+ }
69
+ .title {
70
+ font-size: 72px;
71
+ font-weight: 700;
72
+ margin: 8px 0 6px 0;
73
+ letter-spacing: -0.5px;
74
+ }
75
+ .subtitle {
76
+ font-size: 32px;
77
+ color: #6b6b6b;
78
+ }
79
+
80
+ /* Product grid */
81
+ .grid {
82
+ margin-top: 30px;
83
+ padding: 0 40px 240px 40px; /* bottom padding to avoid sticky bar overlap */
84
+ display: grid;
85
+ grid-template-columns: repeat(2, 1fr);
86
+ gap: 28px;
87
+ }
88
+ .card {
89
+ background: #fff;
90
+ border-radius: 28px;
91
+ border: 1px solid #ececec;
92
+ overflow: hidden;
93
+ position: relative;
94
+ }
95
+ .thumb {
96
+ height: 380px;
97
+ background: #F4F4F5;
98
+ border-bottom: 1px solid #ECECEC;
99
+ display: flex;
100
+ justify-content: center;
101
+ align-items: center;
102
+ color: #757575;
103
+ font-size: 30px;
104
+ }
105
+ .thumb.alt {
106
+ height: 620px;
107
+ }
108
+ .thumb-inner {
109
+ width: calc(100% - 24px);
110
+ height: calc(100% - 24px);
111
+ margin: 12px;
112
+ background: #E0E0E0;
113
+ border: 1px solid #BDBDBD;
114
+ border-radius: 22px;
115
+ display: flex; align-items: center; justify-content: center;
116
+ text-align: center;
117
+ padding: 14px;
118
+ color: #6f6f6f;
119
+ }
120
+ .pill {
121
+ position: absolute;
122
+ top: 18px;
123
+ left: 18px;
124
+ background: #111;
125
+ color: #fff;
126
+ font-size: 26px;
127
+ padding: 10px 18px;
128
+ border-radius: 14px;
129
+ font-weight: 700;
130
+ letter-spacing: .2px;
131
+ }
132
+ .pill.ad {
133
+ background: #c6c6c6;
134
+ color: #222;
135
+ font-weight: 700;
136
+ }
137
+ .fav {
138
+ position: absolute;
139
+ top: 18px;
140
+ right: 18px;
141
+ background: #fff;
142
+ border: 1px solid #e6e6e6;
143
+ height: 64px; min-width: 64px;
144
+ padding: 0 16px;
145
+ border-radius: 32px;
146
+ display: flex; align-items: center; gap: 12px; justify-content: center;
147
+ color: #6b6b6b;
148
+ font-size: 28px;
149
+ }
150
+ .fav svg { width: 34px; height: 34px; stroke: #111; fill: none; stroke-width: 3; }
151
+
152
+ .corner-icon {
153
+ position: absolute;
154
+ bottom: 130px;
155
+ left: 18px;
156
+ width: 60px; height: 60px;
157
+ border-radius: 16px;
158
+ background: #fff;
159
+ border: 1px solid #e6e6e6;
160
+ display: flex; align-items: center; justify-content: center;
161
+ }
162
+ .corner-icon svg { width: 30px; height: 30px; stroke: #444; fill: none; stroke-width: 2.5; }
163
+
164
+ .info {
165
+ padding: 22px 24px 28px 24px;
166
+ }
167
+ .brand {
168
+ font-weight: 800;
169
+ letter-spacing: .3px;
170
+ font-size: 32px;
171
+ margin-bottom: 6px;
172
+ }
173
+ .name {
174
+ font-size: 30px;
175
+ color: #6a6a6a;
176
+ line-height: 1.25;
177
+ margin-bottom: 16px;
178
+ }
179
+ .price-row {
180
+ display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
181
+ margin: 6px 0;
182
+ }
183
+ .price {
184
+ font-size: 40px; font-weight: 800;
185
+ }
186
+ .strike {
187
+ font-size: 30px; color: #9b9b9b; text-decoration: line-through;
188
+ }
189
+ .off {
190
+ font-size: 30px; color: #1f8f38; font-weight: 700;
191
+ }
192
+ .offer {
193
+ display: flex; align-items: center; gap: 12px; color: #1f8f38; margin-top: 8px;
194
+ font-size: 30px; font-weight: 700;
195
+ }
196
+ .badge {
197
+ display: inline-flex; align-items: center; gap: 10px;
198
+ background: #29a455; color: #fff;
199
+ border-radius: 14px;
200
+ padding: 6px 14px;
201
+ font-size: 28px; font-weight: 800;
202
+ }
203
+ .badge small {
204
+ font-weight: 700; opacity: .9; font-size: 26px;
205
+ }
206
+ .selling {
207
+ color: #d0362f; font-weight: 800; font-size: 32px; margin-top: 8px;
208
+ }
209
+
210
+ /* Sticky action bar */
211
+ .sticky-bar {
212
+ position: absolute;
213
+ left: 0; right: 0; bottom: 60px;
214
+ background: #111;
215
+ color: #fff;
216
+ height: 160px;
217
+ display: grid;
218
+ grid-template-columns: repeat(3, 1fr);
219
+ border-top-left-radius: 24px;
220
+ border-top-right-radius: 24px;
221
+ }
222
+ .sticky-item {
223
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
224
+ gap: 10px;
225
+ border-right: 1px solid rgba(255,255,255,0.15);
226
+ }
227
+ .sticky-item:last-child { border-right: none; }
228
+ .sticky-label {
229
+ font-size: 28px; color: #ddd; letter-spacing: .2px;
230
+ }
231
+ .sticky-sub {
232
+ font-size: 24px; color: #a0a0a0;
233
+ }
234
+ .sticky-icon svg {
235
+ width: 44px; height: 44px; stroke: #fff; fill: none; stroke-width: 3;
236
+ }
237
+
238
+ /* Home indicator */
239
+ .home-indicator {
240
+ position: absolute;
241
+ bottom: 16px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ width: 370px; height: 10px;
245
+ background: #e9e9e9;
246
+ border-radius: 8px;
247
+ }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+
253
+ <!-- Status bar -->
254
+ <div class="status-bar">
255
+ <div>9:11</div>
256
+ <div class="status-icons">
257
+ <div class="dot"></div>
code/13214/13214_0.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>World flora - Identification</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F3F3F3;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #7A7A7A;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ }
33
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
34
+ .dot { width: 16px; height: 16px; background: #ddd; border-radius: 50%; opacity: 0.9; }
35
+ .icon-small svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 4; }
36
+
37
+ /* Hero header */
38
+ .hero {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 420px;
44
+ background: #ffffff;
45
+ border-bottom-right-radius: 36px;
46
+ overflow: hidden;
47
+ }
48
+ .hero-content {
49
+ position: absolute;
50
+ left: 48px;
51
+ top: 90px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 22px;
55
+ color: #303030;
56
+ }
57
+ .hero-title {
58
+ font-size: 64px;
59
+ font-weight: 700;
60
+ letter-spacing: 0.5px;
61
+ }
62
+ .hero-title .chev {
63
+ margin-left: 12px;
64
+ vertical-align: middle;
65
+ }
66
+ .hero-image {
67
+ position: absolute;
68
+ right: 0;
69
+ top: 0;
70
+ width: 780px;
71
+ height: 420px;
72
+ border-left: 1px solid #BDBDBD;
73
+ background: #E0E0E0;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #757575;
78
+ }
79
+ .hero-fade {
80
+ position: absolute;
81
+ left: 0; top: 0; height: 420px; width: 700px;
82
+ background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 100%);
83
+ pointer-events: none;
84
+ }
85
+
86
+ /* Filter pills */
87
+ .filters {
88
+ position: absolute;
89
+ top: 570px;
90
+ left: 48px;
91
+ display: flex;
92
+ gap: 20px;
93
+ }
94
+ .pill {
95
+ display: inline-flex;
96
+ align-items: center;
97
+ gap: 16px;
98
+ padding: 22px 28px;
99
+ border-radius: 36px;
100
+ background: #EFEFEF;
101
+ border: 1px solid #D6D6D6;
102
+ color: #555;
103
+ font-size: 36px;
104
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
105
+ }
106
+ .icon-24 svg { width: 40px; height: 40px; fill: none; stroke: #666; stroke-width: 3.5; }
107
+ .circle-btn {
108
+ width: 84px; height: 84px; border-radius: 42px; background: #EFEFEF; border: 1px solid #D6D6D6;
109
+ display: flex; align-items: center; justify-content: center;
110
+ }
111
+ .circle-btn span { font-weight: 700; color: #666; font-size: 42px; line-height: 1; }
112
+
113
+ /* Embedded identification toggle */
114
+ .toggle-wrap {
115
+ position: absolute;
116
+ top: 680px;
117
+ left: 48px;
118
+ }
119
+ .toggle {
120
+ width: 820px;
121
+ height: 100px;
122
+ border-radius: 24px;
123
+ background: #F5F5F5;
124
+ border: 1px solid #E1E1E1;
125
+ display: flex; align-items: center;
126
+ padding: 0 24px;
127
+ box-sizing: border-box;
128
+ color: #9E9E9E;
129
+ font-size: 38px;
130
+ gap: 20px;
131
+ }
132
+ .toggle .knob {
133
+ width: 72px; height: 44px; border-radius: 22px; background: #E5E5E5; position: relative;
134
+ }
135
+ .toggle .knob::before {
136
+ content: ""; width: 44px; height: 44px; border-radius: 50%; background: #CFCFCF; position: absolute; left: 0; top: 0;
137
+ }
138
+
139
+ /* Main identify area */
140
+ .identify-text {
141
+ position: absolute;
142
+ top: 900px;
143
+ width: 100%;
144
+ text-align: center;
145
+ font-size: 60px;
146
+ color: #616161;
147
+ font-weight: 600;
148
+ }
149
+ .arrow-svg {
150
+ position: absolute;
151
+ left: 140px;
152
+ top: 980px;
153
+ }
154
+ .arrow-svg svg { width: 300px; height: 220px; }
155
+ .big-btn {
156
+ position: absolute;
157
+ left: 340px;
158
+ top: 1080px;
159
+ width: 400px; height: 400px;
160
+ background: #8CC03E;
161
+ border-radius: 200px;
162
+ box-shadow: 0 16px 40px rgba(0,0,0,0.15);
163
+ display: flex; align-items: center; justify-content: center;
164
+ }
165
+ .big-btn svg { width: 260px; height: 260px; }
166
+ .gallery-btn {
167
+ position: absolute;
168
+ left: 140px;
169
+ top: 1200px;
170
+ width: 150px; height: 150px; border-radius: 75px;
171
+ background: #FFFFFF; border: 1px solid #E0E0E0;
172
+ display: flex; align-items: center; justify-content: center;
173
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
174
+ }
175
+ .gallery-label {
176
+ position: absolute;
177
+ left: 120px;
178
+ top: 1370px;
179
+ font-size: 40px; color: #7A7A7A;
180
+ }
181
+
182
+ /* Donation card area */
183
+ .donation-bg {
184
+ position: absolute;
185
+ left: 0; right: 0;
186
+ bottom: 320px;
187
+ height: 420px;
188
+ background: linear-gradient(180deg, #F7F9F4 0%, #EAF6D8 100%);
189
+ }
190
+ .donation-card {
191
+ position: absolute;
192
+ left: 48px;
193
+ bottom: 360px;
194
+ width: 984px;
195
+ background: #fff;
196
+ border-radius: 28px;
197
+ box-shadow: 0 10px 30px rgba(0,0,0,0.12);
198
+ padding: 40px 40px 32px;
199
+ box-sizing: border-box;
200
+ }
201
+ .donation-title {
202
+ font-size: 52px; color: #555; font-weight: 700; margin-bottom: 24px;
203
+ }
204
+ .donation-desc {
205
+ font-size: 36px; color: #6B6B6B; line-height: 1.4; margin-bottom: 34px;
206
+ }
207
+ .donate-btn {
208
+ width: 900px; height: 104px; border-radius: 52px;
209
+ background: #8CC03E; color: #fff; font-size: 44px; font-weight: 700;
210
+ display: flex; align-items: center; justify-content: center;
211
+ margin: 0 auto;
212
+ box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1);
213
+ }
214
+
215
+ /* Bottom navigation */
216
+ .nav {
217
+ position: absolute;
218
+ left: 0; bottom: 80px;
219
+ width: 1080px; height: 160px;
220
+ background: #FFFFFF;
221
+ border-top: 1px solid #E0E0E0;
222
+ display: flex; align-items: center; justify-content: space-around;
223
+ }
224
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #333; font-size: 32px; }
225
+ .nav-item svg { width: 56px; height: 56px; stroke: #333; stroke-width: 3.2; fill: none; }
226
+ .nav-item.active svg { stroke: #8CC03E; fill: none; }
227
+ .nav-item.active .cam-pill {
228
+ width: 72px; height: 72px; border-radius: 16px; background: rgba(140,192,62,0.18);
229
+ display: flex; align-items: center; justify-content: center;
230
+ }
231
+ .gesture {
232
+ position: absolute;
233
+ bottom: 20px; left: 50%; transform: translateX(-50%);
234
+ width: 320px; height: 14px; background: #1A1A1A; border-radius: 8px; opacity: 0.9;
235
+ }
236
+
237
+ /* Utility leaf icon color */
238
+ .leaf-green { fill: #8CC03E; }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Status bar -->
245
+ <div class="status-bar">
246
+ <div class="status-left">
247
+ <div>9:33</div>
248
+ <div class="icon-small">
249
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><text x="9" y="16" font-size="12" fill="#fff">ib</text></svg>
250
+ </div>
251
+ <div class="icon-small">
252
+ <svg viewBox="0 0 24 24"><polygon points="4,4 20,12 4,20"></polygon></svg>
253
+ </div>
254
+ <div class="icon-small">
255
+ <svg viewBox="0 0 24 24"><path d="M4 12h16"></path><path d="M12 4v16"></path></svg>
256
+ </div>
257
+ <div class="dot"></div>
258
+ </div>
259
+ <div class="status-right">
260
+ <div class="icon-small">
261
+ <svg viewBox="0 0 24 24"><path d="M2 18c4-8 16-8 20 0"></path><circle cx="12" cy="18" r="2"></circle></svg>
262
+ </div>
263
+ <div class="icon-small">
264
+ <svg viewBox="0 0 24 24"><rect x="3" y="8" width="18" height="12" rx="3" ry="3"></rect><rect x="17" y="10" width="2" height="8"></rect></svg>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Hero header -->
270
+ <div class="hero">
271
+ <div class="hero-image">[IMG: Aerial coastline]</div>
272
+ <div class="hero-fade"></div>
273
+
274
+ <div class="hero-content">
275
+ <!-- Leaf logo -->
276
+ <svg width="80" height="80" viewBox="0 0 64 64" class="leaf-green">
277
+ <path d="M32 10c-12 8-16 18-16 26 8 0 16-4 22-12-4 8-2 18 6 22 0-12-4-26-12-36z"></path>
278
+ <path d="M22 30c-6 2-10 6-12 12 6 0 12-2 16-6-2 4-2 8 2 10 0-6-2-12-6-16z"></path>
279
+ </svg>
280
+ <div class="hero-title">World flora
281
+ <svg class="chev" width="28" height="28" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#666" stroke-width="2.6" fill="none"/></svg>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Filter pills -->
287
+ <div class="filters">
288
+ <div class="pill">
289
+ <div class="icon-24">
290
+ <svg viewBox="0 0 24 24"><path d="M12 3c3.5 0 6 2.6 6 6 0 4.5-6 12-6 12S6 13.5 6 9c0-3.4 2.5-6 6-6z"></path><circle cx="12" cy="9" r="2"></circle></svg>
291
+ </div>
292
+ <span>No GPS location</span>
293
+ </div>
294
+ <div class="pill">
295
+ <div class="icon-24">
296
+ <svg viewBox="0 0 24 24"><path d="M3 4h18l-6 7v6l-6 3v-9z"></path></svg>
297
+ </div>
298
+ <span>Filter</span>
299
+ </div>
300
+ <div class="circle-btn"><span>?</span></div>
301
+ </div>
302
+
303
+ <!-- Embedded identification toggle -->
304
+ <div class="toggle-wrap">
305
+ <div class="toggle">
306
+ <div class="knob"></div>
307
+ <div>Embedded identification</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Touch to identify -->
312
+ <div class="identify-text">Touch to identify</div>
313
+ <div class="arrow-svg">
314
+ <svg viewBox="0 0 300 220">
315
+ <path d="M260 10c-140 20-220 130-200 180" stroke="#6A6A6A" stroke-width="10" fill="none" stroke-linecap="round"/>
316
+ <path d="M60 190l-40-10 25 28" stroke="#6A6A6A" stroke-width="10" fill="none" stroke-linecap="round"/>
317
+ </svg>
318
+ </div>
319
+
320
+ <!-- Big camera button -->
321
+ <div class="big-btn">
322
+ <svg viewBox="0 0 100 100">
323
+ <!-- camera body -->
324
+ <rect x="16" y="36" width="68" height="42" rx="8" ry="8" fill="#fff"></rect>
325
+ <!-- top hump -->
326
+ <rect x="36" y="28" width="32" height="12" rx="4" fill="#fff"></rect>
327
+ <!-- lens with leaf -->
328
+ <circle cx="50" cy="57" r="14" fill="#8CC03E"></circle>
329
+ <path d="M50 48c-8 5-10 12-10 17 5 0 10-2 13-8-3 5-1 11 4 13 0-7-2-15-7-22z" fill="#fff"></path>
330
+ </svg>
331
+ </div>
332
+
333
+ <!-- Gallery shortcut -->
334
+ <div class="gallery-btn">
335
+ <svg viewBox="0 0 64 64">
336
+ <rect x="12" y="12" width="40" height="40" rx="8" ry="8" fill="#E9F3D8" stroke="#8CC03E" stroke-width="2"></rect>
337
+ <path d="M20 40l8-10 8 10 8-6" stroke="#8CC03E" stroke-width="3" fill="none"></path>
338
+ <circle cx="26" cy="26" r="4" fill="#8CC03E"></circle>
339
+ </svg>
340
+ </div>
341
+ <div class="gallery-label">Gallery</div>
342
+
343
+ <!-- Donation area -->
344
+ <div class="donation-bg"></div>
345
+ <div class="donation-card">
346
+ <div class="donation-title">Plant identification for everyone</div>
347
+ <div class="donation-desc">Help keep Pl@ntNet free, ad-free, for everyone, support citizen science and open data.</div>
348
+ <div class="donate-btn">Donate</div>
349
+ </div>
350
+
351
+ <!-- Bottom navigation -->
352
+ <div class="nav">
353
+ <div class="nav-item">
354
+ <svg viewBox="0 0 24 24"><path d="M12 4c-5 4-6 9-6 13 3 0 6-2 9-5-2 3-1 7 3 8 0-5-2-11-6-16z"></path></svg>
355
+ <div>Feed</div>
356
+ </div>
357
+ <div class="nav-item">
358
+ <svg viewBox="0 0 24 24"><circle cx="7" cy="9" r="3"></circle><circle cx="17" cy="9" r="3"></circle><path d="M4 18c2-4 6-4 8 0"></path><path d="M12 18c2-4 6-4 8 0"></path></svg>
359
+ <div>Groups</div>
360
+ </div>
361
+ <div class="nav-item active">
362
+ <div class="cam-pill">
363
+ <svg viewBox="0 0 24 24"><rect x="4" y="8" width="16" height="12" rx="3"></rect><rect x="9" y="5" width="6" height="5" rx="1"></rect><circle cx="12" cy="14" r="3"></circle></svg>
364
+ </div>
365
+ <div style="color:#8CC03E;font-weight:700;">Identification</div>
366
+ </div>
367
+ <div class="nav-item">
368
+ <svg viewBox="0 0 24 24"><path d="M5 5h14M7 10h10M9 15h6" /></svg>
369
+ <div>Species</div>
370
+ </div>
371
+ <div class="nav-item">
372
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 20c2-5 14-5 16 0"></path></svg>
373
+ <div>Profile</div>
374
+ </div>
375
+ </div>
376
+
377
+ <div class="gesture"></div>
378
+ </div>
379
+ </body>
380
+ </html>
code/13214/13214_1.html ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Splash Screen</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ position: relative;
15
+ width: 1080px;
16
+ height: 2400px;
17
+ overflow: hidden;
18
+ background: #09BEA6; /* teal background */
19
+ border-radius: 0;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 120px;
29
+ padding: 0 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ color: #FFFFFF;
34
+ font-family: Arial, Helvetica, sans-serif;
35
+ }
36
+ .sb-left,
37
+ .sb-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 24px;
41
+ }
42
+ .time {
43
+ font-weight: 700;
44
+ font-size: 48px;
45
+ letter-spacing: 1px;
46
+ }
47
+ .icon-dot {
48
+ width: 12px;
49
+ height: 12px;
50
+ background: #FFFFFF;
51
+ border-radius: 50%;
52
+ opacity: 0.9;
53
+ }
54
+ .circle-icon {
55
+ width: 40px;
56
+ height: 40px;
57
+ border: 3px solid #EAF9F6;
58
+ border-radius: 50%;
59
+ opacity: 0.95;
60
+ }
61
+
62
+ /* Center logo area */
63
+ .logo {
64
+ position: absolute;
65
+ left: 50%;
66
+ top: 1480px;
67
+ transform: translateX(-50%);
68
+ width: 240px;
69
+ height: 260px;
70
+ }
71
+
72
+ /* Bottom gesture bar */
73
+ .gesture-bar {
74
+ position: absolute;
75
+ left: 0;
76
+ bottom: 0;
77
+ width: 1080px;
78
+ height: 120px;
79
+ background: #000000;
80
+ }
81
+ .gesture-pill {
82
+ position: absolute;
83
+ left: 50%;
84
+ top: 50%;
85
+ transform: translate(-50%, -50%);
86
+ width: 300px;
87
+ height: 12px;
88
+ background: #E0E0E0;
89
+ border-radius: 12px;
90
+ opacity: 0.95;
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status Bar -->
98
+ <div class="status-bar">
99
+ <div class="sb-left">
100
+ <div class="time">9:34</div>
101
+ <div class="circle-icon" aria-hidden="true"></div>
102
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#FFFFFF" aria-hidden="true">
103
+ <circle cx="12" cy="12" r="6" opacity="0.9"></circle>
104
+ <polygon points="11,6 13,6 13,12 11,12" fill="#09BEA6"></polygon>
105
+ </svg>
106
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#FFFFFF" aria-hidden="true">
107
+ <circle cx="12" cy="12" r="10" opacity="0.95"></circle>
108
+ </svg>
109
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#FFFFFF" aria-hidden="true">
110
+ <path d="M3 12 L9 6 L15 12" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
111
+ </svg>
112
+ <div class="icon-dot"></div>
113
+ </div>
114
+ <div class="sb-right">
115
+ <!-- Wi-Fi icon -->
116
+ <svg width="44" height="44" viewBox="0 0 24 24" aria-hidden="true">
117
+ <path d="M2 8 C7 4,17 4,22 8" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
118
+ <path d="M5 11 C9 8,15 8,19 11" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
119
+ <path d="M8 14 C10 12.5,14 12.5,16 14" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
120
+ <circle cx="12" cy="18" r="1.6" fill="#FFFFFF"/>
121
+ </svg>
122
+ <!-- Battery icon -->
123
+ <svg width="44" height="44" viewBox="0 0 24 24" aria-hidden="true">
124
+ <rect x="3" y="6" width="16" height="12" rx="1.5" ry="1.5" stroke="#FFFFFF" fill="none" stroke-width="2"/>
125
+ <rect x="5" y="8" width="10" height="8" fill="#FFFFFF"/>
126
+ <rect x="19" y="9" width="2" height="6" rx="0.6" fill="#FFFFFF"/>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Center Tulip/Seed Logo -->
132
+ <div class="logo" aria-label="App Logo">
133
+ <svg width="100%" height="100%" viewBox="0 0 240 260">
134
+ <!-- Bowl (bottom semi-ellipse with straight top) -->
135
+ <path d="M50 120 L50 165 A70 70 0 0 0 190 165 L190 120 Z" fill="#FFFFFF"/>
136
+ <!-- Left petal -->
137
+ <path d="M90 120
138
+ C70 132,70 152,90 164
139
+ C108 154,108 132,90 120 Z" fill="#FFFFFF"/>
140
+ <!-- Right petal -->
141
+ <path d="M150 120
142
+ C170 132,170 152,150 164
143
+ C132 154,132 132,150 120 Z" fill="#FFFFFF"/>
144
+ <!-- Center petal -->
145
+ <path d="M120 88
146
+ C144 106,144 132,120 150
147
+ C96 132,96 106,120 88 Z" fill="#FFFFFF"/>
148
+ </svg>
149
+ </div>
150
+
151
+ <!-- Bottom Gesture Bar -->
152
+ <div class="gesture-bar">
153
+ <div class="gesture-pill"></div>
154
+ </div>
155
+ </div>
156
+ </body>
157
+ </html>
code/13214/13214_2.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>General - My Plants</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#1f2126; border-radius:44px;
13
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
14
+ color:#ECECEC;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height:120px; padding:24px 36px 0 36px;
20
+ display:flex; justify-content:space-between; align-items:center;
21
+ color:#e9e9ea; font-weight:600; font-size:40px;
22
+ opacity:0.95;
23
+ }
24
+ .status-left, .status-right { display:flex; align-items:center; gap:22px; }
25
+ .status-icon {
26
+ width:44px; height:44px; border-radius:22px;
27
+ background:#2a2c33; color:#bfc3c9; font-size:24px;
28
+ display:flex; align-items:center; justify-content:center;
29
+ }
30
+ .wifi { width:48px; height:34px; }
31
+ .battery { width:68px; height:34px; }
32
+ .wifi svg path, .battery svg path { fill:#d6d7db; }
33
+
34
+ /* Header */
35
+ .header {
36
+ height:120px; display:flex; align-items:center; justify-content:center;
37
+ position:relative; margin-top:6px;
38
+ }
39
+ .header h1 { font-size:60px; letter-spacing:0.2px; margin:0; font-weight:800; }
40
+ .hdr-btn {
41
+ position:absolute; top:50%; transform:translateY(-50%);
42
+ width:76px; height:76px; border-radius:16px;
43
+ display:flex; align-items:center; justify-content:center;
44
+ background:transparent;
45
+ }
46
+ .hdr-left { left:24px; }
47
+ .hdr-right { right:36px; }
48
+ .hdr-right svg path { fill:#23c8a9; }
49
+
50
+ /* Grid of cards */
51
+ .content {
52
+ padding:36px; padding-top:24px;
53
+ }
54
+ .cards {
55
+ display:grid; grid-template-columns:1fr 1fr; gap:36px;
56
+ margin-top:12px;
57
+ }
58
+ .card, .add-card {
59
+ position:relative; border-radius:32px; overflow:hidden;
60
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
61
+ height:420px;
62
+ background:#2a2c33;
63
+ }
64
+ .card .image {
65
+ position:absolute; inset:0;
66
+ background:#E0E0E0; border:1px solid #BDBDBD;
67
+ display:flex; align-items:center; justify-content:center;
68
+ color:#757575; font-size:36px; font-weight:600;
69
+ }
70
+ .card .overlay {
71
+ position:absolute; left:24px; bottom:22px; right:24px;
72
+ display:flex; align-items:center; justify-content:space-between;
73
+ }
74
+ .card .title {
75
+ position:absolute; left:24px; bottom:150px;
76
+ font-size:48px; font-weight:800; color:#ffffff; text-shadow:0 2px 6px rgba(0,0,0,0.4);
77
+ }
78
+ .action-row { display:flex; gap:22px; }
79
+ .act-btn {
80
+ width:96px; height:96px; border-radius:28px;
81
+ display:flex; align-items:center; justify-content:center;
82
+ background:rgba(0,0,0,0.25);
83
+ border:4px solid rgba(0,0,0,0.0);
84
+ backdrop-filter: blur(2px);
85
+ }
86
+ .act-green { border-color:#20c7a7; }
87
+ .act-red { border-color:#ef6b64; }
88
+ .act-green svg path { fill:#20c7a7; }
89
+ .act-red svg path, .act-red svg circle { fill:#ef6b64; }
90
+
91
+ .ellipsis {
92
+ position:absolute; top:22px; right:24px; display:flex; gap:8px;
93
+ }
94
+ .ellipsis span { width:12px; height:12px; background:#ffffffcc; border-radius:50%; }
95
+
96
+ /* Add card */
97
+ .add-card {
98
+ background:#2a2c33; border:1px solid #2e3138;
99
+ }
100
+ .add-card::after {
101
+ content:"+"; color:#9AA0A6; font-size:120px; font-weight:600;
102
+ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
103
+ }
104
+
105
+ /* Bottom Navigation */
106
+ .bottom-nav {
107
+ position:absolute; left:0; bottom:0; width:100%; height:200px;
108
+ background:#14161b; border-top-left-radius:48px; border-top-right-radius:48px;
109
+ box-shadow: 0 -12px 32px rgba(0,0,0,0.35);
110
+ }
111
+ .nav-inner {
112
+ position:absolute; left:36px; right:36px; top:26px; bottom:20px;
113
+ display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr;
114
+ align-items:center; justify-items:center;
115
+ }
116
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:16px; color:#a8acb3; font-size:38px; }
117
+ .nav-item.active { color:#22c6a8; font-weight:700; }
118
+ .nav-icon { width:56px; height:56px; }
119
+ .nav-icon svg path, .nav-icon svg rect, .nav-icon svg circle { fill:#a8acb3; }
120
+ .active .nav-icon svg path { fill:#22c6a8; }
121
+
122
+ .scan-wrap {
123
+ width:132px; height:132px; background:#21c7a8; border-radius:50%;
124
+ display:flex; align-items:center; justify-content:center;
125
+ box-shadow: 0 10px 24px rgba(33,199,168,0.5);
126
+ }
127
+ .scan-wrap svg path, .scan-wrap svg rect { fill:#0f3d34; }
128
+
129
+ /* Home indicator */
130
+ .home-indicator {
131
+ position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
132
+ width:320px; height:12px; background:#ffffffde; border-radius:12px;
133
+ opacity:0.95;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status Bar -->
141
+ <div class="statusbar">
142
+ <div class="status-left">
143
+ <div>9:35</div>
144
+ <div class="status-icon">ib</div>
145
+ <div class="status-icon" style="clip-path: polygon(10% 20%, 90% 50%, 10% 80%); background:#2a2c33;"></div>
146
+ <div class="status-icon" style="font-weight:800;">N</div>
147
+ <div style="width:10px; height:10px; border-radius:50%; background:#bfc3c9;"></div>
148
+ </div>
149
+ <div class="status-right">
150
+ <div class="wifi">
151
+ <svg width="48" height="34" viewBox="0 0 48 34">
152
+ <path d="M4 10c9-9 31-9 40 0l-4 4c-7-7-25-7-32 0L4 10zM10 16c6-6 22-6 28 0l-4 4c-4-4-16-4-20 0l-4-4zM20 24c4-4 12-4 16 0l-8 8-8-8z"></path>
153
+ </svg>
154
+ </div>
155
+ <div class="battery">
156
+ <svg width="68" height="34" viewBox="0 0 68 34">
157
+ <path d="M56 10h6v14h-6v4H8a4 4 0 0 1-4-4V14a4 4 0 0 1 4-4h48v4zM12 14h36v10H12V14z"></path>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Header -->
164
+ <div class="header">
165
+ <button class="hdr-btn hdr-left" aria-label="Back">
166
+ <svg width="36" height="36" viewBox="0 0 24 24">
167
+ <path fill="#cfd3d8" d="M15.5 4.5L7 12l8.5 7.5-1.8 2L3.5 12 13.7 2.5l1.8 2z"></path>
168
+ </svg>
169
+ </button>
170
+ <h1>General</h1>
171
+ <button class="hdr-btn hdr-right" aria-label="Layout">
172
+ <svg width="48" height="48" viewBox="0 0 24 24">
173
+ <path d="M4 5h7v6H4V5zm9 0h7v6h-7V5zM4 13h7v6H4v-6zm9 0h7v6h-7v-6z"></path>
174
+ </svg>
175
+ </button>
176
+ </div>
177
+
178
+ <!-- Content -->
179
+ <div class="content">
180
+ <div class="cards">
181
+ <!-- Card 1 -->
182
+ <div class="card">
183
+ <div class="image">[IMG: Rosemary plant]</div>
184
+ <div class="ellipsis"><span></span><span></span><span></span></div>
185
+ <div class="title">Rosemary</div>
186
+ <div class="overlay">
187
+ <div class="action-row">
188
+ <div class="act-btn act-green" title="Water">
189
+ <svg width="46" height="46" viewBox="0 0 24 24">
190
+ <path d="M12 3C9 7 6 10 6 13a6 6 0 1 0 12 0c0-3-3-6-6-10z"></path>
191
+ </svg>
192
+ </div>
193
+ <div class="act-btn act-red" title="Spray">
194
+ <svg width="46" height="46" viewBox="0 0 24 24">
195
+ <path d="M9 4h6v3H9V4zM8 8h8l-1 3h-6L8 8zm1 6h6v6H9v-6z"></path>
196
+ <circle cx="18.5" cy="8.5" r="1.5"></circle>
197
+ <circle cx="20.5" cy="10.5" r="1.3"></circle>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Card 2 -->
205
+ <div class="card">
206
+ <div class="image">[IMG: Rosemary plant]</div>
207
+ <div class="ellipsis"><span></span><span></span><span></span></div>
208
+ <div class="title">Rosemary 2</div>
209
+ <div class="overlay">
210
+ <div class="action-row">
211
+ <div class="act-btn act-green" title="Water">
212
+ <svg width="46" height="46" viewBox="0 0 24 24">
213
+ <path d="M12 3C9 7 6 10 6 13a6 6 0 1 0 12 0c0-3-3-6-6-10z"></path>
214
+ </svg>
215
+ </div>
216
+ <div class="act-btn act-red" title="Spray">
217
+ <svg width="46" height="46" viewBox="0 0 24 24">
218
+ <path d="M9 4h6v3H9V4zM8 8h8l-1 3h-6L8 8zm1 6h6v6H9v-6z"></path>
219
+ <circle cx="18.5" cy="8.5" r="1.5"></circle>
220
+ <circle cx="20.5" cy="10.5" r="1.3"></circle>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Add card -->
228
+ <div class="add-card"></div>
229
+
230
+ <!-- Empty cell to keep grid spacing -->
231
+ <div style="height:420px;"></div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Bottom Navigation -->
236
+ <div class="bottom-nav">
237
+ <div class="nav-inner">
238
+ <div class="nav-item active">
239
+ <div class="nav-icon">
240
+ <svg width="56" height="56" viewBox="0 0 24 24">
241
+ <path d="M5 12c0-4 3-7 7-9 4 2 7 5 7 9s-3 7-7 9c-4-2-7-5-7-9zm7-6c-2 2-5 4-5 6 0 3 2 5 5 7 3-2 5-4 5-7 0-2-3-4-5-6z"></path>
242
+ </svg>
243
+ </div>
244
+ <div>My Plants</div>
245
+ </div>
246
+
247
+ <div class="nav-item">
248
+ <div class="nav-icon">
249
+ <svg width="56" height="56" viewBox="0 0 24 24">
250
+ <path d="M10 4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm8.5 16.5-4.1-4.1 1.4-1.4 4.1 4.1-1.4 1.4z"></path>
251
+ </svg>
252
+ </div>
253
+ <div>Search</div>
254
+ </div>
255
+
256
+ <div class="scan-wrap" aria-label="Scan">
257
+ <svg width="60" height="60" viewBox="0 0 24 24">
258
+ <path d="M4 7V4h3v2H6v1H4zm17 0V4h-3v2h1v1h2zM4 20v-3h2v1h1v2H4zm17 0v-3h-2v1h-1v2h3z"></path>
259
+ <rect x="7" y="7" width="10" height="10" rx="2" ry="2"></rect>
260
+ </svg>
261
+ </div>
262
+
263
+ <div class="nav-item">
264
+ <div class="nav-icon">
265
+ <svg width="56" height="56" viewBox="0 0 24 24">
266
+ <path d="M5 4h14v3H5V4zm0 5h14v9H5V9zm3 2v2h8v-2H8zm0 4v2h8v-2H8z"></path>
267
+ </svg>
268
+ </div>
269
+ <div>Blog</div>
270
+ </div>
271
+
272
+ <div class="nav-item">
273
+ <div class="nav-icon">
274
+ <svg width="56" height="56" viewBox="0 0 24 24">
275
+ <path d="M4 4h7v7H4V4zm9 0h7v7h-7V4zM4 13h7v7H4v-7zm9 0h7v7h-7v-7z"></path>
276
+ </svg>
277
+ </div>
278
+ <div>More</div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="home-indicator"></div>
284
+ </div>
285
+ </body>
286
+ </html>
code/13214/13214_3.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Identify Modal UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Inter", "Segoe UI", Arial, sans-serif;
13
+ color: #ECECEC;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #0C0D0E;
21
+ border-radius: 0;
22
+ box-shadow: none;
23
+ }
24
+
25
+ /* Subtle background content to hint the app beneath */
26
+ .top-status {
27
+ position: absolute;
28
+ left: 24px;
29
+ top: 24px;
30
+ height: 60px;
31
+ width: calc(100% - 48px);
32
+ color: #BDBDBD;
33
+ font-size: 34px;
34
+ letter-spacing: 1px;
35
+ opacity: 0.7;
36
+ }
37
+
38
+ /* Modal */
39
+ .modal {
40
+ position: absolute;
41
+ left: 60px;
42
+ top: 1020px;
43
+ width: 960px;
44
+ background: #2A2D31;
45
+ border-radius: 44px;
46
+ box-shadow: 0 30px 80px rgba(0,0,0,0.6);
47
+ padding: 60px 56px 56px 56px;
48
+ }
49
+ .modal-title {
50
+ text-align: center;
51
+ font-size: 64px;
52
+ font-weight: 800;
53
+ letter-spacing: 0.5px;
54
+ color: #FFFFFF;
55
+ margin: 6px 0 52px 0;
56
+ }
57
+ .options {
58
+ display: flex;
59
+ justify-content: center;
60
+ gap: 44px;
61
+ }
62
+ .option-card {
63
+ width: 270px;
64
+ height: 220px;
65
+ border-radius: 36px;
66
+ background: #212629;
67
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ flex-direction: column;
72
+ }
73
+ .option-label {
74
+ margin-top: 22px;
75
+ font-size: 40px;
76
+ font-weight: 600;
77
+ color: #23C3A5;
78
+ }
79
+ .icon {
80
+ width: 84px;
81
+ height: 84px;
82
+ }
83
+
84
+ /* Close button */
85
+ .close-wrap {
86
+ position: absolute;
87
+ left: 50%;
88
+ transform: translateX(-50%);
89
+ top: 1540px;
90
+ }
91
+ .close-btn {
92
+ width: 120px;
93
+ height: 120px;
94
+ border-radius: 26px;
95
+ background: #2A2D31;
96
+ box-shadow: 0 10px 30px rgba(0,0,0,0.45);
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ .close-btn svg {
102
+ width: 52px;
103
+ height: 52px;
104
+ }
105
+
106
+ /* Bottom navigation hint */
107
+ .bottom-bar {
108
+ position: absolute;
109
+ left: 0;
110
+ bottom: 0;
111
+ width: 100%;
112
+ height: 180px;
113
+ background: #0B0C0D;
114
+ opacity: 0.95;
115
+ }
116
+ .nav-actions {
117
+ position: absolute;
118
+ left: 0;
119
+ right: 0;
120
+ bottom: 70px;
121
+ height: 16px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+ .home-pill {
127
+ width: 360px;
128
+ height: 16px;
129
+ background: #E6E6E6;
130
+ border-radius: 8px;
131
+ }
132
+
133
+ /* Decorative blurred placeholders (kept minimal) */
134
+ .grid {
135
+ position: absolute;
136
+ left: 40px;
137
+ top: 280px;
138
+ width: 1000px;
139
+ display: flex;
140
+ gap: 24px;
141
+ opacity: 0.12; /* subtle since actual screen behind is blurred/dim */
142
+ }
143
+ .img-ph {
144
+ width: 488px;
145
+ height: 320px;
146
+ background: #E0E0E0;
147
+ border: 1px solid #BDBDBD;
148
+ display: flex;
149
+ justify-content: center;
150
+ align-items: center;
151
+ color: #757575;
152
+ font-size: 36px;
153
+ border-radius: 24px;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <div class="top-status">9:35 • • •</div>
161
+
162
+ <div class="grid">
163
+ <div class="img-ph">[IMG: Plant leaves]</div>
164
+ <div class="img-ph">[IMG: Plant leaves]</div>
165
+ </div>
166
+
167
+ <div class="modal">
168
+ <div class="modal-title">Identify</div>
169
+ <div class="options">
170
+ <div class="option-card">
171
+ <svg class="icon" viewBox="0 0 64 64">
172
+ <g fill="#23C3A5" stroke="#23C3A5" stroke-width="2">
173
+ <circle cx="32" cy="20" r="8"></circle>
174
+ <ellipse cx="32" cy="38" rx="10" ry="12"></ellipse>
175
+ <line x1="22" y1="30" x2="14" y2="24"></line>
176
+ <line x1="42" y1="30" x2="50" y2="24"></line>
177
+ <line x1="24" y1="42" x2="14" y2="46"></line>
178
+ <line x1="40" y1="42" x2="50" y2="46"></line>
179
+ </g>
180
+ </svg>
181
+ <div class="option-label">Disease</div>
182
+ </div>
183
+
184
+ <div class="option-card">
185
+ <svg class="icon" viewBox="0 0 64 64">
186
+ <rect x="10" y="18" width="44" height="30" rx="6" fill="#23C3A5"></rect>
187
+ <circle cx="32" cy="33" r="8" fill="#2A2D31"></circle>
188
+ <rect x="20" y="12" width="12" height="8" rx="2" fill="#23C3A5"></rect>
189
+ </svg>
190
+ <div class="option-label">Camera</div>
191
+ </div>
192
+
193
+ <div class="option-card">
194
+ <svg class="icon" viewBox="0 0 64 64">
195
+ <rect x="10" y="14" width="44" height="36" rx="6" fill="#23C3A5"></rect>
196
+ <circle cx="24" cy="32" r="7" fill="#2A2D31"></circle>
197
+ <path d="M36 28h12l-8 10h-12z" fill="#2A2D31"></path>
198
+ </svg>
199
+ <div class="option-label">Upload</div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="close-wrap">
205
+ <div class="close-btn">
206
+ <svg viewBox="0 0 24 24">
207
+ <line x1="5" y1="5" x2="19" y2="19" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></line>
208
+ <line x1="19" y1="5" x2="5" y2="19" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></line>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="bottom-bar"></div>
214
+ <div class="nav-actions">
215
+ <div class="home-pill"></div>
216
+ </div>
217
+
218
+ </div>
219
+ </body>
220
+ </html>
code/13214/13214_4.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Photo Picker Overlay</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#121212; color:#FFFFFF;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:18px; left:24px; right:24px;
18
+ height:64px; display:flex; align-items:center; justify-content:space-between;
19
+ color:#FFFFFF;
20
+ }
21
+ .status-left { font-size:36px; font-weight:500; }
22
+ .status-right { display:flex; align-items:center; gap:28px; }
23
+ .status-icon svg { width:40px; height:40px; fill:none; stroke:#fff; stroke-width:3; }
24
+
25
+ /* Underlying app header (dimmed) */
26
+ .app-title {
27
+ position:absolute; top:120px; left:60px;
28
+ font-size:64px; color:#8A8A8A; opacity:0.35;
29
+ }
30
+
31
+ /* Modal sheet */
32
+ .sheet {
33
+ position:absolute; left:0; top:220px;
34
+ width:1080px; height:1750px;
35
+ background:#2F3236;
36
+ border-top-left-radius:48px; border-top-right-radius:48px;
37
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
38
+ }
39
+ .sheet-handle {
40
+ width:160px; height:14px; border-radius:7px;
41
+ background:#61656A; margin:18px auto 22px auto;
42
+ }
43
+ .sheet-message {
44
+ text-align:center; font-size:34px; color:#E6E6E6;
45
+ padding:0 80px; line-height:1.3;
46
+ }
47
+
48
+ .controls {
49
+ display:flex; align-items:center; justify-content:space-between;
50
+ padding:24px 28px 16px 28px;
51
+ }
52
+ .icon-btn {
53
+ width:72px; height:72px; border-radius:36px;
54
+ background:transparent; border:none; display:flex;
55
+ align-items:center; justify-content:center; cursor:default;
56
+ }
57
+ .icon-btn svg { width:40px; height:40px; stroke:#FFFFFF; stroke-width:3; fill:none; }
58
+
59
+ .segmented {
60
+ display:flex; align-items:center;
61
+ background:#3A3D41; border-radius:40px; padding:6px;
62
+ gap:6px; width:580px; height:88px; margin:0 12px;
63
+ }
64
+ .seg-item {
65
+ flex:1; height:76px; border-radius:34px;
66
+ display:flex; align-items:center; justify-content:center;
67
+ font-size:32px; font-weight:500; color:#FFFFFF;
68
+ background:#1E1F22;
69
+ }
70
+ .seg-item.active {
71
+ background:#CFE1FF; color:#0F1A2E;
72
+ }
73
+
74
+ .section-title {
75
+ font-size:34px; color:#BDBDBD;
76
+ padding:10px 28px 16px 28px;
77
+ }
78
+
79
+ /* Grid */
80
+ .grid {
81
+ display:grid; grid-template-columns: repeat(3, 1fr);
82
+ column-gap:12px; row-gap:12px;
83
+ padding:0 12px;
84
+ }
85
+ .thumb {
86
+ height:330px; background:#E0E0E0; border:1px solid #BDBDBD;
87
+ display:flex; align-items:center; justify-content:center;
88
+ color:#757575; font-size:28px; text-align:center;
89
+ }
90
+
91
+ /* Bottom area */
92
+ .bottom-label {
93
+ font-size:34px; color:#BDBDBD;
94
+ padding:24px 28px 12px 28px;
95
+ }
96
+ .preview-wide {
97
+ margin:0 28px; height:220px;
98
+ background:#E0E0E0; border:1px solid #BDBDBD;
99
+ display:flex; align-items:center; justify-content:center;
100
+ color:#757575; font-size:28px;
101
+ }
102
+
103
+ /* Home indicator */
104
+ .home-indicator {
105
+ position:absolute; bottom:34px; left:50%;
106
+ transform:translateX(-50%);
107
+ width:200px; height:12px; border-radius:6px; background:#E0E0E0;
108
+ opacity:0.85;
109
+ }
110
+ </style>
111
+ </head>
112
+ <body>
113
+ <div id="render-target">
114
+
115
+ <!-- Status bar -->
116
+ <div class="status-bar">
117
+ <div class="status-left">9:36</div>
118
+ <div class="status-right">
119
+ <div class="status-icon">
120
+ <!-- small bullet to mimic notifs -->
121
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
122
+ </div>
123
+ <div class="status-icon">
124
+ <!-- play icon -->
125
+ <svg viewBox="0 0 24 24"><polygon points="8,5 20,12 8,19" fill="#fff"/></svg>
126
+ </div>
127
+ <div class="status-icon">
128
+ <!-- N glyph -->
129
+ <svg viewBox="0 0 24 24">
130
+ <path d="M4 19 L4 5 L20 19 L20 5" stroke="#fff" stroke-width="3" />
131
+ </svg>
132
+ </div>
133
+ <div class="status-icon">
134
+ <!-- wifi -->
135
+ <svg viewBox="0 0 24 24">
136
+ <path d="M2 8 C8 4,16 4,22 8" />
137
+ <path d="M5 12 C10 9,14 9,19 12" />
138
+ <circle cx="12" cy="16" r="2" fill="#fff" stroke="none"/>
139
+ </svg>
140
+ </div>
141
+ <div class="status-icon">
142
+ <!-- battery -->
143
+ <svg viewBox="0 0 32 24">
144
+ <rect x="2" y="6" width="24" height="12" rx="2" />
145
+ <rect x="26" y="9" width="4" height="6" rx="1" />
146
+ <rect x="4" y="8" width="18" height="8" fill="#fff" stroke="none"/>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Underlying app title (dimmed behind sheet) -->
153
+ <div class="app-title">General</div>
154
+
155
+ <!-- Modal sheet -->
156
+ <div class="sheet">
157
+ <div class="sheet-handle"></div>
158
+ <div class="sheet-message">This app can only access the photos you select</div>
159
+
160
+ <div class="controls">
161
+ <!-- Close icon -->
162
+ <button class="icon-btn" aria-label="Close">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M5 5 L19 19 M19 5 L5 19" />
165
+ </svg>
166
+ </button>
167
+
168
+ <!-- Segmented control -->
169
+ <div class="segmented">
170
+ <div class="seg-item active">Photos</div>
171
+ <div class="seg-item">Albums</div>
172
+ </div>
173
+
174
+ <!-- More icon -->
175
+ <button class="icon-btn" aria-label="More">
176
+ <svg viewBox="0 0 24 24">
177
+ <circle cx="12" cy="5" r="2" fill="#fff" stroke="none"/>
178
+ <circle cx="12" cy="12" r="2" fill="#fff" stroke="none"/>
179
+ <circle cx="12" cy="19" r="2" fill="#fff" stroke="none"/>
180
+ </svg>
181
+ </button>
182
+ </div>
183
+
184
+ <div class="section-title">Recent</div>
185
+
186
+ <!-- Grid of thumbnails -->
187
+ <div class="grid">
188
+ <div class="thumb">[IMG: Plant Seedling]</div>
189
+ <div class="thumb">[IMG: Rosemary with Purple Flower]</div>
190
+ <div class="thumb">[IMG: White Flower]</div>
191
+
192
+ <div class="thumb">[IMG: White Flower Close-up]</div>
193
+ <div class="thumb">[IMG: Rosemary Bush]</div>
194
+ <div class="thumb">[IMG: Mango Leaves]</div>
195
+
196
+ <div class="thumb">[IMG: Text Card]</div>
197
+ <div class="thumb">[IMG: White Square]</div>
198
+ <div class="thumb">[IMG: Dark Placeholder]</div>
199
+
200
+ <div class="thumb">[IMG: Black with Scribbles]</div>
201
+ <div class="thumb">[IMG: Blue Square with Ring]</div>
202
+ <div class="thumb">[IMG: Dark Placeholder]</div>
203
+ </div>
204
+
205
+ <div class="bottom-label">Tuesday</div>
206
+ <div class="preview-wide">[IMG: Wide Preview]</div>
207
+ </div>
208
+
209
+ <!-- Home indicator -->
210
+ <div class="home-indicator"></div>
211
+ </div>
212
+ </body>
213
+ </html>
code/13214/13214_5.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Plant Identification</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: #22252B; /* dark app background */
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 110px;
26
+ padding: 0 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #D7D7DA;
31
+ font-size: 40px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .sb-icon {
40
+ display: inline-block;
41
+ width: 40px;
42
+ height: 40px;
43
+ border-radius: 40px;
44
+ background: rgba(255,255,255,0.12);
45
+ }
46
+ /* simplified wifi and battery icons */
47
+ .wifi {
48
+ width: 48px; height: 34px; position: relative;
49
+ }
50
+ .wifi:before, .wifi:after {
51
+ content: "";
52
+ position: absolute;
53
+ left: 5px; right: 5px;
54
+ border-top: 3px solid #FFFFFF;
55
+ border-radius: 30px;
56
+ }
57
+ .wifi:before { top: 6px; height: 0; }
58
+ .wifi:after { top: 16px; height: 0; opacity: 0.8; }
59
+ .battery {
60
+ width: 44px; height: 24px; border: 3px solid #FFFFFF; border-radius: 4px; position: relative;
61
+ }
62
+ .battery:after {
63
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #FFFFFF; border-radius: 2px;
64
+ }
65
+ .battery:before {
66
+ content: ""; position: absolute; left: 3px; top: 3px; width: 28px; height: 16px; background: #FFFFFF; opacity: 0.85;
67
+ }
68
+
69
+ /* App bar */
70
+ .appbar {
71
+ position: absolute;
72
+ top: 110px;
73
+ left: 0;
74
+ width: 1080px;
75
+ height: 150px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ }
80
+ .back-btn {
81
+ position: absolute;
82
+ left: 36px;
83
+ top: 46px;
84
+ width: 56px;
85
+ height: 56px;
86
+ border-radius: 56px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #C9CDD3;
91
+ }
92
+ .title {
93
+ font-size: 64px;
94
+ font-weight: 700;
95
+ color: #FFFFFF;
96
+ }
97
+ .chevron {
98
+ width: 36px; height: 36px;
99
+ }
100
+
101
+ /* Image card */
102
+ .image-card {
103
+ position: absolute;
104
+ top: 300px;
105
+ left: 180px;
106
+ width: 720px;
107
+ height: 980px;
108
+ background: #E0E0E0;
109
+ border: 1px solid #BDBDBD;
110
+ border-radius: 44px;
111
+ overflow: hidden;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ color: #757575;
116
+ font-size: 36px;
117
+ text-align: center;
118
+ }
119
+
120
+ /* Scanning overlay band */
121
+ .scan-overlay {
122
+ position: absolute;
123
+ left: 0;
124
+ width: 1080px;
125
+ height: 260px;
126
+ top: 960px; /* overlaps lower part of image */
127
+ background: linear-gradient(to bottom, rgba(33, 240, 140, 0.06) 0%, rgba(33, 240, 140, 0.30) 45%, rgba(33, 240, 140, 0.18) 100%);
128
+ box-shadow: 0 6px 20px rgba(0,0,0,0.25);
129
+ }
130
+ .scan-overlay:before {
131
+ content: "";
132
+ position: absolute;
133
+ left: 0; top: 0;
134
+ width: 1080px; height: 8px;
135
+ background: #25D18F; /* bright leading edge */
136
+ }
137
+
138
+ /* Progress list */
139
+ .progress-list {
140
+ position: absolute;
141
+ top: 1310px;
142
+ left: 110px;
143
+ width: 860px;
144
+ }
145
+ .row {
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 28px;
149
+ padding: 34px 0;
150
+ }
151
+ .row .label {
152
+ font-size: 48px;
153
+ color: #CFCFD3;
154
+ }
155
+ .row.completed .label {
156
+ color: #E9ECEF;
157
+ }
158
+
159
+ .icon {
160
+ width: 40px; height: 40px;
161
+ }
162
+ /* spinner style */
163
+ .spinner {
164
+ width: 42px; height: 42px;
165
+ animation: spin 1.8s linear infinite;
166
+ }
167
+ @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
168
+ .spinner circle { stroke: #8BA0B5; stroke-width: 6; fill: none; }
169
+ .spinner path { stroke: #6D8AA7; stroke-linecap: round; stroke-width: 6; fill: none; }
170
+
171
+ /* Home indicator (bottom pill) */
172
+ .home-indicator {
173
+ position: absolute;
174
+ bottom: 56px;
175
+ left: 50%;
176
+ transform: translateX(-50%);
177
+ width: 260px;
178
+ height: 10px;
179
+ border-radius: 10px;
180
+ background: rgba(255,255,255,0.85);
181
+ }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+ <!-- Status Bar -->
187
+ <div class="status-bar">
188
+ <div class="status-left">9:37</div>
189
+ <div class="status-right">
190
+ <span class="sb-icon"></span>
191
+ <span class="sb-icon"></span>
192
+ <span class="sb-icon" style="width:40px;height:40px;border-radius:50%;"></span>
193
+ <div class="wifi"></div>
194
+ <div class="battery"></div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- App Bar -->
199
+ <div class="appbar">
200
+ <div class="back-btn">
201
+ <svg class="chevron" viewBox="0 0 24 24">
202
+ <path d="M15 18L9 12l6-6" fill="none" stroke="#C9CDD3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
203
+ </svg>
204
+ </div>
205
+ <div class="title">Plant Identification</div>
206
+ </div>
207
+
208
+ <!-- Image Card Placeholder -->
209
+ <div class="image-card">
210
+ [IMG: Photo of green plant leaves being held]
211
+ </div>
212
+
213
+ <!-- Scanning progress overlay band -->
214
+ <div class="scan-overlay"></div>
215
+
216
+ <!-- Progress steps -->
217
+ <div class="progress-list">
218
+ <div class="row completed">
219
+ <svg class="icon" viewBox="0 0 24 24">
220
+ <path d="M20 6L9 17l-5-5" fill="none" stroke="#25D18F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ <div class="label">Analyzing image</div>
223
+ </div>
224
+
225
+ <div class="row">
226
+ <svg class="spinner" viewBox="0 0 36 36">
227
+ <circle cx="18" cy="18" r="14" opacity="0.25"></circle>
228
+ <path d="M18 4 a14 14 0 0 1 0 28" />
229
+ </svg>
230
+ <div class="label">Detecting leaves</div>
231
+ </div>
232
+
233
+ <div class="row">
234
+ <svg class="spinner" viewBox="0 0 36 36">
235
+ <circle cx="18" cy="18" r="14" opacity="0.25"></circle>
236
+ <path d="M18 4 a14 14 0 0 1 0 28" />
237
+ </svg>
238
+ <div class="label">Identifying plant</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-indicator"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/13214/13214_6.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Plant Identification</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f2127;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar (mock) */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 84px;
25
+ padding: 0 32px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #f0f0f0;
30
+ font-size: 30px;
31
+ opacity: 0.9;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .dot { width: 14px; height: 14px; background: #cfcfcf; border-radius: 50%; opacity: 0.8; }
39
+ /* App bar */
40
+ .app-bar {
41
+ position: absolute;
42
+ top: 84px;
43
+ left: 0;
44
+ width: 100%;
45
+ height: 120px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 28px 0 20px;
49
+ }
50
+ .back-btn {
51
+ width: 88px;
52
+ height: 88px;
53
+ border-radius: 44px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ color: #cfd3da;
58
+ }
59
+ .title {
60
+ flex: 1;
61
+ text-align: center;
62
+ font-weight: 800;
63
+ font-size: 52px;
64
+ letter-spacing: 0.2px;
65
+ color: #ffffff;
66
+ margin-right: 88px; /* balance back button space */
67
+ }
68
+
69
+ /* Card asking question */
70
+ .question-card {
71
+ position: absolute;
72
+ top: 228px;
73
+ left: 42px;
74
+ width: 996px;
75
+ background: #2a2c33;
76
+ border-radius: 36px;
77
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
78
+ padding: 34px 40px 40px;
79
+ }
80
+ .question-text {
81
+ text-align: center;
82
+ font-size: 36px;
83
+ color: #c8cbd3;
84
+ margin-bottom: 28px;
85
+ }
86
+ .choice-row {
87
+ display: flex;
88
+ gap: 44px;
89
+ justify-content: center;
90
+ }
91
+ .pill {
92
+ flex: 0 0 420px;
93
+ height: 132px;
94
+ background: #14161c;
95
+ border-radius: 66px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ gap: 18px;
100
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
101
+ }
102
+ .pill .label {
103
+ font-size: 42px;
104
+ font-weight: 700;
105
+ }
106
+ .yes { color: #27e0b0; }
107
+ .no { color: #ff6b6b; }
108
+
109
+ /* Plant card */
110
+ .plant-card {
111
+ position: absolute;
112
+ top: 560px;
113
+ left: 46px;
114
+ width: 720px;
115
+ border-radius: 32px;
116
+ overflow: hidden;
117
+ background: #2d2f37;
118
+ box-shadow: 0 10px 26px rgba(0,0,0,0.4);
119
+ }
120
+ .plant-image {
121
+ width: 100%;
122
+ height: 360px;
123
+ background: #E0E0E0;
124
+ border-bottom: 1px solid #BDBDBD;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ color: #757575;
129
+ font-size: 34px;
130
+ font-weight: 600;
131
+ }
132
+ .plant-info {
133
+ padding: 28px;
134
+ }
135
+ .plant-title {
136
+ font-size: 48px;
137
+ font-weight: 800;
138
+ margin-bottom: 8px;
139
+ color: #ffffff;
140
+ }
141
+ .plant-sub {
142
+ font-size: 34px;
143
+ color: #AEB2BC;
144
+ }
145
+
146
+ /* Simple helper for tiny icon shapes in status bar */
147
+ .wifi {
148
+ width: 40px; height: 28px; opacity: 0.9;
149
+ }
150
+ .battery {
151
+ width: 44px; height: 24px; opacity: 0.9;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+
158
+ <!-- Mock status bar -->
159
+ <div class="status-bar">
160
+ <div>9:37</div>
161
+ <div class="status-icons">
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="dot"></div>
165
+ <div class="dot"></div>
166
+ <svg class="wifi" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
167
+ <path d="M5 12a11 11 0 0 1 14 0"></path>
168
+ <path d="M8 15a7 7 0 0 1 8 0"></path>
169
+ <path d="M11 18a3 3 0 0 1 2 0"></path>
170
+ </svg>
171
+ <svg class="battery" viewBox="0 0 28 14" fill="none">
172
+ <rect x="1" y="2" width="22" height="10" rx="2" stroke="#fff" stroke-width="2"/>
173
+ <rect x="24" y="5" width="3" height="4" fill="#fff"/>
174
+ <rect x="3" y="4" width="14" height="6" fill="#fff"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- App bar -->
180
+ <div class="app-bar">
181
+ <div class="back-btn">
182
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#cfd3da" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
183
+ <path d="M15 18l-6-6 6-6"></path>
184
+ </svg>
185
+ </div>
186
+ <div class="title">Plant Identification</div>
187
+ </div>
188
+
189
+ <!-- Question card -->
190
+ <div class="question-card">
191
+ <div class="question-text">Did you find what you were looking for?</div>
192
+ <div class="choice-row">
193
+ <div class="pill">
194
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#27e0b0" stroke-width="2">
195
+ <circle cx="12" cy="12" r="9"></circle>
196
+ <circle cx="9" cy="10" r="1"></circle>
197
+ <circle cx="15" cy="10" r="1"></circle>
198
+ <path d="M8 14c1.2 1 2.8 1.5 4 1.5s2.8-.5 4-1.5" stroke-linecap="round"></path>
199
+ </svg>
200
+ <span class="label yes">Yes</span>
201
+ </div>
202
+ <div class="pill">
203
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ff6b6b" stroke-width="2">
204
+ <circle cx="12" cy="12" r="9"></circle>
205
+ <circle cx="9" cy="10" r="1"></circle>
206
+ <circle cx="15" cy="10" r="1"></circle>
207
+ <path d="M8 16c1.2-1 2.8-1.5 4-1.5s2.8.5 4 1.5" stroke-linecap="round"></path>
208
+ </svg>
209
+ <span class="label no">No</span>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Plant result card -->
215
+ <div class="plant-card">
216
+ <div class="plant-image">[IMG: Mango tree flowering]</div>
217
+ <div class="plant-info">
218
+ <div class="plant-title">Mango</div>
219
+ <div class="plant-sub">Mangifera Indica</div>
220
+ </div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/13216/13216_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>The Queen's Gambit - Reader</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #1f272d;
19
+ color: #e9eef2;
20
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 100px;
26
+ padding: 0 34px;
27
+ background: #242c32;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ font-weight: 600;
35
+ font-size: 36px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ gap: 20px;
41
+ align-items: center;
42
+ }
43
+ .dot {
44
+ width: 16px;
45
+ height: 16px;
46
+ background: #e9eef2;
47
+ border-radius: 50%;
48
+ opacity: 0.85;
49
+ }
50
+ .signal {
51
+ width: 26px; height: 26px; border: 3px solid #e9eef2; border-radius: 6px; opacity: 0.9;
52
+ }
53
+ .battery {
54
+ width: 40px; height: 20px; border: 3px solid #e9eef2; border-radius: 4px; position: relative;
55
+ }
56
+ .battery::after {
57
+ content: "";
58
+ position: absolute;
59
+ right: -8px;
60
+ top: 4px;
61
+ width: 6px; height: 12px; background: #e9eef2; border-radius: 2px;
62
+ }
63
+
64
+ /* App bar */
65
+ .app-bar {
66
+ height: 120px;
67
+ padding: 0 28px;
68
+ background: #263238;
69
+ display: flex;
70
+ align-items: center;
71
+ box-sizing: border-box;
72
+ }
73
+ .app-bar .left {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 24px;
77
+ flex: 1;
78
+ min-width: 0;
79
+ }
80
+ .title {
81
+ font-size: 44px;
82
+ white-space: nowrap;
83
+ overflow: hidden;
84
+ text-overflow: ellipsis;
85
+ color: #eef4f7;
86
+ }
87
+ .app-actions {
88
+ display: flex;
89
+ align-items: center;
90
+ gap: 28px;
91
+ }
92
+ .icon {
93
+ width: 54px;
94
+ height: 54px;
95
+ }
96
+ .icon path, .icon circle, .icon line {
97
+ stroke: #cfd8dc;
98
+ stroke-width: 2.5;
99
+ fill: none;
100
+ stroke-linecap: round;
101
+ stroke-linejoin: round;
102
+ }
103
+ .icon-fill circle {
104
+ fill: #cfd8dc;
105
+ stroke: none;
106
+ }
107
+
108
+ /* Content */
109
+ .content {
110
+ padding: 34px;
111
+ box-sizing: border-box;
112
+ }
113
+ .cover-wrap {
114
+ background: #141a1f;
115
+ padding: 26px;
116
+ border-radius: 8px;
117
+ }
118
+ .cover {
119
+ width: 100%;
120
+ height: 1050px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ border-radius: 8px;
124
+ display: flex;
125
+ justify-content: center;
126
+ align-items: center;
127
+ color: #757575;
128
+ font-size: 44px;
129
+ text-align: center;
130
+ }
131
+
132
+ .page {
133
+ margin-top: 28px;
134
+ background: #ffffff;
135
+ color: #11181f;
136
+ border-radius: 10px;
137
+ height: 980px;
138
+ display: flex;
139
+ flex-direction: column;
140
+ align-items: center;
141
+ position: relative;
142
+ }
143
+ .page-title {
144
+ margin-top: 220px;
145
+ font-size: 48px;
146
+ color: #1b232a;
147
+ }
148
+ .page-author {
149
+ margin-top: 80px;
150
+ font-size: 36px;
151
+ color: #3f4b55;
152
+ }
153
+
154
+ /* Floating button */
155
+ .fab {
156
+ position: absolute;
157
+ right: 56px;
158
+ bottom: 210px;
159
+ width: 164px;
160
+ height: 164px;
161
+ background: #0b5a78;
162
+ border-radius: 36px;
163
+ box-shadow: 0 18px 40px rgba(0,0,0,0.35);
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ color: #ffffff;
168
+ font-weight: 700;
169
+ font-size: 48px;
170
+ letter-spacing: 1px;
171
+ }
172
+
173
+ /* Bottom gesture bar */
174
+ .gesture {
175
+ position: absolute;
176
+ left: 0;
177
+ right: 0;
178
+ bottom: 18px;
179
+ height: 60px;
180
+ }
181
+ .home-indicator {
182
+ width: 320px;
183
+ height: 12px;
184
+ background: #cfd3d6;
185
+ border-radius: 8px;
186
+ margin: 0 auto;
187
+ opacity: 0.9;
188
+ }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+
194
+ <!-- Status Bar -->
195
+ <div class="status-bar">
196
+ <div class="status-left">11:01</div>
197
+ <div class="status-right">
198
+ <div class="dot"></div>
199
+ <div class="dot"></div>
200
+ <div class="dot"></div>
201
+ <div class="dot" style="opacity:.6;"></div>
202
+ <div class="signal"></div>
203
+ <div class="battery"></div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- App Bar -->
208
+ <div class="app-bar">
209
+ <div class="left">
210
+ <svg class="icon" viewBox="0 0 24 24">
211
+ <path d="M15 19L8 12l7-7" />
212
+ </svg>
213
+ <div class="title">The Queen's Gambit</div>
214
+ </div>
215
+ <div class="app-actions">
216
+ <svg class="icon" viewBox="0 0 24 24">
217
+ <path d="M4 5h16v10H7l-3 3V5z"/>
218
+ </svg>
219
+ <svg class="icon" viewBox="0 0 24 24">
220
+ <circle cx="11" cy="11" r="7"></circle>
221
+ <line x1="16.5" y1="16.5" x2="21" y2="21"></line>
222
+ </svg>
223
+ <svg class="icon icon-fill" viewBox="0 0 24 24">
224
+ <circle cx="12" cy="5" r="2.2"></circle>
225
+ <circle cx="12" cy="12" r="2.2"></circle>
226
+ <circle cx="12" cy="19" r="2.2"></circle>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Main Content -->
232
+ <div class="content">
233
+ <div class="cover-wrap">
234
+ <div class="cover">[IMG: Book cover - The Queen's Gambit]</div>
235
+ </div>
236
+
237
+ <div class="page">
238
+ <div class="page-title">The Queen’s Gambit</div>
239
+ <div class="page-author">Walter Tevis</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Floating Action Button -->
244
+ <div class="fab">2/3</div>
245
+
246
+ <!-- Bottom Gesture/Home Indicator -->
247
+ <div class="gesture">
248
+ <div class="home-indicator"></div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/13216/13216_1.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive Dark UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121212; color:#E8EAED;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:110px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#ffffff; font-weight:600; font-size:34px;
17
+ }
18
+ .status-icons { display:flex; align-items:center; gap:18px; }
19
+ .dot { width:10px; height:10px; background:#bbb; border-radius:50%; opacity:0.8; }
20
+ .icon-cell { width:34px; height:34px; border:2px solid #ffffff; border-radius:6px; opacity:0.9; }
21
+ .battery {
22
+ width:44px; height:22px; border:2px solid #fff; border-radius:4px; position:relative; margin-left:20px;
23
+ }
24
+ .battery::after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#fff; border-radius:2px; }
25
+ .battery .level { position:absolute; left:2px; top:2px; height:16px; width:26px; background:#fff; }
26
+
27
+ /* Search bar */
28
+ .search-row { padding:0 36px; margin-top:8px; display:flex; align-items:center; gap:20px; }
29
+ .hamburger {
30
+ width:90px; height:90px; background:#2A2A2A; border-radius:22px; display:flex; align-items:center; justify-content:center;
31
+ box-shadow: inset 0 0 0 1px #3a3a3a;
32
+ }
33
+ .hamburger svg { width:42px; height:42px; fill:none; stroke:#C7CCD1; stroke-width:6; }
34
+ .search-input {
35
+ flex:1; height:90px; background:#2A2F33; border-radius:28px; display:flex; align-items:center; padding:0 30px;
36
+ box-shadow: inset 0 0 0 1px #3a3f44; color:#C7CCD1; font-size:32px;
37
+ }
38
+ .avatar {
39
+ width:90px; height:90px; border-radius:50%; background:#7E57C2; display:flex; align-items:center; justify-content:center; font-weight:700;
40
+ box-shadow: inset 0 0 0 4px #5f3ea7;
41
+ }
42
+
43
+ /* Tabs */
44
+ .tabs { display:flex; gap:60px; padding:28px 36px 16px; font-size:32px; color:#C7CCD1; }
45
+ .tab { position:relative; }
46
+ .tab.active { color:#90CAF9; font-weight:600; }
47
+ .tab.active::after {
48
+ content:""; position:absolute; left:0; bottom:-22px; width:150px; height:6px; background:#90CAF9; border-radius:3px;
49
+ }
50
+ .divider { height:2px; background:#2A2A2A; margin-top:16px; }
51
+
52
+ /* File cards */
53
+ .file-block { padding:24px 36px; }
54
+ .file-header {
55
+ display:flex; align-items:center; justify-content:space-between; margin-bottom:26px;
56
+ }
57
+ .file-title { display:flex; align-items:center; gap:20px; font-size:40px; font-weight:700; color:#E8EAED; }
58
+ .badge {
59
+ display:inline-flex; align-items:center; justify-content:center; font-size:28px; font-weight:800; color:#fff;
60
+ width:80px; height:60px; border-radius:12px;
61
+ }
62
+ .badge.pdf { background:#E57373; }
63
+ .badge.img { background:#FF8A80; }
64
+ .kebab {
65
+ width:70px; height:70px; border-radius:18px; background:#2A2F33; display:flex; align-items:center; justify-content:center;
66
+ box-shadow: inset 0 0 0 1px #3a3f44;
67
+ }
68
+ .kebab svg { width:26px; height:44px; fill:#B0BEC5; }
69
+
70
+ .preview-card {
71
+ background:#1E2327; border-radius:34px; padding:26px; margin:0 0 22px; box-shadow: inset 0 0 0 1px #30363A;
72
+ position:relative;
73
+ }
74
+ .img-placeholder {
75
+ width:100%; height:360px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:18px;
76
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:36px; font-weight:600;
77
+ }
78
+ .meta-row { display:flex; align-items:center; gap:20px; color:#C7CCD1; font-size:32px; }
79
+ .meta-row .small-avatar {
80
+ width:70px; height:70px; border-radius:50%; background:#7E57C2; display:flex; align-items:center; justify-content:center; font-weight:700;
81
+ }
82
+
83
+ /* Floating add button */
84
+ .fab {
85
+ position:absolute; right:32px; bottom:32px; width:120px; height:120px; border-radius:28px; background:#2A2F33;
86
+ display:flex; align-items:center; justify-content:center; box-shadow: 0 6px 16px rgba(0,0,0,0.4), inset 0 0 0 1px #3a3f44;
87
+ }
88
+ .fab svg { width:48px; height:48px; fill:#90CAF9; }
89
+
90
+ /* Bottom nav */
91
+ .bottom-nav {
92
+ position:absolute; left:0; right:0; bottom:0; height:230px; background:#191C1F; border-top:1px solid #2A2A2A;
93
+ display:flex; align-items:flex-start; justify-content:space-around; padding-top:26px;
94
+ }
95
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#C7CCD1; font-size:28px; }
96
+ .nav-icon {
97
+ width:100px; height:80px; border-radius:28px; background:#2A2F33; display:flex; align-items:center; justify-content:center;
98
+ box-shadow: inset 0 0 0 1px #3a3f44;
99
+ }
100
+ .nav-item.active .nav-icon { background:#2E3A44; }
101
+ .nav-item.active .label { color:#ffffff; font-weight:700; }
102
+ .nav-icon svg { width:44px; height:44px; fill:none; stroke:#B0BEC5; stroke-width:6; }
103
+ .nav-item.active .nav-icon svg { stroke:#ffffff; }
104
+ .gesture { position:absolute; left:50%; transform:translateX(-50%); bottom:18px; width:300px; height:12px; background:#e6e6e6; border-radius:8px; opacity:0.75; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status Bar -->
111
+ <div class="status-bar">
112
+ <div class="time">11:01</div>
113
+ <div class="status-icons">
114
+ <div class="dot"></div>
115
+ <div class="dot"></div>
116
+ <div class="dot"></div>
117
+ <div class="dot"></div>
118
+ <div class="icon-cell"></div>
119
+ <svg width="38" height="38">
120
+ <circle cx="19" cy="19" r="10" fill="none" stroke="#fff" stroke-width="4"></circle>
121
+ </svg>
122
+ <div class="battery"><div class="level"></div></div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Search -->
127
+ <div class="search-row">
128
+ <div class="hamburger">
129
+ <svg viewBox="0 0 48 48">
130
+ <path d="M6 10h36M6 24h36M6 38h36"></path>
131
+ </svg>
132
+ </div>
133
+ <div class="search-input">Search in Drive</div>
134
+ <div class="avatar">A</div>
135
+ </div>
136
+
137
+ <!-- Tabs -->
138
+ <div class="tabs">
139
+ <div class="tab active">Suggested</div>
140
+ <div class="tab">Notifications</div>
141
+ </div>
142
+ <div class="divider"></div>
143
+
144
+ <!-- First file card -->
145
+ <div class="file-block">
146
+ <div class="file-header">
147
+ <div class="file-title">
148
+ <div class="badge pdf">PDF</div>
149
+ <div>The Queen's Gambit.pdf</div>
150
+ </div>
151
+ <div class="kebab">
152
+ <svg viewBox="0 0 24 24">
153
+ <circle cx="12" cy="4" r="3"></circle>
154
+ <circle cx="12" cy="12" r="3"></circle>
155
+ <circle cx="12" cy="20" r="3"></circle>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ <div class="preview-card">
160
+ <div class="img-placeholder">[IMG: Book cover – The Queen's Gambit]</div>
161
+ </div>
162
+ <div class="meta-row">
163
+ <div class="small-avatar">A</div>
164
+ <div>You opened today</div>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="divider" style="margin-top:28px;"></div>
169
+
170
+ <!-- Second file card -->
171
+ <div class="file-block">
172
+ <div class="file-header">
173
+ <div class="file-title">
174
+ <div class="badge img">🖼️</div>
175
+ <div>Rome picture</div>
176
+ </div>
177
+ <div class="kebab">
178
+ <svg viewBox="0 0 24 24">
179
+ <circle cx="12" cy="4" r="3"></circle>
180
+ <circle cx="12" cy="12" r="3"></circle>
181
+ <circle cx="12" cy="20" r="3"></circle>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ <div class="preview-card" style="margin-bottom:26px;">
186
+ <div class="img-placeholder" style="height:420px;">[IMG: Park landscape photo]</div>
187
+ <div class="fab">
188
+ <svg viewBox="0 0 48 48">
189
+ <path d="M24 10v28M10 24h28" stroke-width="6" stroke="#90CAF9"></path>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ <div class="meta-row">
194
+ <div class="small-avatar">A</div>
195
+ <div>You modified today</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Bottom Navigation -->
200
+ <div class="bottom-nav">
201
+ <div class="nav-item active">
202
+ <div class="nav-icon">
203
+ <svg viewBox="0 0 48 48">
204
+ <path d="M8 24l16-14 16 14v14H28V28h-8v10H8z"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="label">Home</div>
208
+ </div>
209
+ <div class="nav-item">
210
+ <div class="nav-icon">
211
+ <svg viewBox="0 0 48 48">
212
+ <path d="M24 6l6 12 12 2-9 8 2 12-11-6-11 6 2-12-9-8 12-2z"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="label">Starred</div>
216
+ </div>
217
+ <div class="nav-item">
218
+ <div class="nav-icon">
219
+ <svg viewBox="0 0 48 48">
220
+ <path d="M12 34c0-6 4-10 10-10s10 4 10 10M8 20a8 8 0 1016 0 8 8 0 10-16 0" stroke-linecap="round"></path>
221
+ </svg>
222
+ </div>
223
+ <div class="label">Shared</div>
224
+ </div>
225
+ <div class="nav-item">
226
+ <div class="nav-icon">
227
+ <svg viewBox="0 0 48 48">
228
+ <path d="M8 10h32v28H8zM16 10v8h16v-8"></path>
229
+ </svg>
230
+ </div>
231
+ <div class="label">Files</div>
232
+ </div>
233
+ <div class="gesture"></div>
234
+ </div>
235
+
236
+ </div>
237
+ </body>
238
+ </html>
code/13216/13216_2.html ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive - Dark UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1F2328;
15
+ color: #E9EDF2;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 22px 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #FFFFFF;
27
+ font-size: 36px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 20px;
34
+ }
35
+ .dot {
36
+ width: 16px; height: 16px; background: #fff; border-radius: 50%;
37
+ opacity: 0.85;
38
+ }
39
+ .icon-wifi, .icon-battery {
40
+ width: 42px; height: 42px;
41
+ }
42
+
43
+ /* Search bar area */
44
+ .top-search {
45
+ padding: 8px 32px 0;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 16px;
49
+ }
50
+ .search-pill {
51
+ flex: 1;
52
+ height: 100px;
53
+ background: #2A2E33;
54
+ border-radius: 60px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 28px;
58
+ gap: 24px;
59
+ color: #B7BDC5;
60
+ font-size: 36px;
61
+ }
62
+ .btn-icon {
63
+ width: 48px; height: 48px;
64
+ display: inline-flex; align-items: center; justify-content: center;
65
+ }
66
+ .avatar {
67
+ width: 84px; height: 84px; border-radius: 50%;
68
+ background: #7E3FC8;
69
+ color: #FFFFFF;
70
+ display: flex; align-items: center; justify-content: center;
71
+ font-weight: 700; font-size: 42px;
72
+ margin-left: 8px;
73
+ }
74
+
75
+ /* Tabs */
76
+ .tabs {
77
+ display: flex;
78
+ justify-content: space-between;
79
+ padding: 26px 40px 18px;
80
+ color: #C7CCD2;
81
+ font-size: 34px;
82
+ }
83
+ .tabs-left {
84
+ display: flex; gap: 40px; align-items: center;
85
+ }
86
+ .tab {
87
+ position: relative;
88
+ color: #C7CCD2;
89
+ }
90
+ .tab.active {
91
+ color: #DDE6F2;
92
+ font-weight: 600;
93
+ }
94
+ .tab.active::after {
95
+ content: "";
96
+ position: absolute;
97
+ left: 0; right: 0; bottom: -18px;
98
+ margin: 0 auto;
99
+ width: 120px; height: 6px; border-radius: 6px;
100
+ background: #4DA3FF;
101
+ }
102
+
103
+ /* Header row */
104
+ .list-header {
105
+ margin-top: 14px;
106
+ border-top: 1px solid #2A2F35;
107
+ padding: 26px 40px;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: space-between;
111
+ color: #C7CCD2;
112
+ font-size: 34px;
113
+ }
114
+ .name-sort {
115
+ display: flex; align-items: center; gap: 12px;
116
+ }
117
+ .view-toggle {
118
+ display: flex; align-items: center; gap: 20px;
119
+ }
120
+
121
+ /* Grid area */
122
+ .grid {
123
+ padding: 10px 24px 220px;
124
+ display: flex;
125
+ flex-wrap: wrap;
126
+ column-gap: 36px;
127
+ }
128
+ .tile {
129
+ width: 492px;
130
+ margin: 26px 16px;
131
+ color: #DDE3EA;
132
+ }
133
+ .tile .thumb {
134
+ width: 100%;
135
+ height: 280px;
136
+ background: #E0E0E0;
137
+ border: 1px solid #BDBDBD;
138
+ display: flex; justify-content: center; align-items: center;
139
+ color: #757575; font-size: 32px;
140
+ border-radius: 24px;
141
+ }
142
+ .tile .title-row {
143
+ display: flex; align-items: center; justify-content: space-between;
144
+ margin-top: 18px;
145
+ }
146
+ .tile .title {
147
+ font-size: 36px; line-height: 42px;
148
+ }
149
+ .badge {
150
+ display: inline-flex; align-items: center; gap: 10px;
151
+ font-size: 26px; color: #DDE3EA;
152
+ margin-top: 12px;
153
+ }
154
+ .badge .chip {
155
+ padding: 6px 12px; border-radius: 8px; font-weight: 600; font-size: 24px;
156
+ }
157
+ .chip.pdf { background: #EA6D6D; color: #fff; }
158
+ .chip.image { background: #CE4B4B; color: #fff; }
159
+ .chip.doc { background: #5D8DFF; color: #fff; }
160
+
161
+ .dots {
162
+ width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
163
+ }
164
+
165
+ /* Floating action button */
166
+ .fab {
167
+ position: absolute;
168
+ right: 52px;
169
+ bottom: 360px;
170
+ width: 140px; height: 140px;
171
+ border-radius: 32px;
172
+ background: #2A2E33;
173
+ box-shadow: 0 8px 28px rgba(0,0,0,0.45);
174
+ display: flex; align-items: center; justify-content: center;
175
+ }
176
+
177
+ /* Bottom navigation */
178
+ .bottom-bar {
179
+ position: absolute; left: 0; right: 0; bottom: 0;
180
+ height: 220px;
181
+ background: #21262B;
182
+ border-top: 1px solid #30343A;
183
+ display: flex; align-items: center; justify-content: space-around;
184
+ padding-bottom: 18px;
185
+ }
186
+ .nav-item {
187
+ width: 210px;
188
+ height: 170px;
189
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
190
+ gap: 16px;
191
+ color: #D1D6DC; font-size: 30px;
192
+ }
193
+ .nav-icon {
194
+ width: 56px; height: 56px;
195
+ display: flex; align-items: center; justify-content: center;
196
+ }
197
+ .nav-item.active {
198
+ color: #FFFFFF;
199
+ }
200
+ .pill {
201
+ background: #2A2E33; border-radius: 28px; padding: 16px 22px;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status bar -->
209
+ <div class="status-bar">
210
+ <div>11:02</div>
211
+ <div class="status-right">
212
+ <div class="dot"></div>
213
+ <div class="dot"></div>
214
+ <div class="dot"></div>
215
+ <div class="dot"></div>
216
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="#FFFFFF">
217
+ <path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4c2-1 6-1 8 0l-4 4-4-4z"/>
218
+ </svg>
219
+ <svg class="icon-battery" viewBox="0 0 24 24" fill="#FFFFFF">
220
+ <path d="M20 8h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1v1H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h16v1zM4 9v8h14V9H4z"/>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Search bar -->
226
+ <div class="top-search">
227
+ <div class="search-pill">
228
+ <span class="btn-icon">
229
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="#C7CCD2">
230
+ <path d="M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z"/>
231
+ </svg>
232
+ </span>
233
+ <span>Search in Drive</span>
234
+ </div>
235
+ <div class="avatar">A</div>
236
+ </div>
237
+
238
+ <!-- Tabs -->
239
+ <div class="tabs">
240
+ <div class="tabs-left">
241
+ <div class="tab active">My Drive</div>
242
+ <div class="tab">Computers</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Header row -->
247
+ <div class="list-header">
248
+ <div class="name-sort">
249
+ <span>Name</span>
250
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#B7BDC5">
251
+ <path d="M7 14l5-5 5 5H7z"/>
252
+ </svg>
253
+ </div>
254
+ <div class="view-toggle">
255
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#B7BDC5">
256
+ <path d="M3 5h8v4H3V5zm10 0h8v4h-8V5zM3 11h8v4H3v-4zm10 0h8v4h-8v-4zM3 17h8v4H3v-4zm10 0h8v4h-8v-4z"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Grid of items -->
262
+ <div class="grid">
263
+
264
+ <!-- Folder tile -->
265
+ <div class="tile">
266
+ <div class="thumb" style="background:#C7CCD2; border-color:#BFC5CC; color:#616C76;">
267
+ [ICON: Folder]
268
+ </div>
269
+ <div class="title-row">
270
+ <div class="title">Beautiful<br>pictures</div>
271
+ <div class="dots">
272
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#B7BDC5">
273
+ <circle cx="12" cy="5" r="2"></circle>
274
+ <circle cx="12" cy="12" r="2"></circle>
275
+ <circle cx="12" cy="19" r="2"></circle>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- PDF tile -->
282
+ <div class="tile">
283
+ <div class="thumb">[IMG: Book cover - PDF]</div>
284
+ <div class="title-row">
285
+ <div class="title">The Queen's<br>Gambit.pdf</div>
286
+ <div class="dots">
287
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#B7BDC5">
288
+ <circle cx="12" cy="5" r="2"></circle>
289
+ <circle cx="12" cy="12" r="2"></circle>
290
+ <circle cx="12" cy="19" r="2"></circle>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="badge">
295
+ <span class="chip pdf">PDF</span>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Image tile -->
300
+ <div class="tile">
301
+ <div class="thumb">[IMG: Landscape photo]</div>
302
+ <div class="title-row">
303
+ <div class="title">Rome<br>picture</div>
304
+ <div class="dots">
305
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#B7BDC5">
306
+ <circle cx="12" cy="5" r="2"></circle>
307
+ <circle cx="12" cy="12" r="2"></circle>
308
+ <circle cx="12" cy="19" r="2"></circle>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+ <div class="badge">
313
+ <span class="chip image">IMG</span>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Text file tile -->
318
+ <div class="tile">
319
+ <div class="thumb">[IMG: Text file preview]</div>
320
+ <div class="title-row">
321
+ <div class="title">screenshot.txt</div>
322
+ <div class="dots">
323
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#B7BDC5">
324
+ <circle cx="12" cy="5" r="2"></circle>
325
+ <circle cx="12" cy="12" r="2"></circle>
326
+ <circle cx="12" cy="19" r="2"></circle>
327
+ </svg>
328
+ </div>
329
+ </div>
330
+ <div class="badge">
331
+ <span class="chip doc">DOC</span>
332
+ </div>
333
+ </div>
334
+
335
+ </div>
336
+
337
+ <!-- Floating action button -->
338
+ <div class="fab">
339
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#FFFFFF">
340
+ <path d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/>
341
+ </svg>
342
+ </div>
343
+
344
+ <!-- Bottom navigation -->
345
+ <div class="bottom-bar">
346
+ <div class="nav-item">
347
+ <div class="nav-icon">
348
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#D1D6DC">
349
+ <path d="M12 3l9 8-1.5 1.8L18 11v9H6v-9l-1.5 1.8L3 11l9-8z"/>
350
+ </svg>
351
+ </div>
352
+ <div>Home</div>
353
+ </div>
354
+ <div class="nav-item">
355
+ <div class="nav-icon">
356
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#D1D6DC">
357
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.7 7.2-.6L12 2l2.8 6.6 7.2.6-5.5 4.7 1.7 7.1z"/>
358
+ </svg>
359
+ </div>
360
+ <div>Starred</div>
361
+ </div>
362
+ <div class="nav-item">
363
+ <div class="nav-icon">
364
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#D1D6DC">
365
+ <path d="M16 11a4 4 0 1 0-8 0 4 4 0 0 0 8 0zm-10 8c0-3 3-5 6-5s6 2 6 5v1H6v-1zm12.5-8.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM20 20v-1c0-1.6-.6-3-1.5-4.1 2.3.7 3.5 2.4 3.5 4.1v1h-2z"/>
366
+ </svg>
367
+ </div>
368
+ <div>Shared</div>
369
+ </div>
370
+ <div class="nav-item active">
371
+ <div class="pill">
372
+ <div class="nav-icon">
373
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#FFFFFF">
374
+ <path d="M10 4h6l4 4v12H4V4h6zm0 2H6v12h12V9h-4V6h-4z"/>
375
+ </svg>
376
+ </div>
377
+ </div>
378
+ <div>Files</div>
379
+ </div>
380
+ </div>
381
+
382
+ </div>
383
+ </body>
384
+ </html>
code/13216/13216_3.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EDEDED;
12
+ }
13
+
14
+ /* Top system status bar */
15
+ .status-bar {
16
+ height: 96px;
17
+ padding: 0 28px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #EDEDED; font-size: 34px; letter-spacing: 0.5px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 20px; }
22
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #BDBDBD; opacity: 0.7; }
23
+
24
+ /* App bar with selection */
25
+ .app-bar {
26
+ height: 120px; display: flex; align-items: center;
27
+ padding: 0 24px; gap: 18px; border-bottom: 1px solid #1E1E1E;
28
+ }
29
+ .app-title { font-size: 40px; font-weight: 500; margin-right: auto; }
30
+
31
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
32
+ .icon-btn svg { fill: #E0E0E0; width: 38px; height: 38px; }
33
+
34
+ /* Tabs */
35
+ .tabs { height: 110px; display: flex; align-items: flex-end; padding: 0 32px; gap: 42px; }
36
+ .tab {
37
+ padding: 0 8px 16px; color: #9AA0A6; font-size: 38px;
38
+ }
39
+ .tab.active { color: #8AB4F8; position: relative; }
40
+ .tab.active::after {
41
+ content: ""; position: absolute; left: 6px; right: 6px; bottom: 6px;
42
+ height: 6px; background: #8AB4F8; border-radius: 3px;
43
+ }
44
+
45
+ /* Header row */
46
+ .header-row {
47
+ height: 80px; display: flex; align-items: center; justify-content: space-between;
48
+ padding: 0 32px; color: #B0B6BB; font-size: 32px;
49
+ }
50
+
51
+ /* Grid of items */
52
+ .grid {
53
+ padding: 24px 28px 0;
54
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 36px;
55
+ }
56
+ .tile {
57
+ background: #27292E; border-radius: 28px; overflow: hidden; position: relative;
58
+ box-shadow: 0 2px 0 rgba(0,0,0,0.4);
59
+ }
60
+ .tile.selected { background: #2B3F59; outline: 2px solid #5B8DEF; }
61
+ .thumb {
62
+ height: 220px; border-bottom: 1px solid rgba(255,255,255,0.06);
63
+ display: flex; align-items: center; justify-content: center;
64
+ background: #E0E0E0; border-top-left-radius: 28px; border-top-right-radius: 28px;
65
+ color: #757575; font-size: 30px; border: 1px solid #BDBDBD; border-bottom: none;
66
+ margin: 10px; /* inset frame feel */
67
+ }
68
+ .meta {
69
+ display: flex; align-items: center; gap: 18px;
70
+ padding: 18px 22px 26px; font-size: 34px; color: #EDEDED;
71
+ }
72
+ .meta .small-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
73
+ .meta .small-icon svg { width: 34px; height: 34px; fill: #9AA0A6; }
74
+
75
+ /* Overlays */
76
+ .chip {
77
+ position: absolute; top: 18px; left: 18px;
78
+ background: #E53935; color: #FFF; font-size: 24px; padding: 6px 12px; border-radius: 12px;
79
+ letter-spacing: 0.3px; font-weight: 600;
80
+ }
81
+ .check-circle {
82
+ position: absolute; top: 22px; left: 22px; width: 54px; height: 54px; border-radius: 50%;
83
+ background: #8AB4F8; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 3px #121212 inset;
84
+ }
85
+ .check-circle svg { fill: #0B2547; width: 28px; height: 28px; }
86
+
87
+ /* Gesture bar */
88
+ .gesture { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 420px; height: 12px; background: #FFFFFF; opacity: 0.85; border-radius: 10px; }
89
+
90
+ /* Subtle list/grid toggle icon */
91
+ .bars { width: 56px; height: 56px; opacity: 0.8; }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status bar -->
98
+ <div class="status-bar">
99
+ <div>11:03</div>
100
+ <div class="status-icons">
101
+ <div class="dot"></div>
102
+ <div class="dot"></div>
103
+ <div class="dot"></div>
104
+ <div class="dot"></div>
105
+ <div class="dot" style="opacity:.3;"></div>
106
+ <!-- Wi‑Fi -->
107
+ <svg width="42" height="42" viewBox="0 0 24 24">
108
+ <path fill="#E0E0E0" d="M12 18.5l-1.5-1.5c.9-.9 2.1-.9 3 0L12 18.5zm-4-4l-1.5-1.5c3.1-3.1 8.2-3.1 11.3 0L16 14.5c-2.3-2.3-5.7-2.3-8 0zM3.5 10L2 8.5c5.5-5.5 14.5-5.5 20 0L20.5 10c-4.6-4.6-12.4-4.6-17 0z"/>
109
+ </svg>
110
+ <!-- Battery -->
111
+ <svg width="42" height="42" viewBox="0 0 24 24">
112
+ <path fill="#E0E0E0" d="M16 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v1h-2v-1H8a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h8zm1.5 2.5h-9v7h9v-7z"/>
113
+ </svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App bar with selection state -->
118
+ <div class="app-bar">
119
+ <!-- Close/X -->
120
+ <div class="icon-btn">
121
+ <svg viewBox="0 0 24 24">
122
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/>
123
+ </svg>
124
+ </div>
125
+ <div class="app-title">1 item</div>
126
+
127
+ <!-- Share -->
128
+ <div class="icon-btn">
129
+ <svg viewBox="0 0 24 24">
130
+ <path d="M18 16.1c-.7 0-1.3.3-1.8.7L8.9 12c.1-.3.1-.6.1-.9s0-.6-.1-.9l7.1-4.8c.5.4 1.1.7 1.8.7 1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3c0 .3 0 .6.1.9L7.9 8.7C7.4 8.3 6.7 8 6 8 4.3 8 3 9.3 3 11s1.3 3 3 3c.7 0 1.4-.3 1.9-.7l7.2 4.9c-.1.3-.1.6-.1.8 0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3z"/>
131
+ </svg>
132
+ </div>
133
+ <!-- Copy -->
134
+ <div class="icon-btn">
135
+ <svg viewBox="0 0 24 24">
136
+ <path d="M16 1H6a2 2 0 0 0-2 2v12h2V3h10V1zm3 4H10a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 16h-9V7h9v14z"/>
137
+ </svg>
138
+ </div>
139
+ <!-- Delete -->
140
+ <div class="icon-btn">
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M6 7h12l-1 14H7L6 7zm3-3h6l1 2H8l1-2z"/>
143
+ </svg>
144
+ </div>
145
+ <!-- Select (dotted square) -->
146
+ <div class="icon-btn">
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M3 7V3h4v2H5v2H3zm4 14H3v-4h2v2h2v2zm14-14V3h-4v2h2v2h2zm0 14h-4v-2h2v-2h2v4z"/>
149
+ </svg>
150
+ </div>
151
+ <!-- More -->
152
+ <div class="icon-btn">
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M12 6a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4z"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Tabs -->
160
+ <div class="tabs">
161
+ <div class="tab active">My Drive</div>
162
+ <div class="tab">Computers</div>
163
+ </div>
164
+
165
+ <!-- Header row -->
166
+ <div class="header-row">
167
+ <div>Name ↑</div>
168
+ <svg class="bars" viewBox="0 0 24 24">
169
+ <path fill="#9AA0A6" d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z"/>
170
+ </svg>
171
+ </div>
172
+
173
+ <!-- Grid content -->
174
+ <div class="grid">
175
+ <!-- Folder tile -->
176
+ <div class="tile">
177
+ <div class="thumb" style="height: 230px;">
178
+ <div style="display:flex; align-items:center; gap:14px; color:#5F6368;">
179
+ <svg width="72" height="72" viewBox="0 0 24 24">
180
+ <path fill="#9AA0A6" d="M10 4l2 2h8a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2h6z"/>
181
+ </svg>
182
+ <span style="color:#757575; font-size:28px;">[IMG: Folder]</span>
183
+ </div>
184
+ </div>
185
+ <div class="meta">
186
+ <span class="small-icon">
187
+ <svg viewBox="0 0 24 24"><path d="M10 4l2 2h8v12H4V4h6z" /></svg>
188
+ </span>
189
+ <span>Beautiful pictures</span>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- PDF tile -->
194
+ <div class="tile">
195
+ <div class="chip">PDF</div>
196
+ <div class="thumb"><span>[IMG: PDF Cover]</span></div>
197
+ <div class="meta">
198
+ <span class="small-icon">
199
+ <svg viewBox="0 0 24 24"><path d="M6 2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V9h5.5L14 3.5z"/></svg>
200
+ </span>
201
+ <span>The Queen's Gambit.pdf</span>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Selected image tile -->
206
+ <div class="tile selected">
207
+ <div class="check-circle">
208
+ <svg viewBox="0 0 24 24"><path d="M9.5 16.2l-3.7-3.7L7.2 11l2.3 2.3 5.3-5.3 1.4 1.4z"/></svg>
209
+ </div>
210
+ <div class="thumb"><span>[IMG: Landscape Photo]</span></div>
211
+ <div class="meta">
212
+ <span class="small-icon">
213
+ <svg viewBox="0 0 24 24"><path d="M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14l4-4h12a2 2 0 0 0 2-2z"/></svg>
214
+ </span>
215
+ <span>Rome picture</span>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Text file tile -->
220
+ <div class="tile">
221
+ <div class="thumb"><span>[IMG: Text Preview]</span></div>
222
+ <div class="meta">
223
+ <span class="small-icon">
224
+ <svg viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16l4-4h10a2 2 0 0 0 2-2V8l-6-6zm1 10H7v-2h8v2zm0-4H7V6h8v2z"/></svg>
225
+ </span>
226
+ <span>screenshot.txt</span>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Bottom gesture bar -->
232
+ <div class="gesture"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/13216/13216_4.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive - Select destination</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #171A1F; color: #E7E7E7;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 96px; padding: 0 28px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #fff; font-weight: 600; font-size: 34px;
21
+ background: #171A1F;
22
+ }
23
+ .status-center { display: flex; gap: 16px; align-items: center; }
24
+ .dot-icon { width: 20px; height: 20px; border-radius: 50%; background: #fff; opacity: 0.9; }
25
+ .status-right { display: flex; gap: 18px; align-items: center; }
26
+ .status-right svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 3; }
27
+
28
+ /* App bar */
29
+ .app-bar {
30
+ position: absolute; top: 96px; left: 0; right: 0;
31
+ height: 160px; padding: 0 32px;
32
+ background: #1E232A;
33
+ display: flex; align-items: center;
34
+ box-sizing: border-box;
35
+ }
36
+ .app-left { display: flex; align-items: center; gap: 24px; }
37
+ .app-left svg { width: 60px; height: 60px; fill: none; stroke: #E7E7E7; stroke-width: 6; }
38
+ .titles { line-height: 1.15; }
39
+ .titles .title { font-size: 56px; font-weight: 700; color: #F3F3F3; }
40
+ .titles .subtitle { font-size: 30px; color: #9AA3AE; margin-top: 6px; }
41
+
42
+ .app-actions {
43
+ margin-left: auto; display: flex; align-items: center; gap: 26px;
44
+ }
45
+ .icon-btn {
46
+ width: 64px; height: 64px; border-radius: 12px;
47
+ background: #2A2F37; display: flex; align-items: center; justify-content: center;
48
+ border: 1px solid #30353D;
49
+ }
50
+ .icon-btn svg { width: 40px; height: 40px; stroke: #D6D6D6; stroke-width: 3; fill: none; }
51
+
52
+ /* Header row ("Name ↑") */
53
+ .list-header {
54
+ position: absolute; top: 256px; left: 32px; right: 32px;
55
+ height: 80px; display: flex; align-items: center; justify-content: space-between;
56
+ color: #C9CFD6; font-size: 30px;
57
+ }
58
+
59
+ /* Grid of items */
60
+ .grid {
61
+ position: absolute; top: 336px; left: 32px; right: 32px;
62
+ display: grid; grid-template-columns: 440px 440px; gap: 40px 40px;
63
+ }
64
+ .card {
65
+ background: transparent;
66
+ }
67
+ .thumb {
68
+ width: 100%; height: 280px;
69
+ background: #E0E0E0; border: 1px solid #BDBDBD;
70
+ display: flex; align-items: center; justify-content: center;
71
+ color: #757575; font-size: 28px; text-align: center; box-sizing: border-box;
72
+ border-radius: 24px;
73
+ }
74
+ .label-row {
75
+ margin-top: 18px; display: flex; align-items: center; gap: 14px;
76
+ color: #DDE2E7; font-size: 34px;
77
+ }
78
+ .type-pill {
79
+ display: inline-flex; align-items: center; justify-content: center;
80
+ height: 40px; padding: 0 14px; border-radius: 10px;
81
+ font-size: 24px; font-weight: 700; letter-spacing: 0.2px;
82
+ }
83
+ .pill-img { background: #B84E4E; color: #F8DBDB; } /* image indicator (red) */
84
+ .pill-pdf { background: #B84E4E; color: #F8DBDB; } /* pdf indicator */
85
+ .pill-doc { background: #4977C9; color: #DDE8FF; } /* doc indicator (blue) */
86
+ .folder-name { color: #F3F6FA; }
87
+
88
+ /* Bottom action bar */
89
+ .bottom-bar {
90
+ position: absolute; left: 0; right: 0; bottom: 0;
91
+ height: 220px; background: #1E232A; border-top: 1px solid #2C3139;
92
+ display: flex; align-items: center; justify-content: center;
93
+ }
94
+ .bottom-actions {
95
+ width: 92%; display: flex; align-items: center; justify-content: space-between;
96
+ font-size: 40px;
97
+ }
98
+ .btn-text { color: #74A8FF; font-weight: 600; }
99
+ .btn-muted { color: #A0A7AF; font-weight: 600; }
100
+
101
+ /* Home indicator */
102
+ .home-indicator {
103
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
104
+ width: 360px; height: 10px; border-radius: 6px; background: #FFFFFF;
105
+ opacity: 0.8;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status bar -->
113
+ <div class="status-bar">
114
+ <div class="status-left">11:04</div>
115
+ <div class="status-center">
116
+ <div class="dot-icon"></div>
117
+ <div class="dot-icon"></div>
118
+ <div class="dot-icon"></div>
119
+ <div class="dot-icon"></div>
120
+ <div class="dot-icon" style="opacity:0.6;"></div>
121
+ </div>
122
+ <div class="status-right">
123
+ <!-- WiFi -->
124
+ <svg viewBox="0 0 24 24">
125
+ <path d="M2 8c9-6 11-6 20 0M5 12c6-4 8-4 14 0M9 16c3-2 3-2 6 0"/>
126
+ <circle cx="12" cy="20" r="1.8" fill="#fff" stroke="none"/>
127
+ </svg>
128
+ <!-- Battery -->
129
+ <svg viewBox="0 0 26 24">
130
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
131
+ <rect x="21" y="10" width="3" height="4" rx="1"></rect>
132
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- App bar -->
138
+ <div class="app-bar">
139
+ <div class="app-left">
140
+ <!-- Back arrow -->
141
+ <svg viewBox="0 0 24 24"><path d="M15 4L7 12l8 8"/></svg>
142
+ <div class="titles">
143
+ <div class="title">My Drive</div>
144
+ <div class="subtitle">Select destination</div>
145
+ </div>
146
+ </div>
147
+ <div class="app-actions">
148
+ <div class="icon-btn" title="New folder">
149
+ <!-- Folder + -->
150
+ <svg viewBox="0 0 24 24">
151
+ <path d="M3 6h6l2 2h10v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z"></path>
152
+ <path d="M12 11v6M9 14h6" stroke-linecap="round"/>
153
+ </svg>
154
+ </div>
155
+ <div class="icon-btn" title="List view">
156
+ <!-- List icon -->
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M4 6h16M4 12h16M4 18h16" stroke-linecap="round"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Header row -->
165
+ <div class="list-header">
166
+ <div>Name ↑</div>
167
+ <div></div>
168
+ </div>
169
+
170
+ <!-- Grid content -->
171
+ <div class="grid">
172
+ <!-- Folder -->
173
+ <div class="card">
174
+ <div class="thumb">
175
+ [IMG: Folder icon]
176
+ </div>
177
+ <div class="label-row">
178
+ <span class="folder-name">Beautiful pictures</span>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- PDF file -->
183
+ <div class="card">
184
+ <div class="thumb">
185
+ [IMG: Book cover - "The Queen's Gambit"]
186
+ </div>
187
+ <div class="label-row">
188
+ <span class="type-pill pill-pdf">PDF</span>
189
+ <span>The Queen's Gambit.pdf</span>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Image file -->
194
+ <div class="card">
195
+ <div class="thumb" style="height: 280px;">
196
+ [IMG: Rome landscape photo]
197
+ </div>
198
+ <div class="label-row">
199
+ <span class="type-pill pill-img">IMG</span>
200
+ <span>Rome picture</span>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Text file -->
205
+ <div class="card">
206
+ <div class="thumb" style="height: 280px;">
207
+ [IMG: Text file preview]
208
+ </div>
209
+ <div class="label-row">
210
+ <span class="type-pill pill-doc">DOC</span>
211
+ <span>screenshot.txt</span>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Bottom action bar -->
217
+ <div class="bottom-bar">
218
+ <div class="bottom-actions">
219
+ <div class="btn-text">Cancel</div>
220
+ <div class="btn-muted">Move</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Home indicator -->
225
+ <div class="home-indicator"></div>
226
+ </div>
227
+ </body>
228
+ </html>
code/13216/13216_5.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #1f262b; /* dark app background */
14
+ color: #e6e9ec;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ background: #252c31;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ }
28
+ .sb-left { font-size: 36px; }
29
+ .sb-right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 16px;
34
+ }
35
+ .sb-dot {
36
+ width: 18px; height: 18px; border-radius: 50%;
37
+ background: #b0bec5;
38
+ opacity: 0.7;
39
+ }
40
+ .icon { display: inline-block; }
41
+
42
+ /* Header with title */
43
+ .header {
44
+ height: 240px;
45
+ background: #2a3137;
46
+ padding: 30px 36px 24px 36px;
47
+ box-sizing: border-box;
48
+ position: relative;
49
+ }
50
+ .back-btn {
51
+ position: absolute;
52
+ left: 24px;
53
+ top: 90px;
54
+ width: 64px; height: 64px;
55
+ }
56
+ .header-right {
57
+ position: absolute;
58
+ right: 36px;
59
+ top: 92px;
60
+ width: 72px; height: 72px;
61
+ }
62
+ .title {
63
+ margin-left: 100px;
64
+ margin-top: 40px;
65
+ font-size: 64px;
66
+ font-weight: 700;
67
+ letter-spacing: 0.3px;
68
+ }
69
+ .subtitle {
70
+ margin-left: 100px;
71
+ margin-top: 8px;
72
+ font-size: 34px;
73
+ color: #b0bec5;
74
+ }
75
+
76
+ /* Content area */
77
+ .content {
78
+ padding: 36px;
79
+ box-sizing: border-box;
80
+ }
81
+ .sort-bar {
82
+ display: flex;
83
+ align-items: center;
84
+ color: #b0bec5;
85
+ font-size: 34px;
86
+ padding: 12px 0 24px 0;
87
+ }
88
+ .sort-label {
89
+ display: inline-flex;
90
+ align-items: center;
91
+ gap: 8px;
92
+ }
93
+ .list-icon {
94
+ margin-left: auto;
95
+ }
96
+
97
+ /* Grid of cards */
98
+ .grid {
99
+ display: grid;
100
+ grid-template-columns: 1fr 1fr;
101
+ gap: 48px;
102
+ padding-top: 24px;
103
+ }
104
+ .card {
105
+ width: 450px;
106
+ }
107
+ .thumb {
108
+ width: 100%;
109
+ height: 260px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ border-radius: 24px;
113
+ display: flex;
114
+ justify-content: center;
115
+ align-items: center;
116
+ color: #757575;
117
+ font-size: 30px;
118
+ }
119
+ .file-row {
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 16px;
123
+ margin-top: 20px;
124
+ }
125
+ .mini-img {
126
+ width: 56px; height: 56px; border-radius: 12px;
127
+ background: #c74c4c;
128
+ display: inline-flex; align-items: center; justify-content: center;
129
+ }
130
+ .filename {
131
+ font-size: 34px;
132
+ color: #cfd8dc;
133
+ line-height: 1.1;
134
+ }
135
+
136
+ /* Bottom actions */
137
+ .bottom-bar {
138
+ position: absolute;
139
+ bottom: 0;
140
+ left: 0; right: 0;
141
+ height: 180px;
142
+ background: #2a3137;
143
+ box-sizing: border-box;
144
+ padding: 24px 36px;
145
+ }
146
+ .actions {
147
+ width: 100%;
148
+ display: flex;
149
+ justify-content: center;
150
+ gap: 160px;
151
+ align-items: center;
152
+ margin-top: 40px;
153
+ }
154
+ .btn-text {
155
+ font-size: 42px;
156
+ color: #79b8ff;
157
+ font-weight: 600;
158
+ }
159
+
160
+ /* Gesture bar */
161
+ .gesture {
162
+ position: absolute;
163
+ bottom: 24px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 320px; height: 12px;
167
+ background: #eaeaea;
168
+ border-radius: 8px;
169
+ opacity: 0.8;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Status bar -->
177
+ <div class="status-bar">
178
+ <div class="sb-left">11:04</div>
179
+ <div class="sb-right">
180
+ <span class="sb-dot"></span>
181
+ <span class="sb-dot"></span>
182
+ <span class="sb-dot"></span>
183
+ <span class="sb-dot"></span>
184
+ <svg class="icon" width="44" height="44" viewBox="0 0 48 48" fill="none">
185
+ <path d="M8 30c8-8 24-8 32 0" stroke="#cfd8dc" stroke-width="4" stroke-linecap="round"/>
186
+ <path d="M14 24c6-6 14-6 20 0" stroke="#cfd8dc" stroke-width="4" stroke-linecap="round" opacity="0.7"/>
187
+ <path d="M20 18c4-4 8-4 12 0" stroke="#cfd8dc" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
188
+ </svg>
189
+ <svg class="icon" width="44" height="44" viewBox="0 0 48 48" fill="none">
190
+ <rect x="6" y="12" width="30" height="20" rx="3" stroke="#cfd8dc" stroke-width="4" fill="none"/>
191
+ <rect x="8" y="16" width="24" height="12" fill="#cfd8dc"/>
192
+ <rect x="38" y="18" width="4" height="8" rx="2" fill="#cfd8dc"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header">
199
+ <svg class="back-btn" viewBox="0 0 48 48" fill="none">
200
+ <path d="M30 10 L14 24 L30 38" stroke="#cfd8dc" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ <div class="title">Beautiful pictures</div>
203
+ <div class="subtitle">Select destination</div>
204
+ <svg class="header-right" viewBox="0 0 48 48" fill="none">
205
+ <path d="M14 16 L22 10 H34 L40 16" stroke="#cfd8dc" stroke-width="3" fill="none" stroke-linejoin="round"/>
206
+ <rect x="8" y="16" width="32" height="22" rx="3" stroke="#cfd8dc" stroke-width="3" fill="none"/>
207
+ <path d="M30 22 V30 M26 26 H34" stroke="#cfd8dc" stroke-width="3" stroke-linecap="round"/>
208
+ </svg>
209
+ </div>
210
+
211
+ <!-- Content -->
212
+ <div class="content">
213
+ <div class="sort-bar">
214
+ <div class="sort-label">Name
215
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none" style="margin-left:6px;">
216
+ <path d="M6 14 L12 8 L18 14" stroke="#cfd8dc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
217
+ </svg>
218
+ </div>
219
+ <svg class="list-icon" width="48" height="48" viewBox="0 0 48 48" fill="none">
220
+ <path d="M10 14 H38 M10 24 H38 M10 34 H38" stroke="#cfd8dc" stroke-width="4" stroke-linecap="round"/>
221
+ </svg>
222
+ </div>
223
+
224
+ <div class="grid">
225
+ <!-- Card 1 -->
226
+ <div class="card">
227
+ <div class="thumb">[IMG: Landscape photo thumbnail]</div>
228
+ <div class="file-row">
229
+ <div class="mini-img">
230
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
231
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
232
+ <path d="M6 15 L10 11 L13 14 L17 10" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
233
+ <circle cx="9" cy="9" r="1.5" fill="#fff"/>
234
+ </svg>
235
+ </div>
236
+ <div class="filename">
237
+ <div>Copy of</div>
238
+ <div>Rome pictu...</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Card 2 -->
244
+ <div class="card">
245
+ <div class="thumb">[IMG: Landscape photo thumbnail]</div>
246
+ <div class="file-row">
247
+ <div class="mini-img">
248
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
249
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
250
+ <path d="M6 15 L10 11 L13 14 L17 10" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
251
+ <circle cx="9" cy="9" r="1.5" fill="#fff"/>
252
+ </svg>
253
+ </div>
254
+ <div class="filename">
255
+ <div>Copy of</div>
256
+ <div>Rome pictu...</div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Bottom actions -->
264
+ <div class="bottom-bar">
265
+ <div class="actions">
266
+ <div class="btn-text">Cancel</div>
267
+ <div class="btn-text">Move</div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="gesture"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/13216/13216_6.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status {
16
+ position: absolute; top: 16px; left: 24px; right: 24px; height: 64px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ font-size: 36px; color: #fff; opacity: 0.95;
19
+ }
20
+ .status-right { display: flex; align-items: center; gap: 22px; }
21
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: 0.9; display: inline-block; }
22
+ .icon-wifi, .icon-battery { display: inline-flex; align-items: center; }
23
+ .icon-wifi svg, .icon-battery svg { display:block; }
24
+
25
+ /* Search bar & header */
26
+ .search-container { position: absolute; top: 100px; left: 24px; right: 24px; }
27
+ .search-bar {
28
+ height: 112px; border-radius: 56px; background: #1f2328;
29
+ display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
30
+ }
31
+ .search-bar .menu { width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; margin-right: 14px; }
32
+ .search-placeholder {
33
+ color: #b9c1c9; font-size: 34px; flex: 1;
34
+ }
35
+ .avatar {
36
+ width: 72px; height: 72px; border-radius: 36px; background: #7c4dff;
37
+ display:flex; align-items:center; justify-content:center; font-weight: 700; font-size: 32px;
38
+ }
39
+
40
+ .tabs {
41
+ position: absolute; top: 240px; left: 24px; right: 24px;
42
+ display: flex; align-items: center; gap: 44px; color:#cfd8dc; font-size: 34px;
43
+ }
44
+ .tab { padding: 10px 8px; }
45
+ .tab.active { color: #8ab4f8; position: relative; }
46
+ .tab.active::after {
47
+ content: ""; position: absolute; left: 0; right: 0; bottom: -10px;
48
+ height: 6px; border-radius: 3px; background: #8ab4f8;
49
+ }
50
+
51
+ .section-header {
52
+ position: absolute; top: 330px; left: 24px; right: 24px;
53
+ display: flex; align-items: center; justify-content: space-between; color:#b0bec5; font-size: 30px;
54
+ }
55
+ .sort { display: inline-flex; align-items: center; gap: 8px; }
56
+ .layout-toggle { width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; }
57
+
58
+ /* Grid of items */
59
+ .grid {
60
+ position: absolute; top: 420px; left: 24px; right: 24px;
61
+ display: flex; flex-wrap: wrap; gap: 64px;
62
+ }
63
+ .tile {
64
+ width: 460px; border-radius: 22px; padding: 20px; box-sizing: border-box;
65
+ background: #1a1a1a; /* subtle card surface */
66
+ }
67
+ .thumb {
68
+ width: 100%; height: 260px; border-radius: 18px; position: relative;
69
+ display:flex; align-items:center; justify-content:center;
70
+ }
71
+ .thumb.folder-thumb { background: #c3c8cf; }
72
+ .thumb.image {
73
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
74
+ font-size: 28px; text-align: center; padding: 12px;
75
+ }
76
+ .pdf-chip {
77
+ position: absolute; left: 14px; bottom: 14px;
78
+ background: #ef6c6c; color: #fff; font-weight: 700; font-size: 24px;
79
+ border-radius: 8px; padding: 6px 10px;
80
+ }
81
+ .tile-row {
82
+ margin-top: 18px; display:flex; align-items:center; justify-content: space-between;
83
+ }
84
+ .title { font-size: 32px; color:#ffffff; }
85
+ .subtitle { font-size: 26px; color:#b0bec5; }
86
+ .dots { width: 56px; height: 56px; display:flex; align-items:center; justify-content:center; }
87
+
88
+ /* Floating action button */
89
+ .fab {
90
+ position: absolute; right: 36px; bottom: 330px;
91
+ width: 120px; height: 120px; border-radius: 60px; background: #263238;
92
+ display:flex; align-items:center; justify-content:center;
93
+ box-shadow: 0 12px 28px rgba(0,0,0,0.6);
94
+ }
95
+
96
+ /* Snackbar */
97
+ .snackbar {
98
+ position: absolute; left: 24px; bottom: 230px; width: 1032px; height: 120px;
99
+ background: #e9edf1; color:#222; border-radius: 16px; display:flex; align-items:center; justify-content: space-between;
100
+ padding: 0 28px; box-sizing: border-box; font-size: 32px;
101
+ }
102
+ .snackbar .action { color: #1a73e8; font-weight: 600; }
103
+
104
+ /* Bottom navigation */
105
+ .bottom-bar {
106
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 190px;
107
+ background: #1b1b1b; border-top: 1px solid #2a2a2a;
108
+ display:flex; align-items: flex-start; justify-content: space-around; padding-top: 22px;
109
+ box-sizing: border-box;
110
+ }
111
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap: 12px; color:#cfd8dc; font-size: 28px; }
112
+ .nav-item .icon { width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; color:#cfd8dc; }
113
+ .nav-item.active { color:#8ab4f8; }
114
+ .nav-item.active .icon { background:#2c3e67; border-radius: 24px; }
115
+
116
+ /* Gesture bar */
117
+ .gesture {
118
+ position: absolute; left: 50%; transform: translateX(-50%);
119
+ bottom: 180px; width: 220px; height: 14px; background: #e6e6e6; border-radius: 7px; opacity: 0.85;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <!-- Status bar -->
127
+ <div class="status">
128
+ <div>11:05</div>
129
+ <div class="status-right">
130
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
131
+ <span style="font-size:34px; color:#cfd8dc;">•</span>
132
+ <span class="icon-wifi">
133
+ <svg width="46" height="32" viewBox="0 0 24 14" fill="none">
134
+ <path d="M2 6 C7 2,17 2,22 6" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
135
+ <path d="M5 9 C9 6,15 6,19 9" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
136
+ <circle cx="12" cy="12" r="2" fill="#ffffff"/>
137
+ </svg>
138
+ </span>
139
+ <span class="icon-battery">
140
+ <svg width="50" height="28" viewBox="0 0 28 16" fill="none">
141
+ <rect x="1" y="3" width="22" height="10" rx="2" stroke="#ffffff" stroke-width="2"/>
142
+ <rect x="3" y="5" width="16" height="6" fill="#ffffff"/>
143
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#ffffff"/>
144
+ </svg>
145
+ </span>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Search bar -->
150
+ <div class="search-container">
151
+ <div class="search-bar">
152
+ <div class="menu">
153
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
154
+ <path d="M3 6 H21 M3 12 H21 M3 18 H21" stroke="#cfd8dc" stroke-width="2" stroke-linecap="round"/>
155
+ </svg>
156
+ </div>
157
+ <div class="search-placeholder">Search in Drive</div>
158
+ <div class="avatar">A</div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Tabs -->
163
+ <div class="tabs">
164
+ <div class="tab active">My Drive</div>
165
+ <div class="tab">Computers</div>
166
+ <div style="margin-left:auto;" class="layout-toggle">
167
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
168
+ <path d="M3 6 H15 M3 12 H15 M3 18 H15" stroke="#cfd8dc" stroke-width="2" stroke-linecap="round"/>
169
+ <rect x="17" y="4" width="4" height="4" fill="#cfd8dc"/>
170
+ <rect x="17" y="10" width="4" height="4" fill="#cfd8dc"/>
171
+ <rect x="17" y="16" width="4" height="4" fill="#cfd8dc"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Sort header -->
177
+ <div class="section-header">
178
+ <div class="sort">Name
179
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none" style="margin-left:6px;">
180
+ <path d="M12 8 L8 12 H16 Z" fill="#b0bec5"/>
181
+ </svg>
182
+ </div>
183
+ <div></div>
184
+ </div>
185
+
186
+ <!-- Content grid -->
187
+ <div class="grid">
188
+ <!-- Folder tile -->
189
+ <div class="tile">
190
+ <div class="thumb folder-thumb">
191
+ <svg width="180" height="130" viewBox="0 0 48 32" fill="none">
192
+ <path d="M2 10 H16 L20 6 H42 C44 6 46 8 46 10 V26 C46 28 44 30 42 30 H6 C4 30 2 28 2 26 V10 Z" fill="#b9c0c8"/>
193
+ </svg>
194
+ </div>
195
+ <div class="tile-row">
196
+ <div class="title">Beautiful pictures</div>
197
+ <div class="dots">
198
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfd8dc">
199
+ <circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- PDF tile -->
206
+ <div class="tile">
207
+ <div class="thumb image">
208
+ <div>[IMG: PDF cover - The Queen's Gambit]</div>
209
+ <div class="pdf-chip">PDF</div>
210
+ </div>
211
+ <div class="tile-row">
212
+ <div class="title">The Queen's Gambit.pdf</div>
213
+ <div class="dots">
214
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfd8dc">
215
+ <circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Text file tile -->
222
+ <div class="tile">
223
+ <div class="thumb image">
224
+ <div>[IMG: Text file thumbnail]</div>
225
+ </div>
226
+ <div class="tile-row">
227
+ <div class="title">screenshot.txt</div>
228
+ <div class="dots">
229
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfd8dc">
230
+ <circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Floating Action Button -->
238
+ <div class="fab">
239
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
240
+ <path d="M12 5 V19 M5 12 H19" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+
244
+ <!-- Snackbar -->
245
+ <div class="snackbar">
246
+ <div>1 item moved to "Beautiful pictures".</div>
247
+ <div class="action">Undo</div>
248
+ </div>
249
+
250
+ <!-- Gesture bar -->
251
+ <div class="gesture"></div>
252
+
253
+ <!-- Bottom navigation -->
254
+ <div class="bottom-bar">
255
+ <div class="nav-item">
256
+ <div class="icon">
257
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
258
+ <path d="M3 11 L12 4 L21 11 V20 H14 V14 H10 V20 H3 Z" stroke="#cfd8dc" stroke-width="2" stroke-linejoin="round"/>
259
+ </svg>
260
+ </div>
261
+ <div>Home</div>
262
+ </div>
263
+ <div class="nav-item">
264
+ <div class="icon">
265
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
266
+ <path d="M12 17.3 L6.5 20.6 L8 14.6 L3.5 10.6 L9.5 10 L12 4.6 L14.5 10 L20.5 10.6 L16 14.6 L17.5 20.6 Z" stroke="#cfd8dc" stroke-width="2" stroke-linejoin="round"/>
267
+ </svg>
268
+ </div>
269
+ <div>Starred</div>
270
+ </div>
271
+ <div class="nav-item">
272
+ <div class="icon">
273
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
274
+ <circle cx="8" cy="9" r="3" stroke="#cfd8dc" stroke-width="2"/>
275
+ <circle cx="16" cy="9" r="3" stroke="#cfd8dc" stroke-width="2"/>
276
+ <path d="M3 20 C3 16,9 16,9 20 M15 20 C15 16,21 16,21 20" stroke="#cfd8dc" stroke-width="2" stroke-linecap="round"/>
277
+ </svg>
278
+ </div>
279
+ <div>Shared</div>
280
+ </div>
281
+ <div class="nav-item active">
282
+ <div class="icon">
283
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
284
+ <path d="M3 8 H10 L12 6 H21 C22 6 22 7 22 8 V19 C22 20 21 21 20 21 H4 C3 21 2 20 2 19 V8 Z" stroke="#8ab4f8" stroke-width="2"/>
285
+ </svg>
286
+ </div>
287
+ <div>Files</div>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+ </body>
293
+ </html>
code/13219/13219_0.html ADDED
@@ -0,0 +1,505 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Housing Results Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F5F6FA;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 150px;
20
+ background: #5B2DFF;
21
+ color: #fff;
22
+ padding: 40px 40px 0 40px;
23
+ box-sizing: border-box;
24
+ }
25
+ .status-inner {
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ gap: 18px;
33
+ align-items: center;
34
+ }
35
+ .icon-wifi, .icon-battery {
36
+ width: 38px;
37
+ height: 22px;
38
+ display: inline-block;
39
+ }
40
+
41
+ /* Top controls */
42
+ .top-controls {
43
+ padding: 26px 32px 10px 32px;
44
+ box-sizing: border-box;
45
+ }
46
+ .controls-row {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 22px;
50
+ }
51
+ .back-btn {
52
+ width: 64px; height: 64px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ border-radius: 50%;
55
+ }
56
+ .search-bar {
57
+ flex: 1;
58
+ background: #FFFFFF;
59
+ border: 1px solid #E3E5EA;
60
+ border-radius: 60px;
61
+ box-shadow: 0 6px 14px rgba(0,0,0,0.05);
62
+ padding: 14px;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 12px;
66
+ }
67
+ .pill {
68
+ display: inline-flex;
69
+ align-items: center;
70
+ gap: 10px;
71
+ border-radius: 40px;
72
+ padding: 16px 22px;
73
+ font-size: 34px;
74
+ line-height: 34px;
75
+ color: #362F4B;
76
+ white-space: nowrap;
77
+ }
78
+ .pill.add { border: 2px solid #7C5CFF; color: #5B2DFF; font-weight: 600; }
79
+ .pill.tag { background: #F2F3F7; border: 1px solid #E1E3EA; }
80
+ .pill.filters {
81
+ margin-left: auto;
82
+ background: #F2F3F7;
83
+ border: 1px solid #E1E3EA;
84
+ position: relative;
85
+ }
86
+ .badge {
87
+ position: absolute;
88
+ top: -8px; right: -8px;
89
+ background: #FF3E9D;
90
+ color: #fff;
91
+ border-radius: 18px;
92
+ font-size: 26px;
93
+ padding: 3px 10px;
94
+ border: 3px solid #FFFFFF;
95
+ }
96
+ .search-icon {
97
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; color:#6F6A80;
98
+ }
99
+
100
+ /* Feature chips row */
101
+ .features {
102
+ padding: 8px 22px 14px 22px;
103
+ display: flex;
104
+ justify-content: space-between;
105
+ text-align: center;
106
+ }
107
+ .feature {
108
+ width: 190px;
109
+ }
110
+ .feature .ico {
111
+ height: 120px;
112
+ border-radius: 28px;
113
+ border: 2px solid #CFCFF5;
114
+ background: #FFFFFF;
115
+ margin: 0 auto 14px auto;
116
+ }
117
+ .feature.all .ico { border-color: #876AFF; background: #F8F7FF; }
118
+ .feature span {
119
+ font-size: 30px;
120
+ color: #4C4860;
121
+ }
122
+
123
+ /* Separator text */
124
+ .result-text {
125
+ padding: 18px 32px;
126
+ font-size: 34px;
127
+ color: #7B7A87;
128
+ }
129
+ .result-text b { color: #2E2C3A; }
130
+
131
+ /* Share bar */
132
+ .share-bar {
133
+ margin: 0 32px 18px 32px;
134
+ background: #ECEEF3;
135
+ border: 1px solid #E1E3EA;
136
+ border-radius: 28px;
137
+ padding: 24px;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: space-between;
141
+ color: #6D6B7B;
142
+ font-size: 32px;
143
+ }
144
+ .share-left {
145
+ display: flex; align-items: center; gap: 18px;
146
+ }
147
+ .share-pill {
148
+ width: 62px; height: 62px; border-radius: 50%;
149
+ background: #F04F91; display:flex; align-items:center; justify-content:center;
150
+ color:#fff;
151
+ }
152
+
153
+ /* Explore card */
154
+ .explore-card {
155
+ background: #FFFFFF;
156
+ border: 1px solid #E4E6EE;
157
+ border-radius: 30px;
158
+ margin: 18px 32px;
159
+ padding: 26px;
160
+ box-shadow: 0 8px 16px rgba(0,0,0,0.04);
161
+ }
162
+ .explore-row { display:flex; align-items:center; gap: 20px; }
163
+ .explore-icon {
164
+ width: 80px; height: 80px; border:1px solid #BDBDBD; background:#E0E0E0; border-radius: 14px;
165
+ display:flex; align-items:center; justify-content:center; color:#777;
166
+ font-size: 24px;
167
+ }
168
+ .explore-title { font-size: 38px; color:#2E2C3A; }
169
+ .explore-title b { color:#000; }
170
+ .explore-link { color:#5B2DFF; font-weight:700; margin-left: 10px; }
171
+ .explore-sub { font-size: 28px; color:#8B8996; margin-top: 6px; }
172
+
173
+ /* Property card */
174
+ .property-card {
175
+ background: #FFFFFF;
176
+ border: 1px solid #E4E6EE;
177
+ border-radius: 36px;
178
+ margin: 18px 32px;
179
+ overflow: hidden;
180
+ box-shadow: 0 10px 20px rgba(0,0,0,0.06);
181
+ }
182
+ .prop-images {
183
+ padding: 24px;
184
+ display: flex;
185
+ gap: 22px;
186
+ }
187
+ .img {
188
+ flex: 1;
189
+ height: 420px;
190
+ background: #E0E0E0;
191
+ border: 1px solid #BDBDBD;
192
+ border-radius: 36px;
193
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 32px;
194
+ }
195
+ .img .counter {
196
+ position: absolute;
197
+ right: 44px;
198
+ bottom: 44px;
199
+ background: rgba(0,0,0,0.6);
200
+ color: #fff;
201
+ font-size: 26px;
202
+ padding: 10px 16px;
203
+ border-radius: 20px;
204
+ }
205
+ .prop-badge-row {
206
+ border-top: 1px solid #F0F1F4;
207
+ background: #F7F8FA;
208
+ padding: 22px 28px;
209
+ display:flex; align-items:center; justify-content:space-between;
210
+ color:#6F6D7A; font-size: 32px;
211
+ }
212
+ .prop-content { padding: 26px 28px 16px 28px; }
213
+ .price { font-size: 46px; font-weight: 800; color:#101014; }
214
+ .subline { font-size: 36px; color:#2F2E40; margin-top: 6px; }
215
+ .locline { font-size: 30px; color:#8A8993; margin: 8px 0 14px 0; }
216
+ .metas { font-size: 30px; color:#49495A; margin-bottom: 18px; }
217
+ .amenities {
218
+ display:flex; gap: 22px; flex-wrap: wrap; padding-bottom: 10px;
219
+ }
220
+ .amen {
221
+ display:flex; align-items:center; gap: 12px;
222
+ color:#5A5868; font-size: 30px;
223
+ }
224
+ .amen .dot {
225
+ width: 32px; height: 32px; border-radius: 50%;
226
+ background: #FF7F50;
227
+ display:inline-block;
228
+ }
229
+
230
+ /* Agent section */
231
+ .agent {
232
+ margin-top: 10px;
233
+ background: linear-gradient(180deg, #FFFFFF 0%, #FAF8FE 100%);
234
+ border-top: 1px solid #F1F2F6;
235
+ padding: 24px 28px 140px 28px;
236
+ border-bottom-left-radius: 36px;
237
+ border-bottom-right-radius: 36px;
238
+ position: relative;
239
+ }
240
+ .agent-row { display:flex; align-items:center; justify-content:space-between; }
241
+ .agent-info { display:flex; align-items:center; gap: 18px; }
242
+ .avatar {
243
+ width: 96px; height: 96px; border-radius: 50%;
244
+ background: #E0E0E0; border:1px solid #BDBDBD;
245
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 26px;
246
+ }
247
+ .agent-name { font-size: 36px; font-weight: 700; color:#2A2836; }
248
+ .agent-role { font-size: 28px; color:#8C8A98; }
249
+ .updated { font-size: 26px; color:#9A98A6; text-align:right; }
250
+ .heart {
251
+ position: absolute; right: 28px; top: -70px;
252
+ width: 70px; height: 70px; display:flex; align-items:center; justify-content:center;
253
+ background:#fff; border:1px solid #E4E6EE; border-radius: 50%; box-shadow:0 4px 10px rgba(0,0,0,0.06);
254
+ }
255
+
256
+ /* Bottom floating nav */
257
+ .bottom-nav {
258
+ position: absolute;
259
+ left: 120px;
260
+ right: 120px;
261
+ bottom: 160px;
262
+ height: 150px;
263
+ background: #FFFFFF;
264
+ border: 1px solid #E4E6EE;
265
+ border-radius: 70px;
266
+ box-shadow: 0 16px 36px rgba(0,0,0,0.12);
267
+ display: flex;
268
+ align-items: center;
269
+ justify-content: space-around;
270
+ padding: 0 40px;
271
+ }
272
+ .bn-item {
273
+ display:flex; flex-direction: column; align-items:center; gap: 10px; color:#6B57D8;
274
+ font-size: 28px; font-weight: 600;
275
+ }
276
+ .bn-item span { color:#5B2DFF; }
277
+ .bn-ico {
278
+ width: 64px; height: 64px; border-radius: 22px; background:#F6F3FF; display:flex; align-items:center; justify-content:center; color:#5B2DFF;
279
+ position: relative;
280
+ }
281
+ .bn-badge {
282
+ position: absolute; top: -6px; right: -6px;
283
+ background: #FF3E9D; color:#fff; font-size: 22px; padding: 2px 8px; border-radius: 16px; border: 3px solid #fff;
284
+ }
285
+
286
+ /* Simple chevron */
287
+ .chev {
288
+ width: 18px; height: 18px; border-right: 3px solid #9B9BAD; border-top: 3px solid #9B9BAD; transform: rotate(45deg);
289
+ }
290
+ </style>
291
+ </head>
292
+ <body>
293
+ <div id="render-target">
294
+
295
+ <!-- Status bar -->
296
+ <div class="status-bar">
297
+ <div class="status-inner">
298
+ <div style="font-size:48px; font-weight:700;">2:01</div>
299
+ <div class="status-icons">
300
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
301
+ <path d="M2 8c5-4 15-4 20 0"/>
302
+ <path d="M5 12c3-3 11-3 14 0"/>
303
+ <path d="M9 16c2-2 4-2 6 0"/>
304
+ <circle cx="12" cy="19" r="1.5" fill="#fff"></circle>
305
+ </svg>
306
+ <svg class="icon-battery" viewBox="0 0 26 14" fill="none" stroke="white" stroke-width="2">
307
+ <rect x="1" y="2" width="20" height="10" rx="2"></rect>
308
+ <rect x="3" y="4" width="14" height="6" rx="1" fill="#fff"></rect>
309
+ <rect x="22" y="5" width="3" height="4" rx="1" fill="#fff"></rect>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Top controls row -->
316
+ <div class="top-controls">
317
+ <div class="controls-row">
318
+ <div class="back-btn">
319
+ <svg width="42" height="42" viewBox="0 0 24 24" stroke="#6B6A78" fill="none" stroke-width="2">
320
+ <path d="M15 18l-6-6 6-6"/>
321
+ </svg>
322
+ </div>
323
+
324
+ <div class="search-bar">
325
+ <div class="pill add">
326
+ <svg width="32" height="32" viewBox="0 0 24 24" stroke="#5B2DFF" fill="none" stroke-width="2">
327
+ <path d="M12 5v14M5 12h14"/>
328
+ </svg>
329
+ Add
330
+ </div>
331
+ <div class="pill tag">
332
+ Saket
333
+ <svg width="26" height="26" viewBox="0 0 24 24" stroke="#8D8B98" fill="none" stroke-width="2">
334
+ <path d="M6 6l12 12M6 18L18 6"/>
335
+ </svg>
336
+ </div>
337
+ <div class="pill filters">
338
+ <svg width="32" height="32" viewBox="0 0 24 24" stroke="#6B6A78" fill="none" stroke-width="2">
339
+ <path d="M3 5h18M7 12h10M10 19h4"/>
340
+ </svg>
341
+ Filters
342
+ <svg width="18" height="18" viewBox="0 0 24 24" stroke="#6B6A78" fill="none" stroke-width="2">
343
+ <path d="M6 9l6 6 6-6"/>
344
+ </svg>
345
+ <div class="badge">1</div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="search-icon">
350
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#6B6A78" fill="none" stroke-width="2">
351
+ <circle cx="11" cy="11" r="7"></circle>
352
+ <path d="M20 20l-3-3"></path>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Feature chips -->
359
+ <div class="features">
360
+ <div class="feature all">
361
+ <div class="ico"></div>
362
+ <span>All</span>
363
+ </div>
364
+ <div class="feature">
365
+ <div class="ico"></div>
366
+ <span>Housing Verified</span>
367
+ </div>
368
+ <div class="feature">
369
+ <div class="ico"></div>
370
+ <span>Prime Locations</span>
371
+ </div>
372
+ <div class="feature">
373
+ <div class="ico"></div>
374
+ <span>Ready to Move</span>
375
+ </div>
376
+ <div class="feature">
377
+ <div class="ico"></div>
378
+ <span>Parking Spots</span>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Result count text -->
383
+ <div class="result-text">Yay! <b>51</b> results found to <b>buy</b></div>
384
+
385
+ <!-- Share bar -->
386
+ <div class="share-bar">
387
+ <div class="share-left">
388
+ <div class="share-pill">
389
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="white" fill="none" stroke-width="2">
390
+ <circle cx="18" cy="5" r="3"></circle>
391
+ <circle cx="6" cy="12" r="3"></circle>
392
+ <circle cx="18" cy="19" r="3"></circle>
393
+ <path d="M8.6 13.5l6.8 3.9M15.4 6.6L8.6 10.5"></path>
394
+ </svg>
395
+ </div>
396
+ <div>Share your search result with friends</div>
397
+ </div>
398
+ <div class="chev"></div>
399
+ </div>
400
+
401
+ <!-- Explore card -->
402
+ <div class="explore-card">
403
+ <div class="explore-row">
404
+ <div class="explore-icon">[IMG]</div>
405
+ <div style="flex:1;">
406
+ <div class="explore-title">Explore <b>Saket</b> - <span class="explore-link">View Insights</span></div>
407
+ <div class="explore-sub">Delhi, India</div>
408
+ </div>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- Property card -->
413
+ <div class="property-card">
414
+ <div class="prop-images" style="position:relative;">
415
+ <div class="img">[IMG: Kitchen]</div>
416
+ <div class="img">[IMG: Bathroom]</div>
417
+ <div class="img counter" style="background:none; border:none; position:absolute;"></div>
418
+ <div class="counter">1/10</div>
419
+ </div>
420
+
421
+ <div class="prop-badge-row">
422
+ <div style="display:flex; align-items:center; gap:14px; color:#E64E9B;">
423
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#E64E9B">
424
+ <path d="M12 2l2.4 5 5.6.6-4.2 3.8 1.2 5.6L12 14l-4.9 3 1.2-5.6L4 7.6l5.6-.6L12 2z"></path>
425
+ </svg>
426
+ Free registration
427
+ </div>
428
+ <div class="chev"></div>
429
+ </div>
430
+
431
+ <div class="prop-content">
432
+ <div class="price">₹ 32.0 L</div>
433
+ <div class="subline">2 BHK Flat</div>
434
+ <div class="locline">Saket, New Delhi</div>
435
+ <div class="metas">1000 sq.ft. • ₹ 3.2k per sq.ft.</div>
436
+
437
+ <div class="amenities">
438
+ <div class="amen"><span class="dot"></span>24x7 Security</div>
439
+ <div class="amen"><span class="dot"></span>Children Play Area</div>
440
+ </div>
441
+ </div>
442
+
443
+ <div class="agent">
444
+ <div class="agent-row">
445
+ <div class="agent-info">
446
+ <div class="avatar">[AV]</div>
447
+ <div>
448
+ <div class="agent-name">Kavita Singhania</div>
449
+ <div class="agent-role">Housing Expert Pro</div>
450
+ </div>
451
+ </div>
452
+ <div class="updated">
453
+ UPDATED<br>3 days ago
454
+ </div>
455
+ </div>
456
+ </div>
457
+
458
+ <div class="heart">
459
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#9B99A7" stroke-width="2">
460
+ <path d="M12 21s-7-4.6-9.5-8.1C-0.2 9.3 1.7 5.2 5.3 5.1c1.9 0 3.1 1 3.7 1.9.6-.9 1.8-1.9 3.7-1.9 3.6.1 5.5 4.2 2.8 7.8C19 16.4 12 21 12 21z"/>
461
+ </svg>
462
+ </div>
463
+ </div>
464
+
465
+ <!-- Bottom floating nav -->
466
+ <div class="bottom-nav">
467
+ <div class="bn-item">
468
+ <div class="bn-ico">
469
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="#5B2DFF" fill="none" stroke-width="2">
470
+ <path d="M3 5h18M7 12h10M10 19h4"/>
471
+ </svg>
472
+ <div class="bn-badge">1</div>
473
+ </div>
474
+ <span>Filters</span>
475
+ </div>
476
+ <div class="bn-item">
477
+ <div class="bn-ico">
478
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="#5B2DFF" fill="none" stroke-width="2">
479
+ <path d="M4 6h16M4 12h10M4 18h7"/>
480
+ </svg>
481
+ </div>
482
+ <span>Suggestions</span>
483
+ </div>
484
+ <div class="bn-item">
485
+ <div class="bn-ico">
486
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="#5B2DFF" fill="none" stroke-width="2">
487
+ <path d="M12 21l-8-7c-2-2.2 0-6 3.5-6 1.6 0 3.1 1 4.5 2.3C13.4 9 15 8 16.5 8 20 8 22 11.8 20 14l-8 7z"/>
488
+ </svg>
489
+ </div>
490
+ <span>Saved</span>
491
+ </div>
492
+ <div class="bn-item">
493
+ <div class="bn-ico">
494
+ <svg width="28" height="28" viewBox="0 0 24 24" stroke="#5B2DFF" fill="none" stroke-width="2">
495
+ <circle cx="12" cy="7" r="4"></circle>
496
+ <path d="M5.5 21a6.5 6.5 0 0113 0"/>
497
+ </svg>
498
+ </div>
499
+ <span>Profile</span>
500
+ </div>
501
+ </div>
502
+
503
+ </div>
504
+ </body>
505
+ </html>
code/13219/13219_1.html ADDED
@@ -0,0 +1,487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Detail - Chat Overlay</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 160px;
24
+ background: #4b03d6;
25
+ color: #fff;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ }
32
+ .status-time { font-weight: 600; font-size: 44px; letter-spacing: 0.5px; }
33
+ .status-icons { display: flex; align-items: center; gap: 26px; }
34
+ .status-icons svg { width: 42px; height: 42px; fill: #fff; }
35
+
36
+ /* Back arrow */
37
+ .back-arrow {
38
+ position: absolute;
39
+ top: 175px;
40
+ left: 36px;
41
+ width: 72px;
42
+ height: 72px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ color: #222;
47
+ }
48
+ .back-arrow svg { width: 56px; height: 56px; }
49
+
50
+ /* Top image area */
51
+ .hero {
52
+ position: absolute;
53
+ top: 220px;
54
+ left: 40px;
55
+ width: 1000px;
56
+ height: 600px;
57
+ border-radius: 34px;
58
+ overflow: hidden;
59
+ }
60
+ .hero .img {
61
+ width: 100%;
62
+ height: 100%;
63
+ background: #E0E0E0;
64
+ border: 1px solid #BDBDBD;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ color: #757575;
69
+ font-size: 34px;
70
+ }
71
+ .hero::after {
72
+ /* subtle bottom gradient like screenshot */
73
+ content: "";
74
+ position: absolute;
75
+ left: 0; bottom: 0; right: 0;
76
+ height: 180px;
77
+ background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
78
+ pointer-events: none;
79
+ }
80
+
81
+ /* Chat with agent pill */
82
+ .agent-pill {
83
+ position: absolute;
84
+ top: 210px;
85
+ left: 220px;
86
+ width: 640px;
87
+ height: 110px;
88
+ background: rgba(0,0,0,0.45);
89
+ color: #fff;
90
+ border-radius: 60px;
91
+ display: flex;
92
+ align-items: center;
93
+ padding: 0 28px;
94
+ gap: 18px;
95
+ border: 1px solid rgba(255,255,255,0.15);
96
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
97
+ }
98
+ .agent-pill .avatar {
99
+ width: 74px; height: 74px;
100
+ border-radius: 50%;
101
+ background: #9e9e9e;
102
+ display: flex; align-items: center; justify-content: center;
103
+ font-weight: 700; font-size: 30px; color: #fff;
104
+ }
105
+ .agent-pill .meta { display: flex; flex-direction: column; line-height: 1.1; }
106
+ .agent-pill .meta small { opacity: 0.9; font-size: 28px; }
107
+ .agent-pill .meta strong { font-size: 32px; }
108
+ .agent-pill .bubble {
109
+ margin-left: auto;
110
+ width: 78px; height: 78px;
111
+ border-radius: 20px;
112
+ background: rgba(255,255,255,0.2);
113
+ display: flex; align-items: center; justify-content: center;
114
+ }
115
+ .agent-pill .bubble svg { width: 44px; height: 44px; fill: #fff; }
116
+
117
+ /* Chat Now overlay card */
118
+ .chat-overlay {
119
+ position: absolute;
120
+ top: 360px;
121
+ left: 80px;
122
+ width: 920px;
123
+ height: 300px;
124
+ background: rgba(0,0,0,0.6);
125
+ color: #fff;
126
+ border-radius: 28px;
127
+ border: 1px solid rgba(255,255,255,0.25);
128
+ padding: 36px;
129
+ box-sizing: border-box;
130
+ display: flex;
131
+ flex-direction: column;
132
+ justify-content: space-between;
133
+ box-shadow: 0 18px 50px rgba(0,0,0,0.45);
134
+ }
135
+ .chat-overlay h2 {
136
+ margin: 0;
137
+ font-size: 46px;
138
+ font-weight: 700;
139
+ }
140
+ .chat-overlay p {
141
+ margin: 8px 0 0 0;
142
+ font-size: 30px; color: rgba(255,255,255,0.9);
143
+ }
144
+ .chat-overlay .actions {
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: space-between;
148
+ }
149
+ .chat-overlay .later {
150
+ font-size: 34px;
151
+ color: rgba(255,255,255,0.95);
152
+ }
153
+ .chat-overlay .start-btn {
154
+ background: #8e8e96;
155
+ color: #fff;
156
+ padding: 22px 34px;
157
+ font-size: 32px;
158
+ border-radius: 28px;
159
+ min-width: 240px;
160
+ text-align: center;
161
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
162
+ }
163
+
164
+ /* Share card */
165
+ .share-card {
166
+ position: absolute;
167
+ top: 860px;
168
+ left: 40px;
169
+ width: 1000px;
170
+ height: 110px;
171
+ background: #f1eef8;
172
+ border-radius: 24px;
173
+ color: #6b6b73;
174
+ display: flex;
175
+ align-items: center;
176
+ padding: 0 28px;
177
+ box-sizing: border-box;
178
+ gap: 20px;
179
+ }
180
+ .share-icon {
181
+ width: 64px; height: 64px; background: #fff;
182
+ border-radius: 18px; display: flex; align-items: center; justify-content: center;
183
+ color: #9b4bf1;
184
+ box-shadow: 0 2px 4px rgba(0,0,0,0.06);
185
+ }
186
+ .share-card .text { font-size: 32px; flex: 1; }
187
+ .chev { width: 22px; height: 22px; border-right: 3px solid #9b4bf1; border-top: 3px solid #9b4bf1; transform: rotate(45deg); margin-left: auto; }
188
+
189
+ /* Price section */
190
+ .price-row {
191
+ position: absolute;
192
+ top: 1000px;
193
+ left: 40px;
194
+ width: 1000px;
195
+ display: flex;
196
+ align-items: baseline;
197
+ gap: 26px;
198
+ }
199
+ .price-row .price { font-size: 54px; font-weight: 800; }
200
+ .price-row .details-link { margin-left: 18px; color: #6b28f7; font-size: 32px; font-weight: 600; }
201
+
202
+ .title {
203
+ position: absolute;
204
+ top: 1086px;
205
+ left: 40px;
206
+ font-size: 46px; font-weight: 700;
207
+ }
208
+ .subtle {
209
+ position: absolute;
210
+ top: 1148px;
211
+ left: 40px;
212
+ font-size: 30px; color: #8e8e8e;
213
+ }
214
+
215
+ .info-row {
216
+ position: absolute;
217
+ top: 1220px;
218
+ left: 40px;
219
+ width: 1000px;
220
+ display: flex;
221
+ align-items: center;
222
+ color: #6b6b6b;
223
+ gap: 18px;
224
+ font-size: 30px;
225
+ }
226
+ .dot { width: 8px; height: 8px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
227
+ .map-pill {
228
+ margin-left: auto;
229
+ background: #f2f2f6;
230
+ color: #6a5bd2;
231
+ border-radius: 26px;
232
+ padding: 16px 24px;
233
+ display: flex; align-items: center; gap: 12px;
234
+ font-weight: 600;
235
+ }
236
+ .map-pill svg { width: 32px; height: 32px; fill: #6a5bd2; }
237
+
238
+ /* Agent card */
239
+ .agent-card {
240
+ position: absolute;
241
+ top: 1310px;
242
+ left: 40px;
243
+ width: 1000px;
244
+ background: #eceaf6;
245
+ border-radius: 24px;
246
+ padding: 28px;
247
+ box-sizing: border-box;
248
+ display: flex;
249
+ flex-direction: column;
250
+ gap: 16px;
251
+ }
252
+ .agent-head {
253
+ display: flex; align-items: center;
254
+ }
255
+ .agent-info { display: flex; flex-direction: column; gap: 6px; }
256
+ .agent-name { font-size: 36px; font-weight: 700; color: #2a2a2a; }
257
+ .agent-role { font-size: 28px; color: #8b8b97; }
258
+ .agent-cta {
259
+ margin-left: auto;
260
+ background: #6b28f7;
261
+ color: #fff;
262
+ padding: 20px 30px;
263
+ border-radius: 22px;
264
+ font-weight: 700;
265
+ display: inline-flex; align-items: center; gap: 12px;
266
+ }
267
+ .agent-cta svg { width: 34px; height: 34px; fill: #fff; }
268
+ .agent-sub {
269
+ display: flex; align-items: center; justify-content: space-between;
270
+ color: #6b6b73; font-size: 28px;
271
+ }
272
+ .agent-sub .free { color: #ff4aa0; font-weight: 700; }
273
+
274
+ /* Great things section */
275
+ .great {
276
+ position: absolute;
277
+ top: 1498px;
278
+ left: 40px;
279
+ width: 1000px;
280
+ }
281
+ .great .heading {
282
+ display: flex; align-items: center; gap: 18px;
283
+ color: #1db977;
284
+ font-weight: 800;
285
+ font-size: 36px;
286
+ }
287
+ .great .icon {
288
+ width: 64px; height: 64px; border-radius: 50%;
289
+ background: #e6faf1; display: flex; align-items: center; justify-content: center;
290
+ color: #1db977; font-weight: 700; font-size: 32px;
291
+ }
292
+ .great p {
293
+ margin: 12px 0 0 0;
294
+ color: #8e8e8e; font-size: 28px; line-height: 1.5;
295
+ }
296
+ .great .read-more { margin-top: 8px; color: #6b28f7; font-weight: 700; font-size: 30px; }
297
+
298
+ .around-title {
299
+ position: absolute;
300
+ top: 1730px;
301
+ left: 40px;
302
+ font-size: 34px; font-weight: 700; color: #2a2a2a;
303
+ }
304
+
305
+ /* Placeholder cards for around section */
306
+ .around-cards {
307
+ position: absolute;
308
+ top: 1788px;
309
+ left: 40px;
310
+ width: 1000px;
311
+ display: flex;
312
+ gap: 26px;
313
+ }
314
+ .around-card {
315
+ width: 314px; height: 170px;
316
+ background: #f7f7fb; border: 1px solid #eee; border-radius: 18px;
317
+ display: flex; align-items: center; justify-content: center;
318
+ color: #8e8e8e; font-size: 28px;
319
+ }
320
+
321
+ /* Bottom action sheet */
322
+ .bottom-sheet {
323
+ position: absolute;
324
+ left: 40px;
325
+ bottom: 120px;
326
+ width: 1000px;
327
+ height: 150px;
328
+ background: #ffffff;
329
+ border-radius: 32px;
330
+ box-shadow: 0 12px 36px rgba(0,0,0,0.15);
331
+ display: flex; align-items: center; justify-content: space-around;
332
+ padding: 0 24px; box-sizing: border-box;
333
+ }
334
+ .sheet-btn {
335
+ height: 100px; min-width: 260px;
336
+ background: #f2f3f7;
337
+ border-radius: 22px; display: flex; align-items: center; justify-content: center;
338
+ gap: 14px; color: #4a4f59; font-weight: 700; font-size: 32px;
339
+ }
340
+ .sheet-btn svg { width: 40px; height: 40px; fill: #6b7a8c; }
341
+ .sheet-btn.primary {
342
+ background: #1db977; color: #fff;
343
+ }
344
+
345
+ /* Home indicator */
346
+ .home-indicator {
347
+ position: absolute;
348
+ bottom: 38px;
349
+ left: 50%;
350
+ transform: translateX(-50%);
351
+ width: 280px;
352
+ height: 10px;
353
+ background: #000;
354
+ opacity: 0.8;
355
+ border-radius: 10px;
356
+ }
357
+ </style>
358
+ </head>
359
+ <body>
360
+ <div id="render-target">
361
+ <!-- Status Bar -->
362
+ <div class="status-bar">
363
+ <div class="status-time">2:05</div>
364
+ <div class="status-icons">
365
+ <!-- WiFi -->
366
+ <svg viewBox="0 0 24 24"><path d="M12 20.5a1.5 1.5 0 1 0 .001-3.001A1.5 1.5 0 0 0 12 20.5zM2.1 9.5a14 14 0 0 1 19.8 0l-1.8 1.8a11.5 11.5 0 0 0-16.2 0L2.1 9.5zm4.2 4.2a8 8 0 0 1 11.4 0l-1.8 1.8a5.5 5.5 0 0 0-7.8 0l-1.8-1.8z"/></svg>
367
+ <!-- Battery -->
368
+ <svg viewBox="0 0 26 14"><rect x="0.5" y="2" width="22" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="1.2"/><rect x="2.3" y="3.8" width="14" height="6.4" rx="1.2" fill="#fff"/><rect x="23" y="5" width="2.5" height="6" rx="1" fill="#fff"/></svg>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Back Arrow -->
373
+ <div class="back-arrow">
374
+ <svg viewBox="0 0 24 24"><path fill="#1e1e1e" d="M14.7 5.3 9 11l5.7 5.7-1.4 1.4L6.2 12l7.1-7.1 1.4 1.4z"/></svg>
375
+ </div>
376
+
377
+ <!-- Hero image -->
378
+ <div class="hero">
379
+ <div class="img">[IMG: Apartment Interior]</div>
380
+ </div>
381
+
382
+ <!-- Agent pill -->
383
+ <div class="agent-pill">
384
+ <div class="avatar">KS</div>
385
+ <div class="meta">
386
+ <small>Chat with:</small>
387
+ <strong>Kavita Singhania</strong>
388
+ </div>
389
+ <div class="bubble">
390
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v10H7l-3 3V4z"/></svg>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Chat overlay -->
395
+ <div class="chat-overlay">
396
+ <div>
397
+ <h2>Chat Now</h2>
398
+ <p>Click to chat with the Agent</p>
399
+ </div>
400
+ <div class="actions">
401
+ <div class="later">Later</div>
402
+ <div class="start-btn">Start Chat</div>
403
+ </div>
404
+ </div>
405
+
406
+ <!-- Share card -->
407
+ <div class="share-card">
408
+ <div class="share-icon">
409
+ <svg viewBox="0 0 24 24"><path fill="#9b4bf1" d="M18 16a2 2 0 1 0 0-4c-.5 0-1 .2-1.4.5L9.9 9.7A2 2 0 0 0 10 9a2 2 0 1 0-2 2c.5 0 1-.2 1.4-.5l6.7 2.8c-.1.2-.1.4-.1.7a2 2 0 1 0 2-2z"/></svg>
410
+ </div>
411
+ <div class="text">Share this Property with your friends</div>
412
+ <div class="chev"></div>
413
+ </div>
414
+
415
+ <!-- Price and details -->
416
+ <div class="price-row">
417
+ <div class="price">₹ 32.0 L</div>
418
+ <div class="details-link">View Details</div>
419
+ </div>
420
+ <div class="title">2 BHK Apartment</div>
421
+ <div class="subtle">Saket, New Delhi</div>
422
+
423
+ <div class="info-row">
424
+ <div>1000 sq.ft.</div>
425
+ <span class="dot"></span>
426
+ <div>Buildup Area</div>
427
+ <span class="dot"></span>
428
+ <div>₹ 3.2k per sq.ft.</div>
429
+ <div class="map-pill">
430
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
431
+ <span>See on Map</span>
432
+ <div class="chev" style="border-color:#6a5bd2; width:16px; height:16px;"></div>
433
+ </div>
434
+ </div>
435
+
436
+ <!-- Agent card -->
437
+ <div class="agent-card">
438
+ <div class="agent-head">
439
+ <div class="agent-info">
440
+ <div class="agent-name">Kavita Singhania</div>
441
+ <div class="agent-role">Housing Expert Pro</div>
442
+ </div>
443
+ <div class="agent-cta">
444
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v10H7l-3 3V4z"/></svg>
445
+ <span>Chat Now</span>
446
+ </div>
447
+ </div>
448
+ <div class="agent-sub">
449
+ <div>
450
+ <strong>652 buyers interested</strong><br>
451
+ Posted on 26 October 2023
452
+ </div>
453
+ <div class="free">FREE, Fast & Secure</div>
454
+ </div>
455
+ </div>
456
+
457
+ <!-- Great things -->
458
+ <div class="great">
459
+ <div class="heading">
460
+ <div class="icon">👍</div>
461
+ <div>Great things about this property</div>
462
+ </div>
463
+ <p>2BHK A BRAND NEW AND LUXURY FLATS AVAILABLE IN NEAR SAKET #big balcony #independent flat #spacious flat #24 hr water and electricity #newly built-up Close to mar…</p>
464
+ <div class="read-more">Read More</div>
465
+ </div>
466
+
467
+ <div class="around-title">Around This Property</div>
468
+ <div class="around-cards">
469
+ <div class="around-card">[Nearby Place]</div>
470
+ <div class="around-card">[Nearby Place]</div>
471
+ <div class="around-card">[Nearby Place]</div>
472
+ </div>
473
+
474
+ <!-- Bottom action sheet -->
475
+ <div class="bottom-sheet">
476
+ <div class="sheet-btn">
477
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v10H7l-3 3V4z"/></svg>
478
+ Chat
479
+ </div>
480
+ <div class="sheet-btn">View Phone</div>
481
+ <div class="sheet-btn primary">Contact Agent</div>
482
+ </div>
483
+
484
+ <div class="home-indicator"></div>
485
+ </div>
486
+ </body>
487
+ </html>
code/13219/13219_3.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Property Overview UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
12
+ color:#1f1f1f;
13
+ }
14
+ .status-bar{
15
+ height:140px; background:#4b12d6; color:#fff;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 40px; box-sizing:border-box; font-size:46px; font-weight:600;
18
+ }
19
+ .status-icons{ display:flex; gap:24px; align-items:center; }
20
+ .header{
21
+ background:#ffffff; box-sizing:border-box;
22
+ padding:26px 40px 20px 40px; border-bottom:1px solid #eee;
23
+ }
24
+ .header-top{
25
+ display:flex; align-items:flex-start; justify-content:space-between;
26
+ }
27
+ .back-and-title{ display:flex; gap:24px; align-items:flex-start; }
28
+ .title-wrap{ line-height:1.15; }
29
+ .title{ font-size:54px; font-weight:700; }
30
+ .price{ font-size:40px; color:#6b6b6b; margin-top:6px; }
31
+ .head-icons{ display:flex; gap:42px; align-items:center; margin-top:8px; }
32
+ .icon-btn svg{ width:48px; height:48px; fill:#666; }
33
+ /* Tabs */
34
+ .tabs{
35
+ display:flex; gap:46px; align-items:center;
36
+ padding:26px 40px 0 40px; font-size:40px; font-weight:700;
37
+ color:#222;
38
+ }
39
+ .tab{ padding:22px 4px 26px; position:relative; color:#2b2b2b; }
40
+ .tab.active{ color:#5936f0; }
41
+ .tab.active::after{
42
+ content:""; position:absolute; left:0; right:0; bottom:0;
43
+ height:8px; background:#5936f0; border-radius:8px;
44
+ }
45
+ /* Highlight card */
46
+ .highlight{
47
+ margin:14px 0 0 0; padding:20px 40px 0 40px;
48
+ }
49
+ .green-card{
50
+ display:flex; gap:24px; align-items:flex-start;
51
+ background:#effcf4; border-radius:18px; padding:28px; box-sizing:border-box;
52
+ }
53
+ .thumb-badge{
54
+ width:92px; height:92px; background:#3ad59a; border-radius:50%;
55
+ display:flex; align-items:center; justify-content:center; color:#fff; flex:none;
56
+ box-shadow:0 6px 14px rgba(58,213,154,0.35);
57
+ }
58
+ .green-card h3{
59
+ margin:0; font-size:46px; color:#23b785; font-weight:700;
60
+ }
61
+ .green-card p{
62
+ margin:10px 0 0; font-size:34px; line-height:1.4; color:#8b8b8b;
63
+ max-height:120px; overflow:hidden;
64
+ }
65
+ .read-more{
66
+ margin-top:14px; font-size:36px; color:#5a35f0; font-weight:700; display:inline-flex; align-items:center; gap:8px;
67
+ }
68
+ /* Around section */
69
+ .section-title{
70
+ padding:36px 40px 18px; font-size:44px; font-weight:700;
71
+ }
72
+ .nearby-row{
73
+ padding:0 40px; display:flex; gap:28px;
74
+ }
75
+ .near-card{
76
+ width:312px; border-radius:24px; background:#f7f7ff; border:1px solid #e5e6ff;
77
+ box-shadow:0 14px 24px rgba(0,0,0,0.06); overflow:hidden;
78
+ }
79
+ .near-card .top{
80
+ background:#f1f0ff; padding:22px; font-size:36px; color:#5c53d4; font-weight:700;
81
+ display:flex; align-items:center; justify-content:space-between;
82
+ }
83
+ .near-card .body{
84
+ padding:20px 22px 24px; color:#8a8a8a; font-size:34px; min-height:120px;
85
+ }
86
+ .near-card .distance{
87
+ padding:0 22px 28px; font-size:40px; font-weight:800; color:#2b2b2b;
88
+ }
89
+ /* List items */
90
+ .list{
91
+ padding:24px 40px 160px;
92
+ }
93
+ .item{
94
+ display:flex; gap:26px; align-items:flex-start; padding:26px 0; border-bottom:1px solid #f0f0f0;
95
+ }
96
+ .item:last-child{ border-bottom:none; }
97
+ .i-ico{
98
+ width:60px; height:60px; border-radius:14px; background:#f5f5f5; display:flex; align-items:center; justify-content:center; flex:none;
99
+ }
100
+ .item-title{ font-size:44px; font-weight:700; }
101
+ .item-sub{ font-size:34px; color:#9c9c9c; margin-top:8px; }
102
+ .bullet{ color:#c6c6c6; margin:0 14px; }
103
+ .purple-link{
104
+ margin:28px 0; font-size:38px; color:#5936f0; font-weight:700; display:inline-flex; align-items:center; gap:8px;
105
+ }
106
+ .desc{
107
+ font-size:34px; color:#8a8a8a; line-height:1.5; margin-top:18px;
108
+ }
109
+ /* CTA bar */
110
+ .cta-wrap{
111
+ position:absolute; left:40px; right:40px; bottom:160px;
112
+ }
113
+ .cta{
114
+ background:#ffffff; border-radius:28px; box-shadow:0 24px 36px rgba(0,0,0,0.12);
115
+ padding:24px; display:flex; gap:22px; align-items:center;
116
+ }
117
+ .btn{
118
+ flex:1; height:120px; border-radius:22px; border:1px solid #e6e6e6;
119
+ display:flex; align-items:center; justify-content:center; gap:18px;
120
+ font-size:40px; font-weight:800; color:#1f1f1f; background:#fff;
121
+ }
122
+ .btn .mini{ width:52px; height:52px; }
123
+ .btn.primary{
124
+ background:#2ecc88; color:#fff; border-color:#2ecc88; font-weight:900;
125
+ }
126
+ /* Home indicator */
127
+ .home-indicator{
128
+ position:absolute; left:50%; transform:translateX(-50%);
129
+ bottom:46px; width:280px; height:12px; background:#000; opacity:.7; border-radius:8px;
130
+ }
131
+ /* Small helpers */
132
+ .muted{ color:#9b9b9b; }
133
+ .chev{ font-weight:900; color:#b2b2b2; }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+ <!-- Status bar -->
139
+ <div class="status-bar">
140
+ <div>2:06</div>
141
+ <div class="status-icons">
142
+ <!-- network -->
143
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M4 16h2v4H4v-4zm4-4h2v8H8V12zm4-3h2v11h-2V9zm4-4h2v15h-2V5z"/></svg>
144
+ <!-- battery -->
145
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff"><path d="M16 7h1a2 2 0 012 2v6a2 2 0 01-2 2h-1v1H8v-1H7a2 2 0 01-2-2V9a2 2 0 012-2h1V6h8v1zM7 9v6h10V9H7z"/></svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Header -->
150
+ <div class="header">
151
+ <div class="header-top">
152
+ <div class="back-and-title">
153
+ <!-- back -->
154
+ <div class="icon-btn" style="padding-top:10px;">
155
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#424242"><path d="M15.5 19l-7-7 7-7 1.5 1.5L10.5 12l6.5 6.5z"/></svg>
156
+ </div>
157
+ <div class="title-wrap">
158
+ <div class="title">2 BHK Apartment</div>
159
+ <div class="price">₹ 32.0 L</div>
160
+ </div>
161
+ </div>
162
+ <div class="head-icons">
163
+ <!-- share -->
164
+ <div class="icon-btn">
165
+ <svg viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7a3.07 3.07 0 000-1.39l7-4.11A3 3 0 0018 7.91 3.09 3.09 0 1021.09 5 3.09 3.09 0 0018 7.91c-.76 0-1.44-.3-1.96-.77l-7 4.11A3 3 0 006 10.91 3.09 3.09 0 102.91 14 3.09 3.09 0 006 11.09c.76 0 1.44.3 1.96.77l7.13 4.17c-.05.22-.09.45-.09.69A3.09 3.09 0 0018 22a3.09 3.09 0 003.09-3.09A3.09 3.09 0 0018 16.08z"/></svg>
166
+ </div>
167
+ <!-- heart -->
168
+ <div class="icon-btn">
169
+ <svg viewBox="0 0 24 24"><path d="M12.1 21.35l-1.1-1.02C5.14 14.24 2 11.39 2 8.09 2 5.5 4.02 3.5 6.6 3.5c1.64 0 3.21.81 4.2 2.09A5.33 5.33 0 0115 3.5c2.58 0 4.6 2 4.6 4.59 0 3.3-3.14 6.15-8.9 12.24l-1.6 1.02z" fill="none" stroke="#666" stroke-width="1.6"/></svg>
170
+ </div>
171
+ <!-- chat bubble -->
172
+ <div class="icon-btn">
173
+ <svg viewBox="0 0 24 24"><path d="M21 6a3 3 0 00-3-3H6a3 3 0 00-3 3v12l4-3h11a3 3 0 003-3V6z" fill="none" stroke="#666" stroke-width="1.6"/></svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Tabs -->
180
+ <div class="tabs">
181
+ <div class="tab active">Overview</div>
182
+ <div class="tab">Amenities</div>
183
+ <div class="tab">Image tour</div>
184
+ <div class="tab">Neighbourhood</div>
185
+ <div class="tab">Price trend</div>
186
+ </div>
187
+
188
+ <!-- Highlight -->
189
+ <div class="highlight">
190
+ <div class="green-card">
191
+ <div class="thumb-badge">
192
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#fff"><path d="M9 21H5a2 2 0 01-2-2v-7a2 2 0 012-2h4v11zM22 10a2 2 0 00-2-2h-6.31l.95-4.57.02-.22a1 1 0 00-.29-.7L13 2 7.59 7.41A2 2 0 007 8.83V19a2 2 0 002 2h7a2 2 0 001.78-1.1l3.39-6.78A2 2 0 0022 12V10z"/></svg>
193
+ </div>
194
+ <div>
195
+ <h3>Great things about this property</h3>
196
+ <p>2BHK A BRAND NEW AND LUXURY FLATS AVAILABLE IN NEAR SAKET #big balcony #independent flat #spacious flat #24 hr water and electricity #newly built-up Close to mar...</p>
197
+ <div class="read-more">Read More <span class="chev">›</span></div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Around Section -->
203
+ <div class="section-title">Around This Property</div>
204
+ <div class="nearby-row">
205
+ <div class="near-card">
206
+ <div class="top">
207
+ <span>Healthcare</span> <span class="chev">›</span>
208
+ </div>
209
+ <div class="body">Dog and Cat Clinic, +9 more</div>
210
+ <div class="distance">1.2 Km</div>
211
+ </div>
212
+
213
+ <div class="near-card">
214
+ <div class="top">
215
+ <span>Shopping</span> <span class="chev">›</span>
216
+ </div>
217
+ <div class="body">DLF Avenue Saket, +4 more</div>
218
+ <div class="distance">0.87 Km</div>
219
+ </div>
220
+
221
+ <div class="near-card">
222
+ <div class="top">
223
+ <span>Commute</span> <span class="chev">›</span>
224
+ </div>
225
+ <div class="body">Malviya Nagar Metro Station</div>
226
+ <div class="distance">0.66 Km</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Details List -->
231
+ <div class="list">
232
+ <div class="item">
233
+ <div class="i-ico">
234
+ <svg class="mini" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M2 20h20v2H2zM11 2h2v12h-2zM7 8h2v6H7zM15 5h2v9h-2z"/></svg>
235
+ </div>
236
+ <div>
237
+ <div class="item-title">Current Status</div>
238
+ <div class="item-sub">Ready to Move</div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="item">
243
+ <div class="i-ico">
244
+ <svg class="mini" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M3 3h18v14H3zM1 19h22v2H1z"/></svg>
245
+ </div>
246
+ <div>
247
+ <div class="item-title">Built up Area, Carpet Area & Floor No.</div>
248
+ <div class="item-sub">
249
+ 1000 sq.ft. <span class="bullet">•</span> 960 sq.ft. <span class="bullet">•</span> 2 of 5 Floors
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="item">
255
+ <div class="i-ico">
256
+ <svg class="mini" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M5 11h14l2 6H3l2-6zm4-5h6l2 5H7l2-5z"/></svg>
257
+ </div>
258
+ <div>
259
+ <div class="item-title">Parking</div>
260
+ <div class="item-sub">1 Open, 1 Closed</div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="item">
265
+ <div class="i-ico">
266
+ <svg class="mini" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M2 7h20v10H2zM4 5h16v2H4z"/></svg>
267
+ </div>
268
+ <div>
269
+ <div class="item-title">Furnishing</div>
270
+ <div class="item-sub">Semi Furnished</div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="item">
275
+ <div class="i-ico">
276
+ <svg class="mini" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M12 2l4 8H8l4-8zm0 20l-4-8h8l-4 8z"/></svg>
277
+ </div>
278
+ <div>
279
+ <div class="item-title">Additional Details</div>
280
+ <div class="item-sub">North-East Facing <span class="bullet">•</span> 2 Bedrooms</div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="purple-link">Access Zero Brokerage Properties <span class="chev">›</span></div>
285
+
286
+ <div class="desc">
287
+ 2BHK A BRAND NEW AND LUXURY FLATS AVAILABLE IN NEAR SAKET #big balcony #independent flat #spacious flat #24 hr water and electricity #newly built-up Close to market, gym, sc...
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Floating CTA -->
292
+ <div class="cta-wrap">
293
+ <div class="cta">
294
+ <div class="btn">
295
+ <svg class="mini" viewBox="0 0 24 24" fill="#23b785"><path d="M20 2H4a2 2 0 00-2 2v14l4-3h14a2 2 0 002-2V4a2 2 0 00-2-2z"/></svg>
296
+ Chat
297
+ </div>
298
+ <div class="btn">
299
+ <svg class="mini" viewBox="0 0 24 24" fill="#6b6b6b"><path d="M15 1H9C7.9 1 7 1.9 7 3v18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM9 3h6v14H9V3z"/></svg>
300
+ View Phone
301
+ </div>
302
+ <div class="btn primary">
303
+ Contact Agent
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Home indicator -->
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+ </body>
312
+ </html>
code/13224/13224_0.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chelsea Boots - Listing</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; color: #111; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px;
17
+ padding: 20px 32px;
18
+ color: #555;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-size: 36px; letter-spacing: 1px;
21
+ }
22
+ .status-icons { display: flex; gap: 18px; align-items: center; }
23
+ .status-icons svg { width: 34px; height: 34px; fill: none; stroke: #666; stroke-width: 2; }
24
+
25
+ /* Top nav categories */
26
+ .top-nav {
27
+ padding: 10px 50px 0 50px;
28
+ display: flex; gap: 60px; align-items: center;
29
+ font-size: 34px;
30
+ }
31
+ .top-nav .active {
32
+ font-weight: 700;
33
+ position: relative;
34
+ }
35
+ .top-nav .active:after {
36
+ content: ""; position: absolute; left: 0; right: -6px; bottom: -8px;
37
+ height: 4px; background: #111;
38
+ }
39
+
40
+ /* Search header */
41
+ .search-header {
42
+ padding: 48px 50px 0 50px;
43
+ display: flex; align-items: center; justify-content: space-between;
44
+ }
45
+ .search-title {
46
+ font-size: 44px; letter-spacing: 1px;
47
+ }
48
+ .close-btn svg { width: 40px; height: 40px; stroke: #111; stroke-width: 3; }
49
+ .divider {
50
+ margin: 16px 50px 0 50px;
51
+ height: 2px; background: #d9d9d9;
52
+ }
53
+
54
+ /* Results + view icon */
55
+ .results-row {
56
+ padding: 36px 50px 20px 50px;
57
+ display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
58
+ font-size: 30px; color: #333; letter-spacing: 1px;
59
+ }
60
+ .results-row .center {
61
+ display: flex; justify-content: center;
62
+ }
63
+ .grid-icon svg { width: 40px; height: 40px; fill: none; stroke: #111; stroke-width: 2; }
64
+
65
+ /* Product grid */
66
+ .products {
67
+ padding: 0 40px 220px 40px;
68
+ display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 70px;
69
+ }
70
+ .card { }
71
+ .img {
72
+ width: 100%; height: 720px;
73
+ background: #E0E0E0; border: 1px solid #BDBDBD;
74
+ display: flex; align-items: center; justify-content: center;
75
+ color: #757575; font-size: 30px;
76
+ }
77
+ .plus {
78
+ display: flex; justify-content: center; align-items: center;
79
+ padding: 24px 0;
80
+ color: #333; font-size: 38px;
81
+ }
82
+ .name {
83
+ padding: 8px 8px 4px 8px; font-size: 34px; color: #222;
84
+ }
85
+ .old-price {
86
+ padding: 4px 8px; font-size: 30px; color: #777; text-decoration: line-through;
87
+ }
88
+ .sale {
89
+ display: inline-block; margin: 8px 8px 0 8px;
90
+ background: #ffea00; color: #111; font-weight: 600;
91
+ padding: 8px 12px; font-size: 30px;
92
+ }
93
+
94
+ /* Bottom navigation */
95
+ .bottom-bar {
96
+ position: absolute; left: 0; right: 0; bottom: 100px;
97
+ height: 140px; border-top: 1px solid #e5e5e5; background: rgba(255,255,255,0.96);
98
+ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; align-items: center;
99
+ padding: 0 40px; font-size: 34px;
100
+ }
101
+ .bottom-item { display: flex; align-items: center; justify-content: center; gap: 14px; color: #111; }
102
+ .bottom-item svg { width: 44px; height: 44px; stroke: #111; stroke-width: 2.5; fill: none; }
103
+
104
+ /* Gesture bar */
105
+ .gesture {
106
+ position: absolute; left: 50%; transform: translateX(-50%);
107
+ bottom: 30px; width: 340px; height: 14px; background: #bbb; border-radius: 8px;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div>10:27</div>
117
+ <div class="status-icons">
118
+ <!-- Cellular -->
119
+ <svg viewBox="0 0 24 24"><path d="M3 20h2V12H3v8zm5 0h2V10H8v10zm5 0h2V7h-2v13zm5 0h2V4h-2v16z"/></svg>
120
+ <!-- WiFi -->
121
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0M5 12c3.5-3.5 10.5-3.5 14 0M8 15c2-2 6-2 8 0M12 18l-1.2 1.2L12 20.4l1.2-1.2L12 18z"/></svg>
122
+ <!-- Battery -->
123
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2"/><rect x="22" y="9" width="4" height="6"/></svg>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Top navigation -->
128
+ <div class="top-nav">
129
+ <div class="active">WOMAN</div>
130
+ <div>MAN</div>
131
+ <div>KIDS</div>
132
+ <div>HOME</div>
133
+ <div>MASSIMO DUTTI</div>
134
+ </div>
135
+
136
+ <!-- Search header -->
137
+ <div class="search-header">
138
+ <div class="search-title">CHELSEA BOOTS</div>
139
+ <div class="close-btn">
140
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19"/></svg>
141
+ </div>
142
+ </div>
143
+ <div class="divider"></div>
144
+
145
+ <!-- Results row -->
146
+ <div class="results-row">
147
+ <div>4 RESULTS</div>
148
+ <div class="center grid-icon">
149
+ <svg viewBox="0 0 24 24">
150
+ <rect x="3" y="3" width="7" height="7"/>
151
+ <rect x="14" y="3" width="7" height="7"/>
152
+ <rect x="3" y="14" width="7" height="7"/>
153
+ <rect x="14" y="14" width="7" height="7"/>
154
+ </svg>
155
+ </div>
156
+ <div></div>
157
+ </div>
158
+
159
+ <!-- Products grid -->
160
+ <div class="products">
161
+ <!-- Card 1 -->
162
+ <div class="card">
163
+ <div class="img">[IMG: Studded Black Chelsea Boot]</div>
164
+ <div class="plus">+</div>
165
+ <div class="name">STUDDED CHELSEA ANKLE BOOTS</div>
166
+ <div class="old-price">99.90 USD</div>
167
+ <div class="sale">-39% 59.99 USD</div>
168
+ </div>
169
+
170
+ <!-- Card 2 -->
171
+ <div class="card">
172
+ <div class="img">[IMG: Leather Chelsea Ankle Boot]</div>
173
+ <div class="plus">+</div>
174
+ <div class="name">LEATHER CHELSEA ANKLE BOOTS</div>
175
+ <div class="old-price">160.00 USD</div>
176
+ <div class="sale">-64% 59.99 USD</div>
177
+ </div>
178
+
179
+ <!-- Card 3 -->
180
+ <div class="card">
181
+ <div class="img">[IMG: Minimal Black Chelsea Boot]</div>
182
+ <div class="plus">+</div>
183
+ <div class="name">CHELSEA ANKLE BOOTS</div>
184
+ <div class="old-price">129.00 USD</div>
185
+ <div class="sale">-30% 89.99 USD</div>
186
+ </div>
187
+
188
+ <!-- Card 4 -->
189
+ <div class="card">
190
+ <div class="img">[IMG: Sleek Black Chelsea Boot]</div>
191
+ <div class="plus">+</div>
192
+ <div class="name">CLASSIC CHELSEA ANKLE BOOTS</div>
193
+ <div class="old-price">149.00 USD</div>
194
+ <div class="sale">-20% 119.20 USD</div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom navigation bar -->
199
+ <div class="bottom-bar">
200
+ <div class="bottom-item">
201
+ <svg viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z"/><path d="M9 21v-6h6v6"/></svg>
202
+ </div>
203
+ <div class="bottom-item">
204
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M15 15l6 6"/></svg>
205
+ </div>
206
+ <div class="bottom-item" style="font-weight:600;">MENU</div>
207
+ <div class="bottom-item">
208
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21c0-4.4 3.6-7 8-7s8 2.6 8 7"/></svg>
209
+ </div>
210
+ <div class="bottom-item">
211
+ <svg viewBox="0 0 24 24"><path d="M6 8h12v12H6z"/><path d="M9 8V6a3 3 0 0 1 6 0v2"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Gesture bar -->
216
+ <div class="gesture"></div>
217
+
218
+ </div>
219
+ </body>
220
+ </html>
code/13224/13224_1.html ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shopping App UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Inter", sans-serif;
16
+ color: #1a1a1a;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ height: 120px;
22
+ background: #CFCFCF;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ font-weight: 600;
28
+ color: #2c2c2c;
29
+ }
30
+ .status-left { font-size: 38px; }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 28px;
36
+ }
37
+ .icon { width: 48px; height: 48px; }
38
+
39
+ /* Header */
40
+ .header {
41
+ height: 180px;
42
+ background: #fff;
43
+ display: flex;
44
+ align-items: center;
45
+ box-sizing: border-box;
46
+ padding: 0 40px;
47
+ border-bottom: 1px solid #eee;
48
+ }
49
+ .menu-btn svg { width: 64px; height: 64px; }
50
+ .header-icons {
51
+ margin-left: auto;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 56px;
55
+ }
56
+ .header-icons svg {
57
+ width: 64px;
58
+ height: 64px;
59
+ stroke: #131313;
60
+ }
61
+
62
+ /* Notice banner */
63
+ .notice {
64
+ height: 130px;
65
+ background: #F7F7F7;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ box-sizing: border-box;
70
+ padding: 0 40px;
71
+ font-size: 36px;
72
+ color: #333;
73
+ }
74
+
75
+ /* Big promo card */
76
+ .promo {
77
+ margin: 40px 32px 24px 32px;
78
+ background: #B52834;
79
+ border-radius: 6px;
80
+ height: 720px;
81
+ color: #fff;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ text-align: center;
86
+ box-sizing: border-box;
87
+ padding: 60px 60px;
88
+ }
89
+ .promo h2 {
90
+ margin: 0 0 24px 0;
91
+ font-size: 44px;
92
+ font-weight: 600;
93
+ letter-spacing: 0.2px;
94
+ }
95
+ .promo .big {
96
+ font-size: 96px;
97
+ line-height: 1.05;
98
+ font-weight: 800;
99
+ margin: 10px 0 20px 0;
100
+ }
101
+ .promo .sub {
102
+ font-size: 42px;
103
+ font-weight: 600;
104
+ margin-bottom: 44px;
105
+ }
106
+ .promo .foot {
107
+ font-size: 34px;
108
+ font-weight: 500;
109
+ }
110
+ .promo .foot a {
111
+ color: #ffffff;
112
+ text-decoration: underline;
113
+ }
114
+
115
+ /* Section bar */
116
+ .section-bar {
117
+ margin: 24px 32px 36px 32px;
118
+ background: #B52834;
119
+ color: #fff;
120
+ border-radius: 6px;
121
+ height: 150px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+ box-sizing: border-box;
126
+ padding: 0 40px;
127
+ }
128
+ .section-bar .title {
129
+ font-size: 56px;
130
+ font-weight: 700;
131
+ letter-spacing: 0.3px;
132
+ }
133
+ .section-bar .plus {
134
+ font-size: 78px;
135
+ font-weight: 400;
136
+ line-height: 1;
137
+ }
138
+
139
+ /* Image placeholder card */
140
+ .image-card {
141
+ margin: 0 32px;
142
+ height: 560px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ border-radius: 8px;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ color: #757575;
150
+ font-size: 36px;
151
+ }
152
+
153
+ /* Bottom gesture pill (system navigation) */
154
+ .gesture-pill {
155
+ position: absolute;
156
+ left: 50%;
157
+ bottom: 40px;
158
+ transform: translateX(-50%);
159
+ width: 320px;
160
+ height: 18px;
161
+ background: #000;
162
+ border-radius: 12px;
163
+ opacity: 0.9;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="statusbar">
172
+ <div class="status-left">10:28</div>
173
+ <div class="status-right">
174
+ <!-- Cellular icon -->
175
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
176
+ <rect x="2" y="16" width="3" height="6" fill="#222"></rect>
177
+ <rect x="7" y="12" width="3" height="10" fill="#222"></rect>
178
+ <rect x="12" y="8" width="3" height="14" fill="#222"></rect>
179
+ <rect x="17" y="4" width="3" height="18" fill="#222"></rect>
180
+ </svg>
181
+ <!-- Wi-Fi icon -->
182
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
183
+ <path d="M3 9c4.5-4 13.5-4 18 0" />
184
+ <path d="M6 12c3-2.7 9-2.7 12 0" />
185
+ <path d="M9 15c1.5-1.3 4.5-1.3 6 0" />
186
+ <circle cx="12" cy="18" r="1.5" fill="#222" stroke="none"/>
187
+ </svg>
188
+ <!-- Battery icon -->
189
+ <svg class="icon" viewBox="0 0 28 24" fill="none" stroke="#222" stroke-width="2">
190
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
191
+ <rect x="4" y="8" width="16" height="8" fill="#222" stroke="none"></rect>
192
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#222" stroke="none"></rect>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header">
199
+ <div class="menu-btn">
200
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
201
+ <path d="M3 6h18M3 12h18M3 18h18" />
202
+ </svg>
203
+ </div>
204
+ <div class="header-icons">
205
+ <!-- Search -->
206
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
207
+ <circle cx="11" cy="11" r="7" stroke="#111"></circle>
208
+ <path d="M20 20l-4.5-4.5" stroke="#111"></path>
209
+ </svg>
210
+ <!-- User -->
211
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
212
+ <circle cx="12" cy="8" r="4" stroke="#111"></circle>
213
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#111"></path>
214
+ </svg>
215
+ <!-- Heart -->
216
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
217
+ <path d="M12 20s-7-4.5-7-9a4.5 4.5 0 0 1 8-2 4.5 4.5 0 0 1 8 2c0 4.5-7 9-9 9z" stroke="#111" fill="none"/>
218
+ </svg>
219
+ <!-- Bag -->
220
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
221
+ <path d="M6 8h12l-1 12H7L6 8z" stroke="#111" fill="none"></path>
222
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" stroke="#111"></path>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Notice -->
228
+ <div class="notice">Free &amp; flexible 15 days return</div>
229
+
230
+ <!-- Promo Card -->
231
+ <div class="promo">
232
+ <div>
233
+ <h2>Sale just got bigger</h2>
234
+ <div class="big">Up to 60% off</div>
235
+ <div class="sub">Freshly cut prices!</div>
236
+ <div class="foot">Offer valid in-stores &amp; onlin... <a href="#">Read more</a></div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Section bar -->
241
+ <div class="section-bar">
242
+ <div class="title">Sale: Bestsellers under ₹999</div>
243
+ <div class="plus">+</div>
244
+ </div>
245
+
246
+ <!-- Image placeholder -->
247
+ <div class="image-card">[IMG: Fashion product banner]</div>
248
+
249
+ <!-- System gesture pill -->
250
+ <div class="gesture-pill"></div>
251
+
252
+ </div>
253
+ </body>
254
+ </html>
code/13224/13224_2.html ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Generated UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width:1080px; height:2400px;
12
+ overflow: hidden;
13
+ background:#ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color:#222;
16
+ }
17
+ /* Status bar */
18
+ .status-bar{
19
+ position:absolute; left:0; top:0; width:100%; height:140px;
20
+ background:#CFCFCF;
21
+ display:flex; align-items:center; justify-content:space-between;
22
+ padding:0 36px; box-sizing:border-box; color:#ffffff;
23
+ letter-spacing:0.5px;
24
+ }
25
+ .status-time{ font-size:46px; font-weight:600; }
26
+ .status-icons{ display:flex; align-items:center; gap:26px; }
27
+ .status-icons svg{ width:46px; height:46px; fill:#ffffff; }
28
+
29
+ /* Back row */
30
+ .back-row{
31
+ position:absolute; top:160px; left:0; right:0; height:100px;
32
+ display:flex; align-items:center; padding:0 28px; box-sizing:border-box;
33
+ }
34
+ .back-btn{
35
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .back-btn svg{ width:48px; height:48px; stroke:#222; stroke-width:6; fill:none; }
38
+
39
+ /* Content area (empty) */
40
+ .content{
41
+ position:absolute; left:0; right:0; top:260px; bottom:1000px;
42
+ background:#FBFBFB;
43
+ }
44
+
45
+ /* Action shortcuts above keyboard */
46
+ .actions{
47
+ position:absolute; left:0; right:0; bottom:800px; height:200px;
48
+ background:#ffffff; border-top:1px solid #eee;
49
+ display:flex; align-items:center; justify-content:space-around;
50
+ }
51
+ .action{
52
+ display:flex; flex-direction:column; align-items:center; gap:18px;
53
+ color:#4a4a4a;
54
+ }
55
+ .action svg{ width:72px; height:72px; stroke:#4a4a4a; fill:none; stroke-width:4; }
56
+ .action span{ font-size:36px; }
57
+
58
+ /* Keyboard */
59
+ .keyboard{
60
+ position:absolute; left:0; right:0; bottom:0; height:800px;
61
+ background:#ECECEC; border-top:1px solid #DCDCDC;
62
+ box-sizing:border-box;
63
+ }
64
+ .kbd-top{
65
+ height:90px; display:flex; align-items:center; gap:34px;
66
+ padding:0 28px; color:#5a5a5a; font-size:34px;
67
+ }
68
+ .kbd-pill{
69
+ width:72px; height:72px; border-radius:50%;
70
+ background:#D7D7D7; display:flex; align-items:center; justify-content:center;
71
+ color:#333;
72
+ }
73
+ .keys{
74
+ padding:18px 22px 24px; box-sizing:border-box;
75
+ display:grid; grid-template-columns:repeat(10, 1fr);
76
+ grid-auto-rows:110px; gap:16px;
77
+ }
78
+ .key{
79
+ background:#ffffff; border:1px solid #E6E6E6; border-radius:16px;
80
+ display:flex; align-items:center; justify-content:center;
81
+ font-size:40px; font-weight:600; color:#303030;
82
+ }
83
+ .key.w2{ grid-column: span 2; }
84
+ .space{ grid-column: span 4; }
85
+ .home-indicator{
86
+ position:absolute; left:50%; transform:translateX(-50%);
87
+ bottom:20px; width:320px; height:10px; background:#9e9e9e; border-radius:10px; opacity:.7;
88
+ z-index:5;
89
+ }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+
95
+ <!-- Status Bar -->
96
+ <div class="status-bar">
97
+ <div class="status-time">10:29</div>
98
+ <div class="status-icons">
99
+ <!-- WiFi -->
100
+ <svg viewBox="0 0 24 24">
101
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path>
102
+ <path d="M3 10c5.5-4.5 12.5-4.5 18 0" stroke-linecap="round" fill="none"></path>
103
+ <path d="M6 13c3.5-2.8 8.5-2.8 12 0" stroke-linecap="round" fill="none"></path>
104
+ <path d="M8.8 16c2.1-1.6 4.3-1.6 6.4 0" stroke-linecap="round" fill="none"></path>
105
+ </svg>
106
+ <!-- Battery -->
107
+ <svg viewBox="0 0 24 24">
108
+ <rect x="1" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
109
+ <rect x="3" y="9" width="14" height="6" rx="1" fill="#ffffff"></rect>
110
+ <rect x="20" y="10" width="2.5" height="4" fill="#ffffff"></rect>
111
+ </svg>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Back Row -->
116
+ <div class="back-row">
117
+ <div class="back-btn" aria-label="Back">
118
+ <svg viewBox="0 0 24 24">
119
+ <path d="M15 4L7 12l8 8" stroke-linecap="round" stroke-linejoin="round"></path>
120
+ </svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Main content (empty white sheet) -->
125
+ <div class="content"></div>
126
+
127
+ <!-- Actions above keyboard -->
128
+ <div class="actions">
129
+ <div class="action">
130
+ <svg viewBox="0 0 24 24">
131
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
132
+ <circle cx="12" cy="12" r="3.2"></circle>
133
+ <path d="M7 6l1.5-2h7L17 6" stroke-linecap="round"></path>
134
+ </svg>
135
+ <span>Take photo</span>
136
+ </div>
137
+ <div class="action">
138
+ <svg viewBox="0 0 24 24">
139
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
140
+ <path d="M5 9h3M5 15h3M16 5v3M16 16v3" stroke-linecap="round"></path>
141
+ </svg>
142
+ <span>Scan Code</span>
143
+ </div>
144
+ <div class="action">
145
+ <svg viewBox="0 0 24 24">
146
+ <path d="M12 21s6-5.2 6-10a6 6 0 1 0-12 0c0 4.8 6 10 6 10z"></path>
147
+ <circle cx="12" cy="11" r="2.5" fill="none"></circle>
148
+ </svg>
149
+ <span>Find stores</span>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Keyboard -->
154
+ <div class="keyboard">
155
+ <div class="kbd-top">
156
+ <div class="kbd-pill">▦</div>
157
+ <div class="kbd-pill">☺</div>
158
+ <div>GIF</div>
159
+ <div class="kbd-pill">
160
+ <svg viewBox="0 0 24 24" width="28" height="28">
161
+ <path d="M12 6v12M6 12h12" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
162
+ </svg>
163
+ </div>
164
+ <div class="kbd-pill">
165
+ <svg viewBox="0 0 24 24" width="22" height="22">
166
+ <path d="M12 3a4 4 0 0 1 4 4v5a4 4 0 1 1-8 0V7a4 4 0 0 1 4-4z" fill="#333"></path>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="keys">
172
+ <!-- Row 1 -->
173
+ <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>
174
+ <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>
175
+
176
+ <!-- Row 2 -->
177
+ <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>
178
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">’</div>
179
+
180
+ <!-- Row 3 -->
181
+ <div class="key w2">⇧</div>
182
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
183
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
184
+ <div class="key">⌫</div>
185
+
186
+ <!-- Row 4 -->
187
+ <div class="key w2">?123</div>
188
+ <div class="key">☺</div>
189
+ <div class="key space"></div>
190
+ <div class="key">.</div>
191
+ <div class="key w2">🔍</div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Home indicator -->
196
+ <div class="home-indicator"></div>
197
+
198
+ </div>
199
+ </body>
200
+ </html>
code/13224/13224_3.html ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Suggestions - Sneakers</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #faf9f7;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ color: #222;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 120px;
23
+ background: #cfcfcf;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ font-weight: 600;
29
+ letter-spacing: 0.3px;
30
+ }
31
+ .status-left { font-size: 40px; color: #fff; }
32
+ .status-right { display: flex; align-items: center; gap: 28px; }
33
+ .icon-wifi, .icon-battery { width: 48px; height: 48px; }
34
+
35
+ /* Header search bar */
36
+ .header {
37
+ background: #ffffff;
38
+ padding: 38px 40px;
39
+ border-bottom: 1px solid #eee;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .back-btn { width: 64px; height: 64px; }
45
+ .search-text {
46
+ font-size: 54px;
47
+ font-weight: 600;
48
+ flex: 1;
49
+ color: #333;
50
+ }
51
+ .clear-btn {
52
+ font-size: 34px;
53
+ color: #707070;
54
+ }
55
+
56
+ .content {
57
+ padding: 36px 40px 0 40px;
58
+ }
59
+ .section-title {
60
+ font-size: 42px;
61
+ font-weight: 700;
62
+ color: #333;
63
+ margin-bottom: 16px;
64
+ }
65
+
66
+ .suggestion-list {
67
+ background: #fff;
68
+ border-radius: 8px;
69
+ }
70
+ .suggestion {
71
+ display: flex;
72
+ align-items: center;
73
+ height: 140px;
74
+ padding: 0 24px;
75
+ border-bottom: 1px solid #eee;
76
+ }
77
+ .suggestion:last-child { border-bottom: none; }
78
+ .s-icon {
79
+ width: 72px;
80
+ height: 72px;
81
+ margin-right: 28px;
82
+ color: #2d2d2d;
83
+ }
84
+ .s-text {
85
+ font-size: 36px;
86
+ color: #2d2d2d;
87
+ flex: 1;
88
+ }
89
+ .chevron {
90
+ width: 44px;
91
+ height: 44px;
92
+ color: #2d2d2d;
93
+ }
94
+
95
+ /* Spacer area below list */
96
+ .spacer {
97
+ height: 540px;
98
+ background: #f7f5f3;
99
+ }
100
+
101
+ /* Quick actions above keyboard */
102
+ .quick-actions {
103
+ background: #ffffff;
104
+ border-top: 1px solid #e6e6e6;
105
+ display: flex;
106
+ justify-content: space-around;
107
+ padding: 36px 20px;
108
+ }
109
+ .qa-item {
110
+ display: flex;
111
+ flex-direction: column;
112
+ align-items: center;
113
+ gap: 18px;
114
+ color: #3b3b3b;
115
+ }
116
+ .qa-icon {
117
+ width: 72px;
118
+ height: 72px;
119
+ color: #4a4a4a;
120
+ }
121
+ .qa-label {
122
+ font-size: 30px;
123
+ color: #4a4a4a;
124
+ }
125
+
126
+ /* Keyboard mock */
127
+ .keyboard {
128
+ position: absolute;
129
+ left: 0;
130
+ bottom: 0;
131
+ width: 1080px;
132
+ height: 980px;
133
+ background: #e9e9ea;
134
+ border-top: 1px solid #d0d0d0;
135
+ }
136
+ .kbd-suggestion {
137
+ height: 110px;
138
+ background: #f3f3f3;
139
+ border-bottom: 1px solid #dcdcdc;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ gap: 16px;
144
+ font-size: 38px;
145
+ color: #4a4a4a;
146
+ }
147
+ .kbd-rows {
148
+ padding: 24px 32px;
149
+ display: grid;
150
+ grid-template-rows: repeat(4, 1fr);
151
+ gap: 22px;
152
+ height: calc(100% - 110px - 90px);
153
+ }
154
+ .kbd-row {
155
+ display: grid;
156
+ grid-template-columns: repeat(10, 1fr);
157
+ gap: 18px;
158
+ }
159
+ .key {
160
+ background: #ffffff;
161
+ border-radius: 22px;
162
+ box-shadow: inset 0 0 0 1px #d7d7d7;
163
+ height: 120px;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ color: #333;
168
+ font-size: 40px;
169
+ font-weight: 500;
170
+ }
171
+ .key.light {
172
+ background: #f0f0f0;
173
+ color: #444;
174
+ }
175
+ .key.wide { grid-column: span 2; }
176
+ .key.circle {
177
+ border-radius: 60px;
178
+ }
179
+
180
+ .gesture-pill {
181
+ position: absolute;
182
+ bottom: 24px;
183
+ left: 50%;
184
+ transform: translateX(-50%);
185
+ width: 300px;
186
+ height: 14px;
187
+ background: #777;
188
+ border-radius: 7px;
189
+ opacity: 0.6;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">10:30</div>
199
+ <div class="status-right">
200
+ <!-- Wi-Fi -->
201
+ <svg class="icon-wifi" viewBox="0 0 24 24">
202
+ <path d="M12 18.5c.9 0 1.6.7 1.6 1.5s-.7 1.5-1.6 1.5-1.6-.7-1.6-1.5.7-1.5 1.6-1.5zm-6.7-5.4c3.7-3.1 9.7-3.1 13.4 0l-1.6 1.6c-2.8-2.3-7.4-2.3-10.2 0l-1.6-1.6zm-3.8-3.8c6-5 15-5 21 0l-1.6 1.6c-4.9-4-12.9-4-17.8 0L1.5 9.3z" fill="#fff"/>
203
+ </svg>
204
+ <!-- Battery -->
205
+ <svg class="icon-battery" viewBox="0 0 28 24">
206
+ <rect x="1" y="6" width="22" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
207
+ <rect x="3" y="8" width="14" height="8" rx="1" ry="1" fill="#fff"></rect>
208
+ <rect x="24" y="9" width="3" height="6" rx="1" ry="1" fill="#fff"></rect>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Header search area -->
214
+ <div class="header">
215
+ <svg class="back-btn" viewBox="0 0 24 24">
216
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#2d2d2d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
217
+ </svg>
218
+ <div class="search-text">Sneakers</div>
219
+ <div class="clear-btn">Clear</div>
220
+ </div>
221
+
222
+ <!-- Content -->
223
+ <div class="content">
224
+ <div class="section-title">Search suggestions</div>
225
+
226
+ <div class="suggestion-list">
227
+ <div class="suggestion">
228
+ <svg class="s-icon" viewBox="0 0 24 24">
229
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
230
+ <path d="M15 15l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
231
+ </svg>
232
+ <div class="s-text">sneakers</div>
233
+ <svg class="chevron" viewBox="0 0 24 24">
234
+ <path d="M8 5l8 7-8 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
235
+ </svg>
236
+ </div>
237
+
238
+ <div class="suggestion">
239
+ <svg class="s-icon" viewBox="0 0 24 24">
240
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
241
+ <path d="M15 15l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
242
+ </svg>
243
+ <div class="s-text">sneakers men</div>
244
+ <svg class="chevron" viewBox="0 0 24 24">
245
+ <path d="M8 5l8 7-8 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
246
+ </svg>
247
+ </div>
248
+
249
+ <div class="suggestion">
250
+ <svg class="s-icon" viewBox="0 0 24 24">
251
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
252
+ <path d="M15 15l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
253
+ </svg>
254
+ <div class="s-text">sneakers white</div>
255
+ <svg class="chevron" viewBox="0 0 24 24">
256
+ <path d="M8 5l8 7-8 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
257
+ </svg>
258
+ </div>
259
+
260
+ <div class="suggestion">
261
+ <svg class="s-icon" viewBox="0 0 24 24">
262
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
263
+ <path d="M15 15l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
264
+ </svg>
265
+ <div class="s-text">sneakers shoes</div>
266
+ <svg class="chevron" viewBox="0 0 24 24">
267
+ <path d="M8 5l8 7-8 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
268
+ </svg>
269
+ </div>
270
+
271
+ <div class="suggestion">
272
+ <svg class="s-icon" viewBox="0 0 24 24">
273
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
274
+ <path d="M15 15l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
275
+ </svg>
276
+ <div class="s-text">sneakers men white</div>
277
+ <svg class="chevron" viewBox="0 0 24 24">
278
+ <path d="M8 5l8 7-8 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="spacer"></div>
285
+
286
+ <!-- Quick actions -->
287
+ <div class="quick-actions">
288
+ <div class="qa-item">
289
+ <svg class="qa-icon" viewBox="0 0 24 24">
290
+ <rect x="4" y="4" width="16" height="12" rx="3" ry="3" fill="none" stroke="currentColor" stroke-width="2"></rect>
291
+ <circle cx="12" cy="10" r="3" fill="none" stroke="currentColor" stroke-width="2"></circle>
292
+ </svg>
293
+ <div class="qa-label">Take photo</div>
294
+ </div>
295
+ <div class="qa-item">
296
+ <svg class="qa-icon" viewBox="0 0 24 24">
297
+ <rect x="5" y="5" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2"></rect>
298
+ <path d="M2 9h3M2 15h3M19 9h3M19 15h3" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
299
+ </svg>
300
+ <div class="qa-label">Scan Code</div>
301
+ </div>
302
+ <div class="qa-item">
303
+ <svg class="qa-icon" viewBox="0 0 24 24">
304
+ <path d="M12 21s-6-6.5-6-10a6 6 0 1112 0c0 3.5-6 10-6 10zm0-12a2 2 0 100 4 2 2 0 000-4z" fill="none" stroke="currentColor" stroke-width="2"></path>
305
+ </svg>
306
+ <div class="qa-label">Find stores</div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Keyboard mock -->
311
+ <div class="keyboard">
312
+ <div class="kbd-suggestion">
313
+ Sneakers
314
+ <svg class="qa-icon" style="width:56px;height:56px;color:#7a7a7a;margin-left:12px" viewBox="0 0 24 24">
315
+ <path d="M12 3v8M8 6v6M16 6v6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
316
+ </svg>
317
+ </div>
318
+ <div class="kbd-rows">
319
+ <div class="kbd-row">
320
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
321
+ <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>
322
+ </div>
323
+ <div class="kbd-row">
324
+ <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>
325
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">;</div>
326
+ </div>
327
+ <div class="kbd-row">
328
+ <div class="key light">z</div><div class="key light">x</div><div class="key light">c</div><div class="key light">v</div><div class="key light">b</div>
329
+ <div class="key light">n</div><div class="key light">m</div><div class="key light">,</div><div class="key light">.</div>
330
+ <div class="key circle">
331
+ <svg viewBox="0 0 24 24" width="44" height="44">
332
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#333" stroke-width="2"></circle>
333
+ <path d="M15 15l6 6" stroke="#333" stroke-width="2" stroke-linecap="round"></path>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+ <div class="kbd-row">
338
+ <div class="key light">?123</div>
339
+ <div class="key light">😊</div>
340
+ <div class="key wide"></div>
341
+ <div class="key wide"></div>
342
+ <div class="key">⌫</div>
343
+ </div>
344
+ </div>
345
+ <div class="gesture-pill"></div>
346
+ </div>
347
+
348
+ </div>
349
+ </body>
350
+ </html>
code/13224/13224_4.html ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Sneakers Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #CFCFCF;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #fff;
25
+ font-weight: 600;
26
+ font-size: 38px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 24px;
32
+ align-items: center;
33
+ }
34
+ /* Header */
35
+ .header {
36
+ height: 160px;
37
+ background: #fff;
38
+ border-bottom: 1px solid #eee;
39
+ padding: 0 36px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ }
44
+ .header-left, .header-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 36px;
48
+ }
49
+ .title {
50
+ font-size: 48px;
51
+ font-weight: 700;
52
+ letter-spacing: 0.5px;
53
+ }
54
+ .icon {
55
+ width: 52px;
56
+ height: 52px;
57
+ }
58
+ .icon path, .icon circle, .icon rect, .icon line {
59
+ stroke: #111;
60
+ stroke-width: 3;
61
+ fill: none;
62
+ }
63
+
64
+ /* Filters row */
65
+ .filters {
66
+ padding: 24px 36px;
67
+ display: flex;
68
+ justify-content: space-between;
69
+ align-items: center;
70
+ border-bottom: 1px solid #eee;
71
+ background: #fff;
72
+ }
73
+ .filters .left, .filters .right {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 14px;
77
+ }
78
+ .filters .label {
79
+ font-size: 30px;
80
+ font-weight: 700;
81
+ }
82
+ .filters .chev {
83
+ width: 22px; height: 22px; border: 2px solid #111; border-top: none; border-left: none; transform: rotate(45deg); margin-left: 8px;
84
+ }
85
+
86
+ /* Sub filter row */
87
+ .subfilters {
88
+ padding: 22px 36px;
89
+ display: flex;
90
+ justify-content: space-between;
91
+ align-items: center;
92
+ background: #fff;
93
+ border-bottom: 1px solid #eee;
94
+ font-size: 28px;
95
+ }
96
+ .tabs {
97
+ display: flex; gap: 24px; align-items: center;
98
+ }
99
+ .tab { color: #777; }
100
+ .tab.active { color: #d0021b; font-weight: 600; border-bottom: 3px solid #d0021b; padding-bottom: 4px; }
101
+ .items-view {
102
+ display: flex; align-items: center; gap: 18px;
103
+ }
104
+ .muted { color: #777; }
105
+ .view-icon { display: inline-flex; gap: 6px; }
106
+ .view-square {
107
+ width: 24px; height: 24px; border: 2px solid #111; box-sizing: border-box;
108
+ }
109
+ .view-grid {
110
+ display: grid;
111
+ grid-template-columns: repeat(2, 12px);
112
+ grid-template-rows: repeat(2, 12px);
113
+ gap: 4px;
114
+ }
115
+ .view-cell {
116
+ width: 12px; height: 12px; border: 2px solid #d0021b;
117
+ box-sizing: border-box;
118
+ }
119
+
120
+ /* Products grid */
121
+ .products {
122
+ padding: 24px 36px 0 36px;
123
+ display: flex;
124
+ flex-wrap: wrap;
125
+ gap: 32px;
126
+ }
127
+ .card {
128
+ width: calc(50% - 16px);
129
+ background: #fff;
130
+ padding: 0 0 28px 0;
131
+ }
132
+ .img-box {
133
+ position: relative;
134
+ margin-bottom: 18px;
135
+ }
136
+ .img-ph {
137
+ width: 100%;
138
+ height: 520px;
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ color: #757575;
145
+ font-size: 28px;
146
+ }
147
+ .badge {
148
+ position: absolute;
149
+ right: 16px;
150
+ bottom: 16px;
151
+ background: #d0021b;
152
+ color: #fff;
153
+ font-size: 28px;
154
+ font-weight: 700;
155
+ padding: 10px 18px;
156
+ }
157
+ .fav {
158
+ position: absolute;
159
+ right: 16px;
160
+ bottom: -30px;
161
+ width: 54px; height: 54px;
162
+ }
163
+ .fav path {
164
+ stroke: #111; stroke-width: 4; fill: none;
165
+ }
166
+ .category {
167
+ font-size: 26px;
168
+ letter-spacing: 1px;
169
+ font-weight: 700;
170
+ margin-top: 24px;
171
+ }
172
+ .name {
173
+ font-size: 32px;
174
+ margin-top: 8px;
175
+ }
176
+ .price-row {
177
+ margin-top: 10px;
178
+ font-size: 32px;
179
+ display: flex;
180
+ gap: 14px;
181
+ align-items: baseline;
182
+ }
183
+ .price {
184
+ color: #d0021b;
185
+ font-weight: 700;
186
+ }
187
+ .strike {
188
+ color: #111;
189
+ text-decoration: line-through;
190
+ opacity: 0.7;
191
+ }
192
+ .dots {
193
+ margin-top: 16px;
194
+ display: flex; gap: 12px;
195
+ }
196
+ .dot {
197
+ width: 18px; height: 18px; border-radius: 50%;
198
+ border: 2px solid #ccc; background: #f2f2f2;
199
+ }
200
+
201
+ /* Bottom indicator bar */
202
+ .home-indicator {
203
+ position: absolute;
204
+ bottom: 24px;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 360px;
208
+ height: 12px;
209
+ background: #000;
210
+ border-radius: 12px;
211
+ opacity: 0.8;
212
+ }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+ <!-- Status bar -->
218
+ <div class="status-bar">
219
+ <div>10:30</div>
220
+ <div class="status-icons">
221
+ <svg width="36" height="24" class="icon" viewBox="0 0 36 24">
222
+ <path d="M2 18h32M6 12h24M10 6h16"></path>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Header -->
228
+ <div class="header">
229
+ <div class="header-left">
230
+ <!-- Hamburger -->
231
+ <svg class="icon" viewBox="0 0 64 64">
232
+ <line x1="10" y1="18" x2="54" y2="18"></line>
233
+ <line x1="10" y1="32" x2="54" y2="32"></line>
234
+ <line x1="10" y1="46" x2="54" y2="46"></line>
235
+ </svg>
236
+ <div class="title">Sneakers</div>
237
+ </div>
238
+ <div class="header-right">
239
+ <!-- Search -->
240
+ <svg class="icon" viewBox="0 0 64 64">
241
+ <circle cx="28" cy="28" r="16"></circle>
242
+ <line x1="40" y1="40" x2="54" y2="54"></line>
243
+ </svg>
244
+ <!-- User -->
245
+ <svg class="icon" viewBox="0 0 64 64">
246
+ <circle cx="32" cy="22" r="12"></circle>
247
+ <path d="M12 54c8-10 32-10 40 0"></path>
248
+ </svg>
249
+ <!-- Heart -->
250
+ <svg class="icon" viewBox="0 0 64 64">
251
+ <path d="M32 52s-16-10-20-20c-3-8 4-16 12-14 6 2 8 6 8 6s2-4 8-6c8-2 15 6 12 14-4 10-20 20-20 20z"></path>
252
+ </svg>
253
+ <!-- Bag -->
254
+ <svg class="icon" viewBox="0 0 64 64">
255
+ <rect x="14" y="22" width="36" height="32" rx="4"></rect>
256
+ <path d="M22 22c0-6 4-10 10-10s10 4 10 10"></path>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Filters -->
262
+ <div class="filters">
263
+ <div class="left">
264
+ <div class="label">DEPARTMENT</div>
265
+ <div class="chev"></div>
266
+ </div>
267
+ <div class="right">
268
+ <div class="label">FILTER &amp; SORT</div>
269
+ <!-- sliders icon -->
270
+ <svg class="icon" viewBox="0 0 64 64">
271
+ <line x1="12" y1="18" x2="52" y2="18"></line>
272
+ <circle cx="28" cy="18" r="4"></circle>
273
+ <line x1="12" y1="32" x2="52" y2="32"></line>
274
+ <circle cx="40" cy="32" r="4"></circle>
275
+ <line x1="12" y1="46" x2="52" y2="46"></line>
276
+ <circle cx="20" cy="46" r="4"></circle>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Subfilters -->
282
+ <div class="subfilters">
283
+ <div class="tabs">
284
+ <div class="tab">Model</div>
285
+ <div class="tab active">Product</div>
286
+ </div>
287
+ <div class="items-view">
288
+ <div class="muted">15 Items</div>
289
+ <div class="view-icon">
290
+ <div class="view-square"></div>
291
+ </div>
292
+ <div class="view-icon view-grid">
293
+ <div class="view-cell"></div>
294
+ <div class="view-cell"></div>
295
+ <div class="view-cell"></div>
296
+ <div class="view-cell"></div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Products Grid -->
302
+ <div class="products">
303
+ <!-- Card 1 -->
304
+ <div class="card">
305
+ <div class="img-box">
306
+ <div class="img-ph">[IMG: White Sneaker close-up with leg]</div>
307
+ <div class="badge">-40%</div>
308
+ <svg class="fav" viewBox="0 0 64 64">
309
+ <path d="M32 52s-16-10-20-20c-3-8 4-16 12-14 6 2 8 6 8 6s2-4 8-6c8-2 15 6 12 14-4 10-20 20-20 20z"></path>
310
+ </svg>
311
+ </div>
312
+ <div class="category">ESSENTIALS</div>
313
+ <div class="name">Essentials: THE SNEAKER</div>
314
+ <div class="price-row">
315
+ <div class="price">Rs. 3,299.00</div>
316
+ <div class="strike">Rs. 5,499.00</div>
317
+ </div>
318
+ <div class="dots">
319
+ <div class="dot"></div>
320
+ <div class="dot"></div>
321
+ <div class="dot"></div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Card 2 -->
326
+ <div class="card">
327
+ <div class="img-box">
328
+ <div class="img-ph">[IMG: White Sneaker side view]</div>
329
+ <div class="badge">-40%</div>
330
+ <svg class="fav" viewBox="0 0 64 64">
331
+ <path d="M32 52s-16-10-20-20c-3-8 4-16 12-14 6 2 8 6 8 6s2-4 8-6c8-2 15 6 12 14-4 10-20 20-20 20z"></path>
332
+ </svg>
333
+ </div>
334
+ <div class="category">ESSENTIALS</div>
335
+ <div class="name">Essentials: THE SNEAKER</div>
336
+ <div class="price-row">
337
+ <div class="price">Rs. 3,299.00</div>
338
+ <div class="strike">Rs. 5,499.00</div>
339
+ </div>
340
+ <div class="dots">
341
+ <div class="dot"></div>
342
+ <div class="dot"></div>
343
+ <div class="dot"></div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Card 3 -->
348
+ <div class="card">
349
+ <div class="img-box">
350
+ <div class="img-ph" style="height: 520px;">[IMG: Pair of white sneakers three-quarter]</div>
351
+ </div>
352
+ <div class="category">ESSENTIALS</div>
353
+ <div class="name">Essentials: THE SNEAKER</div>
354
+ <div class="price-row">
355
+ <div class="price">Rs. 3,299.00</div>
356
+ <div class="strike">Rs. 5,499.00</div>
357
+ </div>
358
+ <div class="dots">
359
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Card 4 -->
364
+ <div class="card">
365
+ <div class="img-box">
366
+ <div class="img-ph" style="height: 520px;">[IMG: 5 pairs ankle socks (gray/black/white)]</div>
367
+ </div>
368
+ <div class="category">ESSENTIALS</div>
369
+ <div class="name">Cotton Ankle Socks Pack</div>
370
+ <div class="price-row">
371
+ <div class="price">Rs. 499.00</div>
372
+ <div class="strike">Rs. 699.00</div>
373
+ </div>
374
+ <div class="dots">
375
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Home indicator -->
381
+ <div class="home-indicator"></div>
382
+ </div>
383
+ </body>
384
+ </html>
code/13224/13224_5.html ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter & Sort</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#1a1a1a; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#F7F7F7;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; right:0; height:140px;
18
+ background:#CFCFCF; color:#fff;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ padding:0 40px; font-weight:600; letter-spacing:1px;
21
+ }
22
+ .status-left { font-size:38px; opacity:.95; }
23
+ .status-right { display:flex; align-items:center; gap:26px; }
24
+ .ic-wifi, .ic-battery {
25
+ width:48px; height:34px; border:3px solid #fff; border-radius:6px; position:relative;
26
+ }
27
+ .ic-wifi:before {
28
+ content:""; position:absolute; inset:6px; border-top:6px solid #fff; border-left:6px solid transparent; border-right:6px solid transparent;
29
+ }
30
+ .ic-battery:after {
31
+ content:""; position:absolute; right:-10px; top:8px; width:8px; height:18px; background:#fff; border-radius:2px;
32
+ }
33
+
34
+ /* Header */
35
+ .header {
36
+ position:absolute; top:140px; left:0; right:0; height:170px;
37
+ background:#FFFFFF;
38
+ display:flex; align-items:center;
39
+ padding:0 48px;
40
+ box-shadow:0 1px 0 rgba(0,0,0,0.06);
41
+ }
42
+ .close-btn {
43
+ width:80px; height:80px; display:flex; align-items:center; justify-content:center;
44
+ margin-right:20px;
45
+ }
46
+ .close-btn svg { width:36px; height:36px; stroke:#111; stroke-width:6; }
47
+ .title { font-size:58px; font-weight:800; color:#111; }
48
+
49
+ /* Content area */
50
+ .content {
51
+ position:absolute; top:310px; left:0; right:0; bottom:260px;
52
+ overflow:auto;
53
+ padding:40px 56px 160px;
54
+ background:#FAFAFA;
55
+ }
56
+
57
+ .row {
58
+ display:flex; align-items:center; justify-content:space-between;
59
+ padding:32px 0;
60
+ }
61
+ .row .label { font-size:38px; color:#333; font-weight:600; }
62
+ .row .value { font-size:34px; color:#777; }
63
+
64
+ .divider-space { height:30px; }
65
+
66
+ .price-labels {
67
+ display:flex; justify-content:space-between; color:#222;
68
+ font-size:34px; padding:18px 0 10px;
69
+ }
70
+
71
+ .slider {
72
+ position:relative; height:80px; margin:20px 0 50px;
73
+ }
74
+ .slider .track {
75
+ position:absolute; top:38px; left:12px; right:12px; height:4px; background:#111;
76
+ }
77
+ .slider .knob {
78
+ position:absolute; top:18px; width:44px; height:44px; background:#000; border-radius:50%;
79
+ }
80
+ .slider .knob.left { left:0; }
81
+ .slider .knob.right { right:0; }
82
+
83
+ .option {
84
+ padding:42px 0;
85
+ font-size:38px; color:#404040; font-weight:600;
86
+ }
87
+
88
+ /* Bottom action area */
89
+ .bottom-area {
90
+ position:absolute; left:0; right:0; bottom:0; height:260px; background:#F2F2F2;
91
+ box-shadow:0 -1px 0 rgba(0,0,0,0.08);
92
+ }
93
+ .primary-btn {
94
+ position:absolute; left:44px; right:44px; bottom:64px; height:140px;
95
+ background:#111; color:#fff; border-radius:6px;
96
+ display:flex; align-items:center; justify-content:center;
97
+ font-size:44px; font-weight:800; letter-spacing:.2px;
98
+ }
99
+
100
+ /* Gesture pill */
101
+ .pill {
102
+ position:absolute; left:50%; transform:translateX(-50%);
103
+ bottom:18px; width:260px; height:16px; background:#C9C9C9; border-radius:10px;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+ <div class="status-bar">
110
+ <div class="status-left">10:32</div>
111
+ <div class="status-right">
112
+ <div class="ic-wifi"></div>
113
+ <div class="ic-battery"></div>
114
+ </div>
115
+ </div>
116
+
117
+ <div class="header">
118
+ <div class="close-btn" aria-label="Close">
119
+ <svg viewBox="0 0 24 24" fill="none">
120
+ <line x1="4" y1="4" x2="20" y2="20"></line>
121
+ <line x1="20" y1="4" x2="4" y2="20"></line>
122
+ </svg>
123
+ </div>
124
+ <div class="title">Filter &amp; Sort</div>
125
+ </div>
126
+
127
+ <div class="content">
128
+ <div class="row">
129
+ <div class="label">Sort By</div>
130
+ <div class="value">Recommended</div>
131
+ </div>
132
+
133
+ <div class="divider-space"></div>
134
+
135
+ <div class="row">
136
+ <div class="label">Price (MRP)</div>
137
+ <div class="value">
138
+ <svg width="34" height="6" viewBox="0 0 34 6">
139
+ <rect x="0" y="0" width="34" height="6" fill="#111"></rect>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="price-labels">
145
+ <div>499.00 Rs.</div>
146
+ <div>5499.00 Rs.</div>
147
+ </div>
148
+
149
+ <div class="slider">
150
+ <div class="track"></div>
151
+ <div class="knob left"></div>
152
+ <div class="knob right"></div>
153
+ </div>
154
+
155
+ <div class="option">Size</div>
156
+ <div class="option">Colour</div>
157
+ <div class="option">Pattern</div>
158
+ <div class="option">Product type</div>
159
+ <div class="option">Style</div>
160
+ <div class="option">Heel height</div>
161
+ <div class="option">Footwear style</div>
162
+ <div class="option">Quality</div>
163
+ <div class="option">Material</div>
164
+ </div>
165
+
166
+ <div class="bottom-area">
167
+ <div class="primary-btn">Show 15 Items</div>
168
+ <div class="pill"></div>
169
+ </div>
170
+ </div>
171
+ </body>
172
+ </html>
code/13224/13224_6.html ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Size Filter</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: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #111111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 190px;
26
+ background: #cfcfcf;
27
+ }
28
+ .status-content {
29
+ position: absolute;
30
+ top: 54px;
31
+ left: 48px;
32
+ right: 48px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ color: #ffffff;
37
+ }
38
+ .status-time {
39
+ font-weight: 700;
40
+ font-size: 42px;
41
+ letter-spacing: 1px;
42
+ opacity: 0.95;
43
+ }
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ }
49
+ .status-icons svg { display: block; fill: none; stroke: #ffffff; stroke-width: 3; }
50
+
51
+ /* Header */
52
+ .header {
53
+ position: absolute;
54
+ top: 190px;
55
+ left: 0;
56
+ width: 100%;
57
+ padding: 32px 48px 24px 48px;
58
+ background: #ffffff;
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 24px;
62
+ }
63
+ .back-btn {
64
+ width: 64px;
65
+ height: 64px;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ }
70
+ .title {
71
+ font-size: 58px;
72
+ font-weight: 800;
73
+ letter-spacing: 0.3px;
74
+ }
75
+
76
+ /* List */
77
+ .list {
78
+ position: absolute;
79
+ top: 320px;
80
+ left: 0;
81
+ right: 0;
82
+ padding: 24px 48px;
83
+ }
84
+ .list-item {
85
+ font-size: 44px;
86
+ color: #2d2d2d;
87
+ padding: 36px 0;
88
+ }
89
+
90
+ /* Footer button section */
91
+ .footer {
92
+ position: absolute;
93
+ left: 0;
94
+ bottom: 120px; /* keep above OS bar */
95
+ width: 100%;
96
+ border-top: 2px solid #e6e6e6;
97
+ padding: 34px 44px 40px;
98
+ background: #ffffff;
99
+ box-sizing: border-box;
100
+ }
101
+ .cta {
102
+ width: 100%;
103
+ height: 150px;
104
+ background: #111111;
105
+ color: #ffffff;
106
+ border-radius: 6px;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ font-size: 44px;
111
+ font-weight: 800;
112
+ letter-spacing: 0.5px;
113
+ }
114
+
115
+ /* OS home indicator area */
116
+ .os-bar {
117
+ position: absolute;
118
+ left: 0;
119
+ bottom: 0;
120
+ width: 100%;
121
+ height: 120px;
122
+ background: #000000;
123
+ }
124
+ .home-indicator {
125
+ position: absolute;
126
+ left: 50%;
127
+ bottom: 38px;
128
+ transform: translateX(-50%);
129
+ width: 280px;
130
+ height: 12px;
131
+ background: #d6d6d6;
132
+ border-radius: 8px;
133
+ opacity: 0.9;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Top status bar -->
141
+ <div class="status-bar">
142
+ <div class="status-content">
143
+ <div class="status-time">10:32</div>
144
+ <div class="status-icons">
145
+ <!-- cellular (simple bars) -->
146
+ <svg width="42" height="26" viewBox="0 0 42 26">
147
+ <path d="M2 24h4M10 24h4v-8h-4M18 24h4v-14h-4M26 24h4v-20h-4" stroke="#fff" stroke-width="4" />
148
+ </svg>
149
+ <!-- wifi -->
150
+ <svg width="36" height="26" viewBox="0 0 36 26">
151
+ <path d="M3 8c6-5 24-5 30 0M8 14c4-3 16-3 20 0M14 19c3-2 5-2 8 0M18 23h0" />
152
+ </svg>
153
+ <!-- battery -->
154
+ <svg width="50" height="26" viewBox="0 0 50 26">
155
+ <rect x="2" y="4" width="40" height="18" rx="3" stroke="#fff" stroke-width="3" />
156
+ <rect x="5" y="7" width="30" height="12" fill="#ffffff"/>
157
+ <rect x="42" y="9" width="6" height="10" rx="1.5" fill="#ffffff"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Header with back and title -->
164
+ <div class="header">
165
+ <div class="back-btn" aria-label="Back">
166
+ <svg width="44" height="44" viewBox="0 0 24 24">
167
+ <path d="M15 4L7 12l8 8" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
168
+ </svg>
169
+ </div>
170
+ <div class="title">Size</div>
171
+ </div>
172
+
173
+ <!-- Options list -->
174
+ <div class="list">
175
+ <div class="list-item">Footwear</div>
176
+ <div class="list-item" style="margin-top: 60px;">Kids footwear</div>
177
+ </div>
178
+
179
+ <!-- Bottom button -->
180
+ <div class="footer">
181
+ <div class="cta">Show 15 Items</div>
182
+ </div>
183
+
184
+ <!-- OS bottom area -->
185
+ <div class="os-bar">
186
+ <div class="home-indicator"></div>
187
+ </div>
188
+
189
+ </div>
190
+ </body>
191
+ </html>
code/13224/13224_7.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Footwear Filter</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: #F6F6F6;
14
+ font-family: "Segoe UI", Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 150px;
25
+ background: #CFCFCF;
26
+ }
27
+ .statusbar .time {
28
+ position: absolute;
29
+ left: 48px;
30
+ top: 44px;
31
+ font-size: 44px;
32
+ color: #ffffff;
33
+ letter-spacing: 1px;
34
+ }
35
+ .status-icons {
36
+ position: absolute;
37
+ right: 36px;
38
+ top: 38px;
39
+ display: flex;
40
+ gap: 28px;
41
+ align-items: center;
42
+ }
43
+ .status-icons svg {
44
+ width: 44px;
45
+ height: 44px;
46
+ stroke: #ffffff;
47
+ fill: none;
48
+ stroke-width: 4;
49
+ opacity: 0.9;
50
+ }
51
+
52
+ /* Header */
53
+ .header {
54
+ position: absolute;
55
+ top: 150px;
56
+ left: 0;
57
+ width: 100%;
58
+ height: 160px;
59
+ background: #FFFFFF;
60
+ }
61
+ .header-inner {
62
+ position: absolute;
63
+ left: 40px;
64
+ right: 40px;
65
+ top: 30px;
66
+ height: 100px;
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 32px;
70
+ }
71
+ .back {
72
+ width: 56px;
73
+ height: 56px;
74
+ }
75
+ .title {
76
+ font-size: 64px;
77
+ font-weight: 700;
78
+ letter-spacing: 0.5px;
79
+ }
80
+
81
+ /* List */
82
+ .list {
83
+ position: absolute;
84
+ top: 310px;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 330px; /* space for button + gesture bar */
88
+ background: #FFFFFF;
89
+ padding-top: 10px;
90
+ }
91
+ .row {
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: space-between;
95
+ padding: 0 56px;
96
+ height: 148px;
97
+ }
98
+ .left {
99
+ display: flex;
100
+ align-items: center;
101
+ gap: 30px;
102
+ }
103
+ .checkbox {
104
+ width: 68px;
105
+ height: 68px;
106
+ border: 4px solid #1E1E1E;
107
+ border-radius: 12px;
108
+ box-sizing: border-box;
109
+ background: #fff;
110
+ }
111
+ .size {
112
+ font-size: 44px;
113
+ font-weight: 500;
114
+ color: #222;
115
+ }
116
+ .count {
117
+ font-size: 42px;
118
+ color: #333;
119
+ }
120
+
121
+ .divider {
122
+ position: absolute;
123
+ left: 0;
124
+ right: 0;
125
+ bottom: 330px;
126
+ height: 2px;
127
+ background: #E0E0E0;
128
+ }
129
+
130
+ /* Bottom button */
131
+ .bottom-area {
132
+ position: absolute;
133
+ left: 0;
134
+ right: 0;
135
+ bottom: 80px;
136
+ height: 250px;
137
+ background: #F6F6F6;
138
+ }
139
+ .cta {
140
+ position: absolute;
141
+ left: 48px;
142
+ right: 48px;
143
+ bottom: 40px;
144
+ height: 140px;
145
+ background: #222222;
146
+ color: #FFFFFF;
147
+ border-radius: 8px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ font-size: 48px;
152
+ font-weight: 700;
153
+ letter-spacing: 0.5px;
154
+ }
155
+
156
+ /* Gesture pill */
157
+ .gesture {
158
+ position: absolute;
159
+ bottom: 24px;
160
+ left: 50%;
161
+ transform: translateX(-50%);
162
+ width: 260px;
163
+ height: 16px;
164
+ background: #D0D0D0;
165
+ border-radius: 10px;
166
+ }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status bar -->
173
+ <div class="statusbar">
174
+ <div class="time">10:33</div>
175
+ <div class="status-icons">
176
+ <!-- Wi-Fi -->
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M2 8c5-4 15-4 20 0" />
179
+ <path d="M5 12c3-3 11-3 14 0" />
180
+ <path d="M9 16c2-2 6-2 8 0" />
181
+ <circle cx="12" cy="19" r="2" fill="#ffffff" />
182
+ </svg>
183
+ <!-- Battery -->
184
+ <svg viewBox="0 0 28 24">
185
+ <rect x="1" y="5" width="22" height="14" rx="2" />
186
+ <rect x="24" y="9" width="3" height="6" rx="1" />
187
+ <rect x="3" y="7" width="18" height="10" fill="#ffffff" />
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Header -->
193
+ <div class="header">
194
+ <div class="header-inner">
195
+ <svg class="back" viewBox="0 0 24 24">
196
+ <path d="M15 4 L7 12 L15 20" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
197
+ </svg>
198
+ <div class="title">Footwear</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- List of sizes -->
203
+ <div class="list">
204
+ <div class="row">
205
+ <div class="left">
206
+ <div class="checkbox"></div>
207
+ <div class="size">1</div>
208
+ </div>
209
+ <div class="count">8</div>
210
+ </div>
211
+
212
+ <div class="row">
213
+ <div class="left">
214
+ <div class="checkbox"></div>
215
+ <div class="size">2</div>
216
+ </div>
217
+ <div class="count">8</div>
218
+ </div>
219
+
220
+ <div class="row">
221
+ <div class="left">
222
+ <div class="checkbox"></div>
223
+ <div class="size">4</div>
224
+ </div>
225
+ <div class="count">1</div>
226
+ </div>
227
+
228
+ <div class="row">
229
+ <div class="left">
230
+ <div class="checkbox"></div>
231
+ <div class="size">5</div>
232
+ </div>
233
+ <div class="count">1</div>
234
+ </div>
235
+
236
+ <div class="row">
237
+ <div class="left">
238
+ <div class="checkbox"></div>
239
+ <div class="size">6</div>
240
+ </div>
241
+ <div class="count">11</div>
242
+ </div>
243
+
244
+ <div class="row">
245
+ <div class="left">
246
+ <div class="checkbox"></div>
247
+ <div class="size">6.5</div>
248
+ </div>
249
+ <div class="count">3</div>
250
+ </div>
251
+
252
+ <div class="row">
253
+ <div class="left">
254
+ <div class="checkbox"></div>
255
+ <div class="size">7</div>
256
+ </div>
257
+ <div class="count">11</div>
258
+ </div>
259
+
260
+ <div class="row">
261
+ <div class="left">
262
+ <div class="checkbox"></div>
263
+ <div class="size">7.5</div>
264
+ </div>
265
+ <div class="count">3</div>
266
+ </div>
267
+
268
+ <div class="row">
269
+ <div class="left">
270
+ <div class="checkbox"></div>
271
+ <div class="size">8</div>
272
+ </div>
273
+ <div class="count">14</div>
274
+ </div>
275
+
276
+ <div class="row">
277
+ <div class="left">
278
+ <div class="checkbox"></div>
279
+ <div class="size">9</div>
280
+ </div>
281
+ <div class="count">4</div>
282
+ </div>
283
+
284
+ <div class="row">
285
+ <div class="left">
286
+ <div class="checkbox"></div>
287
+ <div class="size">9.5</div>
288
+ </div>
289
+ <div class="count">4</div>
290
+ </div>
291
+
292
+ <div class="row">
293
+ <div class="left">
294
+ <div class="checkbox"></div>
295
+ <div class="size">10.5</div>
296
+ </div>
297
+ <div class="count">4</div>
298
+ </div>
299
+
300
+ <div class="row">
301
+ <div class="left">
302
+ <div class="checkbox"></div>
303
+ <div class="size">11</div>
304
+ </div>
305
+ <div class="count">1</div>
306
+ </div>
307
+
308
+ <div class="row">
309
+ <div class="left">
310
+ <div class="checkbox"></div>
311
+ <div class="size">11.5</div>
312
+ </div>
313
+ <div class="count">1</div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="divider"></div>
318
+
319
+ <!-- Bottom area with CTA and gesture pill -->
320
+ <div class="bottom-area">
321
+ <div class="cta">Show 15 Items</div>
322
+ </div>
323
+ <div class="gesture"></div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/13224/13224_8.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Footwear Filter</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: #FAFAFA;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 150px;
22
+ background: #CFCFCF;
23
+ padding: 0 48px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left {
30
+ font-weight: 600;
31
+ font-size: 44px;
32
+ letter-spacing: 0.5px;
33
+ color: #fff;
34
+ opacity: 0.9;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ gap: 28px;
39
+ align-items: center;
40
+ }
41
+ .status-icon {
42
+ width: 40px; height: 40px;
43
+ }
44
+
45
+ /* Header */
46
+ .header {
47
+ height: 180px;
48
+ background: #FFFFFF;
49
+ display: flex;
50
+ align-items: center;
51
+ box-sizing: border-box;
52
+ padding: 0 48px;
53
+ border-bottom: 1px solid #E6E6E6;
54
+ }
55
+ .back {
56
+ width: 72px; height: 72px;
57
+ margin-right: 24px;
58
+ }
59
+ .title {
60
+ font-size: 64px;
61
+ font-weight: 800;
62
+ letter-spacing: 0.5px;
63
+ }
64
+ .header-spacer { flex: 1; }
65
+ .filter-icon {
66
+ width: 72px; height: 72px;
67
+ }
68
+
69
+ /* List area */
70
+ .list-wrap {
71
+ position: absolute;
72
+ top: 330px; /* 150 + 180 */
73
+ left: 0;
74
+ right: 0;
75
+ bottom: 360px; /* leave room for CTA area */
76
+ overflow-y: auto;
77
+ }
78
+ .row {
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: space-between;
82
+ height: 150px;
83
+ padding: 0 48px;
84
+ box-sizing: border-box;
85
+ }
86
+ .row.selected {
87
+ background: #F6EEDF;
88
+ }
89
+ .left-group {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 28px;
93
+ }
94
+ .checkbox {
95
+ width: 72px;
96
+ height: 72px;
97
+ border: 4px solid #1F1F1F;
98
+ border-radius: 12px;
99
+ box-sizing: border-box;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ background: #FFFFFF;
104
+ }
105
+ .size-label {
106
+ font-size: 44px;
107
+ font-weight: 500;
108
+ }
109
+ .count {
110
+ font-size: 44px;
111
+ color: #222;
112
+ font-weight: 500;
113
+ }
114
+
115
+ /* Bottom CTA */
116
+ .cta-area {
117
+ position: absolute;
118
+ left: 0;
119
+ right: 0;
120
+ bottom: 0;
121
+ height: 360px;
122
+ background: #FAFAFA;
123
+ border-top: 1px solid #E6E6E6;
124
+ box-sizing: border-box;
125
+ padding-top: 40px;
126
+ }
127
+ .cta {
128
+ width: 940px;
129
+ height: 160px;
130
+ margin: 0 auto;
131
+ background: #151515;
132
+ color: #FFFFFF;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ font-size: 48px;
137
+ font-weight: 800;
138
+ border-radius: 8px;
139
+ letter-spacing: 0.5px;
140
+ }
141
+ .home-indicator {
142
+ width: 280px;
143
+ height: 14px;
144
+ background: #D9D9D9;
145
+ border-radius: 8px;
146
+ margin: 26px auto 0;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+ <!-- Status bar -->
153
+ <div class="status-bar">
154
+ <div class="status-left">10:33</div>
155
+ <div class="status-right">
156
+ <!-- Simple status glyphs -->
157
+ <svg class="status-icon" viewBox="0 0 24 24">
158
+ <path d="M2 18h20v2H2zM6 12h12v2H6zM10 6h4v2h-4z" fill="#FFFFFF" opacity="0.9"/>
159
+ </svg>
160
+ <svg class="status-icon" viewBox="0 0 24 24">
161
+ <path d="M2 16h14l6-6" stroke="#FFFFFF" stroke-width="2" fill="none" />
162
+ <circle cx="20" cy="10" r="2" fill="#FFFFFF"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Header -->
168
+ <div class="header">
169
+ <svg class="back" viewBox="0 0 24 24">
170
+ <path d="M15 4L5 12l10 8" stroke="#1F1F1F" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
171
+ </svg>
172
+ <div class="title">Footwear</div>
173
+ <div class="header-spacer"></div>
174
+ <svg class="filter-icon" viewBox="0 0 24 24">
175
+ <path d="M3 6h14" stroke="#1F1F1F" stroke-width="2" stroke-linecap="round"/>
176
+ <circle cx="19" cy="6" r="2" fill="#1F1F1F"/>
177
+ <path d="M3 12h10" stroke="#1F1F1F" stroke-width="2" stroke-linecap="round"/>
178
+ <circle cx="15" cy="12" r="2" fill="#1F1F1F"/>
179
+ <path d="M3 18h6" stroke="#1F1F1F" stroke-width="2" stroke-linecap="round"/>
180
+ <circle cx="9" cy="18" r="2" fill="#1F1F1F"/>
181
+ </svg>
182
+ </div>
183
+
184
+ <!-- Scrollable List -->
185
+ <div class="list-wrap">
186
+ <div class="row">
187
+ <div class="left-group">
188
+ <div class="checkbox"></div>
189
+ <div class="size-label">1</div>
190
+ </div>
191
+ <div class="count">8</div>
192
+ </div>
193
+
194
+ <div class="row">
195
+ <div class="left-group">
196
+ <div class="checkbox"></div>
197
+ <div class="size-label">2</div>
198
+ </div>
199
+ <div class="count">8</div>
200
+ </div>
201
+
202
+ <div class="row">
203
+ <div class="left-group">
204
+ <div class="checkbox"></div>
205
+ <div class="size-label">4</div>
206
+ </div>
207
+ <div class="count">1</div>
208
+ </div>
209
+
210
+ <div class="row">
211
+ <div class="left-group">
212
+ <div class="checkbox"></div>
213
+ <div class="size-label">5</div>
214
+ </div>
215
+ <div class="count">1</div>
216
+ </div>
217
+
218
+ <div class="row">
219
+ <div class="left-group">
220
+ <div class="checkbox"></div>
221
+ <div class="size-label">6</div>
222
+ </div>
223
+ <div class="count">11</div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="left-group">
228
+ <div class="checkbox"></div>
229
+ <div class="size-label">6.5</div>
230
+ </div>
231
+ <div class="count">3</div>
232
+ </div>
233
+
234
+ <div class="row selected">
235
+ <div class="left-group">
236
+ <div class="checkbox">
237
+ <svg viewBox="0 0 40 40" width="44" height="44">
238
+ <path d="M8 20l8 8 16-18" stroke="#1F1F1F" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="size-label">7</div>
242
+ </div>
243
+ <div class="count">11</div>
244
+ </div>
245
+
246
+ <div class="row">
247
+ <div class="left-group">
248
+ <div class="checkbox"></div>
249
+ <div class="size-label">7.5</div>
250
+ </div>
251
+ <div class="count">3</div>
252
+ </div>
253
+
254
+ <div class="row">
255
+ <div class="left-group">
256
+ <div class="checkbox"></div>
257
+ <div class="size-label">8</div>
258
+ </div>
259
+ <div class="count">14</div>
260
+ </div>
261
+
262
+ <div class="row">
263
+ <div class="left-group">
264
+ <div class="checkbox"></div>
265
+ <div class="size-label">9</div>
266
+ </div>
267
+ <div class="count">4</div>
268
+ </div>
269
+
270
+ <div class="row">
271
+ <div class="left-group">
272
+ <div class="checkbox"></div>
273
+ <div class="size-label">9.5</div>
274
+ </div>
275
+ <div class="count">4</div>
276
+ </div>
277
+
278
+ <div class="row">
279
+ <div class="left-group">
280
+ <div class="checkbox"></div>
281
+ <div class="size-label">10.5</div>
282
+ </div>
283
+ <div class="count">4</div>
284
+ </div>
285
+
286
+ <div class="row">
287
+ <div class="left-group">
288
+ <div class="checkbox"></div>
289
+ <div class="size-label">11</div>
290
+ </div>
291
+ <div class="count">1</div>
292
+ </div>
293
+
294
+ <div class="row">
295
+ <div class="left-group">
296
+ <div class="checkbox"></div>
297
+ <div class="size-label">11.5</div>
298
+ </div>
299
+ <div class="count">1</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Bottom CTA -->
304
+ <div class="cta-area">
305
+ <div class="cta">Show 11 Items</div>
306
+ <div class="home-indicator"></div>
307
+ </div>
308
+ </div>
309
+ </body>
310
+ </html>
code/13224/13224_9.html ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Sneakers Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: "Helvetica Neue", Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+ .screen { width: 100%; height: 100%; display: flex; flex-direction: column; }
19
+
20
+ /* Status bar */
21
+ .status {
22
+ height: 140px;
23
+ background: #D8D8D8;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ color: #ffffff;
30
+ font-size: 34px;
31
+ font-weight: 600;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status .right { display: flex; gap: 26px; align-items: center; }
35
+
36
+ /* App bar */
37
+ .appbar {
38
+ height: 160px;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 36px;
42
+ box-sizing: border-box;
43
+ border-bottom: 1px solid #eee;
44
+ gap: 24px;
45
+ }
46
+ .title {
47
+ font-size: 56px;
48
+ font-weight: 800;
49
+ letter-spacing: 0.5px;
50
+ }
51
+ .actions { margin-left: auto; display: flex; align-items: center; gap: 38px; }
52
+ .icon { width: 56px; height: 56px; }
53
+
54
+ /* Filter tabs bar */
55
+ .tabs {
56
+ height: 120px;
57
+ background: #fafafa;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 40px;
61
+ box-sizing: border-box;
62
+ border-bottom: 1px solid #eee;
63
+ }
64
+ .tab {
65
+ font-size: 36px;
66
+ font-weight: 800;
67
+ letter-spacing: 1px;
68
+ }
69
+ .tab + .tab { margin-left: 40px; }
70
+ .tabs .spacer { flex: 1; }
71
+ .tab.secondary { display: flex; align-items: center; gap: 18px; }
72
+
73
+ /* Sort/utility row */
74
+ .utility {
75
+ height: 120px;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 40px;
79
+ box-sizing: border-box;
80
+ color: #6b6b6b;
81
+ font-size: 34px;
82
+ border-bottom: 1px solid #f0f0f0;
83
+ }
84
+ .utility .highlight {
85
+ color: #d83a34;
86
+ text-decoration: underline;
87
+ margin-left: 16px;
88
+ }
89
+ .utility .right {
90
+ margin-left: auto;
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 22px;
94
+ color: #222;
95
+ }
96
+ .view-icon { width: 44px; height: 44px; }
97
+ .grid-red path { stroke: #d83a34; }
98
+
99
+ /* Active filters chips */
100
+ .chips {
101
+ height: 120px;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ gap: 16px;
106
+ }
107
+ .chip {
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ box-sizing: border-box;
112
+ height: 96px;
113
+ padding: 0 36px;
114
+ border: 1px solid #e8e0dd;
115
+ background: #ffffff;
116
+ font-size: 38px;
117
+ border-radius: 8px;
118
+ }
119
+ .chip.alt {
120
+ background: #f6ebe8;
121
+ border-color: #f0ded8;
122
+ }
123
+
124
+ /* Product grid */
125
+ .products {
126
+ flex: 1;
127
+ padding: 36px;
128
+ box-sizing: border-box;
129
+ overflow: hidden;
130
+ }
131
+ .grid {
132
+ display: grid;
133
+ grid-template-columns: repeat(2, 1fr);
134
+ gap: 40px 36px;
135
+ }
136
+ .card {
137
+ border: 1px solid #f0f0f0;
138
+ background: #fff;
139
+ }
140
+ .thumb {
141
+ position: relative;
142
+ width: 100%;
143
+ height: 620px;
144
+ background: #E0E0E0;
145
+ border-bottom: 1px solid #BDBDBD;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ color: #757575;
150
+ font-size: 34px;
151
+ }
152
+ .heart {
153
+ position: absolute;
154
+ right: 24px;
155
+ bottom: 24px;
156
+ width: 70px;
157
+ height: 70px;
158
+ background: rgba(255,255,255,0.9);
159
+ border-radius: 50%;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
164
+ }
165
+ .card-body {
166
+ padding: 28px;
167
+ }
168
+ .name {
169
+ font-size: 40px;
170
+ margin: 8px 0 8px 0;
171
+ }
172
+ .price {
173
+ font-size: 42px;
174
+ font-weight: 700;
175
+ margin-bottom: 18px;
176
+ }
177
+ .swatches { display: flex; gap: 18px; }
178
+ .dot {
179
+ width: 26px;
180
+ height: 26px;
181
+ border-radius: 50%;
182
+ border: 2px solid #cfcfcf;
183
+ background: #fff;
184
+ }
185
+ .dot.gray { background: #bdbdbd; }
186
+
187
+ /* Bottom gesture area */
188
+ .gesture {
189
+ height: 120px;
190
+ background: #000;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ }
195
+ .pill {
196
+ width: 320px;
197
+ height: 12px;
198
+ background: #cfcfcf;
199
+ border-radius: 8px;
200
+ }
201
+ /* Simple helpers */
202
+ .ml8 { margin-left: 8px; }
203
+ .ml16 { margin-left: 16px; }
204
+ </style>
205
+ </head>
206
+ <body>
207
+ <div id="render-target">
208
+ <div class="screen">
209
+ <!-- Status bar -->
210
+ <div class="status">
211
+ <div>10:34</div>
212
+ <div class="right">
213
+ <span>◉</span>
214
+ <span>🔋</span>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App bar -->
219
+ <div class="appbar">
220
+ <!-- Hamburger -->
221
+ <svg class="icon" viewBox="0 0 24 24">
222
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#222" stroke-width="2" stroke-linecap="round"/>
223
+ </svg>
224
+ <div class="title">Sneakers</div>
225
+ <div class="actions">
226
+ <!-- Search -->
227
+ <svg class="icon" viewBox="0 0 24 24">
228
+ <circle cx="11" cy="11" r="7" stroke="#222" stroke-width="2" fill="none"/>
229
+ <path d="M20 20l-4-4" stroke="#222" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ <!-- User -->
232
+ <svg class="icon" viewBox="0 0 24 24">
233
+ <circle cx="12" cy="8" r="4" stroke="#222" stroke-width="2" fill="none"/>
234
+ <path d="M4 20c2-4 14-4 16 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
235
+ </svg>
236
+ <!-- Heart -->
237
+ <svg class="icon" viewBox="0 0 24 24">
238
+ <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
239
+ </svg>
240
+ <!-- Bag -->
241
+ <svg class="icon" viewBox="0 0 24 24">
242
+ <path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222" stroke-width="2"/>
243
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" fill="none" stroke="#222" stroke-width="2"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Tabs -->
249
+ <div class="tabs">
250
+ <div class="tab">DEPARTMENT
251
+ <svg class="ml16" width="28" height="28" viewBox="0 0 24 24">
252
+ <path d="M6 9l6 6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
253
+ </svg>
254
+ </div>
255
+ <div class="spacer"></div>
256
+ <div class="tab secondary">FILTER &amp; SORT
257
+ <svg width="44" height="44" viewBox="0 0 24 24">
258
+ <path d="M4 6h10M4 12h16M4 18h7" stroke="#222" stroke-width="2" stroke-linecap="round"/>
259
+ <circle cx="16" cy="6" r="2" stroke="#222" stroke-width="2" fill="none"/>
260
+ <circle cx="11" cy="18" r="2" stroke="#222" stroke-width="2" fill="none"/>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Utility row -->
266
+ <div class="utility">
267
+ <div>Model <span class="highlight">Product</span></div>
268
+ <div class="right">
269
+ <span>11 Items</span>
270
+ <!-- list icon -->
271
+ <svg class="view-icon" viewBox="0 0 24 24">
272
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#222" stroke-width="2" stroke-linecap="round"/>
273
+ <rect x="0" y="0" width="0" height="0" fill="none"/>
274
+ </svg>
275
+ <!-- grid icon active -->
276
+ <svg class="view-icon grid-red" viewBox="0 0 24 24">
277
+ <path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z" fill="none" stroke="#d83a34" stroke-width="2"/>
278
+ </svg>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Chips -->
283
+ <div class="chips">
284
+ <div class="chip">7</div>
285
+ <div class="chip alt">
286
+ <svg width="40" height="40" viewBox="0 0 24 24">
287
+ <path d="M6 6l12 12M18 6L6 18" stroke="#222" stroke-width="2" stroke-linecap="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Products grid -->
293
+ <div class="products">
294
+ <div class="grid">
295
+ <!-- Card 1 -->
296
+ <div class="card">
297
+ <div class="thumb">
298
+ [IMG: 5-pack trainer socks - dark mix]
299
+ <div class="heart">
300
+ <svg width="34" height="34" viewBox="0 0 24 24">
301
+ <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+ <div class="card-body">
306
+ <div class="name">5-pack trainer socks</div>
307
+ <div class="price">Rs. 599.00</div>
308
+ <div class="swatches">
309
+ <div class="dot gray"></div>
310
+ <div class="dot"></div>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Card 2 -->
316
+ <div class="card">
317
+ <div class="thumb">
318
+ [IMG: 5-pack trainer socks - light mix]
319
+ <div class="heart">
320
+ <svg width="34" height="34" viewBox="0 0 24 24">
321
+ <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+ <div class="card-body">
326
+ <div class="name">5-pack trainer socks</div>
327
+ <div class="price">Rs. 599.00</div>
328
+ <div class="swatches">
329
+ <div class="dot"></div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Card 3 -->
335
+ <div class="card">
336
+ <div class="thumb">
337
+ [IMG: 5-pack white trainer socks]
338
+ <div class="heart">
339
+ <svg width="34" height="34" viewBox="0 0 24 24">
340
+ <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+ <div class="card-body">
345
+ <div class="name">5-pack trainer socks</div>
346
+ <div class="price">Rs. 599.00</div>
347
+ <div class="swatches">
348
+ <div class="dot"></div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Card 4 -->
354
+ <div class="card">
355
+ <div class="thumb">
356
+ [IMG: 3-pack low-cut socks]
357
+ <div class="heart">
358
+ <svg width="34" height="34" viewBox="0 0 24 24">
359
+ <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
360
+ </svg>
361
+ </div>
362
+ </div>
363
+ <div class="card-body">
364
+ <div class="name">3-pack liner socks</div>
365
+ <div class="price">Rs. 599.00</div>
366
+ <div class="swatches">
367
+ <div class="dot"></div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Bottom gesture area -->
375
+ <div class="gesture">
376
+ <div class="pill"></div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ </body>
381
+ </html>
code/13225/13225_0.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Weather App Mock</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#fff;}
9
+ #render-target{
10
+ width:1080px;height:2400px;position:relative;overflow:hidden;
11
+ background: linear-gradient(180deg,#57b6ff 0%, #2c8af6 45%, #0f67e7 100%);
12
+ border-radius:28px;
13
+ }
14
+
15
+ /* Header */
16
+ .topbar{
17
+ height:180px;padding:40px 44px 0 44px;box-sizing:border-box;
18
+ }
19
+ .nav{
20
+ margin-top:20px;
21
+ display:flex;align-items:center;justify-content:space-between;
22
+ }
23
+ .nav-left{display:flex;align-items:center;gap:28px;}
24
+ .menu-btn{width:60px;height:60px;border-radius:14px;background:transparent;display:flex;align-items:center;justify-content:center;border:0}
25
+ .brand{display:flex;flex-direction:column;line-height:1}
26
+ .brand-name{font-size:40px;font-weight:700;opacity:.95;display:flex;align-items:center;gap:12px;}
27
+ .brand-loc{font-size:48px;font-weight:800;margin-top:6px;letter-spacing:.2px;}
28
+ .premium-btn{
29
+ padding:22px 30px;border-radius:40px;background:#fff;color:#ff7445;border:3px solid #ff7445;
30
+ font-weight:800;font-size:34px;letter-spacing:.3px;
31
+ }
32
+
33
+ .divider{height:2px;background:rgba(255,255,255,.25);margin:18px 0 0 0;opacity:.5}
34
+
35
+ /* Headline */
36
+ .headline{
37
+ text-align:center;font-size:48px;margin-top:44px;opacity:.95;
38
+ }
39
+ .subtime{margin-top:14px;text-align:center;font-size:32px;opacity:.85}
40
+
41
+ /* Dial */
42
+ .dial-wrap{margin-top:24px;display:flex;justify-content:center;position:relative;}
43
+ .dial{
44
+ width:960px;height:960px;border-radius:50%;
45
+ background:
46
+ repeating-conic-gradient(rgba(255,255,255,.35) 0deg 6deg, rgba(255,255,255,0) 6deg 14deg),
47
+ radial-gradient(circle at 50% 50%, rgba(255,255,255,.15) 0%, rgba(255,255,255,0) 58%, rgba(0,0,0,.06) 59%, rgba(0,0,0,0) 60%);
48
+ display:flex;align-items:center;justify-content:center;opacity:.95;
49
+ }
50
+ .orb{
51
+ width:780px;height:780px;border-radius:50%;
52
+ background: radial-gradient(120% 120% at 30% 25%, rgba(255,255,255,.55) 0%, rgba(106,170,255,.45) 28%, rgba(40,126,249,.85) 65%, rgba(31,106,241,.95) 100%);
53
+ box-shadow: 0 40px 90px rgba(0,0,0,.15) inset;
54
+ display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
55
+ }
56
+ .temp-icon{margin-bottom:16px;opacity:.95}
57
+ .temp{font-size:200px;font-weight:800;line-height:1}
58
+ .unit{font-size:52px;vertical-align:top;margin-left:10px;opacity:.9}
59
+ .realfeel{margin-top:16px;font-size:44px;opacity:.95}
60
+ .next{margin-top:34px;font-size:48px;font-weight:700;color:#bfe1ff;display:flex;align-items:center;gap:12px}
61
+
62
+ /* Legend */
63
+ .legend{
64
+ width:980px;margin:20px auto 0 auto;padding-top:14px;color:#d8ecff;
65
+ display:flex;gap:34px;align-items:center;justify-content:center;font-size:34px;
66
+ }
67
+ .legend .group{display:flex;align-items:center;gap:16px}
68
+ .dot{width:20px;height:20px;border-radius:50%;display:inline-block;border:2px solid rgba(255,255,255,.45)}
69
+ .dots{display:flex;gap:14px;margin-left:8px}
70
+ .rain1{background:#5ddf00}.rain2{background:#7bd200}.rain3{background:#ffc400}.rain4{background:#ff7a00}.rain5{background:#ff3d2e}
71
+ .snow1{background:#e5f1ff}.snow2{background:#b9d6ff}.snow3{background:#8bb7ff}.snow4{background:#4c8cff}
72
+ .ice1{background:#ffc4d4}.ice2{background:#ff7aa5}.ice3{background:#ff5486}
73
+ .mix1{background:#ff78ff}.mix2{background:#cf6cff}.mix3{background:#9c62ff}.mix4{background:#6f5cff}
74
+
75
+ /* Forecast cards */
76
+ .cards{
77
+ width:980px;margin:28px auto 0 auto;background:rgba(255,255,255,.12);
78
+ border-radius:28px;padding:30px 0;backdrop-filter: blur(2px);
79
+ display:flex;
80
+ }
81
+ .card{flex:1;padding:24px 38px;box-sizing:border-box}
82
+ .card:not(:last-child){border-right:2px solid rgba(255,255,255,.18)}
83
+ .card .title{font-size:34px;letter-spacing:.5px;color:#cfe6ff;font-weight:700}
84
+ .card .big{display:flex;align-items:center;gap:18px;margin-top:18px}
85
+ .deg{font-size:96px;font-weight:800}
86
+ .rf{margin-top:6px;color:#cfe6ff;font-size:32px}
87
+
88
+ /* Details header */
89
+ .details{
90
+ width:980px;margin:48px auto 0 auto;
91
+ }
92
+ .details h2{margin:0;font-size:64px;font-weight:800}
93
+ .details .sub{margin-top:10px;letter-spacing:1px;color:#9eccff}
94
+
95
+ /* Bottom nav */
96
+ .bottom-nav{
97
+ position:absolute;left:0;right:0;bottom:80px;height:180px;
98
+ background: rgba(0,0,0,.15);
99
+ display:flex;justify-content:space-around;align-items:center;
100
+ border-top:2px solid rgba(255,255,255,.18)
101
+ }
102
+ .bn-item{color:#cfe2ff;font-size:32px;display:flex;flex-direction:column;align-items:center;gap:16px}
103
+ .bn-item.active{color:#fff}
104
+ .pill{
105
+ position:absolute;right:44px;top:54px;
106
+ }
107
+
108
+ /* Simple helpers */
109
+ .row{display:flex;align-items:center}
110
+ .center{text-align:center}
111
+ .small-muted{font-size:32px;opacity:.8}
112
+ .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
113
+ .muted{opacity:.85}
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <div class="topbar">
120
+ <div class="nav">
121
+ <div class="nav-left">
122
+ <button class="menu-btn" aria-label="Menu">
123
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
124
+ <path d="M3 6h18M3 12h18M3 18h18"/>
125
+ </svg>
126
+ </button>
127
+ <div class="brand">
128
+ <div class="brand-name">
129
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
130
+ <circle cx="12" cy="12" r="4"></circle>
131
+ <path d="M12 1v4M12 19v4M1 12h4M19 12h4M4.2 4.2l2.8 2.8M17 17l2.8 2.8M4.2 19.8l2.8-2.8M17 7l2.8-2.8"/>
132
+ </svg>
133
+ AccuWeather
134
+ </div>
135
+ <div class="brand-loc">Denver, CO
136
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#fff">
137
+ <path d="M7 9l5 5 5-5z"/>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ <div class="pill">
143
+ <span class="premium-btn">GET PREMIUM+</span>
144
+ </div>
145
+ </div>
146
+ <div class="divider"></div>
147
+ </div>
148
+
149
+ <div class="headline">No precipitation for at least 60 min</div>
150
+ <div class="subtime">7:42 AM</div>
151
+
152
+ <div class="dial-wrap">
153
+ <div class="dial">
154
+ <div class="orb">
155
+ <div class="temp-icon">
156
+ <svg width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
157
+ <circle cx="9" cy="12" r="3"></circle>
158
+ <path d="M13 12a4 4 0 1 0-4-4"></path>
159
+ <path d="M1 12h2M4.2 4.2l1.4 1.4M9 1v2M13.4 5.6l1.4-1.4M17 12h2M13.4 18.4l1.4 1.4M9 21v2M4.2 19.8l1.4-1.4"></path>
160
+ </svg>
161
+ </div>
162
+ <div class="temp">52° <span class="unit">F</span></div>
163
+ <div class="realfeel">RealFeel 56°</div>
164
+ <div class="next">Next 4 Hours
165
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#bfe1ff" stroke-width="2">
166
+ <path d="M5 12h14M13 6l6 6-6 6"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="legend">
174
+ <div class="group">Rain
175
+ <div class="dots">
176
+ <span class="dot rain1"></span>
177
+ <span class="dot rain2"></span>
178
+ <span class="dot rain3"></span>
179
+ <span class="dot rain4"></span>
180
+ <span class="dot rain5"></span>
181
+ </div>
182
+ </div>
183
+ <div class="group">Snow
184
+ <div class="dots">
185
+ <span class="dot snow1"></span>
186
+ <span class="dot snow2"></span>
187
+ <span class="dot snow3"></span>
188
+ <span class="dot snow4"></span>
189
+ </div>
190
+ </div>
191
+ <div class="group">Ice
192
+ <div class="dots">
193
+ <span class="dot ice1"></span>
194
+ <span class="dot ice2"></span>
195
+ <span class="dot ice3"></span>
196
+ </div>
197
+ </div>
198
+ <div class="group">Mix
199
+ <div class="dots">
200
+ <span class="dot mix1"></span>
201
+ <span class="dot mix2"></span>
202
+ <span class="dot mix3"></span>
203
+ <span class="dot mix4"></span>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="cards">
209
+ <div class="card">
210
+ <div class="title">TODAY</div>
211
+ <div class="big">
212
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
213
+ <circle cx="12" cy="12" r="4"></circle>
214
+ <path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1"/>
215
+ </svg>
216
+ <div class="deg">85°</div>
217
+ </div>
218
+ <div class="rf">RealFeel 87°</div>
219
+ </div>
220
+ <div class="card">
221
+ <div class="title">TONIGHT</div>
222
+ <div class="big">
223
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
224
+ <path d="M21 12.5A8.5 8.5 0 1 1 11.5 3c-.4 5.2 4.8 10.4 9.5 9.5z"></path>
225
+ </svg>
226
+ <div class="deg">47°</div>
227
+ </div>
228
+ <div class="rf">RealFeel 48°</div>
229
+ </div>
230
+ <div class="card">
231
+ <div class="title">WED</div>
232
+ <div class="big">
233
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
234
+ <circle cx="12" cy="12" r="4"></circle>
235
+ <path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1"/>
236
+ </svg>
237
+ <div class="deg">89°</div>
238
+ </div>
239
+ <div class="rf">RealFeel 90°</div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="details">
244
+ <h2>Today's Details</h2>
245
+ <div class="sub">CURRENT CONDITIONS</div>
246
+ </div>
247
+
248
+ <div class="bottom-nav">
249
+ <div class="bn-item active">
250
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
251
+ <rect x="4" y="5" width="16" height="15" rx="2"></rect>
252
+ <path d="M8 3v4M16 3v4M4 10h16"></path>
253
+ </svg>
254
+ <div>Today</div>
255
+ </div>
256
+ <div class="bn-item">
257
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
258
+ <circle cx="12" cy="12" r="9"></circle>
259
+ <path d="M12 7v6l4 2"></path>
260
+ </svg>
261
+ <div>Hourly</div>
262
+ </div>
263
+ <div class="bn-item">
264
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
265
+ <rect x="4" y="5" width="16" height="15" rx="2"></rect>
266
+ <path d="M4 10h16M8 14h4M8 18h8"></path>
267
+ </svg>
268
+ <div>Daily</div>
269
+ </div>
270
+ <div class="bn-item">
271
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
272
+ <path d="M3 12h18"></path>
273
+ <path d="M6 12a6 6 0 0 1 12 0"></path>
274
+ <circle cx="12" cy="12" r="2"></circle>
275
+ </svg>
276
+ <div>Radar & Maps</div>
277
+ </div>
278
+ <div class="bn-item">
279
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
280
+ <path d="M20 12a7 7 0 0 1-9 6.7 6 6 0 1 0 8-8.7 7 7 0 0 1 1 2z"></path>
281
+ </svg>
282
+ <div>Hurricanes</div>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/13225/13225_1.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>AccuWeather Drawer UI - 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: #0f1416;
14
+ }
15
+
16
+ /* Right-side underlying app preview */
17
+ .app-preview {
18
+ position: absolute;
19
+ right: 0;
20
+ top: 0;
21
+ width: 360px;
22
+ height: 100%;
23
+ background: linear-gradient(180deg, #072a54 0%, #0a3f82 65%, #0a2852 100%);
24
+ }
25
+ .app-preview .hamburger {
26
+ position: absolute; top: 90px; left: 30px; opacity: 0.4;
27
+ }
28
+ .app-preview .hamburger span {
29
+ display: block; width: 48px; height: 4px; margin: 8px 0; background: #d6e6ff; border-radius: 2px;
30
+ }
31
+
32
+ /* Drawer */
33
+ .drawer {
34
+ position: absolute;
35
+ left: 0; top: 0;
36
+ width: 720px;
37
+ height: 100%;
38
+ background: #2f3639;
39
+ color: #e9eef0;
40
+ box-shadow: 6px 0 24px rgba(0,0,0,0.35);
41
+ }
42
+ .drawer-inner {
43
+ padding: 56px 48px 24px 48px;
44
+ }
45
+
46
+ /* Branding */
47
+ .brand {
48
+ display: flex; align-items: center; gap: 20px;
49
+ }
50
+ .brand-name {
51
+ font-size: 52px; font-weight: 700; letter-spacing: 0.2px;
52
+ }
53
+ .brand-tag {
54
+ margin-left: 84px; margin-top: 6px; font-size: 22px; color: #9aa6ad;
55
+ }
56
+
57
+ /* Promo card */
58
+ .promo {
59
+ margin-top: 36px;
60
+ border-radius: 18px;
61
+ overflow: hidden;
62
+ background: #24313a;
63
+ }
64
+ .promo .img {
65
+ height: 260px;
66
+ background: #E0E0E0;
67
+ border-bottom: 1px solid #BDBDBD;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #555; font-size: 28px; letter-spacing: 0.2px;
70
+ }
71
+ .promo .content {
72
+ padding: 26px;
73
+ }
74
+ .promo h3 {
75
+ margin: 0 0 18px 0;
76
+ font-size: 38px;
77
+ line-height: 1.2;
78
+ color: #ffffff;
79
+ font-weight: 700;
80
+ }
81
+ .promo .btn {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ padding: 18px 26px;
86
+ border-radius: 12px;
87
+ background: linear-gradient(90deg, #1fb6a6, #2272bf);
88
+ color: #fff;
89
+ font-size: 28px;
90
+ font-weight: 700;
91
+ width: 100%;
92
+ }
93
+ .promo .btn .arrow {
94
+ margin-left: 16px;
95
+ width: 0; height: 0;
96
+ border-top: 8px solid transparent;
97
+ border-bottom: 8px solid transparent;
98
+ border-left: 12px solid #ffffff;
99
+ }
100
+
101
+ /* Menu list */
102
+ .menu {
103
+ margin-top: 38px;
104
+ }
105
+ .menu-item {
106
+ display: flex; align-items: center;
107
+ gap: 22px;
108
+ padding: 24px 6px;
109
+ color: #e8eef1;
110
+ }
111
+ .menu-item .label {
112
+ font-size: 36px; font-weight: 600; letter-spacing: 0.2px;
113
+ }
114
+ .menu-item .label.orange { color: #ff7b29; }
115
+ .menu-item .badge {
116
+ margin-left: 14px;
117
+ padding: 6px 14px;
118
+ font-size: 20px;
119
+ border-radius: 20px;
120
+ font-weight: 800;
121
+ }
122
+ .badge-live { background: #c91912; color: #fff; }
123
+ .badge-new { background: #ff7b29; color: #fff; }
124
+ .divider {
125
+ margin: 18px 0 16px 0; height: 1px; background: #424a4d;
126
+ }
127
+
128
+ /* Secondary links */
129
+ .links { margin-top: 24px; }
130
+ .link-item {
131
+ padding: 26px 6px;
132
+ font-size: 30px;
133
+ color: #d2dadd;
134
+ }
135
+
136
+ /* Footer legal */
137
+ .footer {
138
+ position: absolute;
139
+ left: 48px;
140
+ right: 48px;
141
+ bottom: 46px;
142
+ display: flex; justify-content: flex-start; gap: 22px; align-items: center;
143
+ color: #c7d0d4; font-size: 26px;
144
+ }
145
+ .dot {
146
+ width: 8px; height: 8px; background: #9eabb1; border-radius: 50%;
147
+ display: inline-block;
148
+ margin: 0 12px;
149
+ }
150
+
151
+ /* Icons */
152
+ .icon { width: 44px; height: 44px; color: #b9c3c7; }
153
+
154
+ /* Home indicator imitation */
155
+ .home-indicator {
156
+ position: absolute;
157
+ bottom: 8px; left: 50%;
158
+ transform: translateX(-50%);
159
+ width: 360px; height: 10px; border-radius: 6px; background: rgba(255,255,255,0.75);
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+ <!-- Right side underlying content preview -->
166
+ <div class="app-preview">
167
+ <div class="hamburger">
168
+ <span></span><span></span><span></span>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Left Drawer -->
173
+ <div class="drawer">
174
+ <div class="drawer-inner">
175
+ <!-- Branding -->
176
+ <div class="brand">
177
+ <!-- Sun icon -->
178
+ <svg class="icon" viewBox="0 0 24 24" style="width:60px;height:60px;color:#ff6b1a;">
179
+ <circle cx="12" cy="12" r="5" fill="#ff6b1a"></circle>
180
+ <g stroke="#ff6b1a" stroke-width="2" stroke-linecap="round">
181
+ <line x1="12" y1="1.5" x2="12" y2="4"></line>
182
+ <line x1="12" y1="20" x2="12" y2="22.5"></line>
183
+ <line x1="1.5" y1="12" x2="4" y2="12"></line>
184
+ <line x1="20" y1="12" x2="22.5" y2="12"></line>
185
+ <line x1="4.2" y1="4.2" x2="6" y2="6"></line>
186
+ <line x1="18" y1="18" x2="19.8" y2="19.8"></line>
187
+ <line x1="4.2" y1="19.8" x2="6" y2="18"></line>
188
+ <line x1="18" y1="6" x2="19.8" y2="4.2"></line>
189
+ </g>
190
+ </svg>
191
+ <div>
192
+ <div class="brand-name">AccuWeather</div>
193
+ <div class="brand-tag">Superior Accuracy</div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Promo Card -->
198
+ <div class="promo">
199
+ <div class="img">[IMG: Aurora Promo]</div>
200
+ <div class="content">
201
+ <h3>Upgrade to a Better Weather Experience</h3>
202
+ <div class="btn">Get Premium+ <span class="arrow"></span></div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Menu items -->
207
+ <div class="menu">
208
+ <div class="menu-item">
209
+ <!-- News icon -->
210
+ <svg class="icon" viewBox="0 0 24 24">
211
+ <rect x="3" y="4" width="14" height="16" rx="2" fill="none" stroke="currentColor" stroke-width="2"></rect>
212
+ <rect x="19" y="7" width="2" height="10" rx="1" fill="currentColor"></rect>
213
+ <line x1="6" y1="8" x2="14" y2="8" stroke="currentColor" stroke-width="2"></line>
214
+ <line x1="6" y1="12" x2="14" y2="12" stroke="currentColor" stroke-width="2"></line>
215
+ <line x1="6" y1="16" x2="11" y2="16" stroke="currentColor" stroke-width="2"></line>
216
+ </svg>
217
+ <div class="label">News</div>
218
+ </div>
219
+
220
+ <div class="menu-item">
221
+ <!-- Play icon -->
222
+ <svg class="icon" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="2"></circle>
224
+ <polygon points="10,8 16,12 10,16" fill="currentColor"></polygon>
225
+ </svg>
226
+ <div class="label">Video</div>
227
+ <span class="badge badge-live">LIVE</span>
228
+ </div>
229
+
230
+ <div class="menu-item">
231
+ <!-- Gear icon -->
232
+ <svg class="icon" viewBox="0 0 24 24">
233
+ <circle cx="12" cy="12" r="3" fill="none" stroke="currentColor" stroke-width="2"></circle>
234
+ <path d="M12 2v3M12 19v3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M2 12h3M19 12h3M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
235
+ </svg>
236
+ <div class="label">Settings</div>
237
+ </div>
238
+
239
+ <div class="menu-item">
240
+ <span class="badge badge-new" style="min-width:60px;text-align:center;">NEW</span>
241
+ <div class="label orange">What's New</div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="divider"></div>
246
+
247
+ <!-- Secondary links -->
248
+ <div class="links">
249
+ <div class="link-item">How We Forecast</div>
250
+ <div class="link-item">About AccuWeather</div>
251
+ <div class="link-item">Contact Us</div>
252
+ <div class="link-item">Help</div>
253
+ <div class="link-item">Rate our app</div>
254
+ <div class="link-item">Share Our App</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Footer -->
259
+ <div class="footer">
260
+ <span>Terms of Use</span>
261
+ <span class="dot"></span>
262
+ <span>Privacy Policy</span>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="home-indicator"></div>
267
+ </div>
268
+ </body>
269
+ </html>
code/13225/13225_2.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Settings Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Inter", "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #272D31;
15
+ color: #EAEFF2;
16
+ }
17
+
18
+ /* Top app bar */
19
+ .appbar {
20
+ position: relative;
21
+ height: 200px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ color: #E6ECEF;
27
+ }
28
+ .back-btn {
29
+ position: absolute;
30
+ left: 40px;
31
+ top: 50%;
32
+ transform: translateY(-50%);
33
+ width: 80px;
34
+ height: 80px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ border-radius: 40px;
39
+ }
40
+ .title {
41
+ font-size: 56px;
42
+ font-weight: 600;
43
+ letter-spacing: 0.5px;
44
+ }
45
+ .divider {
46
+ height: 2px;
47
+ background: #394047;
48
+ width: 100%;
49
+ }
50
+
51
+ /* Content area */
52
+ .content {
53
+ padding: 50px 60px 120px 60px;
54
+ }
55
+ .section {
56
+ margin-top: 56px;
57
+ }
58
+ .section-label {
59
+ color: #C6CCD0;
60
+ font-size: 28px;
61
+ letter-spacing: 4px;
62
+ text-transform: uppercase;
63
+ margin: 36px 10px 24px;
64
+ }
65
+
66
+ /* Segmented controls */
67
+ .seg {
68
+ border: 2px solid #4A545A;
69
+ border-radius: 80px;
70
+ overflow: hidden;
71
+ display: flex;
72
+ background: #2D3439;
73
+ }
74
+ .seg.disabled {
75
+ opacity: 0.35;
76
+ }
77
+ .seg .item {
78
+ flex: 1;
79
+ text-align: center;
80
+ padding: 34px 10px 30px;
81
+ position: relative;
82
+ color: #C9D0D4;
83
+ border-right: 2px solid #4A545A;
84
+ }
85
+ .seg .item:last-child { border-right: none; }
86
+ .seg .item.active {
87
+ background: #3A4146;
88
+ color: #FFFFFF;
89
+ }
90
+ .seg .label {
91
+ font-size: 44px;
92
+ font-weight: 600;
93
+ }
94
+ .seg .sublabel {
95
+ margin-top: 6px;
96
+ font-size: 26px;
97
+ color: #A6B0B6;
98
+ }
99
+ .seg .item.active .sublabel { color: #D7DEE2; }
100
+
101
+ /* Toggle rows */
102
+ .pref {
103
+ margin-top: 70px;
104
+ }
105
+ .pref-header {
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: space-between;
109
+ }
110
+ .pref-title {
111
+ font-size: 44px;
112
+ font-weight: 600;
113
+ color: #EAF0F3;
114
+ }
115
+ .pref-desc {
116
+ margin-top: 16px;
117
+ font-size: 30px;
118
+ line-height: 1.45;
119
+ color: #93A0A7;
120
+ max-width: 880px;
121
+ }
122
+
123
+ /* Toggle switch */
124
+ .switch {
125
+ position: relative;
126
+ width: 170px;
127
+ height: 88px;
128
+ border-radius: 60px;
129
+ background: #3CDC76;
130
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.15);
131
+ transition: background 0.2s ease;
132
+ }
133
+ .switch::after {
134
+ content: "";
135
+ position: absolute;
136
+ top: 8px;
137
+ left: 86px; /* on position (right) */
138
+ width: 72px;
139
+ height: 72px;
140
+ border-radius: 50%;
141
+ background: #FFFFFF;
142
+ box-shadow: 0 2px 10px rgba(0,0,0,0.35);
143
+ }
144
+ .switch.off {
145
+ background: #4A545A;
146
+ }
147
+ .switch.off::after {
148
+ left: 8px;
149
+ background: #DADFE3;
150
+ }
151
+
152
+ /* List item */
153
+ .list-item {
154
+ margin-top: 90px;
155
+ padding: 36px 10px;
156
+ border-top: 2px solid #394047;
157
+ border-bottom: 2px solid #394047;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: space-between;
161
+ }
162
+ .list-title {
163
+ font-size: 44px;
164
+ color: #EAF0F3;
165
+ font-weight: 600;
166
+ }
167
+ .chev {
168
+ width: 48px;
169
+ height: 48px;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+ <div class="appbar">
176
+ <div class="back-btn" aria-label="Back">
177
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
178
+ <path d="M15 4 L7 12 L15 20" stroke="#E6ECEF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
179
+ </svg>
180
+ </div>
181
+ <div class="title">Settings</div>
182
+ </div>
183
+ <div class="divider"></div>
184
+
185
+ <div class="content">
186
+
187
+ <!-- Units -->
188
+ <div class="section">
189
+ <div class="section-label">Units</div>
190
+ <div class="seg">
191
+ <div class="item active">
192
+ <div class="label">Imperial</div>
193
+ <div class="sublabel">°F, mph, in</div>
194
+ </div>
195
+ <div class="item">
196
+ <div class="label">Metric</div>
197
+ <div class="sublabel">°C, km/h, mm</div>
198
+ </div>
199
+ <div class="item">
200
+ <div class="label">Hybrid</div>
201
+ <div class="sublabel">°C, mph, mm</div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Wind Direction -->
207
+ <div class="section">
208
+ <div class="section-label">Wind Direction</div>
209
+ <div class="seg">
210
+ <div class="item active">
211
+ <div class="label">Cardinal</div>
212
+ <div class="sublabel">N, S, W, E</div>
213
+ </div>
214
+ <div class="item">
215
+ <div class="label">Degrees</div>
216
+ <div class="sublabel">0° – 360°</div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Display Mode -->
222
+ <div class="section">
223
+ <div class="section-label">Display Mode</div>
224
+ <div class="seg disabled">
225
+ <div class="item">
226
+ <div class="label">Light</div>
227
+ </div>
228
+ <div class="item">
229
+ <div class="label">Dark</div>
230
+ </div>
231
+ <div class="item">
232
+ <div class="label">Black</div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Use Device Settings toggle -->
238
+ <div class="pref">
239
+ <div class="pref-header">
240
+ <div class="pref-title">Use Device Settings</div>
241
+ <div class="switch" aria-label="Use Device Settings - On"></div>
242
+ </div>
243
+ <div class="pref-desc">
244
+ Enable the Light or Dark selection located in your device's Display &amp; Brightness settings
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Current Conditions Background toggle -->
249
+ <div class="pref">
250
+ <div class="pref-header">
251
+ <div class="pref-title">Current Conditions Background</div>
252
+ <div class="switch" aria-label="Current Conditions Background - On"></div>
253
+ </div>
254
+ <div class="pref-desc">
255
+ Enable/disable the background on your Today screen to visually reflect the weather in your selected location. That means if it’s raining outside, it’s raining in the app.
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Manage Notifications -->
260
+ <div class="list-item">
261
+ <div class="list-title">Manage Notifications</div>
262
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
263
+ <path d="M9 5 L16 12 L9 19" stroke="#C6CCD0" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
264
+ </svg>
265
+ </div>
266
+
267
+ </div>
268
+ </div>
269
+ </body>
270
+ </html>
code/13225/13225_3.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Notifications UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #2D3235;
15
+ color: #E6ECEF;
16
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #D7DDE0;
27
+ font-weight: 600;
28
+ font-size: 36px;
29
+ opacity: 0.9;
30
+ }
31
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
32
+ .dot { width: 10px; height: 10px; background: #C7CCD0; border-radius: 50%; display: inline-block; }
33
+
34
+ /* Header */
35
+ .app-bar {
36
+ height: 140px;
37
+ border-bottom: 1px solid #3A3F43;
38
+ display: flex;
39
+ align-items: center;
40
+ position: relative;
41
+ padding: 0 36px;
42
+ }
43
+ .back-btn {
44
+ width: 72px;
45
+ height: 72px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .app-title {
51
+ position: absolute;
52
+ left: 0; right: 0;
53
+ text-align: center;
54
+ font-size: 44px;
55
+ font-weight: 700;
56
+ letter-spacing: 0.2px;
57
+ color: #E9EEF1;
58
+ }
59
+
60
+ /* List & items */
61
+ .list { padding: 6px 0 0; }
62
+ .item {
63
+ padding: 36px 36px 30px;
64
+ border-bottom: 1px solid #3A3F43;
65
+ position: relative;
66
+ }
67
+ .item h3 {
68
+ margin: 0 0 16px 0;
69
+ font-size: 42px;
70
+ font-weight: 700;
71
+ color: #F1F4F6;
72
+ }
73
+ .item p {
74
+ margin: 0;
75
+ font-size: 32px;
76
+ line-height: 1.45;
77
+ color: #98A3AB;
78
+ max-width: 880px;
79
+ }
80
+ .right-info {
81
+ position: absolute;
82
+ right: 110px;
83
+ top: 42px;
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 18px;
87
+ }
88
+ .state {
89
+ font-size: 30px;
90
+ color: #A5AFB6;
91
+ font-weight: 700;
92
+ }
93
+ .state.on { color: #9FD19F; }
94
+ .badge {
95
+ background: #F2681E;
96
+ color: #FFFFFF;
97
+ font-size: 28px;
98
+ font-weight: 800;
99
+ padding: 10px 22px;
100
+ border-radius: 24px;
101
+ display: inline-flex;
102
+ align-items: center;
103
+ gap: 12px;
104
+ letter-spacing: 0.3px;
105
+ }
106
+ .chevron {
107
+ position: absolute;
108
+ right: 40px;
109
+ top: 52px;
110
+ width: 42px;
111
+ height: 42px;
112
+ opacity: 0.8;
113
+ }
114
+
115
+ /* Pills */
116
+ .pill-group {
117
+ margin-top: 28px;
118
+ display: flex;
119
+ flex-wrap: wrap;
120
+ gap: 16px;
121
+ }
122
+ .pill {
123
+ background: #444A4F;
124
+ color: #DDE3E6;
125
+ border-radius: 22px;
126
+ padding: 12px 20px;
127
+ font-size: 28px;
128
+ font-weight: 700;
129
+ letter-spacing: 0.2px;
130
+ }
131
+
132
+ /* Section label */
133
+ .section-label {
134
+ padding: 34px 36px;
135
+ color: #B3BCC2;
136
+ font-size: 30px;
137
+ font-weight: 800;
138
+ letter-spacing: 1.2px;
139
+ text-transform: uppercase;
140
+ border-bottom: 1px solid #3A3F43;
141
+ }
142
+
143
+ /* Simple rows */
144
+ .row {
145
+ padding: 40px 36px;
146
+ border-bottom: 1px solid #3A3F43;
147
+ position: relative;
148
+ }
149
+ .row .title {
150
+ font-size: 40px;
151
+ font-weight: 700;
152
+ color: #F1F4F6;
153
+ }
154
+ .row .right {
155
+ position: absolute;
156
+ right: 110px;
157
+ top: 40px;
158
+ font-size: 30px;
159
+ color: #A5AFB6;
160
+ font-weight: 700;
161
+ }
162
+ .row .chevron { right: 40px; top: 40px; }
163
+
164
+ /* Bottom handle */
165
+ .handle {
166
+ position: absolute;
167
+ bottom: 32px;
168
+ left: 50%;
169
+ transform: translateX(-50%);
170
+ width: 240px;
171
+ height: 10px;
172
+ background: #E6E6E6;
173
+ border-radius: 6px;
174
+ opacity: 0.9;
175
+ }
176
+
177
+ /* Simple icon styles */
178
+ .icon { display: inline-block; }
179
+ .icon svg { display: block; }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status bar -->
186
+ <div class="status-bar">
187
+ <div class="status-left">
188
+ <span>7:16</span>
189
+ <!-- approximate app icons as dots -->
190
+ <span class="dot"></span>
191
+ <span class="dot"></span>
192
+ <span class="dot"></span>
193
+ <span class="dot"></span>
194
+ <span class="dot"></span>
195
+ </div>
196
+ <div class="status-right">
197
+ <!-- Wi-Fi -->
198
+ <span class="icon" aria-label="wifi">
199
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#D7DDE0">
200
+ <path d="M12 18.5c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3zM4 10.2l1.3 1.3C7.6 9.2 10 8.4 12 8.4s4.4.8 6.7 3.1l1.3-1.3C17.3 6.7 14.7 5.6 12 5.6S6.7 6.7 4 10.2zm3.3 3.3l1.3 1.3c1.5-1.4 3-2.1 3.4-2.1.4 0 1.9.7 3.4 2.1l1.3-1.3C15.1 12 13.3 11.1 12 11.1s-3.1.9-4.7 2.4z"/>
201
+ </svg>
202
+ </span>
203
+ <!-- Ring -->
204
+ <span class="icon" aria-label="ring">
205
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#D7DDE0">
206
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm8-6V11a8 8 0 1 0-16 0v5l-2 2v1h20v-1l-2-2z"/>
207
+ </svg>
208
+ </span>
209
+ <!-- Battery -->
210
+ <span class="icon" aria-label="battery">
211
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#D7DDE0">
212
+ <path d="M18 6h2v2h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1v2h-2v-2H6v2H4v-2H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1V6h2v2h12V6zM4 10v4h16v-4H4z"/>
213
+ </svg>
214
+ </span>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App bar -->
219
+ <div class="app-bar">
220
+ <div class="back-btn" aria-label="Back">
221
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#DDE3E6">
222
+ <path d="M15.5 5.5L9 12l6.5 6.5-1.5 1.5L6 12l8-8 1.5 1.5z"/>
223
+ </svg>
224
+ </div>
225
+ <div class="app-title">Notifications</div>
226
+ </div>
227
+
228
+ <!-- List -->
229
+ <div class="list">
230
+ <!-- AccuWeather Alerts -->
231
+ <div class="item">
232
+ <h3>AccuWeather Alerts™</h3>
233
+ <div class="right-info">
234
+ <span class="badge">
235
+ PREMIUM+
236
+ <svg width="20" height="20" viewBox="0 0 24 24" fill="#FFFFFF" aria-hidden="true">
237
+ <path d="M12 2a4 4 0 0 0-4 4v2H6v12h12V8h-2V6a4 4 0 0 0-4-4zm-2 6V6a2 2 0 0 1 4 0v2h-4z"/>
238
+ </svg>
239
+ </span>
240
+ </div>
241
+ <svg class="chevron" viewBox="0 0 24 24" fill="#A5AFB6" aria-hidden="true">
242
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
243
+ </svg>
244
+ <p>The most advanced severe weather notifications available.</p>
245
+ </div>
246
+
247
+ <!-- Government Alerts -->
248
+ <div class="item">
249
+ <h3>Government Alerts</h3>
250
+ <div class="right-info">
251
+ <span class="state">OFF</span>
252
+ </div>
253
+ <svg class="chevron" viewBox="0 0 24 24" fill="#A5AFB6" aria-hidden="true">
254
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
255
+ </svg>
256
+ <p>Standard watches and warnings that include a map outlining impacted areas and links to more information.</p>
257
+ </div>
258
+
259
+ <!-- Weather News -->
260
+ <div class="item">
261
+ <h3>Weather News</h3>
262
+ <div class="right-info">
263
+ <span class="state on">ON</span>
264
+ </div>
265
+ <svg class="chevron" viewBox="0 0 24 24" fill="#A5AFB6" aria-hidden="true">
266
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
267
+ </svg>
268
+ <p>The latest in weather-related news, sports, astronomy, and more.</p>
269
+ <div class="pill-group">
270
+ <span class="pill">Top Stories</span>
271
+ <span class="pill">Astronomy</span>
272
+ <span class="pill">Air Quality/Allergy</span>
273
+ <span class="pill">Sports</span>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Section label -->
278
+ <div class="section-label">More Options</div>
279
+
280
+ <!-- Rows -->
281
+ <div class="row">
282
+ <div class="title">System Preferences</div>
283
+ <svg class="chevron" viewBox="0 0 24 24" fill="#A5AFB6" aria-hidden="true">
284
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
285
+ </svg>
286
+ </div>
287
+
288
+ <div class="row">
289
+ <div class="title">Persistent Notification</div>
290
+ <div class="right">ON</div>
291
+ <svg class="chevron" viewBox="0 0 24 24" fill="#A5AFB6" aria-hidden="true">
292
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Bottom handle -->
298
+ <div class="handle"></div>
299
+ </div>
300
+ </body>
301
+ </html>
code/13225/13225_4.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Government Alerts</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: #2f3539; /* dark app background */
15
+ color: #e9eef1;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
17
+ }
18
+
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 38px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #e9eef1;
26
+ font-size: 40px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right {
30
+ display: flex; align-items: center; gap: 26px;
31
+ }
32
+ .dot { width: 10px; height: 10px; background:#cfd5d8; border-radius:50%; opacity:0.7; }
33
+
34
+ .topbar {
35
+ height: 150px;
36
+ display: flex;
37
+ align-items: center;
38
+ position: relative;
39
+ border-bottom: 1px solid #3a4146;
40
+ }
41
+ .back-btn {
42
+ width: 140px;
43
+ height: 100%;
44
+ display: flex;
45
+ align-items: center;
46
+ padding-left: 28px;
47
+ }
48
+ .top-title {
49
+ position: absolute;
50
+ left: 0; right: 0;
51
+ text-align: center;
52
+ font-size: 52px;
53
+ font-weight: 700;
54
+ color: #e9eef1;
55
+ }
56
+
57
+ .hint {
58
+ height: 120px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ color: #93a0a6;
63
+ font-size: 34px;
64
+ border-bottom: 1px solid #3a4146;
65
+ }
66
+
67
+ .section-row {
68
+ height: 160px;
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 40px;
72
+ gap: 28px;
73
+ border-bottom: 1px solid #3a4146;
74
+ font-size: 48px;
75
+ color: #e9eef1;
76
+ }
77
+ .section-row .spacer { flex: 1; }
78
+
79
+ .section-title {
80
+ padding: 26px 40px 18px;
81
+ color: #b7c0c5;
82
+ font-size: 32px;
83
+ font-weight: 700;
84
+ letter-spacing: 2px;
85
+ border-bottom: 1px solid #3a4146;
86
+ }
87
+
88
+ .empty {
89
+ height: 180px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ color: #7f8a90;
94
+ font-size: 36px;
95
+ text-align: center;
96
+ border-bottom: 1px solid #3a4146;
97
+ }
98
+
99
+ /* Toggle switch (off) */
100
+ .toggle {
101
+ width: 150px;
102
+ height: 76px;
103
+ background: #3a4146;
104
+ border-radius: 38px;
105
+ position: relative;
106
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3);
107
+ }
108
+ .toggle::after {
109
+ content: "";
110
+ position: absolute;
111
+ top: 8px; left: 8px;
112
+ width: 60px; height: 60px;
113
+ background: #596068;
114
+ border-radius: 50%;
115
+ box-shadow: 0 1px 1px rgba(0,0,0,0.4);
116
+ }
117
+
118
+ .grow { flex: 1; }
119
+
120
+ .gesture {
121
+ position: absolute;
122
+ left: 0; right: 0; bottom: 0;
123
+ height: 120px;
124
+ background: #0d0d0d;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .gesture .pill {
128
+ width: 300px; height: 12px;
129
+ border-radius: 10px; background: #e6e6e6;
130
+ opacity: 0.9;
131
+ }
132
+
133
+ /* Simple icon helpers */
134
+ .icon {
135
+ width: 54px; height: 54px; display: inline-block;
136
+ }
137
+ .chevron { width: 40px; height: 40px; }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div class="status-left">7:17</div>
146
+ <div class="status-right">
147
+ <!-- placeholder mini status icons -->
148
+ <svg class="icon" viewBox="0 0 24 24" fill="#e9eef1" opacity="0.9">
149
+ <path d="M12 3l8 6v12H4V9l8-6z" />
150
+ </svg>
151
+ <svg class="icon" viewBox="0 0 24 24" fill="#e9eef1" opacity="0.85">
152
+ <path d="M12 4a8 8 0 018 8h-3a5 5 0 00-10 0H4a8 8 0 018-8z"/>
153
+ </svg>
154
+ <svg class="icon" viewBox="0 0 24 24" fill="#e9eef1">
155
+ <path d="M16 4H8a2 2 0 00-2 2v12h2V6h8v12h2V6a2 2 0 00-2-2z"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Top bar with title -->
161
+ <div class="topbar">
162
+ <div class="back-btn">
163
+ <svg class="icon" viewBox="0 0 24 24" fill="#e9eef1">
164
+ <path d="M15.5 5l-7 7 7 7 1.5-1.5L11 12l6-6-1.5-1z"/>
165
+ </svg>
166
+ </div>
167
+ <div class="top-title">Government Alerts</div>
168
+ </div>
169
+
170
+ <!-- Hint text -->
171
+ <div class="hint">Switch on locations to receive notifications.</div>
172
+
173
+ <!-- Current Location row -->
174
+ <div class="section-row">
175
+ <svg class="icon" viewBox="0 0 24 24" fill="#e9eef1">
176
+ <path d="M12 2l4 8 8 4-8 4-4 8-4-8-8-4 8-4 4-8z"/>
177
+ </svg>
178
+ <div>Current Location</div>
179
+ <div class="spacer"></div>
180
+ <div class="toggle"></div>
181
+ </div>
182
+
183
+ <!-- Favorites section -->
184
+ <div class="section-title">FAVORITES</div>
185
+ <div class="empty">You haven't added any locations yet.</div>
186
+
187
+ <!-- Edit Locations row -->
188
+ <div class="section-row">
189
+ <div style="width:54px;"></div>
190
+ <div>Edit Locations</div>
191
+ <div class="grow"></div>
192
+ <svg class="chevron" viewBox="0 0 24 24" fill="#c9d1d6" opacity="0.9">
193
+ <path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5 9 6z"/>
194
+ </svg>
195
+ </div>
196
+
197
+ <!-- Remainder space just the background -->
198
+
199
+ <!-- Gesture bar -->
200
+ <div class="gesture">
201
+ <div class="pill"></div>
202
+ </div>
203
+ </div>
204
+ </body>
205
+ </html>
code/13225/13225_5.html ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Government Alerts UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #2f3437; color: #e7ecef;
11
+ }
12
+
13
+ /* Status bar */
14
+ .statusbar {
15
+ height: 90px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #f5f7f8; font-weight: 600; font-size: 34px;
17
+ }
18
+ .sb-icons { display: flex; align-items: center; gap: 24px; }
19
+ .sb-icons svg { width: 40px; height: 40px; fill: none; stroke: #f5f7f8; stroke-width: 4px; }
20
+
21
+ /* Title bar */
22
+ .titlebar {
23
+ position: relative; height: 140px; display: flex; align-items: center; justify-content: center;
24
+ font-size: 48px; font-weight: 700; color: #e9edf0;
25
+ }
26
+ .back {
27
+ position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
28
+ }
29
+ .back svg { width: 48px; height: 48px; fill: none; stroke: #e9edf0; stroke-width: 6px; }
30
+
31
+ .divider { height: 1px; background: #3b4144; }
32
+
33
+ .hint {
34
+ text-align: center; color: #8d9499; font-size: 30px; padding: 34px 60px;
35
+ }
36
+
37
+ /* Rows */
38
+ .row {
39
+ display: flex; align-items: center; justify-content: space-between;
40
+ padding: 40px 36px; color: #e7ecef; font-size: 40px;
41
+ }
42
+ .row-large { padding: 44px 36px; }
43
+ .row .left { display: flex; align-items: center; gap: 28px; }
44
+
45
+ .loc-icon svg { width: 52px; height: 52px; fill: none; stroke: #cfd6da; stroke-width: 5px; }
46
+
47
+ /* Switch */
48
+ .switch {
49
+ width: 150px; height: 70px; border-radius: 35px; position: relative;
50
+ background: #445055;
51
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.25);
52
+ }
53
+ .switch.on { background: #2ecc71; }
54
+ .switch .knob {
55
+ position: absolute; top: 4px; left: 6px; width: 62px; height: 62px; background: #ffffff; border-radius: 31px;
56
+ box-shadow: 0 2px 4px rgba(0,0,0,0.35);
57
+ transition: left 0.2s;
58
+ }
59
+ .switch.on .knob { left: 82px; }
60
+
61
+ .section-title {
62
+ padding: 24px 36px; color: #b6bdc2; font-size: 26px; letter-spacing: 1px; font-weight: 700;
63
+ }
64
+
65
+ .placeholder {
66
+ text-align: center; color: #8d9499; font-size: 32px; padding: 40px 60px 60px;
67
+ }
68
+
69
+ .chevron svg { width: 40px; height: 40px; fill: none; stroke: #cfd6da; stroke-width: 6px; }
70
+
71
+ /* Bottom gesture bar */
72
+ .bottom-bar {
73
+ position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: #0e0e0f;
74
+ }
75
+ .bottom-bar .pill {
76
+ position: absolute; left: 50%; transform: translateX(-50%);
77
+ top: 58px; width: 340px; height: 18px; background: #eaeaea; border-radius: 9px;
78
+ }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+ <!-- Status Bar -->
84
+ <div class="statusbar">
85
+ <div class="time">7:18</div>
86
+ <div class="sb-icons">
87
+ <!-- Wi-Fi -->
88
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8 15c2-2 6-2 8 0"/><circle cx="12" cy="18" r="1.8" fill="#f5f7f8" stroke="none"/></svg>
89
+ <!-- Signal -->
90
+ <svg viewBox="0 0 24 24"><path d="M3 21h2v-4H3zM8 21h2v-8H8zM13 21h2v-12h-2zM18 21h2V5h-2z"/></svg>
91
+ <!-- Battery -->
92
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="22" height="12" rx="2"></rect><rect x="24" y="9" width="3" height="6" rx="1"></rect><rect x="4" y="8" width="16" height="8" fill="#f5f7f8" stroke="none"></rect></svg>
93
+ </div>
94
+ </div>
95
+
96
+ <!-- Title -->
97
+ <div class="titlebar">
98
+ <div class="back">
99
+ <svg viewBox="0 0 24 24"><path d="M15 4L7 12l8 8"/></svg>
100
+ </div>
101
+ Government Alerts
102
+ </div>
103
+
104
+ <div class="divider"></div>
105
+
106
+ <!-- Hint -->
107
+ <div class="hint">Switch on locations to receive notifications.</div>
108
+
109
+ <div class="divider"></div>
110
+
111
+ <!-- Current Location row -->
112
+ <div class="row row-large">
113
+ <div class="left">
114
+ <div class="loc-icon">
115
+ <!-- Location/Send icon -->
116
+ <svg viewBox="0 0 24 24"><path d="M3 11l18-8-8 18-2-7z"/></svg>
117
+ </div>
118
+ <div class="label">Current Location</div>
119
+ </div>
120
+ <div class="switch on"><div class="knob"></div></div>
121
+ </div>
122
+
123
+ <div class="divider"></div>
124
+
125
+ <!-- Favorites section -->
126
+ <div class="section-title">FAVORITES</div>
127
+ <div class="placeholder">You haven't added any locations yet.</div>
128
+
129
+ <div class="divider"></div>
130
+
131
+ <!-- Edit Locations row -->
132
+ <div class="row">
133
+ <div class="label">Edit Locations</div>
134
+ <div class="chevron">
135
+ <svg viewBox="0 0 16 16"><path d="M4 2l8 6-8 6"/></svg>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="divider"></div>
140
+
141
+ <!-- Bottom gesture bar -->
142
+ <div class="bottom-bar"><div class="pill"></div></div>
143
+ </div>
144
+ </body>
145
+ </html>
code/1323/1323_0.html ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Green salad sushi - Results</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; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #1f1f1f;
16
+ color: #efefef;
17
+ border-radius: 0;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0; left: 0; right: 0;
24
+ height: 120px;
25
+ background: #000;
26
+ color: #fff;
27
+ padding: 0 40px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ font-weight: 600;
32
+ font-size: 40px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 22px;
38
+ align-items: center;
39
+ }
40
+ .dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
41
+ .batt {
42
+ width: 54px; height: 28px; border: 3px solid #fff; border-radius: 6px; position: relative;
43
+ }
44
+ .batt:after { content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 14px; background: #fff; border-radius: 2px; }
45
+ .batt-fill { position: absolute; top: 3px; left: 3px; height: 20px; width: 36px; background: #fff; }
46
+
47
+ .content {
48
+ position: absolute;
49
+ top: 120px; left: 0; right: 0; bottom: 0;
50
+ padding: 36px 42px 120px;
51
+ }
52
+
53
+ /* Search bar */
54
+ .search-wrap {
55
+ width: 100%;
56
+ background: #2f2f2f;
57
+ border-radius: 48px;
58
+ height: 120px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 36px;
62
+ color: #cfcfcf;
63
+ }
64
+ .search-input {
65
+ flex: 1;
66
+ font-size: 44px;
67
+ color: #dcdcdc;
68
+ padding-left: 18px;
69
+ }
70
+ .icon {
71
+ width: 48px; height: 48px; display: inline-block;
72
+ }
73
+ .chips {
74
+ margin-top: 28px;
75
+ display: flex;
76
+ gap: 22px;
77
+ }
78
+ .chip {
79
+ padding: 18px 34px;
80
+ border: 2px solid #6b6b6b;
81
+ border-radius: 999px;
82
+ color: #e3e3e3;
83
+ font-size: 34px;
84
+ background: transparent;
85
+ }
86
+
87
+ /* Grid and cards */
88
+ .grid {
89
+ display: grid;
90
+ grid-template-columns: repeat(2, 1fr);
91
+ gap: 34px;
92
+ margin-top: 28px;
93
+ }
94
+ .card {
95
+ background: #323232;
96
+ border-radius: 30px;
97
+ box-shadow: 0 10px 30px rgba(0,0,0,0.45);
98
+ overflow: hidden;
99
+ }
100
+ .card-image {
101
+ height: 330px;
102
+ background: #E0E0E0;
103
+ border-bottom: 1px solid #BDBDBD;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ color: #757575;
108
+ font-weight: 600;
109
+ position: relative;
110
+ font-size: 32px;
111
+ }
112
+ .badge-time {
113
+ position: absolute;
114
+ left: 22px; bottom: 22px;
115
+ padding: 10px 16px;
116
+ background: rgba(0,0,0,0.65);
117
+ color: #fff;
118
+ border-radius: 12px;
119
+ font-size: 30px;
120
+ }
121
+ .bookmark {
122
+ position: absolute;
123
+ right: 18px; top: 18px;
124
+ width: 54px; height: 54px;
125
+ background: rgba(0,0,0,0.5);
126
+ border-radius: 50%;
127
+ display: flex;
128
+ align-items: center; justify-content: center;
129
+ }
130
+ .avatar {
131
+ position: absolute;
132
+ right: 18px; bottom: -26px;
133
+ width: 64px; height: 64px;
134
+ background: #e8e8e8;
135
+ border: 2px solid #fff;
136
+ border-radius: 50%;
137
+ box-shadow: 0 2px 6px rgba(0,0,0,0.3);
138
+ display: flex; align-items: center; justify-content: center;
139
+ color: #666;
140
+ font-size: 20px;
141
+ }
142
+ .card-body {
143
+ padding: 30px;
144
+ }
145
+ .topline {
146
+ display: flex;
147
+ gap: 12px;
148
+ align-items: center;
149
+ margin-bottom: 10px;
150
+ }
151
+ .pill-premium {
152
+ background: #0aa99a;
153
+ color: #fff;
154
+ font-weight: 700;
155
+ padding: 8px 16px;
156
+ border-radius: 10px;
157
+ font-size: 24px;
158
+ }
159
+ .stars {
160
+ display: flex;
161
+ gap: 4px;
162
+ }
163
+ .stars svg { width: 26px; height: 26px; fill: #FFC107; }
164
+ .title {
165
+ font-size: 40px;
166
+ font-weight: 800;
167
+ line-height: 1.2;
168
+ margin: 8px 0 22px;
169
+ }
170
+ .outline-btn {
171
+ width: 100%;
172
+ border: 3px solid #9a9a9a;
173
+ color: #eaeaea;
174
+ border-radius: 999px;
175
+ padding: 22px 18px;
176
+ text-align: center;
177
+ font-weight: 700;
178
+ font-size: 30px;
179
+ letter-spacing: 0.5px;
180
+ }
181
+
182
+ /* Bottom gesture bar */
183
+ .home-indicator {
184
+ position: absolute;
185
+ left: 50%;
186
+ transform: translateX(-50%);
187
+ bottom: 20px;
188
+ width: 360px;
189
+ height: 10px;
190
+ background: #e5e5e5;
191
+ border-radius: 8px;
192
+ opacity: 0.9;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <div class="status-bar">
200
+ <div>5:50</div>
201
+ <div class="status-icons">
202
+ <span class="dot"></span>
203
+ <span class="dot"></span>
204
+ <span class="dot"></span>
205
+ <div class="batt"><div class="batt-fill"></div></div>
206
+ <span style="font-size:32px; opacity:0.9;">90%</span>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="content">
211
+ <div class="search-wrap">
212
+ <svg class="icon" viewBox="0 0 24 24">
213
+ <path fill="#cfcfcf" d="M15.5 3.9L13.9 2.3 4.2 12l9.7 9.7 1.6-1.6L7.4 12z"/>
214
+ </svg>
215
+ <div class="search-input">Green salad sushi</div>
216
+ </div>
217
+
218
+ <div class="chips">
219
+ <div class="chip">Filters</div>
220
+ <div class="chip">Diets</div>
221
+ <div class="chip">Ingredients</div>
222
+ </div>
223
+
224
+ <div class="grid">
225
+ <!-- Card 1 -->
226
+ <div class="card">
227
+ <div class="card-image">
228
+ [IMG: Avocado and green sushi bowl]
229
+ <div class="badge-time">40min</div>
230
+ <div class="bookmark">
231
+ <svg width="28" height="28" viewBox="0 0 24 24">
232
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
233
+ </svg>
234
+ </div>
235
+ <div class="avatar">AV</div>
236
+ </div>
237
+ <div class="card-body">
238
+ <div class="topline">
239
+ <span class="pill-premium">PREMIUM</span>
240
+ <div class="stars">
241
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
242
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
243
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
244
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
245
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
246
+ </div>
247
+ </div>
248
+ <div class="title">Green Goddess Sushi Bowl</div>
249
+ <div class="outline-btn">ADD 16 INGREDIENTS</div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Card 2 -->
254
+ <div class="card">
255
+ <div class="card-image">
256
+ [IMG: Cucumber roll sushi close-up]
257
+ <div class="badge-time">10min</div>
258
+ <div class="bookmark">
259
+ <svg width="28" height="28" viewBox="0 0 24 24">
260
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
261
+ </svg>
262
+ </div>
263
+ <div class="avatar">AV</div>
264
+ </div>
265
+ <div class="card-body">
266
+ <div class="topline">
267
+ <div class="stars">
268
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
269
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
270
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
271
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
272
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
273
+ </div>
274
+ </div>
275
+ <div class="title">Greek Salad Sushi</div>
276
+ <div class="outline-btn">ADD 10 INGREDIENTS</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Card 3 -->
281
+ <div class="card">
282
+ <div class="card-image">
283
+ [IMG: Spring greens with grains in bowl]
284
+ <div class="badge-time">1hr</div>
285
+ <div class="bookmark">
286
+ <svg width="28" height="28" viewBox="0 0 24 24">
287
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
288
+ </svg>
289
+ </div>
290
+ <div class="avatar">LOGO</div>
291
+ </div>
292
+ <div class="card-body">
293
+ <div class="topline">
294
+ <div class="stars">
295
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
296
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
297
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
298
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
299
+ <svg viewBox="0 0 24 24" style="fill:#777;"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
300
+ </div>
301
+ </div>
302
+ <div class="title">Fresh Spring Green Salad</div>
303
+ <div class="outline-btn">ADD 16 INGREDIENTS</div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Card 4 -->
308
+ <div class="card">
309
+ <div class="card-image">
310
+ [IMG: Crisp romaine lettuce close-up]
311
+ <div class="badge-time">5min</div>
312
+ <div class="bookmark">
313
+ <svg width="28" height="28" viewBox="0 0 24 24">
314
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
315
+ </svg>
316
+ </div>
317
+ <div class="avatar">S</div>
318
+ </div>
319
+ <div class="card-body">
320
+ <div class="topline">
321
+ <div class="stars">
322
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
323
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
324
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
325
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
326
+ <svg viewBox="0 0 24 24" style="fill:#FFC107;"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
327
+ </div>
328
+ </div>
329
+ <div class="title">Classic Green Salad</div>
330
+ <div class="outline-btn">ADD 5 INGREDIENTS</div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Card 5 -->
335
+ <div class="card">
336
+ <div class="card-image">
337
+ [IMG: Cabbage salad in bowl]
338
+ <div class="badge-time">15min</div>
339
+ <div class="bookmark">
340
+ <svg width="28" height="28" viewBox="0 0 24 24">
341
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
342
+ </svg>
343
+ </div>
344
+ <div class="avatar">AV</div>
345
+ </div>
346
+ <div class="card-body">
347
+ <div class="topline">
348
+ <div class="stars">
349
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
350
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
351
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
352
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
353
+ <svg viewBox="0 0 24 24" style="fill:#777;"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
354
+ </div>
355
+ </div>
356
+ <div class="title">Cabbage Salad Bowl</div>
357
+ <div class="outline-btn">ADD 8 INGREDIENTS</div>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Card 6 -->
362
+ <div class="card">
363
+ <div class="card-image">
364
+ [IMG: Veggie sushi rolls with seaweed]
365
+ <div class="badge-time">25min</div>
366
+ <div class="bookmark">
367
+ <svg width="28" height="28" viewBox="0 0 24 24">
368
+ <path fill="#fff" d="M6 2h12v20l-6-4-6 4z"/>
369
+ </svg>
370
+ </div>
371
+ <div class="avatar">AV</div>
372
+ </div>
373
+ <div class="card-body">
374
+ <div class="topline">
375
+ <div class="stars">
376
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
377
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
378
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
379
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
380
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.2 1.4 5.9z"/></svg>
381
+ </div>
382
+ </div>
383
+ <div class="title">Veggie Sushi Rolls</div>
384
+ <div class="outline-btn">ADD 12 INGREDIENTS</div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="home-indicator"></div>
391
+ </div>
392
+ </body>
393
+ </html>
code/1323/1323_1.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1F1F1F;
15
+ color: #EAEAEA;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: relative;
22
+ height: 110px;
23
+ background: #000;
24
+ color: #EAEAEA;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ color: #EAEAEA;
37
+ opacity: 0.95;
38
+ }
39
+ .icon-dot { width: 10px; height: 10px; background:#BDBDBD; border-radius:50%; display:inline-block; opacity:0.9; }
40
+
41
+ /* Page padding wrapper */
42
+ .content {
43
+ padding: 32px 40px 120px 40px;
44
+ }
45
+
46
+ /* Search Row */
47
+ .search-row {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ margin-top: 12px;
52
+ }
53
+ .search-field {
54
+ position: relative;
55
+ flex: 1;
56
+ height: 104px;
57
+ background: #3A3A3A;
58
+ border-radius: 52px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 120px 0 30px;
62
+ color: #E0E0E0;
63
+ font-size: 40px;
64
+ }
65
+ .search-field .prefix {
66
+ display: flex;
67
+ align-items: center;
68
+ margin-right: 18px;
69
+ opacity: 0.9;
70
+ }
71
+ .search-x {
72
+ position: absolute;
73
+ right: 18px;
74
+ width: 76px;
75
+ height: 76px;
76
+ border-radius: 38px;
77
+ background: #525252;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ }
82
+ .cancel {
83
+ font-size: 36px;
84
+ color: #B0B0B0;
85
+ letter-spacing: 1px;
86
+ }
87
+
88
+ /* Section headers */
89
+ .section {
90
+ margin-top: 44px;
91
+ }
92
+ .section-header {
93
+ display: flex;
94
+ align-items: center;
95
+ margin: 26px 0 18px 0;
96
+ }
97
+ .section-title {
98
+ font-size: 44px;
99
+ font-weight: 700;
100
+ color: #E5E5E5;
101
+ }
102
+ .section-header .spacer { flex: 1; }
103
+ .icon-btn {
104
+ width: 48px;
105
+ height: 48px;
106
+ display: inline-flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ color: #CFCFCF;
110
+ }
111
+
112
+ /* Chips */
113
+ .chips {
114
+ display: flex;
115
+ flex-wrap: wrap;
116
+ gap: 22px;
117
+ padding-right: 40px;
118
+ }
119
+ .chip {
120
+ background: #4A4A4A;
121
+ color: #E5E5E5;
122
+ border-radius: 36px;
123
+ padding: 18px 32px;
124
+ font-size: 34px;
125
+ }
126
+
127
+ /* Trending list */
128
+ .list {
129
+ margin-top: 36px;
130
+ padding-right: 12px;
131
+ }
132
+ .list-item {
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 24px;
136
+ padding: 28px 0;
137
+ font-size: 42px;
138
+ color: #E5E5E5;
139
+ }
140
+ .divider {
141
+ height: 1px;
142
+ background: #343434;
143
+ width: 100%;
144
+ }
145
+
146
+ /* Bottom home indicator */
147
+ .home-indicator {
148
+ position: absolute;
149
+ left: 50%;
150
+ transform: translateX(-50%);
151
+ bottom: 26px;
152
+ width: 260px;
153
+ height: 10px;
154
+ background: #E6E6E6;
155
+ border-radius: 8px;
156
+ opacity: 0.9;
157
+ }
158
+
159
+ /* SVG helpers */
160
+ svg { display: block; }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Simulated status bar -->
167
+ <div class="status-bar">
168
+ <div>5:50</div>
169
+ <div class="status-right">
170
+ <span class="icon-dot"></span>
171
+ <span class="icon-dot"></span>
172
+ <span class="icon-dot"></span>
173
+ <!-- Battery icon -->
174
+ <svg width="54" height="28" viewBox="0 0 54 28">
175
+ <rect x="2" y="4" width="46" height="20" rx="4" fill="#EAEAEA"/>
176
+ <rect x="6" y="8" width="38" height="12" fill="#1F1F1F"/>
177
+ <rect x="48" y="9" width="6" height="10" rx="2" fill="#EAEAEA"/>
178
+ </svg>
179
+ <span>91%</span>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="content">
184
+
185
+ <!-- Search -->
186
+ <div class="search-row">
187
+ <div class="search-field">
188
+ <span class="prefix">
189
+ <svg width="40" height="40" viewBox="0 0 24 24">
190
+ <circle cx="10" cy="10" r="7" stroke="#CFCFCF" stroke-width="2" fill="none"></circle>
191
+ <path d="M15 15 L21 21" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"></path>
192
+ </svg>
193
+ </span>
194
+ <span>Green salad sushi</span>
195
+ <div class="search-x">
196
+ <svg width="28" height="28" viewBox="0 0 24 24">
197
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ <div class="cancel">CANCEL</div>
202
+ </div>
203
+
204
+ <!-- Recent Searches -->
205
+ <div class="section">
206
+ <div class="section-header">
207
+ <div class="section-title">Recent Searches</div>
208
+ <div class="spacer"></div>
209
+ <div class="icon-btn" aria-label="Delete history">
210
+ <svg width="40" height="40" viewBox="0 0 24 24">
211
+ <path d="M3 6h18" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
212
+ <path d="M7 6l1-2h8l1 2" stroke="#CFCFCF" stroke-width="2" fill="none" stroke-linecap="round"/>
213
+ <rect x="6" y="8" width="12" height="12" rx="2" stroke="#CFCFCF" stroke-width="2" fill="none"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ <div class="chips">
218
+ <div class="chip">Green salad sushi</div>
219
+ <div class="chip">Green salad sushi</div>
220
+ <div class="chip">Sushi</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Trending -->
225
+ <div class="section">
226
+ <div class="section-header">
227
+ <div class="section-title">Trending</div>
228
+ </div>
229
+
230
+ <div class="list">
231
+ <div class="list-item">
232
+ <svg width="42" height="42" viewBox="0 0 24 24">
233
+ <path d="M3 16l6-6 4 4 5-5" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
234
+ <path d="M18 6h3v3" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
235
+ </svg>
236
+ <span>Chicken</span>
237
+ </div>
238
+ <div class="divider"></div>
239
+
240
+ <div class="list-item">
241
+ <svg width="42" height="42" viewBox="0 0 24 24">
242
+ <path d="M3 16l6-6 4 4 5-5" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
243
+ <path d="M18 6h3v3" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
244
+ </svg>
245
+ <span>Pasta</span>
246
+ </div>
247
+ <div class="divider"></div>
248
+
249
+ <div class="list-item">
250
+ <svg width="42" height="42" viewBox="0 0 24 24">
251
+ <path d="M3 16l6-6 4 4 5-5" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
252
+ <path d="M18 6h3v3" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
253
+ </svg>
254
+ <span>Soup</span>
255
+ </div>
256
+ <div class="divider"></div>
257
+
258
+ <div class="list-item">
259
+ <svg width="42" height="42" viewBox="0 0 24 24">
260
+ <path d="M3 16l6-6 4 4 5-5" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
261
+ <path d="M18 6h3v3" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
262
+ </svg>
263
+ <span>Chicken Breast</span>
264
+ </div>
265
+ <div class="divider"></div>
266
+
267
+ <div class="list-item">
268
+ <svg width="42" height="42" viewBox="0 0 24 24">
269
+ <path d="M3 16l6-6 4 4 5-5" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
270
+ <path d="M18 6h3v3" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
271
+ </svg>
272
+ <span>Rice</span>
273
+ </div>
274
+ <div class="divider"></div>
275
+ </div>
276
+ </div>
277
+
278
+ </div>
279
+
280
+ <div class="home-indicator"></div>
281
+ </div>
282
+ </body>
283
+ </html>