yhzheng1031 commited on
Commit
ed38b27
·
verified ·
1 Parent(s): 6230468

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/18109/18109_3.html +270 -0
  2. code/18110/18110_0.html +140 -0
  3. code/18110/18110_1.html +207 -0
  4. code/18110/18110_3.html +233 -0
  5. code/18112/18112_0.html +408 -0
  6. code/18112/18112_1.html +252 -0
  7. code/18112/18112_2.html +263 -0
  8. code/18112/18112_3.html +327 -0
  9. code/18112/18112_4.html +480 -0
  10. code/18114/18114_0.html +275 -0
  11. code/18114/18114_1.html +209 -0
  12. code/18114/18114_10.html +216 -0
  13. code/18114/18114_2.html +202 -0
  14. code/18114/18114_3.html +234 -0
  15. code/18114/18114_4.html +147 -0
  16. code/18114/18114_5.html +270 -0
  17. code/18114/18114_7.html +291 -0
  18. code/18114/18114_8.html +231 -0
  19. code/18114/18114_9.html +238 -0
  20. code/18116/18116_0.html +356 -0
  21. code/18116/18116_1.html +324 -0
  22. code/18116/18116_2.html +402 -0
  23. code/18116/18116_3.html +354 -0
  24. code/18118/18118_0.html +243 -0
  25. code/18118/18118_1.html +380 -0
  26. code/18118/18118_2.html +431 -0
  27. code/18118/18118_3.html +325 -0
  28. code/1812/1812_0.html +218 -0
  29. code/1812/1812_2.html +233 -0
  30. code/1812/1812_3.html +285 -0
  31. code/18120/18120_0.html +211 -0
  32. code/18120/18120_1.html +256 -0
  33. code/18120/18120_2.html +308 -0
  34. code/18120/18120_3.html +321 -0
  35. code/18120/18120_4.html +337 -0
  36. code/18120/18120_5.html +189 -0
  37. code/18121/18121_0.html +352 -0
  38. code/18121/18121_1.html +313 -0
  39. code/18121/18121_2.html +255 -0
  40. code/18121/18121_3.html +323 -0
  41. code/18121/18121_4.html +289 -0
  42. code/18121/18121_6.html +209 -0
  43. code/18121/18121_7.html +366 -0
  44. code/18121/18121_8.html +417 -0
  45. code/18125/18125_0.html +366 -0
  46. code/18125/18125_1.html +278 -0
  47. code/18125/18125_2.html +422 -0
  48. code/18127/18127_0.html +372 -0
  49. code/18127/18127_1.html +405 -0
  50. code/18127/18127_2.html +238 -0
code/18109/18109_3.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=1080, initial-scale=1.0">
6
+ <title>Product Detail - Ultra 4D</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; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F7F7F7;
12
+ }
13
+
14
+ .page-padding { padding: 0 48px; }
15
+
16
+ /* Top area */
17
+ .top-bar {
18
+ position: relative;
19
+ padding-top: 110px;
20
+ padding-bottom: 24px;
21
+ }
22
+ .title {
23
+ font-weight: 700;
24
+ letter-spacing: 4px;
25
+ font-size: 44px;
26
+ }
27
+ .price-wrap {
28
+ position: absolute; right: 48px; top: 98px; display: flex; align-items: center; gap: 26px;
29
+ }
30
+ .price-box {
31
+ border: 3px solid #111; padding: 18px 26px; font-weight: 700; letter-spacing: 2px; font-size: 32px; background: #fff;
32
+ }
33
+ .close-x {
34
+ width: 40px; height: 40px; position: relative;
35
+ }
36
+ .close-x:before, .close-x:after {
37
+ content:""; position:absolute; left:19px; top:0; width:3px; height:40px; background:#111;
38
+ }
39
+ .close-x:before { transform: rotate(45deg); }
40
+ .close-x:after { transform: rotate(-45deg); }
41
+
42
+ /* Carousel */
43
+ .carousel {
44
+ background: #EDEDED;
45
+ border-top: 1px solid #ddd;
46
+ border-bottom: 1px solid #ddd;
47
+ padding: 24px 0;
48
+ display: flex; gap: 30px;
49
+ overflow: hidden;
50
+ }
51
+ .thumb {
52
+ width: 180px; height: 110px;
53
+ background: #E0E0E0; border: 1px solid #BDBDBD;
54
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
55
+ }
56
+ .thumb.active {
57
+ outline: 3px solid #cfcfcf;
58
+ }
59
+
60
+ /* Size selector */
61
+ .size-header {
62
+ display: flex; align-items: center; gap: 22px; margin-top: 36px;
63
+ }
64
+ .size-label {
65
+ font-size: 28px; letter-spacing: 3px; font-weight: 700;
66
+ }
67
+ .ruler-icon {
68
+ width: 70px; height: 54px; border: 3px solid #111; display: flex; align-items: center; justify-content: center;
69
+ }
70
+ .ruler-icon svg { width: 56px; height: 26px; }
71
+
72
+ .sizes-row {
73
+ display: flex; gap: 60px; margin-top: 24px; padding-bottom: 18px; border-bottom: 1px solid #e0e0e0;
74
+ }
75
+ .size-chip {
76
+ font-size: 32px; letter-spacing: 2px; color: #222;
77
+ }
78
+ .size-chip.selected {
79
+ font-weight: 700; position: relative;
80
+ }
81
+ .size-chip.selected:after {
82
+ content: ""; position: absolute; left: 0; bottom: -18px; width: 100%; height: 6px; background: #111;
83
+ }
84
+
85
+ /* Buttons */
86
+ .btn-outline {
87
+ margin-top: 36px;
88
+ border: 3px solid #111; height: 120px; display: flex; align-items: center; justify-content: space-between;
89
+ padding: 0 30px; background: #fff;
90
+ }
91
+ .btn-outline .text { font-weight: 700; letter-spacing: 3px; font-size: 34px; }
92
+ .bag-icon { width: 64px; height: 64px; }
93
+ .btn-solid {
94
+ margin-top: 26px; height: 120px; background: #111; color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 30px;
95
+ }
96
+ .btn-solid .text { font-weight: 700; letter-spacing: 3px; font-size: 34px; }
97
+ .arrow-right {
98
+ width: 54px; height: 54px;
99
+ }
100
+
101
+ /* Payment methods */
102
+ .payments {
103
+ display: flex; gap: 34px; margin-top: 36px;
104
+ }
105
+ .pay-badge {
106
+ height: 88px; padding: 0 30px; background:#fff; border: 2px solid #111;
107
+ display: flex; align-items: center; justify-content: center; color:#111; font-weight:700;
108
+ }
109
+ .pay-badge.grey { background:#E0E0E0; border-color:#BDBDBD; color:#555; font-weight:600; }
110
+
111
+ /* Link */
112
+ .store-link {
113
+ display: inline-block; margin-top: 36px; font-weight: 700; letter-spacing: 3px; font-size: 32px; text-decoration: none; color: #111; border-bottom: 4px solid #111; padding-bottom: 6px;
114
+ }
115
+
116
+ /* Info ribbon */
117
+ .ribbon {
118
+ margin-top: 40px; background: #fff; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
119
+ display: grid; grid-template-columns: 120px 1fr 120px; align-items: center;
120
+ height: 160px;
121
+ }
122
+ .ribbon .center-text {
123
+ font-size: 28px; letter-spacing: 2px; font-weight: 600; color: #222;
124
+ }
125
+ .circle-icon {
126
+ width: 72px; height: 72px; border: 2px solid #111; border-radius: 50%; display:flex; align-items:center; justify-content:center; margin: 0 auto;
127
+ }
128
+ .circle-icon svg { width: 38px; height: 38px; }
129
+
130
+ .note {
131
+ margin-top: 32px; color: #9e9e9e; font-size: 30px; line-height: 1.45;
132
+ }
133
+
134
+ /* Big heading and description */
135
+ .big-heading {
136
+ margin-top: 120px; font-size: 64px; line-height: 1.08; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
137
+ }
138
+ .desc {
139
+ margin-top: 24px; font-size: 30px; color: #333; line-height: 1.5;
140
+ }
141
+
142
+ /* Bottom home indicator */
143
+ .home-indicator {
144
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
145
+ width: 300px; height: 12px; background: #111; opacity: 0.85; border-radius: 8px;
146
+ }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+ <div class="page-padding">
152
+ <!-- Top header -->
153
+ <div class="top-bar">
154
+ <div class="title">ULTRA 4D</div>
155
+ <div class="price-wrap">
156
+ <div class="price-box">$220.00</div>
157
+ <div class="close-x"></div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Carousel thumbnails -->
162
+ <div class="carousel">
163
+ <div class="thumb">[IMG: Beige Shoe]</div>
164
+ <div class="thumb">[IMG: Black Shoe]</div>
165
+ <div class="thumb">[IMG: Grey/Pink Shoe]</div>
166
+ <div class="thumb">[IMG: Cream Shoe]</div>
167
+ <div class="thumb active">[IMG: Black/Grey Shoe]</div>
168
+ <div class="thumb">[IMG: Black/Green Shoe]</div>
169
+ </div>
170
+
171
+ <!-- Size selection -->
172
+ <div class="size-header">
173
+ <div class="size-label">SIZE</div>
174
+ <div class="ruler-icon">
175
+ <svg viewBox="0 0 100 40">
176
+ <rect x="2" y="2" width="96" height="36" fill="none" stroke="#111" stroke-width="4"></rect>
177
+ <line x1="18" y1="10" x2="18" y2="30" stroke="#111" stroke-width="4"></line>
178
+ <line x1="36" y1="16" x2="36" y2="30" stroke="#111" stroke-width="4"></line>
179
+ <line x1="54" y1="10" x2="54" y2="30" stroke="#111" stroke-width="4"></line>
180
+ <line x1="72" y1="16" x2="72" y2="30" stroke="#111" stroke-width="4"></line>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="sizes-row">
186
+ <div class="size-chip">W 9.5</div>
187
+ <div class="size-chip">M 9 / W 10</div>
188
+ <div class="size-chip selected">M 9.5 / W 10.5</div>
189
+ <div class="size-chip">M 10 / W 11</div>
190
+ <div class="size-chip">M 11 / W 12</div>
191
+ </div>
192
+
193
+ <!-- Buttons -->
194
+ <div class="btn-outline">
195
+ <div class="text">ADD TO BAG</div>
196
+ <svg class="bag-icon" viewBox="0 0 64 64">
197
+ <rect x="10" y="20" width="44" height="34" fill="none" stroke="#111" stroke-width="4"></rect>
198
+ <path d="M22 20c0-6 6-10 10-10s10 4 10 10" fill="none" stroke="#111" stroke-width="4"></path>
199
+ <line x1="42" y1="40" x2="54" y2="40" stroke="#111" stroke-width="4"></line>
200
+ <line x1="48" y1="34" x2="48" y2="46" stroke="#111" stroke-width="4"></line>
201
+ </svg>
202
+ </div>
203
+
204
+ <div class="btn-solid">
205
+ <div class="text">BUY IT NOW</div>
206
+ <svg class="arrow-right" viewBox="0 0 24 24">
207
+ <path d="M4 12h14M12 6l6 6-6 6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
208
+ </svg>
209
+ </div>
210
+
211
+ <!-- Payment badges -->
212
+ <div class="payments">
213
+ <div class="pay-badge grey" style="width:180px;">[IMG: Google Pay]</div>
214
+ <div class="pay-badge" style="width:130px;">[IMG: Card]</div>
215
+ <div class="pay-badge grey" style="width:200px;">[IMG: PayPal]</div>
216
+ <div class="pay-badge grey" style="width:190px; border-color:#f3a8a8; color:#d86;">[IMG: Klarna]</div>
217
+ </div>
218
+
219
+ <!-- Store link -->
220
+ <a href="#" class="store-link">CHECK STORES NEARBY</a>
221
+
222
+ <!-- Info ribbon -->
223
+ <div class="ribbon">
224
+ <div class="circle-icon">
225
+ <svg viewBox="0 0 24 24">
226
+ <circle cx="5" cy="5" r="3" fill="#111"></circle>
227
+ <circle cx="19" cy="10" r="3" fill="#111"></circle>
228
+ <circle cx="9" cy="19" r="3" fill="#111"></circle>
229
+ <path d="M6 7l11 2M8 17l9-6" stroke="#111" stroke-width="2" fill="none"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="center-text">FREE SHIPPING + FREE RETURNS & EXCHANGES</div>
233
+ <div class="circle-icon">
234
+ <svg viewBox="0 0 24 24">
235
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"></circle>
236
+ <path d="M7 12l3 3 7-7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Small info icon to the far right replicated separately -->
242
+ <div style="position: relative; height: 0;">
243
+ <div class="circle-icon" style="position:absolute; right:48px; top:-140px;">
244
+ <svg viewBox="0 0 24 24">
245
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"></circle>
246
+ <line x1="12" y1="8" x2="12" y2="8" stroke="#111" stroke-width="3"></line>
247
+ <path d="M12 11v6" stroke="#111" stroke-width="2"></path>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Note -->
253
+ <div class="note">
254
+ This product is excluded from all promotional discounts and offers. Try this shoe for 30 days and return hassle-free with our performance running shoe return guarantee.
255
+ </div>
256
+
257
+ <!-- Big headline and description -->
258
+ <div class="big-heading">
259
+ IMPACT-ABSORBING SHOES MADE IN PART WITH RECYCLED MATERIALS.
260
+ </div>
261
+ <div class="desc">
262
+ Wherever you go, these shoes make sure comfort is along for the ride. Made with a 3D-printed adidas midsole and supportive upper for everyday wear.
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Bottom home indicator -->
267
+ <div class="home-indicator"></div>
268
+ </div>
269
+ </body>
270
+ </html>
code/18110/18110_0.html ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Feedback Screen</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, sans-serif;
12
+ color:#111;
13
+ }
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:100px;
16
+ padding:24px 36px; box-sizing:border-box; display:flex; align-items:center; justify-content:space-between;
17
+ font-size:36px; color:#111;
18
+ }
19
+ .sb-left { display:flex; align-items:center; gap:22px; }
20
+ .sb-icons { display:flex; align-items:center; gap:20px; }
21
+ .sb-right { display:flex; align-items:center; gap:24px; }
22
+ .icon { width:36px; height:36px; }
23
+ .close-btn {
24
+ position:absolute; top:160px; left:40px; width:64px; height:64px; display:flex; align-items:center; justify-content:center;
25
+ }
26
+ .avatar {
27
+ position:absolute; top:200px; left:0; right:0; margin:auto;
28
+ width:180px; height:180px; border-radius:50%;
29
+ background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center;
30
+ color:#757575; font-size:28px; text-align:center;
31
+ }
32
+ .subtitle {
33
+ position:absolute; top:420px; left:0; right:0; text-align:center;
34
+ font-size:36px; color:#757575; font-weight:600;
35
+ }
36
+ .headline {
37
+ position:absolute; top:540px; left:100px; width:880px; text-align:center;
38
+ font-size:60px; line-height:72px; font-weight:800; color:#111;
39
+ }
40
+ .options {
41
+ position:absolute; top:840px; left:60px; width:960px;
42
+ }
43
+ .option {
44
+ background:#F5F5F5; border:1px solid #E0E0E0; border-radius:36px;
45
+ padding:38px 44px; font-size:44px; font-weight:800; color:#111;
46
+ margin-bottom:34px;
47
+ box-sizing:border-box;
48
+ }
49
+ .option.selected {
50
+ background:linear-gradient(90deg, #4E86FF 0%, #145BFF 100%);
51
+ color:#fff; border:none; box-shadow:0 8px 20px rgba(20,91,255,0.25);
52
+ }
53
+ .done-wrap {
54
+ position:absolute; left:60px; width:960px; bottom:190px;
55
+ }
56
+ .done-btn {
57
+ height:150px; border-radius:75px; background:linear-gradient(90deg, #4E86FF 0%, #145BFF 100%);
58
+ display:flex; align-items:center; justify-content:center; color:#fff;
59
+ font-size:50px; font-weight:800; box-shadow:0 10px 24px rgba(20,91,255,0.25);
60
+ }
61
+ .bottom-gesture {
62
+ position:absolute; bottom:0; left:0; width:100%; height:140px; background:#000;
63
+ }
64
+ .gesture-pill {
65
+ position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
66
+ width:200px; height:12px; background:#fff; border-radius:6px; opacity:0.85;
67
+ }
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+ <div class="status-bar">
73
+ <div class="sb-left">
74
+ <div>10:38</div>
75
+ <div class="sb-icons">
76
+ <!-- simple bell icon -->
77
+ <svg class="icon" viewBox="0 0 24 24">
78
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm7-6c-2-1-3-3-3-6a5 5 0 0 0-10 0c0 3-1 5-3 6h16z" fill="#111"/>
79
+ </svg>
80
+ <!-- second small bell -->
81
+ <svg class="icon" viewBox="0 0 24 24">
82
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm7-6c-2-1-3-3-3-6a5 5 0 0 0-10 0c0 3-1 5-3 6h16z" fill="#111"/>
83
+ </svg>
84
+ <div style="font-weight:700;">26°</div>
85
+ <!-- stopwatch -->
86
+ <svg class="icon" viewBox="0 0 24 24">
87
+ <circle cx="12" cy="13" r="8" fill="none" stroke="#111" stroke-width="2"/>
88
+ <rect x="9" y="3" width="6" height="2" fill="#111"/>
89
+ <path d="M12 13l4-2" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
90
+ </svg>
91
+ <!-- dot -->
92
+ <svg class="icon" viewBox="0 0 24 24">
93
+ <circle cx="12" cy="12" r="4" fill="#111"/>
94
+ </svg>
95
+ </div>
96
+ </div>
97
+ <div class="sb-right">
98
+ <!-- wifi -->
99
+ <svg class="icon" viewBox="0 0 24 24">
100
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/>
101
+ </svg>
102
+ <!-- battery -->
103
+ <svg class="icon" viewBox="0 0 24 24">
104
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#111" stroke-width="2"/>
105
+ <rect x="4" y="9" width="12" height="6" fill="#111"/>
106
+ <rect x="20" y="10" width="2" height="4" fill="#111"/>
107
+ </svg>
108
+ </div>
109
+ </div>
110
+
111
+ <div class="close-btn">
112
+ <svg width="48" height="48" viewBox="0 0 24 24">
113
+ <path d="M6 6l12 12M18 6L6 18" stroke="#222" stroke-width="2" stroke-linecap="round"/>
114
+ </svg>
115
+ </div>
116
+
117
+ <div class="avatar">[IMG: Coach Avatar]</div>
118
+
119
+ <div class="subtitle">Give your coach some feedback...</div>
120
+
121
+ <div class="headline">How do you feel about today's workout?</div>
122
+
123
+ <div class="options">
124
+ <div class="option">Too easy</div>
125
+ <div class="option">A little easy</div>
126
+ <div class="option selected">Just right</div>
127
+ <div class="option">A little hard</div>
128
+ <div class="option">Too hard</div>
129
+ </div>
130
+
131
+ <div class="done-wrap">
132
+ <div class="done-btn">Done</div>
133
+ </div>
134
+
135
+ <div class="bottom-gesture">
136
+ <div class="gesture-pill"></div>
137
+ </div>
138
+ </div>
139
+ </body>
140
+ </html>
code/18110/18110_1.html ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Workout Feedback</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 120px;
25
+ width: 100%;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ font-weight: 600;
30
+ color: #111;
31
+ }
32
+ .status-left { font-size: 34px; }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .sb-icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; }
40
+ .sb-dot { font-size: 36px; color: #777; line-height: 1; }
41
+
42
+ /* Close button */
43
+ .close-btn {
44
+ position: absolute;
45
+ top: 180px;
46
+ left: 36px;
47
+ width: 80px;
48
+ height: 80px;
49
+ border: none;
50
+ background: transparent;
51
+ padding: 0;
52
+ cursor: pointer;
53
+ }
54
+ .close-btn svg { width: 80px; height: 80px; }
55
+
56
+ /* Header content */
57
+ .avatar {
58
+ width: 180px;
59
+ height: 180px;
60
+ margin: 120px auto 0;
61
+ background: #E0E0E0;
62
+ border: 1px solid #BDBDBD;
63
+ border-radius: 50%;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ color: #757575;
68
+ font-weight: 600;
69
+ font-size: 28px;
70
+ text-align: center;
71
+ }
72
+
73
+ .subline {
74
+ margin-top: 28px;
75
+ text-align: center;
76
+ color: #777777;
77
+ font-size: 36px;
78
+ font-weight: 500;
79
+ }
80
+
81
+ .question {
82
+ margin: 24px 80px 0;
83
+ text-align: center;
84
+ font-size: 64px;
85
+ line-height: 78px;
86
+ font-weight: 800;
87
+ color: #111111;
88
+ }
89
+
90
+ /* Options */
91
+ .options { margin-top: 48px; }
92
+ .option {
93
+ margin: 22px 60px;
94
+ height: 150px;
95
+ border-radius: 36px;
96
+ border: 1px solid #DDDDDD;
97
+ background: #F4F4F4;
98
+ display: flex;
99
+ align-items: center;
100
+ padding: 0 40px;
101
+ font-size: 44px;
102
+ font-weight: 800;
103
+ color: #111111;
104
+ box-sizing: border-box;
105
+ }
106
+ .option.selected {
107
+ background: linear-gradient(90deg, #3F7EF1 0%, #1740FF 100%);
108
+ color: #FFFFFF;
109
+ border: none;
110
+ }
111
+
112
+ /* Bottom CTA */
113
+ .bottom-cta {
114
+ position: absolute;
115
+ left: 60px;
116
+ right: 60px;
117
+ bottom: 160px;
118
+ height: 140px;
119
+ border-radius: 70px;
120
+ overflow: hidden;
121
+ background: linear-gradient(90deg, #3F7EF1 0%, #1740FF 100%);
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+ .bottom-cta .cta-text {
127
+ font-size: 48px;
128
+ font-weight: 800;
129
+ color: #FFFFFF;
130
+ letter-spacing: 0.5px;
131
+ }
132
+
133
+ /* Navigation pill */
134
+ .nav-pill {
135
+ position: absolute;
136
+ bottom: 70px;
137
+ left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 280px;
140
+ height: 12px;
141
+ background: #D9D9D9;
142
+ border-radius: 6px;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div class="status-left">10:38</div>
151
+ <div class="status-right">
152
+ <div class="sb-icon">
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M3 18h18M6 14h12M9 10h6M12 6h0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
155
+ </svg>
156
+ </div>
157
+ <div class="sb-icon">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M2 8l10-6 10 6v8l-10 6-10-6V8z" fill="none" stroke="#111" stroke-width="2"/>
160
+ </svg>
161
+ </div>
162
+ <div class="sb-dot">•</div>
163
+ <div class="sb-icon">
164
+ <svg viewBox="0 0 24 24">
165
+ <rect x="3" y="6" width="17" height="12" rx="2" ry="2" stroke="#111" stroke-width="2" fill="none"/>
166
+ <rect x="5" y="8" width="13" height="8" fill="#111"/>
167
+ <rect x="21" y="10" width="2" height="4" fill="#111"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Close button -->
174
+ <button class="close-btn" aria-label="Close">
175
+ <svg viewBox="0 0 48 48">
176
+ <path d="M12 12 L36 36 M36 12 L12 36" stroke="#111" stroke-width="4" stroke-linecap="round" fill="none"/>
177
+ </svg>
178
+ </button>
179
+
180
+ <!-- Avatar -->
181
+ <div class="avatar">[IMG: Coach Avatar]</div>
182
+
183
+ <!-- Subline -->
184
+ <div class="subline">Give your coach some feedback...</div>
185
+
186
+ <!-- Question -->
187
+ <div class="question">How do you feel about today's workout?</div>
188
+
189
+ <!-- Options -->
190
+ <div class="options">
191
+ <div class="option">Too easy</div>
192
+ <div class="option">A little easy</div>
193
+ <div class="option">Just right</div>
194
+ <div class="option selected">A little hard</div>
195
+ <div class="option">Too hard</div>
196
+ </div>
197
+
198
+ <!-- Bottom CTA -->
199
+ <div class="bottom-cta">
200
+ <div class="cta-text">Next</div>
201
+ </div>
202
+
203
+ <!-- Navigation pill -->
204
+ <div class="nav-pill"></div>
205
+ </div>
206
+ </body>
207
+ </html>
code/18110/18110_3.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Coach Working Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 110px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ color: #222;
29
+ font-weight: 600;
30
+ font-size: 40px;
31
+ }
32
+ .sb-left, .sb-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .sb-icon {
38
+ width: 42px;
39
+ height: 42px;
40
+ }
41
+ .temp {
42
+ font-size: 36px;
43
+ color: #333;
44
+ opacity: 0.9;
45
+ }
46
+
47
+ /* Avatar */
48
+ .avatar {
49
+ position: absolute;
50
+ top: 210px;
51
+ left: 50%;
52
+ transform: translateX(-50%);
53
+ width: 180px;
54
+ height: 180px;
55
+ background: #E0E0E0;
56
+ border: 1px solid #BDBDBD;
57
+ border-radius: 50%;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ color: #757575;
62
+ font-size: 28px;
63
+ }
64
+
65
+ /* Heading */
66
+ .headline {
67
+ position: absolute;
68
+ top: 430px;
69
+ left: 60px;
70
+ width: 960px;
71
+ text-align: center;
72
+ font-size: 72px;
73
+ line-height: 1.18;
74
+ font-weight: 800;
75
+ color: #111;
76
+ }
77
+
78
+ /* Calendar illustration placeholder */
79
+ .calendar-wrap {
80
+ position: absolute;
81
+ top: 880px;
82
+ left: 50%;
83
+ transform: translateX(-50%);
84
+ width: 600px;
85
+ height: 420px;
86
+ }
87
+ .calendar {
88
+ width: 100%;
89
+ height: 100%;
90
+ background: #E0E0E0;
91
+ border: 1px solid #BDBDBD;
92
+ border-radius: 28px;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ color: #757575;
97
+ font-size: 32px;
98
+ letter-spacing: 0.2px;
99
+ }
100
+ .plus {
101
+ position: absolute;
102
+ width: 28px;
103
+ height: 28px;
104
+ color: #69A7FF;
105
+ }
106
+ .plus.left { left: -42px; top: 40px; }
107
+ .plus.right { right: -42px; top: 40px; }
108
+
109
+ /* Subtext */
110
+ .subtext {
111
+ position: absolute;
112
+ top: 1370px;
113
+ width: 100%;
114
+ text-align: center;
115
+ font-size: 48px;
116
+ color: #222;
117
+ font-weight: 600;
118
+ }
119
+ .subtext .link {
120
+ color: #2F67FF;
121
+ font-weight: 700;
122
+ }
123
+
124
+ /* Button */
125
+ .cta {
126
+ position: absolute;
127
+ bottom: 190px;
128
+ left: 60px;
129
+ width: 960px;
130
+ height: 150px;
131
+ background: linear-gradient(180deg, #9DB8FF 0%, #8FB3FF 100%);
132
+ border-radius: 100px;
133
+ box-shadow: 0 8px 20px rgba(0,0,0,0.08);
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ }
138
+ .cta span {
139
+ font-size: 54px;
140
+ font-weight: 800;
141
+ color: rgba(255,255,255,0.92);
142
+ }
143
+
144
+ /* Bottom system bar */
145
+ .sysbar {
146
+ position: absolute;
147
+ bottom: 0;
148
+ left: 0;
149
+ width: 100%;
150
+ height: 120px;
151
+ background: #000;
152
+ }
153
+ .home-indicator {
154
+ position: absolute;
155
+ bottom: 40px;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ width: 220px;
159
+ height: 16px;
160
+ background: rgba(255,255,255,0.9);
161
+ border-radius: 10px;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Status Bar -->
169
+ <div class="status-bar">
170
+ <div class="sb-left">
171
+ <div>10:39</div>
172
+ <!-- simple ghost-like icon -->
173
+ <svg class="sb-icon" viewBox="0 0 24 24">
174
+ <path d="M12 2c-3.3 0-6 2.7-6 6v10l2-1.2 2 1.2 2-1.2 2 1.2 2-1.2V8c0-3.3-2.7-6-6-6z" fill="#444"/>
175
+ </svg>
176
+ <svg class="sb-icon" viewBox="0 0 24 24">
177
+ <circle cx="12" cy="12" r="9" stroke="#444" stroke-width="2" fill="none"/>
178
+ <path d="M12 6v6l4 2" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
179
+ </svg>
180
+ <div class="temp">26°</div>
181
+ <svg class="sb-icon" viewBox="0 0 24 24">
182
+ <circle cx="12" cy="5" r="3" fill="#444"/>
183
+ <path d="M12 8v9a4 4 0 1 0 0 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
184
+ </svg>
185
+ <svg class="sb-icon" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="2" fill="#444"/>
187
+ </svg>
188
+ </div>
189
+ <div class="sb-right">
190
+ <svg class="sb-icon" viewBox="0 0 24 24">
191
+ <path d="M3 18h18V6H3v12zm2-2v-8h14v8H5z" fill="#444"/>
192
+ </svg>
193
+ <svg class="sb-icon" viewBox="0 0 24 24">
194
+ <path d="M20 8v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8h16zm-6-4v4H10V4h4z" fill="#444"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Avatar -->
200
+ <div class="avatar">[IMG: Coach avatar]</div>
201
+
202
+ <!-- Heading -->
203
+ <div class="headline">Your coach is busy working for you...</div>
204
+
205
+ <!-- Calendar Illustration Placeholder -->
206
+ <div class="calendar-wrap">
207
+ <div class="calendar">[IMG: Calendar illustration]</div>
208
+ <svg class="plus left" viewBox="0 0 24 24">
209
+ <path d="M12 4v16M4 12h16" stroke="#69A7FF" stroke-width="3" stroke-linecap="round"/>
210
+ </svg>
211
+ <svg class="plus right" viewBox="0 0 24 24">
212
+ <path d="M12 4v16M4 12h16" stroke="#69A7FF" stroke-width="3" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+
216
+ <!-- Subtext -->
217
+ <div class="subtext">
218
+ Rescheduling <span class="link">Week 2</span> of 4...
219
+ </div>
220
+
221
+ <!-- Button -->
222
+ <div class="cta">
223
+ <span>Just a second...</span>
224
+ </div>
225
+
226
+ <!-- Bottom System Bar -->
227
+ <div class="sysbar">
228
+ <div class="home-indicator"></div>
229
+ </div>
230
+
231
+ </div>
232
+ </body>
233
+ </html>
code/18112/18112_0.html ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Roboto", Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: radial-gradient(1400px 1200px at 20% 60%, #6b826f 0%, #5b7567 40%, #4e6c61 70%, #3e5b51 100%);
19
+ }
20
+
21
+ /* subtle abstract curves to mimic wallpaper */
22
+ .curve {
23
+ position: absolute;
24
+ border-radius: 50%;
25
+ filter: blur(0.6px);
26
+ opacity: 0.35;
27
+ }
28
+ .curve.curve-a {
29
+ width: 1600px; height: 1600px;
30
+ left: 520px; top: 280px;
31
+ border: 6px solid rgba(20,40,35,0.50);
32
+ transform: rotate(20deg);
33
+ }
34
+ .curve.curve-b {
35
+ width: 1300px; height: 1800px;
36
+ left: -220px; top: 400px;
37
+ border: 5px solid rgba(24,48,40,0.45);
38
+ transform: rotate(-18deg);
39
+ }
40
+ .curve.curve-c {
41
+ width: 900px; height: 900px;
42
+ left: -160px; bottom: -100px;
43
+ border: 4px solid rgba(24,48,40,0.35);
44
+ transform: rotate(6deg);
45
+ }
46
+
47
+ /* status bar */
48
+ .status-bar {
49
+ position: absolute;
50
+ top: 20px;
51
+ left: 24px;
52
+ right: 24px;
53
+ height: 72px;
54
+ color: #ffffff;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: space-between;
58
+ pointer-events: none;
59
+ }
60
+ .status-time {
61
+ font-size: 40px;
62
+ font-weight: 500;
63
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
64
+ letter-spacing: 0.5px;
65
+ }
66
+ .status-icons {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 24px;
70
+ }
71
+ .status-dot {
72
+ width: 10px; height: 10px; border-radius: 50%;
73
+ background: #ffffff;
74
+ opacity: 0.9;
75
+ }
76
+ .status-icon {
77
+ width: 30px; height: 30px;
78
+ display: inline-block;
79
+ }
80
+ .status-icon svg { width: 100%; height: 100%; fill: #ffffff; opacity: 0.95; }
81
+
82
+ /* app grid */
83
+ .grid {
84
+ position: absolute;
85
+ top: 160px;
86
+ left: 60px;
87
+ right: 60px;
88
+ display: grid;
89
+ grid-template-columns: repeat(4, 1fr);
90
+ grid-row-gap: 110px;
91
+ grid-column-gap: 24px;
92
+ }
93
+ .app {
94
+ display: flex;
95
+ flex-direction: column;
96
+ align-items: center;
97
+ }
98
+ .icon {
99
+ width: 150px;
100
+ height: 150px;
101
+ border-radius: 50%;
102
+ box-shadow: 0 10px 28px rgba(0,0,0,0.35);
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ overflow: hidden;
107
+ }
108
+ .label {
109
+ margin-top: 18px;
110
+ width: 210px;
111
+ text-align: center;
112
+ font-size: 34px;
113
+ color: #ffffff;
114
+ text-shadow: 0 2px 8px rgba(0,0,0,0.65);
115
+ white-space: nowrap;
116
+ overflow: hidden;
117
+ text-overflow: ellipsis;
118
+ }
119
+
120
+ /* dock */
121
+ .dock {
122
+ position: absolute;
123
+ bottom: 320px;
124
+ left: 90px;
125
+ right: 90px;
126
+ display: flex;
127
+ justify-content: space-between;
128
+ align-items: center;
129
+ }
130
+ .dock .icon {
131
+ width: 130px;
132
+ height: 130px;
133
+ background: #ffffff;
134
+ box-shadow: 0 10px 25px rgba(0,0,0,0.35);
135
+ }
136
+ .dock .icon.dark {
137
+ background: #ffffff;
138
+ }
139
+
140
+ /* search bar */
141
+ .search-bar {
142
+ position: absolute;
143
+ bottom: 140px;
144
+ left: 60px;
145
+ right: 60px;
146
+ height: 110px;
147
+ border-radius: 55px;
148
+ background: #23342f;
149
+ box-shadow: 0 10px 28px rgba(0,0,0,0.5);
150
+ display: flex;
151
+ align-items: center;
152
+ padding: 0 26px;
153
+ color: #e8e8e8;
154
+ }
155
+ .search-left {
156
+ display: flex; align-items: center; gap: 18px;
157
+ }
158
+ .search-right {
159
+ margin-left: auto;
160
+ display: flex; align-items: center; gap: 22px;
161
+ }
162
+ .search-icon {
163
+ width: 60px; height: 60px; border-radius: 50%;
164
+ display: flex; align-items: center; justify-content: center;
165
+ }
166
+ .search-icon svg { width: 60%; height: 60%; }
167
+ .search-text {
168
+ font-size: 32px; opacity: 0.85;
169
+ }
170
+
171
+ /* gesture bar */
172
+ .gesture {
173
+ position: absolute;
174
+ bottom: 52px;
175
+ left: 50%;
176
+ transform: translateX(-50%);
177
+ width: 360px;
178
+ height: 10px;
179
+ border-radius: 8px;
180
+ background: rgba(180,180,180,0.7);
181
+ }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+ <!-- abstract curves -->
187
+ <div class="curve curve-a"></div>
188
+ <div class="curve curve-b"></div>
189
+ <div class="curve curve-c"></div>
190
+
191
+ <!-- status bar -->
192
+ <div class="status-bar">
193
+ <div class="status-time">6:54</div>
194
+ <div class="status-icons">
195
+ <div class="status-icon">
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M12 2a6 6 0 0 0-6 6v3H4a2 2 0 0 0-2 2v6h20v-6a2 2 0 0 0-2-2h-2V8a6 6 0 0 0-6-6zm-4 9V8a4 4 0 1 1 8 0v3H8z"/>
198
+ </svg>
199
+ </div>
200
+ <div class="status-dot"></div>
201
+ <div class="status-icon">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M17 2H7v2h10V2zM6 6h12l2 4H4l2-4zm-2 6h16v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z"/>
204
+ </svg>
205
+ </div>
206
+ <div class="status-icon">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M17 3H7a2 2 0 0 0-2 2v14l7-3 7 3V5a2 2 0 0 0-2-2z"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- app grid -->
215
+ <div class="grid">
216
+ <!-- Row 1 -->
217
+ <div class="app">
218
+ <div class="icon" style="background:#ffffff;">
219
+ <svg viewBox="0 0 100 100">
220
+ <rect x="15" y="15" width="70" height="70" rx="14" fill="#f2f2f2"/>
221
+ <rect x="22" y="22" width="18" height="56" fill="#e04f9f"/>
222
+ <rect x="42" y="22" width="18" height="56" fill="#ffd74a"/>
223
+ <rect x="62" y="22" width="18" height="56" fill="#71d080"/>
224
+ </svg>
225
+ </div>
226
+ <div class="label">NNNOW</div>
227
+ </div>
228
+
229
+ <div class="app">
230
+ <div class="icon" style="background:#e9f3ff;">
231
+ <svg viewBox="0 0 100 100">
232
+ <circle cx="50" cy="50" r="32" fill="#3fa7ff"/>
233
+ <rect x="44" y="24" width="12" height="40" rx="6" fill="#ffffff"/>
234
+ <rect x="40" y="62" width="20" height="16" rx="6" fill="#ffffff"/>
235
+ </svg>
236
+ </div>
237
+ <div class="label">Easy Voice ...</div>
238
+ </div>
239
+
240
+ <div class="app">
241
+ <div class="icon" style="background:#ffe8e5;">
242
+ <svg viewBox="0 0 100 100">
243
+ <circle cx="50" cy="50" r="32" fill="#d71f28"/>
244
+ <rect x="44" y="24" width="12" height="40" rx="6" fill="#ffffff"/>
245
+ <rect x="40" y="62" width="20" height="16" rx="6" fill="#ffffff"/>
246
+ </svg>
247
+ </div>
248
+ <div class="label">Voice Recor...</div>
249
+ </div>
250
+
251
+ <div class="app">
252
+ <div class="icon" style="background:#eeeeee;">
253
+ <svg viewBox="0 0 100 100">
254
+ <circle cx="50" cy="50" r="32" fill="#515357"/>
255
+ <rect x="44" y="24" width="12" height="40" rx="6" fill="#d8d8d8"/>
256
+ <rect x="40" y="62" width="20" height="16" rx="6" fill="#d8d8d8"/>
257
+ <circle cx="68" cy="70" r="4" fill="#ff3b3b"/>
258
+ </svg>
259
+ </div>
260
+ <div class="label">Smart Reco...</div>
261
+ </div>
262
+
263
+ <!-- Row 2 -->
264
+ <div class="app">
265
+ <div class="icon" style="background:#f0f0f0;">
266
+ <svg viewBox="0 0 100 100">
267
+ <rect x="16" y="16" width="68" height="68" rx="34" fill="#cfd3d6"/>
268
+ <rect x="20" y="20" width="60" height="60" rx="30" fill="#9aa0a6"/>
269
+ <rect x="32" y="60" width="36" height="14" rx="7" fill="#ff4a4a"/>
270
+ <text x="50" y="55" font-size="16" fill="#2d2d2d" text-anchor="middle">REC</text>
271
+ </svg>
272
+ </div>
273
+ <div class="label">Sound Rec...</div>
274
+ </div>
275
+
276
+ <div class="app">
277
+ <div class="icon" style="background:#0e1726;">
278
+ <svg viewBox="0 0 100 100">
279
+ <circle cx="50" cy="50" r="36" fill="#2a9df4"/>
280
+ <path d="M35 70c6-14 20-14 26 0" fill="#0e1726"/>
281
+ <circle cx="42" cy="46" r="6" fill="#0e1726"/>
282
+ <rect x="56" y="40" width="12" height="14" rx="2" fill="#0e1726"/>
283
+ </svg>
284
+ </div>
285
+ <div class="label">Kindle</div>
286
+ </div>
287
+
288
+ <div class="app">
289
+ <div class="icon" style="background:#ffffff;">
290
+ <svg viewBox="0 0 100 100">
291
+ <polygon points="35,30 70,50 35,70" fill="#3c88ff"/>
292
+ <path d="M28 30v40l10-8V38z" fill="#2f6bd6"/>
293
+ </svg>
294
+ </div>
295
+ <div class="label">Play Books</div>
296
+ </div>
297
+
298
+ <div class="app">
299
+ <div class="icon" style="background:#ffffff;">
300
+ <svg viewBox="0 0 100 100">
301
+ <path d="M28 70V30l22 12 22-12v40l-22-12z" fill="#7c69ff"/>
302
+ <path d="M28 30l22 12v16L28 70z" fill="#b64dff"/>
303
+ </svg>
304
+ </div>
305
+ <div class="label">Webnovel</div>
306
+ </div>
307
+
308
+ <!-- Row 3 -->
309
+ <div class="app">
310
+ <div class="icon" style="background:#ffffff;">
311
+ <svg viewBox="0 0 100 100">
312
+ <rect x="22" y="22" width="56" height="56" rx="10" fill="#2b5fd3"/>
313
+ <text x="50" y="58" font-size="36" fill="#ffffff" text-anchor="middle" font-weight="700">W</text>
314
+ </svg>
315
+ </div>
316
+ <div class="label">Word</div>
317
+ </div>
318
+
319
+ <div class="app">
320
+ <div class="icon" style="background:#ffffff;">
321
+ <svg viewBox="0 0 100 100">
322
+ <polygon points="38,70 24,54 46,42 62,50 76,36 76,70" fill="#3ec1ff"/>
323
+ <polygon points="24,54 46,42 24,38" fill="#ff6f6f"/>
324
+ <polygon points="62,50 76,36 60,34" fill="#74d15a"/>
325
+ </svg>
326
+ </div>
327
+ <div class="label">Polaris Office</div>
328
+ </div>
329
+
330
+ <div class="app">
331
+ <div class="icon" style="background:#ffffff;">
332
+ <svg viewBox="0 0 100 100">
333
+ <rect x="28" y="18" width="44" height="64" rx="6" fill="#fecc00"/>
334
+ <rect x="36" y="34" width="28" height="22" rx="3" fill="#ffffff"/>
335
+ <rect x="36" y="60" width="16" height="6" rx="2" fill="#ffffff"/>
336
+ </svg>
337
+ </div>
338
+ <div class="label">Slides</div>
339
+ </div>
340
+
341
+ <!-- empty 4th cell for spacing -->
342
+ <div class="app"></div>
343
+ </div>
344
+
345
+ <!-- dock icons -->
346
+ <div class="dock">
347
+ <div class="icon dark">
348
+ <svg viewBox="0 0 100 100">
349
+ <circle cx="50" cy="50" r="36" fill="#3fa7ff"/>
350
+ <path d="M34 44c12 10 20 10 32 0l-10-10H44z" fill="#ffffff"/>
351
+ </svg>
352
+ </div>
353
+ <div class="icon dark">
354
+ <svg viewBox="0 0 100 100">
355
+ <circle cx="50" cy="50" r="36" fill="#7aa7ff"/>
356
+ <rect x="30" y="38" width="40" height="26" rx="8" fill="#ffffff"/>
357
+ <circle cx="50" cy="51" r="6" fill="#7aa7ff"/>
358
+ </svg>
359
+ </div>
360
+ <div class="icon dark">
361
+ <svg viewBox="0 0 100 100">
362
+ <circle cx="50" cy="50" r="36" fill="#3dbb63"/>
363
+ <circle cx="50" cy="50" r="14" fill="#ffffff"/>
364
+ <circle cx="50" cy="50" r="7" fill="#3dbb63"/>
365
+ </svg>
366
+ </div>
367
+ <div class="icon dark">
368
+ <svg viewBox="0 0 100 100">
369
+ <circle cx="50" cy="50" r="36" fill="#9aa0a6"/>
370
+ <rect x="30" y="34" width="40" height="30" rx="6" fill="#ffffff"/>
371
+ <circle cx="50" cy="49" r="10" fill="#4a6cff"/>
372
+ </svg>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- search bar -->
377
+ <div class="search-bar">
378
+ <div class="search-left">
379
+ <div class="search-icon" style="background:#ffffff;">
380
+ <svg viewBox="0 0 24 24">
381
+ <path fill="#4285F4" d="M12 12a3 3 0 0 1 3-3h7v3h-7a3 3 0 0 1-3 3z"/>
382
+ <path fill="#34A853" d="M12 12a3 3 0 0 1-3 3H2v-3h7a3 3 0 0 1 3-3z"/>
383
+ <path fill="#FBBC05" d="M9 9a3 3 0 0 1 3-3h7v3h-7a3 3 0 0 1-3 3z"/>
384
+ <path fill="#EA4335" d="M9 15a3 3 0 0 1 3 3h7v-3h-7a3 3 0 0 1-3-3z"/>
385
+ </svg>
386
+ </div>
387
+ <div class="search-text">Search</div>
388
+ </div>
389
+ <div class="search-right">
390
+ <div class="search-icon" style="background:#2b423b;">
391
+ <svg viewBox="0 0 24 24">
392
+ <path fill="#58a6ff" d="M12 2a5 5 0 0 0-5 5v4a5 5 0 1 0 10 0V7a5 5 0 0 0-5-5zm-3 9V7a3 3 0 0 1 6 0v4a3 3 0 1 1-6 0z"/>
393
+ </svg>
394
+ </div>
395
+ <div class="search-icon" style="background:#2b423b;">
396
+ <svg viewBox="0 0 24 24">
397
+ <path fill="#ff5353" d="M12 5l6 4v10H6V9l6-4z"/>
398
+ <circle cx="12" cy="14" r="3" fill="#ffffff"/>
399
+ </svg>
400
+ </div>
401
+ </div>
402
+ </div>
403
+
404
+ <!-- gesture bar -->
405
+ <div class="gesture"></div>
406
+ </div>
407
+ </body>
408
+ </html>
code/18112/18112_1.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Slides - Mock UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0c1a14;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 90px;
29
+ color: #E8E8E8;
30
+ font-weight: 600;
31
+ font-size: 36px;
32
+ line-height: 90px;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ display: flex;
36
+ justify-content: space-between;
37
+ align-items: center;
38
+ opacity: 0.9;
39
+ }
40
+ .status-icons {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 24px;
44
+ }
45
+ .status-dot {
46
+ width: 14px; height: 14px; background: #E8E8E8; border-radius: 50%;
47
+ }
48
+ .status-shape {
49
+ width: 28px; height: 28px; border: 2px solid #E8E8E8; border-radius: 4px;
50
+ }
51
+ .battery {
52
+ width: 44px; height: 22px; border: 2px solid #E8E8E8; border-radius: 4px; position: relative;
53
+ }
54
+ .battery::after { content:""; position:absolute; right:-6px; top:6px; width:6px; height:10px; background:#E8E8E8; border-radius:2px; }
55
+ .battery-fill { position:absolute; left:2px; top:2px; height:16px; width:28px; background:#E8E8E8; }
56
+
57
+ /* Header pill */
58
+ .header-pill {
59
+ position: absolute;
60
+ top: 120px;
61
+ left: 36px;
62
+ width: 1008px;
63
+ height: 120px;
64
+ background: #103424;
65
+ border-radius: 60px;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 34px;
69
+ box-sizing: border-box;
70
+ }
71
+ .header-title {
72
+ color: #ffffff;
73
+ font-size: 48px;
74
+ font-weight: 700;
75
+ flex: 1;
76
+ text-align: center;
77
+ letter-spacing: 0.5px;
78
+ }
79
+ .icon-btn {
80
+ width: 72px; height: 72px; display: flex; justify-content: center; align-items: center;
81
+ color: #E8E8E8;
82
+ }
83
+ .avatar {
84
+ width: 88px; height: 88px; border-radius: 50%;
85
+ background: #167a69;
86
+ color: #ffffff;
87
+ font-weight: 700;
88
+ font-size: 40px;
89
+ display: flex; justify-content: center; align-items: center;
90
+ }
91
+
92
+ /* Empty state illustration */
93
+ .illustration {
94
+ position: absolute;
95
+ left: 50%;
96
+ transform: translateX(-50%);
97
+ top: 1150px;
98
+ width: 540px;
99
+ height: 320px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ display: flex; justify-content: center; align-items: center;
103
+ color: #757575;
104
+ border-radius: 8px;
105
+ }
106
+
107
+ /* Empty state text */
108
+ .empty-title {
109
+ position: absolute;
110
+ top: 1550px;
111
+ left: 0;
112
+ width: 100%;
113
+ text-align: center;
114
+ color: #f2f2f2;
115
+ font-size: 56px;
116
+ font-weight: 700;
117
+ }
118
+ .empty-subtitle {
119
+ position: absolute;
120
+ top: 1630px;
121
+ left: 0;
122
+ width: 100%;
123
+ text-align: center;
124
+ color: #c8d0c8;
125
+ font-size: 36px;
126
+ }
127
+
128
+ /* Account card */
129
+ .account-card {
130
+ position: absolute;
131
+ left: 36px;
132
+ right: 36px;
133
+ bottom: 340px;
134
+ height: 220px;
135
+ background: #e7efe6;
136
+ border-radius: 24px;
137
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
138
+ display: flex;
139
+ align-items: center;
140
+ padding: 28px;
141
+ box-sizing: border-box;
142
+ gap: 28px;
143
+ }
144
+ .acct-avatar {
145
+ width: 96px; height: 96px; border-radius: 50%; background: #167a69; color: #fff; font-size: 48px; font-weight: 700; display:flex; align-items:center; justify-content:center;
146
+ }
147
+ .acct-texts {
148
+ flex: 1;
149
+ }
150
+ .acct-title {
151
+ color: #1f2a22;
152
+ font-size: 42px;
153
+ font-weight: 700;
154
+ margin-bottom: 10px;
155
+ }
156
+ .acct-sub {
157
+ color: #405043;
158
+ font-size: 34px;
159
+ }
160
+ .google-badge {
161
+ width: 80px; height: 80px; border-radius: 50%;
162
+ background: #ffffff;
163
+ display:flex; align-items:center; justify-content:center;
164
+ font-weight: 900; font-size: 42px; color: #e33d2f; border: 2px solid #ddd;
165
+ }
166
+
167
+ /* FAB */
168
+ .fab {
169
+ position: absolute;
170
+ right: 36px;
171
+ bottom: 170px;
172
+ width: 150px; height: 150px;
173
+ background: #1e503f;
174
+ border-radius: 32px;
175
+ box-shadow: 0 12px 22px rgba(0,0,0,0.5);
176
+ display: flex; align-items: center; justify-content: center;
177
+ }
178
+ .fab svg { width: 64px; height: 64px; }
179
+ .fab line { stroke: #ffffff; stroke-width: 10; stroke-linecap: round; }
180
+
181
+ /* Home pill */
182
+ .home-pill {
183
+ position: absolute;
184
+ bottom: 54px;
185
+ left: 50%;
186
+ transform: translateX(-50%);
187
+ width: 300px; height: 18px;
188
+ border-radius: 9px;
189
+ background: #e9e9e9;
190
+ opacity: 0.8;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+
197
+ <!-- Status bar -->
198
+ <div class="status-bar">
199
+ <div>6:55</div>
200
+ <div class="status-icons">
201
+ <div class="status-dot"></div>
202
+ <div class="status-shape"></div>
203
+ <div class="battery"><div class="battery-fill"></div></div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Header pill -->
208
+ <div class="header-pill">
209
+ <div class="icon-btn">
210
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="none" stroke="#E8E8E8" stroke-width="2">
211
+ <path d="M3 6h18M3 12h18M3 18h18"/>
212
+ </svg>
213
+ </div>
214
+ <div class="header-title">Google Slides</div>
215
+ <div class="icon-btn">
216
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="none" stroke="#E8E8E8" stroke-width="2">
217
+ <path d="M3 7h7l2 2h9v10H3z" />
218
+ </svg>
219
+ </div>
220
+ <div class="avatar">J</div>
221
+ </div>
222
+
223
+ <!-- Illustration placeholder -->
224
+ <div class="illustration">[IMG: Colored folders illustration]</div>
225
+
226
+ <!-- Empty state text -->
227
+ <div class="empty-title">No recent files</div>
228
+ <div class="empty-subtitle">Find everything in Google Drive you've recently opened or edited</div>
229
+
230
+ <!-- Account card -->
231
+ <div class="account-card">
232
+ <div class="acct-avatar">J</div>
233
+ <div class="acct-texts">
234
+ <div class="acct-title">Signed in as Janedbw</div>
235
+ <div class="acct-sub">personatestjanedbw@gmail.com</div>
236
+ </div>
237
+ <div class="google-badge">G</div>
238
+ </div>
239
+
240
+ <!-- Floating Action Button -->
241
+ <div class="fab">
242
+ <svg viewBox="0 0 64 64">
243
+ <line x1="32" y1="14" x2="32" y2="50"></line>
244
+ <line x1="14" y1="32" x2="50" y2="32"></line>
245
+ </svg>
246
+ </div>
247
+
248
+ <!-- Home pill -->
249
+ <div class="home-pill"></div>
250
+ </div>
251
+ </body>
252
+ </html>
code/18112/18112_2.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mock UI - Slides Loading</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: #0B0E0C;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ color: #EDEDED;
25
+ font-weight: 600;
26
+ }
27
+ .status-time {
28
+ position: absolute;
29
+ left: 40px;
30
+ top: 36px;
31
+ font-size: 46px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-icons {
35
+ position: absolute;
36
+ right: 40px;
37
+ top: 34px;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 26px;
41
+ }
42
+ .status-icon {
43
+ width: 36px;
44
+ height: 36px;
45
+ background: rgba(255,255,255,0.2);
46
+ border-radius: 8px;
47
+ }
48
+ .signal {
49
+ width: 40px;
50
+ height: 36px;
51
+ border: 3px solid #FFFFFF;
52
+ border-right-width: 8px;
53
+ border-top-left-radius: 18px;
54
+ border-bottom-left-radius: 18px;
55
+ border-top-right-radius: 6px;
56
+ border-bottom-right-radius: 6px;
57
+ }
58
+ .battery {
59
+ width: 46px;
60
+ height: 24px;
61
+ border: 4px solid #FFFFFF;
62
+ border-radius: 6px;
63
+ position: relative;
64
+ margin-left: 6px;
65
+ }
66
+ .battery::after {
67
+ content: "";
68
+ position: absolute;
69
+ right: -10px;
70
+ top: 6px;
71
+ width: 6px;
72
+ height: 12px;
73
+ background: #FFFFFF;
74
+ border-radius: 2px;
75
+ }
76
+
77
+ /* Search bar */
78
+ .searchbar {
79
+ position: absolute;
80
+ top: 160px;
81
+ left: 40px;
82
+ width: 1000px;
83
+ height: 100px;
84
+ background: #1F2E26;
85
+ border-radius: 50px;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 28px;
89
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
90
+ }
91
+ .hamburger {
92
+ width: 52px;
93
+ height: 52px;
94
+ margin-right: 24px;
95
+ }
96
+ .search-text {
97
+ color: #AEB8B1;
98
+ font-size: 40px;
99
+ flex: 1;
100
+ }
101
+ .folder {
102
+ width: 60px;
103
+ height: 60px;
104
+ margin-right: 24px;
105
+ opacity: 0.85;
106
+ }
107
+ .avatar {
108
+ width: 84px;
109
+ height: 84px;
110
+ background: #196F63;
111
+ color: #FFFFFF;
112
+ border-radius: 50%;
113
+ display: flex;
114
+ justify-content: center;
115
+ align-items: center;
116
+ font-weight: 700;
117
+ font-size: 42px;
118
+ }
119
+
120
+ /* Center content */
121
+ .illustration {
122
+ position: absolute;
123
+ top: 1200px;
124
+ left: 215px;
125
+ width: 650px;
126
+ height: 320px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ color: #757575;
133
+ border-radius: 12px;
134
+ }
135
+ .title {
136
+ position: absolute;
137
+ top: 1550px;
138
+ width: 100%;
139
+ text-align: center;
140
+ color: #CFCFCF;
141
+ font-size: 52px;
142
+ font-weight: 600;
143
+ }
144
+ .subtitle {
145
+ position: absolute;
146
+ top: 1630px;
147
+ width: 100%;
148
+ text-align: center;
149
+ color: #94A19A;
150
+ font-size: 34px;
151
+ letter-spacing: 0.2px;
152
+ }
153
+
154
+ /* Overlay dialog */
155
+ .modal {
156
+ position: absolute;
157
+ top: 860px;
158
+ left: 90px;
159
+ width: 900px;
160
+ height: 220px;
161
+ background: #555555;
162
+ border-radius: 24px;
163
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
164
+ display: flex;
165
+ align-items: center;
166
+ padding: 0 40px;
167
+ }
168
+ .spinner {
169
+ width: 96px;
170
+ height: 96px;
171
+ border: 10px solid #4285F4;
172
+ border-top-color: transparent;
173
+ border-right-color: transparent;
174
+ border-radius: 50%;
175
+ margin-right: 36px;
176
+ animation: spin 1.2s linear infinite;
177
+ }
178
+ @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
179
+ .modal-text {
180
+ color: #FFFFFF;
181
+ font-size: 42px;
182
+ font-weight: 500;
183
+ }
184
+
185
+ /* Floating action button */
186
+ .fab {
187
+ position: absolute;
188
+ right: 60px;
189
+ bottom: 220px;
190
+ width: 140px;
191
+ height: 140px;
192
+ background: #20392F;
193
+ border-radius: 32px;
194
+ box-shadow: 0 8px 18px rgba(0,0,0,0.4);
195
+ display: flex;
196
+ justify-content: center;
197
+ align-items: center;
198
+ }
199
+ .fab svg { width: 70px; height: 70px; }
200
+ .fab svg path { stroke: #9AD0B6; stroke-width: 12; stroke-linecap: round; }
201
+
202
+ /* Gesture pill */
203
+ .gesture {
204
+ position: absolute;
205
+ bottom: 28px;
206
+ left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 240px;
209
+ height: 16px;
210
+ background: #EDEDED;
211
+ border-radius: 8px;
212
+ opacity: 0.85;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+ <div class="statusbar">
219
+ <div class="status-time">6:57</div>
220
+ <div class="status-icons">
221
+ <div class="status-icon" style="border-radius:50%;"></div>
222
+ <div class="status-icon"></div>
223
+ <div class="status-icon"></div>
224
+ <div class="status-icon" style="width:36px;height:36px;border-radius:6px;"></div>
225
+ <div class="status-icon" style="width:12px;height:12px;border-radius:50%;"></div>
226
+ <div class="signal"></div>
227
+ <div class="battery"></div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="searchbar">
232
+ <svg class="hamburger" viewBox="0 0 24 24">
233
+ <rect x="2" y="4" width="20" height="2" fill="#C7D2CB"></rect>
234
+ <rect x="2" y="11" width="16" height="2" fill="#C7D2CB"></rect>
235
+ <rect x="2" y="18" width="20" height="2" fill="#C7D2CB"></rect>
236
+ </svg>
237
+ <div class="search-text">Search Slides</div>
238
+ <svg class="folder" viewBox="0 0 24 24">
239
+ <path d="M3 6h6l2 2h10v10H3z" fill="none" stroke="#C7D2CB" stroke-width="1.6"></path>
240
+ </svg>
241
+ <div class="avatar">J</div>
242
+ </div>
243
+
244
+ <div class="modal">
245
+ <div class="spinner"></div>
246
+ <div class="modal-text">Creating presentation...</div>
247
+ </div>
248
+
249
+ <div class="illustration">[IMG: Google Drive Illustration]</div>
250
+
251
+ <div class="title">No recent files</div>
252
+ <div class="subtitle">Find everything in Google Drive you've recently opened or edited</div>
253
+
254
+ <div class="fab">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M12 4v16M4 12h16" fill="none"></path>
257
+ </svg>
258
+ </div>
259
+
260
+ <div class="gesture"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/18112/18112_3.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: 'Roboto', Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0c2d22;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 28px;
28
+ box-sizing: border-box;
29
+ font-weight: 500;
30
+ letter-spacing: 0.5px;
31
+ font-size: 44px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .status-icons svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 2.5; }
39
+
40
+ /* App toolbar */
41
+ .toolbar {
42
+ position: absolute;
43
+ top: 110px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 96px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ gap: 54px;
51
+ }
52
+ .toolbar .icon {
53
+ width: 64px;
54
+ height: 64px;
55
+ }
56
+ .toolbar .icon svg { width: 100%; height: 100%; }
57
+ .icon-green svg { stroke: #16d263; fill: none; }
58
+ .icon-light svg { stroke: #d6e5dc; fill: none; }
59
+ .icon-fill svg { fill: #d6e5dc; stroke: none; }
60
+
61
+ /* Slide canvas */
62
+ .slide {
63
+ position: absolute;
64
+ top: 360px;
65
+ left: 50px;
66
+ width: 980px;
67
+ height: 560px;
68
+ background: #ffffff;
69
+ border-radius: 6px;
70
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
71
+ }
72
+ .selection {
73
+ position: absolute;
74
+ left: 30px;
75
+ top: 70px;
76
+ width: 920px;
77
+ height: 300px;
78
+ border: 6px solid #1bc35e;
79
+ border-radius: 8px;
80
+ box-shadow: inset 0 0 0 3px rgba(255,255,255,0.15);
81
+ }
82
+ .handle {
83
+ position: absolute;
84
+ width: 40px;
85
+ height: 40px;
86
+ background: #17e76d;
87
+ border: 4px solid #0b8a3f;
88
+ border-radius: 50%;
89
+ box-shadow: 0 2px 0 rgba(0,0,0,0.3);
90
+ }
91
+ /* Handles positions */
92
+ .h-tl { left: -20px; top: -20px; }
93
+ .h-tm { left: calc(50% - 20px); top: -20px; }
94
+ .h-tr { right: -20px; top: -20px; }
95
+ .h-ml { left: -20px; top: calc(50% - 20px); }
96
+ .h-mr { right: -20px; top: calc(50% - 20px); }
97
+ .h-bl { left: -20px; bottom: -20px; }
98
+ .h-bm { left: calc(50% - 20px); bottom: -20px; }
99
+ .h-br { right: -20px; bottom: -20px; }
100
+ .h-top-out { left: calc(50% - 20px); top: -70px; }
101
+
102
+ .center-line {
103
+ position: absolute;
104
+ left: calc(50% - 1px);
105
+ top: 0;
106
+ width: 2px;
107
+ height: 100%;
108
+ background: #cfcfcf;
109
+ }
110
+
111
+ .subtitle {
112
+ position: absolute;
113
+ bottom: 48px;
114
+ left: 0;
115
+ width: 100%;
116
+ text-align: center;
117
+ color: #7a7a7a;
118
+ font-size: 40px;
119
+ }
120
+
121
+ /* Keyboard block */
122
+ .keyboard {
123
+ position: absolute;
124
+ left: 0;
125
+ top: 1420px;
126
+ width: 1080px;
127
+ height: 820px;
128
+ background: #132f24;
129
+ box-shadow: inset 0 -6px 20px rgba(0,0,0,0.45);
130
+ }
131
+
132
+ .kb-toolbar {
133
+ height: 90px;
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 40px;
137
+ padding: 0 40px;
138
+ color: #d6e5dc;
139
+ font-size: 40px;
140
+ border-bottom: 1px solid rgba(255,255,255,0.08);
141
+ }
142
+ .kb-tool {
143
+ display: flex;
144
+ align-items: center;
145
+ gap: 14px;
146
+ }
147
+ .kb-tool svg { width: 44px; height: 44px; stroke: #cfe1d6; fill: none; stroke-width: 3; }
148
+
149
+ .keys {
150
+ padding: 24px 24px 0 24px;
151
+ box-sizing: border-box;
152
+ display: grid;
153
+ grid-template-rows: repeat(4, auto);
154
+ gap: 22px;
155
+ }
156
+
157
+ .row {
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: space-between;
161
+ gap: 12px;
162
+ }
163
+
164
+ .key {
165
+ background: #1b3a2d;
166
+ color: #e7f0ea;
167
+ font-size: 44px;
168
+ height: 110px;
169
+ min-width: 84px;
170
+ border-radius: 18px;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
175
+ }
176
+
177
+ .key-wide { width: 160px; }
178
+ .key-space { flex: 1; height: 110px; }
179
+ .key-green { background: #21e776; color: #072716; }
180
+
181
+ .key-icon svg { width: 48px; height: 48px; fill: none; stroke: #d7e6de; stroke-width: 3; }
182
+
183
+ /* Gesture bar */
184
+ .gesture-bar {
185
+ position: absolute;
186
+ bottom: 22px;
187
+ left: 50%;
188
+ transform: translateX(-50%);
189
+ width: 210px;
190
+ height: 10px;
191
+ background: #ffffff;
192
+ border-radius: 8px;
193
+ opacity: 0.9;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status Bar -->
201
+ <div class="status-bar">
202
+ <div class="status-time">6:58</div>
203
+ <div class="status-icons">
204
+ <!-- Lock -->
205
+ <svg viewBox="0 0 24 24"><path d="M6 10h12v10H6z"/><path d="M8 10V7a4 4 0 0 1 8 0v3"/></svg>
206
+ <!-- Notification dot -->
207
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="6"/></svg>
208
+ <!-- T glyph -->
209
+ <svg viewBox="0 0 24 24"><path d="M4 6h16M12 6v12"/></svg>
210
+ <!-- Dot -->
211
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/></svg>
212
+ <!-- Wifi -->
213
+ <svg viewBox="0 0 24 24"><path d="M3 9c4.5-4 13.5-4 18 0"/><path d="M6 12c3-2.5 9-2.5 12 0"/><path d="M9 15c1.5-1 4.5-1 6 0"/><circle cx="12" cy="18" r="1.5"/></svg>
214
+ <!-- Battery -->
215
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="22" height="12"/><rect x="24" y="10" width="2" height="4" /></svg>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- App Toolbar -->
220
+ <div class="toolbar">
221
+ <!-- Check -->
222
+ <div class="icon icon-green">
223
+ <svg viewBox="0 0 24 24"><path d="M3 12l6 6 12-12" stroke-linecap="round" stroke-linejoin="round"/></svg>
224
+ </div>
225
+ <!-- Cast -->
226
+ <div class="icon icon-light">
227
+ <svg viewBox="0 0 24 24">
228
+ <rect x="3" y="5" width="18" height="12" rx="2"/>
229
+ <path d="M3 18c3-1.5 6 0 8 2" />
230
+ <path d="M3 14c2-.5 4 .5 5 2" />
231
+ </svg>
232
+ </div>
233
+ <!-- Play -->
234
+ <div class="icon icon-fill">
235
+ <svg viewBox="0 0 24 24"><polygon points="6,4 20,12 6,20"/></svg>
236
+ </div>
237
+ <!-- Text A -->
238
+ <div class="icon icon-light">
239
+ <svg viewBox="0 0 24 24"><path d="M12 5l7 14M12 5L5 19M8 13h8" /></svg>
240
+ </div>
241
+ <!-- Plus -->
242
+ <div class="icon icon-light">
243
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
244
+ </div>
245
+ <!-- Comment -->
246
+ <div class="icon icon-light">
247
+ <svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="14" rx="2"/><path d="M8 18l-2 4"/></svg>
248
+ </div>
249
+ <!-- More (kebab) -->
250
+ <div class="icon icon-light">
251
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="6" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="18" r="2"/></svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Slide Canvas -->
256
+ <div class="slide">
257
+ <div class="selection">
258
+ <div class="handle h-tl"></div>
259
+ <div class="handle h-tm"></div>
260
+ <div class="handle h-tr"></div>
261
+ <div class="handle h-ml"></div>
262
+ <div class="handle h-mr"></div>
263
+ <div class="handle h-bl"></div>
264
+ <div class="handle h-bm"></div>
265
+ <div class="handle h-br"></div>
266
+ <div class="handle h-top-out"></div>
267
+ <div class="center-line"></div>
268
+ </div>
269
+ <div class="subtitle">Double tap to add subtitle</div>
270
+ </div>
271
+
272
+ <!-- Keyboard -->
273
+ <div class="keyboard">
274
+ <div class="kb-toolbar">
275
+ <div class="kb-tool"><span style="font-weight:700;">B</span></div>
276
+ <div class="kb-tool" style="font-style: italic;">I</div>
277
+ <div class="kb-tool" style="text-decoration: underline;">U</div>
278
+ <div class="kb-tool"><span style="border-bottom: 6px solid #cfe1d6; padding-bottom: 4px;">A</span></div>
279
+ <div class="kb-tool">
280
+ <svg viewBox="0 0 24 24"><path d="M4 20l6-6"/><path d="M10 14H6V10" /></svg>
281
+ </div>
282
+ <div class="kb-tool">
283
+ <svg viewBox="0 0 24 24"><path d="M4 8h16M4 12h12M4 16h8"/><path d="M18 11l3 3-3 3"/></svg>
284
+ </div>
285
+ <div class="kb-tool">
286
+ <svg viewBox="0 0 24 24"><circle cx="4" cy="8" r="1.8"/><circle cx="4" cy="12" r="1.8"/><circle cx="4" cy="16" r="1.8"/><path d="M8 8h12M8 12h12M8 16h12"/></svg>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="keys">
291
+ <!-- Row 1 -->
292
+ <div class="row">
293
+ <div class="key">Q</div><div class="key">W</div><div class="key">E</div><div class="key">R</div><div class="key">T</div><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>
294
+ </div>
295
+ <!-- Row 2 -->
296
+ <div class="row">
297
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
298
+ </div>
299
+ <!-- Row 3 -->
300
+ <div class="row">
301
+ <div class="key key-icon">
302
+ <svg viewBox="0 0 24 24"><path d="M7 17l-3-3 3-3"/><path d="M4 14h12"/></svg>
303
+ </div>
304
+ <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>
305
+ <div class="key key-icon">
306
+ <svg viewBox="0 0 24 24"><path d="M4 7l14 0"/><path d="M18 7v10"/><path d="M10 17l8-10"/></svg>
307
+ </div>
308
+ </div>
309
+ <!-- Row 4 -->
310
+ <div class="row">
311
+ <div class="key key-wide" style="background:#89a493;color:#0d2218;">?123</div>
312
+ <div class="key">,</div>
313
+ <div class="key key-icon">
314
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/></svg>
315
+ </div>
316
+ <div class="key key-space"> </div>
317
+ <div class="key">.</div>
318
+ <div class="key key-wide key-green">↵</div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Gesture Bar -->
324
+ <div class="gesture-bar"></div>
325
+ </div>
326
+ </body>
327
+ </html>
code/18112/18112_4.html ADDED
@@ -0,0 +1,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Reconstruction</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0e2a1f; /* deep green app background */
20
+ box-sizing: border-box;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 110px;
30
+ color: #ffffff;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 32px;
34
+ box-sizing: border-box;
35
+ font-size: 40px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-bar .right {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon svg {
45
+ width: 44px;
46
+ height: 44px;
47
+ fill: none;
48
+ stroke: #fff;
49
+ stroke-width: 4;
50
+ }
51
+
52
+ /* Top toolbar */
53
+ .toolbar {
54
+ position: absolute;
55
+ top: 110px;
56
+ left: 0;
57
+ width: 1080px;
58
+ height: 120px;
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 38px;
62
+ padding: 0 32px;
63
+ box-sizing: border-box;
64
+ }
65
+ .tool-btn {
66
+ color: #a6e59a; /* pale green icons */
67
+ width: 72px;
68
+ height: 72px;
69
+ display: inline-flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ }
73
+ .tool-btn svg {
74
+ width: 64px;
75
+ height: 64px;
76
+ stroke: #a6e59a;
77
+ fill: none;
78
+ stroke-width: 5;
79
+ }
80
+
81
+ /* Slide canvas card */
82
+ .slide-card {
83
+ position: absolute;
84
+ left: 60px;
85
+ top: 280px;
86
+ width: 960px;
87
+ height: 720px;
88
+ background: #ffffff;
89
+ border: 1px solid rgba(0,0,0,0.15);
90
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
91
+ }
92
+
93
+ /* Title text box with green handles */
94
+ .title-box {
95
+ position: absolute;
96
+ left: 70px;
97
+ top: 220px;
98
+ width: 820px;
99
+ height: 220px;
100
+ border: 4px solid #23d243; /* bright green outline */
101
+ box-sizing: border-box;
102
+ }
103
+ .title-text {
104
+ position: absolute;
105
+ inset: 0;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ text-align: center;
110
+ color: #000;
111
+ font-size: 74px;
112
+ line-height: 1.15;
113
+ font-weight: 500;
114
+ }
115
+ .handle {
116
+ position: absolute;
117
+ width: 36px;
118
+ height: 36px;
119
+ background: #23d243;
120
+ border-radius: 50%;
121
+ box-shadow: 0 0 0 4px #0e2a1f inset;
122
+ }
123
+ /* Corners */
124
+ .handle.tl { top: -18px; left: -18px; }
125
+ .handle.tr { top: -18px; right: -18px; }
126
+ .handle.bl { bottom: -18px; left: -18px; }
127
+ .handle.br { bottom: -18px; right: -18px; }
128
+ /* Edge middles */
129
+ .handle.tm { top: -18px; left: calc(50% - 18px); }
130
+ .handle.rm { top: calc(50% - 18px); right: -18px; }
131
+ .handle.lm { top: calc(50% - 18px); left: -18px; }
132
+ .handle.bm { bottom: -18px; left: calc(50% - 18px); }
133
+ /* Top floating handle above */
134
+ .handle.top-float { top: -64px; left: calc(50% - 18px); }
135
+
136
+ /* Subtitle placeholder */
137
+ .subtitle {
138
+ position: absolute;
139
+ left: 70px;
140
+ top: 470px;
141
+ width: 820px;
142
+ height: 120px;
143
+ border: 2px solid #d0d0d0;
144
+ color: #8e8e8e;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ font-size: 40px;
149
+ }
150
+
151
+ /* Editor formatting row above keyboard */
152
+ .format-bar {
153
+ position: absolute;
154
+ left: 0;
155
+ bottom: 910px;
156
+ width: 1080px;
157
+ height: 90px;
158
+ background: rgba(10, 35, 26, 0.9);
159
+ display: flex;
160
+ align-items: center;
161
+ gap: 38px;
162
+ padding: 0 40px;
163
+ color: #b7e6b3;
164
+ box-sizing: border-box;
165
+ font-size: 40px;
166
+ }
167
+ .fmt {
168
+ display: inline-flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ width: 70px;
172
+ height: 70px;
173
+ border-radius: 8px;
174
+ color: #b7e6b3;
175
+ border: 2px solid rgba(183, 230, 179, 0.25);
176
+ }
177
+ .fmt.active {
178
+ border-color: #b7e6b3;
179
+ box-shadow: inset 0 -5px 0 #b7e6b3;
180
+ }
181
+
182
+ /* Suggestion / input bar */
183
+ .suggest-bar {
184
+ position: absolute;
185
+ left: 0;
186
+ bottom: 820px;
187
+ width: 1080px;
188
+ height: 90px;
189
+ display: flex;
190
+ align-items: center;
191
+ padding: 0 36px;
192
+ box-sizing: border-box;
193
+ color: #cfe7cf;
194
+ font-size: 42px;
195
+ gap: 24px;
196
+ }
197
+ .suggest-left {
198
+ flex: 1;
199
+ opacity: 0.9;
200
+ }
201
+ .suggest-icon {
202
+ width: 56px;
203
+ height: 56px;
204
+ border-radius: 12px;
205
+ border: 2px solid #79d98a;
206
+ display: inline-flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ color: #79d98a;
210
+ }
211
+
212
+ /* Keyboard */
213
+ .keyboard {
214
+ position: absolute;
215
+ left: 0;
216
+ bottom: 0;
217
+ width: 1080px;
218
+ height: 820px;
219
+ background: #132c22;
220
+ box-sizing: border-box;
221
+ padding: 30px 26px 26px 26px;
222
+ color: #e8f3e8;
223
+ }
224
+ .key-row {
225
+ display: grid;
226
+ grid-template-columns: repeat(10, 1fr);
227
+ gap: 18px;
228
+ margin-bottom: 26px;
229
+ }
230
+ .key {
231
+ background: #1c3a2e;
232
+ border-radius: 18px;
233
+ height: 110px;
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: center;
237
+ font-size: 42px;
238
+ color: #e8f3e8;
239
+ border: 1px solid rgba(255,255,255,0.06);
240
+ }
241
+ .key.wide {
242
+ grid-column: span 2;
243
+ }
244
+ .key.space {
245
+ grid-column: span 5;
246
+ }
247
+ .key.special {
248
+ background: #294538;
249
+ }
250
+ .enter {
251
+ position: absolute;
252
+ right: 26px;
253
+ bottom: 26px;
254
+ width: 120px;
255
+ height: 120px;
256
+ border-radius: 60px;
257
+ background: #4cff77;
258
+ display: flex;
259
+ align-items: center;
260
+ justify-content: center;
261
+ }
262
+ .enter svg {
263
+ width: 64px;
264
+ height: 64px;
265
+ fill: none;
266
+ stroke: #083e18;
267
+ stroke-width: 8;
268
+ }
269
+ .switch {
270
+ position: absolute;
271
+ left: 26px;
272
+ bottom: 26px;
273
+ width: 140px;
274
+ height: 120px;
275
+ border-radius: 26px;
276
+ background: #a7d8b3;
277
+ display: flex;
278
+ align-items: center;
279
+ justify-content: center;
280
+ color: #0e2a1f;
281
+ font-size: 40px;
282
+ font-weight: 700;
283
+ }
284
+ .dot-btn {
285
+ position: absolute;
286
+ right: 170px;
287
+ bottom: 26px;
288
+ width: 120px;
289
+ height: 120px;
290
+ border-radius: 26px;
291
+ background: #1c3a2e;
292
+ display: flex;
293
+ align-items: center;
294
+ justify-content: center;
295
+ font-size: 48px;
296
+ color: #e8f3e8;
297
+ border: 1px solid rgba(255,255,255,0.06);
298
+ }
299
+ .backspace {
300
+ position: absolute;
301
+ right: 26px;
302
+ bottom: 180px;
303
+ width: 120px;
304
+ height: 120px;
305
+ border-radius: 26px;
306
+ background: #1c3a2e;
307
+ display: flex;
308
+ align-items: center;
309
+ justify-content: center;
310
+ border: 1px solid rgba(255,255,255,0.06);
311
+ }
312
+ .backspace svg {
313
+ width: 70px;
314
+ height: 70px;
315
+ stroke: #e8f3e8;
316
+ fill: none;
317
+ stroke-width: 6;
318
+ }
319
+
320
+ /* Bottom gesture bar */
321
+ .gesture {
322
+ position: absolute;
323
+ bottom: 860px;
324
+ left: 50%;
325
+ transform: translateX(-50%);
326
+ width: 340px;
327
+ height: 12px;
328
+ background: rgba(255,255,255,0.7);
329
+ border-radius: 6px;
330
+ }
331
+ </style>
332
+ </head>
333
+ <body>
334
+ <div id="render-target">
335
+
336
+ <!-- Status Bar -->
337
+ <div class="status-bar">
338
+ <div>7:01</div>
339
+ <div class="right">
340
+ <div class="status-icon">
341
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
342
+ </div>
343
+ <div class="status-icon">
344
+ <svg viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2"/><path d="M21 10 l2 2 l-2 2"/></svg>
345
+ </div>
346
+ <div class="status-icon">
347
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Top Toolbar -->
353
+ <div class="toolbar">
354
+ <div class="tool-btn">
355
+ <svg viewBox="0 0 24 24"><path d="M4 12 l5 5 l11 -11"/></svg>
356
+ </div>
357
+ <div class="tool-btn">
358
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><circle cx="12" cy="12" r="4"/></svg>
359
+ </div>
360
+ <div class="tool-btn">
361
+ <svg viewBox="0 0 24 24"><polygon points="8,5 19,12 8,19 8,5"/></svg>
362
+ </div>
363
+ <div class="tool-btn">
364
+ <svg viewBox="0 0 24 24"><path d="M5 19 l0 -10"/><path d="M12 7 h7"/><path d="M12 12 h7"/><path d="M12 17 h7"/></svg>
365
+ </div>
366
+ <div class="tool-btn">
367
+ <svg viewBox="0 0 24 24"><path d="M12 5 v14"/><path d="M5 12 h14"/></svg>
368
+ </div>
369
+ <div class="tool-btn">
370
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M8 10 h8"/><path d="M8 14 h5"/></svg>
371
+ </div>
372
+ <div class="tool-btn">
373
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M4 12 h4"/><path d="M16 12 h4"/></svg>
374
+ </div>
375
+ <div class="tool-btn">
376
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Slide Card -->
381
+ <div class="slide-card">
382
+ <div class="title-box">
383
+ <div class="title-text">school 25th anniversary<br/>ceremony</div>
384
+
385
+ <!-- Handles -->
386
+ <div class="handle tl"></div>
387
+ <div class="handle tr"></div>
388
+ <div class="handle bl"></div>
389
+ <div class="handle br"></div>
390
+ <div class="handle tm"></div>
391
+ <div class="handle bm"></div>
392
+ <div class="handle lm"></div>
393
+ <div class="handle rm"></div>
394
+ <div class="handle top-float"></div>
395
+ </div>
396
+
397
+ <div class="subtitle">Double tap to add subtitle</div>
398
+ </div>
399
+
400
+ <!-- Gesture bar above keyboard (Android navigation) -->
401
+ <div class="gesture"></div>
402
+
403
+ <!-- Formatting bar above keyboard -->
404
+ <div class="format-bar">
405
+ <div class="fmt">B</div>
406
+ <div class="fmt">I</div>
407
+ <div class="fmt">U</div>
408
+ <div class="fmt active">A</div>
409
+ <div class="fmt">✎</div>
410
+ <div class="fmt">≡</div>
411
+ <div class="fmt">•</div>
412
+ </div>
413
+
414
+ <!-- Suggestion/Input bar -->
415
+ <div class="suggest-bar">
416
+ <div class="suggest-left">ceremony</div>
417
+ <div class="suggest-icon">😊</div>
418
+ <div class="suggest-icon">🎤</div>
419
+ </div>
420
+
421
+ <!-- Keyboard -->
422
+ <div class="keyboard">
423
+ <div class="key-row">
424
+ <div class="key">q</div>
425
+ <div class="key">w</div>
426
+ <div class="key">e</div>
427
+ <div class="key">r</div>
428
+ <div class="key">t</div>
429
+ <div class="key">y</div>
430
+ <div class="key">u</div>
431
+ <div class="key">i</div>
432
+ <div class="key">o</div>
433
+ <div class="key">p</div>
434
+ </div>
435
+ <div class="key-row">
436
+ <div class="key">a</div>
437
+ <div class="key">s</div>
438
+ <div class="key">d</div>
439
+ <div class="key">f</div>
440
+ <div class="key">g</div>
441
+ <div class="key">h</div>
442
+ <div class="key">j</div>
443
+ <div class="key">k</div>
444
+ <div class="key">l</div>
445
+ <div class="key special">⌫</div>
446
+ </div>
447
+ <div class="key-row">
448
+ <div class="key">z</div>
449
+ <div class="key">x</div>
450
+ <div class="key">c</div>
451
+ <div class="key">v</div>
452
+ <div class="key">b</div>
453
+ <div class="key">n</div>
454
+ <div class="key">m</div>
455
+ <div class="key wide">,</div>
456
+ <div class="key wide">.</div>
457
+ <div class="key special">↵</div>
458
+ </div>
459
+ <div class="key-row">
460
+ <div class="key wide">↑</div>
461
+ <div class="key space">space</div>
462
+ <div class="key wide">🙂</div>
463
+ <div class="key wide">.</div>
464
+ <div class="key wide">↩</div>
465
+ </div>
466
+
467
+ <!-- Fixed buttons mimicking bottom row -->
468
+ <div class="switch">?123</div>
469
+ <div class="dot-btn">.</div>
470
+ <div class="backspace">
471
+ <svg viewBox="0 0 24 24"><path d="M3 12 l6 -6 h9 a2 2 0 0 1 2 2 v8 a2 2 0 0 1 -2 2 h-9 z"/><path d="M10 9 l6 6 M16 9 l-6 6"/></svg>
472
+ </div>
473
+ <div class="enter">
474
+ <svg viewBox="0 0 24 24"><path d="M4 12 h11 v-4 l5 4 -5 4 v-4"/></svg>
475
+ </div>
476
+ </div>
477
+
478
+ </div>
479
+ </body>
480
+ </html>
code/18114/18114_0.html ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home Screen Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #0b0f12;
12
+ }
13
+
14
+ /* Wallpaper placeholder */
15
+ .wallpaper {
16
+ position: absolute; inset: 0;
17
+ background: #E0E0E0;
18
+ border: 1px solid #BDBDBD;
19
+ color: #757575;
20
+ display: flex; justify-content: center; align-items: center;
21
+ font-size: 28px; letter-spacing: 0.3px;
22
+ }
23
+
24
+ /* Status bar */
25
+ .statusbar {
26
+ position: absolute; top: 24px; left: 32px; right: 32px; height: 56px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ color: #fff; font-weight: 600;
29
+ }
30
+ .status-left { font-size: 36px; text-shadow: 0 1px 2px rgba(0,0,0,0.4); }
31
+ .status-right { display: flex; align-items: center; gap: 24px; }
32
+ .status-icon svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 2.5px; opacity: 0.95; }
33
+
34
+ /* Date & weather widget */
35
+ .date-widget {
36
+ position: absolute; top: 200px; left: 64px;
37
+ color: #fff;
38
+ }
39
+ .date-widget .date {
40
+ font-size: 64px; font-weight: 300; letter-spacing: 0.5px;
41
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
42
+ }
43
+ .date-widget .weather {
44
+ margin-top: 18px; display: flex; align-items: center; gap: 16px;
45
+ font-size: 40px; font-weight: 500;
46
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
47
+ }
48
+ .weather svg { width: 48px; height: 48px; }
49
+
50
+ /* App icon rows */
51
+ .icon-row {
52
+ position: absolute; left: 50%; transform: translateX(-50%);
53
+ width: 960px; display: flex; justify-content: space-between; align-items: flex-start;
54
+ }
55
+ .row-top { top: 1460px; }
56
+ .row-bottom { top: 1740px; }
57
+
58
+ .app {
59
+ width: 160px; text-align: center; color: #fff;
60
+ text-shadow: 0 2px 4px rgba(0,0,0,0.45);
61
+ }
62
+ .app .bubble {
63
+ width: 160px; height: 160px; border-radius: 50%;
64
+ background: #fff; box-shadow: 0 6px 22px rgba(0,0,0,0.35);
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .app .label {
68
+ margin-top: 18px; font-size: 34px; font-weight: 500;
69
+ }
70
+ .app svg { width: 100px; height: 100px; }
71
+
72
+ /* Google search pill */
73
+ .search-pill {
74
+ position: absolute; left: 60px; bottom: 220px;
75
+ width: 960px; height: 120px; border-radius: 60px;
76
+ background: #2f2f31; box-shadow: 0 8px 26px rgba(0,0,0,0.45);
77
+ display: flex; align-items: center; gap: 28px; padding: 0 34px; color: #d6d6d6;
78
+ }
79
+ .pill-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
80
+ .mini-btn {
81
+ width: 64px; height: 64px; border-radius: 32px; background: rgba(255,255,255,0.06);
82
+ display: flex; align-items: center; justify-content: center;
83
+ }
84
+ .mini-btn svg { width: 34px; height: 34px; }
85
+
86
+ /* Home indicator */
87
+ .home-indicator {
88
+ position: absolute; left: 50%; transform: translateX(-50%);
89
+ bottom: 56px; width: 240px; height: 12px; border-radius: 8px;
90
+ background: rgba(255,255,255,0.45);
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Wallpaper placeholder -->
98
+ <div class="wallpaper">[IMG: Beach wallpaper with two kayaks on sand]</div>
99
+
100
+ <!-- Status bar -->
101
+ <div class="statusbar">
102
+ <div class="status-left">11:37</div>
103
+ <div class="status-right">
104
+ <div class="status-icon" title="Wi‑Fi">
105
+ <svg viewBox="0 0 24 24">
106
+ <path d="M2 8c5-4 15-4 20 0" />
107
+ <path d="M5 12c3-3 11-3 14 0" />
108
+ <path d="M9 16c2-2 4-2 6 0" />
109
+ <circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none"></circle>
110
+ </svg>
111
+ </div>
112
+ <div class="status-icon" title="Battery">
113
+ <svg viewBox="0 0 28 24">
114
+ <rect x="1.5" y="5" width="20" height="14" rx="2" fill="none" stroke="#fff"></rect>
115
+ <rect x="23" y="9" width="3.5" height="6" rx="1.4" fill="#fff" stroke="none"></rect>
116
+ <rect x="4" y="8" width="14" height="8" rx="1.5" fill="#fff" stroke="none" opacity="0.75"></rect>
117
+ </svg>
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Date and weather -->
123
+ <div class="date-widget">
124
+ <div class="date">Fri, Aug 11</div>
125
+ <div class="weather">
126
+ <svg viewBox="0 0 48 48">
127
+ <circle cx="16" cy="18" r="10" fill="#F4B400"></circle>
128
+ <path d="M18 32h15a7 7 0 0 0-7-7h-1a6 6 0 0 0-7 7z" fill="#ffffff"></path>
129
+ </svg>
130
+ <span>32°C</span>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Top row of apps -->
135
+ <div class="icon-row row-top">
136
+ <!-- Play Store -->
137
+ <div class="app">
138
+ <div class="bubble">
139
+ <svg viewBox="0 0 100 100">
140
+ <polygon points="28,20 78,50 28,80" fill="#34A853"></polygon>
141
+ <polygon points="28,20 46,32 28,44" fill="#4285F4"></polygon>
142
+ <polygon points="28,56 46,68 28,80" fill="#FBBC05"></polygon>
143
+ <polygon points="46,32 78,50 46,68" fill="#EA4335"></polygon>
144
+ </svg>
145
+ </div>
146
+ <div class="label">Play Store</div>
147
+ </div>
148
+
149
+ <!-- Gmail -->
150
+ <div class="app">
151
+ <div class="bubble">
152
+ <svg viewBox="0 0 100 100">
153
+ <rect x="16" y="26" width="68" height="48" rx="8" fill="#fff" stroke="#DB4437" stroke-width="6"></rect>
154
+ <path d="M16 26 L50 52 L84 26" fill="none" stroke="#DB4437" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"></path>
155
+ </svg>
156
+ </div>
157
+ <div class="label">Gmail</div>
158
+ </div>
159
+
160
+ <!-- Photos -->
161
+ <div class="app">
162
+ <div class="bubble">
163
+ <svg viewBox="0 0 100 100">
164
+ <path d="M50 18 a18 18 0 0 1 0 36 a18 18 0 0 0 0-36" fill="#EA4335"></path>
165
+ <path d="M82 50 a18 18 0 0 1-36 0 a18 18 0 0 0 36 0" fill="#34A853"></path>
166
+ <path d="M50 82 a18 18 0 0 1 0-36 a18 18 0 0 0 0 36" fill="#FBBC05"></path>
167
+ <path d="M18 50 a18 18 0 0 1 36 0 a18 18 0 0 0-36 0" fill="#4285F4"></path>
168
+ <circle cx="50" cy="50" r="8" fill="#fff"></circle>
169
+ </svg>
170
+ </div>
171
+ <div class="label">Photos</div>
172
+ </div>
173
+
174
+ <!-- YouTube -->
175
+ <div class="app">
176
+ <div class="bubble">
177
+ <svg viewBox="0 0 100 100">
178
+ <rect x="20" y="30" width="60" height="40" rx="12" fill="#FF0000"></rect>
179
+ <polygon points="44,50 44,40 62,50 44,60" fill="#fff"></polygon>
180
+ </svg>
181
+ </div>
182
+ <div class="label">YouTube</div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Bottom row of apps -->
187
+ <div class="icon-row row-bottom">
188
+ <!-- Phone -->
189
+ <div class="app">
190
+ <div class="bubble">
191
+ <svg viewBox="0 0 100 100">
192
+ <path d="M34 28 c18 18 18 26 0 44 c4 4 10 6 14 2 l10-10 c3-3 1-7-2-10 l-8-8 c-3-3-7-5-10-2 l-10 10 c-4 4-2 10 2 14" fill="#1A73E8"></path>
193
+ </svg>
194
+ </div>
195
+ <div class="label">Phone</div>
196
+ </div>
197
+
198
+ <!-- Messages -->
199
+ <div class="app">
200
+ <div class="bubble">
201
+ <svg viewBox="0 0 100 100">
202
+ <rect x="20" y="24" width="60" height="40" rx="12" fill="#4285F4"></rect>
203
+ <path d="M40 64 l-8 12 l26-12" fill="#4285F4"></path>
204
+ <circle cx="38" cy="44" r="5" fill="#fff"></circle>
205
+ <circle cx="50" cy="44" r="5" fill="#fff"></circle>
206
+ <circle cx="62" cy="44" r="5" fill="#fff"></circle>
207
+ </svg>
208
+ </div>
209
+ <div class="label">Messages</div>
210
+ </div>
211
+
212
+ <!-- Chrome -->
213
+ <div class="app">
214
+ <div class="bubble">
215
+ <svg viewBox="0 0 100 100">
216
+ <circle cx="50" cy="50" r="36" fill="#DB4437"></circle>
217
+ <path d="M50 14 A36 36 0 0 1 86 50 H56" fill="#0F9D58"></path>
218
+ <path d="M22 50 A36 36 0 0 0 50 86 L64 58" fill="#F4B400"></path>
219
+ <circle cx="50" cy="50" r="16" fill="#4285F4" stroke="#fff" stroke-width="4"></circle>
220
+ </svg>
221
+ </div>
222
+ <div class="label">Chrome</div>
223
+ </div>
224
+
225
+ <!-- Camera -->
226
+ <div class="app">
227
+ <div class="bubble">
228
+ <svg viewBox="0 0 100 100">
229
+ <rect x="22" y="34" width="56" height="36" rx="8" fill="#7a7a7a"></rect>
230
+ <rect x="34" y="26" width="32" height="12" rx="4" fill="#5c5c5c"></rect>
231
+ <circle cx="50" cy="52" r="12" fill="#3c83ff"></circle>
232
+ <circle cx="50" cy="52" r="6" fill="#cfe2ff"></circle>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Camera</div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Google search pill -->
240
+ <div class="search-pill">
241
+ <div class="mini-btn" title="Google">
242
+ <svg viewBox="0 0 32 32">
243
+ <path d="M16 6 a10 10 0 1 0 0 20 a9 9 0 0 0 8.8-7h-8.8v-4h14" stroke="none" fill="#4285F4"></path>
244
+ <path d="M16 6 a10 10 0 0 1 7.1 2.9 l-2.8 2.8" fill="#EA4335"></path>
245
+ <path d="M9 12 a10 10 0 0 1 7-6 l0 4" fill="#FBBC05"></path>
246
+ <path d="M8 22 a10 10 0 0 0 8 4 v-4" fill="#34A853"></path>
247
+ </svg>
248
+ </div>
249
+ <div style="opacity:0.8; font-size:36px;">Search</div>
250
+ <div class="pill-right">
251
+ <div class="mini-btn" title="Voice">
252
+ <svg viewBox="0 0 32 32">
253
+ <rect x="13" y="7" width="6" height="12" rx="3" fill="#34A853"></rect>
254
+ <path d="M9 15 a7 7 0 0 0 14 0" stroke="#4285F4" stroke-width="2.5" fill="none"></path>
255
+ <rect x="15" y="21" width="2" height="6" fill="#EA4335"></rect>
256
+ </svg>
257
+ </div>
258
+ <div class="mini-btn" title="Lens">
259
+ <svg viewBox="0 0 32 32">
260
+ <rect x="7" y="9" width="18" height="14" rx="4" fill="#ffffff" opacity="0.2"></rect>
261
+ <circle cx="16" cy="16" r="6" fill="#4285F4"></circle>
262
+ <circle cx="16" cy="16" r="3" fill="#8ab4f8"></circle>
263
+ <rect x="12" y="6" width="8" height="3" rx="1.5" fill="#EA4335"></rect>
264
+ <rect x="20" y="11" width="3" height="3" rx="1" fill="#34A853"></rect>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Home indicator -->
271
+ <div class="home-indicator"></div>
272
+
273
+ </div>
274
+ </body>
275
+ </html>
code/18114/18114_1.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Personal Info</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 96px;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #616161;
32
+ font-size: 32px;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon { width: 36px; height: 36px; }
45
+
46
+ /* App bar */
47
+ .app-bar {
48
+ position: absolute;
49
+ top: 96px;
50
+ left: 0;
51
+ width: 100%;
52
+ height: 160px;
53
+ box-sizing: border-box;
54
+ padding: 0 40px;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ }
59
+ .app-bar .title {
60
+ font-size: 58px;
61
+ font-weight: 600;
62
+ color: #212121;
63
+ }
64
+ .app-bar .back {
65
+ position: absolute;
66
+ left: 32px;
67
+ top: 50%;
68
+ transform: translateY(-50%);
69
+ display: flex;
70
+ align-items: center;
71
+ }
72
+ .app-bar .back svg {
73
+ width: 56px;
74
+ height: 56px;
75
+ }
76
+ .app-bar .save {
77
+ position: absolute;
78
+ right: 40px;
79
+ top: 50%;
80
+ transform: translateY(-50%);
81
+ font-size: 36px;
82
+ color: #B0BEC5;
83
+ letter-spacing: 1px;
84
+ }
85
+
86
+ /* Form list */
87
+ .form {
88
+ position: absolute;
89
+ top: 256px;
90
+ left: 0;
91
+ width: 100%;
92
+ box-sizing: border-box;
93
+ padding: 0 48px;
94
+ }
95
+ .field {
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: space-between;
99
+ height: 168px;
100
+ border-bottom: 1px solid #E0E0E0;
101
+ }
102
+ .field .value {
103
+ font-size: 44px;
104
+ color: #303030;
105
+ }
106
+ .field .label {
107
+ font-size: 36px;
108
+ color: #9E9E9E;
109
+ }
110
+
111
+ /* Bottom gesture bar */
112
+ .gesture {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 100%;
117
+ height: 120px;
118
+ background: #000;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ }
123
+ .gesture .pill {
124
+ width: 280px;
125
+ height: 16px;
126
+ border-radius: 16px;
127
+ background: #D9D9D9;
128
+ opacity: 0.9;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div class="status-left">
138
+ <div>11:37</div>
139
+ <!-- calendar icon -->
140
+ <svg class="status-icon" viewBox="0 0 24 24">
141
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="#B0BEC5"></rect>
142
+ <rect x="3" y="8" width="18" height="1" fill="#90A4AE"></rect>
143
+ </svg>
144
+ <div>4°</div>
145
+ </div>
146
+ <div class="status-right">
147
+ <!-- notifications icon -->
148
+ <svg class="status-icon" viewBox="0 0 24 24">
149
+ <path d="M12 3c-3 0-5 2-5 5v4l-2 3v2h14v-2l-2-3V8c0-3-2-5-5-5z" fill="#757575"></path>
150
+ </svg>
151
+ <div>82°</div>
152
+ <svg class="status-icon" viewBox="0 0 24 24">
153
+ <circle cx="12" cy="12" r="2" fill="#9E9E9E"></circle>
154
+ </svg>
155
+ <!-- signal icon -->
156
+ <svg class="status-icon" viewBox="0 0 24 24">
157
+ <rect x="3" y="14" width="3" height="7" fill="#757575"></rect>
158
+ <rect x="8" y="10" width="3" height="11" fill="#757575"></rect>
159
+ <rect x="13" y="6" width="3" height="15" fill="#757575"></rect>
160
+ <rect x="18" y="2" width="3" height="19" fill="#757575"></rect>
161
+ </svg>
162
+ <!-- battery icon -->
163
+ <svg class="status-icon" viewBox="0 0 24 24">
164
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#757575"></rect>
165
+ <rect x="4" y="8" width="14" height="8" fill="#CFD8DC"></rect>
166
+ <rect x="21" y="10" width="2" height="4" fill="#757575"></rect>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App Bar -->
172
+ <div class="app-bar">
173
+ <div class="back">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M15 18L9 12l6-6" stroke="#D32F2F" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="title">Personal Info</div>
179
+ <div class="save">SAVE</div>
180
+ </div>
181
+
182
+ <!-- Form -->
183
+ <div class="form">
184
+ <div class="field">
185
+ <div class="value">Sabina</div>
186
+ <div class="label">First Name</div>
187
+ </div>
188
+ <div class="field">
189
+ <div class="value">Muller</div>
190
+ <div class="label">Last Name</div>
191
+ </div>
192
+ <div class="field">
193
+ <div class="value">sabina.muller@jourrapide.com</div>
194
+ <div class="label">Email Address</div>
195
+ </div>
196
+ <div class="field">
197
+ <div class="value">9876543211</div>
198
+ <div class="label">Primary Phone</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Bottom Gesture Bar -->
203
+ <div class="gesture">
204
+ <div class="pill"></div>
205
+ </div>
206
+
207
+ </div>
208
+ </body>
209
+ </html>
code/18114/18114_10.html ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Security Settings UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #616161;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .sb-left { display: flex; align-items: center; gap: 26px; }
35
+ .sb-right { display: flex; align-items: center; gap: 26px; }
36
+ .sb-icon {
37
+ width: 44px; height: 44px;
38
+ border-radius: 8px;
39
+ background: #E0E0E0;
40
+ }
41
+ .sb-dot {
42
+ width: 10px; height: 10px;
43
+ background: #9E9E9E; border-radius: 50%;
44
+ }
45
+ .battery {
46
+ width: 46px; height: 28px;
47
+ border: 3px solid #757575; border-radius: 6px; position: relative;
48
+ }
49
+ .battery::after {
50
+ content: ""; position: absolute; right: -8px; top: 8px;
51
+ width: 6px; height: 12px; background: #757575; border-radius: 2px;
52
+ }
53
+
54
+ /* Header */
55
+ .header {
56
+ position: absolute;
57
+ top: 140px;
58
+ left: 40px;
59
+ right: 40px;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 28px;
63
+ }
64
+ .back-btn svg { width: 60px; height: 60px; }
65
+ .title {
66
+ font-size: 72px;
67
+ font-weight: 600;
68
+ color: #2c2c2c;
69
+ }
70
+
71
+ /* List */
72
+ .list {
73
+ position: absolute;
74
+ top: 340px;
75
+ left: 40px;
76
+ right: 40px;
77
+ }
78
+ .item {
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: space-between;
82
+ padding: 54px 0;
83
+ border-bottom: 2px solid #EEEEEE;
84
+ }
85
+ .item:last-child { border-bottom: 2px solid #EEEEEE; }
86
+ .item-title {
87
+ font-size: 48px;
88
+ font-weight: 600;
89
+ color: #2c2c2c;
90
+ }
91
+ .item-sub {
92
+ font-size: 34px;
93
+ color: #9E9E9E;
94
+ margin-top: 14px;
95
+ }
96
+
97
+ /* Toggle switch (off) */
98
+ .toggle {
99
+ position: relative;
100
+ width: 170px;
101
+ height: 86px;
102
+ border-radius: 44px;
103
+ background: #DADADA;
104
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.08);
105
+ }
106
+ .toggle .knob {
107
+ position: absolute;
108
+ left: 8px;
109
+ top: 10px;
110
+ width: 88px;
111
+ height: 66px;
112
+ background: #FFFFFF;
113
+ border-radius: 12px;
114
+ box-shadow: 0 6px 10px rgba(0,0,0,0.18);
115
+ }
116
+ .toggle .ring {
117
+ position: absolute;
118
+ right: -56px;
119
+ top: 18px;
120
+ width: 50px; height: 50px;
121
+ border: 3px solid #B0BEC5;
122
+ border-radius: 50%;
123
+ background: rgba(255,255,255,0.6);
124
+ }
125
+
126
+ /* Bottom gesture bar */
127
+ .bottom-bar {
128
+ position: absolute;
129
+ bottom: 0;
130
+ left: 0;
131
+ width: 1080px;
132
+ height: 120px;
133
+ background: #000000;
134
+ }
135
+ .gesture-pill {
136
+ position: absolute;
137
+ top: 16px;
138
+ left: 50%;
139
+ transform: translateX(-50%);
140
+ width: 360px;
141
+ height: 18px;
142
+ background: #D6D6D6;
143
+ border-radius: 10px;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status bar -->
151
+ <div class="status-bar">
152
+ <div class="sb-left">
153
+ <div>11:42</div>
154
+ <div class="sb-icon" title="calendar"></div>
155
+ <div>4°</div>
156
+ <div class="sb-icon" title="weather"></div>
157
+ <div>82°</div>
158
+ <div class="sb-dot"></div>
159
+ </div>
160
+ <div class="sb-right">
161
+ <svg width="46" height="40" viewBox="0 0 46 40">
162
+ <path d="M2 20c8 0 8-12 16-12s8 12 16 12 8-12 16-12" fill="none" stroke="#757575" stroke-width="4"/>
163
+ </svg>
164
+ <div class="battery"></div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Header with back arrow -->
169
+ <div class="header">
170
+ <div class="back-btn">
171
+ <svg viewBox="0 0 24 24">
172
+ <path d="M15.5 4.5L6 12l9.5 7.5" fill="none" stroke="#D13A3A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
173
+ </svg>
174
+ </div>
175
+ <div class="title">Security Settings</div>
176
+ </div>
177
+
178
+ <!-- Settings list -->
179
+ <div class="list">
180
+ <div class="item">
181
+ <div class="left">
182
+ <div class="item-title">Secure Purchases</div>
183
+ <div class="item-sub">Require Fingerprint or Password</div>
184
+ </div>
185
+ <div class="toggle">
186
+ <div class="knob"></div>
187
+ <div class="ring"></div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="item">
192
+ <div class="left">
193
+ <div class="item-title">Use Fingerprint to Secure this App</div>
194
+ <div class="item-sub">Replaces Password</div>
195
+ </div>
196
+ <div class="toggle">
197
+ <div class="knob"></div>
198
+ <div class="ring"></div>
199
+ </div>
200
+ </div>
201
+
202
+ <div class="item">
203
+ <div class="left">
204
+ <div class="item-title">Change Password</div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Bottom gesture area -->
210
+ <div class="bottom-bar">
211
+ <div class="gesture-pill"></div>
212
+ </div>
213
+
214
+ </div>
215
+ </body>
216
+ </html>
code/18114/18114_2.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MUNI Mobile - Account</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, system-ui; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #333;
25
+ font-size: 34px;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 22px; }
28
+ .status-right { display: flex; align-items: center; gap: 26px; }
29
+ .dot { width: 10px; height: 10px; background:#8e8e8e; border-radius:50%; }
30
+
31
+ /* Logo placeholder */
32
+ .logo-wrap {
33
+ margin-top: 80px;
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ }
38
+ .img-placeholder {
39
+ width: 620px;
40
+ height: 220px;
41
+ background: #E0E0E0;
42
+ border: 1px solid #BDBDBD;
43
+ display: flex;
44
+ justify-content: center;
45
+ align-items: center;
46
+ color: #757575;
47
+ font-size: 40px;
48
+ border-radius: 6px;
49
+ }
50
+
51
+ /* Content sections */
52
+ .content { padding: 0 36px; }
53
+ .section-title {
54
+ margin-top: 60px;
55
+ color: #8c8c8c;
56
+ font-weight: 600;
57
+ letter-spacing: 1px;
58
+ font-size: 32px;
59
+ }
60
+ .divider {
61
+ height: 1px;
62
+ background: #E5E7EB;
63
+ margin: 18px 0 0 0;
64
+ }
65
+ .list { margin-top: 8px; }
66
+ .row {
67
+ height: 160px;
68
+ display: flex;
69
+ align-items: center;
70
+ font-size: 40px;
71
+ color: #212121;
72
+ border-bottom: 1px solid #E5E7EB;
73
+ }
74
+
75
+ /* Bottom navigation */
76
+ .tabbar {
77
+ position: absolute;
78
+ left: 0;
79
+ bottom: 0;
80
+ width: 1080px;
81
+ height: 180px;
82
+ background: #FAFAFA;
83
+ border-top: 1px solid #E5E7EB;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: space-around;
87
+ }
88
+ .tab {
89
+ width: 33.33%;
90
+ height: 100%;
91
+ display: flex;
92
+ flex-direction: column;
93
+ align-items: center;
94
+ justify-content: center;
95
+ gap: 12px;
96
+ color: #9E9E9E;
97
+ font-size: 32px;
98
+ }
99
+ .tab.active {
100
+ color: #c62828;
101
+ border-bottom: 6px solid #c62828;
102
+ }
103
+ .tab svg { width: 60px; height: 60px; stroke: currentColor; fill: none; stroke-width: 2.5; }
104
+
105
+ /* Home indicator */
106
+ .home-indicator {
107
+ position: absolute;
108
+ bottom: 190px;
109
+ left: 50%;
110
+ transform: translateX(-50%);
111
+ width: 220px;
112
+ height: 12px;
113
+ background: #d0d0d0;
114
+ border-radius: 12px;
115
+ opacity: 0.9;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status Bar -->
123
+ <div class="status-bar">
124
+ <div class="status-left">
125
+ <span>11:38</span>
126
+ <div class="dot"></div>
127
+ </div>
128
+ <div class="status-right">
129
+ <!-- WiFi -->
130
+ <svg viewBox="0 0 24 24">
131
+ <path d="M2 8c5-4 15-4 20 0M6 12c3-2 9-2 12 0M10 16c2-1 4-1 6 0"/>
132
+ <circle cx="12" cy="19" r="1.8" fill="currentColor" stroke="none"></circle>
133
+ </svg>
134
+ <!-- Battery -->
135
+ <svg viewBox="0 0 26 24">
136
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
137
+ <rect x="21" y="9" width="3" height="6" rx="1"></rect>
138
+ <rect x="4" y="8" width="12" height="8" fill="currentColor" stroke="none"></rect>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Logo Placeholder -->
144
+ <div class="logo-wrap">
145
+ <div class="img-placeholder">[IMG: MUNI Mobile logo]</div>
146
+ </div>
147
+
148
+ <!-- Account Section -->
149
+ <div class="content">
150
+ <div class="section-title">ACCOUNT</div>
151
+ <div class="divider"></div>
152
+
153
+ <div class="list">
154
+ <div class="row">Personal Info</div>
155
+ <div class="row">Payment Methods</div>
156
+ <div class="row">Security Settings</div>
157
+ <div class="row">Sign Out</div>
158
+ </div>
159
+
160
+ <div class="section-title" style="margin-top: 70px;">HELP</div>
161
+ <div class="divider"></div>
162
+
163
+ <div class="list">
164
+ <div class="row">Contact Us</div>
165
+ <div class="row">FAQs</div>
166
+ <div class="row">How to use the App</div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Home Indicator -->
171
+ <div class="home-indicator"></div>
172
+
173
+ <!-- Bottom Navigation -->
174
+ <div class="tabbar">
175
+ <div class="tab">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M4 7h16v10H4z"></path>
178
+ <path d="M6 7v-2h4M18 7v-2h-4"></path>
179
+ <circle cx="7" cy="12" r="1.5" fill="currentColor" stroke="none"></circle>
180
+ <circle cx="17" cy="12" r="1.5" fill="currentColor" stroke="none"></circle>
181
+ </svg>
182
+ <div>Tickets</div>
183
+ </div>
184
+ <div class="tab">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M6 4v9a6 6 0 0 0 12 0V4"></path>
187
+ <circle cx="12" cy="17" r="1.2" fill="currentColor" stroke="none"></circle>
188
+ </svg>
189
+ <div>Trip Tools</div>
190
+ </div>
191
+ <div class="tab active">
192
+ <svg viewBox="0 0 24 24">
193
+ <circle cx="12" cy="8" r="4"></circle>
194
+ <path d="M4 20c0-5 4-8 8-8s8 3 8 8"></path>
195
+ </svg>
196
+ <div>Account</div>
197
+ </div>
198
+ </div>
199
+
200
+ </div>
201
+ </body>
202
+ </html>
code/18114/18114_3.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Security Settings</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: #ffffff;
19
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
20
+ color: #212121;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ height: 96px;
29
+ width: 100%;
30
+ padding: 0 36px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #616161;
35
+ font-size: 32px;
36
+ }
37
+ .status-left, .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 18px;
41
+ }
42
+ .status-icon {
43
+ width: 42px;
44
+ height: 42px;
45
+ border-radius: 8px;
46
+ border: 1px solid #BDBDBD;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #757575;
51
+ font-size: 24px;
52
+ }
53
+ /* Simple wifi & battery icons */
54
+ .wifi svg, .battery svg {
55
+ width: 44px;
56
+ height: 44px;
57
+ fill: #616161;
58
+ }
59
+
60
+ /* Header with back arrow and title */
61
+ .header {
62
+ position: absolute;
63
+ top: 108px;
64
+ left: 0;
65
+ width: 100%;
66
+ padding: 40px 48px 10px 48px;
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 36px;
70
+ }
71
+ .back-btn {
72
+ width: 56px;
73
+ height: 56px;
74
+ }
75
+ .back-btn svg {
76
+ width: 56px;
77
+ height: 56px;
78
+ fill: #d32f2f;
79
+ }
80
+ .title {
81
+ font-size: 56px;
82
+ font-weight: 600;
83
+ letter-spacing: 0.2px;
84
+ color: #212121;
85
+ }
86
+
87
+ /* Settings list */
88
+ .content {
89
+ position: absolute;
90
+ top: 300px;
91
+ left: 0;
92
+ width: 100%;
93
+ }
94
+ .setting {
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ padding: 44px 48px;
99
+ border-bottom: 1px solid #ECECEC;
100
+ }
101
+ .setting .text {
102
+ max-width: 800px;
103
+ }
104
+ .setting .label {
105
+ font-size: 40px;
106
+ font-weight: 600;
107
+ color: #212121;
108
+ margin-bottom: 10px;
109
+ }
110
+ .setting .sublabel {
111
+ font-size: 30px;
112
+ color: #9E9E9E;
113
+ }
114
+
115
+ /* Custom switch (OFF state) */
116
+ .switch {
117
+ width: 132px;
118
+ height: 64px;
119
+ background: #EEEEEE;
120
+ border: 1px solid #CFCFCF;
121
+ border-radius: 14px;
122
+ position: relative;
123
+ box-shadow: 0 5px 8px rgba(0,0,0,0.25);
124
+ }
125
+ .switch::after {
126
+ content: "";
127
+ position: absolute;
128
+ right: 12px;
129
+ top: 50%;
130
+ transform: translateY(-50%);
131
+ width: 32px;
132
+ height: 32px;
133
+ border-radius: 50%;
134
+ border: 2px solid #9E9E9E;
135
+ background: #F5F5F5;
136
+ }
137
+ .switch::before {
138
+ content: "";
139
+ position: absolute;
140
+ right: 0;
141
+ top: 0;
142
+ width: 2px;
143
+ height: 100%;
144
+ background: #e57373; /* subtle red accent edge */
145
+ border-top-right-radius: 14px;
146
+ border-bottom-right-radius: 14px;
147
+ }
148
+
149
+ /* Single row without switch */
150
+ .setting.simple .label {
151
+ margin-bottom: 0;
152
+ }
153
+
154
+ /* Bottom gesture bar */
155
+ .gesture {
156
+ position: absolute;
157
+ bottom: 36px;
158
+ left: 50%;
159
+ transform: translateX(-50%);
160
+ width: 360px;
161
+ height: 10px;
162
+ background: #E0E0E0;
163
+ border-radius: 12px;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status Bar -->
171
+ <div class="status-bar">
172
+ <div class="status-left">
173
+ <div>11:39</div>
174
+ <div class="status-icon">31</div>
175
+ <div class="status-icon">4°</div>
176
+ <div class="status-icon">•</div>
177
+ <div class="status-icon">82°</div>
178
+ </div>
179
+ <div class="status-right">
180
+ <div class="wifi">
181
+ <svg viewBox="0 0 24 24">
182
+ <path d="M12 20a2 2 0 100-4 2 2 0 000 4zm6.5-6.5a10 10 0 00-13 0l1.4 1.4a8 8 0 0110.2 0l1.4-1.4zm3.5-3.5a14 14 0 00-20 0l1.4 1.4a12 12 0 0117.2 0L22 10z"/>
183
+ </svg>
184
+ </div>
185
+ <div class="battery">
186
+ <svg viewBox="0 0 24 24">
187
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
188
+ <rect x="21" y="10" width="2" height="4" rx="1"></rect>
189
+ <rect x="4" y="8" width="12" height="8" fill="#B0BEC5"></rect>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Header -->
196
+ <div class="header">
197
+ <div class="back-btn" aria-label="Back">
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M15.5 19l-7-7 7-7v14z"></path>
200
+ </svg>
201
+ </div>
202
+ <div class="title">Security Settings</div>
203
+ </div>
204
+
205
+ <!-- Content -->
206
+ <div class="content">
207
+ <div class="setting">
208
+ <div class="text">
209
+ <div class="label">Secure Purchases</div>
210
+ <div class="sublabel">Require Fingerprint or Password</div>
211
+ </div>
212
+ <div class="switch" aria-hidden="true"></div>
213
+ </div>
214
+
215
+ <div class="setting">
216
+ <div class="text">
217
+ <div class="label">Use Fingerprint to Secure this App</div>
218
+ <div class="sublabel">Replaces Password</div>
219
+ </div>
220
+ <div class="switch" aria-hidden="true"></div>
221
+ </div>
222
+
223
+ <div class="setting simple">
224
+ <div class="text">
225
+ <div class="label">Change Password</div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Bottom gesture bar -->
231
+ <div class="gesture"></div>
232
+ </div>
233
+ </body>
234
+ </html>
code/18114/18114_4.html ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Security Settings - Change Password</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, Inter, "Helvetica Neue", Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Header */
20
+ .topbar {
21
+ position: relative;
22
+ height: 260px;
23
+ }
24
+ .back-btn {
25
+ position: absolute;
26
+ top: 110px;
27
+ left: 40px;
28
+ width: 56px;
29
+ height: 56px;
30
+ background: none;
31
+ border: none;
32
+ padding: 0;
33
+ cursor: pointer;
34
+ }
35
+ .back-btn svg { width: 56px; height: 56px; }
36
+ .title {
37
+ position: absolute;
38
+ left: 130px;
39
+ top: 105px;
40
+ font-size: 46px;
41
+ font-weight: 600;
42
+ color: #222;
43
+ }
44
+
45
+ /* Content */
46
+ .content {
47
+ padding: 0 60px;
48
+ }
49
+ .page-heading {
50
+ margin-top: 40px;
51
+ font-size: 64px;
52
+ font-weight: 600;
53
+ color: #222;
54
+ }
55
+
56
+ .field {
57
+ margin-top: 80px;
58
+ }
59
+ .field input {
60
+ width: 960px; /* 1080 - 60 - 60 */
61
+ font-size: 36px;
62
+ line-height: 1.4;
63
+ padding: 36px 0 32px 0;
64
+ border: none;
65
+ border-bottom: 2px solid #e6eaed;
66
+ outline: none;
67
+ background: transparent;
68
+ color: #7f8491;
69
+ }
70
+ .field input::placeholder {
71
+ color: #9aa0aa;
72
+ opacity: 1;
73
+ }
74
+
75
+ /* Bottom action bar */
76
+ .action-bar {
77
+ position: absolute;
78
+ left: 0;
79
+ right: 0;
80
+ bottom: 120px; /* keep above device footer */
81
+ height: 180px;
82
+ background: #d9a3ad;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ }
87
+ .action-bar .save {
88
+ font-size: 44px;
89
+ font-weight: 700;
90
+ color: #ffffff;
91
+ letter-spacing: 0.5px;
92
+ }
93
+
94
+ /* Device footer (gesture area) */
95
+ .device-footer {
96
+ position: absolute;
97
+ left: 0;
98
+ bottom: 0;
99
+ width: 100%;
100
+ height: 120px;
101
+ background: #000000;
102
+ }
103
+ .home-indicator {
104
+ position: absolute;
105
+ left: 50%;
106
+ top: 48px;
107
+ transform: translateX(-50%);
108
+ width: 220px;
109
+ height: 12px;
110
+ background: #e9e9e9;
111
+ border-radius: 8px;
112
+ }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+ <div class="topbar">
118
+ <button class="back-btn" aria-label="Back">
119
+ <svg viewBox="0 0 24 24">
120
+ <path d="M15.5 4.5L7 12l8.5 7.5" fill="none" stroke="#d65a67" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
121
+ </svg>
122
+ </button>
123
+ <div class="title">Security Settings</div>
124
+ </div>
125
+
126
+ <div class="content">
127
+ <div class="page-heading">Change Password</div>
128
+
129
+ <div class="field">
130
+ <input type="password" placeholder="Current Password" />
131
+ </div>
132
+
133
+ <div class="field">
134
+ <input type="password" placeholder="New Password" />
135
+ </div>
136
+ </div>
137
+
138
+ <div class="action-bar">
139
+ <div class="save">Save</div>
140
+ </div>
141
+
142
+ <div class="device-footer">
143
+ <div class="home-indicator"></div>
144
+ </div>
145
+ </div>
146
+ </body>
147
+ </html>
code/18114/18114_5.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Security Settings - Change Password</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: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 120px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ color: #777;
31
+ font-size: 32px;
32
+ }
33
+ .status-right { display: flex; align-items: center; gap: 24px; }
34
+ .status-icon { width: 40px; height: 40px; display: inline-block; }
35
+ .status-icon svg { width: 100%; height: 100%; fill: none; stroke: #777; stroke-width: 3; }
36
+
37
+ /* Header and content */
38
+ .content {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ right: 0;
43
+ padding: 12px 48px 0 48px;
44
+ }
45
+ .header {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 20px;
49
+ padding: 24px 0;
50
+ }
51
+ .back-icon svg { width: 48px; height: 48px; }
52
+ .back-icon svg path { fill: #d14c5b; }
53
+ .title {
54
+ font-size: 48px;
55
+ font-weight: 600;
56
+ color: #222;
57
+ }
58
+
59
+ .section-title {
60
+ font-size: 56px;
61
+ font-weight: 500;
62
+ margin: 90px 0 20px 0;
63
+ color: #222;
64
+ }
65
+
66
+ .field {
67
+ position: relative;
68
+ height: 150px;
69
+ border-bottom: 2px solid #E0E0E0;
70
+ }
71
+ .field + .field { margin-top: 22px; }
72
+ .accent {
73
+ position: absolute;
74
+ left: 0;
75
+ top: 42px;
76
+ width: 6px;
77
+ height: 66px;
78
+ background: #d14c5b;
79
+ border-radius: 3px;
80
+ }
81
+ .placeholder {
82
+ position: absolute;
83
+ top: 48px;
84
+ left: 0;
85
+ right: 0;
86
+ padding: 0 0;
87
+ color: #9E9E9E;
88
+ font-size: 36px;
89
+ }
90
+ .placeholder.right {
91
+ text-align: right;
92
+ padding-right: 120px;
93
+ }
94
+ .eye {
95
+ position: absolute;
96
+ right: 24px;
97
+ top: 46px;
98
+ width: 56px;
99
+ height: 56px;
100
+ }
101
+ .eye svg { width: 100%; height: 100%; }
102
+ .eye svg path,
103
+ .eye svg circle { fill: none; stroke: #d14c5b; stroke-width: 6; }
104
+
105
+ /* Save bar */
106
+ .save-bar {
107
+ position: absolute;
108
+ bottom: 980px; /* sits above the keyboard */
109
+ left: 0;
110
+ width: 100%;
111
+ height: 120px;
112
+ background: #e2a7b2;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ font-size: 42px;
117
+ font-weight: 700;
118
+ color: #fff;
119
+ }
120
+
121
+ /* Keyboard (mock) */
122
+ .keyboard {
123
+ position: absolute;
124
+ bottom: 0;
125
+ left: 0;
126
+ width: 100%;
127
+ height: 980px;
128
+ background: #1e1e1e;
129
+ padding: 60px 24px 28px 24px;
130
+ box-sizing: border-box;
131
+ }
132
+ .row {
133
+ display: flex;
134
+ gap: 12px;
135
+ margin-bottom: 24px;
136
+ }
137
+ .key {
138
+ background: #2a2a2a;
139
+ color: #ddd;
140
+ border-radius: 22px;
141
+ height: 120px;
142
+ min-width: 88px;
143
+ flex: 0 0 88px;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ font-size: 40px;
148
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
149
+ }
150
+ .key.wide { flex: 0 0 120px; }
151
+ .key.extra-wide { flex: 1 1 480px; }
152
+ .key.light { background: #3a3a3a; color: #e9f7ff; }
153
+ .key.icon {
154
+ font-size: 34px;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ <div>11:40</div>
164
+ <div class="status-right">
165
+ <div class="status-icon" title="calendar">
166
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line></svg>
167
+ </div>
168
+ <div style="color:#777;">4°</div>
169
+ <div class="status-icon" title="notification">
170
+ <svg viewBox="0 0 24 24"><path d="M12 3c4 0 7 3 7 7v5l2 2H3l2-2v-5c0-4 3-7 7-7z"></path></svg>
171
+ </div>
172
+ <div style="color:#777;">82°</div>
173
+ <div class="status-icon" title="wifi">
174
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"></path><path d="M5 12c4-3 10-3 14 0"></path><path d="M8 16c3-2 5-2 8 0"></path><circle cx="12" cy="19" r="1.5"></circle></svg>
175
+ </div>
176
+ <div class="status-icon" title="battery">
177
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"></rect><rect x="20" y="10" width="2" height="4"></rect></svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Content -->
183
+ <div class="content">
184
+ <div class="header">
185
+ <div class="back-icon">
186
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"></path></svg>
187
+ </div>
188
+ <div class="title">Security Settings</div>
189
+ </div>
190
+
191
+ <div class="section-title">Change Password</div>
192
+
193
+ <div class="field">
194
+ <div class="accent"></div>
195
+ <div class="placeholder right">Current Password</div>
196
+ <div class="eye">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z"></path>
199
+ <circle cx="12" cy="12" r="3"></circle>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="field">
205
+ <div class="placeholder">New Password</div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="save-bar">Save</div>
210
+
211
+ <!-- Keyboard mock -->
212
+ <div class="keyboard">
213
+ <div class="row">
214
+ <div class="key">1</div>
215
+ <div class="key">2</div>
216
+ <div class="key">3</div>
217
+ <div class="key">4</div>
218
+ <div class="key">5</div>
219
+ <div class="key">6</div>
220
+ <div class="key">7</div>
221
+ <div class="key">8</div>
222
+ <div class="key">9</div>
223
+ <div class="key">0</div>
224
+ </div>
225
+ <div class="row">
226
+ <div class="key">q</div>
227
+ <div class="key">w</div>
228
+ <div class="key">e</div>
229
+ <div class="key">r</div>
230
+ <div class="key">t</div>
231
+ <div class="key">y</div>
232
+ <div class="key">u</div>
233
+ <div class="key">i</div>
234
+ <div class="key">o</div>
235
+ <div class="key">p</div>
236
+ </div>
237
+ <div class="row">
238
+ <div class="key">a</div>
239
+ <div class="key">s</div>
240
+ <div class="key">d</div>
241
+ <div class="key">f</div>
242
+ <div class="key">g</div>
243
+ <div class="key">h</div>
244
+ <div class="key">j</div>
245
+ <div class="key">k</div>
246
+ <div class="key">l</div>
247
+ </div>
248
+ <div class="row">
249
+ <div class="key wide">⇧</div>
250
+ <div class="key">z</div>
251
+ <div class="key">x</div>
252
+ <div class="key">c</div>
253
+ <div class="key">v</div>
254
+ <div class="key">b</div>
255
+ <div class="key">n</div>
256
+ <div class="key">m</div>
257
+ <div class="key wide">⌫</div>
258
+ </div>
259
+ <div class="row">
260
+ <div class="key wide light">?123</div>
261
+ <div class="key wide">,</div>
262
+ <div class="key extra-wide"></div>
263
+ <div class="key wide">.</div>
264
+ <div class="key wide light">↗</div>
265
+ </div>
266
+ </div>
267
+
268
+ </div>
269
+ </body>
270
+ </html>
code/18114/18114_7.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Security Settings - Change Password</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: "Roboto", Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 40px;
26
+ color: #6f6f6f;
27
+ font-size: 32px;
28
+ border-bottom: 1px solid transparent;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .status-dot { width: 10px; height: 10px; background:#7c7c7c; border-radius: 50%; display:inline-block; }
36
+
37
+ /* Header */
38
+ .header {
39
+ position: relative;
40
+ padding: 24px 40px 0 40px;
41
+ }
42
+ .back-row {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .back-icon svg { display: block; }
48
+ .screen-title {
49
+ font-size: 56px;
50
+ font-weight: 500;
51
+ margin-top: 8px;
52
+ color: #1f1f1f;
53
+ }
54
+
55
+ /* Section title */
56
+ .section-title {
57
+ font-size: 60px;
58
+ font-weight: 500;
59
+ margin: 56px 40px 8px 40px;
60
+ color: #222;
61
+ }
62
+
63
+ /* Fields */
64
+ .field {
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: space-between;
68
+ padding: 34px 40px;
69
+ border-bottom: 1px solid #e1e1e1;
70
+ }
71
+ .field-left {
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 20px;
75
+ min-height: 72px;
76
+ }
77
+ .password-dots {
78
+ font-size: 44px;
79
+ letter-spacing: 8px;
80
+ color: #2b2b2b;
81
+ }
82
+ .error-bar {
83
+ width: 6px;
84
+ height: 48px;
85
+ background: #d14a5c;
86
+ border-radius: 3px;
87
+ }
88
+ .field-right {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 18px;
92
+ color: #9797a0;
93
+ font-size: 34px;
94
+ }
95
+ .eye-icon svg { display:block; }
96
+ .eye-icon svg path { stroke: #d04a5a; }
97
+
98
+ /* Requirements */
99
+ .requirements {
100
+ padding: 32px 40px;
101
+ }
102
+ .requirements-title {
103
+ font-weight: 700;
104
+ font-size: 38px;
105
+ color: #6b6b6b;
106
+ margin-bottom: 14px;
107
+ }
108
+ .req-item {
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 18px;
112
+ font-size: 36px;
113
+ color: #6f6f75;
114
+ margin: 20px 0;
115
+ }
116
+ .bullet {
117
+ width: 22px;
118
+ height: 22px;
119
+ border-radius: 50%;
120
+ background: #8f939b;
121
+ }
122
+ .bullet.light { background: #c9cbd1; }
123
+
124
+ /* Save bar */
125
+ .save-bar {
126
+ margin-top: 26px;
127
+ width: 100%;
128
+ background: #e5a3b1;
129
+ height: 120px;
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ color: #fff;
134
+ font-size: 42px;
135
+ font-weight: 700;
136
+ }
137
+
138
+ /* Keyboard approximation */
139
+ .keyboard {
140
+ width: 100%;
141
+ background: #121212;
142
+ position: relative;
143
+ padding: 28px 28px 60px 28px;
144
+ box-sizing: border-box;
145
+ height: 860px;
146
+ color: #e6e6e6;
147
+ }
148
+ .key-row {
149
+ display: grid;
150
+ gap: 18px;
151
+ margin-bottom: 18px;
152
+ }
153
+ .key {
154
+ background: #2c2c2c;
155
+ border-radius: 22px;
156
+ height: 110px;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ font-size: 44px;
161
+ }
162
+ .key.small { font-size: 36px; }
163
+ .key.wide { grid-column: span 3; }
164
+ .key.space { height: 110px; }
165
+ .key.enter {
166
+ background: #a3d8ea;
167
+ color: #0f2c32;
168
+ font-weight: 700;
169
+ }
170
+ .home-indicator {
171
+ position: absolute;
172
+ bottom: 18px;
173
+ left: 50%;
174
+ transform: translateX(-50%);
175
+ width: 300px;
176
+ height: 8px;
177
+ background: #eaeaea;
178
+ border-radius: 8px;
179
+ opacity: 0.9;
180
+ }
181
+
182
+ /* Icon helpers */
183
+ .icon-gray { fill: none; stroke: #6f6f6f; stroke-width: 2; }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+
189
+ <!-- Status bar -->
190
+ <div class="status-bar">
191
+ <div>11:41</div>
192
+ <div class="status-right">
193
+ <div class="status-dot"></div>
194
+ <div class="status-dot"></div>
195
+ <div class="status-dot"></div>
196
+ <svg width="34" height="34" viewBox="0 0 24 24"><path class="icon-gray" d="M3 8h18M5 12h14M7 16h10"/></svg>
197
+ <svg width="34" height="34" viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2" class="icon-gray"></rect><rect x="20" y="9" width="2" height="6" fill="#6f6f6f"></rect></svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Header -->
202
+ <div class="header">
203
+ <div class="back-row">
204
+ <div class="back-icon">
205
+ <svg width="48" height="48" viewBox="0 0 24 24">
206
+ <path d="M15 5L7 12l8 7" stroke="#d04a5a" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="screen-title">Security Settings</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Section -->
214
+ <div class="section-title">Change Password</div>
215
+
216
+ <!-- Field: Current Password -->
217
+ <div class="field">
218
+ <div class="field-left">
219
+ <div class="password-dots">••••••••</div>
220
+ </div>
221
+ <div class="field-right">
222
+ <div>Current Password</div>
223
+ <div class="eye-icon">
224
+ <svg width="44" height="44" viewBox="0 0 24 24">
225
+ <path d="M2 12c4-6 16-6 20 0-4 6-16 6-20 0" stroke="#d04a5a" stroke-width="2" fill="none" stroke-linecap="round"></path>
226
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#d04a5a" stroke-width="2"></circle>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Field: New Password -->
233
+ <div class="field">
234
+ <div class="field-left">
235
+ <div class="error-bar"></div>
236
+ </div>
237
+ <div class="field-right">
238
+ <div>New Password</div>
239
+ <div class="eye-icon">
240
+ <svg width="44" height="44" viewBox="0 0 24 24">
241
+ <path d="M2 12c4-6 16-6 20 0-4 6-16 6-20 0" stroke="#d04a5a" stroke-width="2" fill="none" stroke-linecap="round"></path>
242
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#d04a5a" stroke-width="2"></circle>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Requirements -->
249
+ <div class="requirements">
250
+ <div class="requirements-title">Requirements:</div>
251
+ <div class="req-item">
252
+ <div class="bullet"></div>
253
+ <div>At least 8 characters, max 64 characters</div>
254
+ </div>
255
+ <div class="req-item">
256
+ <div class="bullet"></div>
257
+ <div>An upper case letter</div>
258
+ </div>
259
+ <div class="req-item">
260
+ <div class="bullet light"></div>
261
+ <div>A lower case letter</div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Save button -->
266
+ <div class="save-bar">Save</div>
267
+
268
+ <!-- Keyboard (approximation) -->
269
+ <div class="keyboard">
270
+ <div class="key-row" style="grid-template-columns: repeat(10, 1fr);">
271
+ <div class="key">1</div><div class="key">2</div><div class="key">3</div><div class="key">4</div><div class="key">5</div><div class="key">6</div><div class="key">7</div><div class="key">8</div><div class="key">9</div><div class="key">0</div>
272
+ </div>
273
+ <div class="key-row" style="grid-template-columns: repeat(10, 1fr);">
274
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><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>
275
+ </div>
276
+ <div class="key-row" style="grid-template-columns: repeat(9, 1fr);">
277
+ <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>
278
+ </div>
279
+ <div class="key-row" style="grid-template-columns: 1.2fr 1fr 5fr 1fr 1.2fr;">
280
+ <div class="key small">?123</div>
281
+ <div class="key small">,</div>
282
+ <div class="key space">space</div>
283
+ <div class="key small">.</div>
284
+ <div class="key enter">✓</div>
285
+ </div>
286
+ <div class="home-indicator"></div>
287
+ </div>
288
+
289
+ </div>
290
+ </body>
291
+ </html>
code/18114/18114_8.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Security Settings - Change Password</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px;
20
+ color: #757575; font-size: 36px;
21
+ }
22
+ .status-left { display: flex; align-items: center; gap: 26px; }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+ .sb-icon {
25
+ width: 44px; height: 44px; background: #E0E0E0; border-radius: 8px; border: 1px solid #D0D0D0;
26
+ }
27
+
28
+ /* Header */
29
+ .header {
30
+ display: flex; align-items: center;
31
+ padding: 10px 40px 0 40px;
32
+ color: #212121;
33
+ }
34
+ .back-icon { width: 56px; height: 56px; }
35
+ .header-title {
36
+ font-size: 56px; font-weight: 600;
37
+ margin-left: 20px;
38
+ }
39
+
40
+ .section-title {
41
+ font-size: 64px; font-weight: 600; color: #212121;
42
+ margin: 60px 40px 10px 40px;
43
+ }
44
+
45
+ /* Fields */
46
+ .field {
47
+ margin: 10px 40px 0 40px;
48
+ padding: 30px 0;
49
+ border-bottom: 1px solid #E0E0E0;
50
+ display: flex; align-items: center; justify-content: space-between;
51
+ }
52
+ .pwd-dots {
53
+ font-size: 52px; color: #212121; letter-spacing: 6px;
54
+ display: flex; align-items: center; gap: 10px;
55
+ }
56
+ .caret {
57
+ width: 4px; height: 48px; background: #D32F2F;
58
+ }
59
+ .field-right {
60
+ display: flex; align-items: center; gap: 24px;
61
+ color: #9E9E9E; font-size: 36px;
62
+ }
63
+ .eye-icon { width: 48px; height: 48px; }
64
+
65
+ /* Requirements */
66
+ .req-wrapper {
67
+ margin: 40px;
68
+ }
69
+ .req-title {
70
+ color: #757575; font-weight: 700; font-size: 36px; margin-bottom: 18px;
71
+ }
72
+ .req-item {
73
+ display: flex; align-items: center; gap: 20px;
74
+ font-size: 36px; color: #555; margin: 18px 0;
75
+ }
76
+ .dot {
77
+ width: 32px; height: 32px; border-radius: 50%;
78
+ background: #2ECC71;
79
+ }
80
+ .dot-faded { background: #A5D6A7; }
81
+ .text-faded { color: #9E9E9E; }
82
+
83
+ /* Save bar */
84
+ .save-bar {
85
+ position: absolute; left: 0; bottom: 900px;
86
+ width: 100%; height: 160px; background: #C62828;
87
+ display: flex; align-items: center; justify-content: center;
88
+ color: #FFFFFF; font-size: 44px; font-weight: 700;
89
+ }
90
+
91
+ /* Keyboard mock */
92
+ .keyboard {
93
+ position: absolute; left: 0; bottom: 0;
94
+ width: 100%; height: 900px; background: #1B1B1B;
95
+ padding: 40px 30px 80px 30px;
96
+ box-sizing: border-box;
97
+ }
98
+ .kb-row { display: flex; justify-content: space-between; margin-bottom: 28px; }
99
+ .key {
100
+ background: #2B2B2B; color: #EDEDED;
101
+ border-radius: 18px; height: 120px; min-width: 88px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ font-size: 44px;
104
+ box-shadow: inset 0 0 0 1px #333;
105
+ }
106
+ .key-wide { min-width: 160px; }
107
+ .space { flex: 1; margin: 0 14px; }
108
+ .enter {
109
+ background: #B3E5FC; color: #174A5B;
110
+ min-width: 120px; border-radius: 60px;
111
+ }
112
+ .home-indicator {
113
+ position: absolute; bottom: 24px; left: 50%;
114
+ transform: translateX(-50%);
115
+ width: 360px; height: 12px; background: #E0E0E0; border-radius: 8px; opacity: 0.8;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status Bar -->
123
+ <div class="status-bar">
124
+ <div class="status-left">
125
+ <div>11:42</div>
126
+ <div class="sb-icon"></div>
127
+ <div>4°</div>
128
+ <div class="sb-icon"></div>
129
+ <div>82°</div>
130
+ <div class="sb-icon" style="width:12px;height:12px;border-radius:50%;"></div>
131
+ </div>
132
+ <div class="status-right">
133
+ <div class="sb-icon"></div>
134
+ <div class="sb-icon"></div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Header -->
139
+ <div class="header">
140
+ <svg class="back-icon" viewBox="0 0 24 24">
141
+ <path d="M15 18L9 12l6-6" fill="none" stroke="#D32F2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
142
+ </svg>
143
+ <div class="header-title">Security Settings</div>
144
+ </div>
145
+
146
+ <!-- Section Title -->
147
+ <div class="section-title">Change Password</div>
148
+
149
+ <!-- Current Password Field -->
150
+ <div class="field">
151
+ <div class="pwd-dots">••••••••••</div>
152
+ <div class="field-right">
153
+ <div>Current Password</div>
154
+ <svg class="eye-icon" viewBox="0 0 24 24">
155
+ <path d="M12 5C7 5 3.4 8.3 2 12c1.4 3.7 5 7 10 7s8.6-3.3 10-7c-1.4-3.7-5-7-10-7z" fill="none" stroke="#D32F2F" stroke-width="2"/>
156
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#D32F2F" stroke-width="2"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- New Password Field -->
162
+ <div class="field">
163
+ <div class="pwd-dots"><span>••••••••••</span><div class="caret"></div></div>
164
+ <div class="field-right">
165
+ <div>New Password</div>
166
+ <svg class="eye-icon" viewBox="0 0 24 24">
167
+ <path d="M12 5C7 5 3.4 8.3 2 12c1.4 3.7 5 7 10 7s8.6-3.3 10-7c-1.4-3.7-5-7-10-7z" fill="none" stroke="#D32F2F" stroke-width="2"/>
168
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#D32F2F" stroke-width="2"/>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Requirements -->
174
+ <div class="req-wrapper">
175
+ <div class="req-title">Requirements:</div>
176
+
177
+ <div class="req-item">
178
+ <div class="dot"></div>
179
+ <div>At least 8 characters, max 64 characters</div>
180
+ </div>
181
+ <div class="req-item">
182
+ <div class="dot"></div>
183
+ <div>An upper case letter</div>
184
+ </div>
185
+ <div class="req-item">
186
+ <div class="dot dot-faded"></div>
187
+ <div class="text-faded">A lower case letter</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Save bar -->
192
+ <div class="save-bar">Save</div>
193
+
194
+ <!-- Keyboard mock -->
195
+ <div class="keyboard">
196
+ <div class="kb-row">
197
+ <div class="key">1</div><div class="key">2</div><div class="key">3</div><div class="key">4</div><div class="key">5</div>
198
+ <div class="key">6</div><div class="key">7</div><div class="key">8</div><div class="key">9</div><div class="key">0</div>
199
+ </div>
200
+ <div class="kb-row">
201
+ <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>
202
+ <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>
203
+ </div>
204
+ <div class="kb-row">
205
+ <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>
206
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
207
+ </div>
208
+ <div class="kb-row">
209
+ <div class="key key-wide">⇧</div>
210
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
211
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
212
+ <div class="key key-wide">⌫</div>
213
+ </div>
214
+ <div class="kb-row">
215
+ <div class="key key-wide">?123</div>
216
+ <div class="key key-wide">,</div>
217
+ <div class="key space">space</div>
218
+ <div class="key">.</div>
219
+ <div class="key enter">
220
+ <svg width="56" height="56" viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#174A5B" stroke-width="2"/>
222
+ <path d="M7 12l3 3 7-7" fill="none" stroke="#174A5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+ <div class="home-indicator"></div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/18114/18114_9.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Security Settings - Change Password</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Roboto", Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #FAFAFA;
19
+ }
20
+
21
+ /* Layout helpers */
22
+ .screen {
23
+ padding: 0 48px;
24
+ }
25
+ .top-area {
26
+ position: absolute;
27
+ left: 48px;
28
+ top: 120px;
29
+ right: 48px;
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ }
34
+ .top-title {
35
+ font-size: 52px;
36
+ color: #222;
37
+ font-weight: 500;
38
+ }
39
+ .section-title {
40
+ position: absolute;
41
+ left: 48px;
42
+ top: 260px;
43
+ font-size: 64px;
44
+ color: #1f1f1f;
45
+ font-weight: 600;
46
+ }
47
+
48
+ /* Back arrow icon */
49
+ .icon-back {
50
+ width: 56px;
51
+ height: 56px;
52
+ }
53
+ .icon-back path {
54
+ stroke: #8B1C1C;
55
+ stroke-width: 8;
56
+ fill: none;
57
+ stroke-linecap: round;
58
+ stroke-linejoin: round;
59
+ }
60
+
61
+ /* Eye icon */
62
+ .icon-eye {
63
+ width: 48px;
64
+ height: 32px;
65
+ }
66
+ .icon-eye path,
67
+ .icon-eye circle {
68
+ fill: none;
69
+ stroke: #8B1C1C;
70
+ stroke-width: 6;
71
+ stroke-linecap: round;
72
+ stroke-linejoin: round;
73
+ }
74
+
75
+ /* Fields */
76
+ .fields {
77
+ position: absolute;
78
+ left: 48px;
79
+ right: 48px;
80
+ top: 380px;
81
+ }
82
+ .field {
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: space-between;
86
+ padding: 34px 0;
87
+ border-bottom: 2px solid #E0E0E0;
88
+ }
89
+ .mask {
90
+ font-size: 46px;
91
+ letter-spacing: 10px;
92
+ color: #222;
93
+ }
94
+ .right-label {
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 18px;
98
+ color: #5a5a5a;
99
+ font-size: 34px;
100
+ }
101
+
102
+ /* Requirements */
103
+ .requirements {
104
+ position: absolute;
105
+ left: 48px;
106
+ right: 48px;
107
+ top: 800px;
108
+ }
109
+ .req-title {
110
+ font-size: 38px;
111
+ color: #3a3a3a;
112
+ font-weight: 700;
113
+ margin-bottom: 24px;
114
+ }
115
+ .req-item {
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 20px;
119
+ color: #2e2e2e;
120
+ font-size: 34px;
121
+ margin: 18px 0;
122
+ }
123
+ .dot {
124
+ width: 26px;
125
+ height: 26px;
126
+ background: #12a35b;
127
+ border-radius: 50%;
128
+ }
129
+ .divider {
130
+ margin-top: 30px;
131
+ border-top: 2px solid #E0E0E0;
132
+ }
133
+
134
+ /* Spinner to suggest validating */
135
+ .spinner {
136
+ width: 64px;
137
+ height: 64px;
138
+ border-radius: 50%;
139
+ border: 8px solid #D32F2F;
140
+ border-top-color: transparent;
141
+ border-right-color: transparent;
142
+ }
143
+
144
+ /* Bottom bar */
145
+ .bottom-bar {
146
+ position: absolute;
147
+ left: 0;
148
+ right: 0;
149
+ bottom: 0;
150
+ height: 180px;
151
+ background: #4D1016;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ }
156
+ .bottom-bar .btn-text {
157
+ font-size: 44px;
158
+ color: #A9A9A9; /* disabled look */
159
+ font-weight: 600;
160
+ letter-spacing: 1px;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+ <div class="screen">
167
+ <!-- Header with back arrow and title -->
168
+ <div class="top-area">
169
+ <svg class="icon-back" viewBox="0 0 24 24">
170
+ <path d="M16 4 L8 12 L16 20"></path>
171
+ </svg>
172
+ <div class="top-title">Security Settings</div>
173
+ </div>
174
+
175
+ <!-- Section title -->
176
+ <div class="section-title">Change Password</div>
177
+
178
+ <!-- Password fields -->
179
+ <div class="fields">
180
+ <div class="field">
181
+ <div class="mask">••••••••</div>
182
+ <div class="right-label">
183
+ <span>Current Password</span>
184
+ <svg class="icon-eye" viewBox="0 0 24 24">
185
+ <path d="M2 12 C5 5, 19 5, 22 12 C19 19, 5 19, 2 12 Z"></path>
186
+ <circle cx="12" cy="12" r="3"></circle>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="field">
192
+ <div class="mask">••••••••</div>
193
+ <div class="right-label">
194
+ <span>New Password</span>
195
+ <svg class="icon-eye" viewBox="0 0 24 24">
196
+ <path d="M2 12 C5 5, 19 5, 22 12 C19 19, 5 19, 2 12 Z"></path>
197
+ <circle cx="12" cy="12" r="3"></circle>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Requirements list -->
204
+ <div class="requirements">
205
+ <div class="req-title">Requirements:</div>
206
+
207
+ <div class="req-item">
208
+ <div class="dot"></div>
209
+ <div>At least 8 characters, max 64 characters</div>
210
+ </div>
211
+
212
+ <div class="req-item">
213
+ <div class="dot"></div>
214
+ <div>An upper case letter</div>
215
+ <div class="spinner"></div>
216
+ </div>
217
+
218
+ <div class="req-item">
219
+ <div class="dot"></div>
220
+ <div>A lower case letter</div>
221
+ </div>
222
+
223
+ <div class="req-item">
224
+ <div class="dot"></div>
225
+ <div>A number or special character (! @ # $ % ^)</div>
226
+ </div>
227
+
228
+ <div class="divider"></div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Bottom Save bar -->
233
+ <div class="bottom-bar">
234
+ <div class="btn-text">Save</div>
235
+ </div>
236
+ </div>
237
+ </body>
238
+ </html>
code/18116/18116_0.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home UI Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: linear-gradient(180deg, #3A2A74 0%, #5A408A 40%, #3d2a76 70%, #2d1f5f 100%);
18
+ color: #fff;
19
+ }
20
+
21
+ /* Wallpaper elements */
22
+ .moon {
23
+ position: absolute;
24
+ right: -70px;
25
+ top: 330px;
26
+ width: 620px;
27
+ height: 620px;
28
+ background: radial-gradient(circle at 40% 40%, #f2d5ef 0%, #eec8e8 40%, #caa0cf 75%, rgba(255,255,255,0) 76%);
29
+ border-radius: 50%;
30
+ opacity: 0.9;
31
+ }
32
+ .star { position: absolute; width: 8px; height: 8px; background: #fff; border-radius: 50%; opacity: 0.9; }
33
+ .star.s1 { left: 120px; top: 140px; }
34
+ .star.s2 { left: 320px; top: 220px; }
35
+ .star.s3 { left: 560px; top: 100px; }
36
+ .star.s4 { left: 820px; top: 160px; }
37
+ .star.s5 { left: 180px; top: 420px; }
38
+ .star.s6 { left: 420px; top: 360px; }
39
+ .star.s7 { left: 280px; top: 520px; }
40
+ .star.s8 { left: 720px; top: 250px; }
41
+
42
+ /* Status bar */
43
+ .status-bar {
44
+ position: absolute;
45
+ top: 20px;
46
+ left: 28px;
47
+ right: 28px;
48
+ height: 64px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ color: #fff;
53
+ font-size: 40px;
54
+ font-weight: 500;
55
+ }
56
+ .status-icons { display: flex; align-items: center; gap: 22px; }
57
+ .icon {
58
+ width: 40px;
59
+ height: 40px;
60
+ }
61
+ .battery {
62
+ width: 46px; height: 22px; border: 2px solid #fff; border-radius: 4px; position: relative;
63
+ }
64
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #fff; border-radius: 2px; }
65
+ .battery .level { position: absolute; left: 2px; top: 2px; height: 18px; width: 28px; background: #fff; border-radius: 2px; }
66
+
67
+ /* Weather/date */
68
+ .weather {
69
+ position: absolute;
70
+ top: 160px;
71
+ left: 72px;
72
+ color: #fff;
73
+ }
74
+ .weather .date {
75
+ font-size: 64px;
76
+ font-weight: 600;
77
+ letter-spacing: 0.5px;
78
+ margin-bottom: 18px;
79
+ }
80
+ .weather .details {
81
+ display: flex; align-items: center; gap: 16px;
82
+ font-size: 30px;
83
+ opacity: 0.95;
84
+ }
85
+ .cloud-icon {
86
+ width: 44px; height: 30px;
87
+ }
88
+
89
+ /* App grid */
90
+ .grid {
91
+ position: absolute;
92
+ left: 0;
93
+ right: 0;
94
+ top: 1320px;
95
+ display: flex;
96
+ justify-content: center;
97
+ gap: 48px;
98
+ }
99
+ .grid .app {
100
+ width: 220px;
101
+ text-align: center;
102
+ color: #fff;
103
+ font-size: 32px;
104
+ font-weight: 500;
105
+ }
106
+ .icon-circle {
107
+ width: 170px; height: 170px; border-radius: 50%;
108
+ margin: 0 auto 18px auto;
109
+ background: #fff;
110
+ box-shadow: 0 10px 18px rgba(0,0,0,0.35);
111
+ position: relative;
112
+ }
113
+
114
+ /* First row icons */
115
+ .playstore .triangle {
116
+ position: absolute; left: 40px; top: 38px;
117
+ width: 0; height: 0;
118
+ border-left: 0 solid transparent;
119
+ border-right: 90px solid transparent;
120
+ border-top: 50px solid #1E88E5;
121
+ transform: rotate(90deg);
122
+ }
123
+ .playstore .bar1 {
124
+ position: absolute; left: 58px; top: 58px; width: 70px; height: 16px; background: #43A047; transform: rotate(35deg);
125
+ }
126
+ .playstore .bar2 {
127
+ position: absolute; left: 52px; top: 96px; width: 74px; height: 16px; background: #FB8C00; transform: rotate(-35deg);
128
+ }
129
+
130
+ .gmail .m {
131
+ position: absolute; left: 28px; top: 38px; right: 28px; bottom: 38px;
132
+ border: 12px solid #EA4335; border-radius: 22px;
133
+ clip-path: polygon(0% 0%, 50% 45%, 100% 0%, 100% 100%, 0% 100%);
134
+ background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(234,67,53,0.05) 100%);
135
+ }
136
+
137
+ .photos .petal { position: absolute; width: 60px; height: 60px; border-radius: 50%; }
138
+ .photos .p1 { left: 55px; top: 26px; background: #EA4335; }
139
+ .photos .p2 { left: 95px; top: 66px; background: #FBBC05; }
140
+ .photos .p3 { left: 55px; top: 106px; background: #34A853; }
141
+ .photos .p4 { left: 15px; top: 66px; background: #4285F4; }
142
+ .photos .center { position: absolute; left: 70px; top: 80px; width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(0,0,0,0.08); }
143
+
144
+ .youtube .yt {
145
+ position: absolute; left: 28px; top: 48px; width: 114px; height: 80px;
146
+ background: #FF0000; border-radius: 24px;
147
+ }
148
+ .youtube .play {
149
+ position: absolute; left: 68px; top: 78px; width: 0; height: 0;
150
+ border-left: 28px solid #fff; border-top: 16px solid transparent; border-bottom: 16px solid transparent;
151
+ }
152
+
153
+ /* Dock row */
154
+ .dock {
155
+ position: absolute;
156
+ left: 0; right: 0;
157
+ top: 1680px;
158
+ display: flex;
159
+ justify-content: center;
160
+ gap: 120px;
161
+ }
162
+ .dock .app { width: 160px; text-align: center; font-size: 28px; color: #fff; }
163
+ .dock .icon-circle { width: 150px; height: 150px; }
164
+
165
+ .phone .receiver {
166
+ position: absolute; left: 40px; top: 50px; width: 70px; height: 40px; border-radius: 30px;
167
+ background: #1976D2;
168
+ box-shadow: inset 0 0 0 12px #BBDEFB;
169
+ transform: rotate(40deg);
170
+ }
171
+
172
+ .messages .bubble {
173
+ position: absolute; left: 35px; top: 40px; width: 80px; height: 60px; border-radius: 18px; background: #2D7BF3;
174
+ }
175
+ .messages .bubble::after {
176
+ content: ""; position: absolute; right: -12px; bottom: 12px; width: 0; height: 0;
177
+ border-left: 16px solid #2D7BF3; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
178
+ }
179
+
180
+ .chrome .ring { position: absolute; left: 20px; top: 20px; width: 110px; height: 110px; border-radius: 50%; overflow: hidden; }
181
+ .chrome .seg1 { position: absolute; left: 20px; top: 20px; width: 110px; height: 55px; background: #EA4335; }
182
+ .chrome .seg2 { position: absolute; left: 20px; top: 75px; width: 55px; height: 55px; background: #FBBC05; }
183
+ .chrome .seg3 { position: absolute; left: 75px; top: 75px; width: 55px; height: 55px; background: #34A853; }
184
+ .chrome .center {
185
+ position: absolute; left: 58px; top: 58px; width: 34px; height: 34px; border-radius: 50%; background: #4285F4; box-shadow: 0 0 0 8px #fff;
186
+ }
187
+
188
+ .camera .cam-body {
189
+ position: absolute; left: 30px; top: 52px; width: 96px; height: 66px; border-radius: 14px; background: #ECEFF1;
190
+ }
191
+ .camera .lens {
192
+ position: absolute; left: 64px; top: 72px; width: 40px; height: 40px; border-radius: 50%; background: #1E88E5;
193
+ box-shadow: inset 0 0 0 8px #90CAF9;
194
+ }
195
+
196
+ /* Search bar */
197
+ .searchbar {
198
+ position: absolute;
199
+ left: 60px;
200
+ right: 60px;
201
+ bottom: 180px;
202
+ height: 120px;
203
+ background: #2F2F38;
204
+ border-radius: 60px;
205
+ display: flex;
206
+ align-items: center;
207
+ padding: 0 36px;
208
+ gap: 26px;
209
+ box-shadow: 0 14px 30px rgba(0,0,0,0.45);
210
+ }
211
+ .g-logo {
212
+ width: 66px; height: 66px; border-radius: 50%;
213
+ background: conic-gradient(#4285F4 0 25%, #EA4335 25% 50%, #FBBC05 50% 75%, #34A853 75% 100%);
214
+ display: flex; justify-content: center; align-items: center;
215
+ color: #fff; font-weight: 800; font-size: 34px;
216
+ }
217
+ .search-placeholder {
218
+ flex: 1; color: #CFCFD9; font-size: 34px; opacity: 0.85;
219
+ }
220
+ .searchbar .tool {
221
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
222
+ border-radius: 16px; color: #fff;
223
+ }
224
+ .mic svg { width: 34px; height: 34px; fill: #fff; opacity: 0.9; }
225
+ .lens {
226
+ width: 64px; height: 64px; border-radius: 16px;
227
+ background: linear-gradient(135deg, #EA4335, #FBBC05, #34A853, #4285F4);
228
+ display: flex; align-items: center; justify-content: center;
229
+ }
230
+ .lens .cam-dot { width: 26px; height: 26px; border-radius: 50%; background: #1E88E5; box-shadow: inset 0 0 0 6px #fff; }
231
+
232
+ /* Navigation gesture bar */
233
+ .gesture {
234
+ position: absolute; left: 360px; bottom: 46px;
235
+ width: 360px; height: 12px; background: #fff; border-radius: 8px; opacity: 0.85;
236
+ }
237
+
238
+ /* Labels */
239
+ .app .label { margin-top: 6px; opacity: 0.95; }
240
+
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+ <!-- Wallpaper accents -->
246
+ <div class="moon"></div>
247
+ <div class="star s1"></div><div class="star s2"></div><div class="star s3"></div><div class="star s4"></div>
248
+ <div class="star s5"></div><div class="star s6"></div><div class="star s7"></div><div class="star s8"></div>
249
+
250
+ <!-- Status bar -->
251
+ <div class="status-bar">
252
+ <div class="time">9:59</div>
253
+ <div class="status-icons">
254
+ <!-- simple wifi icon -->
255
+ <svg class="icon" viewBox="0 0 24 24">
256
+ <path fill="#fff" d="M12 20l3-3H9l3 3zm-7-8c4-4 10-4 14 0l-2 2c-3-3-7-3-10 0l-2-2zm-3-4c6-6 18-6 24 0l-2 2c-5-5-15-5-20 0L2 8z"/>
257
+ </svg>
258
+ <div class="battery"><div class="level"></div></div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Weather / Date -->
263
+ <div class="weather">
264
+ <div class="date">Tue, Jul 25</div>
265
+ <div class="details">
266
+ <svg class="cloud-icon" viewBox="0 0 64 40">
267
+ <path fill="#fff" d="M20 32h24c8 0 12-6 12-12S52 8 46 8c-3 0-6 1-8 3C36 6 30 2 24 2 14 2 6 10 6 20S12 32 20 32z"/>
268
+ </svg>
269
+ <div>31°C · Today 32° / 27° · Cloudy</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- First row apps -->
274
+ <div class="grid">
275
+ <div class="app playstore">
276
+ <div class="icon-circle">
277
+ <div class="triangle"></div>
278
+ <div class="bar1"></div>
279
+ <div class="bar2"></div>
280
+ </div>
281
+ <div class="label">Play Store</div>
282
+ </div>
283
+
284
+ <div class="app gmail">
285
+ <div class="icon-circle">
286
+ <div class="m"></div>
287
+ </div>
288
+ <div class="label">Gmail</div>
289
+ </div>
290
+
291
+ <div class="app photos">
292
+ <div class="icon-circle">
293
+ <div class="petal p1"></div>
294
+ <div class="petal p2"></div>
295
+ <div class="petal p3"></div>
296
+ <div class="petal p4"></div>
297
+ <div class="center"></div>
298
+ </div>
299
+ <div class="label">Photos</div>
300
+ </div>
301
+
302
+ <div class="app youtube">
303
+ <div class="icon-circle">
304
+ <div class="yt"></div>
305
+ <div class="play"></div>
306
+ </div>
307
+ <div class="label">YouTube</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Dock apps -->
312
+ <div class="dock">
313
+ <div class="app phone">
314
+ <div class="icon-circle">
315
+ <div class="receiver"></div>
316
+ </div>
317
+ </div>
318
+ <div class="app messages">
319
+ <div class="icon-circle">
320
+ <div class="bubble"></div>
321
+ </div>
322
+ </div>
323
+ <div class="app chrome">
324
+ <div class="icon-circle">
325
+ <div class="ring"></div>
326
+ <div class="seg1"></div>
327
+ <div class="seg2"></div>
328
+ <div class="seg3"></div>
329
+ <div class="center"></div>
330
+ </div>
331
+ </div>
332
+ <div class="app camera">
333
+ <div class="icon-circle">
334
+ <div class="cam-body"></div>
335
+ <div class="lens"></div>
336
+ </div>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Google search bar -->
341
+ <div class="searchbar">
342
+ <div class="g-logo">G</div>
343
+ <div class="search-placeholder">Search</div>
344
+ <div class="tool mic">
345
+ <svg viewBox="0 0 24 24">
346
+ <path d="M12 14c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4s-4 1.8-4 4v4c0 2.2 1.8 4 4 4zm5-4c0 3.1-2.5 5.5-5.5 5.5S6 13.1 6 10H4c0 3.8 2.7 6.9 6.2 7.6V20h3.6v-2.4c3.5-.7 6.2-3.8 6.2-7.6h-2z" fill="#fff"/>
347
+ </svg>
348
+ </div>
349
+ <div class="lens"><div class="cam-dot"></div></div>
350
+ </div>
351
+
352
+ <!-- Gesture navigation bar -->
353
+ <div class="gesture"></div>
354
+ </div>
355
+ </body>
356
+ </html>
code/18116/18116_1.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>California Pizza UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F5F5F5;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #333;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 160px;
23
+ background: #C63834;
24
+ color: #fff;
25
+ padding: 30px 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-left { font-size: 40px; font-weight: 600; }
33
+ .status-right { display: flex; align-items: center; gap: 24px; }
34
+ .status-icon svg { width: 50px; height: 50px; fill: none; stroke: #fff; stroke-width: 6; }
35
+
36
+ /* Header */
37
+ .header {
38
+ position: relative;
39
+ top: 160px;
40
+ width: 100%;
41
+ background: #FFFFFF;
42
+ padding: 30px 40px 30px 40px;
43
+ box-sizing: border-box;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ }
48
+ .location {
49
+ display: flex;
50
+ align-items: flex-start;
51
+ gap: 20px;
52
+ }
53
+ .location svg { width: 46px; height: 46px; fill: #777; }
54
+ .location .city { font-size: 42px; font-weight: 600; }
55
+ .location .change { font-size: 32px; color: #777; margin-top: 8px; }
56
+
57
+ .logo {
58
+ text-align: center;
59
+ font-weight: 800;
60
+ color: #E53935;
61
+ font-size: 48px;
62
+ line-height: 1.1;
63
+ }
64
+ .logo span { color: #4CAF50; }
65
+
66
+ .search {
67
+ width: 400px;
68
+ height: 100px;
69
+ background: #EFEFEF;
70
+ border-radius: 50px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: space-between;
74
+ padding: 0 30px;
75
+ box-sizing: border-box;
76
+ color: #777;
77
+ font-size: 36px;
78
+ }
79
+ .search svg { width: 52px; height: 52px; stroke: #333; stroke-width: 6; fill: none; }
80
+
81
+ /* Alert bars */
82
+ .alert-bars { position: relative; top: 160px; }
83
+ .alert {
84
+ width: 100%;
85
+ height: 86px;
86
+ display: flex;
87
+ align-items: center;
88
+ gap: 20px;
89
+ padding: 0 40px;
90
+ box-sizing: border-box;
91
+ color: #fff;
92
+ font-size: 36px;
93
+ font-weight: 700;
94
+ }
95
+ .alert.red { background: #E53935; }
96
+ .alert.yellow { background: #FFD600; color: #000; font-weight: 700; }
97
+ .alert .warn {
98
+ width: 40px; height: 40px;
99
+ display: inline-flex; align-items: center; justify-content: center;
100
+ }
101
+ .alert .warn svg { width: 40px; height: 40px; }
102
+
103
+ /* Content grid */
104
+ .content {
105
+ position: relative;
106
+ top: 160px;
107
+ background: #EFEFEF;
108
+ padding: 30px 30px 240px 30px;
109
+ box-sizing: border-box;
110
+ }
111
+ .cards {
112
+ display: flex;
113
+ flex-wrap: wrap;
114
+ gap: 30px;
115
+ }
116
+ .card {
117
+ width: calc(50% - 15px);
118
+ background: #FFFFFF;
119
+ border-radius: 24px;
120
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08);
121
+ padding: 30px;
122
+ box-sizing: border-box;
123
+ min-height: 420px;
124
+ position: relative;
125
+ }
126
+ .card h3 {
127
+ font-size: 60px;
128
+ margin: 0;
129
+ color: #303030;
130
+ letter-spacing: 0.5px;
131
+ }
132
+ .card p {
133
+ margin: 10px 0 20px 0;
134
+ font-size: 34px;
135
+ color: #666;
136
+ }
137
+ .img-placeholder {
138
+ position: absolute;
139
+ right: 20px;
140
+ bottom: 20px;
141
+ left: 20px;
142
+ height: 230px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ border-radius: 18px;
146
+ display: flex; align-items: center; justify-content: center;
147
+ color: #757575; font-size: 34px;
148
+ }
149
+
150
+ .card.full {
151
+ width: 100%;
152
+ min-height: 300px;
153
+ }
154
+
155
+ /* Bottom nav */
156
+ .bottom-nav {
157
+ position: absolute;
158
+ left: 0;
159
+ bottom: 0;
160
+ width: 100%;
161
+ height: 180px;
162
+ background: #E9E9E9;
163
+ border-top: 1px solid #D0D0D0;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-around;
167
+ }
168
+ .nav-btn { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }
169
+ .nav-btn svg { width: 90px; height: 90px; stroke: #555; stroke-width: 8; fill: none; }
170
+ .nav-btn.home svg { stroke: none; fill: #E53935; }
171
+
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status Bar -->
178
+ <div class="statusbar">
179
+ <div class="status-left">10:02</div>
180
+ <div class="status-right">
181
+ <div class="status-icon">
182
+ <!-- wifi -->
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M2 8c5-4 15-4 20 0"/>
185
+ <path d="M5 12c3-3 11-3 14 0"/>
186
+ <path d="M9 16c2-2 4-2 6 0"/>
187
+ <circle cx="12" cy="20" r="1.8" fill="#fff" stroke="none"/>
188
+ </svg>
189
+ </div>
190
+ <div class="status-icon">
191
+ <!-- battery -->
192
+ <svg viewBox="0 0 32 24">
193
+ <rect x="2" y="4" width="24" height="16" rx="3" />
194
+ <rect x="26" y="9" width="4" height="6" rx="1" />
195
+ <rect x="5" y="7" width="18" height="10" rx="2" fill="#fff" stroke="none"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Header -->
202
+ <div class="header">
203
+ <div class="location">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z" fill="#777"/>
206
+ <circle cx="12" cy="9" r="3" fill="#fff"/>
207
+ </svg>
208
+ <div>
209
+ <div class="city">Hyderabad</div>
210
+ <div class="change">Change City</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="logo">
215
+ California <span>Pizza</span>
216
+ </div>
217
+
218
+ <div class="search">
219
+ <span>Search</span>
220
+ <svg viewBox="0 0 24 24">
221
+ <circle cx="10" cy="10" r="7"></circle>
222
+ <line x1="15" y1="15" x2="22" y2="22"></line>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Alerts -->
228
+ <div class="alert-bars">
229
+ <div class="alert red">
230
+ <div class="warn">
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M12 3l9 16H3z" fill="#fff"/>
233
+ </svg>
234
+ </div>
235
+ California Pizza is closed now
236
+ </div>
237
+ <div class="alert yellow">
238
+ <div class="warn">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M12 3l9 16H3z" fill="#000"/>
241
+ </svg>
242
+ </div>
243
+ Get free Pizza on your first order. Use promo freepizza
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Content -->
248
+ <div class="content">
249
+ <div class="cards">
250
+
251
+ <div class="card">
252
+ <h3>Pizzas</h3>
253
+ <p>Slice into Happiness!</p>
254
+ <div class="img-placeholder">[IMG: Cheese Pizza with green garnish]</div>
255
+ </div>
256
+
257
+ <div class="card">
258
+ <h3>Deals</h3>
259
+ <p>Savings with our exclusive deals!</p>
260
+ <div class="img-placeholder">[IMG: Pizza + Coca Cola bottle]</div>
261
+ </div>
262
+
263
+ <div class="card">
264
+ <h3>Crusts</h3>
265
+ <p>Choose Your Crust</p>
266
+ <div class="img-placeholder">[IMG: Loaded crust swirl topping]</div>
267
+ </div>
268
+
269
+ <div class="card">
270
+ <h3>Sides</h3>
271
+ <p>Feast On Flavor</p>
272
+ <div class="img-placeholder">[IMG: Wrap with chicken and veggies]</div>
273
+ </div>
274
+
275
+ <div class="card">
276
+ <h3>Desserts</h3>
277
+ <p>Dreamy Dessert Heaven.</p>
278
+ <div class="img-placeholder">[IMG: Chocolate lava cake]</div>
279
+ </div>
280
+
281
+ <div class="card">
282
+ <h3>Drinks</h3>
283
+ <p></p>
284
+ <div class="img-placeholder">[IMG: Fanta Coca-Cola Sprite bottles]</div>
285
+ </div>
286
+
287
+ <div class="card full">
288
+ <h3>Card Discount</h3>
289
+ <p>Enjoy exclusive deals and discounts on your favorite pizzas</p>
290
+ <div class="img-placeholder">[IMG: Hand holding credit cards]</div>
291
+ </div>
292
+
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Bottom Navigation -->
297
+ <div class="bottom-nav">
298
+ <div class="nav-btn">
299
+ <!-- menu icon -->
300
+ <svg viewBox="0 0 24 24">
301
+ <line x1="3" y1="5" x2="21" y2="5"></line>
302
+ <line x1="3" y1="12" x2="21" y2="12"></line>
303
+ <line x1="3" y1="19" x2="21" y2="19"></line>
304
+ </svg>
305
+ </div>
306
+ <div class="nav-btn home">
307
+ <!-- home icon -->
308
+ <svg viewBox="0 0 24 24">
309
+ <path d="M3 12l9-8 9 8v8a1 1 0 0 1-1 1h-6v-6H10v6H4a1 1 0 0 1-1-1z"></path>
310
+ </svg>
311
+ </div>
312
+ <div class="nav-btn">
313
+ <!-- refresh/clock icon -->
314
+ <svg viewBox="0 0 24 24">
315
+ <circle cx="12" cy="12" r="9"></circle>
316
+ <line x1="12" y1="12" x2="12" y2="7"></line>
317
+ <line x1="12" y1="12" x2="16" y2="12"></line>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ </div>
323
+ </body>
324
+ </html>
code/18116/18116_2.html ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>California Pizza UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ background: #C62828;
19
+ color: #fff;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ }
26
+ .status-left { font-size: 42px; font-weight: 600; }
27
+ .status-right { display: flex; gap: 24px; align-items: center; }
28
+ .icon {
29
+ width: 40px; height: 40px;
30
+ }
31
+
32
+ /* Header area */
33
+ .header {
34
+ background: #ffffff;
35
+ padding: 24px 36px 30px 36px;
36
+ box-sizing: border-box;
37
+ border-bottom: 1px solid #eee;
38
+ }
39
+ .header-row {
40
+ display: grid;
41
+ grid-template-columns: 1fr 1fr 1fr;
42
+ align-items: center;
43
+ gap: 20px;
44
+ }
45
+ .location {
46
+ display: flex;
47
+ align-items: flex-start;
48
+ gap: 18px;
49
+ }
50
+ .location .text {
51
+ line-height: 1.2;
52
+ }
53
+ .location .title {
54
+ font-size: 40px;
55
+ color: #333;
56
+ font-weight: 600;
57
+ }
58
+ .location .sub {
59
+ font-size: 30px;
60
+ color: #777;
61
+ margin-top: 6px;
62
+ }
63
+ .logo {
64
+ text-align: center;
65
+ font-size: 44px;
66
+ font-weight: 800;
67
+ color: #2E7D32;
68
+ }
69
+ .search {
70
+ display: flex;
71
+ justify-content: flex-end;
72
+ }
73
+ .search-box {
74
+ width: 440px;
75
+ height: 90px;
76
+ background: #F2F2F2;
77
+ border-radius: 44px;
78
+ display: flex;
79
+ align-items: center;
80
+ padding: 0 26px;
81
+ box-sizing: border-box;
82
+ border: 1px solid #ddd;
83
+ gap: 16px;
84
+ }
85
+ .search-placeholder {
86
+ color: #888;
87
+ font-size: 34px;
88
+ flex: 1;
89
+ }
90
+
91
+ /* Alerts */
92
+ .banner-red {
93
+ background: #d32f2f;
94
+ color: #fff;
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 18px;
98
+ padding: 20px 36px;
99
+ font-size: 34px;
100
+ font-weight: 600;
101
+ }
102
+ .banner-yellow {
103
+ background: #FFEB3B;
104
+ color: #000;
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 18px;
108
+ padding: 22px 36px;
109
+ font-size: 34px;
110
+ font-weight: 600;
111
+ }
112
+
113
+ /* Main tabs */
114
+ .nav-tabs {
115
+ background: #2E7D32;
116
+ display: flex;
117
+ align-items: center;
118
+ padding: 18px 12px;
119
+ gap: 10px;
120
+ color: #fff;
121
+ font-size: 34px;
122
+ overflow: hidden;
123
+ }
124
+ .tab-item {
125
+ padding: 22px 26px;
126
+ border-radius: 10px;
127
+ opacity: 0.95;
128
+ white-space: nowrap;
129
+ }
130
+ .tab-item.active {
131
+ background: #C62828;
132
+ }
133
+
134
+ /* Sub tabs */
135
+ .sub-tabs {
136
+ display: flex;
137
+ align-items: center;
138
+ gap: 40px;
139
+ padding: 26px 36px;
140
+ font-size: 36px;
141
+ border-bottom: 1px solid #eee;
142
+ }
143
+ .sub-tab {
144
+ padding-bottom: 20px;
145
+ border-bottom: 6px solid transparent;
146
+ color: #333;
147
+ font-weight: 700;
148
+ }
149
+ .sub-tab.active {
150
+ color: #C62828;
151
+ border-bottom-color: #C62828;
152
+ }
153
+
154
+ /* Content area */
155
+ .content {
156
+ padding: 24px 20px 0 20px;
157
+ }
158
+ .section-title {
159
+ font-size: 54px;
160
+ font-weight: 800;
161
+ color: #222;
162
+ padding: 10px 16px 26px 16px;
163
+ }
164
+
165
+ .item {
166
+ display: flex;
167
+ justify-content: space-between;
168
+ align-items: flex-start;
169
+ padding: 16px 16px 28px 16px;
170
+ border-top: 1px solid #EFEFEF;
171
+ }
172
+ .item + .item { margin-top: 6px; }
173
+ .item-info {
174
+ width: 66%;
175
+ }
176
+ .discount-pill {
177
+ display: inline-block;
178
+ background: #D32F2F;
179
+ color: #fff;
180
+ font-size: 34px;
181
+ font-weight: 800;
182
+ padding: 12px 22px;
183
+ border-radius: 14px;
184
+ margin-bottom: 16px;
185
+ }
186
+ .item-name {
187
+ font-size: 46px;
188
+ font-weight: 800;
189
+ color: #222;
190
+ margin: 8px 0 16px 0;
191
+ }
192
+ .item-desc {
193
+ font-size: 34px;
194
+ color: #555;
195
+ line-height: 1.4;
196
+ margin-bottom: 22px;
197
+ }
198
+ .price-line {
199
+ font-size: 34px;
200
+ color: #333;
201
+ }
202
+ .price-line .strike {
203
+ color: #888;
204
+ text-decoration: line-through;
205
+ margin-right: 16px;
206
+ }
207
+ .thumb {
208
+ width: 280px;
209
+ height: 280px;
210
+ background: #E0E0E0;
211
+ border: 1px solid #BDBDBD;
212
+ display: flex;
213
+ justify-content: center;
214
+ align-items: center;
215
+ color: #757575;
216
+ font-size: 28px;
217
+ border-radius: 16px;
218
+ }
219
+
220
+ /* Footer nav */
221
+ .bottom-nav {
222
+ position: absolute;
223
+ bottom: 140px;
224
+ left: 0;
225
+ width: 100%;
226
+ height: 120px;
227
+ display: flex;
228
+ align-items: center;
229
+ justify-content: space-around;
230
+ border-top: 1px solid #eee;
231
+ background: #fff;
232
+ }
233
+ .bottom-btn { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; }
234
+ .home-indicator {
235
+ position: absolute;
236
+ bottom: 60px;
237
+ left: 50%;
238
+ transform: translateX(-50%);
239
+ width: 720px;
240
+ height: 14px;
241
+ background: #111;
242
+ border-radius: 8px;
243
+ opacity: 0.85;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+
250
+ <!-- Status Bar -->
251
+ <div class="status-bar">
252
+ <div class="status-left">10:02</div>
253
+ <div class="status-right">
254
+ <!-- simple wifi icon -->
255
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
256
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-6.3-6a10 10 0 0 1 12.6 0l-1.7 1.7a7.5 7.5 0 0 0-9.2 0L5.7 12.5zm-3.2-3.3a14 14 0 0 1 18.9 0l-1.7 1.7a11.5 11.5 0 0 0-15.5 0L2.5 9.2z"/>
257
+ </svg>
258
+ <!-- battery icon -->
259
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
260
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
261
+ <rect x="4" y="9" width="12" height="6" fill="#fff"/>
262
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Header -->
268
+ <div class="header">
269
+ <div class="header-row">
270
+ <div class="location">
271
+ <svg class="icon" viewBox="0 0 24 24" fill="#757575">
272
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.2 6 12 6 12s6-6.8 6-12c0-3.3-2.7-6-6-6zm0 8.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/>
273
+ </svg>
274
+ <div class="text">
275
+ <div class="title">Hyderabad</div>
276
+ <div class="sub">Change City</div>
277
+ </div>
278
+ </div>
279
+ <div class="logo">California Pizza</div>
280
+ <div class="search">
281
+ <div class="search-box">
282
+ <div class="search-placeholder">Search</div>
283
+ <svg class="icon" viewBox="0 0 24 24" fill="#555">
284
+ <circle cx="10" cy="10" r="7" stroke="#555" stroke-width="2" fill="none"></circle>
285
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#555" stroke-width="2"></line>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Banners -->
293
+ <div class="banner-red">
294
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
295
+ <path d="M12 2 1 21h22L12 2zm0 7.5a1.5 1.5 0 0 1 1.5 1.5l-.5 5h-2l-.5-5A1.5 1.5 0 0 1 12 9.5zm0 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/>
296
+ </svg>
297
+ <span>California Pizza is closed now</span>
298
+ </div>
299
+ <div class="banner-yellow">
300
+ <svg class="icon" viewBox="0 0 24 24" fill="#000">
301
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#000" stroke-width="2"></circle>
302
+ <rect x="11" y="6" width="2" height="8" fill="#000"></rect>
303
+ <circle cx="12" cy="17" r="1.4"></circle>
304
+ </svg>
305
+ <span>Get free Pizza on your first order. Use promo freepizza</span>
306
+ </div>
307
+
308
+ <!-- Navigation Tabs -->
309
+ <div class="nav-tabs">
310
+ <div class="tab-item">Crusts</div>
311
+ <div class="tab-item">Deals</div>
312
+ <div class="tab-item active">Pizzas</div>
313
+ <div class="tab-item">Sides</div>
314
+ <div class="tab-item">Desserts</div>
315
+ <div class="tab-item">Drinks</div>
316
+ <div class="tab-item">Crazy</div>
317
+ </div>
318
+
319
+ <!-- Sub Tabs -->
320
+ <div class="sub-tabs">
321
+ <div class="sub-tab active">OVERLOAD MEATY PIZZA</div>
322
+ <div class="sub-tab">OVERLOAD CHEESY PIZZA</div>
323
+ <div class="sub-tab">CHEESY</div>
324
+ </div>
325
+
326
+ <!-- Content List -->
327
+ <div class="content">
328
+ <div class="section-title">OVERLOAD MEATY PIZZA</div>
329
+
330
+ <!-- Item 1 -->
331
+ <div class="item">
332
+ <div class="item-info">
333
+ <div class="discount-pill">27% off</div>
334
+ <div class="item-name">Arizona Cream</div>
335
+ <div class="item-desc">Made in Creamy Sauce, Chicken Tikka, Onion, Cheese</div>
336
+ <div class="price-line">from <span class="strike">Rs. 749</span> 547</div>
337
+ </div>
338
+ <div class="thumb">[IMG: Pizza Thumbnail]</div>
339
+ </div>
340
+
341
+ <!-- Item 2 -->
342
+ <div class="item">
343
+ <div class="item-info">
344
+ <div class="discount-pill">27% off</div>
345
+ <div class="item-name">Mexican Treat</div>
346
+ <div class="item-desc">Made in Garlic Mayo sauce, Chicken Tikka, Onion and Cheese</div>
347
+ <div class="price-line">from <span class="strike">Rs. 749</span> 547</div>
348
+ </div>
349
+ <div class="thumb">[IMG: Pizza Thumbnail]</div>
350
+ </div>
351
+
352
+ <!-- Item 3 -->
353
+ <div class="item">
354
+ <div class="item-info">
355
+ <div class="discount-pill">27% off</div>
356
+ <div class="item-name">Miami Beast</div>
357
+ <div class="item-desc">Made in Garlic Mayo sauce, Chicken Fajita, Green Pepper, Green Jalapeno, Onions</div>
358
+ <div class="price-line">from <span class="strike">Rs. 749</span> 547</div>
359
+ </div>
360
+ <div class="thumb">[IMG: Pizza Thumbnail]</div>
361
+ </div>
362
+
363
+ <!-- Item 4 -->
364
+ <div class="item">
365
+ <div class="item-info">
366
+ <div class="discount-pill">27% off</div>
367
+ <div class="item-name">Chicago Bulls</div>
368
+ <div class="item-desc">Made in Garlic Mayo sauce, Chicken Tikka, Onions, Mushrooms, Garlic Sauce &amp; Cheese</div>
369
+ <div class="price-line">from <span class="strike">Rs. 749</span> 547</div>
370
+ </div>
371
+ <div class="thumb">[IMG: Pizza Thumbnail]</div>
372
+ </div>
373
+ </div>
374
+
375
+ <!-- Bottom Navigation -->
376
+ <div class="bottom-nav">
377
+ <div class="bottom-btn">
378
+ <!-- menu icon -->
379
+ <svg viewBox="0 0 24 24" width="72" height="72" fill="#444">
380
+ <rect x="3" y="5" width="18" height="2"></rect>
381
+ <rect x="3" y="11" width="18" height="2"></rect>
382
+ <rect x="3" y="17" width="18" height="2"></rect>
383
+ </svg>
384
+ </div>
385
+ <div class="bottom-btn">
386
+ <!-- home icon -->
387
+ <svg viewBox="0 0 24 24" width="76" height="76" fill="#C62828">
388
+ <path d="M12 3 3 11h3v9h6v-6h3v6h6v-9h3L12 3z"/>
389
+ </svg>
390
+ </div>
391
+ <div class="bottom-btn">
392
+ <!-- history/refresh icon -->
393
+ <svg viewBox="0 0 24 24" width="74" height="74" fill="#444">
394
+ <path d="M12 5V2L7 6l5 4V7a7 7 0 1 1-7 7h2a5 5 0 1 0 5-9z"/>
395
+ </svg>
396
+ </div>
397
+ </div>
398
+ <div class="home-indicator"></div>
399
+
400
+ </div>
401
+ </body>
402
+ </html>
code/18116/18116_3.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Pizza Detail UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #fafafa;
14
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
15
+ }
16
+
17
+ /* Top 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: #1f1f1f;
25
+ font-weight: 600;
26
+ font-size: 36px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 16px; }
29
+ .status-right { display: flex; align-items: center; gap: 24px; }
30
+ .status-icon svg { width: 36px; height: 36px; fill: #616161; }
31
+
32
+ /* Header image */
33
+ .hero-img {
34
+ width: 1080px;
35
+ height: 780px;
36
+ background: #E0E0E0;
37
+ border: 1px solid #BDBDBD;
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ color: #757575;
42
+ font-size: 36px;
43
+ }
44
+
45
+ /* Back button */
46
+ .back-btn {
47
+ position: absolute;
48
+ top: 150px;
49
+ left: 36px;
50
+ width: 92px;
51
+ height: 92px;
52
+ border-radius: 46px;
53
+ background: #ffffff;
54
+ border: 1px solid rgba(0,0,0,0.08);
55
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ }
60
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke: #3d3d3d; stroke-width: 6; }
61
+
62
+ /* Content card */
63
+ .content-card {
64
+ position: relative;
65
+ margin-top: -36px;
66
+ background: #ffffff;
67
+ border-top-left-radius: 36px;
68
+ border-top-right-radius: 36px;
69
+ padding: 48px 48px 260px;
70
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
71
+ }
72
+
73
+ .title {
74
+ font-size: 54px;
75
+ font-weight: 800;
76
+ color: #1b1b1b;
77
+ margin-bottom: 24px;
78
+ }
79
+ .desc {
80
+ font-size: 32px;
81
+ line-height: 1.5;
82
+ color: #4b4b4b;
83
+ margin-bottom: 40px;
84
+ }
85
+
86
+ .price-row {
87
+ display: flex;
88
+ align-items: baseline;
89
+ gap: 20px;
90
+ margin-bottom: 28px;
91
+ }
92
+ .price-now {
93
+ font-size: 68px;
94
+ color: #d32f2f;
95
+ font-weight: 800;
96
+ }
97
+ .price-old {
98
+ font-size: 36px;
99
+ color: #9e9e9e;
100
+ text-decoration: line-through;
101
+ font-weight: 600;
102
+ }
103
+
104
+ /* Options list */
105
+ .option {
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: space-between;
109
+ padding: 28px 0;
110
+ border-bottom: 1px solid #eeeeee;
111
+ font-size: 40px;
112
+ color: #222;
113
+ }
114
+ .option-left { display: flex; align-items: center; gap: 24px; }
115
+ .radio {
116
+ width: 54px;
117
+ height: 54px;
118
+ border-radius: 27px;
119
+ border: 4px solid #d32f2f;
120
+ position: relative;
121
+ }
122
+ .radio.selected::after {
123
+ content: "";
124
+ position: absolute;
125
+ width: 26px;
126
+ height: 26px;
127
+ border-radius: 13px;
128
+ background: #d32f2f;
129
+ top: 50%;
130
+ left: 50%;
131
+ transform: translate(-50%, -50%);
132
+ }
133
+ .option-right {
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 18px;
137
+ font-size: 36px;
138
+ }
139
+ .old {
140
+ color: #9e9e9e;
141
+ text-decoration: line-through;
142
+ }
143
+ .new { color: #222; font-weight: 700; }
144
+
145
+ /* Sides section */
146
+ .sides-box {
147
+ margin-top: 36px;
148
+ border: 1px solid #e0e0e0;
149
+ border-left: 6px solid #e0e0e0;
150
+ border-radius: 16px;
151
+ padding: 24px 24px 8px;
152
+ }
153
+ .sides-title {
154
+ font-size: 36px;
155
+ font-weight: 700;
156
+ color: #1f1f1f;
157
+ }
158
+ .optional {
159
+ font-size: 30px;
160
+ color: #808080;
161
+ margin-left: 8px;
162
+ }
163
+ .side-item {
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-between;
167
+ padding: 26px 8px;
168
+ border-bottom: 1px solid #f0f0f0;
169
+ font-size: 38px;
170
+ color: #222;
171
+ }
172
+ .side-left { display: flex; align-items: center; gap: 22px; }
173
+ .checkbox {
174
+ width: 54px;
175
+ height: 54px;
176
+ border: 4px solid #d32f2f;
177
+ border-radius: 10px;
178
+ background: #fff;
179
+ }
180
+ .side-price {
181
+ font-size: 38px;
182
+ color: #424242;
183
+ font-weight: 700;
184
+ }
185
+
186
+ /* Bottom Add to Cart bar */
187
+ .cta-bar {
188
+ position: absolute;
189
+ left: 0;
190
+ right: 0;
191
+ bottom: 140px;
192
+ height: 126px;
193
+ margin: 0 48px;
194
+ background: #d32f2f;
195
+ border-radius: 24px;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ color: #fff;
200
+ font-size: 44px;
201
+ font-weight: 800;
202
+ box-shadow: 0 6px 12px rgba(211,47,47,0.35);
203
+ }
204
+
205
+ /* Bottom gesture handle */
206
+ .gesture {
207
+ position: absolute;
208
+ bottom: 32px;
209
+ left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 320px;
212
+ height: 16px;
213
+ background: #cfcfcf;
214
+ border-radius: 12px;
215
+ }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+
221
+ <!-- Status bar -->
222
+ <div class="status-bar">
223
+ <div class="status-left">
224
+ <div>10:03</div>
225
+ <div class="status-icon" aria-label="status icon">
226
+ <!-- simple download-like icon -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M12 3v10m0 0l-4-4m4 4l4-4M4 20h16" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+ <div class="status-right">
233
+ <div class="status-icon" aria-label="wifi">
234
+ <svg viewBox="0 0 24 24">
235
+ <path d="M3 8c4.418-3.333 13.582-3.333 18 0M5.5 11.5c3.143-2.373 9.857-2.373 13 0M8 15c2.238-1.692 5.762-1.692 8 0M12 19.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z" fill="#616161"/>
236
+ </svg>
237
+ </div>
238
+ <div class="status-icon" aria-label="battery">
239
+ <svg viewBox="0 0 28 18">
240
+ <rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#616161" fill="none" stroke-width="2"></rect>
241
+ <rect x="3" y="5" width="14" height="8" fill="#616161"></rect>
242
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#616161"></rect>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Pizza image -->
249
+ <div class="hero-img">[IMG: Pizza in pan]</div>
250
+
251
+ <!-- Back button -->
252
+ <div class="back-btn" aria-label="Back">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M15 6l-6 6 6 6" />
255
+ </svg>
256
+ </div>
257
+
258
+ <!-- Content -->
259
+ <div class="content-card">
260
+ <div class="title">Miami Beast</div>
261
+ <div class="desc">
262
+ Made in Garlic Mayo sauce, Chicken Fajita, Green Pepper, Green Jalapeno, Onions & Cheese
263
+ </div>
264
+
265
+ <div class="price-row">
266
+ <div class="price-now">Rs. 547</div>
267
+ <div class="price-old">Rs. 749</div>
268
+ </div>
269
+
270
+ <!-- Size options -->
271
+ <div class="option">
272
+ <div class="option-left">
273
+ <div class="radio selected"></div>
274
+ <div>Small Pizza</div>
275
+ </div>
276
+ <div class="option-right">
277
+ <div class="old">Rs. 749</div>
278
+ <div class="new">Rs. 547</div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="option">
283
+ <div class="option-left">
284
+ <div class="radio"></div>
285
+ <div>Regular Pizza</div>
286
+ </div>
287
+ <div class="option-right">
288
+ <div class="old">Rs. 1799</div>
289
+ <div class="new">Rs. 1169</div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="option">
294
+ <div class="option-left">
295
+ <div class="radio"></div>
296
+ <div>Large Pizza</div>
297
+ </div>
298
+ <div class="option-right">
299
+ <div class="old">Rs. 2499</div>
300
+ <div class="new">Rs. 1749</div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="option" style="border-bottom:none;">
305
+ <div class="option-left">
306
+ <div class="radio"></div>
307
+ <div>Jumbo Pizza</div>
308
+ </div>
309
+ <div class="option-right">
310
+ <div class="old">Rs. 3599</div>
311
+ <div class="new">Rs. 2699</div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Sides -->
316
+ <div class="sides-box">
317
+ <div class="sides-title">
318
+ Choose your sides <span class="optional">(optional)</span>
319
+ </div>
320
+
321
+ <div class="side-item">
322
+ <div class="side-left">
323
+ <div class="checkbox"></div>
324
+ <div>9 pc hotshots</div>
325
+ </div>
326
+ <div class="side-price">Rs. 499</div>
327
+ </div>
328
+
329
+ <div class="side-item">
330
+ <div class="side-left">
331
+ <div class="checkbox"></div>
332
+ <div>Wrap 6 inch</div>
333
+ </div>
334
+ <div class="side-price">Rs. 399</div>
335
+ </div>
336
+
337
+ <div class="side-item" style="border-bottom:none;">
338
+ <div class="side-left">
339
+ <div class="checkbox"></div>
340
+ <div>2 pc garlic bread</div>
341
+ </div>
342
+ <div class="side-price">Rs. 249</div>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- CTA -->
348
+ <div class="cta-bar">Add to Cart - Rs. 547</div>
349
+
350
+ <!-- Bottom gesture handle -->
351
+ <div class="gesture"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/18118/18118_0.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ border-radius: 24px;
13
+ /* dark feather-like wallpaper using layered gradients */
14
+ background:
15
+ radial-gradient(1200px 1400px at 20% 10%, rgba(80,80,80,0.25), transparent 70%),
16
+ radial-gradient(1000px 1200px at 80% 40%, rgba(70,70,70,0.35), transparent 75%),
17
+ repeating-linear-gradient(120deg, #1b1b1b 0px, #212121 18px, #151515 36px);
18
+ color: #fff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .statusbar { position: absolute; top: 0; left: 0; width: 100%; height: 110px; }
23
+ .time { position: absolute; left: 36px; top: 26px; font-size: 44px; letter-spacing: 0.5px; opacity: 0.95; }
24
+ .status-icons { position: absolute; right: 32px; top: 30px; display: flex; gap: 28px; align-items: center; }
25
+
26
+ /* Date & weather */
27
+ .date { position: absolute; left: 72px; top: 180px; font-size: 64px; font-weight: 500; letter-spacing: 0.3px; }
28
+ .weather { position: absolute; left: 72px; top: 270px; display: flex; align-items: center; gap: 16px; font-size: 38px; opacity: 0.9; }
29
+
30
+ /* App grid */
31
+ .apps { position: absolute; left: 0; top: 1500px; width: 100%; display: flex; justify-content: space-around; padding: 0 40px; }
32
+ .app { width: 210px; text-align: center; }
33
+ .circle {
34
+ width: 170px; height: 170px; border-radius: 50%;
35
+ background: #fff; margin: 0 auto;
36
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
37
+ display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .label { margin-top: 26px; font-size: 36px; opacity: 0.95; }
40
+
41
+ /* Dock */
42
+ .dock { position: absolute; left: 0; top: 1820px; width: 100%; display: flex; justify-content: space-around; padding: 0 120px; }
43
+ .dock .circle { width: 160px; height: 160px; }
44
+
45
+ /* Search bar */
46
+ .searchbar {
47
+ position: absolute; left: 60px; top: 2050px;
48
+ width: 960px; height: 140px; border-radius: 100px;
49
+ background: #2f2f2f; border: 2px solid #3a3a3a;
50
+ box-shadow: 0 14px 40px rgba(0,0,0,0.5);
51
+ display: flex; align-items: center; padding: 0 28px; gap: 24px;
52
+ }
53
+ .searchbar .chip {
54
+ width: 70px; height: 70px; border-radius: 50%;
55
+ background: #202020; border: 1px solid #4a4a4a;
56
+ display: flex; align-items: center; justify-content: center; color: #fff;
57
+ }
58
+ .search-placeholder { flex: 1; color: #bdbdbd; font-size: 34px; }
59
+ .searchbar .tool { width: 76px; height: 76px; border-radius: 18px; background: #202020; border: 1px solid #4a4a4a; display: flex; align-items: center; justify-content: center; }
60
+
61
+ /* Home indicator */
62
+ .home-pill {
63
+ position: absolute; left: 270px; top: 2356px;
64
+ width: 540px; height: 14px; border-radius: 10px;
65
+ background: rgba(255,255,255,0.55);
66
+ }
67
+
68
+ /* Utility colors */
69
+ .g-red { fill: #ea4335; }
70
+ .g-blue { fill: #4285f4; }
71
+ .g-green { fill: #34a853; }
72
+ .g-yellow { fill: #fbbc05; }
73
+ </style>
74
+ </head>
75
+ <body>
76
+ <div id="render-target">
77
+
78
+ <!-- Status Bar -->
79
+ <div class="statusbar">
80
+ <div class="time">1:03</div>
81
+ <div class="status-icons">
82
+ <!-- Wi-Fi icon -->
83
+ <svg width="48" height="48" viewBox="0 0 48 48">
84
+ <g fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round">
85
+ <path d="M7 19c8-7 26-7 34 0"/>
86
+ <path d="M12 25c6-5 18-5 24 0"/>
87
+ <path d="M18 31c4-3 8-3 12 0"/>
88
+ <circle cx="24" cy="36" r="2" fill="#ffffff" stroke="none"/>
89
+ </g>
90
+ </svg>
91
+ <!-- Battery icon -->
92
+ <svg width="56" height="48" viewBox="0 0 56 48">
93
+ <rect x="4" y="10" width="42" height="24" rx="3" fill="none" stroke="#ffffff" stroke-width="3"/>
94
+ <rect x="8" y="14" width="30" height="16" rx="2" fill="#ffffff"/>
95
+ <rect x="48" y="16" width="4" height="12" rx="1" fill="#ffffff"/>
96
+ </svg>
97
+ </div>
98
+ </div>
99
+
100
+ <!-- Date and Weather -->
101
+ <div class="date">Tue, Jul 25</div>
102
+ <div class="weather">
103
+ <span>🌧️</span>
104
+ <span>32°C</span>
105
+ </div>
106
+
107
+ <!-- App Grid -->
108
+ <div class="apps">
109
+ <!-- Play Store -->
110
+ <div class="app">
111
+ <div class="circle">
112
+ <svg width="112" height="112" viewBox="0 0 112 112">
113
+ <!-- simplified Google Play logo made of colorful wedges -->
114
+ <polygon points="18,20 88,56 18,92" class="g-blue"/>
115
+ <polygon points="32,36 54,56 32,76" class="g-green"/>
116
+ <polygon points="54,56 84,42 84,70" class="g-yellow"/>
117
+ <polygon points="18,20 32,36 18,48" class="g-red"/>
118
+ </svg>
119
+ </div>
120
+ <div class="label">Play Store</div>
121
+ </div>
122
+
123
+ <!-- Gmail -->
124
+ <div class="app">
125
+ <div class="circle">
126
+ <svg width="120" height="120" viewBox="0 0 120 120">
127
+ <rect x="18" y="30" width="84" height="60" rx="10" fill="#ffffff" stroke="#dcdcdc" stroke-width="3"/>
128
+ <!-- M outline using Google colors -->
129
+ <path d="M24 36 L60 62 L96 36" stroke="#ea4335" stroke-width="12" fill="none" stroke-linecap="round"/>
130
+ <path d="M24 36 L24 90" stroke="#34a853" stroke-width="12" stroke-linecap="round"/>
131
+ <path d="M96 36 L96 90" stroke="#4285f4" stroke-width="12" stroke-linecap="round"/>
132
+ <path d="M60 62 L60 90" stroke="#fbbc05" stroke-width="12" stroke-linecap="round"/>
133
+ </svg>
134
+ </div>
135
+ <div class="label">Gmail</div>
136
+ </div>
137
+
138
+ <!-- Photos -->
139
+ <div class="app">
140
+ <div class="circle">
141
+ <svg width="120" height="120" viewBox="0 0 120 120">
142
+ <circle cx="60" cy="40" r="22" class="g-red"/>
143
+ <circle cx="80" cy="60" r="22" class="g-yellow"/>
144
+ <circle cx="40" cy="60" r="22" class="g-blue"/>
145
+ <circle cx="60" cy="80" r="22" class="g-green"/>
146
+ </svg>
147
+ </div>
148
+ <div class="label">Photos</div>
149
+ </div>
150
+
151
+ <!-- YouTube -->
152
+ <div class="app">
153
+ <div class="circle">
154
+ <svg width="120" height="120" viewBox="0 0 120 120">
155
+ <rect x="24" y="40" width="72" height="40" rx="10" fill="#ff0000"/>
156
+ <polygon points="54,50 54,70 74,60" fill="#ffffff"/>
157
+ </svg>
158
+ </div>
159
+ <div class="label">YouTube</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Dock -->
164
+ <div class="dock">
165
+ <!-- Phone -->
166
+ <div class="circle">
167
+ <svg width="120" height="120" viewBox="0 0 120 120">
168
+ <circle cx="60" cy="60" r="48" fill="#1e88e5"/>
169
+ <path d="M44 42c6 14 20 26 34 34l10-10c2-2 2-5-1-7l-12-6c-3-2-6 0-7 3l-1 3c-5-3-9-7-12-12l3-1c3-1 5-4 3-7l-6-12c-2-3-5-3-7-1l-10 10z"
170
+ fill="#ffffff"/>
171
+ </svg>
172
+ </div>
173
+
174
+ <!-- Messages -->
175
+ <div class="circle">
176
+ <svg width="120" height="120" viewBox="0 0 120 120">
177
+ <rect x="26" y="30" width="68" height="48" rx="12" fill="#1e73ff"/>
178
+ <rect x="34" y="38" width="52" height="12" rx="6" fill="#ffffff" opacity="0.9"/>
179
+ <rect x="34" y="54" width="40" height="10" rx="5" fill="#ffffff" opacity="0.9"/>
180
+ <path d="M40 86 L54 72 H88 V86 Z" fill="#1e73ff"/>
181
+ </svg>
182
+ </div>
183
+
184
+ <!-- Chrome -->
185
+ <div class="circle">
186
+ <svg width="120" height="120" viewBox="0 0 120 120">
187
+ <circle cx="60" cy="60" r="50" fill="#4285f4"/>
188
+ <path d="M60 10 A50 50 0 0 1 110 60 L60 60 Z" fill="#ea4335"/>
189
+ <path d="M60 10 A50 50 0 0 0 10 60 L60 60 Z" fill="#fbbc05"/>
190
+ <path d="M10 60 A50 50 0 0 0 60 110 L60 60 Z" fill="#34a853"/>
191
+ <circle cx="60" cy="60" r="24" fill="#ffffff"/>
192
+ <circle cx="60" cy="60" r="14" fill="#4285f4"/>
193
+ </svg>
194
+ </div>
195
+
196
+ <!-- Camera -->
197
+ <div class="circle">
198
+ <svg width="120" height="120" viewBox="0 0 120 120">
199
+ <rect x="26" y="40" width="68" height="44" rx="8" fill="#616161"/>
200
+ <rect x="42" y="30" width="36" height="14" rx="6" fill="#757575"/>
201
+ <circle cx="60" cy="62" r="16" fill="#90caf9"/>
202
+ <circle cx="60" cy="62" r="9" fill="#1976d2"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Search bar -->
208
+ <div class="searchbar">
209
+ <div class="chip">
210
+ <!-- stylized Google "G" -->
211
+ <svg width="44" height="44" viewBox="0 0 44 44">
212
+ <path d="M22 8c7 0 12 5 12 12 0 1 0 2 0 3H22v-7h14" fill="none" stroke="#4285f4" stroke-width="4"/>
213
+ <path d="M22 8c-5 0-9 4-9 9s4 9 9 9" fill="none" stroke="#34a853" stroke-width="4"/>
214
+ <path d="M13 26c2 5 7 8 12 8" fill="none" stroke="#fbbc05" stroke-width="4"/>
215
+ <path d="M25 34c4 0 8-3 10-6" fill="none" stroke="#ea4335" stroke-width="4"/>
216
+ </svg>
217
+ </div>
218
+ <div class="search-placeholder">Search</div>
219
+ <div class="tool">
220
+ <!-- Microphone -->
221
+ <svg width="46" height="46" viewBox="0 0 46 46">
222
+ <rect x="18" y="8" width="10" height="18" rx="5" fill="#ff5252"/>
223
+ <path d="M13 20c0 6 4 10 10 10s10-4 10-10" fill="none" stroke="#ffffff" stroke-width="3"/>
224
+ <path d="M23 30v6" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/>
225
+ <path d="M17 36h12" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ <div class="tool">
229
+ <!-- Camera/Lens -->
230
+ <svg width="46" height="46" viewBox="0 0 46 46">
231
+ <rect x="8" y="12" width="30" height="22" rx="6" fill="#4a6cff"/>
232
+ <circle cx="23" cy="23" r="7" fill="#ffffff"/>
233
+ <circle cx="23" cy="23" r="4" fill="#4a6cff"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Home gesture pill -->
239
+ <div class="home-pill"></div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/18118/18118_1.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Explore UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f0f0f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #111;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ font-size: 44px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-bar .right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 28px;
36
+ }
37
+ .status-icon svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 6px; }
38
+
39
+ /* Header mint area */
40
+ .header {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 700px;
46
+ background: #79e5c6;
47
+ padding: 60px 60px 40px 60px;
48
+ box-sizing: border-box;
49
+ }
50
+ .header h1 {
51
+ margin: 0;
52
+ font-size: 96px;
53
+ font-weight: 800;
54
+ color: #111;
55
+ }
56
+ .header .top-right {
57
+ position: absolute;
58
+ top: 60px;
59
+ right: 60px;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 36px;
63
+ }
64
+ .avatar {
65
+ width: 96px;
66
+ height: 96px;
67
+ border-radius: 50%;
68
+ overflow: hidden;
69
+ border: 4px solid rgba(0,0,0,0.15);
70
+ background: #E0E0E0;
71
+ display: flex; align-items: center; justify-content: center;
72
+ color: #757575; font-size: 22px;
73
+ }
74
+ .cart-icon svg { width: 60px; height: 60px; stroke: #111; stroke-width: 10px; fill: none; }
75
+
76
+ .pill-grid {
77
+ margin-top: 50px;
78
+ display: grid;
79
+ grid-template-columns: 1fr 1fr;
80
+ grid-column-gap: 40px;
81
+ grid-row-gap: 30px;
82
+ }
83
+ .pill {
84
+ background: #ffffff;
85
+ color: #111;
86
+ height: 150px;
87
+ border-radius: 80px;
88
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
89
+ display: flex;
90
+ align-items: center;
91
+ padding: 0 50px;
92
+ font-size: 48px;
93
+ font-weight: 700;
94
+ }
95
+ .pill svg {
96
+ width: 64px; height: 64px; margin-right: 28px; stroke: #111; stroke-width: 8px; fill: none;
97
+ }
98
+
99
+ /* Discover card */
100
+ .discover-card {
101
+ position: absolute;
102
+ top: 820px;
103
+ left: 45px;
104
+ width: 990px;
105
+ height: 560px;
106
+ background: #1c1c1c;
107
+ border-radius: 16px;
108
+ display: flex;
109
+ flex-direction: column;
110
+ align-items: center;
111
+ justify-content: center;
112
+ text-align: center;
113
+ box-sizing: border-box;
114
+ }
115
+ .discover-card .title1 {
116
+ font-size: 80px;
117
+ font-weight: 800;
118
+ margin: 0;
119
+ }
120
+ .discover-card .title2 {
121
+ font-size: 96px;
122
+ font-weight: 800;
123
+ margin: 20px 0 40px;
124
+ }
125
+ .discover-card .cta {
126
+ height: 120px;
127
+ padding: 0 80px;
128
+ border: 4px solid #cfcfcf;
129
+ border-radius: 70px;
130
+ font-size: 46px;
131
+ font-weight: 700;
132
+ display: inline-flex;
133
+ align-items: center;
134
+ color: #fff;
135
+ }
136
+
137
+ /* Recommendations section */
138
+ .section {
139
+ position: absolute;
140
+ top: 1410px;
141
+ left: 45px;
142
+ width: 990px;
143
+ color: #fff;
144
+ }
145
+ .section .heading {
146
+ font-size: 80px;
147
+ font-weight: 800;
148
+ margin: 0 0 20px 0;
149
+ }
150
+ .section .subheading {
151
+ font-size: 46px;
152
+ color: #cfcfcf;
153
+ margin-bottom: 30px;
154
+ }
155
+
156
+ .image-row {
157
+ display: grid;
158
+ grid-template-columns: 1fr 0.9fr;
159
+ grid-gap: 30px;
160
+ }
161
+ .img-card {
162
+ position: relative;
163
+ height: 640px;
164
+ background: #E0E0E0;
165
+ border: 1px solid #BDBDBD;
166
+ border-radius: 16px;
167
+ display: flex; align-items: center; justify-content: center;
168
+ color: #757575; font-size: 36px;
169
+ overflow: hidden;
170
+ }
171
+ .heart-overlay {
172
+ position: absolute;
173
+ top: 30px;
174
+ right: 30px;
175
+ width: 120px;
176
+ height: 120px;
177
+ background: #ffffff;
178
+ border-radius: 60px;
179
+ display: flex; align-items: center; justify-content: center;
180
+ box-shadow: 0 6px 12px rgba(0,0,0,0.18);
181
+ }
182
+ .heart-overlay svg { width: 64px; height: 64px; stroke: #111; stroke-width: 10px; fill: none; }
183
+
184
+ /* Bottom navigation */
185
+ .bottom-nav {
186
+ position: absolute;
187
+ bottom: 140px;
188
+ left: 0;
189
+ width: 1080px;
190
+ height: 180px;
191
+ background: #141414;
192
+ border-top: 1px solid #2a2a2a;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: space-around;
196
+ color: #cfcfcf;
197
+ }
198
+ .nav-item {
199
+ width: 170px;
200
+ height: 150px;
201
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
202
+ font-size: 38px;
203
+ font-weight: 700;
204
+ gap: 12px;
205
+ }
206
+ .nav-item svg { width: 64px; height: 64px; stroke: #cfcfcf; stroke-width: 8px; fill: none; }
207
+ .nav-item.active svg { stroke: #79e5c6; }
208
+ .nav-item.active { color: #ffffff; }
209
+ .active-indicator {
210
+ position: absolute;
211
+ bottom: 320px;
212
+ left: 20px;
213
+ width: 210px;
214
+ height: 12px;
215
+ background: #79e5c6;
216
+ border-radius: 6px;
217
+ }
218
+
219
+ /* Home indicator bar */
220
+ .home-indicator {
221
+ position: absolute;
222
+ bottom: 60px;
223
+ left: 50%;
224
+ transform: translateX(-50%);
225
+ width: 520px;
226
+ height: 16px;
227
+ background: #cfcfcf;
228
+ border-radius: 10px;
229
+ opacity: 0.6;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Status bar -->
237
+ <div class="status-bar">
238
+ <div>1:08</div>
239
+ <div class="right">
240
+ <div class="status-icon">
241
+ <!-- WiFi -->
242
+ <svg viewBox="0 0 64 64">
243
+ <path d="M6 22c10-8 42-8 52 0" />
244
+ <path d="M14 32c7-6 29-6 36 0" />
245
+ <path d="M24 42c4-4 12-4 16 0" />
246
+ <circle cx="32" cy="50" r="2" />
247
+ </svg>
248
+ </div>
249
+ <div class="status-icon">
250
+ <!-- Battery -->
251
+ <svg viewBox="0 0 64 64">
252
+ <rect x="6" y="18" width="44" height="28" rx="4" />
253
+ <rect x="52" y="24" width="6" height="16" rx="2" />
254
+ <rect x="10" y="22" width="36" height="20" fill="#fff" stroke="none"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Header mint area -->
261
+ <div class="header">
262
+ <div class="top-right">
263
+ <div class="avatar">[IMG: Avatar]</div>
264
+ <div class="cart-icon">
265
+ <svg viewBox="0 0 64 64">
266
+ <path d="M6 14h10l6 30h26l6-20H20" />
267
+ <circle cx="26" cy="52" r="4" />
268
+ <circle cx="46" cy="52" r="4" />
269
+ </svg>
270
+ </div>
271
+ </div>
272
+
273
+ <h1>Explore</h1>
274
+
275
+ <div class="pill-grid">
276
+ <div class="pill">
277
+ <svg viewBox="0 0 64 64">
278
+ <rect x="6" y="30" width="40" height="18" rx="4"/>
279
+ <rect x="6" y="22" width="40" height="6" rx="2"/>
280
+ <rect x="48" y="30" width="10" height="18" rx="3"/>
281
+ </svg>
282
+ <span>Hotels</span>
283
+ </div>
284
+ <div class="pill">
285
+ <svg viewBox="0 0 64 64">
286
+ <rect x="10" y="14" width="44" height="36" rx="6"/>
287
+ <circle cx="18" cy="32" r="2"/>
288
+ <circle cx="46" cy="32" r="2"/>
289
+ <path d="M10 24c2-2 2-4 0-6M54 24c-2-2-2-4 0-6"/>
290
+ </svg>
291
+ <span>Things to do</span>
292
+ </div>
293
+ <div class="pill">
294
+ <svg viewBox="0 0 64 64">
295
+ <path d="M20 14v36M30 14v20" />
296
+ <path d="M44 14c0 10-10 10-10 0M44 50V14" />
297
+ </svg>
298
+ <span>Restaurants</span>
299
+ </div>
300
+ <div class="pill">
301
+ <svg viewBox="0 0 64 64">
302
+ <rect x="8" y="12" width="48" height="34" rx="6"/>
303
+ <path d="M20 46l8 10v-10" />
304
+ </svg>
305
+ <span>Forums</span>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Discover card -->
311
+ <div class="discover-card">
312
+ <div class="title1">Discover more in</div>
313
+ <div class="title2">Agra</div>
314
+ <div class="cta">Keep exploring</div>
315
+ </div>
316
+
317
+ <!-- Recommendations -->
318
+ <div class="section">
319
+ <div class="heading">You might like these</div>
320
+ <div class="subheading">More things to do in Agra</div>
321
+
322
+ <div class="image-row">
323
+ <div class="img-card">
324
+ [IMG: Red Fort Building]
325
+ <div class="heart-overlay">
326
+ <svg viewBox="0 0 64 64">
327
+ <path d="M32 54s-20-12-20-26c0-12 14-12 20-2 6-10 20-10 20 2 0 14-20 26-20 26z"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ <div class="img-card">[IMG: Marble Mausoleum]</div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Active indicator above nav (mint line under Explore tab) -->
336
+ <div class="active-indicator"></div>
337
+
338
+ <!-- Bottom navigation -->
339
+ <div class="bottom-nav">
340
+ <div class="nav-item active">
341
+ <svg viewBox="0 0 64 64">
342
+ <path d="M6 30L32 10l26 20v24H42V40H22v14H6z"/>
343
+ </svg>
344
+ <div>Explore</div>
345
+ </div>
346
+ <div class="nav-item">
347
+ <svg viewBox="0 0 64 64">
348
+ <circle cx="28" cy="28" r="16"/>
349
+ <path d="M42 42l14 14"/>
350
+ </svg>
351
+ <div>Search</div>
352
+ </div>
353
+ <div class="nav-item">
354
+ <svg viewBox="0 0 64 64">
355
+ <path d="M32 54s-20-12-20-26c0-10 8-16 16-12 4 2 4 6 4 6s0-4 4-6c8-4 16 2 16 12 0 14-20 26-20 26z"/>
356
+ </svg>
357
+ <div>Plan</div>
358
+ </div>
359
+ <div class="nav-item">
360
+ <svg viewBox="0 0 64 64">
361
+ <path d="M10 46l34-28 10 10-34 28H10v-10z"/>
362
+ <path d="M44 18l6 6"/>
363
+ </svg>
364
+ <div>Review</div>
365
+ </div>
366
+ <div class="nav-item">
367
+ <svg viewBox="0 0 64 64">
368
+ <circle cx="32" cy="22" r="12"/>
369
+ <path d="M10 54c6-16 38-16 44 0"/>
370
+ </svg>
371
+ <div>Account</div>
372
+ </div>
373
+ </div>
374
+
375
+ <!-- Home indicator bar -->
376
+ <div class="home-indicator"></div>
377
+
378
+ </div>
379
+ </body>
380
+ </html>
code/18118/18118_2.html ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #111316;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 32px;
21
+ right: 32px;
22
+ height: 60px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #fff;
27
+ opacity: 0.95;
28
+ font-weight: 600;
29
+ font-size: 36px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ gap: 22px;
34
+ align-items: center;
35
+ }
36
+ .icon { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 3; }
37
+
38
+ /* Page title */
39
+ .page-title {
40
+ position: absolute;
41
+ top: 110px;
42
+ left: 48px;
43
+ font-size: 96px;
44
+ font-weight: 800;
45
+ letter-spacing: 0.5px;
46
+ }
47
+
48
+ /* Search bar */
49
+ .search-bar {
50
+ position: absolute;
51
+ top: 240px;
52
+ left: 48px;
53
+ width: 984px;
54
+ height: 110px;
55
+ background: #2a2d31;
56
+ border-radius: 70px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 40px;
60
+ box-sizing: border-box;
61
+ }
62
+ .search-bar svg { width: 46px; height: 46px; stroke: #cfcfcf; }
63
+ .search-placeholder {
64
+ margin-left: 24px;
65
+ color: #bfbfbf;
66
+ font-size: 44px;
67
+ font-weight: 600;
68
+ }
69
+
70
+ /* Section heading */
71
+ .section-title {
72
+ position: absolute;
73
+ top: 392px;
74
+ left: 48px;
75
+ font-size: 72px;
76
+ font-weight: 800;
77
+ }
78
+
79
+ /* Cards grid */
80
+ .cards-row {
81
+ position: absolute;
82
+ top: 500px;
83
+ left: 48px;
84
+ right: 48px;
85
+ display: flex;
86
+ gap: 36px;
87
+ }
88
+ .card {
89
+ width: 640px;
90
+ }
91
+ .card.small { width: 380px; }
92
+ .image-wrap {
93
+ position: relative;
94
+ width: 100%;
95
+ height: 640px;
96
+ border-radius: 8px;
97
+ overflow: hidden;
98
+ }
99
+ .image {
100
+ width: 100%;
101
+ height: 100%;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ color: #575757;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ font-weight: 700;
109
+ font-size: 40px;
110
+ text-align: center;
111
+ }
112
+ .heart-badge {
113
+ position: absolute;
114
+ top: 22px;
115
+ right: 22px;
116
+ width: 96px;
117
+ height: 96px;
118
+ background: #fff;
119
+ border-radius: 48px;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ }
124
+ .heart-badge svg { width: 54px; height: 54px; stroke: #111316; }
125
+ .card-title {
126
+ margin-top: 28px;
127
+ font-size: 48px;
128
+ line-height: 58px;
129
+ font-weight: 800;
130
+ }
131
+ .rating-row {
132
+ margin-top: 18px;
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 10px;
136
+ }
137
+ .dot {
138
+ width: 24px;
139
+ height: 24px;
140
+ border-radius: 50%;
141
+ background: #2ECC71;
142
+ }
143
+ .review-count {
144
+ color: #bfbfbf;
145
+ font-size: 34px;
146
+ margin-left: 10px;
147
+ }
148
+ .subtext {
149
+ margin-top: 14px;
150
+ font-size: 38px;
151
+ color: #cfcfcf;
152
+ }
153
+ .price {
154
+ margin-top: 18px;
155
+ font-size: 40px;
156
+ color: #fff;
157
+ line-height: 54px;
158
+ }
159
+
160
+ /* Right card text truncation feel */
161
+ .card.small .card-title { font-size: 44px; line-height: 54px; }
162
+
163
+ /* Attractions nearby */
164
+ .section-title.secondary {
165
+ top: 1370px;
166
+ }
167
+ .see-all {
168
+ position: absolute;
169
+ top: 1388px;
170
+ right: 48px;
171
+ font-size: 46px;
172
+ color: #d6d6d6;
173
+ text-decoration: underline;
174
+ font-weight: 700;
175
+ }
176
+ .attraction-row {
177
+ position: absolute;
178
+ top: 1460px;
179
+ left: 48px;
180
+ right: 48px;
181
+ display: flex;
182
+ align-items: flex-start;
183
+ gap: 36px;
184
+ }
185
+ .attraction-card {
186
+ width: 300px;
187
+ }
188
+ .attraction-img-wrap {
189
+ position: relative;
190
+ width: 300px;
191
+ height: 300px;
192
+ border-radius: 10px;
193
+ overflow: hidden;
194
+ }
195
+ .attraction-img {
196
+ width: 100%;
197
+ height: 100%;
198
+ background: #E0E0E0;
199
+ border: 1px solid #BDBDBD;
200
+ color: #575757;
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: center;
204
+ font-weight: 700;
205
+ font-size: 34px;
206
+ text-align: center;
207
+ }
208
+ .heart-badge.small {
209
+ width: 88px;
210
+ height: 88px;
211
+ top: 18px;
212
+ right: 18px;
213
+ }
214
+ .attraction-info {
215
+ flex: 1;
216
+ padding-top: 8px;
217
+ }
218
+ .attraction-title {
219
+ font-size: 52px;
220
+ font-weight: 800;
221
+ margin-bottom: 12px;
222
+ }
223
+ .rating-with-count {
224
+ display: flex;
225
+ align-items: center;
226
+ gap: 14px;
227
+ margin-bottom: 18px;
228
+ }
229
+ .rating-with-count .dot { width: 24px; height: 24px; }
230
+ .count-num { color: #cfcfcf; font-size: 38px; }
231
+ .distance {
232
+ position: absolute;
233
+ right: 48px;
234
+ top: 1600px;
235
+ font-size: 38px;
236
+ color: #cfcfcf;
237
+ }
238
+ .categories {
239
+ font-size: 40px;
240
+ color: #cfcfcf;
241
+ }
242
+
243
+ /* Bottom navigation */
244
+ .nav-bar {
245
+ position: absolute;
246
+ bottom: 140px;
247
+ left: 0;
248
+ width: 100%;
249
+ height: 230px;
250
+ background: #0f1114;
251
+ border-top: 1px solid #22262b;
252
+ display: flex;
253
+ justify-content: space-around;
254
+ align-items: center;
255
+ }
256
+ .nav-item {
257
+ width: 180px;
258
+ text-align: center;
259
+ color: #cfcfcf;
260
+ font-size: 34px;
261
+ }
262
+ .nav-item svg { width: 64px; height: 64px; margin-bottom: 14px; stroke: #cfcfcf; }
263
+ .nav-item.active { color: #2ECC71; }
264
+ .nav-item.active svg { stroke: #2ECC71; }
265
+ .active-bar {
266
+ position: absolute;
267
+ bottom: 370px;
268
+ left: 216px; /* roughly under the Search item */
269
+ width: 180px;
270
+ height: 12px;
271
+ background: #2ECC71;
272
+ border-radius: 8px;
273
+ }
274
+
275
+ /* Home indicator */
276
+ .home-indicator {
277
+ position: absolute;
278
+ bottom: 52px;
279
+ left: 50%;
280
+ transform: translateX(-50%);
281
+ width: 360px;
282
+ height: 16px;
283
+ background: #d9d9d9;
284
+ border-radius: 8px;
285
+ opacity: 0.85;
286
+ }
287
+ </style>
288
+ </head>
289
+ <body>
290
+ <div id="render-target">
291
+
292
+ <!-- Status bar -->
293
+ <div class="status-bar">
294
+ <div>1:09</div>
295
+ <div class="status-icons">
296
+ <!-- WiFi -->
297
+ <svg class="icon" viewBox="0 0 24 24">
298
+ <path d="M2 9c5-4 15-4 20 0"/>
299
+ <path d="M5 12c3-3 11-3 14 0"/>
300
+ <path d="M8 15c2-2 6-2 8 0"/>
301
+ <circle cx="12" cy="18" r="1.8" fill="#fff" stroke="none"></circle>
302
+ </svg>
303
+ <!-- Battery -->
304
+ <svg class="icon" viewBox="0 0 26 24">
305
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
306
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
307
+ <rect x="21" y="10" width="3" height="4" rx="1"></rect>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Page Title -->
313
+ <div class="page-title">Search</div>
314
+
315
+ <!-- Search bar -->
316
+ <div class="search-bar">
317
+ <svg viewBox="0 0 24 24">
318
+ <circle cx="11" cy="11" r="7" fill="none" stroke-width="2.5"></circle>
319
+ <path d="M20 20l-4.5-4.5" stroke-width="2.5"></path>
320
+ </svg>
321
+ <div class="search-placeholder">Where to?</div>
322
+ </div>
323
+
324
+ <!-- Nearby experiences -->
325
+ <div class="section-title">Nearby experiences</div>
326
+
327
+ <div class="cards-row">
328
+ <!-- Left Card -->
329
+ <div class="card">
330
+ <div class="image-wrap">
331
+ <div class="image">[IMG: Akshardham Temple - Grand complex with crowd]</div>
332
+ <div class="heart-badge">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M12 21s-7-4.8-9.2-8.4c-2-3.3.4-7.2 4.2-7.2 2.1 0 3.5 1.2 5 3 1.5-1.8 2.9-3 5-3 3.8 0 6.2 3.9 4.2 7.2C19 16.2 12 21 12 21z" fill="none" stroke-width="2.4"></path>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ <div class="card-title">Old and New Delhi Private Full Day Tour with Akshardham Temple</div>
339
+ <div class="rating-row">
340
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
341
+ <div class="review-count">2</div>
342
+ </div>
343
+ <div class="subtext">Full-day Tours</div>
344
+ <div class="price">from $50.00 per adult (price varies by group size)</div>
345
+ </div>
346
+
347
+ <!-- Right Card -->
348
+ <div class="card small">
349
+ <div class="image-wrap">
350
+ <div class="image">[IMG: Bird Sanctuary wetlands with ducks]</div>
351
+ </div>
352
+ <div class="card-title">Sultanpur Bird Sanctuary Near Delhi</div>
353
+ <div class="subtext">Bus Tours</div>
354
+ <div class="price">from $60.00 per adult (price varies by group size)</div>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Attractions nearby -->
359
+ <div class="section-title secondary">Attractions nearby</div>
360
+ <div class="see-all">See all</div>
361
+
362
+ <div class="attraction-row">
363
+ <div class="attraction-card">
364
+ <div class="attraction-img-wrap">
365
+ <div class="attraction-img">[IMG: Taj Mahal close-up]</div>
366
+ <div class="heart-badge small">
367
+ <svg viewBox="0 0 24 24">
368
+ <path d="M12 21s-7-4.8-9.2-8.4c-2-3.3.4-7.2 4.2-7.2 2.1 0 3.5 1.2 5 3 1.5-1.8 2.9-3 5-3 3.8 0 6.2 3.9 4.2 7.2C19 16.2 12 21 12 21z" fill="none" stroke="#111316" stroke-width="2.4"></path>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+ </div>
373
+ <div class="attraction-info">
374
+ <div class="attraction-title">Travel Friend</div>
375
+ <div class="rating-with-count">
376
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
377
+ <div class="count-num">204</div>
378
+ </div>
379
+ <div class="categories">Multi-day Tours • Cultural Tours</div>
380
+ </div>
381
+ <div class="distance">2.9 mi</div>
382
+ </div>
383
+
384
+ <!-- Active bar above nav -->
385
+ <div class="active-bar"></div>
386
+
387
+ <!-- Bottom navigation -->
388
+ <div class="nav-bar">
389
+ <div class="nav-item">
390
+ <svg viewBox="0 0 24 24">
391
+ <path d="M3 11l9-7 9 7" fill="none" stroke-width="2.4"></path>
392
+ <path d="M5 10v9h14v-9" fill="none" stroke-width="2.4"></path>
393
+ </svg>
394
+ <div>Explore</div>
395
+ </div>
396
+ <div class="nav-item active">
397
+ <svg viewBox="0 0 24 24">
398
+ <circle cx="11" cy="11" r="7" fill="none" stroke-width="2.5"></circle>
399
+ <path d="M20 20l-4.5-4.5" stroke-width="2.5"></path>
400
+ </svg>
401
+ <div>Search</div>
402
+ </div>
403
+ <div class="nav-item">
404
+ <svg viewBox="0 0 24 24">
405
+ <rect x="3" y="4" width="18" height="16" rx="2" fill="none" stroke-width="2.2"></rect>
406
+ <path d="M7 2v4M17 2v4M4 10h16" fill="none" stroke-width="2.2"></path>
407
+ </svg>
408
+ <div>Plan</div>
409
+ </div>
410
+ <div class="nav-item">
411
+ <svg viewBox="0 0 24 24">
412
+ <path d="M4 20l8-4 8 4V6l-8-4-8 4v14z" fill="none" stroke-width="2.2"></path>
413
+ <path d="M8 10h8" fill="none" stroke-width="2.2"></path>
414
+ </svg>
415
+ <div>Review</div>
416
+ </div>
417
+ <div class="nav-item">
418
+ <svg viewBox="0 0 24 24">
419
+ <circle cx="12" cy="8" r="4" fill="none" stroke-width="2.4"></circle>
420
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke-width="2.4"></path>
421
+ </svg>
422
+ <div>Account</div>
423
+ </div>
424
+ </div>
425
+
426
+ <!-- Home indicator -->
427
+ <div class="home-indicator"></div>
428
+
429
+ </div>
430
+ </body>
431
+ </html>
code/18118/18118_3.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #FFFFFF;
14
+ }
15
+ /* General */
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 0 40px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #fff;
23
+ font-weight: 600;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .top-icons { display: flex; align-items: center; gap: 26px; opacity: 0.9; }
27
+ .search-bar {
28
+ margin: 12px 40px 18px;
29
+ height: 120px;
30
+ background: #2A2A2A;
31
+ border-radius: 60px;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 40px;
35
+ color: #BEBEBE;
36
+ font-size: 42px;
37
+ }
38
+ .search-bar svg { margin-right: 28px; }
39
+ .content {
40
+ padding: 10px 40px 0;
41
+ }
42
+ .section-title {
43
+ font-size: 64px;
44
+ font-weight: 800;
45
+ margin: 40px 0 28px;
46
+ display: flex;
47
+ justify-content: space-between;
48
+ align-items: center;
49
+ }
50
+ .link { color: #E0E0E0; font-size: 44px; }
51
+ .card {
52
+ display: flex;
53
+ gap: 28px;
54
+ margin-bottom: 42px;
55
+ position: relative;
56
+ }
57
+ .img {
58
+ width: 260px;
59
+ height: 260px;
60
+ background: #E0E0E0;
61
+ border: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center;
63
+ color: #757575; font-size: 32px;
64
+ position: relative;
65
+ border-radius: 8px;
66
+ overflow: hidden;
67
+ }
68
+ .heart-btn {
69
+ position: absolute;
70
+ top: 16px; right: 16px;
71
+ width: 84px; height: 84px;
72
+ border-radius: 42px;
73
+ background: #FFFFFF1A;
74
+ border: 2px solid #FFFFFF55;
75
+ display: flex; align-items: center; justify-content: center;
76
+ }
77
+ .trip-badge {
78
+ position: absolute;
79
+ bottom: 16px; left: 16px;
80
+ width: 94px; height: 94px;
81
+ background: #00a680;
82
+ border-radius: 50%;
83
+ display: flex; align-items: center; justify-content: center;
84
+ color: #082c24; font-weight: 800; font-size: 32px;
85
+ border: 6px solid #0f3d33;
86
+ }
87
+ .info { flex: 1; padding-top: 6px; }
88
+ .title-row {
89
+ display: flex; align-items: baseline; justify-content: space-between;
90
+ }
91
+ .title {
92
+ font-size: 56px; font-weight: 800;
93
+ }
94
+ .distance {
95
+ font-size: 40px; color: #D0D0D0;
96
+ }
97
+ .ratings {
98
+ margin: 12px 0 14px;
99
+ display: flex; align-items: center; gap: 18px;
100
+ }
101
+ .dot {
102
+ width: 28px; height: 28px; background: #00a680; border-radius: 50%;
103
+ }
104
+ .half-dot {
105
+ width: 28px; height: 28px; border-radius: 50%;
106
+ background: linear-gradient(90deg, #00a680 50%, #3c3c3c 50%);
107
+ }
108
+ .count { color: #CFCFCF; font-size: 40px; }
109
+ .desc, .subtext {
110
+ font-size: 44px; color: #DCDCDC; line-height: 1.3;
111
+ }
112
+ .subtext { margin-top: 10px; }
113
+ /* Bottom bar */
114
+ .bottom-bar {
115
+ position: absolute; left: 0; right: 0; bottom: 0;
116
+ height: 180px; background: #1A1A1A;
117
+ border-top: 1px solid #2e2e2e;
118
+ display: flex; align-items: center; justify-content: space-around;
119
+ padding-bottom: 10px;
120
+ }
121
+ .nav-item {
122
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
123
+ color: #CFCFCF; font-size: 36px;
124
+ }
125
+ .nav-item.active { color: #00a680; font-weight: 700; }
126
+ .active-indicator {
127
+ position: absolute; bottom: 14px;
128
+ width: 150px; height: 12px; background: #00a680; border-radius: 6px;
129
+ left: 50%; transform: translateX(-50%);
130
+ }
131
+ /* Divider suggestion line */
132
+ .thin-divider {
133
+ width: 100%;
134
+ height: 4px;
135
+ background: #222;
136
+ margin: 16px 0;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div>1:11</div>
146
+ <div class="top-icons">
147
+ <!-- wifi icon -->
148
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
149
+ <path d="M2 8c4.8-4 14.2-4 19 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
150
+ <path d="M5 11c3.2-2.7 10.8-2.7 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
151
+ <path d="M8 14c2-1.6 6-1.6 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
152
+ <circle cx="12" cy="17" r="1.5" fill="#fff"/>
153
+ </svg>
154
+ <!-- battery icon -->
155
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
156
+ <rect x="2" y="6" width="17" height="12" rx="2" stroke="#fff" stroke-width="2"/>
157
+ <rect x="4" y="8" width="13" height="8" fill="#fff"/>
158
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#fff"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Search bar -->
164
+ <div class="search-bar">
165
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
166
+ <circle cx="11" cy="11" r="7" stroke="#D5D5D5" stroke-width="2"/>
167
+ <path d="M20 20l-4.5-4.5" stroke="#D5D5D5" stroke-width="2" stroke-linecap="round"/>
168
+ </svg>
169
+ <span>Where to?</span>
170
+ </div>
171
+
172
+ <div class="content">
173
+ <!-- Attractions nearby -->
174
+ <div class="section-title">
175
+ <div>Attractions nearby</div>
176
+ <div class="link">See all</div>
177
+ </div>
178
+
179
+ <!-- Card 1 -->
180
+ <div class="card">
181
+ <div class="img">
182
+ [IMG: Taj Mahal front view]
183
+ <div class="heart-btn">
184
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
185
+ <path d="M12 20s-7-4.6-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.4-7 10-7 10z" stroke="#fff" stroke-width="2" fill="none"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ <div class="info">
190
+ <div class="title-row">
191
+ <div class="title">Travel Friend</div>
192
+ <div class="distance">2.9 mi</div>
193
+ </div>
194
+ <div class="ratings">
195
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
196
+ <div class="count">204</div>
197
+ </div>
198
+ <div class="desc">Multi-day Tours • Cultural Tours</div>
199
+ <div class="subtext">Open now • Chattarpur</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Card 2 -->
204
+ <div class="card">
205
+ <div class="img">
206
+ [IMG: Taj Mahal walkway]
207
+ <div class="heart-btn">
208
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
209
+ <path d="M12 20s-7-4.6-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.4-7 10-7 10z" stroke="#fff" stroke-width="2" fill="none"/>
210
+ </svg>
211
+ </div>
212
+ <div class="trip-badge">2023</div>
213
+ </div>
214
+ <div class="info">
215
+ <div class="title-row">
216
+ <div class="title">GeTS Holidays</div>
217
+ <div class="distance">3.1 mi</div>
218
+ </div>
219
+ <div class="ratings">
220
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="half-dot"></div>
221
+ <div class="count">1,290</div>
222
+ </div>
223
+ <div class="desc">Private Tours • Day Trips</div>
224
+ <div class="subtext">Chattarpur</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Card 3 -->
229
+ <div class="card">
230
+ <div class="img">
231
+ [IMG: Temple with motorbikes]
232
+ <div class="heart-btn">
233
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
234
+ <path d="M12 20s-7-4.6-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.4-7 10-7 10z" stroke="#fff" stroke-width="2" fill="none"/>
235
+ </svg>
236
+ </div>
237
+ <div class="trip-badge">2023</div>
238
+ </div>
239
+ <div class="info">
240
+ <div class="title-row">
241
+ <div class="title">Viktorianz</div>
242
+ <div class="distance">3.3 mi</div>
243
+ </div>
244
+ <div class="ratings">
245
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
246
+ <div class="count">214</div>
247
+ </div>
248
+ <div class="desc">Multi-day Tours • Cultural Tours</div>
249
+ <div class="subtext">Open now</div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Lunch nearby -->
254
+ <div class="section-title">
255
+ <div>Lunch nearby</div>
256
+ <div class="link">See all</div>
257
+ </div>
258
+
259
+ <!-- Lunch card -->
260
+ <div class="card">
261
+ <div class="img" style="width: 260px; height: 220px;">
262
+ [IMG: Lunch platter close-up]
263
+ <div class="heart-btn" style="top: 12px; right: 12px;">
264
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
265
+ <path d="M12 20s-7-4.6-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.4-7 10-7 10z" stroke="#fff" stroke-width="2" fill="none"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ <div class="info">
270
+ <div class="title-row">
271
+ <div class="title">Terminal 1</div>
272
+ <div class="distance">0.7 mi</div>
273
+ </div>
274
+ <div class="ratings">
275
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
276
+ <div class="count">23</div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ </div>
282
+
283
+ <!-- Bottom navigation -->
284
+ <div class="bottom-bar">
285
+ <div class="nav-item">
286
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
287
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z" stroke="#CFCFCF" stroke-width="2"/>
288
+ <path d="M9 21v-6h6v6" stroke="#CFCFCF" stroke-width="2"/>
289
+ </svg>
290
+ <div>Explore</div>
291
+ </div>
292
+ <div class="nav-item active" style="position: relative;">
293
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
294
+ <circle cx="11" cy="11" r="7" stroke="#00a680" stroke-width="2"/>
295
+ <path d="M20 20l-4.5-4.5" stroke="#00a680" stroke-width="2" stroke-linecap="round"/>
296
+ </svg>
297
+ <div>Search</div>
298
+ <div class="active-indicator"></div>
299
+ </div>
300
+ <div class="nav-item">
301
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
302
+ <path d="M12 21s-8-5.1-8-11a5 5 0 0 1 8-3.3A5 5 0 0 1 20 10c0 5.9-8 11-8 11z" stroke="#CFCFCF" stroke-width="2"/>
303
+ </svg>
304
+ <div>Plan</div>
305
+ </div>
306
+ <div class="nav-item">
307
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
308
+ <path d="M4 4h16v4H4z" stroke="#CFCFCF" stroke-width="2"/>
309
+ <path d="M6 8v12h12V8" stroke="#CFCFCF" stroke-width="2"/>
310
+ <path d="M9 12h6" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
311
+ </svg>
312
+ <div>Review</div>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
316
+ <circle cx="12" cy="8" r="4" stroke="#CFCFCF" stroke-width="2"/>
317
+ <path d="M4 21c1.6-4 14.4-4 16 0" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
318
+ </svg>
319
+ <div>Account</div>
320
+ </div>
321
+ </div>
322
+
323
+ </div>
324
+ </body>
325
+ </html>
code/1812/1812_0.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0"/>
6
+ <title>Product Detail Mock</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;color:#222;}
9
+ #render-target{
10
+ width:1440px;height:3120px;position:relative;overflow:hidden;
11
+ background:#FAFAFA; box-sizing:border-box;
12
+ }
13
+ .status-bar{
14
+ height:120px;background:#CFCFCF;color:#111;display:flex;align-items:center;justify-content:space-between;
15
+ padding:0 40px;font-weight:600;letter-spacing:0.5px;
16
+ }
17
+ .status-right{display:flex;gap:26px;align-items:center;color:#111;}
18
+ .icon{display:inline-block;vertical-align:middle}
19
+ .header{
20
+ height:140px;background:#FFFFFF;display:flex;align-items:center;justify-content:space-between;
21
+ padding:0 40px;border-bottom:1px solid #eee;
22
+ }
23
+ .back-area{display:flex;align-items:center;gap:16px;font-size:48px;font-weight:700;letter-spacing:1px;}
24
+ .actions{display:flex;align-items:center;gap:36px;}
25
+ .thumbs{display:flex;gap:36px;padding:48px 40px 24px 40px;background:#FFFFFF;}
26
+ .thumb{
27
+ width:300px;height:400px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:6px;
28
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:32px;
29
+ }
30
+ .thumb.selected{border:4px solid #111;}
31
+ .section{padding:30px 40px;background:#FFFFFF;}
32
+ h2{margin:0;font-size:64px;font-weight:800;letter-spacing:0.5px;}
33
+ .sub-warn{color:#D32F2F;font-size:40px;margin:18px 0 28px 0;}
34
+ .sizes{display:flex;gap:36px;flex-wrap:wrap}
35
+ .size{
36
+ width:220px;height:130px;border:2px solid #D6D6D6;border-radius:6px;background:#fff;
37
+ display:flex;align-items:center;justify-content:center;font-size:44px;color:#333;
38
+ }
39
+ .helper-row{display:flex;align-items:center;gap:18px;color:#222;margin:40px 0 30px 0;font-size:40px;}
40
+ .helper-row .underline{ text-decoration:underline; }
41
+ .primary-btn{
42
+ background:#222;color:#fff;height:160px;border-radius:4px;display:flex;align-items:center;justify-content:center;
43
+ font-size:56px;font-weight:700;gap:24px;margin:10px 0 34px 0;
44
+ }
45
+ .link-row{display:flex;align-items:center;gap:22px;color:#111;font-size:42px;margin-top:16px;}
46
+ .muted{color:#666;font-size:40px;margin:28px 0 0 0;}
47
+ .divider{height:28px;}
48
+ .center-title{padding:80px 40px 40px 40px;text-align:center;font-weight:800;font-size:64px;color:#333;}
49
+ .rating-row{display:flex;align-items:center;gap:22px;padding:20px 40px 0 40px;background:#fff;font-size:40px;}
50
+ .stars{display:flex;gap:10px;}
51
+ .metric{padding:30px 40px;background:#fff;}
52
+ .metric h3{margin:28px 0 18px 0;font-size:46px;}
53
+ .slider{position:relative;height:46px;margin:18px 0 8px 0;}
54
+ .track{position:absolute;left:0;right:0;top:50%;height:8px;background:#D9D9D9;border-radius:4px;transform:translateY(-50%);}
55
+ .dot{position:absolute;top:50%;width:34px;height:34px;background:#222;border-radius:50%;transform:translate(-50%,-50%);}
56
+ .labels{display:flex;justify-content:space-between;color:#8a8a8a;font-size:34px;margin-top:12px;}
57
+ .accordion{padding:48px 40px;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;}
58
+ .accordion h3{margin:0;font-size:58px;}
59
+ .gesture{
60
+ position:absolute;left:50%;bottom:22px;transform:translateX(-50%);
61
+ width:300px;height:16px;background:#1f1f1f;border-radius:10px;opacity:0.9;
62
+ }
63
+ /* small utility */
64
+ .mt-20{margin-top:20px;}
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <div id="render-target">
69
+
70
+ <!-- Status bar -->
71
+ <div class="status-bar">
72
+ <div style="font-size:44px;">12:47</div>
73
+ <div class="status-right">
74
+ <!-- simple status glyphs -->
75
+ <svg class="icon" width="44" height="28" viewBox="0 0 24 14" fill="none" stroke="#111" stroke-width="2">
76
+ <path d="M1 13h4M5 13V9M9 13V5M13 13V3M17 13V1M21 13V7"/>
77
+ </svg>
78
+ <svg class="icon" width="40" height="26" viewBox="0 0 24 16" fill="none" stroke="#111" stroke-width="2">
79
+ <path d="M2 14h20c0-6.6-4.5-12-10-12S2 7.4 2 14Z"/>
80
+ </svg>
81
+ <svg class="icon" width="40" height="26" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
82
+ <rect x="3" y="7" width="18" height="10" rx="2"/>
83
+ <path d="M9 5h6"/>
84
+ </svg>
85
+ </div>
86
+ </div>
87
+
88
+ <!-- Header -->
89
+ <div class="header">
90
+ <div class="back-area">
91
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
92
+ <path d="M15 18l-6-6 6-6"/>
93
+ </svg>
94
+ <div style="font-size:48px;">Jack</div>
95
+ </div>
96
+ <div class="actions">
97
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
98
+ <path d="M6 7l1.5 12h9L18 7H6Z"/>
99
+ <path d="M9 7V5a3 3 0 0 1 6 0v2"/>
100
+ </svg>
101
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
102
+ <path d="M12 21s-8-5.3-8-11a5 5 0 0 1 9-2 5 5 0 0 1 9 2c0 5.7-10 11-10 11Z"/>
103
+ </svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Product thumbnails -->
108
+ <div class="thumbs">
109
+ <div class="thumb">[IMG: White shirt]</div>
110
+ <div class="thumb selected">[IMG: Black shirt (selected)]</div>
111
+ <div class="thumb">[IMG: Light blue shirt]</div>
112
+ <div class="thumb">[IMG: Pale blue shirt]</div>
113
+ </div>
114
+
115
+ <!-- Sizes -->
116
+ <div class="section">
117
+ <h2>Sizes</h2>
118
+ <div class="sub-warn">Please select a size</div>
119
+ <div class="sizes">
120
+ <div class="size">XS</div>
121
+ <div class="size">S</div>
122
+ <div class="size">M</div>
123
+ <div class="size">XL</div>
124
+ <div class="size">XXL</div>
125
+ </div>
126
+
127
+ <div class="helper-row">
128
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
129
+ <path d="M3 12h18M7 12v4M11 12v3M15 12v2M19 12v1"/>
130
+ </svg>
131
+ <span class="underline">Size guide</span>
132
+ </div>
133
+
134
+ <div class="primary-btn">
135
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
136
+ <path d="M6 7l1.5 12h9L18 7H6Z"/>
137
+ <path d="M9 7V5a3 3 0 0 1 6 0v2"/>
138
+ </svg>
139
+ <span>Add</span>
140
+ </div>
141
+
142
+ <div class="link-row">
143
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
144
+ <rect x="4" y="7" width="16" height="13" rx="2"/>
145
+ <path d="M9 7V5a3 3 0 0 1 6 0v2"/>
146
+ </svg>
147
+ <span style="text-decoration:underline;">Find in store</span>
148
+ </div>
149
+
150
+ <div class="link-row muted">
151
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2">
152
+ <circle cx="12" cy="12" r="10"/>
153
+ <path d="M12 8h.01M12 12v5"/>
154
+ </svg>
155
+ <span>Members get free online returns.</span>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="center-title">Delivery and payment</div>
160
+
161
+ <!-- Ratings -->
162
+ <div class="rating-row">
163
+ <div class="stars">
164
+ <!-- 4 filled stars -->
165
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z"/></svg>
166
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z"/></svg>
167
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z"/></svg>
168
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z"/></svg>
169
+ <!-- half star (left filled, right outline) -->
170
+ <svg width="48" height="48" viewBox="0 0 24 24">
171
+ <defs>
172
+ <clipPath id="half">
173
+ <rect x="0" y="0" width="12" height="24"></rect>
174
+ </clipPath>
175
+ </defs>
176
+ <path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z" fill="#111" clip-path="url(#half)"></path>
177
+ <path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17.7 5.7 21l1.2-6.9-5-4.8 7-1L12 2z" fill="none" stroke="#111" stroke-width="2"></path>
178
+ </svg>
179
+ </div>
180
+ <div style="font-weight:700;">(153 reviews)</div>
181
+ </div>
182
+
183
+ <!-- Fit metrics -->
184
+ <div class="metric">
185
+ <h3>True to Size</h3>
186
+ <div class="slider">
187
+ <div class="track"></div>
188
+ <div class="dot" style="left:50%;"></div>
189
+ </div>
190
+ <div class="labels">
191
+ <span>Runs Small</span><span>True to Size</span><span>Runs Large</span>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="metric">
196
+ <h3>Length</h3>
197
+ <div class="slider">
198
+ <div class="track"></div>
199
+ <div class="dot" style="left:60%;"></div>
200
+ </div>
201
+ <div class="labels">
202
+ <span>Runs Short</span><span>True to Size</span><span>Runs Long</span>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Description accordion -->
207
+ <div class="accordion">
208
+ <h3>Description</h3>
209
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
210
+ <path d="M6 9l6 6 6-6"/>
211
+ </svg>
212
+ </div>
213
+
214
+ <!-- bottom gesture bar -->
215
+ <div class="gesture"></div>
216
+ </div>
217
+ </body>
218
+ </html>
code/1812/1812_2.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Product Detail 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:#222;}
9
+ #render-target{
10
+ width:1440px;height:3120px;position:relative;overflow:hidden;
11
+ background:#F4F4F4;
12
+ }
13
+ .status-bar{
14
+ height:140px;background:#CFCFCF;display:flex;align-items:center;justify-content:space-between;
15
+ padding:0 48px;font-weight:600;color:#111;font-size:46px;letter-spacing:1px;
16
+ }
17
+ .status-icons{display:flex;gap:30px;align-items:center;}
18
+ .header{
19
+ background:#fff;padding:40px 56px 24px 56px;border-bottom:1px solid #e6e6e6;
20
+ }
21
+ .header-row{display:flex;align-items:center;justify-content:space-between;}
22
+ .left-group{display:flex;align-items:center;gap:20px;}
23
+ .brand{font-size:54px;font-weight:700;letter-spacing:1px;}
24
+ .icon-btn{width:80px;height:80px;border:2px solid #111;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;}
25
+ .cart-badge{
26
+ position:absolute;top:-10px;right:-10px;background:#111;color:#fff;width:44px;height:44px;border-radius:50%;
27
+ display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;
28
+ }
29
+ .page{padding:28px 56px;}
30
+ .thumbs{display:flex;gap:32px;margin:24px 0 18px 0;}
31
+ .thumb{
32
+ width:270px;height:290px;background:#E0E0E0;border:1px solid #BDBDBD;
33
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:30px;
34
+ }
35
+ .thumb.selected{outline:8px solid #111;}
36
+ .sec-title{font-size:54px;font-weight:800;margin:36px 0 28px 0;}
37
+ .sizes{display:flex;gap:34px;margin-bottom:26px;}
38
+ .size-chip{
39
+ width:220px;height:140px;border:2px solid #D7D7D7;border-radius:14px;background:#fff;
40
+ display:flex;align-items:center;justify-content:center;font-size:46px;font-weight:700;color:#222;
41
+ }
42
+ .size-chip.selected{background:#111;color:#fff;border-color:#111;}
43
+ .link-row{display:flex;align-items:center;gap:18px;color:#111;margin:8px 0 36px 0;}
44
+ .link-row a{color:#111;font-size:40px;text-decoration:underline;}
45
+ .cta-loading{
46
+ background:#222;height:220px;border-radius:6px;margin:18px 0 34px 0;position:relative;
47
+ display:flex;align-items:center;justify-content:center;
48
+ }
49
+ .spinner{
50
+ width:90px;height:90px;border-radius:50%;
51
+ border:10px solid #6d6d6d;border-top-color:#d9d9d9;animation:spin 1.2s linear infinite;
52
+ }
53
+ @keyframes spin{to{transform:rotate(360deg)}}
54
+ .card{
55
+ background:#fff;border:2px solid #E5E5E5;border-radius:10px;padding:28px;display:flex;gap:28px;align-items:center;
56
+ }
57
+ .card .img{
58
+ width:180px;height:200px;background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;display:flex;align-items:center;justify-content:center;font-size:28px;
59
+ }
60
+ .card .meta{flex:1;}
61
+ .title{font-size:56px;font-weight:800;margin:4px 0 10px 0;}
62
+ .price{font-size:44px;font-weight:700;}
63
+ .muted{color:#9b9b9b;font-size:38px;margin-top:6px;}
64
+ .bar-note{
65
+ margin:22px 0;background:#EFEFEF;height:120px;border-radius:8px;display:flex;align-items:center;justify-content:center;
66
+ color:#c1c1c1;font-size:60px;font-weight:800;
67
+ }
68
+ .ratings{margin:46px 0 24px 0;display:flex;align-items:center;gap:18px;font-size:40px;}
69
+ .stars{display:flex;gap:10px;}
70
+ .section-heading{font-size:44px;font-weight:800;margin:34px 0 18px 0;}
71
+ .slider{
72
+ height:90px;margin:16px 0 10px 0;position:relative;
73
+ }
74
+ .slider .track{
75
+ position:absolute;left:0;right:0;top:40px;height:10px;background:#DCDCDC;border-radius:8px;
76
+ }
77
+ .slider .thumb{
78
+ position:absolute;top:26px;width:32px;height:32px;background:#111;border-radius:50%;
79
+ }
80
+ .slider-labels{display:flex;justify-content:space-between;color:#777;font-size:36px;margin-bottom:24px;}
81
+ .accordion{margin-top:30px;border-top:2px solid #E6E6E6;background:#fff;}
82
+ .acc-item{display:flex;align-items:center;justify-content:space-between;padding:38px 20px;border-bottom:2px solid #E6E6E6;}
83
+ .acc-title{font-size:54px;font-weight:800;}
84
+ .chev{transform:rotate(0deg);}
85
+ .bottom-handle{
86
+ position:absolute;left:50%;transform:translateX(-50%);
87
+ bottom:20px;width:380px;height:16px;border-radius:12px;background:#111;opacity:.8;
88
+ }
89
+ /* Small helpers */
90
+ .row-right-icons{display:flex;align-items:center;gap:22px;}
91
+ .caption{font-size:28px;color:#757575;}
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+ <!-- Status bar -->
97
+ <div class="status-bar">
98
+ <div>12:48</div>
99
+ <div class="status-icons">
100
+ <!-- Simple glyphs -->
101
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><circle cx="12" cy="12" r="10"/></svg>
102
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2"><rect x="3" y="7" width="18" height="10" rx="2"/><path d="M21 12h2"/></svg>
103
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111"><circle cx="12" cy="12" r="6"/></svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Header -->
108
+ <div class="header">
109
+ <div class="header-row">
110
+ <div class="left-group">
111
+ <!-- Back arrow -->
112
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
113
+ <path d="M15 19l-7-7 7-7"/>
114
+ </svg>
115
+ <div class="brand">Jack</div>
116
+ </div>
117
+ <div class="row-right-icons">
118
+ <div class="icon-btn" title="Bag">
119
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
120
+ <path d="M6 8h12l-1 12H7L6 8z"/><path d="M9 8V6a3 3 0 0 1 6 0v2"/>
121
+ </svg>
122
+ <div class="cart-badge">1</div>
123
+ </div>
124
+ <div class="icon-btn" title="Wishlist">
125
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
126
+ <path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-3 4 4 0 0 1 7 3c0 5.5-7 10-7 10z"/>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Product thumbnails -->
133
+ <div class="thumbs">
134
+ <div class="thumb">[IMG: White Shirt]</div>
135
+ <div class="thumb selected">[IMG: Black Shirt]</div>
136
+ <div class="thumb">[IMG: Light Blue Shirt]</div>
137
+ <div class="thumb">[IMG: Pale Blue Shirt]</div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="page">
142
+ <div class="sec-title">Sizes</div>
143
+ <div class="sizes">
144
+ <div class="size-chip">XS</div>
145
+ <div class="size-chip">S</div>
146
+ <div class="size-chip selected">M</div>
147
+ <div class="size-chip">XL</div>
148
+ <div class="size-chip">XXL</div>
149
+ </div>
150
+
151
+ <div class="link-row">
152
+ <!-- Ruler icon -->
153
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
154
+ <path d="M3 14l8-8 8 8-8 8-8-8z"/><path d="M7 10l7 7"/></svg>
155
+ <a href="#">Size guide</a>
156
+ </div>
157
+
158
+ <div class="cta-loading">
159
+ <div class="spinner"></div>
160
+ </div>
161
+
162
+ <div class="card">
163
+ <div class="img">[IMG: Dark Shirt]</div>
164
+ <div class="meta">
165
+ <div class="title">Slim Fit Stretch Shirt</div>
166
+ <div class="price">$24.99</div>
167
+ <div class="muted">Members get free online returns.</div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="bar-note">Delivery and payment</div>
172
+
173
+ <!-- Reviews -->
174
+ <div class="ratings">
175
+ <div class="stars">
176
+ <!-- 4 full stars + half -->
177
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#111"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z"/></svg>
178
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#111"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z"/></svg>
179
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#111"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z"/></svg>
180
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#111"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z"/></svg>
181
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
182
+ <path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z"/>
183
+ <clipPath id="half"><rect x="0" y="0" width="12" height="24"/></clipPath>
184
+ <g clip-path="url(#half)"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.6l7-0.6L12 2l3 7 7 .6-5.4 4.5 1.6 6.9z" fill="#111"/></g>
185
+ </svg>
186
+ </div>
187
+ <div style="font-size:42px">(153 reviews)</div>
188
+ </div>
189
+
190
+ <div class="section-heading">True to Size</div>
191
+ <div class="slider">
192
+ <div class="track"></div>
193
+ <div class="thumb" style="left:50%;"></div>
194
+ </div>
195
+ <div class="slider-labels">
196
+ <div>Runs Small</div>
197
+ <div>True to Size</div>
198
+ <div>Runs Large</div>
199
+ </div>
200
+
201
+ <div class="section-heading">Length</div>
202
+ <div class="slider">
203
+ <div class="track"></div>
204
+ <div class="thumb" style="left:58%;"></div>
205
+ </div>
206
+ <div class="slider-labels">
207
+ <div>Runs Short</div>
208
+ <div>True to Size</div>
209
+ <div>Runs Long</div>
210
+ </div>
211
+
212
+ <div class="accordion">
213
+ <div class="acc-item">
214
+ <div class="acc-title">Description</div>
215
+ <svg class="chev" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
216
+ <path d="M6 9l6 6 6-6"/>
217
+ </svg>
218
+ </div>
219
+ <div class="acc-item">
220
+ <div class="acc-title">Materials & Suppliers</div>
221
+ <svg class="chev" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
222
+ <path d="M6 9l6 6 6-6"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ </div>
228
+
229
+ <!-- Bottom gesture bar -->
230
+ <div class="bottom-handle"></div>
231
+ </div>
232
+ </body>
233
+ </html>
code/1812/1812_3.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Product Detail - 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:#222; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1440px;
13
+ height: 3120px;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 150px;
20
+ background:#CFCFCF;
21
+ display:flex;
22
+ align-items:center;
23
+ padding: 0 40px;
24
+ font-weight:600;
25
+ color:#222;
26
+ font-size:46px;
27
+ }
28
+ .status-right {
29
+ margin-left:auto;
30
+ display:flex;
31
+ gap:30px;
32
+ align-items:center;
33
+ }
34
+ .status-icon {
35
+ width:46px; height:46px; background:#E5E5E5; border-radius:8px;
36
+ }
37
+
38
+ /* Header */
39
+ .header {
40
+ position: relative;
41
+ padding: 40px 60px 20px 60px;
42
+ background:#fff;
43
+ }
44
+ .back-row {
45
+ display:flex; align-items:center; gap:20px; margin-bottom:30px;
46
+ }
47
+ .back-text { font-size:48px; letter-spacing:1px; font-weight:600; }
48
+ .icon-btn {
49
+ position:absolute; right:60px; top:40px;
50
+ }
51
+ .icon-btn .count {
52
+ position:absolute; top:-10px; right:-10px; background:#111; color:#fff; font-size:28px; line-height:28px; padding:4px 10px; border-radius:20px;
53
+ }
54
+ .heart-btn {
55
+ position:absolute; right:60px; top:200px;
56
+ }
57
+
58
+ /* Gallery */
59
+ .gallery {
60
+ display:flex; gap:40px; padding-right:160px; margin-top:20px; margin-bottom:20px;
61
+ }
62
+ .img-box {
63
+ width:300px; height:360px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; text-align:center;
64
+ }
65
+ .img-box.selected { border:6px solid #111; }
66
+
67
+ /* Content spacing */
68
+ .content { padding: 20px 60px 0 60px; }
69
+
70
+ h2.section-title { margin: 26px 0 26px; font-size:56px; }
71
+ .sizes-title { font-size:52px; font-weight:700; margin-top:20px; margin-bottom:20px; }
72
+
73
+ .sizes-row {
74
+ display:flex; gap:30px; margin-top:10px; margin-bottom:34px; flex-wrap:wrap;
75
+ }
76
+ .size-btn {
77
+ width:210px; height:130px; border:2px solid #DFDFDF; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:600; color:#222; background:#fff;
78
+ }
79
+ .size-btn.selected { background:#1F1F1F; color:#fff; border-color:#1F1F1F; }
80
+
81
+ .meta-link { display:flex; align-items:center; gap:18px; color:#1a1a1a; font-weight:600; text-decoration:underline; font-size:40px; margin:28px 0 40px; }
82
+
83
+ .add-btn {
84
+ width:100%; height:150px; background:#1F1F1F; color:#fff; border-radius:6px; display:flex; align-items:center; justify-content:center; gap:24px; font-size:54px; font-weight:700; margin:20px 0 50px;
85
+ }
86
+
87
+ .link-row { display:flex; align-items:center; gap:18px; color:#1a1a1a; font-weight:700; text-decoration:underline; font-size:42px; margin: 26px 0; }
88
+ .info-row { display:flex; align-items:flex-start; gap:18px; color:#444; font-size:40px; margin:10px 0 70px; }
89
+
90
+ .center-title { text-align:center; font-size:60px; font-weight:800; margin: 40px 0 30px; }
91
+
92
+ /* Ratings */
93
+ .rating-row { display:flex; align-items:center; gap:20px; font-size:40px; margin: 10px 0 26px; }
94
+ .reviews { color:#333; font-size:40px; }
95
+ .stars { display:flex; gap:8px; }
96
+
97
+ /* Sliders */
98
+ .metric-title { font-size:42px; font-weight:700; margin:30px 0 10px; }
99
+ .slider {
100
+ position:relative; height:10px; background:#D9D9D9; border-radius:5px; margin: 30px 0 16px;
101
+ }
102
+ .slider .dot {
103
+ position:absolute; top:50%; transform: translate(-50%,-50%);
104
+ width:30px; height:30px; border-radius:50%; background:#1F1F1F;
105
+ }
106
+ .scale-labels { display:flex; justify-content:space-between; color:#6b6b6b; font-size:36px; }
107
+ .scale-labels span:nth-child(2) { text-align:center; width:33%; margin:0 auto; }
108
+
109
+ /* Accordion rows */
110
+ .accordion {
111
+ border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; margin-top:50px;
112
+ }
113
+ .acc-item {
114
+ display:flex; align-items:center; justify-content:space-between; padding:46px 10px; font-size:52px; font-weight:800; color:#2b2b2b;
115
+ border-bottom:1px solid #EFEFEF;
116
+ }
117
+ .acc-item:last-child { border-bottom:none; }
118
+ .chev { transform: rotate(0deg); }
119
+
120
+ /* Bottom OS home indicator */
121
+ .os-home {
122
+ position:absolute; left:0; right:0; bottom:0; height:160px; background:#000000; display:flex; align-items:flex-start; justify-content:center;
123
+ }
124
+ .os-pill {
125
+ margin-top:32px;
126
+ width:240px; height:14px; background:#E5E5E5; border-radius:20px;
127
+ }
128
+
129
+ /* Utility icon styles */
130
+ .icon { width:50px; height:50px; }
131
+ .icon-32 { width:40px; height:40px; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Top status bar -->
138
+ <div class="status-bar">
139
+ 12:48
140
+ <div class="status-right">
141
+ <div class="status-icon"></div>
142
+ <div class="status-icon"></div>
143
+ <div class="status-icon"></div>
144
+ <div class="status-icon"></div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Header with back and actions -->
149
+ <div class="header">
150
+ <div class="back-row">
151
+ <svg class="icon" viewBox="0 0 24 24">
152
+ <path d="M15 4L7 12l8 8" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ <div class="back-text">Jack</div>
155
+ </div>
156
+
157
+ <div class="icon-btn">
158
+ <svg class="icon" viewBox="0 0 24 24">
159
+ <path d="M6 8h12l-1 11H7L6 8z" fill="none" stroke="#111" stroke-width="2"/>
160
+ <path d="M9 8c0-2 1-3 3-3s3 1 3 3" fill="none" stroke="#111" stroke-width="2"/>
161
+ </svg>
162
+ <div class="count">1</div>
163
+ </div>
164
+ <div class="heart-btn">
165
+ <svg class="icon" viewBox="0 0 24 24">
166
+ <path d="M12 21s-7-4.4-9-8.6C1.2 9.5 3 6.5 6.2 6.5c2 0 3.2 1.2 3.8 2 0.6-0.8 1.8-2 3.8-2C17 6.5 18.8 9.5 21 12.4 19 16.6 12 21 12 21z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
167
+ </svg>
168
+ </div>
169
+
170
+ <!-- Gallery -->
171
+ <div class="gallery">
172
+ <div class="img-box">[IMG: White shirt]</div>
173
+ <div class="img-box selected">[IMG: Black shirt]</div>
174
+ <div class="img-box">[IMG: Light blue shirt]</div>
175
+ <div class="img-box">[IMG: Pale blue shirt]</div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Main content -->
180
+ <div class="content">
181
+ <div class="sizes-title">Sizes</div>
182
+ <div class="sizes-row">
183
+ <div class="size-btn">XS</div>
184
+ <div class="size-btn">S</div>
185
+ <div class="size-btn selected">M</div>
186
+ <div class="size-btn">XL</div>
187
+ <div class="size-btn">XXL</div>
188
+ </div>
189
+
190
+ <div class="meta-link">
191
+ <svg class="icon-32" viewBox="0 0 24 24">
192
+ <path d="M3 20l2-3h14l2 3" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
193
+ <path d="M7 17V4h10v13" fill="none" stroke="#111" stroke-width="2"/>
194
+ </svg>
195
+ <span>Size guide</span>
196
+ </div>
197
+
198
+ <div class="add-btn">
199
+ <svg class="icon" viewBox="0 0 24 24">
200
+ <path d="M6 8h12l-1 11H7L6 8z" fill="none" stroke="#fff" stroke-width="2"/>
201
+ <path d="M9 8c0-2 1-3 3-3s3 1 3 3" fill="none" stroke="#fff" stroke-width="2"/>
202
+ </svg>
203
+ <span>Add</span>
204
+ </div>
205
+
206
+ <div class="link-row">
207
+ <svg class="icon-32" viewBox="0 0 24 24">
208
+ <path d="M3 20V9l9-6 9 6v11H3z" fill="none" stroke="#111" stroke-width="2"/>
209
+ <path d="M9 20v-6h6v6" fill="none" stroke="#111" stroke-width="2"/>
210
+ </svg>
211
+ <span>Find in store</span>
212
+ </div>
213
+
214
+ <div class="info-row">
215
+ <svg class="icon-32" viewBox="0 0 24 24">
216
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"/>
217
+ <circle cx="12" cy="8" r="1.5" fill="#111"/>
218
+ <path d="M12 11v6" stroke="#111" stroke-width="2"/>
219
+ </svg>
220
+ <span>Members get free online returns.</span>
221
+ </div>
222
+
223
+ <div class="center-title">Delivery and payment</div>
224
+
225
+ <div class="rating-row">
226
+ <div class="stars">
227
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="#111"/></svg>
228
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="#111"/></svg>
229
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="#111"/></svg>
230
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="#111"/></svg>
231
+ <svg width="48" height="48" viewBox="0 0 24 24">
232
+ <defs><clipPath id="half"><rect x="0" y="0" width="12" height="24"/></clipPath></defs>
233
+ <path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="#111" clip-path="url(#half)"/>
234
+ <path d="M12 2l3.1 6.3 7 1-5 4.8 1.2 6.9L12 17l-6.3 4 1.2-6.9-5-4.8 7-1z" fill="none" stroke="#111" stroke-width="2"/>
235
+ </svg>
236
+ </div>
237
+ <div class="reviews">(153 reviews)</div>
238
+ </div>
239
+
240
+ <!-- Fit metric -->
241
+ <div class="metric-title">True to Size</div>
242
+ <div class="slider">
243
+ <div class="dot" style="left:50%;"></div>
244
+ </div>
245
+ <div class="scale-labels">
246
+ <span>Runs Small</span>
247
+ <span>True to Size</span>
248
+ <span>Runs Large</span>
249
+ </div>
250
+
251
+ <!-- Length metric -->
252
+ <div class="metric-title" style="margin-top:50px;">Length</div>
253
+ <div class="slider">
254
+ <div class="dot" style="left:45%;"></div>
255
+ </div>
256
+ <div class="scale-labels">
257
+ <span>Runs Short</span>
258
+ <span>True to Size</span>
259
+ <span>Runs Long</span>
260
+ </div>
261
+
262
+ <div class="accordion">
263
+ <div class="acc-item">
264
+ <span>Description</span>
265
+ <svg class="icon" viewBox="0 0 24 24">
266
+ <path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="acc-item">
270
+ <span>Materials &amp; Suppliers</span>
271
+ <svg class="icon" viewBox="0 0 24 24">
272
+ <path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Bottom home indicator -->
279
+ <div class="os-home">
280
+ <div class="os-pill"></div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/18120/18120_0.html ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Basketball Shoes - Listing</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0;
17
+ height:120px; background:#000; color:#fff;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ padding:0 36px; box-sizing:border-box;
20
+ font-size:38px;
21
+ }
22
+ .status-left { display:flex; align-items:center; gap:20px; }
23
+ .status-right { display:flex; align-items:center; gap:22px; }
24
+ .dot { width:16px; height:16px; background:#8b8b8b; border-radius:50%; display:inline-block; }
25
+
26
+ /* Header */
27
+ .header {
28
+ position:absolute; top:120px; left:0; right:0;
29
+ height:140px; background:#fff; border-bottom:1px solid #eee;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ padding:0 36px; box-sizing:border-box;
32
+ }
33
+ .header-title { font-size:54px; font-weight:700; color:#222; }
34
+ .header-left, .header-right { display:flex; align-items:center; gap:28px; }
35
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
36
+ .icon { width:56px; height:56px; }
37
+ .cart-wrap { position:relative; }
38
+ .badge {
39
+ position:absolute; top:-6px; right:-6px;
40
+ background:#000; color:#fff; font-size:28px; line-height:28px;
41
+ width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center;
42
+ border:3px solid #fff;
43
+ }
44
+
45
+ /* Content grid */
46
+ .content {
47
+ position:absolute; top:260px; left:0; right:0; bottom:0;
48
+ padding:0 36px 140px; box-sizing:border-box; overflow:hidden;
49
+ }
50
+ .grid {
51
+ display:flex; flex-wrap:wrap; gap:36px;
52
+ }
53
+ .card {
54
+ width:calc(50% - 18px);
55
+ background:#fff; border:1px solid #eee;
56
+ }
57
+ .card-img {
58
+ height:480px;
59
+ background:#E0E0E0; border-bottom:1px solid #BDBDBD;
60
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
61
+ }
62
+ .card-body { padding:28px; }
63
+ .label-customize { color:#e64a19; font-size:34px; font-weight:700; margin-bottom:12px; }
64
+ .product-title { font-size:46px; font-weight:800; color:#111; margin:6px 0 12px; }
65
+ .subtext { font-size:34px; color:#777; margin-bottom:18px; }
66
+ .price { font-size:38px; color:#000; font-weight:700; }
67
+
68
+ /* Floating filter button */
69
+ .fab {
70
+ position:absolute; right:36px; bottom:210px;
71
+ width:150px; height:150px; background:#fff; border-radius:50%;
72
+ box-shadow:0 6px 16px rgba(0,0,0,0.2); display:flex; align-items:center; justify-content:center; border:1px solid #eee;
73
+ }
74
+ .handle {
75
+ position:absolute; bottom:26px; left:50%; transform:translateX(-50%);
76
+ width:360px; height:14px; background:#ddd; border-radius:8px;
77
+ }
78
+ </style>
79
+ </head>
80
+ <body>
81
+ <div id="render-target">
82
+
83
+ <!-- Status Bar -->
84
+ <div class="status-bar">
85
+ <div class="status-left">
86
+ <div>9:48</div>
87
+ <div class="dot"></div>
88
+ <div class="dot"></div>
89
+ <div class="dot"></div>
90
+ <div class="dot"></div>
91
+ <div class="dot"></div>
92
+ </div>
93
+ <div class="status-right">
94
+ <!-- simple placeholders for status icons -->
95
+ <div class="dot" style="background:#cfcfcf;"></div>
96
+ <div class="dot" style="background:#cfcfcf;"></div>
97
+ <div class="dot" style="background:#cfcfcf;"></div>
98
+ </div>
99
+ </div>
100
+
101
+ <!-- Header -->
102
+ <div class="header">
103
+ <div class="header-left">
104
+ <div class="icon-btn">
105
+ <!-- Back Arrow -->
106
+ <svg class="icon" viewBox="0 0 24 24">
107
+ <path d="M15.5 5l-7 7 7 7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
108
+ </svg>
109
+ </div>
110
+ <div class="header-title">Basketball Shoes</div>
111
+ </div>
112
+ <div class="header-right">
113
+ <div class="icon-btn">
114
+ <!-- Search Icon -->
115
+ <svg class="icon" viewBox="0 0 24 24">
116
+ <circle cx="10" cy="10" r="6.5" fill="none" stroke="#111" stroke-width="2"/>
117
+ <path d="M15.5 15.5 L22 22" stroke="#111" stroke-width="2" stroke-linecap="round"/>
118
+ </svg>
119
+ </div>
120
+ <div class="icon-btn cart-wrap">
121
+ <!-- Cart/Bag Icon -->
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <path d="M6 8h12l-1.5 12H7.5L6 8z" fill="none" stroke="#111" stroke-width="2"/>
124
+ <path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#111" stroke-width="2"/>
125
+ </svg>
126
+ <div class="badge">1</div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Content -->
132
+ <div class="content">
133
+ <div class="grid">
134
+ <!-- Card 1 -->
135
+ <div class="card">
136
+ <div class="card-img">[IMG: Lime Green Basketball Shoe]</div>
137
+ <div class="card-body">
138
+ <div class="label-customize">Customize</div>
139
+ <div class="product-title">Freak 5 By You</div>
140
+ <div class="subtext">Custom Basketball Shoes</div>
141
+ <div class="price">MRP : ₹ 14 995.00</div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Card 2 -->
146
+ <div class="card">
147
+ <div class="card-img">[IMG: Grey & Green Basketball Shoe]</div>
148
+ <div class="card-body">
149
+ <div class="label-customize">Customize</div>
150
+ <div class="product-title">Freak 5 By You</div>
151
+ <div class="subtext">Custom Basketball Shoes</div>
152
+ <div class="price">MRP : ₹ 14 995.00</div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Card 3 -->
157
+ <div class="card">
158
+ <div class="card-img">[IMG: Red & White Basketball Shoe]</div>
159
+ <div class="card-body">
160
+ <div class="label-customize">Customize</div>
161
+ <div class="product-title">Freak 5 By You</div>
162
+ <div class="subtext">Custom Basketball Shoes</div>
163
+ <div class="price">MRP : ₹ 14 995.00</div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Card 4 -->
168
+ <div class="card">
169
+ <div class="card-img">[IMG: Red Basketball Shoe with Green Laces]</div>
170
+ <div class="card-body">
171
+ <div class="label-customize">Customize</div>
172
+ <div class="product-title">Freak 5 By You</div>
173
+ <div class="subtext">Custom Basketball Shoes</div>
174
+ <div class="price">MRP : ₹ 14 995.00</div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Partial next-row placeholders to hint more content -->
179
+ <div class="card" style="height:420px;">
180
+ <div class="card-img">[IMG: More Basketball Shoes]</div>
181
+ <div class="card-body">
182
+ <div class="label-customize">Customize</div>
183
+ <div class="product-title">Freak 5 By You</div>
184
+ </div>
185
+ </div>
186
+ <div class="card" style="height:420px;">
187
+ <div class="card-img">[IMG: More Basketball Shoes]</div>
188
+ <div class="card-body">
189
+ <div class="label-customize">Customize</div>
190
+ <div class="product-title">Freak 5 By You</div>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Floating filter button -->
197
+ <div class="fab">
198
+ <svg viewBox="0 0 24 24" width="80" height="80">
199
+ <!-- sliders icon -->
200
+ <path d="M4 7h10" stroke="#111" stroke-width="2" stroke-linecap="round"/>
201
+ <circle cx="16" cy="7" r="2.2" fill="none" stroke="#111" stroke-width="2"/>
202
+ <path d="M4 17h10" stroke="#111" stroke-width="2" stroke-linecap="round"/>
203
+ <circle cx="12" cy="17" r="2.2" fill="none" stroke="#111" stroke-width="2"/>
204
+ </svg>
205
+ </div>
206
+
207
+ <!-- Bottom home handle -->
208
+ <div class="handle"></div>
209
+ </div>
210
+ </body>
211
+ </html>
code/18120/18120_1.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Basketball Shoes - Sort & Filter</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ color:#111;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; right:0;
18
+ height:120px; background:#000;
19
+ color:#fff; display:flex; align-items:center;
20
+ padding:0 40px; font-size:38px; letter-spacing:0.5px;
21
+ }
22
+ .status-bar .dots { display:flex; gap:18px; margin-left:20px; }
23
+ .status-bar .dot { width:26px; height:26px; border-radius:50%; background:#fff; opacity:0.9; }
24
+ .status-bar .icons { margin-left:auto; display:flex; align-items:center; gap:26px; }
25
+ .status-bar .icon-box { width:34px; height:34px; border:2px solid #fff; border-radius:6px; }
26
+ .status-bar .signal { width:36px; height:24px; border-right:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; }
27
+ .status-bar .battery {
28
+ width:50px; height:24px; border:2px solid #fff; position:relative; border-radius:4px;
29
+ }
30
+ .status-bar .battery:after { content:''; position:absolute; right:-8px; top:7px; width:6px; height:10px; background:#fff; border-radius:2px; }
31
+
32
+ /* App header */
33
+ .app-header {
34
+ position:absolute; top:120px; left:0; right:0;
35
+ height:140px; display:flex; align-items:center;
36
+ padding:0 40px; background:#fff; border-bottom:1px solid #eee;
37
+ }
38
+ .back-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
39
+ .back-btn svg { width:48px; height:48px; }
40
+ .title { font-size:50px; font-weight:700; margin-left:10px; }
41
+ .header-actions { margin-left:auto; display:flex; gap:30px; align-items:center; }
42
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
43
+ .icon-btn svg { width:56px; height:56px; }
44
+ .cart {
45
+ position:relative; width:64px; height:64px; display:flex; align-items:center; justify-content:center;
46
+ }
47
+ .cart svg { width:56px; height:56px; }
48
+ .cart .badge {
49
+ position:absolute; right:-4px; top:-6px;
50
+ width:44px; height:44px; border-radius:8px; background:#fff;
51
+ border:2px solid #000; display:flex; align-items:center; justify-content:center;
52
+ font-size:32px; font-weight:700;
53
+ }
54
+
55
+ /* Close floating button */
56
+ .close-fab {
57
+ position:absolute; top:250px; right:40px;
58
+ width:112px; height:112px; border-radius:56px;
59
+ background:#111; display:flex; align-items:center; justify-content:center;
60
+ }
61
+ .close-fab svg { width:60px; height:60px; stroke:#fff; }
62
+
63
+ /* Content */
64
+ .content {
65
+ position:absolute; left:0; right:0; top:260px; bottom:0;
66
+ padding:40px;
67
+ }
68
+ .section-title { font-size:46px; font-weight:700; margin-bottom:26px; }
69
+ .divider { height:2px; background:#e6e6e6; margin:0 0 34px 0; }
70
+
71
+ .subheading { font-size:38px; font-weight:700; margin:26px 0 20px 0; }
72
+
73
+ /* Options list */
74
+ .option { display:flex; align-items:center; gap:28px; margin:26px 0; font-size:40px; }
75
+ .radio-wrap input, .check-wrap input { display:none; }
76
+
77
+ .radio-mark {
78
+ width:56px; height:56px; border-radius:50%;
79
+ border:6px solid #bbb; position:relative; box-sizing:border-box;
80
+ }
81
+ .radio-wrap input:checked + .radio-mark { border-color:#111; }
82
+ .radio-wrap input:checked + .radio-mark::after {
83
+ content:''; width:22px; height:22px; background:#111; border-radius:50%;
84
+ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
85
+ }
86
+
87
+ .check-mark {
88
+ width:56px; height:56px; border-radius:12px;
89
+ border:6px solid #bbb; position:relative; box-sizing:border-box;
90
+ }
91
+ .check-wrap input:checked + .check-mark { border-color:#111; background:#111; }
92
+ .check-wrap input:checked + .check-mark::after {
93
+ content:''; position:absolute; width:18px; height:36px; border-right:6px solid #fff; border-bottom:6px solid #fff;
94
+ transform:rotate(45deg); left:18px; top:6px;
95
+ }
96
+
97
+ .hr-space { height:1px; background:#e6e6e6; margin:30px 0 0 0; }
98
+
99
+ /* Colour circles */
100
+ .colour-container { margin-top:30px; display:flex; gap:120px; align-items:center; }
101
+ .colour-swatch {
102
+ width:110px; height:110px; border-radius:55px; background:#000;
103
+ box-shadow: inset 0 -24px 0 rgba(255,255,255,0.2);
104
+ }
105
+ .colour-blue { background:#213C8C; }
106
+ .colour-green { background:#047747; }
107
+ .colour-grey { background:#9E9E9E; }
108
+
109
+ /* Bottom actions */
110
+ .bottom-actions {
111
+ position:absolute; left:0; right:0; bottom:40px;
112
+ padding:0 40px; display:flex; align-items:center; justify-content:space-between;
113
+ }
114
+ .btn {
115
+ height:120px; border-radius:60px; font-size:44px; font-weight:700;
116
+ display:flex; align-items:center; justify-content:center; padding:0 40px;
117
+ }
118
+ .btn-outline { width:480px; background:#fff; border:4px solid #e0e0e0; color:#111; }
119
+ .btn-primary { width:480px; background:#111; color:#fff; }
120
+
121
+ /* Small helper spacing to reflect screenshot proportions */
122
+ .group { margin-bottom:20px; }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Android-like status bar -->
129
+ <div class="status-bar">
130
+ <div>9:48</div>
131
+ <div class="dots">
132
+ <div class="dot"></div>
133
+ <div class="dot"></div>
134
+ <div class="dot"></div>
135
+ <div class="dot"></div>
136
+ <div class="dot"></div>
137
+ </div>
138
+ <div class="icons">
139
+ <div class="signal"></div>
140
+ <div class="battery"></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- App header -->
145
+ <div class="app-header">
146
+ <div class="back-btn">
147
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
148
+ <path d="M15 18l-6-6 6-6"/>
149
+ </svg>
150
+ </div>
151
+ <div class="title">Basketball Shoes</div>
152
+ <div class="header-actions">
153
+ <div class="icon-btn" aria-label="Search">
154
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
155
+ <circle cx="11" cy="11" r="8"></circle>
156
+ <path d="M21 21l-4.3-4.3"></path>
157
+ </svg>
158
+ </div>
159
+ <div class="cart" aria-label="Cart">
160
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
161
+ <path d="M6 6h15l-2 10H8L6 6z"></path>
162
+ <circle cx="9" cy="20" r="2"></circle>
163
+ <circle cx="18" cy="20" r="2"></circle>
164
+ </svg>
165
+ <div class="badge">1</div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Close floating action button -->
171
+ <div class="close-fab" aria-label="Close">
172
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
173
+ <path d="M6 6l12 12" stroke="#fff"></path>
174
+ <path d="M18 6L6 18" stroke="#fff"></path>
175
+ </svg>
176
+ </div>
177
+
178
+ <!-- Content -->
179
+ <div class="content">
180
+ <div class="section-title">Sort & Filter</div>
181
+ <div class="divider"></div>
182
+
183
+ <div class="subheading">Sort By</div>
184
+
185
+ <label class="option radio-wrap">
186
+ <input type="radio" name="sort" checked>
187
+ <span class="radio-mark"></span>
188
+ <span>Featured</span>
189
+ </label>
190
+
191
+ <label class="option radio-wrap">
192
+ <input type="radio" name="sort">
193
+ <span class="radio-mark"></span>
194
+ <span>Newest</span>
195
+ </label>
196
+
197
+ <label class="option radio-wrap">
198
+ <input type="radio" name="sort">
199
+ <span class="radio-mark"></span>
200
+ <span>Price: Low-High</span>
201
+ </label>
202
+
203
+ <label class="option radio-wrap">
204
+ <input type="radio" name="sort">
205
+ <span class="radio-mark"></span>
206
+ <span>Price: High-Low</span>
207
+ </label>
208
+
209
+ <div class="hr-space"></div>
210
+
211
+ <div class="subheading">Gender</div>
212
+ <label class="option check-wrap">
213
+ <input type="checkbox">
214
+ <span class="check-mark"></span>
215
+ <span>Men</span>
216
+ </label>
217
+ <label class="option check-wrap">
218
+ <input type="checkbox">
219
+ <span class="check-mark"></span>
220
+ <span>Women</span>
221
+ </label>
222
+ <label class="option check-wrap">
223
+ <input type="checkbox">
224
+ <span class="check-mark"></span>
225
+ <span>Unisex</span>
226
+ </label>
227
+
228
+ <div class="hr-space"></div>
229
+
230
+ <div class="subheading">Sports</div>
231
+ <label class="option check-wrap">
232
+ <input type="checkbox">
233
+ <span class="check-mark"></span>
234
+ <span>Basketball</span>
235
+ </label>
236
+
237
+ <div class="divider" style="margin-top:18px;"></div>
238
+
239
+ <div class="subheading">Colour</div>
240
+ <div class="colour-container">
241
+ <div class="colour-swatch" title="Black"></div>
242
+ <div class="colour-swatch colour-blue" title="Blue"></div>
243
+ <div class="colour-swatch colour-green" title="Green"></div>
244
+ <div class="colour-swatch colour-grey" title="Grey"></div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Bottom actions -->
249
+ <div class="bottom-actions">
250
+ <div class="btn btn-outline">Reset (1)</div>
251
+ <div class="btn btn-primary">Apply</div>
252
+ </div>
253
+
254
+ </div>
255
+ </body>
256
+ </html>
code/18120/18120_2.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Basketball Shoes Filter</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #111;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ }
32
+ .statusbar .time { font-size: 42px; margin-right: 28px; }
33
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 22px; }
34
+ .status-icon-dot {
35
+ width: 28px; height: 28px; border-radius: 50%; background: #fff; opacity: 0.9;
36
+ }
37
+ .status-icon-circle {
38
+ width: 34px; height: 34px; border: 3px solid #fff; border-radius: 50%;
39
+ }
40
+ .battery {
41
+ width: 52px; height: 28px; border: 3px solid #fff; border-radius: 6px; position: relative;
42
+ }
43
+ .battery:after {
44
+ content: ""; position: absolute; right: -10px; top: 8px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
45
+ }
46
+ .battery .level { position: absolute; left: 4px; top: 4px; right: 8px; bottom: 4px; background: #fff; }
47
+
48
+ /* Header */
49
+ .header {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 120px;
55
+ background: #fff;
56
+ display: flex;
57
+ align-items: center;
58
+ box-sizing: border-box;
59
+ padding: 0 40px;
60
+ }
61
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
62
+ .title { font-size: 54px; font-weight: 700; margin-left: 20px; }
63
+ .header-right { margin-left: auto; display: flex; align-items: center; gap: 30px; }
64
+
65
+ /* Simple icons */
66
+ .svg {
67
+ width: 44px; height: 44px;
68
+ }
69
+ .bag {
70
+ position: relative;
71
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
72
+ }
73
+ .bag-badge {
74
+ position: absolute; right: -2px; top: -6px;
75
+ background: #000; color: #fff; font-size: 28px; width: 44px; height: 44px;
76
+ border-radius: 10px; display: flex; align-items: center; justify-content: center;
77
+ border: 3px solid #fff;
78
+ }
79
+
80
+ /* Content area */
81
+ .content {
82
+ position: absolute;
83
+ top: 240px;
84
+ left: 0;
85
+ right: 0;
86
+ bottom: 200px;
87
+ padding: 40px;
88
+ box-sizing: border-box;
89
+ overflow: hidden;
90
+ }
91
+
92
+ /* Color grid */
93
+ .color-grid {
94
+ display: grid;
95
+ grid-template-columns: repeat(4, 1fr);
96
+ gap: 26px 32px;
97
+ margin-top: 10px;
98
+ }
99
+ .color-item {
100
+ text-align: center;
101
+ }
102
+ .swatch {
103
+ width: 120px; height: 120px; border-radius: 60px; margin: 0 auto 16px auto; border: 2px solid #e0e0e0;
104
+ }
105
+ .swatch.grey { background: #9e9e9e; }
106
+ .swatch.black { background: #000; }
107
+ .swatch.blue { background: #1f4aa2; }
108
+ .swatch.green { background: #047b39; }
109
+ .swatch.pink { background: #f48ba2; }
110
+ .swatch.red { background: #c4002e; }
111
+ .swatch.white { background: #fff; }
112
+ .swatch.multi { background: radial-gradient(#000 20%, #fff 20% 40%, #000 40% 60%, #fff 60% 80%, #000 80%); }
113
+ .swatch.yellow { background: #f3c62a; }
114
+ .label { font-size: 34px; color: #222; }
115
+
116
+ .close-dot {
117
+ position: absolute;
118
+ right: 40px;
119
+ top: 20px;
120
+ width: 88px; height: 88px; background: #000; border-radius: 44px;
121
+ display: flex; align-items: center; justify-content: center;
122
+ }
123
+ .close-dot:before {
124
+ content: "✕"; color: #fff; font-size: 46px; font-weight: 700;
125
+ }
126
+
127
+ .divider {
128
+ height: 2px; background: #e5e5e5; margin: 32px 0;
129
+ }
130
+
131
+ /* Sections */
132
+ .section-title { font-size: 42px; font-weight: 700; margin-bottom: 16px; }
133
+
134
+ .option {
135
+ display: flex; align-items: center; gap: 24px;
136
+ font-size: 40px; color: #222; margin: 22px 0;
137
+ }
138
+ .box {
139
+ width: 54px; height: 54px; border: 4px solid #bdbdbd; border-radius: 10px;
140
+ display: inline-flex; align-items: center; justify-content: center;
141
+ }
142
+ .box.checked {
143
+ border-color: #000; background: #000;
144
+ }
145
+ .box.checked svg { width: 36px; height: 36px; }
146
+ .muted { color: #666; }
147
+
148
+ /* Footer buttons */
149
+ .footer {
150
+ position: absolute;
151
+ left: 0; right: 0; bottom: 0;
152
+ height: 200px;
153
+ padding: 30px 40px;
154
+ box-sizing: border-box;
155
+ background: #fff;
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 28px;
159
+ }
160
+ .pill {
161
+ height: 120px; border-radius: 60px; padding: 0 44px; font-size: 44px; font-weight: 600;
162
+ display: inline-flex; align-items: center; justify-content: center;
163
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04);
164
+ }
165
+ .pill.reset { background: #fff; border: 2px solid #ddd; }
166
+ .pill.apply { background: #111; color: #fff; flex: 1; justify-content: center; }
167
+
168
+ /* Gesture bar */
169
+ .gesture {
170
+ position: absolute; left: 50%; transform: translateX(-50%);
171
+ bottom: 12px; width: 360px; height: 16px; background: #000; border-radius: 8px; opacity: 0.8;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Android status bar -->
179
+ <div class="statusbar">
180
+ <div class="time">9:49</div>
181
+ <div class="status-icons">
182
+ <div class="status-icon-dot"></div>
183
+ <div class="status-icon-dot"></div>
184
+ <div class="status-icon-dot"></div>
185
+ <div class="status-icon-circle"></div>
186
+ <div class="battery"><div class="level"></div></div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Header -->
191
+ <div class="header">
192
+ <div class="icon-btn">
193
+ <svg class="svg" viewBox="0 0 48 48">
194
+ <path d="M28 8 L12 24 L28 40" stroke="#111" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ </div>
197
+ <div class="title">Basketball Shoes</div>
198
+ <div class="header-right">
199
+ <div class="icon-btn">
200
+ <svg class="svg" viewBox="0 0 48 48">
201
+ <circle cx="20" cy="20" r="12" stroke="#111" stroke-width="4" fill="none"/>
202
+ <line x1="32" y1="32" x2="44" y2="44" stroke="#111" stroke-width="4" stroke-linecap="round"/>
203
+ </svg>
204
+ </div>
205
+ <div class="bag">
206
+ <svg class="svg" viewBox="0 0 48 48">
207
+ <path d="M12 16 h24 l-2 22 h-20 z" fill="none" stroke="#111" stroke-width="4" />
208
+ <path d="M18 16 c0-6 12-6 12 0" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
209
+ </svg>
210
+ <div class="bag-badge">1</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Content -->
216
+ <div class="content">
217
+ <div class="close-dot"></div>
218
+
219
+ <!-- Colors -->
220
+ <div class="color-grid">
221
+ <div class="color-item">
222
+ <div class="swatch black"></div>
223
+ <div class="label">Black</div>
224
+ </div>
225
+ <div class="color-item">
226
+ <div class="swatch blue"></div>
227
+ <div class="label">Blue</div>
228
+ </div>
229
+ <div class="color-item">
230
+ <div class="swatch green"></div>
231
+ <div class="label">Green</div>
232
+ </div>
233
+ <div class="color-item">
234
+ <div class="swatch grey"></div>
235
+ <div class="label">Grey</div>
236
+ </div>
237
+ <div class="color-item">
238
+ <div class="swatch multi"></div>
239
+ <div class="label">Multi-Colour</div>
240
+ </div>
241
+ <div class="color-item">
242
+ <div class="swatch pink"></div>
243
+ <div class="label">Pink</div>
244
+ </div>
245
+ <div class="color-item">
246
+ <div class="swatch red"></div>
247
+ <div class="label">Red</div>
248
+ </div>
249
+ <div class="color-item">
250
+ <div class="swatch white"></div>
251
+ <div class="label">White</div>
252
+ </div>
253
+ <div class="color-item">
254
+ <div class="swatch yellow"></div>
255
+ <div class="label">Yellow</div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="divider"></div>
260
+
261
+ <!-- Shoe Height -->
262
+ <div class="section-title">Shoe Height</div>
263
+ <div class="option">
264
+ <div class="box"></div>
265
+ <div>Low Top</div>
266
+ </div>
267
+ <div class="option">
268
+ <div class="box"></div>
269
+ <div>Mid Top</div>
270
+ </div>
271
+
272
+ <div class="divider"></div>
273
+
274
+ <!-- Brand -->
275
+ <div class="section-title">Brand (1)</div>
276
+ <div class="option">
277
+ <div class="box"></div>
278
+ <div>Jordan</div>
279
+ </div>
280
+ <div class="option">
281
+ <div class="box checked">
282
+ <svg viewBox="0 0 24 24">
283
+ <path d="M5 12 l4 4 l10 -10" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
284
+ </svg>
285
+ </div>
286
+ <div>Nike By You</div>
287
+ </div>
288
+
289
+ <div class="divider"></div>
290
+
291
+ <!-- Technology -->
292
+ <div class="section-title">Technology</div>
293
+ <div class="option muted">
294
+ <div class="box"></div>
295
+ <div>Nike Zoom Air</div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Footer -->
300
+ <div class="footer">
301
+ <div class="pill reset">Reset (1)</div>
302
+ <div class="pill apply">Apply</div>
303
+ </div>
304
+
305
+ <div class="gesture"></div>
306
+ </div>
307
+ </body>
308
+ </html>
code/18120/18120_3.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Basketball Shoes Filters</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #000;
24
+ color: #fff;
25
+ font-weight: 600;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-size: 34px;
32
+ letter-spacing: 0.3px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ }
39
+ .status-icon {
40
+ width: 36px; height: 36px; background: #fff; opacity: 0.9; border-radius: 8px;
41
+ }
42
+ .battery {
43
+ width: 48px; height: 26px; border: 3px solid #fff; border-radius: 6px; position: relative;
44
+ }
45
+ .battery::after {
46
+ content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
47
+ }
48
+ .battery .level { position: absolute; left: 3px; top: 3px; width: 30px; height: 16px; background: #fff; }
49
+
50
+ /* Header / nav */
51
+ .header {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ width: 1080px;
56
+ height: 140px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 48px;
60
+ box-sizing: border-box;
61
+ color: #111;
62
+ gap: 24px;
63
+ }
64
+ .title {
65
+ font-size: 54px;
66
+ font-weight: 700;
67
+ flex: 1;
68
+ }
69
+ .icon-btn {
70
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
71
+ }
72
+ .divider {
73
+ position: absolute;
74
+ top: 260px;
75
+ left: 48px;
76
+ right: 48px;
77
+ height: 3px;
78
+ background: #e5e5e5;
79
+ }
80
+ /* Close circle X */
81
+ .close-circle {
82
+ position: absolute;
83
+ top: 190px;
84
+ right: 48px;
85
+ width: 108px;
86
+ height: 108px;
87
+ background: #111;
88
+ border-radius: 54px;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ }
93
+ .close-circle svg { width: 52px; height: 52px; }
94
+
95
+ /* Sections */
96
+ .content {
97
+ position: absolute;
98
+ top: 300px;
99
+ left: 48px;
100
+ right: 48px;
101
+ bottom: 300px;
102
+ overflow: hidden;
103
+ }
104
+ .section {
105
+ margin-bottom: 64px;
106
+ }
107
+ .section-title {
108
+ font-size: 44px;
109
+ font-weight: 700;
110
+ margin-bottom: 32px;
111
+ color: #111;
112
+ }
113
+ .option {
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 28px;
117
+ margin: 26px 0;
118
+ }
119
+ .box {
120
+ width: 60px;
121
+ height: 60px;
122
+ border: 4px solid #8c8c8c;
123
+ border-radius: 8px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ box-sizing: border-box;
128
+ }
129
+ .checked .box {
130
+ background: #111;
131
+ border-color: #111;
132
+ }
133
+ .checkmark {
134
+ color: #fff;
135
+ font-size: 42px;
136
+ line-height: 1;
137
+ margin-top: -4px;
138
+ }
139
+ .label {
140
+ font-size: 42px;
141
+ color: #111;
142
+ }
143
+ .subtle {
144
+ color: #555;
145
+ }
146
+ .section-divider {
147
+ height: 2px;
148
+ background: #e5e5e5;
149
+ margin: 34px 0 12px 0;
150
+ }
151
+
152
+ /* Bottom buttons */
153
+ .bottom-actions {
154
+ position: absolute;
155
+ left: 0;
156
+ right: 0;
157
+ bottom: 140px;
158
+ display: flex;
159
+ justify-content: space-between;
160
+ padding: 0 48px;
161
+ box-sizing: border-box;
162
+ }
163
+ .btn {
164
+ height: 130px;
165
+ border-radius: 70px;
166
+ padding: 0 56px;
167
+ font-size: 44px;
168
+ font-weight: 700;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ box-sizing: border-box;
173
+ }
174
+ .btn.reset {
175
+ background: #f2f2f2;
176
+ color: #111;
177
+ border: 2px solid #e5e5e5;
178
+ min-width: 420px;
179
+ }
180
+ .btn.apply {
181
+ background: #111;
182
+ color: #fff;
183
+ min-width: 470px;
184
+ }
185
+
186
+ /* Gesture bar */
187
+ .gesture {
188
+ position: absolute;
189
+ bottom: 60px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 360px;
193
+ height: 14px;
194
+ background: #d0d0d0;
195
+ border-radius: 8px;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status Bar -->
203
+ <div class="status-bar">
204
+ <div>9:49</div>
205
+ <div class="status-right">
206
+ <div class="status-icon" style="opacity:0.35;"></div>
207
+ <div class="status-icon" style="opacity:0.35;"></div>
208
+ <div class="battery"><div class="level"></div></div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Header -->
213
+ <div class="header">
214
+ <div class="icon-btn">
215
+ <!-- Back arrow -->
216
+ <svg viewBox="0 0 24 24" width="46" height="46" fill="#111">
217
+ <path d="M14.5 4l-9 8 9 8 1.5-1.7L9 12l7-6.3z"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="title">Basketball Shoes</div>
221
+ <div class="icon-btn">
222
+ <!-- Search icon -->
223
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#111">
224
+ <path d="M21 20l-5.2-5.2c1-1.3 1.6-3 1.6-4.8A7 7 0 1 0 9.4 17a7 7 0 0 0 4.8-1.6L20 21l1-1zM4.5 10a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0z"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="icon-btn" style="position: relative;">
228
+ <!-- Cart icon -->
229
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#111">
230
+ <path d="M7 6h13l-2 9H9L7 6zm-2-2H2v2h2l3.6 9.6c.2.6.8 1 1.4 1H18v-2H9.4l-1-3H19l2-8H7zM7 20a2 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 4z"></path>
231
+ </svg>
232
+ <div style="position:absolute; top:-8px; right:-6px; background:#111; color:#fff; border-radius:20px; font-size:28px; width:40px; height:40px; display:flex; align-items:center; justify-content:center;">1</div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="divider"></div>
237
+
238
+ <!-- Close circle -->
239
+ <div class="close-circle">
240
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round">
241
+ <circle cx="12" cy="12" r="10" fill="none" stroke="none"></circle>
242
+ <path d="M7 7l10 10M17 7L7 17"></path>
243
+ </svg>
244
+ </div>
245
+
246
+ <!-- Content -->
247
+ <div class="content">
248
+ <!-- Shoe Height -->
249
+ <div class="section">
250
+ <div class="section-title">Shoe Height</div>
251
+ <div class="option">
252
+ <div class="box"></div>
253
+ <div class="label">Low Top</div>
254
+ </div>
255
+ <div class="option">
256
+ <div class="box"></div>
257
+ <div class="label">Mid Top</div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="section-divider"></div>
262
+
263
+ <!-- Brand (1) -->
264
+ <div class="section">
265
+ <div class="section-title">Brand <span class="subtle">(1)</span></div>
266
+ <div class="option">
267
+ <div class="box"></div>
268
+ <div class="label">Jordan</div>
269
+ </div>
270
+ <div class="option checked">
271
+ <div class="box"><div class="checkmark">✓</div></div>
272
+ <div class="label">Nike By You</div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="section-divider"></div>
277
+
278
+ <!-- Technology -->
279
+ <div class="section">
280
+ <div class="section-title">Technology</div>
281
+ <div class="option">
282
+ <div class="box"></div>
283
+ <div class="label">Nike Zoom Air</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="section-divider"></div>
288
+
289
+ <!-- Material -->
290
+ <div class="section">
291
+ <div class="section-title">Material</div>
292
+ <div class="option">
293
+ <div class="box"></div>
294
+ <div class="label">Leather</div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="section-divider"></div>
299
+
300
+ <!-- Width -->
301
+ <div class="section">
302
+ <div class="section-title">Width</div>
303
+ <div class="option">
304
+ <div class="box"></div>
305
+ <div class="label">Regular</div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Bottom actions -->
311
+ <div class="bottom-actions">
312
+ <div class="btn reset">Reset (1)</div>
313
+ <div class="btn apply">Apply</div>
314
+ </div>
315
+
316
+ <!-- Gesture bar -->
317
+ <div class="gesture"></div>
318
+
319
+ </div>
320
+ </body>
321
+ </html>
code/18120/18120_4.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Basketball Shoes Filters</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: system-ui, -apple-system, Segoe UI, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 140px;
25
+ background: #000;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 44px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ }
33
+ .status-left { font-size: 36px; }
34
+ .status-right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 18px;
39
+ }
40
+ .status-dot, .status-batt {
41
+ background: #fff;
42
+ }
43
+ .status-dot { width: 22px; height: 22px; border-radius: 50%; opacity: 0.9; }
44
+ .status-batt { width: 42px; height: 22px; border-radius: 4px; }
45
+
46
+ /* Top navigation */
47
+ .topbar {
48
+ position: absolute;
49
+ top: 140px;
50
+ left: 0;
51
+ width: 100%;
52
+ height: 140px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 44px;
56
+ box-sizing: border-box;
57
+ }
58
+ .icon-btn {
59
+ width: 80px;
60
+ height: 80px;
61
+ display: inline-flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ cursor: default;
65
+ }
66
+ .title {
67
+ font-size: 56px;
68
+ font-weight: 700;
69
+ margin-left: 10px;
70
+ }
71
+ .top-actions {
72
+ margin-left: auto;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 26px;
76
+ }
77
+ .cart {
78
+ position: relative;
79
+ width: 80px;
80
+ height: 80px;
81
+ display: inline-flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .cart-badge {
86
+ position: absolute;
87
+ right: 0;
88
+ top: 0;
89
+ width: 46px;
90
+ height: 46px;
91
+ border-radius: 10px;
92
+ background: #fff;
93
+ border: 2px solid #111;
94
+ color: #111;
95
+ font-size: 30px;
96
+ font-weight: 700;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ .close-circle {
102
+ position: absolute;
103
+ right: 40px;
104
+ top: 200px;
105
+ width: 100px;
106
+ height: 100px;
107
+ background: #111;
108
+ border-radius: 50%;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ }
113
+ .divider {
114
+ position: absolute;
115
+ left: 0;
116
+ right: 0;
117
+ top: 280px;
118
+ height: 2px;
119
+ background: #e6e6e6;
120
+ }
121
+
122
+ /* Filters */
123
+ .content {
124
+ position: absolute;
125
+ top: 300px;
126
+ left: 0;
127
+ right: 0;
128
+ bottom: 280px;
129
+ padding: 0 44px;
130
+ box-sizing: border-box;
131
+ overflow: hidden;
132
+ }
133
+ .section {
134
+ margin-top: 52px;
135
+ }
136
+ .section-title {
137
+ font-size: 44px;
138
+ font-weight: 700;
139
+ margin-bottom: 26px;
140
+ }
141
+ .option {
142
+ display: flex;
143
+ align-items: center;
144
+ margin: 22px 0;
145
+ font-size: 44px;
146
+ font-weight: 600;
147
+ letter-spacing: 0.2px;
148
+ }
149
+ .box {
150
+ width: 64px;
151
+ height: 64px;
152
+ border: 3px solid #bdbdbd;
153
+ border-radius: 12px;
154
+ margin-right: 28px;
155
+ position: relative;
156
+ box-sizing: border-box;
157
+ }
158
+ .option.checked .box {
159
+ background: #111;
160
+ border-color: #111;
161
+ }
162
+ .option.checked .box::after {
163
+ content: "";
164
+ position: absolute;
165
+ left: 19px;
166
+ top: 10px;
167
+ width: 18px;
168
+ height: 36px;
169
+ border-right: 6px solid #fff;
170
+ border-bottom: 6px solid #fff;
171
+ transform: rotate(45deg);
172
+ }
173
+ .section-divider {
174
+ width: 100%;
175
+ height: 2px;
176
+ background: #e6e6e6;
177
+ margin: 26px 0 10px 0;
178
+ }
179
+
180
+ /* Bottom actions */
181
+ .bottom-actions {
182
+ position: absolute;
183
+ left: 0;
184
+ right: 0;
185
+ bottom: 90px;
186
+ padding: 0 44px;
187
+ box-sizing: border-box;
188
+ display: flex;
189
+ gap: 40px;
190
+ align-items: center;
191
+ justify-content: space-between;
192
+ }
193
+ .btn {
194
+ flex: 1;
195
+ height: 120px;
196
+ border-radius: 70px;
197
+ font-size: 44px;
198
+ font-weight: 700;
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ cursor: default;
203
+ }
204
+ .btn.reset {
205
+ background: #f5f5f5;
206
+ border: 2px solid #dcdcdc;
207
+ color: #111;
208
+ }
209
+ .btn.apply {
210
+ background: #111;
211
+ color: #fff;
212
+ }
213
+
214
+ /* Simple inline icon styling */
215
+ svg { display: block; }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+
221
+ <!-- Status bar -->
222
+ <div class="status-bar">
223
+ <div class="status-left">9:49</div>
224
+ <div class="status-right">
225
+ <div class="status-dot"></div>
226
+ <div class="status-dot"></div>
227
+ <div class="status-dot"></div>
228
+ <div class="status-batt"></div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Top bar -->
233
+ <div class="topbar">
234
+ <div class="icon-btn">
235
+ <!-- Back arrow -->
236
+ <svg width="46" height="46" viewBox="0 0 24 24">
237
+ <path d="M15 18l-6-6 6-6" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
238
+ </svg>
239
+ </div>
240
+ <div class="title">Basketball Shoes</div>
241
+
242
+ <div class="top-actions">
243
+ <!-- Search icon -->
244
+ <div class="icon-btn">
245
+ <svg width="38" height="38" viewBox="0 0 24 24">
246
+ <circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"></circle>
247
+ <path d="M20 20l-4.5-4.5" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"></path>
248
+ </svg>
249
+ </div>
250
+
251
+ <!-- Cart icon with badge -->
252
+ <div class="cart">
253
+ <svg width="40" height="40" viewBox="0 0 24 24">
254
+ <path d="M7 8h10l-1 10H8L7 8z" stroke="#111" stroke-width="2" fill="none" stroke-linejoin="round"/>
255
+ <path d="M9 8V6a3 3 0 016 0v2" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
256
+ </svg>
257
+ <div class="cart-badge">1</div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Close circle -->
263
+ <div class="close-circle">
264
+ <svg width="42" height="42" viewBox="0 0 24 24">
265
+ <path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
266
+ </svg>
267
+ </div>
268
+
269
+ <!-- Divider after top bar -->
270
+ <div class="divider"></div>
271
+
272
+ <!-- Filters content -->
273
+ <div class="content">
274
+
275
+ <div class="section">
276
+ <div class="section-title">Shoe Height (1)</div>
277
+ <div class="option checked">
278
+ <div class="box"></div>
279
+ <div>Low Top</div>
280
+ </div>
281
+ <div class="option">
282
+ <div class="box"></div>
283
+ <div>Mid Top</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="section">
288
+ <div class="section-divider"></div>
289
+ <div class="section-title">Brand (1)</div>
290
+ <div class="option">
291
+ <div class="box"></div>
292
+ <div>Jordan</div>
293
+ </div>
294
+ <div class="option checked">
295
+ <div class="box"></div>
296
+ <div>Nike By You</div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="section">
301
+ <div class="section-divider"></div>
302
+ <div class="section-title">Technology</div>
303
+ <div class="option">
304
+ <div class="box"></div>
305
+ <div>Nike Zoom Air</div>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="section">
310
+ <div class="section-divider"></div>
311
+ <div class="section-title">Material</div>
312
+ <div class="option">
313
+ <div class="box"></div>
314
+ <div>Leather</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="section">
319
+ <div class="section-divider"></div>
320
+ <div class="section-title">Width</div>
321
+ <div class="option">
322
+ <div class="box"></div>
323
+ <div>Regular</div>
324
+ </div>
325
+ </div>
326
+
327
+ </div>
328
+
329
+ <!-- Bottom buttons -->
330
+ <div class="bottom-actions">
331
+ <div class="btn reset">Reset (2)</div>
332
+ <div class="btn apply">Apply</div>
333
+ </div>
334
+
335
+ </div>
336
+ </body>
337
+ </html>
code/18120/18120_5.html ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Basketball Shoes</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; left: 0; top: 0; width: 100%; height: 120px;
16
+ background: #000000; color: #ffffff; display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 40px; box-sizing: border-box;
18
+ font-weight: 600; font-size: 36px;
19
+ }
20
+ .status-right { display: flex; align-items: center; gap: 22px; }
21
+ .dot { width: 16px; height: 16px; background: #ffffff; border-radius: 50%; opacity: 0.9; }
22
+ .battery {
23
+ width: 48px; height: 26px; border: 3px solid #fff; border-radius: 6px; position: relative;
24
+ }
25
+ .battery::after { content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 12px; background: #fff; border-radius: 2px; }
26
+ .battery .level { position: absolute; left: 3px; top: 3px; right: 8px; bottom: 3px; background: #4caf50; }
27
+ /* Header */
28
+ .header {
29
+ position: absolute; top: 120px; left: 0; width: 100%; height: 150px; background: #ffffff;
30
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
31
+ border-bottom: 1px solid #eee;
32
+ }
33
+ .header-title {
34
+ font-size: 52px; font-weight: 700; color: #222;
35
+ margin-left: 18px;
36
+ }
37
+ .header-right { margin-left: auto; display: flex; align-items: center; gap: 34px; }
38
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
39
+ .badge {
40
+ position: absolute; top: -6px; right: -6px; background: #000; color: #fff;
41
+ font-size: 28px; width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
42
+ border: 2px solid #fff;
43
+ }
44
+ /* Content grid */
45
+ .content {
46
+ position: absolute; top: 270px; left: 0; right: 0; bottom: 0;
47
+ padding: 28px 36px 120px; box-sizing: border-box;
48
+ overflow: hidden;
49
+ }
50
+ .grid {
51
+ display: grid;
52
+ grid-template-columns: repeat(2, 1fr);
53
+ column-gap: 36px;
54
+ row-gap: 70px;
55
+ }
56
+ .product {
57
+ width: 100%;
58
+ }
59
+ .img {
60
+ width: 100%; height: 360px; background: #E0E0E0;
61
+ border: 1px solid #BDBDBD; color: #757575;
62
+ display: flex; align-items: center; justify-content: center;
63
+ font-size: 30px; letter-spacing: 0.2px;
64
+ }
65
+ .meta { margin-top: 28px; }
66
+ .meta .customize { color: #E94E1B; font-weight: 700; font-size: 34px; margin-bottom: 16px; }
67
+ .meta .title { font-size: 44px; font-weight: 800; color: #111; }
68
+ .meta .subtitle { font-size: 32px; color: #777; margin-top: 12px; }
69
+ .meta .price { font-size: 38px; color: #111; margin-top: 28px; font-weight: 700; }
70
+ /* Floating filter button */
71
+ .floating-filter {
72
+ position: absolute; right: 46px; bottom: 260px;
73
+ width: 150px; height: 150px; background: #ffffff; border-radius: 50%;
74
+ box-shadow: 0 10px 24px rgba(0,0,0,0.15);
75
+ display: flex; align-items: center; justify-content: center;
76
+ border: 1px solid #e6e6e6;
77
+ }
78
+ /* Home indicator */
79
+ .home-indicator {
80
+ position: absolute; left: 50%; transform: translateX(-50%);
81
+ bottom: 24px; width: 540px; height: 16px; background: #000; border-radius: 10px;
82
+ opacity: 0.6;
83
+ }
84
+ /* Simple SVG styling */
85
+ svg { display: block; }
86
+ .back { width: 60px; height: 60px; }
87
+ .search { width: 56px; height: 56px; }
88
+ .cart { width: 60px; height: 60px; position: relative; }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+ <!-- Status Bar -->
94
+ <div class="status-bar">
95
+ <div>9:50</div>
96
+ <div class="status-right">
97
+ <div class="dot"></div>
98
+ <div class="dot" style="opacity:.6"></div>
99
+ <div class="dot" style="opacity:.4"></div>
100
+ <div class="battery"><div class="level"></div></div>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- Header -->
105
+ <div class="header">
106
+ <!-- Back Arrow -->
107
+ <div class="icon-btn">
108
+ <svg class="back" viewBox="0 0 24 24">
109
+ <path d="M15.5 4.5L7 12l8.5 7.5" fill="none" stroke="#000" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
110
+ </svg>
111
+ </div>
112
+ <div class="header-title">Basketball Shoes</div>
113
+ <div class="header-right">
114
+ <!-- Search Icon -->
115
+ <div class="icon-btn">
116
+ <svg class="search" viewBox="0 0 24 24">
117
+ <circle cx="10" cy="10" r="6.5" fill="none" stroke="#000" stroke-width="2.2"/>
118
+ <path d="M15.5 15.5L21 21" stroke="#000" stroke-width="2.2" stroke-linecap="round"/>
119
+ </svg>
120
+ </div>
121
+ <!-- Cart Icon with badge -->
122
+ <div class="icon-btn" style="position: relative;">
123
+ <svg class="cart" viewBox="0 0 24 24">
124
+ <path d="M8 7c0-2 1.5-3.5 4-3.5S16 5 16 7v2h4v12H4V9h4V7z" fill="none" stroke="#000" stroke-width="2"/>
125
+ <path d="M8 9h8" stroke="#000" stroke-width="2"/>
126
+ </svg>
127
+ <div class="badge">1</div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Content -->
133
+ <div class="content">
134
+ <div class="grid">
135
+ <!-- Item 1 -->
136
+ <div class="product">
137
+ <div class="img">[IMG: Green Basketball Shoe]</div>
138
+ <div class="meta">
139
+ <div class="customize">Customize</div>
140
+ <div class="title">Freak 5 By You</div>
141
+ <div class="subtitle">Custom Basketball Shoes</div>
142
+ <div class="price">MRP : ₹ 14 995.00</div>
143
+ </div>
144
+ </div>
145
+ <!-- Item 2 -->
146
+ <div class="product">
147
+ <div class="img">[IMG: Grey & Green Basketball Shoe]</div>
148
+ <div class="meta">
149
+ <div class="customize">Customize</div>
150
+ <div class="title">Freak 5 By You</div>
151
+ <div class="subtitle">Custom Basketball Shoes</div>
152
+ <div class="price">MRP : ₹ 14 995.00</div>
153
+ </div>
154
+ </div>
155
+ <!-- Item 3 -->
156
+ <div class="product">
157
+ <div class="img">[IMG: Red & White Basketball Shoe]</div>
158
+ <div class="meta">
159
+ <div class="customize">Customize</div>
160
+ <div class="title">Freak 5 By You</div>
161
+ <div class="subtitle">Custom Basketball Shoes</div>
162
+ <div class="price">MRP : ₹ 14 995.00</div>
163
+ </div>
164
+ </div>
165
+ <!-- Item 4 -->
166
+ <div class="product">
167
+ <div class="img">[IMG: Red & Black Basketball Shoe]</div>
168
+ <div class="meta">
169
+ <div class="customize">Customize</div>
170
+ <div class="title">Freak 5 By You</div>
171
+ <div class="subtitle">Custom Basketball Shoes</div>
172
+ <div class="price">MRP : ₹ 14 995.00</div>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Floating Filter Button -->
179
+ <div class="floating-filter">
180
+ <svg viewBox="0 0 24 24" width="64" height="64">
181
+ <path d="M5 6h14M7 12h10M9 18h6" stroke="#000" stroke-width="2.4" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+
185
+ <!-- Home indicator -->
186
+ <div class="home-indicator"></div>
187
+ </div>
188
+ </body>
189
+ </html>
code/18121/18121_0.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: 'Segoe UI', Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: linear-gradient(180deg, #5fa9cf 0%, #9fd4eb 40%, #bfe3f3 70%, #eaf6fb 100%);
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 140px;
17
+ background: #3f3f3f; color: #fff; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .status-right { display: flex; align-items: center; gap: 28px; }
21
+ .sb-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 4; }
22
+
23
+ /* Background photo placeholders */
24
+ .bg-photo-top, .bg-photo-bottom {
25
+ position: absolute; left: 24px; right: 24px; background: #E0E0E0; border: 1px solid #BDBDBD;
26
+ color: #757575; display: flex; align-items: center; justify-content: center; text-transform: none;
27
+ }
28
+ .bg-photo-top { top: 160px; height: 520px; border-radius: 24px; }
29
+ .bg-photo-bottom { top: 1220px; height: 720px; border-radius: 24px; }
30
+
31
+ /* Header / location line */
32
+ .header {
33
+ position: absolute; top: 188px; left: 48px; right: 48px; color: #ffffff;
34
+ display: flex; align-items: center; justify-content: space-between;
35
+ }
36
+ .header-left { display: flex; align-items: center; gap: 24px; }
37
+ .menu-btn svg, .pin-icon svg { width: 64px; height: 64px; stroke: #ffffff; fill: none; stroke-width: 4; }
38
+ .location-text { font-size: 48px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0.95; }
39
+ .header-right { display: flex; align-items: center; gap: 28px; }
40
+
41
+ .unit-toggle {
42
+ display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 16px;
43
+ background: rgba(64,64,64,0.35); border: 1px solid rgba(255,255,255,0.45); color: #dfefff;
44
+ font-weight: 700; font-size: 32px;
45
+ }
46
+ .unit-toggle .active {
47
+ background: #cfeaff; color: #0d2c3d; padding: 6px 12px; border-radius: 10px;
48
+ border: 1px solid rgba(0,0,0,0.08);
49
+ }
50
+ .dots { display: inline-flex; gap: 12px; }
51
+ .dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.9); }
52
+ .dot.active { background: rgba(255,255,255,0.95); }
53
+
54
+ /* Cards */
55
+ .card {
56
+ position: absolute; left: 48px; right: 48px;
57
+ background: rgba(255,255,255,0.24); border: 1px solid rgba(255,255,255,0.5);
58
+ border-radius: 24px; color: #ffffff; padding: 32px; box-sizing: border-box;
59
+ backdrop-filter: blur(6px);
60
+ }
61
+ .card.current { top: 360px; }
62
+ .card.hourly { top: 720px; }
63
+ .card.weekly { top: 1380px; }
64
+
65
+ .row { display: flex; align-items: center; justify-content: space-between; }
66
+
67
+ /* Current card styles */
68
+ .date-time { font-size: 40px; opacity: 0.95; }
69
+ .time { font-size: 72px; font-weight: 700; letter-spacing: 2px; }
70
+ .temp-area { display: flex; align-items: center; gap: 18px; }
71
+ .big-temp { font-size: 180px; font-weight: 300; line-height: 1; }
72
+ .deg-small { font-size: 44px; opacity: 0.8; vertical-align: super; }
73
+ .sun-icon svg { width: 120px; height: 120px; stroke: #fff; stroke-width: 4; fill: none; }
74
+ .sky-label { font-size: 40px; text-align: right; opacity: 0.9; }
75
+ .details { margin-top: 18px; font-size: 38px; line-height: 1.6; opacity: 0.95; }
76
+ .minmax { text-align: right; font-size: 44px; line-height: 1.8; }
77
+ .arrow-up, .arrow-down { display: inline-flex; align-items: center; gap: 10px; }
78
+ .arrow-up svg, .arrow-down svg { width: 28px; height: 28px; fill: #ffffff; }
79
+
80
+ /* Hourly card */
81
+ .hourly-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 18px; }
82
+ .hour-item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 16px 0; }
83
+ .hour-time { font-size: 36px; font-weight: 700; opacity: 0.95; }
84
+ .small-sun svg { width: 56px; height: 56px; stroke: #fff; fill: none; stroke-width: 3; }
85
+ .prec { font-size: 34px; opacity: 0.9; }
86
+ .hour-temp { font-size: 36px; font-weight: 600; }
87
+ .more-link { text-align: right; margin-top: 6px; font-size: 36px; text-decoration: underline; opacity: 0.9; }
88
+
89
+ .legend { display: flex; align-items: center; gap: 28px; margin-top: 20px; font-size: 36px; opacity: 0.95; }
90
+ .drop-icon svg, .snow-icon svg { width: 36px; height: 36px; stroke: #fff; stroke-width: 3; fill: none; }
91
+
92
+ /* Weekly card */
93
+ .day-head { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
94
+ .chip {
95
+ border: 2px solid rgba(255,255,255,0.8); border-radius: 16px; padding: 10px 0; text-align: center;
96
+ font-size: 36px; font-weight: 700; opacity: 0.95;
97
+ }
98
+ .week-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 16px; }
99
+ .week-item { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 10px; }
100
+ .week-sun svg, .week-cloud svg { width: 60px; height: 60px; stroke: #fff; fill: none; stroke-width: 3; }
101
+ .week-prec { font-size: 34px; opacity: 0.9; }
102
+ .week-high { font-size: 44px; font-weight: 700; }
103
+ .bar {
104
+ width: 40px; height: 260px; border-radius: 22px; background: linear-gradient(180deg, #7ae6ff 0%, #53d6ff 60%, #1cc3ff 100%);
105
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
106
+ }
107
+ .week-low { font-size: 36px; opacity: 0.95; margin-top: 6px; }
108
+
109
+ /* Ad banner placeholder */
110
+ .ad-banner {
111
+ position: absolute; left: 24px; right: 24px; bottom: 160px; height: 160px;
112
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 16px;
113
+ display: flex; align-items: center; justify-content: center; color: #757575;
114
+ }
115
+
116
+ /* Gesture pill */
117
+ .gesture {
118
+ position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%);
119
+ width: 360px; height: 18px; background: #ffffff; border-radius: 24px; opacity: 0.9;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <!-- Status bar -->
127
+ <div class="status-bar">
128
+ <div class="status-left">8:07</div>
129
+ <div class="status-right">
130
+ <span class="sb-icon">
131
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#fff"/><path d="M12 6v7l5 3" stroke="#fff"/></svg>
132
+ </span>
133
+ <span class="sb-icon">
134
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#fff"/><path d="M12 8v4" stroke="#fff"/><path d="M12 14h4" stroke="#fff"/></svg>
135
+ </span>
136
+ <span class="sb-icon">
137
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" stroke="#fff"/><path d="M8 8h8v8H8z" stroke="#fff"/></svg>
138
+ </span>
139
+ <span class="sb-icon">•</span>
140
+ <span class="sb-icon">
141
+ <svg viewBox="0 0 24 24"><path d="M3 10h16l2 4H3z" stroke="#fff"/></svg>
142
+ </span>
143
+ <span class="sb-icon">
144
+ <svg viewBox="0 0 24 24"><rect x="6" y="5" width="12" height="14" rx="2" stroke="#fff"/><path d="M10 3h4" stroke="#fff"/></svg>
145
+ </span>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Background photo placeholders -->
150
+ <div class="bg-photo-top">[IMG: Sunny sky background]</div>
151
+ <div class="bg-photo-bottom">[IMG: Snowy landscape background]</div>
152
+
153
+ <!-- Header / Location -->
154
+ <div class="header">
155
+ <div class="header-left">
156
+ <div class="menu-btn">
157
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="3"/></svg>
158
+ </div>
159
+ <div class="location-text">492, Gorakhpuri Colony, Paschim Puri,...</div>
160
+ </div>
161
+ <div class="header-right">
162
+ <div class="unit-toggle"><span>F</span><span class="active">C</span></div>
163
+ <div class="dots"><div class="dot active"></div><div class="dot"></div><div class="dot"></div></div>
164
+ <div class="pin-icon">
165
+ <svg viewBox="0 0 24 24"><path d="M12 21s7-6 7-11a7 7 0 1 0-14 0c0 5 7 11 7 11z" stroke="#fff"/></svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Current Weather Card -->
171
+ <div class="card current">
172
+ <div class="row">
173
+ <div>
174
+ <div class="date-time">Fri, 11/17/2023</div>
175
+ <div class="time">08:07 <span style="font-size:42px; font-weight:700;">AM</span></div>
176
+ </div>
177
+ <div class="temp-area">
178
+ <div class="big-temp">20<span class="deg-small">ºC</span></div>
179
+ <div class="sun-icon">
180
+ <svg viewBox="0 0 120 120">
181
+ <circle cx="60" cy="60" r="22" stroke="#fff"/>
182
+ <path d="M60 12v16M60 92v16M12 60h16M92 60h16M26 26l12 12M82 82l12 12M26 94l12-12M82 38l12-12" stroke="#fff"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ <div class="sky-label">clear sky</div>
187
+ </div>
188
+ <div class="row">
189
+ <div class="details">
190
+ Wind: 3 km/h, North East<br>
191
+ Rain probability: (Rain) 0%
192
+ </div>
193
+ <div class="minmax">
194
+ <div class="arrow-up">
195
+ <svg viewBox="0 0 24 24"><path d="M12 5l7 9H5z"/></svg> 28°
196
+ </div>
197
+ <div class="arrow-down">
198
+ <svg viewBox="0 0 24 24"><path d="M12 19l-7-9h14z"/></svg> 18°
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Hourly Forecast Card -->
205
+ <div class="card hourly">
206
+ <div class="hourly-list">
207
+ <div class="hour-item">
208
+ <div class="hour-time">07:00 AM</div>
209
+ <div class="small-sun">
210
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
211
+ </div>
212
+ <div class="prec">0%</div>
213
+ <div class="hour-temp">20°</div>
214
+ </div>
215
+ <div class="hour-item">
216
+ <div class="hour-time">08:00 AM</div>
217
+ <div class="small-sun">
218
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
219
+ </div>
220
+ <div class="prec">0%</div>
221
+ <div class="hour-temp">20°</div>
222
+ </div>
223
+ <div class="hour-item">
224
+ <div class="hour-time">09:00 AM</div>
225
+ <div class="small-sun">
226
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
227
+ </div>
228
+ <div class="prec">0%</div>
229
+ <div class="hour-temp">21°</div>
230
+ </div>
231
+ <div class="hour-item">
232
+ <div class="hour-time">10:00 AM</div>
233
+ <div class="small-sun">
234
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
235
+ </div>
236
+ <div class="prec">0%</div>
237
+ <div class="hour-temp">22°</div>
238
+ </div>
239
+ <div class="hour-item">
240
+ <div class="hour-time">11:00 AM</div>
241
+ <div class="small-sun">
242
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
243
+ </div>
244
+ <div class="prec">0%</div>
245
+ <div class="hour-temp">24°</div>
246
+ </div>
247
+ <div class="hour-item">
248
+ <div class="hour-time">12:00 PM</div>
249
+ <div class="small-sun">
250
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
251
+ </div>
252
+ <div class="prec">0%</div>
253
+ <div class="hour-temp">25°</div>
254
+ </div>
255
+ </div>
256
+ <div class="legend">
257
+ <span class="drop-icon"><svg viewBox="0 0 24 24"><path d="M12 3c4 6 7 8 7 12a7 7 0 0 1-14 0c0-4 3-6 7-12z"/></svg></span> Chance of rain
258
+ <span class="snow-icon"><svg viewBox="0 0 24 24"><path d="M12 4v16M5 7l14 10M19 7L5 17" /></svg></span> Chance of snow
259
+ </div>
260
+ <div class="more-link">More...</div>
261
+ </div>
262
+
263
+ <!-- Weekly Forecast Card -->
264
+ <div class="card weekly">
265
+ <div class="day-head">
266
+ <div class="chip">FRI</div>
267
+ <div class="chip">SAT</div>
268
+ <div class="chip">SUN</div>
269
+ <div class="chip">MON</div>
270
+ <div class="chip">TUE</div>
271
+ <div class="chip">WED</div>
272
+ <div class="chip">THU</div>
273
+ </div>
274
+
275
+ <div class="week-row">
276
+ <div class="week-item">
277
+ <div class="week-sun">
278
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
279
+ </div>
280
+ <div class="week-prec">0%</div>
281
+ <div class="week-high">28°</div>
282
+ <div class="bar" style="height: 300px;"></div>
283
+ <div class="week-low">18°</div>
284
+ </div>
285
+ <div class="week-item">
286
+ <div class="week-cloud">
287
+ <svg viewBox="0 0 60 60"><path d="M20 36h24a10 10 0 0 0 0-20c-2 0-4 1-6 3a14 14 0 0 0-26 7c0 6 5 10 8 10z" stroke="#fff"/></svg>
288
+ </div>
289
+ <div class="week-prec">0%</div>
290
+ <div class="week-high">28°</div>
291
+ <div class="bar" style="height: 260px;"></div>
292
+ <div class="week-low">18°</div>
293
+ </div>
294
+ <div class="week-item">
295
+ <div class="week-sun">
296
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
297
+ </div>
298
+ <div class="week-prec">0%</div>
299
+ <div class="week-high">29°</div>
300
+ <div class="bar" style="height: 280px;"></div>
301
+ <div class="week-low">19°</div>
302
+ </div>
303
+ <div class="week-item">
304
+ <div class="week-sun">
305
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
306
+ </div>
307
+ <div class="week-prec">0%</div>
308
+ <div class="week-high">29°</div>
309
+ <div class="bar" style="height: 280px;"></div>
310
+ <div class="week-low">19°</div>
311
+ </div>
312
+ <div class="week-item">
313
+ <div class="week-cloud">
314
+ <svg viewBox="0 0 60 60"><path d="M20 36h24a10 10 0 0 0 0-20c-2 0-4 1-6 3a14 14 0 0 0-26 7c0 6 5 10 8 10z" stroke="#fff"/></svg>
315
+ </div>
316
+ <div class="week-prec">0%</div>
317
+ <div class="week-high">30°</div>
318
+ <div class="bar" style="height: 320px;"></div>
319
+ <div class="week-low">19°</div>
320
+ </div>
321
+ <div class="week-item">
322
+ <div class="week-sun">
323
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
324
+ </div>
325
+ <div class="week-prec">0%</div>
326
+ <div class="week-high">29°</div>
327
+ <div class="bar" style="height: 280px;"></div>
328
+ <div class="week-low">19°</div>
329
+ </div>
330
+ <div class="week-item">
331
+ <div class="week-sun">
332
+ <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="10" stroke="#fff"/><path d="M30 4v10M30 46v10M4 30h10M46 30h10M12 12l8 8M40 40l8 8M12 48l8-8M40 20l8-8" stroke="#fff"/></svg>
333
+ </div>
334
+ <div class="week-prec">0%</div>
335
+ <div class="week-high">29°</div>
336
+ <div class="bar" style="height: 280px;"></div>
337
+ <div class="week-low">18°</div>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="more-link" style="margin-top: 14px;">More...</div>
342
+ </div>
343
+
344
+ <!-- Ad banner -->
345
+ <div class="ad-banner">[IMG: Ad banner - Winter wear promotion]</div>
346
+
347
+ <!-- Gesture pill -->
348
+ <div class="gesture"></div>
349
+
350
+ </div>
351
+ </body>
352
+ </html>
code/18121/18121_1.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Shopping App UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF; font-family: "Segoe UI", Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar (OS) */
15
+ .status-bar {
16
+ height: 96px; background: #3B3B3B; color: #fff;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .status-right { display: flex; align-items: center; gap: 28px; }
21
+ .status-dot { width: 14px; height: 14px; background: #C0C0C0; border-radius: 50%; display: inline-block; }
22
+ .status-icon {
23
+ width: 40px; height: 40px; border-radius: 6px; background: #757575;
24
+ }
25
+
26
+ /* Header / App bar */
27
+ .app-bar {
28
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
29
+ padding: 0 36px;
30
+ background: #121212;
31
+ }
32
+ .icon-btn { width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; }
33
+ .icon { width: 56px; height: 56px; }
34
+ .cart-wrap { position: relative; }
35
+ .badge {
36
+ position: absolute; right: -6px; top: -6px;
37
+ min-width: 56px; height: 56px; padding: 0 10px;
38
+ background: #F3B54D; color: #000; font-weight: 700; font-size: 32px;
39
+ border-radius: 50%; display: flex; align-items: center; justify-content: center;
40
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2);
41
+ }
42
+
43
+ /* Search bar */
44
+ .search-container { padding: 0 36px; }
45
+ .search-bar {
46
+ height: 120px; border-radius: 28px; background: #1E1E1E;
47
+ display: flex; align-items: center; gap: 24px; padding: 0 32px; color: #BFBFBF;
48
+ font-size: 42px;
49
+ box-shadow: inset 0 0 0 1px #2A2A2A;
50
+ }
51
+ .search-bar svg { width: 56px; height: 56px; fill: none; stroke: #BFBFBF; stroke-width: 6; }
52
+
53
+ /* Banner */
54
+ .banner {
55
+ margin: 24px 36px 0 36px;
56
+ background: #FFFFFF; color: #111;
57
+ border-radius: 28px; padding: 40px; position: relative;
58
+ min-height: 640px;
59
+ }
60
+ .banner-side {
61
+ position: absolute; top: 40px; bottom: 40px; width: 280px;
62
+ display: flex; align-items: flex-end; justify-content: center;
63
+ }
64
+ .banner-side.left { left: 0; transform: translateX(-20px); }
65
+ .banner-side.right { right: 0; transform: translateX(20px); }
66
+ .img-placeholder {
67
+ width: 240px; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
68
+ border-radius: 20px; display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 32px; text-align: center; padding: 12px;
70
+ }
71
+ .banner-content { max-width: 540px; margin: 40px auto 0 auto; text-align: left; }
72
+ .brand { font-weight: 800; font-size: 48px; color: #F0B740; margin-bottom: 6px; }
73
+ .headline {
74
+ font-size: 72px; font-weight: 800; line-height: 1.1; color: #000;
75
+ }
76
+ .headline .accent { color: #FFCC58; }
77
+ .subhead { font-size: 44px; color: #444; margin: 18px 0 36px; }
78
+ .banner-btn {
79
+ display: inline-flex; align-items: center; justify-content: center;
80
+ padding: 20px 28px; font-size: 40px; font-weight: 700; color: #F0B740;
81
+ border: 3px solid #C9C9C9; border-radius: 18px; background: #fff;
82
+ }
83
+ .dots { display: flex; gap: 18px; justify-content: center; margin-top: 36px; }
84
+ .dot {
85
+ width: 26px; height: 26px; border-radius: 50%;
86
+ background: #4D4D4D;
87
+ }
88
+ .dot.active { background: #F0B740; }
89
+
90
+ /* Gradient divider to transition to dark section */
91
+ .gradient-divider {
92
+ height: 80px;
93
+ margin: 0 36px;
94
+ border-radius: 20px;
95
+ background: linear-gradient(180deg, rgba(255,255,255,1) 0%, #1D1D1D 100%);
96
+ }
97
+
98
+ /* Sections */
99
+ .section { padding: 24px 36px; }
100
+ .section-title {
101
+ font-size: 64px; font-weight: 800; margin: 16px 0 28px;
102
+ }
103
+
104
+ /* Deal cards */
105
+ .cards-row { display: flex; gap: 28px; }
106
+ .deal-card {
107
+ width: 240px; border-radius: 28px; overflow: hidden; background: #2A2A2A;
108
+ box-shadow: 0 2px 0 rgba(0,0,0,0.35);
109
+ }
110
+ .deal-card .top-img {
111
+ width: 100%; height: 240px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
112
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
113
+ }
114
+ .deal-card .caption {
115
+ background: #FFFFFF; color: #111; padding: 24px; font-size: 42px; font-weight: 700;
116
+ border-top-left-radius: 0; border-top-right-radius: 0;
117
+ }
118
+
119
+ /* Top Categories */
120
+ .title-row { display: flex; align-items: center; justify-content: space-between; }
121
+ .view-all {
122
+ background: #F0B740; color: #111; font-weight: 800; font-size: 40px;
123
+ padding: 16px 24px; border-radius: 14px; border: none;
124
+ }
125
+ .category {
126
+ width: 200px; text-align: center;
127
+ }
128
+ .category .cat-img {
129
+ width: 200px; height: 160px; border-radius: 22px;
130
+ background: #E0E0E0; border: 1px solid #BDBDBD;
131
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; padding: 8px;
132
+ }
133
+ .category .cat-label { margin-top: 16px; font-size: 38px; color: #EDEDED; }
134
+
135
+ /* Bottom navigation */
136
+ .bottom-nav {
137
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 200px;
138
+ background: #1A1A1A; display: flex; align-items: center; justify-content: space-around;
139
+ border-top: 1px solid #2C2C2C;
140
+ }
141
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #D9D9D9; }
142
+ .nav-item.active { color: #F0B740; }
143
+ .nav-label { font-size: 36px; }
144
+ .nav-icon { width: 64px; height: 64px; }
145
+
146
+ /* Utility */
147
+ .mt-12 { margin-top: 12px; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status bar -->
154
+ <div class="status-bar">
155
+ <div>8:08</div>
156
+ <div class="status-right">
157
+ <span class="status-dot"></span>
158
+ <span class="status-dot"></span>
159
+ <span class="status-icon"></span>
160
+ <span class="status-icon"></span>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- App bar -->
165
+ <div class="app-bar">
166
+ <div class="icon-btn">
167
+ <!-- Hamburger -->
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <path d="M3 6h18M3 12h18M3 18h12" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
170
+ </svg>
171
+ </div>
172
+ <div class="cart-wrap icon-btn">
173
+ <!-- Simple bag/cart -->
174
+ <svg class="icon" viewBox="0 0 24 24">
175
+ <path d="M6 9h12l-1 10H7L6 9z" fill="#FFFFFF"/>
176
+ <path d="M9 9V7a3 3 0 0 1 6 0v2" stroke="#121212" stroke-width="2"/>
177
+ </svg>
178
+ <div class="badge">0</div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Search -->
183
+ <div class="search-container">
184
+ <div class="search-bar">
185
+ <svg viewBox="0 0 24 24">
186
+ <circle cx="11" cy="11" r="7"></circle>
187
+ <path d="M20 20l-5-5"></path>
188
+ </svg>
189
+ <div>Search on our Global Store</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Banner -->
194
+ <div class="banner">
195
+ <div class="banner-side left">
196
+ <div class="img-placeholder">[IMG: Shopping Person Left]</div>
197
+ </div>
198
+
199
+ <div class="banner-content">
200
+ <div class="brand">Ubuy</div>
201
+ <div class="headline">BLACK <span class="accent">FRIDAY</span><br>Extravaganza</div>
202
+ <div class="subhead">Shop Smarter,<br>Save Bigger</div>
203
+ <div class="banner-btn">Click Here</div>
204
+ <div class="dots">
205
+ <span class="dot active"></span>
206
+ <span class="dot"></span>
207
+ <span class="dot"></span>
208
+ <span class="dot"></span>
209
+ <span class="dot"></span>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="banner-side right">
214
+ <div class="img-placeholder">[IMG: Shopping Person Right]</div>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="gradient-divider"></div>
219
+
220
+ <!-- Hot Deals -->
221
+ <div class="section">
222
+ <div class="section-title">Hot Deals</div>
223
+ <div class="cards-row">
224
+ <div class="deal-card">
225
+ <div class="top-img">[IMG: Energy Drink Cans]</div>
226
+ <div class="caption">Energy Drink</div>
227
+ </div>
228
+
229
+ <div class="deal-card">
230
+ <div class="top-img">[IMG: Anime Figure]</div>
231
+ <div class="caption">Anime Store</div>
232
+ </div>
233
+
234
+ <div class="deal-card">
235
+ <div class="top-img">[IMG: Beauty Products]</div>
236
+ <div class="caption">Korean Beauty Products</div>
237
+ </div>
238
+
239
+ <div class="deal-card">
240
+ <div class="top-img">[IMG: Yoga Accessories]</div>
241
+ <div class="caption">Yoga Accessories</div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Top Categories -->
247
+ <div class="section">
248
+ <div class="title-row">
249
+ <div class="section-title" style="margin: 0;">Top Categories</div>
250
+ <button class="view-all">View All</button>
251
+ </div>
252
+ <div class="cards-row mt-12">
253
+ <div class="category">
254
+ <div class="cat-img">[IMG: Automotive]</div>
255
+ <div class="cat-label">Automotive</div>
256
+ </div>
257
+ <div class="category">
258
+ <div class="cat-img">[IMG: Baby & Toddler]</div>
259
+ <div class="cat-label">Baby & Toddler</div>
260
+ </div>
261
+ <div class="category">
262
+ <div class="cat-img">[IMG: Beauty & Personal Care]</div>
263
+ <div class="cat-label">Beauty & Personal Care</div>
264
+ </div>
265
+ <div class="category">
266
+ <div class="cat-img">[IMG: Beverages]</div>
267
+ <div class="cat-label">Beverages</div>
268
+ </div>
269
+ <div class="category">
270
+ <div class="cat-img">[IMG: More Category]</div>
271
+ <div class="cat-label">More</div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Bottom navigation -->
277
+ <div class="bottom-nav">
278
+ <div class="nav-item active">
279
+ <svg class="nav-icon" viewBox="0 0 24 24">
280
+ <path d="M3 11l9-7 9 7v9H3z" fill="#F0B740"/>
281
+ </svg>
282
+ <div class="nav-label">Explore</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <svg class="nav-icon" viewBox="0 0 24 24">
286
+ <path d="M13.5 3a6.5 6.5 0 1 0 7.5 7.5M3 21l6-6" stroke="#D9D9D9" stroke-width="2" fill="none"/>
287
+ </svg>
288
+ <div class="nav-label">Deals</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <svg class="nav-icon" viewBox="0 0 24 24">
292
+ <circle cx="12" cy="12" r="10" fill="#D9D9D9"/>
293
+ </svg>
294
+ <div class="nav-label">US Store</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <svg class="nav-icon" viewBox="0 0 24 24">
298
+ <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" fill="#D9D9D9"/>
299
+ </svg>
300
+ <div class="nav-label">Favorites</div>
301
+ </div>
302
+ <div class="nav-item">
303
+ <svg class="nav-icon" viewBox="0 0 24 24">
304
+ <circle cx="11" cy="11" r="6" stroke="#D9D9D9" stroke-width="2" fill="none"/>
305
+ <path d="M20 20l-4.5-4.5" stroke="#D9D9D9" stroke-width="2"/>
306
+ </svg>
307
+ <div class="nav-label">Search</div>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/18121/18121_2.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Dark Search Screen</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: #111213;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ background: #2A2A2A;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ color: #EDEDED;
27
+ font-weight: 600;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-left { font-size: 36px; }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .icon {
38
+ width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
39
+ }
40
+ .battery {
41
+ width: 60px; height: 28px; border: 3px solid #EFEFEF; border-radius: 6px; position: relative;
42
+ }
43
+ .battery:after {
44
+ content: ""; position: absolute; right: -10px; top: 7px; width: 6px; height: 14px; background: #EFEFEF; border-radius: 2px;
45
+ }
46
+ .battery .level {
47
+ position: absolute; top: 3px; left: 3px; height: 20px; width: 38px; background: #EFEFEF; border-radius: 3px;
48
+ }
49
+
50
+ /* App bar */
51
+ .app-bar {
52
+ height: 140px;
53
+ background: #1B1B1B;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 24px;
57
+ box-sizing: border-box;
58
+ border-bottom: 1px solid #222;
59
+ }
60
+ .left-actions {
61
+ display: flex; align-items: center; gap: 18px;
62
+ }
63
+ .right-actions { margin-left: auto; position: relative; }
64
+ .cart {
65
+ width: 70px; height: 70px; border-radius: 12px; border: 3px solid #EDEDED; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .badge {
68
+ position: absolute; top: -6px; right: -6px; background: #FFB300; color: #111; width: 36px; height: 36px; border-radius: 50%;
69
+ display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; border: 3px solid #1B1B1B;
70
+ }
71
+
72
+ /* Content */
73
+ .content { padding: 36px; }
74
+ .title {
75
+ font-size: 64px; font-weight: 700; margin: 28px 0 24px; color: #F5F5F5;
76
+ }
77
+
78
+ .search-box {
79
+ width: 100%;
80
+ background: #232323;
81
+ border-radius: 22px;
82
+ border: 1px solid #2F2F2F;
83
+ height: 120px;
84
+ display: flex; align-items: center;
85
+ padding: 0 28px;
86
+ box-sizing: border-box;
87
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 2px 10px rgba(0,0,0,0.25);
88
+ }
89
+ .search-placeholder {
90
+ color: #C9C9C9; font-size: 36px; letter-spacing: 0.2px;
91
+ }
92
+ .spacer { flex: 1; }
93
+ .search-icon, .mic-icon { width: 48px; height: 48px; }
94
+
95
+ /* Keyboard mock */
96
+ .keyboard {
97
+ position: absolute;
98
+ left: 0; right: 0; bottom: 0;
99
+ height: 980px;
100
+ background: #181A1B;
101
+ border-top: 1px solid #222;
102
+ box-sizing: border-box;
103
+ padding: 22px 22px 90px;
104
+ }
105
+ .kb-toolbar {
106
+ display: flex; align-items: center; justify-content: space-between;
107
+ padding: 6px 8px 18px;
108
+ }
109
+ .tool-btn {
110
+ width: 88px; height: 88px; background: #232628; border-radius: 22px; display: flex; align-items: center; justify-content: center;
111
+ color: #DCDCDC; font-weight: 700; font-size: 30px; border: 1px solid #2B2E30;
112
+ }
113
+
114
+ .kb-row {
115
+ display: flex; gap: 14px; justify-content: center; margin: 14px 0;
116
+ }
117
+ .key {
118
+ background: #2B2D30; color: #EDEDED; border-radius: 22px; min-width: 88px; height: 120px; display: flex; align-items: center; justify-content: center;
119
+ font-size: 42px; border: 1px solid #3A3D40;
120
+ }
121
+ .key.wide { min-width: 140px; }
122
+ .key.xwide { min-width: 220px; }
123
+ .key.space { flex: 1; }
124
+ .bottom-bar {
125
+ position: absolute; left: 0; right: 0; bottom: 24px; display: flex; justify-content: center;
126
+ }
127
+ .home-handle {
128
+ width: 280px; height: 10px; background: #CFCFCF; opacity: 0.6; border-radius: 6px;
129
+ }
130
+ /* helper */
131
+ .mute { opacity: 0.8; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div class="status-left">8:08</div>
140
+ <div class="status-right">
141
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><circle cx="12" cy="12" r="10" fill="none" stroke="#EDEDED" stroke-width="2"/><circle cx="12" cy="12" r="6" fill="#EDEDED"/></svg>
142
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2"><path d="M2 12h4l3 3V9l-3 3H2z"/><path d="M14 8a6 6 0 0 1 6 6" /></svg>
143
+ <div class="battery"><div class="level"></div></div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- App bar -->
148
+ <div class="app-bar">
149
+ <div class="left-actions">
150
+ <!-- Back arrow -->
151
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
152
+ <path d="M15 18l-6-6 6-6"/>
153
+ </svg>
154
+ <!-- Hamburger -->
155
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.5" stroke-linecap="round">
156
+ <path d="M4 8h16M8 12h12"/>
157
+ </svg>
158
+ </div>
159
+ <div class="right-actions">
160
+ <div class="cart">
161
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
162
+ <path d="M6 6h15l-1.5 9h-12z"/><circle cx="9" cy="20" r="1.5"/><circle cx="18" cy="20" r="1.5"/>
163
+ </svg>
164
+ </div>
165
+ <div class="badge">0</div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Content -->
170
+ <div class="content">
171
+ <div class="title">Search</div>
172
+
173
+ <div class="search-box">
174
+ <svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="#C9C9C9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
175
+ <circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/>
176
+ </svg>
177
+ <div style="width:16px;"></div>
178
+ <div class="search-placeholder">Search in All Department</div>
179
+ <div class="spacer"></div>
180
+ <svg class="mic-icon" viewBox="0 0 24 24" fill="none" stroke="#C9C9C9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
181
+ <rect x="9" y="3" width="6" height="10" rx="3"/><path d="M12 17v4"/><path d="M7 12a5 5 0 0 0 10 0"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Keyboard mock -->
187
+ <div class="keyboard">
188
+ <div class="kb-toolbar">
189
+ <div style="display:flex; gap:14px; align-items:center;">
190
+ <div class="tool-btn">
191
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#DCDCDC">
192
+ <rect x="3" y="3" width="7" height="7" rx="2"/><rect x="14" y="3" width="7" height="7" rx="2"/>
193
+ <rect x="3" y="14" width="7" height="7" rx="2"/><rect x="14" y="14" width="7" height="7" rx="2"/>
194
+ </svg>
195
+ </div>
196
+ <div class="tool-btn">☺</div>
197
+ <div class="tool-btn" style="font-weight:900;">GIF</div>
198
+ <div class="tool-btn">
199
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#DCDCDC" stroke-width="2"><circle cx="12" cy="12" r="8"/><path d="M12 8v4l3 3"/></svg>
200
+ </div>
201
+ <div class="tool-btn">
202
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#DCDCDC" stroke-width="2">
203
+ <path d="M3 7h10v10H3z"/><path d="M14 7h7M14 12h7M14 17h7"/>
204
+ </svg>
205
+ </div>
206
+ <div class="tool-btn">
207
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#DCDCDC"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="4" fill="#181A1B"/></svg>
208
+ </div>
209
+ </div>
210
+ <div class="tool-btn" style="background:#AFC6E8; color:#1a1a1a;">
211
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1a1a1a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
212
+ <rect x="9" y="3" width="6" height="10" rx="3"/><path d="M12 17v4"/><path d="M7 12a5 5 0 0 0 10 0"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="kb-row">
218
+ <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>
219
+ <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>
220
+ </div>
221
+ <div class="kb-row" style="padding: 0 40px;">
222
+ <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>
223
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
224
+ </div>
225
+ <div class="kb-row">
226
+ <div class="key wide">
227
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
228
+ <path d="M7 17l5-10 5 10"/><path d="M12 13h6"/>
229
+ </svg>
230
+ </div>
231
+ <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>
232
+ <div class="key wide">
233
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
234
+ <path d="M19 7L10 16"/><path d="M15 16h-5v-5"/>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ <div class="kb-row">
239
+ <div class="key xwide mute">?123</div>
240
+ <div class="key">,</div>
241
+ <div class="key space"></div>
242
+ <div class="key">.</div>
243
+ <div class="key xwide" style="background:#BFD0E9; color:#111;">
244
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
245
+ <circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="bottom-bar"><div class="home-handle"></div></div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/18121/18121_3.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Search UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 110px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #E0E0E0;
26
+ font-size: 40px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 18px; }
30
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.85; }
31
+ .dot { width: 10px; height: 10px; background: #9E9E9E; border-radius: 50%; display: inline-block; }
32
+
33
+ /* App bar */
34
+ .appbar {
35
+ height: 118px;
36
+ padding: 0 28px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ }
41
+ .appbar-left { display: flex; align-items: center; gap: 18px; }
42
+ .appbar-title {
43
+ font-size: 64px;
44
+ font-weight: 600;
45
+ letter-spacing: 0.3px;
46
+ }
47
+ .icon-btn {
48
+ width: 88px;
49
+ height: 88px;
50
+ display: inline-flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ border-radius: 16px;
54
+ color: #E0E0E0;
55
+ }
56
+ .cart-wrap { position: relative; }
57
+ .badge {
58
+ position: absolute;
59
+ top: 6px;
60
+ right: 6px;
61
+ width: 44px;
62
+ height: 44px;
63
+ background: #FFB300;
64
+ color: #111;
65
+ border-radius: 50%;
66
+ font-size: 28px;
67
+ font-weight: 700;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ border: 3px solid #121212;
72
+ }
73
+
74
+ /* Search field */
75
+ .search-wrap {
76
+ padding: 18px 28px 8px;
77
+ }
78
+ .search-field {
79
+ height: 112px;
80
+ background: #1D1D1D;
81
+ border-radius: 24px;
82
+ border: 1px solid #2A2A2A;
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 0 28px;
86
+ gap: 22px;
87
+ }
88
+ .search-input {
89
+ flex: 1;
90
+ display: flex;
91
+ align-items: center;
92
+ font-size: 44px;
93
+ color: #EDEDED;
94
+ opacity: 0.95;
95
+ }
96
+ .typed {
97
+ white-space: nowrap;
98
+ }
99
+ .caret {
100
+ display: inline-block;
101
+ width: 2px;
102
+ height: 52px;
103
+ margin-left: 6px;
104
+ background: #7EE7FF;
105
+ animation: blink 1.1s step-end infinite;
106
+ }
107
+ @keyframes blink { 50% { opacity: 0; } }
108
+ .field-actions {
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 20px;
112
+ }
113
+ .pill-icon {
114
+ width: 64px; height: 64px;
115
+ background: #2A2A2A;
116
+ border-radius: 50%;
117
+ display:flex; align-items:center; justify-content:center;
118
+ border: 1px solid #333;
119
+ }
120
+
121
+ /* Suggestions */
122
+ .suggestions {
123
+ margin-top: 12px;
124
+ border-top: 1px solid #1F1F1F;
125
+ }
126
+ .suggestion-item {
127
+ padding: 28px;
128
+ font-size: 44px;
129
+ color: #E0E0E0;
130
+ border-bottom: 1px solid #1F1F1F;
131
+ }
132
+
133
+ /* Keyboard */
134
+ .keyboard {
135
+ position: absolute;
136
+ left: 0; right: 0;
137
+ bottom: 40px;
138
+ height: 920px;
139
+ background: #1A1A1A;
140
+ border-top: 1px solid #252525;
141
+ display: flex;
142
+ flex-direction: column;
143
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
144
+ }
145
+ .kb-suggestion-bar {
146
+ height: 120px;
147
+ padding: 0 22px;
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 16px;
151
+ border-bottom: 1px solid #242424;
152
+ background: #1F1F1F;
153
+ }
154
+ .kb-chip, .kb-emoji {
155
+ padding: 18px 28px;
156
+ background: #2A2A2A;
157
+ border-radius: 20px;
158
+ color: #D8D8D8;
159
+ font-size: 40px;
160
+ border: 1px solid #353535;
161
+ }
162
+ .kb-suggestion-left {
163
+ display:flex; align-items:center; gap:16px; flex:1;
164
+ }
165
+ .kb-grid-icon {
166
+ width: 72px; height: 72px; background:#2A2A2A; border-radius: 16px; border:1px solid #353535; display:flex; align-items:center; justify-content:center;
167
+ }
168
+ .kb-row { flex: 1; display: flex; justify-content: center; gap: 12px; padding: 12px 22px; }
169
+ .key {
170
+ flex: 1;
171
+ max-width: 84px;
172
+ min-width: 60px;
173
+ background: #2B2B2B;
174
+ color: #E0E0E0;
175
+ border-radius: 18px;
176
+ display: flex; align-items: center; justify-content: center;
177
+ font-size: 42px;
178
+ border: 1px solid #363636;
179
+ }
180
+ .key-wide { max-width: 120px; }
181
+ .key-xwide { flex: 3; max-width: none; }
182
+ .key-action { background: #2F2F2F; }
183
+ .key-search {
184
+ width: 140px;
185
+ background: #9DB9D7;
186
+ color: #0C1B2A;
187
+ font-weight: 700;
188
+ }
189
+
190
+ /* Home indicator */
191
+ .home-indicator {
192
+ position: absolute;
193
+ bottom: 12px;
194
+ left: 50%;
195
+ transform: translateX(-50%);
196
+ width: 380px;
197
+ height: 10px;
198
+ border-radius: 10px;
199
+ background: #A0A0A0;
200
+ opacity: 0.6;
201
+ }
202
+
203
+ /* Utility SVG styling */
204
+ svg { width: 48px; height: 48px; fill: currentColor; }
205
+ .search-icon svg { opacity: 0.9; }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <!-- Status bar -->
212
+ <div class="statusbar">
213
+ <div class="status-left">
214
+ <span>8:09</span>
215
+ </div>
216
+ <div class="status-icons">
217
+ <span class="dot"></span>
218
+ <span class="dot"></span>
219
+ <span class="dot"></span>
220
+ <span class="dot"></span>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- App bar -->
225
+ <div class="appbar">
226
+ <div class="appbar-left">
227
+ <div class="icon-btn" aria-label="Back">
228
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5-1.2 1.5L4.5 12 14.3 3z"/></svg>
229
+ </div>
230
+ <div class="icon-btn" aria-label="Menu">
231
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v2H4zm0 4.5h12v2H4zm0 4.5h8v2H4z"/></svg>
232
+ </div>
233
+ <div class="appbar-title">Search</div>
234
+ </div>
235
+ <div class="cart-wrap icon-btn" aria-label="Cart">
236
+ <svg viewBox="0 0 24 24"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 6h14l-1.2 6.2c-.1.8-.8 1.4-1.6 1.4H8.3l-.5 2.4H18v2H6l1.2-6H17c.1 0 .2-.1.2-.2L18 8H7.3L6.6 4H3V2h4l1 4z"/></svg>
237
+ <div class="badge">0</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Search field -->
242
+ <div class="search-wrap">
243
+ <div class="search-field">
244
+ <div class="search-icon">
245
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
246
+ </div>
247
+ <div class="search-input">
248
+ <span class="typed">wireless mouse</span><span class="caret"></span>
249
+ </div>
250
+ <div class="field-actions">
251
+ <div class="pill-icon" aria-label="Clear">
252
+ <svg viewBox="0 0 24 24"><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"/></svg>
253
+ </div>
254
+ <div class="pill-icon" aria-label="Voice">
255
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.9V21h2v-3.1A7 7 0 0 0 19 11h-2z"/></svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Suggestions -->
262
+ <div class="suggestions">
263
+ <div class="suggestion-item">wireless mouse</div>
264
+ <div class="suggestion-item">wireless mouse for laptop</div>
265
+ <div class="suggestion-item">wireless mouse and keyboard</div>
266
+ <div class="suggestion-item">wireless mouse logitech</div>
267
+ <div class="suggestion-item">wireless mouse gaming</div>
268
+ <div class="suggestion-item">wireless mouse and keyboard combo</div>
269
+ <div class="suggestion-item">wireless mouse bluetooth</div>
270
+ <div class="suggestion-item">wireless mouse for macbook air</div>
271
+ <div class="suggestion-item">wireless mouse for mac</div>
272
+ <div class="suggestion-item">wireless mouse usb c</div>
273
+ </div>
274
+
275
+ <!-- Keyboard -->
276
+ <div class="keyboard">
277
+ <!-- Suggestion / toolbar row -->
278
+ <div class="kb-suggestion-bar">
279
+ <div class="kb-suggestion-left">
280
+ <div class="kb-grid-icon" aria-label="Apps grid">
281
+ <svg viewBox="0 0 24 24"><path d="M3 3h6v6H3V3zm12 0h6v6h-6V3zM3 15h6v6H3v-6zm12 0h6v6h-6v-6z"/></svg>
282
+ </div>
283
+ <div class="kb-chip">mouse</div>
284
+ <div class="kb-chip">mouser</div>
285
+ <div class="kb-emoji">🐭</div>
286
+ <div class="kb-emoji">🐁</div>
287
+ </div>
288
+ <div class="kb-grid-icon" aria-label="Mic">
289
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.9V21h2v-3.1A7 7 0 0 0 19 11h-2z"/></svg>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Row 1 -->
294
+ <div class="kb-row">
295
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><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>
296
+ </div>
297
+ <!-- Row 2 -->
298
+ <div class="kb-row">
299
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
300
+ </div>
301
+ <!-- Row 3 -->
302
+ <div class="kb-row">
303
+ <div class="key key-wide key-action">shift</div>
304
+ <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>
305
+ <div class="key key-wide key-action">
306
+ <svg viewBox="0 0 24 24"><path d="M6 6h11l-1 2H8l-1 8h10l1-6h2l-1.3 7.7c-.1.7-.7 1.3-1.4 1.3H6.8c-.9 0-1.6-.8-1.5-1.7L6 6z"/></svg>
307
+ </div>
308
+ </div>
309
+ <!-- Row 4 -->
310
+ <div class="kb-row">
311
+ <div class="key key-wide key-action">?123</div>
312
+ <div class="key">,</div>
313
+ <div class="key key-wide key-action">😊</div>
314
+ <div class="key key-xwide">space</div>
315
+ <div class="key">.</div>
316
+ <div class="key key-search">🔍</div>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="home-indicator"></div>
321
+ </div>
322
+ </body>
323
+ </html>
code/18121/18121_4.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Results - Wireless Mouse</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: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
17
+ background: #3A3A3A; color: #fff; display: flex; align-items: center; padding: 0 32px;
18
+ font-size: 38px;
19
+ }
20
+ .status-icons { margin-left: 24px; display: flex; align-items: center; gap: 22px; opacity: 0.9; }
21
+ .sb-dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
22
+
23
+ /* Header / App bar */
24
+ .app-bar {
25
+ position: absolute; top: 120px; left: 0; width: 1080px; height: 260px;
26
+ background: #1F1F1F;
27
+ }
28
+ .app-bar-inner { position: absolute; left: 32px; right: 32px; top: 24px; bottom: 24px; }
29
+ .top-actions { display: flex; align-items: center; gap: 24px; }
30
+ .title { font-weight: 800; font-size: 80px; margin-top: 30px; }
31
+ .query { font-size: 42px; color: #cfcfcf; margin-top: 18px; }
32
+ .accent-bar { width: 360px; height: 12px; background: #F5A500; border-radius: 6px; margin-top: 16px; }
33
+ .divider { position: absolute; bottom: -8px; left: 0; width: 1080px; height: 8px; background: #252525; }
34
+
35
+ .right-icons {
36
+ position: absolute; right: 32px; top: 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 34px;
37
+ }
38
+ .grid-toggle { position: absolute; right: 32px; bottom: -10px; }
39
+
40
+ /* Product grid */
41
+ .content {
42
+ position: absolute; top: 380px; left: 0; right: 0; bottom: 200px; overflow: hidden;
43
+ }
44
+ .grid {
45
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 24px;
46
+ }
47
+ .card {
48
+ background: #1A1A1A; border: 2px solid #2A2A2A; border-radius: 6px; overflow: hidden;
49
+ }
50
+ .img {
51
+ width: 100%; height: 420px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
52
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 32px;
53
+ }
54
+ .card-body {
55
+ padding: 24px; position: relative; min-height: 210px;
56
+ }
57
+ .badge {
58
+ display: inline-block; background: #FFFFFF; color: #000; font-weight: 800; font-size: 32px;
59
+ padding: 10px 16px; border-radius: 18px;
60
+ }
61
+ .striked {
62
+ color: #9b9b9b; text-decoration: line-through; margin-top: 12px; font-size: 32px;
63
+ }
64
+ .price {
65
+ color: #FFC107; font-weight: 800; font-size: 44px; margin-top: 12px;
66
+ }
67
+ .desc {
68
+ color: #DADADA; font-size: 30px; margin-top: 14px; line-height: 1.25;
69
+ }
70
+ .mini-actions {
71
+ position: absolute; right: 16px; top: 18px; display: flex; align-items: center; gap: 10px;
72
+ }
73
+ .tiny-icon {
74
+ width: 46px; height: 46px; background: #2A2A2A; border: 2px solid #3a3a3a; border-radius: 6px; display: flex; align-items: center; justify-content: center;
75
+ }
76
+
77
+ /* Bottom nav */
78
+ .bottom-nav {
79
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 180px;
80
+ background: #2B2B2B; border-top: 2px solid #3A3A3A; display: flex; align-items: center; justify-content: space-around;
81
+ padding: 16px 24px;
82
+ }
83
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #DADADA; font-size: 30px; }
84
+ .nav-icon { width: 60px; height: 60px; }
85
+ .center-flag {
86
+ width: 110px; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 50%;
87
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
88
+ margin-bottom: 8px;
89
+ }
90
+
91
+ /* Simple icon styles */
92
+ svg { display: block; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+ <!-- Status Bar -->
98
+ <div class="status-bar">
99
+ <div>8:10</div>
100
+ <div class="status-icons">
101
+ <!-- check circle -->
102
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><circle cx="12" cy="12" r="10"/><path d="M8 12l2 2 5-5" stroke="#3A3A3A" stroke-width="2" fill="none"/></svg>
103
+ <!-- clock -->
104
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2" stroke="#3A3A3A" stroke-width="2" fill="none"/></svg>
105
+ <!-- cube -->
106
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 3l8 4v10l-8 4-8-4V7z"/></svg>
107
+ <span class="sb-dot"></span>
108
+ </div>
109
+ <div style="margin-left:auto; display:flex; align-items:center; gap:22px;">
110
+ <!-- wifi -->
111
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff"><path d="M12 18a2 2 0 100 4 2 2 0 000-4zm-7-7a12 12 0 0114 0l-2 2a8 8 0 00-10 0l-2-2zm3-3a16 16 0 0110 0l-2 2a12 12 0 00-6 0l-2-2z"/></svg>
112
+ <!-- battery -->
113
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App Bar -->
118
+ <div class="app-bar">
119
+ <div class="app-bar-inner">
120
+ <div class="top-actions">
121
+ <!-- back -->
122
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff"><path d="M15 6l-6 6 6 6"/></svg>
123
+ <!-- two lines icon -->
124
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff"><path d="M6 9h12v2H6zM6 13h12v2H6z"/></svg>
125
+ </div>
126
+
127
+ <div class="title">Results</div>
128
+ <div class="query">wireless mouse</div>
129
+ <div class="accent-bar"></div>
130
+ </div>
131
+
132
+ <div class="right-icons">
133
+ <!-- cart with badge -->
134
+ <div style="position: relative;">
135
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="#fff">
136
+ <path d="M6 6h14l-2 9H7L6 6z"/><circle cx="9" cy="19" r="2"/><circle cx="17" cy="19" r="2"/>
137
+ </svg>
138
+ <div style="position:absolute; right:-8px; top:-8px; background:#FFA000; color:#000; font-weight:800; font-size:26px; width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;">0</div>
139
+ </div>
140
+ <!-- filter -->
141
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M3 5h18v2l-7 6v6l-4-2v-4L3 7z"/></svg>
142
+ <!-- sort -->
143
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M7 6h10v2H7zM7 11h7v2H7zM7 16h4v2H7z"/></svg>
144
+ </div>
145
+ <!-- grid icon near bottom right -->
146
+ <div class="grid-toggle">
147
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"/></svg>
148
+ </div>
149
+
150
+ <div class="divider"></div>
151
+ </div>
152
+
153
+ <!-- Content / Grid -->
154
+ <div class="content">
155
+ <div class="grid">
156
+ <!-- Card 1 -->
157
+ <div class="card">
158
+ <div class="img">[IMG: Red Wireless Mouse + USB Receiver]</div>
159
+ <div class="card-body">
160
+ <div class="mini-actions">
161
+ <div class="tiny-icon">
162
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
163
+ </div>
164
+ <div class="tiny-icon">
165
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
166
+ </div>
167
+ </div>
168
+ <div class="badge">42% OFF</div>
169
+ <div class="striked">INR 2528.00</div>
170
+ <div class="price">INR 1479.00</div>
171
+ <div class="desc">Logitech M317 Wireless Mouse, 2.4 GHz with USB Receiver, 1000 DPI</div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Card 2 -->
176
+ <div class="card">
177
+ <div class="img">[IMG: Grey Logitech Mouse + USB Receiver]</div>
178
+ <div class="card-body">
179
+ <div class="mini-actions">
180
+ <div class="tiny-icon">
181
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
182
+ </div>
183
+ <div class="tiny-icon">
184
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
185
+ </div>
186
+ </div>
187
+ <div class="price">INR 3367.00</div>
188
+ <div class="desc">Logitech M510 Wireless Computer Mouse for PC with USB Unifying</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Card 3 -->
193
+ <div class="card">
194
+ <div class="img">[IMG: Black Amazon Basics Wireless Mouse]</div>
195
+ <div class="card-body">
196
+ <div class="mini-actions">
197
+ <div class="tiny-icon">
198
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
199
+ </div>
200
+ <div class="tiny-icon">
201
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
202
+ </div>
203
+ </div>
204
+ <div class="price">INR 1572.00</div>
205
+ <div class="desc">Amazon Basics Wireless Computer Mouse with USB Nano Receiver -</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Card 4 -->
210
+ <div class="card">
211
+ <div class="img">[IMG: Red TECKNET Wireless Mouse + Blue USB]</div>
212
+ <div class="card-body">
213
+ <div class="mini-actions">
214
+ <div class="tiny-icon">
215
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
216
+ </div>
217
+ <div class="tiny-icon">
218
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
219
+ </div>
220
+ </div>
221
+ <div class="badge">34% OFF</div>
222
+ <div class="striked">INR 2528.00</div>
223
+ <div class="price">INR 1688.00</div>
224
+ <div class="desc">TECKNET Wireless Mouse, 2.4G Ergonomic Optical Mouse, Computer</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Card 5 -->
229
+ <div class="card">
230
+ <div class="img">[IMG: Black Logitech Mouse (Partial View)]</div>
231
+ <div class="card-body">
232
+ <div class="mini-actions">
233
+ <div class="tiny-icon">
234
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
235
+ </div>
236
+ <div class="tiny-icon">
237
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
238
+ </div>
239
+ </div>
240
+ <div class="price">INR 1399.00</div>
241
+ <div class="desc">Logitech Wireless Mouse Compact Design</div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Card 6 -->
246
+ <div class="card">
247
+ <div class="img">[IMG: Sleek RGB Wireless Mouse + Color Options]</div>
248
+ <div class="card-body">
249
+ <div class="mini-actions">
250
+ <div class="tiny-icon">
251
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zM6 6h12v2H6zM8 14h8v2H8z"/></svg>
252
+ </div>
253
+ <div class="tiny-icon">
254
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M6 6h14l-2 9H7L6 6z"/></svg>
255
+ </div>
256
+ </div>
257
+ <div class="price">INR 1890.00</div>
258
+ <div class="desc">Ultra-thin Wireless Mouse with RGB Lighting, Multiple Colors</div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Bottom Navigation -->
265
+ <div class="bottom-nav">
266
+ <div class="nav-item">
267
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#DADADA"><path d="M12 3l9 8v9H3v-9z"/><path d="M9 14h6v6H9z" fill="#9E9E9E"/></svg>
268
+ <div>Explore</div>
269
+ </div>
270
+ <div class="nav-item">
271
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#DADADA"><path d="M6 12a6 6 0 1112 0 6 6 0 01-12 0zm7-7h5v2h-5z"/></svg>
272
+ <div>Deals</div>
273
+ </div>
274
+ <div class="nav-item">
275
+ <div class="center-flag">[IMG: US Flag]</div>
276
+ <div>US Store</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#DADADA"><path d="M12 21l-4-3V9l4-3 4 3v9z"/></svg>
280
+ <div>Favorites</div>
281
+ </div>
282
+ <div class="nav-item">
283
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#DADADA"><circle cx="10" cy="10" r="6"/><path d="M21 21l-6-6"/></svg>
284
+ <div>Search</div>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </body>
289
+ </html>
code/18121/18121_6.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Results - Wireless Mouse</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #111;
13
+ color: #fff;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 110px; background:#3a3a3a; color:#fff;
18
+ display:flex; align-items:center; padding: 0 32px; font-weight:600;
19
+ font-size: 40px;
20
+ }
21
+ .status-icons { margin-left:auto; display:flex; gap:28px; align-items:center; }
22
+ .dot { width: 20px; height: 20px; background:#cfcfcf; border-radius:50%; opacity:.9; }
23
+ /* Header area */
24
+ .header {
25
+ position: relative;
26
+ background:#171717;
27
+ padding: 32px 36px 24px 36px;
28
+ box-shadow: inset 0 -1px 0 rgba(255,255,255,0.05);
29
+ }
30
+ .header-top {
31
+ display:flex; align-items:center; gap:24px;
32
+ }
33
+ .back-icon { width:64px; height:64px; }
34
+ .header-actions {
35
+ position:absolute; right:36px; top:48px;
36
+ display:flex; flex-direction:column; gap:48px; align-items:flex-end;
37
+ }
38
+ .action { width:64px; height:64px; opacity:.85; }
39
+ .cart-badge {
40
+ position:absolute; top:-10px; right:-10px;
41
+ background:#ffb300; color:#111; border-radius:50%;
42
+ width:44px; height:44px; display:flex; align-items:center; justify-content:center;
43
+ font-weight:700; font-size:26px; border:2px solid #111;
44
+ }
45
+ .header h1 {
46
+ margin: 18px 0 10px 0; font-size:80px; font-weight:800; letter-spacing:0.5px;
47
+ }
48
+ .search-term {
49
+ font-size:40px; color:#cfcfcf; margin-bottom:18px;
50
+ }
51
+ .accent {
52
+ height:14px; width:360px; background:#ffb300; border-radius:8px;
53
+ }
54
+ .thin-divider { height:10px; background:#0d0d0d; margin-top:8px; }
55
+ /* Content area */
56
+ .content {
57
+ display:flex; height:1660px; /* fills until above nav */
58
+ }
59
+ .filters {
60
+ width:320px; background:#121212; border-right:1px solid rgba(255,255,255,0.12);
61
+ padding-top:18px;
62
+ }
63
+ .filter-item {
64
+ margin: 18px 0; background:#2b2b2b; color:#bdbdbd; font-weight:700;
65
+ padding:38px 24px; font-size:40px;
66
+ }
67
+ .filter-item.active {
68
+ background:#121212; color:#ffb300;
69
+ }
70
+ .results-list {
71
+ flex:1; background:#111; padding-top:8px;
72
+ }
73
+ .list-row {
74
+ padding:42px 38px;
75
+ font-size:44px; color:#eee;
76
+ border-top:1px solid rgba(255,255,255,0.18);
77
+ border-bottom:1px solid rgba(255,255,255,0.10);
78
+ }
79
+ /* Bottom nav */
80
+ .bottom-nav {
81
+ position:absolute; bottom:0; left:0; right:0;
82
+ height:180px; background:#3f3f3f; color:#eaeaea;
83
+ display:flex; align-items:center; justify-content:space-around;
84
+ border-top:1px solid rgba(255,255,255,0.15);
85
+ }
86
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:10px; font-size:32px; }
87
+ .nav-icon { width:60px; height:60px; }
88
+ .flag-wrap {
89
+ width:88px; height:88px; border-radius:50%;
90
+ background:#E0E0E0; border:1px solid #BDBDBD;
91
+ display:flex; justify-content:center; align-items:center; color:#757575; font-size:26px; text-align:center;
92
+ }
93
+ .gesture {
94
+ position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
95
+ width:220px; height:12px; background:#eaeaea; border-radius:12px; opacity:.85;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ 8:11
105
+ <div class="status-icons">
106
+ <div class="dot"></div>
107
+ <div class="dot" style="width:26px; height:26px;"></div>
108
+ <div class="dot"></div>
109
+ <div class="dot"></div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Header -->
114
+ <div class="header">
115
+ <div class="header-top">
116
+ <!-- Back arrow -->
117
+ <svg class="back-icon" viewBox="0 0 24 24">
118
+ <path d="M15 5L7 12l8 7" stroke="#fff" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
119
+ </svg>
120
+ </div>
121
+
122
+ <!-- Right stacked actions -->
123
+ <div class="header-actions">
124
+ <!-- Cart -->
125
+ <div style="position:relative;">
126
+ <svg class="action" viewBox="0 0 24 24">
127
+ <path d="M3 6h18l-2 10H6L3 6zM9 20a2 2 0 1 0 0-0.1M17 20a2 2 0 1 0 0-0.1" stroke="#fff" stroke-width="1.6" fill="none" stroke-linecap="round"/>
128
+ </svg>
129
+ <div class="cart-badge">0</div>
130
+ </div>
131
+ <!-- Filter funnel -->
132
+ <svg class="action" viewBox="0 0 24 24">
133
+ <path d="M3 5h18l-7 7v7l-4-2v-5L3 5z" fill="#cfcfcf"/>
134
+ </svg>
135
+ <!-- Sort arrows -->
136
+ <svg class="action" viewBox="0 0 24 24">
137
+ <path d="M8 5l-4 4h8l-4-4zm8 14l4-4h-8l4 4z" fill="#cfcfcf"/>
138
+ </svg>
139
+ <!-- Grid -->
140
+ <svg class="action" viewBox="0 0 24 24">
141
+ <rect x="3" y="3" width="7" height="7" fill="#cfcfcf"/><rect x="14" y="3" width="7" height="7" fill="#cfcfcf"/>
142
+ <rect x="3" y="14" width="7" height="7" fill="#cfcfcf"/><rect x="14" y="14" width="7" height="7" fill="#cfcfcf"/>
143
+ </svg>
144
+ </div>
145
+
146
+ <h1>Results</h1>
147
+ <div class="search-term">wireless mouse</div>
148
+ <div class="accent"></div>
149
+ <div class="thin-divider"></div>
150
+ </div>
151
+
152
+ <!-- Main content -->
153
+ <div class="content">
154
+ <!-- Left filters -->
155
+ <div class="filters">
156
+ <div class="filter-item">Brand</div>
157
+ <div class="filter-item active">Categories</div>
158
+ <div class="filter-item">Price range</div>
159
+ </div>
160
+
161
+ <!-- Right list -->
162
+ <div class="results-list">
163
+ <div class="list-row">Computer Keyboards, Mice &amp; Accessories</div>
164
+ <div class="list-row">Computer Mice</div>
165
+ <div class="list-row">PC Accessories</div>
166
+ <div class="list-row">PC Gaming Mice</div>
167
+ <div class="list-row">Mac Accessories</div>
168
+ <div class="list-row">Mac Gaming Mice</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Bottom navigation -->
173
+ <div class="bottom-nav">
174
+ <div class="nav-item">
175
+ <svg class="nav-icon" viewBox="0 0 24 24">
176
+ <path d="M3 12l9-7 9 7v8H3z" fill="#eaeaea"/>
177
+ </svg>
178
+ <div>Explore</div>
179
+ </div>
180
+ <div class="nav-item">
181
+ <svg class="nav-icon" viewBox="0 0 24 24">
182
+ <path d="M7 5h10v14H7z" fill="none" stroke="#eaeaea" stroke-width="2"/>
183
+ <text x="8" y="16" fill="#eaeaea" font-size="12" font-weight="700">%</text>
184
+ </svg>
185
+ <div>Deals</div>
186
+ </div>
187
+ <div class="nav-item">
188
+ <div class="flag-wrap">[IMG: US Flag]</div>
189
+ <div>US Store</div>
190
+ </div>
191
+ <div class="nav-item">
192
+ <svg class="nav-icon" viewBox="0 0 24 24">
193
+ <path d="M12 21l-6-6h4V3h4v12h4l-6 6z" fill="#eaeaea"/>
194
+ </svg>
195
+ <div>Favorites</div>
196
+ </div>
197
+ <div class="nav-item">
198
+ <svg class="nav-icon" viewBox="0 0 24 24">
199
+ <circle cx="10" cy="10" r="7" stroke="#eaeaea" stroke-width="2" fill="none"/>
200
+ <path d="M15 15l6 6" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
201
+ </svg>
202
+ <div>Search</div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="gesture"></div>
207
+ </div>
208
+ </body>
209
+ </html>
code/18121/18121_7.html ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Results - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #E6E6E6;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ background: #000;
22
+ }
23
+
24
+ /* Header */
25
+ .header {
26
+ height: 330px;
27
+ background: #1E1E1E;
28
+ position: relative;
29
+ padding: 24px 36px 0 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .header .top-row {
33
+ height: 64px;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 16px;
37
+ }
38
+ .icon {
39
+ width: 54px;
40
+ height: 54px;
41
+ color: #BDBDBD;
42
+ }
43
+ .title {
44
+ font-size: 74px;
45
+ font-weight: 700;
46
+ color: #D8D8D8;
47
+ margin-top: 10px;
48
+ }
49
+ .query {
50
+ font-size: 40px;
51
+ color: #9E9E9E;
52
+ margin-top: 8px;
53
+ }
54
+ .accent-track {
55
+ width: calc(100% - 72px);
56
+ height: 10px;
57
+ background: #2B2B2B;
58
+ border-radius: 4px;
59
+ margin-top: 22px;
60
+ }
61
+ .accent-fill {
62
+ width: 320px;
63
+ height: 100%;
64
+ background: #F0A500;
65
+ border-radius: 4px;
66
+ }
67
+
68
+ /* Content split */
69
+ .content {
70
+ position: absolute;
71
+ top: 420px;
72
+ bottom: 180px;
73
+ left: 0;
74
+ right: 0;
75
+ display: flex;
76
+ }
77
+ .left-filter {
78
+ width: 300px;
79
+ background: #171717;
80
+ border-right: 1px solid #333;
81
+ }
82
+ .filter-item {
83
+ padding: 32px 24px;
84
+ height: 160px;
85
+ box-sizing: border-box;
86
+ display: flex;
87
+ align-items: center;
88
+ font-size: 38px;
89
+ font-weight: 700;
90
+ color: #7E7E7E;
91
+ background: #262626;
92
+ border-bottom: 1px solid #2F2F2F;
93
+ }
94
+ .filter-item.active {
95
+ color: #F0A500;
96
+ background: #1F1F1F;
97
+ }
98
+
99
+ .right-list {
100
+ flex: 1;
101
+ background: #121212;
102
+ }
103
+ .cat-item {
104
+ position: relative;
105
+ height: 150px;
106
+ border-bottom: 1px solid #3A3A3A;
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 0 36px;
110
+ box-sizing: border-box;
111
+ }
112
+ .cat-item .cat-title {
113
+ font-size: 40px;
114
+ color: #BFBFBF;
115
+ line-height: 1.2;
116
+ }
117
+ .cat-item.selected .cat-title {
118
+ color: #F0A500;
119
+ }
120
+ .check {
121
+ position: absolute;
122
+ right: 28px;
123
+ width: 48px;
124
+ height: 48px;
125
+ border-radius: 50%;
126
+ border: 3px solid #6A6A6A;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+ .cat-item.selected .check {
132
+ border-color: #F0A500;
133
+ background: rgba(240,165,0,0.15);
134
+ }
135
+ .check svg { width: 28px; height: 28px; }
136
+
137
+ /* Right vertical action icons */
138
+ .right-icons {
139
+ position: absolute;
140
+ top: 360px;
141
+ right: 24px;
142
+ display: flex;
143
+ flex-direction: column;
144
+ gap: 36px;
145
+ align-items: center;
146
+ }
147
+ .icon-btn {
148
+ width: 82px;
149
+ height: 82px;
150
+ border-radius: 16px;
151
+ background: #1E1E1E;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ border: 1px solid #2F2F2F;
156
+ position: relative;
157
+ }
158
+ .icon-btn svg { width: 42px; height: 42px; stroke: #9E9E9E; fill: none; stroke-width: 4; }
159
+ .badge {
160
+ position: absolute;
161
+ top: 6px;
162
+ right: 6px;
163
+ width: 28px;
164
+ height: 28px;
165
+ background: #F0A500;
166
+ color: #111;
167
+ font-size: 20px;
168
+ font-weight: 700;
169
+ border-radius: 50%;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ }
174
+
175
+ /* Floating action badge (bag) */
176
+ .fab {
177
+ position: absolute;
178
+ left: 470px;
179
+ top: 1260px;
180
+ width: 120px;
181
+ height: 120px;
182
+ border-radius: 60px;
183
+ border: 8px solid #fff;
184
+ box-shadow: 0 6px 20px rgba(0,0,0,0.5);
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ background: rgba(255,255,255,0.06);
189
+ }
190
+ .fab-inner {
191
+ width: 72px;
192
+ height: 72px;
193
+ background: #F0A500;
194
+ border-radius: 12px;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+ .fab-inner svg { width: 46px; height: 46px; fill: #111; }
200
+
201
+ /* Bottom navigation */
202
+ .bottom-nav {
203
+ position: absolute;
204
+ left: 0;
205
+ right: 0;
206
+ bottom: 0;
207
+ height: 180px;
208
+ background: #2A2A2A;
209
+ border-top: 1px solid #3A3A3A;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: space-around;
213
+ padding-bottom: 10px;
214
+ box-sizing: border-box;
215
+ }
216
+ .nav-item {
217
+ width: 160px;
218
+ display: flex;
219
+ flex-direction: column;
220
+ align-items: center;
221
+ gap: 10px;
222
+ color: #C8C8C8;
223
+ font-size: 28px;
224
+ }
225
+ .nav-item svg { width: 56px; height: 56px; stroke: #C8C8C8; fill: none; stroke-width: 4; }
226
+ .nav-item.center-flag {
227
+ transform: translateY(-22px);
228
+ }
229
+ .flag-circle {
230
+ width: 92px;
231
+ height: 92px;
232
+ border-radius: 50%;
233
+ background: #E0E0E0;
234
+ border: 1px solid #BDBDBD;
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ color: #757575;
239
+ font-weight: 700;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+ <div class="status-bar"></div>
246
+
247
+ <div class="header">
248
+ <div class="top-row">
249
+ <svg class="icon" viewBox="0 0 24 24">
250
+ <path d="M15 4 L7 12 L15 20" stroke="#C8C8C8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
251
+ </svg>
252
+ </div>
253
+ <div class="title">Results</div>
254
+ <div class="query">wireless mouse</div>
255
+ <div class="accent-track"><div class="accent-fill"></div></div>
256
+ </div>
257
+
258
+ <div class="content">
259
+ <div class="left-filter">
260
+ <div class="filter-item">Brand</div>
261
+ <div class="filter-item active">Categories</div>
262
+ <div class="filter-item">Price range</div>
263
+ </div>
264
+
265
+ <div class="right-list">
266
+ <div class="cat-item">
267
+ <div class="cat-title">Computer Keyboards, Mice &amp; Accessories</div>
268
+ </div>
269
+ <div class="cat-item selected">
270
+ <div class="cat-title">Computer Mice</div>
271
+ <div class="check">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M5 13 L10 18 L19 7" stroke="#F0A500" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ <div class="cat-item">
278
+ <div class="cat-title">PC Accessories</div>
279
+ </div>
280
+ <div class="cat-item">
281
+ <div class="cat-title">PC Gaming Mice</div>
282
+ </div>
283
+ <div class="cat-item">
284
+ <div class="cat-title">Mac Accessories</div>
285
+ </div>
286
+ <div class="cat-item">
287
+ <div class="cat-title">Mac Gaming Mice</div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="right-icons">
293
+ <div class="icon-btn">
294
+ <div class="badge">0</div>
295
+ <svg viewBox="0 0 24 24">
296
+ <path d="M6 7 L18 7 L17 19 L7 19 Z" />
297
+ <path d="M9 7 C9 4 15 4 15 7" />
298
+ </svg>
299
+ </div>
300
+ <div class="icon-btn">
301
+ <svg viewBox="0 0 24 24">
302
+ <path d="M3 5 H21 L14 13 V19 L10 17 V13 Z" />
303
+ </svg>
304
+ </div>
305
+ <div class="icon-btn">
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M12 4 V20" />
308
+ <path d="M7 8 L12 3 L17 8" />
309
+ <path d="M7 16 L12 21 L17 16" />
310
+ </svg>
311
+ </div>
312
+ <div class="icon-btn">
313
+ <svg viewBox="0 0 24 24">
314
+ <rect x="3" y="3" width="7" height="7" />
315
+ <rect x="14" y="3" width="7" height="7" />
316
+ <rect x="3" y="14" width="7" height="7" />
317
+ <rect x="14" y="14" width="7" height="7" />
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="fab">
323
+ <div class="fab-inner">
324
+ <svg viewBox="0 0 24 24">
325
+ <path d="M7 8 H17 L16 19 H8 Z" />
326
+ <path d="M9 8 C9 6 15 6 15 8" />
327
+ </svg>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="bottom-nav">
332
+ <div class="nav-item">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M3 11 L12 4 L21 11 V20 H14 V14 H10 V20 H3 Z" />
335
+ </svg>
336
+ <div>Explore</div>
337
+ </div>
338
+ <div class="nav-item">
339
+ <svg viewBox="0 0 24 24">
340
+ <circle cx="9" cy="9" r="4" />
341
+ <circle cx="15" cy="15" r="4" />
342
+ </svg>
343
+ <div>Deals</div>
344
+ </div>
345
+ <div class="nav-item center-flag">
346
+ <div class="flag-circle">US</div>
347
+ <div>US Store</div>
348
+ </div>
349
+ <div class="nav-item">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M12 21 C16 21 19 17 19 13 C19 9 16 6 12 6 C8 6 5 9 5 13 C5 17 8 21 12 21 Z" />
352
+ <path d="M12 8 V13 L15 15" />
353
+ </svg>
354
+ <div>Favorites</div>
355
+ </div>
356
+ <div class="nav-item">
357
+ <svg viewBox="0 0 24 24">
358
+ <circle cx="10" cy="10" r="7" />
359
+ <line x1="15" y1="15" x2="21" y2="21" />
360
+ </svg>
361
+ <div>Search</div>
362
+ </div>
363
+ </div>
364
+ </div>
365
+ </body>
366
+ </html>
code/18121/18121_8.html ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Results - Wireless Mouse</title>
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: #1E1E1E;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Status bar (mock) */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ background: #3A3A3A;
26
+ color: #E7E7E7;
27
+ font-size: 34px;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-icons {
34
+ margin-left: auto;
35
+ display: flex;
36
+ gap: 18px;
37
+ align-items: center;
38
+ }
39
+ .dot { width: 10px; height: 10px; background:#CFCFCF; border-radius:50%; display:inline-block; }
40
+
41
+ /* Top navigation */
42
+ .topbar {
43
+ position: absolute;
44
+ top: 110px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 120px;
48
+ background: #262626;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 32px;
52
+ box-sizing: border-box;
53
+ }
54
+ .top-left-icons { display:flex; align-items:center; gap:24px; }
55
+ .top-right-icons {
56
+ margin-left:auto;
57
+ display:flex;
58
+ align-items:center;
59
+ gap:28px;
60
+ }
61
+ .icon-btn svg { width: 48px; height: 48px; fill:#DADADA; }
62
+ .badge {
63
+ position: absolute;
64
+ top: -6px;
65
+ right: -6px;
66
+ background:#FFA000;
67
+ color:#000;
68
+ font-weight:700;
69
+ font-size:24px;
70
+ border-radius:16px;
71
+ width: 40px;
72
+ height: 40px;
73
+ display:flex;
74
+ align-items:center;
75
+ justify-content:center;
76
+ }
77
+
78
+ /* Title and query */
79
+ .header {
80
+ position:absolute;
81
+ top: 230px;
82
+ left: 32px;
83
+ right: 32px;
84
+ }
85
+ .title {
86
+ font-size: 76px;
87
+ font-weight: 800;
88
+ margin-bottom: 16px;
89
+ }
90
+ .query {
91
+ font-size: 38px;
92
+ color:#D0D0D0;
93
+ }
94
+ .query-underline {
95
+ margin-top: 12px;
96
+ width: 340px;
97
+ height: 14px;
98
+ background:#FFA000;
99
+ border-radius:7px;
100
+ }
101
+ .underline-secondary {
102
+ margin-top: 10px;
103
+ width: 100%;
104
+ height: 10px;
105
+ background:#2E2E2E;
106
+ border-radius:5px;
107
+ }
108
+
109
+ /* Right side quick actions column */
110
+ .side-actions {
111
+ position:absolute;
112
+ top: 260px;
113
+ right: 24px;
114
+ display:flex;
115
+ flex-direction:column;
116
+ gap:30px;
117
+ align-items:flex-end;
118
+ }
119
+ .side-actions .icon-btn svg { width: 54px; height: 54px; }
120
+
121
+ /* Grid of results */
122
+ .grid {
123
+ position: absolute;
124
+ top: 380px;
125
+ left: 0;
126
+ width: 1080px;
127
+ padding: 0 20px 0 20px;
128
+ box-sizing: border-box;
129
+ display: grid;
130
+ grid-template-columns: 1fr 1fr;
131
+ gap: 24px;
132
+ }
133
+ .card {
134
+ background:#181818;
135
+ border: 3px solid #2A2A2A;
136
+ box-sizing: border-box;
137
+ }
138
+ .card-img {
139
+ height: 360px;
140
+ background:#E0E0E0;
141
+ border-bottom: 1px solid #BDBDBD;
142
+ display:flex;
143
+ align-items:center;
144
+ justify-content:center;
145
+ color:#757575;
146
+ font-size: 30px;
147
+ }
148
+ .card-info {
149
+ padding: 24px;
150
+ background:#1B1B1B;
151
+ min-height: 270px;
152
+ box-sizing: border-box;
153
+ position: relative;
154
+ }
155
+ .price {
156
+ color:#FFC107;
157
+ font-weight: 800;
158
+ font-size: 40px;
159
+ margin-bottom: 12px;
160
+ }
161
+ .old-price {
162
+ color:#B0B0B0;
163
+ text-decoration: line-through;
164
+ font-size: 30px;
165
+ margin-bottom: 6px;
166
+ }
167
+ .desc {
168
+ color:#EDEDED;
169
+ font-size: 30px;
170
+ line-height: 1.25;
171
+ }
172
+ .mini-icons {
173
+ position:absolute;
174
+ top: 24px;
175
+ right: 24px;
176
+ display:flex;
177
+ gap: 14px;
178
+ }
179
+ .mini-icons svg { width: 34px; height: 34px; fill:#D9D9D9; }
180
+ .discount-badge {
181
+ position:absolute;
182
+ top: -18px;
183
+ left: 24px;
184
+ background:#FFFFFF;
185
+ color:#000;
186
+ font-weight:800;
187
+ font-size:26px;
188
+ padding: 8px 16px;
189
+ border-radius: 12px;
190
+ }
191
+
192
+ /* Bottom navigation */
193
+ .bottom-nav {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0;
197
+ width: 1080px;
198
+ height: 200px;
199
+ background:#2A2A2A;
200
+ border-top: 4px solid #333;
201
+ display:flex;
202
+ align-items:center;
203
+ justify-content: space-around;
204
+ padding-bottom: 20px;
205
+ box-sizing: border-box;
206
+ }
207
+ .nav-item {
208
+ display:flex;
209
+ flex-direction:column;
210
+ align-items:center;
211
+ justify-content:center;
212
+ gap: 14px;
213
+ color:#CFCFCF;
214
+ font-size: 30px;
215
+ }
216
+ .nav-item svg { width: 54px; height: 54px; fill:#CFCFCF; }
217
+ .nav-item.active { color:#FFFFFF; }
218
+ .us-flag {
219
+ width: 92px;
220
+ height: 92px;
221
+ border-radius: 50%;
222
+ background: conic-gradient(#B22234 0 25%, #FFFFFF 25% 50%, #B22234 50% 75%, #FFFFFF 75% 100%);
223
+ border: 6px solid #DADADA;
224
+ position: relative;
225
+ box-shadow: 0 2px 0 rgba(0,0,0,0.3) inset;
226
+ }
227
+ .us-flag::before {
228
+ content:"";
229
+ position:absolute;
230
+ left:0;
231
+ top:0;
232
+ width: 50%;
233
+ height:50%;
234
+ background:#3C3B6E;
235
+ border-top-left-radius: 50%;
236
+ border-bottom-right-radius: 50%;
237
+ }
238
+
239
+ /* Safe text wrapping for descriptions */
240
+ .desc, .price, .old-price { word-wrap: break-word; }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Mock status bar -->
247
+ <div class="statusbar">
248
+ <div>8:12</div>
249
+ <div class="status-icons">
250
+ <span class="dot"></span>
251
+ <span class="dot"></span>
252
+ <span class="dot"></span>
253
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#E7E7E7" d="M17 7H7c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2z"/></svg>
254
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#E7E7E7" d="M18 8c0-3.3-2.7-6-6-6S6 4.7 6 8c0 4.5 2.7 8.2 6 14 3.3-5.8 6-9.5 6-14z"/></svg>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Top bar with navigation and actions -->
259
+ <div class="topbar">
260
+ <div class="top-left-icons">
261
+ <div class="icon-btn">
262
+ <svg viewBox="0 0 24 24"><path d="M15 19L8 12l7-7" stroke="#EDEDED" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
263
+ </div>
264
+ <div class="icon-btn">
265
+ <svg viewBox="0 0 24 24"><path d="M4 7h16M4 12h10M4 17h16" stroke="#EDEDED" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
266
+ </div>
267
+ </div>
268
+ <div class="top-right-icons">
269
+ <div class="icon-btn" style="position:relative;">
270
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l2 9H6l1-9zm3 10v2a2 2 0 0 0 4 0v-2" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
271
+ <div class="badge">0</div>
272
+ </div>
273
+ <div class="icon-btn">
274
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-6 7v7l-6-3v-4z" fill="#DADADA"/></svg>
275
+ </div>
276
+ <div class="icon-btn">
277
+ <svg viewBox="0 0 24 24"><path d="M8 5l-4 4h8l-4-4zm8 14l4-4h-8l4 4z" fill="#DADADA"/></svg>
278
+ </div>
279
+ <div class="icon-btn">
280
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="6" height="6"/><rect x="15" y="3" width="6" height="6"/><rect x="3" y="15" width="6" height="6"/><rect x="15" y="15" width="6" height="6"/></svg>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Header section -->
286
+ <div class="header">
287
+ <div class="title">Results</div>
288
+ <div class="query">wireless mouse</div>
289
+ <div class="query-underline"></div>
290
+ <div class="underline-secondary"></div>
291
+ </div>
292
+
293
+ <!-- Side actions column (right) -->
294
+ <div class="side-actions">
295
+ <div class="icon-btn">
296
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-6 7v7l-6-3v-4z" fill="#DADADA"/></svg>
297
+ </div>
298
+ <div class="icon-btn">
299
+ <svg viewBox="0 0 24 24"><path d="M8 5l-4 4h8l-4-4zm8 14l4-4h-8l4 4z" fill="#DADADA"/></svg>
300
+ </div>
301
+ <div class="icon-btn">
302
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="6" height="6"/><rect x="15" y="3" width="6" height="6"/><rect x="3" y="15" width="6" height="6"/><rect x="15" y="15" width="6" height="6"/></svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Results grid -->
307
+ <div class="grid">
308
+
309
+ <!-- Card 1 -->
310
+ <div class="card">
311
+ <div class="card-img">[IMG: White Apple Magic Mouse]</div>
312
+ <div class="card-info">
313
+ <div class="mini-icons">
314
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
315
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
316
+ </div>
317
+ <div class="price">INR 8719.00</div>
318
+ <div class="desc">Apple Magic Mouse: Wireless, Bluetooth, Rechargeable. Works with</div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Card 2 -->
323
+ <div class="card">
324
+ <div class="card-img">[IMG: Black Logitech Mouse + USB Receiver]</div>
325
+ <div class="card-info">
326
+ <div class="mini-icons">
327
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
328
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
329
+ </div>
330
+ <div class="price">INR 3367.00</div>
331
+ <div class="desc">Logitech M510 Wireless Computer Mouse for PC with USB Unifying</div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Card 3 -->
336
+ <div class="card">
337
+ <div class="card-img">[IMG: Logitech MX Master 3S Ergonomic Mouse]</div>
338
+ <div class="card-info">
339
+ <div class="mini-icons">
340
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
341
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
342
+ </div>
343
+ <div class="price">INR 10921.00</div>
344
+ <div class="desc">Logitech MX Master 3S - Wireless Performance Mouse, Ergo, 8K DPI,</div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Card 4 -->
349
+ <div class="card">
350
+ <div class="card-img">[IMG: Purple TECKNET Wireless Mouse + USB]</div>
351
+ <div class="card-info">
352
+ <div class="discount-badge">42% OFF</div>
353
+ <div class="mini-icons">
354
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
355
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
356
+ </div>
357
+ <div class="old-price">INR 2528.00</div>
358
+ <div class="price">INR 1479.00</div>
359
+ <div class="desc">TECKNET Wireless Mouse, 2.4G Ergonomic Optical Mouse, Computer</div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Card 5 -->
364
+ <div class="card">
365
+ <div class="card-img">[IMG: Black AmazonBasics Wireless Mouse]</div>
366
+ <div class="card-info">
367
+ <div class="mini-icons">
368
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
369
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
370
+ </div>
371
+ <div class="price">INR 899.00</div>
372
+ <div class="desc">Amazon Basics Wireless Mouse - Compact, 2.4G, Comfortable Grip</div>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Card 6 -->
377
+ <div class="card">
378
+ <div class="card-img">[IMG: Minimal Black Wireless Mouse]</div>
379
+ <div class="card-info">
380
+ <div class="mini-icons">
381
+ <svg viewBox="0 0 24 24"><path d="M4 12h16M4 6h10M4 18h10" stroke="#D9D9D9" stroke-width="2" fill="none"/></svg>
382
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="#D9D9D9"/></svg>
383
+ </div>
384
+ <div class="price">INR 1299.00</div>
385
+ <div class="desc">Slim Wireless Mouse for Laptop & Desktop, Silent Click, USB-C</div>
386
+ </div>
387
+ </div>
388
+
389
+ </div>
390
+
391
+ <!-- Bottom Navigation -->
392
+ <div class="bottom-nav">
393
+ <div class="nav-item">
394
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 9h-3v9H6v-9H3l9-9z"/></svg>
395
+ <div>Explore</div>
396
+ </div>
397
+ <div class="nav-item">
398
+ <svg viewBox="0 0 24 24"><path d="M4 13h16v7H4zM6 4h12l-2 6H8L6 4z"/></svg>
399
+ <div>Deals</div>
400
+ </div>
401
+ <div class="nav-item active">
402
+ <div class="us-flag"></div>
403
+ <div>US Store</div>
404
+ </div>
405
+ <div class="nav-item">
406
+ <svg viewBox="0 0 24 24"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.18 2.44C12.09 5.01 13.76 4 15.5 4 18 4 20 6 20 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
407
+ <div>Favorites</div>
408
+ </div>
409
+ <div class="nav-item">
410
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 15.5 14l4.5 4.5-1.5 1.5-4.5-4.5zM6.5 11a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0z"/></svg>
411
+ <div>Search</div>
412
+ </div>
413
+ </div>
414
+
415
+ </div>
416
+ </body>
417
+ </html>
code/18125/18125_0.html ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mail List - Dark</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: #1A171D;
15
+ color: #F5F5F5;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-weight: 600;
27
+ font-size: 34px;
28
+ }
29
+ .status-icons { display: flex; align-items: center; gap: 22px; }
30
+ .status-dot { width: 12px; height: 12px; background: #D9D9D9; border-radius: 50%; opacity: 0.9; }
31
+ .status-rect { width: 26px; height: 18px; border: 2px solid #D9D9D9; border-radius: 3px; position: relative; }
32
+ .status-rect::after { content: ''; position: absolute; right: -8px; top: 6px; width: 6px; height: 6px; border-top: 2px solid #D9D9D9; border-right: 2px solid #D9D9D9; transform: rotate(45deg); }
33
+ .status-star { width: 26px; height: 26px; border: 2px solid #D9D9D9; border-radius: 50%; }
34
+
35
+ /* Top search/header area */
36
+ .top-bar {
37
+ height: 130px;
38
+ padding: 0 32px;
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 24px;
42
+ }
43
+ .icon-btn {
44
+ width: 88px; height: 88px;
45
+ display: flex; align-items: center; justify-content: center;
46
+ border-radius: 44px;
47
+ background: transparent;
48
+ }
49
+ .icon svg { width: 48px; height: 48px; }
50
+ .search-input {
51
+ flex: 1;
52
+ height: 88px;
53
+ background: #4B4158;
54
+ border-radius: 44px;
55
+ display: flex; align-items: center;
56
+ padding: 0 28px;
57
+ color: #CFC7D8;
58
+ font-size: 34px;
59
+ }
60
+ .search-input .placeholder { margin-left: 18px; opacity: 0.9; }
61
+ .account-avatar {
62
+ width: 88px; height: 88px; border-radius: 50%;
63
+ background: #E0E0E0; border: 1px solid #BDBDBD;
64
+ display: flex; align-items: center; justify-content: center;
65
+ color: #757575; font-size: 22px;
66
+ }
67
+
68
+ .section-label {
69
+ padding: 10px 36px 20px 36px;
70
+ font-size: 32px; color: #C9C9C9;
71
+ }
72
+
73
+ /* Mail list */
74
+ .list {
75
+ padding-bottom: 280px; /* room above bottom bar */
76
+ }
77
+ .item {
78
+ display: flex;
79
+ align-items: flex-start;
80
+ padding: 28px 36px;
81
+ border-bottom: 1px solid rgba(255,255,255,0.06);
82
+ }
83
+ .item-avatar {
84
+ width: 92px; height: 92px; border-radius: 46px;
85
+ background: #E0E0E0; border: 1px solid #BDBDBD;
86
+ display: flex; align-items: center; justify-content: center;
87
+ color: #757575; font-size: 22px; flex: 0 0 92px;
88
+ margin-right: 28px;
89
+ }
90
+ .item-content { flex: 1; }
91
+ .item-top {
92
+ display: flex; align-items: center; justify-content: space-between;
93
+ margin-bottom: 6px;
94
+ }
95
+ .sender { font-size: 36px; font-weight: 700; color: #FFFFFF; }
96
+ .time { font-size: 28px; color: #CFCFCF; }
97
+ .subject { font-size: 32px; color: #FFFFFF; margin-bottom: 4px; }
98
+ .snippet { font-size: 28px; color: #B9B9B9; line-height: 1.35; }
99
+ .item-right {
100
+ display: flex; align-items: center; gap: 22px;
101
+ }
102
+ .star-btn svg { width: 44px; height: 44px; stroke: #BFBFBF; }
103
+
104
+ /* Floating compose bubble */
105
+ .compose-bubble {
106
+ position: absolute;
107
+ right: 40px;
108
+ bottom: 300px;
109
+ height: 120px; width: 330px;
110
+ border-radius: 24px;
111
+ background: #6A5A80;
112
+ display: flex; align-items: center; justify-content: center; gap: 20px;
113
+ color: #FFF; font-size: 40px; font-weight: 600;
114
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
115
+ }
116
+ .compose-bubble .icon svg { width: 52px; height: 52px; fill: none; stroke: #FFF; stroke-width: 6; }
117
+
118
+ /* Bottom navigation */
119
+ .bottom-nav {
120
+ position: absolute;
121
+ left: 0; right: 0; bottom: 120px;
122
+ height: 160px;
123
+ background: rgba(255,255,255,0.06);
124
+ display: flex; align-items: center; justify-content: space-around;
125
+ backdrop-filter: blur(2px);
126
+ }
127
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #EDEDED; }
128
+ .nav-icon {
129
+ width: 96px; height: 96px; border-radius: 48px;
130
+ background: rgba(255,255,255,0.09);
131
+ display: flex; align-items: center; justify-content: center;
132
+ position: relative;
133
+ }
134
+ .nav-icon svg { width: 54px; height: 54px; stroke: #FFFFFF; fill: none; stroke-width: 5; }
135
+ .badge {
136
+ position: absolute; top: -6px; right: -6px;
137
+ width: 44px; height: 44px; border-radius: 22px;
138
+ background: #E89AA2; display: flex; align-items: center; justify-content: center;
139
+ color: #2B1E29; font-weight: 800; font-size: 26px;
140
+ border: 2px solid rgba(255,255,255,0.7);
141
+ }
142
+
143
+ /* Gesture home indicator */
144
+ .home-indicator {
145
+ position: absolute; bottom: 40px; left: 50%;
146
+ transform: translateX(-50%);
147
+ width: 360px; height: 10px; border-radius: 5px;
148
+ background: #EDEDED;
149
+ opacity: 0.8;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status bar -->
157
+ <div class="status-bar">
158
+ <div>11:20</div>
159
+ <div class="status-icons">
160
+ <div class="status-dot"></div>
161
+ <div class="status-dot"></div>
162
+ <div class="status-dot"></div>
163
+ <div class="status-rect"></div>
164
+ <div class="status-star"></div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Top search/header -->
169
+ <div class="top-bar">
170
+ <div class="icon-btn icon">
171
+ <svg viewBox="0 0 48 48">
172
+ <rect x="6" y="10" width="36" height="4" fill="#EDEDED"></rect>
173
+ <rect x="6" y="22" width="36" height="4" fill="#EDEDED"></rect>
174
+ <rect x="6" y="34" width="36" height="4" fill="#EDEDED"></rect>
175
+ </svg>
176
+ </div>
177
+ <div class="search-input">
178
+ <div class="icon">
179
+ <svg viewBox="0 0 48 48">
180
+ <circle cx="21" cy="21" r="14" stroke="#D9D0E3" stroke-width="4" fill="none"></circle>
181
+ <line x1="33" y1="33" x2="45" y2="45" stroke="#D9D0E3" stroke-width="4"></line>
182
+ </svg>
183
+ </div>
184
+ <div class="placeholder">Search in mail</div>
185
+ </div>
186
+ <div class="account-avatar">[IMG: Avatar]</div>
187
+ </div>
188
+
189
+ <div class="section-label">Primary</div>
190
+
191
+ <!-- Mail list -->
192
+ <div class="list">
193
+
194
+ <div class="item">
195
+ <div class="item-avatar">[IMG: Avatar]</div>
196
+ <div class="item-content">
197
+ <div class="item-top">
198
+ <div class="sender">MemBot from Memrise</div>
199
+ <div class="item-right">
200
+ <div class="time">10:35 AM</div>
201
+ <div class="star-btn icon">
202
+ <svg viewBox="0 0 48 48">
203
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ <div class="subject">Human tutor... or AI tutor?</div>
209
+ <div class="snippet">ChatGPT is just part of the AI revolution...</div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="item">
214
+ <div class="item-avatar">[IMG: Avatar]</div>
215
+ <div class="item-content">
216
+ <div class="item-top">
217
+ <div class="sender">Cerebra, me</div>
218
+ <div class="item-right">
219
+ <div class="time">10:21 AM</div>
220
+ <div class="star-btn icon">
221
+ <svg viewBox="0 0 48 48">
222
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ <div class="subject">Modelling Task</div>
228
+ <div class="snippet">Acknowledge On Tue, Jun 20, 2023, 10:21 A...</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="item">
233
+ <div class="item-avatar">[IMG: Logo]</div>
234
+ <div class="item-content">
235
+ <div class="item-top">
236
+ <div class="sender">Duolingo, me</div>
237
+ <div class="item-right">
238
+ <div class="time">10:03 AM</div>
239
+ <div class="star-btn icon">
240
+ <svg viewBox="0 0 48 48">
241
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ <div class="subject">⏰ Cerebra Research, got 3 minutes?</div>
247
+ <div class="snippet">--------- Forwarded message --------- Fr...</div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="item">
252
+ <div class="item-avatar">[IMG: Logo]</div>
253
+ <div class="item-content">
254
+ <div class="item-top">
255
+ <div class="sender">eBay</div>
256
+ <div class="item-right">
257
+ <div class="time">Jun 14</div>
258
+ <div class="star-btn icon">
259
+ <svg viewBox="0 0 48 48">
260
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ <div class="subject">Cerebra, your eBay adventure has just b...</div>
266
+ <div class="snippet">Your perfect find is out there</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="item">
271
+ <div class="item-avatar">[IMG: Avatar]</div>
272
+ <div class="item-content">
273
+ <div class="item-top">
274
+ <div class="sender">Cerebra Research</div>
275
+ <div class="item-right">
276
+ <div class="time">Jun 14</div>
277
+ <div class="star-btn icon">
278
+ <svg viewBox="0 0 48 48">
279
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ <div class="subject">(no subject)</div>
285
+ <div class="snippet">See my real-time location on Maps: https://...</div>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="item">
290
+ <div class="item-avatar">[IMG: Avatar]</div>
291
+ <div class="item-content">
292
+ <div class="item-top">
293
+ <div class="sender">Google</div>
294
+ <div class="item-right">
295
+ <div class="time">Jun 8</div>
296
+ <div class="star-btn icon">
297
+ <svg viewBox="0 0 48 48">
298
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ <div class="subject">Security alert</div>
304
+ <div class="snippet">A new sign-in on Google Pixel 5a 5G dbwscr...</div>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="item">
309
+ <div class="item-avatar">[IMG: Avatar]</div>
310
+ <div class="item-content">
311
+ <div class="item-top">
312
+ <div class="sender">Google News</div>
313
+ <div class="item-right">
314
+ <div class="time">Apr 13</div>
315
+ <div class="star-btn icon">
316
+ <svg viewBox="0 0 48 48">
317
+ <path d="M24 6l6.5 12.8 14.5 2.1-10.5 9.7 2.7 14.4L24 39.2 10.8 45l2.7-14.4L3 20.9l14.5-2.1L24 6z" fill="none" stroke="#BFBFBF" stroke-width="3"></path>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+ </div>
322
+ <div class="subject">Welcome Cerebra, get the latest from Goog...</div>
323
+ <div class="snippet">Receive helpful tutorials, tips...</div>
324
+ </div>
325
+ </div>
326
+
327
+ </div>
328
+
329
+ <!-- Compose bubble -->
330
+ <div class="compose-bubble">
331
+ <div class="icon">
332
+ <svg viewBox="0 0 60 60">
333
+ <path d="M12 42h36" />
334
+ <path d="M16 36l26-26 8 8-26 26-12 4 4-12z" />
335
+ </svg>
336
+ </div>
337
+ <div>Compose</div>
338
+ </div>
339
+
340
+ <!-- Bottom navigation -->
341
+ <div class="bottom-nav">
342
+ <div class="nav-item">
343
+ <div class="nav-icon">
344
+ <svg viewBox="0 0 64 64">
345
+ <rect x="8" y="16" width="48" height="32" rx="4"></rect>
346
+ <path d="M8 18l24 18 24-18" />
347
+ </svg>
348
+ <div class="badge">4</div>
349
+ </div>
350
+ <div>Mail</div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <div class="nav-icon">
354
+ <svg viewBox="0 0 64 64">
355
+ <rect x="8" y="14" width="36" height="36" rx="6"></rect>
356
+ <polygon points="46,22 58,28 58,36 46,42" fill="none" stroke="#FFFFFF" stroke-width="5"></polygon>
357
+ </svg>
358
+ </div>
359
+ <div>Meet</div>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="home-indicator"></div>
364
+ </div>
365
+ </body>
366
+ </html>
code/18125/18125_1.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gmail Dark UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #2A2433; color: #FFFFFF;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ height: 120px; padding: 0 40px;
15
+ display: flex; align-items: center; justify-content: space-between;
16
+ color: #EDE7F6; font-size: 42px; letter-spacing: 0.5px;
17
+ }
18
+ .status-icons { display: flex; gap: 30px; align-items: center; }
19
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #EDE7F6; stroke-width: 3; }
20
+ /* App bar */
21
+ .app-bar {
22
+ height: 140px; display: flex; align-items: center;
23
+ padding: 0 28px; border-bottom: 1px solid rgba(255,255,255,0.06);
24
+ }
25
+ .app-left { display: flex; align-items: center; gap: 24px; }
26
+ .app-left .back { width: 64px; height: 64px; }
27
+ .app-title { font-size: 48px; font-weight: 600; color: #EEE7FF; }
28
+ .app-actions { margin-left: auto; display: flex; gap: 36px; }
29
+ .app-actions svg { width: 64px; height: 64px; fill: none; stroke: #D3CFE9; stroke-width: 3; }
30
+ /* Content */
31
+ .content { height: calc(2400px - 120px - 140px); overflow: hidden; }
32
+ .section-header { padding: 22px 40px; font-size: 34px; color: #BDB7C9; }
33
+ .email-list { padding-bottom: 160px; }
34
+ .email-item {
35
+ display: flex; gap: 28px; padding: 28px 40px; align-items: flex-start;
36
+ border-bottom: 1px solid rgba(255,255,255,0.04);
37
+ }
38
+ .avatar {
39
+ width: 92px; height: 92px; border-radius: 50%;
40
+ display: flex; align-items: center; justify-content: center;
41
+ font-weight: 700; color: #111; font-size: 44px;
42
+ }
43
+ .avatar.blue { background: #66A3FF; }
44
+ .avatar.yellow { background: #FFD24C; }
45
+ .avatar.green { background: #3DD67A; color: #0D1B1E; }
46
+ .avatar.cyan { background: #5AD7E8; }
47
+ .email-body { flex: 1; min-width: 0; }
48
+ .row-top {
49
+ display: flex; align-items: center; justify-content: space-between; gap: 12px;
50
+ }
51
+ .sender { font-size: 44px; font-weight: 700; color: #FFFFFF; }
52
+ .time { font-size: 34px; color: #C9C4D5; }
53
+ .subject { font-size: 38px; font-weight: 600; color: #EFEAF7; margin-top: 6px; }
54
+ .snippet { font-size: 34px; color: #BBB6C8; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
55
+ .star { width: 56px; height: 56px; margin-left: 16px; }
56
+ .row-top-right { display: flex; align-items: center; gap: 20px; }
57
+ /* Selected email bubble */
58
+ .email-item.selected {
59
+ padding-top: 22px; padding-bottom: 22px; border-bottom: none;
60
+ }
61
+ .selected-wrap {
62
+ background: #665277; border-radius: 34px; padding: 26px;
63
+ display: flex; align-items: flex-start; gap: 26px; width: 100%;
64
+ }
65
+ .check {
66
+ width: 84px; height: 84px; border-radius: 50%; background: #BDA4D2;
67
+ display: flex; align-items: center; justify-content: center;
68
+ }
69
+ .check svg { width: 48px; height: 48px; stroke: #4B395D; stroke-width: 4; fill: none; }
70
+ .selected .sender { color: #F7F3FF; }
71
+ .selected .subject { color: #F7F3FF; }
72
+ .selected .snippet { color: #E7DFF6; }
73
+ .compose {
74
+ position: absolute; right: 40px; bottom: 180px;
75
+ background: #6F5A78; color: #FCF9FF;
76
+ padding: 24px 34px; border-radius: 28px; display: flex; align-items: center; gap: 18px;
77
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35); font-size: 38px; font-weight: 600;
78
+ }
79
+ .compose svg { width: 48px; height: 48px; stroke: #FCF9FF; stroke-width: 3; fill: none; }
80
+ /* Gesture bar */
81
+ .gesture {
82
+ position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%);
83
+ width: 320px; height: 12px; background: #EDEDED; border-radius: 8px; opacity: 0.85;
84
+ }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <!-- Status bar -->
91
+ <div class="status-bar">
92
+ <div>11:21</div>
93
+ <div class="status-icons">
94
+ <!-- Globe (placeholder) -->
95
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M3 12h18M12 3v18"/></svg>
96
+ <!-- Wi-Fi -->
97
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0M5 12c4-3 10-3 14 0M9 15c2-2 4-2 6 0M12 18l0 0"/></svg>
98
+ <!-- Battery -->
99
+ <svg viewBox="0 0 26 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="21" y="10" width="4" height="4"/></svg>
100
+ </div>
101
+ </div>
102
+
103
+ <!-- App bar -->
104
+ <div class="app-bar">
105
+ <div class="app-left">
106
+ <svg class="back" viewBox="0 0 24 24"><path d="M14 5L7 12l7 7" stroke="#D3CFE9" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
107
+ <div class="app-title">1</div>
108
+ </div>
109
+ <div class="app-actions">
110
+ <!-- Download -->
111
+ <svg viewBox="0 0 24 24"><path d="M12 4v10M7 9l5 5 5-5M5 20h14" stroke-linecap="round" stroke-linejoin="round"/></svg>
112
+ <!-- Archive -->
113
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"/><path d="M9 10h6" stroke-linecap="round"/></svg>
114
+ <!-- Trash -->
115
+ <svg viewBox="0 0 24 24"><path d="M4 7h16M9 7V5h6v2M6 7l1 12h10l1-12" stroke-linecap="round" stroke-linejoin="round"/></svg>
116
+ <!-- Envelope (mark unread) -->
117
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3 7l9 6 9-6" stroke-linecap="round" stroke-linejoin="round"/></svg>
118
+ </div>
119
+ </div>
120
+
121
+ <div class="content">
122
+ <div class="section-header">Primary</div>
123
+
124
+ <div class="email-list">
125
+
126
+ <!-- Email 1 -->
127
+ <div class="email-item">
128
+ <div class="avatar blue">M</div>
129
+ <div class="email-body">
130
+ <div class="row-top">
131
+ <div class="sender">MemBot from Memrise</div>
132
+ <div class="row-top-right">
133
+ <div class="time">10:35 AM</div>
134
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
135
+ </div>
136
+ </div>
137
+ <div class="subject">Human tutor... or AI tutor?</div>
138
+ <div class="snippet">ChatGPT is just part of the AI revolution... Learn more</div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Email 2 -->
143
+ <div class="email-item">
144
+ <div class="avatar yellow">C</div>
145
+ <div class="email-body">
146
+ <div class="row-top">
147
+ <div class="sender">Cerebra, me</div>
148
+ <div class="row-top-right">
149
+ <div class="time">10:21 AM</div>
150
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
151
+ </div>
152
+ </div>
153
+ <div class="subject">Modelling Task</div>
154
+ <div class="snippet">Acknowledge On Tue, Jun 20, 2023, 10:21 AM...</div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Email 3 -->
159
+ <div class="email-item">
160
+ <div class="avatar green">
161
+ <!-- Duolingo Owl placeholder -->
162
+ <svg viewBox="0 0 24 24" width="56" height="56">
163
+ <circle cx="12" cy="12" r="9" fill="#3DD67A" stroke="#1B4D2B" stroke-width="2"></circle>
164
+ <circle cx="9" cy="11" r="1.8" fill="#FFFFFF"/>
165
+ <circle cx="15" cy="11" r="1.8" fill="#FFFFFF"/>
166
+ </svg>
167
+ </div>
168
+ <div class="email-body">
169
+ <div class="row-top">
170
+ <div class="sender">Duolingo, me</div>
171
+ <div class="row-top-right">
172
+ <div class="time">10:03 AM</div>
173
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
174
+ </div>
175
+ </div>
176
+ <div class="subject">⏰ Cerebra Research, got 3 minutes?</div>
177
+ <div class="snippet">---------- Forwarded message ---------- From...</div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Selected Email -->
182
+ <div class="email-item selected">
183
+ <div class="selected-wrap">
184
+ <div class="check">
185
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
186
+ </div>
187
+ <div class="email-body">
188
+ <div class="row-top">
189
+ <div class="sender">eBay</div>
190
+ <div class="row-top-right">
191
+ <div class="time">Jun 14</div>
192
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#EBDDF9" stroke-width="2"/></svg>
193
+ </div>
194
+ </div>
195
+ <div class="subject">Cerebra, your eBay adventure has just b...</div>
196
+ <div class="snippet">Your perfect find is out there</div>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Email 5 -->
202
+ <div class="email-item">
203
+ <div class="avatar yellow">C</div>
204
+ <div class="email-body">
205
+ <div class="row-top">
206
+ <div class="sender">Cerebra Research</div>
207
+ <div class="row-top-right">
208
+ <div class="time">Jun 14</div>
209
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
210
+ </div>
211
+ </div>
212
+ <div class="subject">(no subject)</div>
213
+ <div class="snippet">See my real-time location on Maps: https://...</div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Email 6 -->
218
+ <div class="email-item">
219
+ <div class="avatar yellow">G</div>
220
+ <div class="email-body">
221
+ <div class="row-top">
222
+ <div class="sender">Google</div>
223
+ <div class="row-top-right">
224
+ <div class="time">Jun 8</div>
225
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
226
+ </div>
227
+ </div>
228
+ <div class="subject">Security alert</div>
229
+ <div class="snippet">A new sign-in on Google Pixel 5a 5G dbwscr...</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Email 7 -->
234
+ <div class="email-item">
235
+ <div class="avatar cyan">G</div>
236
+ <div class="email-body">
237
+ <div class="row-top">
238
+ <div class="sender">Google News</div>
239
+ <div class="row-top-right">
240
+ <div class="time">Apr 13</div>
241
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
242
+ </div>
243
+ </div>
244
+ <div class="subject">Welcome Cerebra, get the latest from Googl...</div>
245
+ <div class="snippet">Receive helpful tutorials, tips, and feature u...</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Email 8 -->
250
+ <div class="email-item">
251
+ <div class="avatar yellow">G</div>
252
+ <div class="email-body">
253
+ <div class="row-top">
254
+ <div class="sender">Google Community Team</div>
255
+ <div class="row-top-right">
256
+ <div class="time">Apr 13</div>
257
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="none" stroke="#CFC7DD" stroke-width="2"/></svg>
258
+ </div>
259
+ </div>
260
+ <div class="subject">Cerebra, finish setting up your account</div>
261
+ <div class="snippet">Hi Cerebra, Welcome to Google. Your new a...</div>
262
+ </div>
263
+ </div>
264
+
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Floating Compose -->
269
+ <div class="compose">
270
+ <svg viewBox="0 0 24 24"><path d="M4 20h16M6 14l9-9 3 3-9 9H6v-3z" stroke-linecap="round" stroke-linejoin="round"/></svg>
271
+ <div>Compose</div>
272
+ </div>
273
+
274
+ <!-- Gesture handle -->
275
+ <div class="gesture"></div>
276
+ </div>
277
+ </body>
278
+ </html>
code/18125/18125_2.html ADDED
@@ -0,0 +1,422 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1D1926;
14
+ border-radius: 32px;
15
+ box-shadow: 0 24px 60px rgba(0,0,0,0.45);
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #FFFFFF;
18
+ }
19
+
20
+ /* Top status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ height: 120px;
26
+ width: 100%;
27
+ background: #2C2435;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 40px;
32
+ box-sizing: border-box;
33
+ font-size: 44px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 32px;
40
+ }
41
+ .status-icons svg { width: 46px; height: 46px; }
42
+
43
+ /* Action toolbar */
44
+ .toolbar {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ height: 120px;
49
+ width: 100%;
50
+ background: #2C2435;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 28px;
54
+ box-sizing: border-box;
55
+ }
56
+ .tb-left { display: flex; align-items: center; gap: 28px; }
57
+ .tb-title { font-size: 40px; font-weight: 700; }
58
+ .tb-right {
59
+ margin-left: auto;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 36px;
63
+ }
64
+ .icon-btn {
65
+ width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
66
+ }
67
+ .icon-btn svg { width: 56px; height: 56px; }
68
+
69
+ /* Content area */
70
+ .content {
71
+ position: absolute;
72
+ top: 240px;
73
+ left: 0;
74
+ right: 0;
75
+ bottom: 0;
76
+ overflow: hidden;
77
+ }
78
+ .section-label {
79
+ font-size: 34px;
80
+ color: #C5BCD3;
81
+ padding: 22px 40px 12px;
82
+ }
83
+
84
+ .email {
85
+ display: flex;
86
+ align-items: flex-start;
87
+ padding: 28px 40px;
88
+ box-sizing: border-box;
89
+ border-bottom: 1px solid rgba(255,255,255,0.06);
90
+ }
91
+ .avatar {
92
+ width: 96px; height: 96px;
93
+ border-radius: 50%;
94
+ display: flex; align-items: center; justify-content: center;
95
+ font-weight: 700; font-size: 40px;
96
+ flex-shrink: 0;
97
+ }
98
+ .avatar.blue { background: #4A8DF8; }
99
+ .avatar.yellow { background: #F2C84B; color: #2A1E12; }
100
+ .avatar.green { background: #2EC771; }
101
+ .avatar.teal { background: #26C6DA; }
102
+ .avatar.gold { background: #EEB73A; color: #2A1E12; }
103
+
104
+ .email .content-col { margin-left: 28px; flex: 1; min-width: 0; }
105
+ .email .title { font-size: 36px; font-weight: 700; margin-bottom: 6px; }
106
+ .email .subject { font-size: 32px; color: #E2DAED; margin-bottom: 4px; }
107
+ .email .snippet { font-size: 28px; color: #A89BB9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
108
+
109
+ .meta {
110
+ margin-left: auto; display: flex; flex-direction: column; align-items: flex-end;
111
+ }
112
+ .meta .time { font-size: 28px; color: #B7AFC8; margin-bottom: 20px; }
113
+ .star {
114
+ width: 56px; height: 56px; opacity: 0.8;
115
+ }
116
+ .star svg { width: 56px; height: 56px; }
117
+
118
+ /* Selected card (eBay) */
119
+ .email.selected {
120
+ background: #4B3A56;
121
+ border-radius: 28px;
122
+ margin: 20px 24px;
123
+ border-bottom: none;
124
+ padding: 36px 40px;
125
+ }
126
+ .check-avatar {
127
+ width: 96px; height: 96px; border-radius: 50%;
128
+ background: #B59BD6; color: #2D2440;
129
+ display: flex; align-items: center; justify-content: center;
130
+ font-size: 50px; font-weight: 700;
131
+ flex-shrink: 0;
132
+ }
133
+
134
+ /* Compose floating button */
135
+ .compose {
136
+ position: absolute;
137
+ right: 48px;
138
+ bottom: 420px;
139
+ height: 120px;
140
+ width: 320px;
141
+ background: #5A4A67;
142
+ color: #FFFFFF;
143
+ border-radius: 32px;
144
+ display: flex; align-items: center; justify-content: center;
145
+ gap: 22px; font-size: 36px; font-weight: 700;
146
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
147
+ }
148
+ .compose svg { width: 44px; height: 44px; }
149
+
150
+ /* Snackbar */
151
+ .snackbar {
152
+ position: absolute;
153
+ left: 48px;
154
+ right: 48px;
155
+ bottom: 210px;
156
+ height: 110px;
157
+ background: #F0E8F7;
158
+ color: #2C223E;
159
+ border-radius: 22px;
160
+ display: flex; align-items: center; justify-content: space-between;
161
+ padding: 0 32px;
162
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
163
+ font-size: 32px;
164
+ }
165
+ .snackbar .undo { color: #6A4FA3; font-weight: 700; }
166
+
167
+ /* Gesture bar */
168
+ .gesture {
169
+ position: absolute;
170
+ bottom: 72px;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ width: 360px;
174
+ height: 10px;
175
+ border-radius: 8px;
176
+ background: #C9C4D3;
177
+ opacity: 0.9;
178
+ }
179
+
180
+ /* Image placeholder style (for avatars/logos when needed) */
181
+ .img-placeholder {
182
+ width: 96px; height: 96px; border-radius: 50%;
183
+ background: #E0E0E0; border: 1px solid #BDBDBD;
184
+ color: #757575; display: flex; align-items: center; justify-content: center;
185
+ font-size: 22px; text-align: center; padding: 8px; box-sizing: border-box;
186
+ flex-shrink: 0;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Status Bar -->
194
+ <div class="status-bar">
195
+ <div>11:22</div>
196
+ <div class="status-icons">
197
+ <!-- Globe -->
198
+ <svg viewBox="0 0 24 24" fill="none">
199
+ <circle cx="12" cy="12" r="10" stroke="#E0D7F7" stroke-width="2"></circle>
200
+ <path d="M2 12h20M12 2v20" stroke="#E0D7F7" stroke-width="1.6"></path>
201
+ </svg>
202
+ <!-- Signal -->
203
+ <svg viewBox="0 0 24 24" fill="none">
204
+ <path d="M3 18h2M7 14h2M11 10h2M15 6h2" stroke="#E0D7F7" stroke-width="2" stroke-linecap="round"></path>
205
+ </svg>
206
+ <!-- Wifi -->
207
+ <svg viewBox="0 0 24 24" fill="none">
208
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 19l0 0" stroke="#E0D7F7" stroke-width="2" stroke-linecap="round"></path>
209
+ </svg>
210
+ <!-- Battery -->
211
+ <svg viewBox="0 0 28 16" fill="none">
212
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#E0D7F7" stroke-width="2"></rect>
213
+ <rect x="24" y="5" width="3" height="6" fill="#E0D7F7"></rect>
214
+ <rect x="3" y="4" width="18" height="8" fill="#E0D7F7"></rect>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Action Toolbar -->
220
+ <div class="toolbar">
221
+ <div class="tb-left">
222
+ <div class="icon-btn">
223
+ <svg viewBox="0 0 24 24" fill="none">
224
+ <path d="M15 4L7 12l8 8" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="tb-title">1</div>
228
+ </div>
229
+ <div class="tb-right">
230
+ <div class="icon-btn">
231
+ <!-- Download -->
232
+ <svg viewBox="0 0 24 24" fill="none">
233
+ <path d="M12 4v10M7 9l5 5 5-5" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"></path>
234
+ <path d="M4 20h16" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round"></path>
235
+ </svg>
236
+ </div>
237
+ <div class="icon-btn">
238
+ <!-- Archive -->
239
+ <svg viewBox="0 0 24 24" fill="none">
240
+ <rect x="3" y="6" width="18" height="14" rx="2" stroke="#FFFFFF" stroke-width="2"></rect>
241
+ <path d="M3 6h18l-2-3H5l-2 3z" stroke="#FFFFFF" stroke-width="2" fill="none"></path>
242
+ <path d="M9 12h6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
243
+ </svg>
244
+ </div>
245
+ <div class="icon-btn">
246
+ <!-- Delete -->
247
+ <svg viewBox="0 0 24 24" fill="none">
248
+ <path d="M5 7h14M9 7V5h6v2M7 7l1 12h8l1-12" stroke="#FFFFFF" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"></path>
249
+ </svg>
250
+ </div>
251
+ <div class="icon-btn">
252
+ <!-- Mail -->
253
+ <svg viewBox="0 0 24 24" fill="none">
254
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#FFFFFF" stroke-width="2"></rect>
255
+ <path d="M4 6l8 6 8-6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="icon-btn">
259
+ <!-- Overflow -->
260
+ <svg viewBox="0 0 6 24" fill="#FFFFFF">
261
+ <circle cx="3" cy="4" r="2"></circle>
262
+ <circle cx="3" cy="12" r="2"></circle>
263
+ <circle cx="3" cy="20" r="2"></circle>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Content List -->
270
+ <div class="content">
271
+ <div class="section-label">Primary</div>
272
+
273
+ <!-- Email 1 -->
274
+ <div class="email">
275
+ <div class="avatar blue">M</div>
276
+ <div class="content-col">
277
+ <div class="title">MemBot from Memrise</div>
278
+ <div class="subject">Human tutor... or AI tutor?</div>
279
+ <div class="snippet">ChatGPT is just part of the AI revolution...</div>
280
+ </div>
281
+ <div class="meta">
282
+ <div class="time">10:35 AM</div>
283
+ <div class="star">
284
+ <svg viewBox="0 0 24 24" fill="none">
285
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Email 2 -->
292
+ <div class="email">
293
+ <div class="avatar yellow">C</div>
294
+ <div class="content-col">
295
+ <div class="title">Cerebra, me <span style="color:#B7AFC8; font-weight:600;">2</span></div>
296
+ <div class="subject">Modelling Task</div>
297
+ <div class="snippet">Acknowledge On Tue, Jun 20, 2023, 10:21 A...</div>
298
+ </div>
299
+ <div class="meta">
300
+ <div class="time">10:21 AM</div>
301
+ <div class="star">
302
+ <svg viewBox="0 0 24 24" fill="none">
303
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Email 3 (Duolingo with image avatar placeholder) -->
310
+ <div class="email">
311
+ <div class="img-placeholder">[IMG: Duolingo mascot]</div>
312
+ <div class="content-col">
313
+ <div class="title">Duolingo, me <span style="color:#B7AFC8; font-weight:600;">2</span></div>
314
+ <div class="subject">⏰ Cerebra Research, got 3 minutes?</div>
315
+ <div class="snippet">--------- Forwarded message --------- Fr...</div>
316
+ </div>
317
+ <div class="meta">
318
+ <div class="time">10:03 AM</div>
319
+ <div class="star">
320
+ <svg viewBox="0 0 24 24" fill="none">
321
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Selected eBay card -->
328
+ <div class="email selected">
329
+ <div class="check-avatar">✓</div>
330
+ <div class="content-col">
331
+ <div class="title">eBay</div>
332
+ <div class="subject">Cerebra, your eBay adventure has just begun!</div>
333
+ <div class="snippet">Your perfect find is out there</div>
334
+ </div>
335
+ <div class="meta">
336
+ <div class="time">Jun 14</div>
337
+ <div class="star">
338
+ <svg viewBox="0 0 24 24" fill="none">
339
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
340
+ </svg>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Email 4 -->
346
+ <div class="email">
347
+ <div class="avatar yellow">C</div>
348
+ <div class="content-col">
349
+ <div class="title">Cerebra Research</div>
350
+ <div class="subject">(no subject)</div>
351
+ <div class="snippet">See my real-time location on Maps: https:...</div>
352
+ </div>
353
+ <div class="meta">
354
+ <div class="time">Jun 14</div>
355
+ <div class="star">
356
+ <svg viewBox="0 0 24 24" fill="none">
357
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
358
+ </svg>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Email 5 -->
364
+ <div class="email">
365
+ <div class="avatar gold">G</div>
366
+ <div class="content-col">
367
+ <div class="title">Google</div>
368
+ <div class="subject">Security alert</div>
369
+ <div class="snippet">A new sign-in on Google Pixel 5a 5G dbwscr...</div>
370
+ </div>
371
+ <div class="meta">
372
+ <div class="time">Jun 8</div>
373
+ <div class="star">
374
+ <svg viewBox="0 0 24 24" fill="none">
375
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
376
+ </svg>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Email 6 -->
382
+ <div class="email">
383
+ <div class="avatar teal">G</div>
384
+ <div class="content-col">
385
+ <div class="title">Google News</div>
386
+ <div class="subject">Welcome Cerebra, get the latest from Goog...</div>
387
+ <div class="snippet">Receive helpful tutorials, tips...</div>
388
+ </div>
389
+ <div class="meta">
390
+ <div class="time">Apr 13</div>
391
+ <div class="star">
392
+ <svg viewBox="0 0 24 24" fill="none">
393
+ <path d="M12 3l3.2 6.6 7 .9-5.1 4.8 1.4 7-6.5-3.6-6.5 3.6 1.4-7-5.1-4.8 7-.9L12 3z" stroke="#B7AFC8" stroke-width="2" fill="none"></path>
394
+ </svg>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Additional space to resemble scrolling content -->
400
+ <div style="height: 540px;"></div>
401
+ </div>
402
+
403
+ <!-- Compose button -->
404
+ <div class="compose">
405
+ <svg viewBox="0 0 24 24" fill="none">
406
+ <path d="M3 17l8.5-8.5 4 4L7 21H3v-4z" stroke="#FFFFFF" stroke-width="2" fill="none"></path>
407
+ <path d="M15.5 5.5l3 3" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
408
+ </svg>
409
+ <span>Compose</span>
410
+ </div>
411
+
412
+ <!-- Snackbar -->
413
+ <div class="snackbar">
414
+ <div>1 marked as read</div>
415
+ <div class="undo">Undo</div>
416
+ </div>
417
+
418
+ <!-- Gesture bar -->
419
+ <div class="gesture"></div>
420
+ </div>
421
+ </body>
422
+ </html>
code/18127/18127_0.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recipe Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #1f1f1f;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #2c2c2c;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ color: #f0f0f0;
32
+ letter-spacing: 0.2px;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ font-weight: 600;
39
+ font-size: 42px;
40
+ }
41
+ .status-mid {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 16px;
45
+ opacity: 0.85;
46
+ font-size: 32px;
47
+ }
48
+ .status-right {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 26px;
52
+ }
53
+ .status-icon { width: 44px; height: 44px; opacity: 0.9; }
54
+
55
+ /* Hero image area */
56
+ .hero {
57
+ position: absolute;
58
+ top: 120px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 780px;
62
+ background: #E0E0E0;
63
+ border-bottom: 6px solid #222;
64
+ display: flex;
65
+ align-items: flex-end;
66
+ justify-content: center;
67
+ }
68
+ .hero .img-label {
69
+ position: absolute;
70
+ bottom: 16px;
71
+ left: 16px;
72
+ padding: 6px 10px;
73
+ font-size: 26px;
74
+ color: #757575;
75
+ background: rgba(255,255,255,0.7);
76
+ border: 1px solid #BDBDBD;
77
+ border-radius: 6px;
78
+ }
79
+ .back-btn {
80
+ position: absolute;
81
+ top: 146px;
82
+ left: 24px;
83
+ width: 64px;
84
+ height: 64px;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ color: #fff;
89
+ opacity: 0.95;
90
+ }
91
+
92
+ /* Context menu overlay */
93
+ .menu-overlay {
94
+ position: absolute;
95
+ top: 180px;
96
+ right: 32px;
97
+ width: 420px;
98
+ background: #444;
99
+ border-radius: 18px;
100
+ box-shadow: 0 10px 24px rgba(0,0,0,0.4);
101
+ overflow: hidden;
102
+ }
103
+ .menu-item {
104
+ padding: 28px 32px;
105
+ font-size: 40px;
106
+ border-bottom: 1px solid rgba(255,255,255,0.12);
107
+ }
108
+ .menu-item:last-child { border-bottom: none; }
109
+
110
+ /* Content area */
111
+ .content {
112
+ position: absolute;
113
+ top: 900px;
114
+ left: 0;
115
+ width: 100%;
116
+ bottom: 220px; /* leave space for bottom nav + gesture */
117
+ background: #262626;
118
+ box-sizing: border-box;
119
+ padding: 36px 40px 24px 40px;
120
+ }
121
+ .title {
122
+ font-size: 78px;
123
+ font-weight: 700;
124
+ margin: 16px 0 24px 0;
125
+ }
126
+ .author-row {
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 26px;
130
+ margin-top: 8px;
131
+ }
132
+ .avatar {
133
+ width: 120px;
134
+ height: 120px;
135
+ background: #E0E0E0;
136
+ border: 1px solid #BDBDBD;
137
+ border-radius: 60px;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ color: #757575;
142
+ font-size: 26px;
143
+ }
144
+ .author-info .name {
145
+ font-size: 44px;
146
+ font-weight: 600;
147
+ }
148
+ .author-info .handle {
149
+ font-size: 34px;
150
+ color: #B0B0B0;
151
+ margin-top: 6px;
152
+ }
153
+ .hashtag {
154
+ margin-top: 26px;
155
+ font-size: 40px;
156
+ color: #76a8ff;
157
+ font-weight: 500;
158
+ }
159
+
160
+ .save-btn {
161
+ margin-top: 28px;
162
+ background: #d8852f;
163
+ border-radius: 22px;
164
+ height: 110px;
165
+ display: flex;
166
+ align-items: center;
167
+ padding: 0 34px;
168
+ box-sizing: border-box;
169
+ width: calc(100% - 80px);
170
+ color: #1f1f1f;
171
+ font-size: 42px;
172
+ font-weight: 700;
173
+ }
174
+ .save-btn svg { margin-right: 26px; }
175
+ .divider {
176
+ height: 1px;
177
+ background: #545454;
178
+ margin: 28px 0 16px 0;
179
+ width: calc(100% - 80px);
180
+ }
181
+
182
+ .section-title {
183
+ font-size: 54px;
184
+ font-weight: 700;
185
+ margin: 20px 0 10px 0;
186
+ }
187
+ .ing-item {
188
+ font-size: 40px;
189
+ padding: 24px 0;
190
+ border-bottom: 2px dashed #4f4f4f;
191
+ width: calc(100% - 80px);
192
+ }
193
+
194
+ /* Bottom navigation */
195
+ .bottom-nav {
196
+ position: absolute;
197
+ bottom: 60px;
198
+ left: 0;
199
+ width: 1080px;
200
+ height: 160px;
201
+ background: #2f2f2f;
202
+ border-top: 1px solid #3a3a3a;
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: space-around;
206
+ box-sizing: border-box;
207
+ padding: 0 20px;
208
+ }
209
+ .nav-item {
210
+ width: 140px;
211
+ height: 120px;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+ position: relative;
216
+ }
217
+ .nav-icon { width: 64px; height: 64px; opacity: 0.95; }
218
+ .badge {
219
+ position: absolute;
220
+ top: 26px;
221
+ right: 24px;
222
+ width: 18px;
223
+ height: 18px;
224
+ background: #ff6b6b;
225
+ border-radius: 9px;
226
+ }
227
+ .profile-circle {
228
+ width: 84px;
229
+ height: 84px;
230
+ border-radius: 42px;
231
+ background: #5a6bff;
232
+ border: 6px solid #f2a23a;
233
+ color: #fff;
234
+ font-weight: 700;
235
+ font-size: 40px;
236
+ display: flex;
237
+ align-items: center;
238
+ justify-content: center;
239
+ }
240
+
241
+ /* Gesture pill */
242
+ .gesture-pill {
243
+ position: absolute;
244
+ bottom: 16px;
245
+ left: 50%;
246
+ transform: translateX(-50%);
247
+ width: 280px;
248
+ height: 14px;
249
+ background: rgba(255,255,255,0.88);
250
+ border-radius: 7px;
251
+ }
252
+ </style>
253
+ </head>
254
+ <body>
255
+ <div id="render-target">
256
+
257
+ <!-- Status Bar -->
258
+ <div class="statusbar">
259
+ <div class="status-left">7:11</div>
260
+ <div class="status-mid">
261
+ <span>Calm</span>
262
+ <span>•</span>
263
+ <span>Cloudy</span>
264
+ </div>
265
+ <div class="status-right">
266
+ <!-- WiFi -->
267
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
268
+ <path d="M3 8c5-4 13-4 18 0"></path>
269
+ <path d="M6 11c3-2 9-2 12 0"></path>
270
+ <path d="M9 14c2-1 4-1 6 0"></path>
271
+ <circle cx="12" cy="18" r="1.5" fill="#fff"></circle>
272
+ </svg>
273
+ <!-- Battery -->
274
+ <svg class="status-icon" viewBox="0 0 28 24" fill="none" stroke="#fff" stroke-width="2">
275
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect>
276
+ <rect x="23" y="10" width="3" height="4" rx="1"></rect>
277
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
278
+ </svg>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Hero image -->
283
+ <div class="hero">
284
+ <div class="img-label">[IMG: Sushi Rolls Close-up]</div>
285
+ </div>
286
+
287
+ <!-- Back button -->
288
+ <div class="back-btn">
289
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
290
+ <path d="M15 18l-6-6 6-6"></path>
291
+ </svg>
292
+ </div>
293
+
294
+ <!-- Context Menu Overlay -->
295
+ <div class="menu-overlay">
296
+ <div class="menu-item">Share</div>
297
+ <div class="menu-item">Report / block</div>
298
+ </div>
299
+
300
+ <!-- Content -->
301
+ <div class="content">
302
+ <div class="title">Sushi</div>
303
+
304
+ <div class="author-row">
305
+ <div class="avatar">[IMG: User Avatar]</div>
306
+ <div class="author-info">
307
+ <div class="name">Krishna Rani</div>
308
+ <div class="handle">@cook_24237791</div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="hashtag">#RSSFAV</div>
313
+
314
+ <div class="save-btn">
315
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#1f1f1f">
316
+ <path d="M6 4h12a1 1 0 0 1 1 1v15l-7-4-7 4V5a1 1 0 0 1 1-1z"></path>
317
+ </svg>
318
+ Saved recipe
319
+ </div>
320
+
321
+ <div class="divider"></div>
322
+
323
+ <div class="section-title">Ingredients</div>
324
+
325
+ <div class="ing-item">1 cup Rice</div>
326
+ <div class="ing-item">1 Onion</div>
327
+ </div>
328
+
329
+ <!-- Bottom Navigation -->
330
+ <div class="bottom-nav">
331
+ <div class="nav-item">
332
+ <!-- Home outline -->
333
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
334
+ <path d="M3 11l9-7 9 7"></path>
335
+ <path d="M5 10v9h14v-9"></path>
336
+ <path d="M10 19v-5h4v5"></path>
337
+ </svg>
338
+ </div>
339
+ <div class="nav-item">
340
+ <!-- Search -->
341
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.2" stroke-linecap="round">
342
+ <circle cx="11" cy="11" r="7"></circle>
343
+ <path d="M20 20l-4.2-4.2"></path>
344
+ </svg>
345
+ </div>
346
+ <div class="nav-item">
347
+ <!-- Plus -->
348
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.6" stroke-linecap="round">
349
+ <path d="M12 5v14"></path>
350
+ <path d="M5 12h14"></path>
351
+ </svg>
352
+ </div>
353
+ <div class="nav-item">
354
+ <!-- Bookmark with P -->
355
+ <div class="badge"></div>
356
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
357
+ <path d="M6 3h12a1 1 0 0 1 1 1v17l-7-4-7 4V4a1 1 0 0 1 1-1z"></path>
358
+ </svg>
359
+ <!-- Overlay "P" character to emulate icon style -->
360
+ <div style="position:absolute; bottom:26px; left:50%; transform:translateX(-50%); color:#fff; font-weight:700; font-size:34px;">P</div>
361
+ </div>
362
+ <div class="nav-item">
363
+ <!-- Profile circle with C -->
364
+ <div class="profile-circle">C</div>
365
+ </div>
366
+ </div>
367
+
368
+ <!-- Gesture pill -->
369
+ <div class="gesture-pill"></div>
370
+ </div>
371
+ </body>
372
+ </html>
code/18127/18127_1.html ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recipe - Sushi</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
12
+ color: #fff;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #222;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 120px;
29
+ background: #2b2b2b;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 32px;
33
+ box-sizing: border-box;
34
+ }
35
+ .status-time {
36
+ font-size: 44px;
37
+ font-weight: 600;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .status-icons {
41
+ margin-left: auto;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 28px;
45
+ }
46
+ .status-icons svg {
47
+ width: 44px;
48
+ height: 44px;
49
+ fill: none;
50
+ stroke: #fff;
51
+ stroke-width: 2.2;
52
+ }
53
+
54
+ /* Hero image section */
55
+ .hero {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 900px;
61
+ overflow: hidden;
62
+ }
63
+ .hero .img {
64
+ width: 100%;
65
+ height: 100%;
66
+ background: #E0E0E0;
67
+ border: 1px solid #BDBDBD;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ color: #757575;
72
+ font-size: 36px;
73
+ }
74
+
75
+ /* Overlay controls on hero */
76
+ .hero-controls {
77
+ position: absolute;
78
+ top: 28px;
79
+ left: 28px;
80
+ right: 28px;
81
+ display: flex;
82
+ justify-content: space-between;
83
+ align-items: center;
84
+ }
85
+ .hero-controls .left,
86
+ .hero-controls .right {
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 28px;
90
+ }
91
+ .hero-controls svg {
92
+ width: 54px;
93
+ height: 54px;
94
+ stroke: #fff;
95
+ fill: none;
96
+ stroke-width: 2.5;
97
+ }
98
+ .hero-controls .kebab circle {
99
+ fill: #fff;
100
+ stroke: none;
101
+ }
102
+
103
+ /* Content section */
104
+ .content {
105
+ position: absolute;
106
+ top: 1020px;
107
+ left: 0;
108
+ width: 100%;
109
+ background: #2a2a2a;
110
+ border-top-left-radius: 0;
111
+ border-top-right-radius: 0;
112
+ padding: 40px;
113
+ box-sizing: border-box;
114
+ }
115
+ .title {
116
+ font-size: 86px;
117
+ font-weight: 700;
118
+ margin: 16px 0 40px 0;
119
+ }
120
+
121
+ /* Author row */
122
+ .author-row {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 28px;
126
+ margin-bottom: 24px;
127
+ }
128
+ .avatar {
129
+ width: 110px;
130
+ height: 110px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ border-radius: 50%;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ color: #757575;
138
+ font-size: 26px;
139
+ }
140
+ .author-text {
141
+ display: flex;
142
+ flex-direction: column;
143
+ gap: 6px;
144
+ }
145
+ .author-name {
146
+ font-size: 46px;
147
+ font-weight: 600;
148
+ }
149
+ .author-handle {
150
+ font-size: 34px;
151
+ color: #b8b8b8;
152
+ }
153
+
154
+ .hashtag {
155
+ color: #4F8EF7;
156
+ font-size: 38px;
157
+ margin: 24px 0 36px;
158
+ }
159
+
160
+ /* Saved recipe button */
161
+ .save-btn {
162
+ width: 100%;
163
+ height: 130px;
164
+ background: #d3842b;
165
+ color: #121212;
166
+ border-radius: 26px;
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 28px;
170
+ padding: 0 40px;
171
+ font-size: 42px;
172
+ font-weight: 600;
173
+ box-sizing: border-box;
174
+ margin-bottom: 40px;
175
+ }
176
+ .save-btn svg {
177
+ width: 48px;
178
+ height: 48px;
179
+ stroke: #121212;
180
+ fill: none;
181
+ stroke-width: 2.5;
182
+ }
183
+
184
+ .divider {
185
+ height: 2px;
186
+ background: #494949;
187
+ margin: 16px 0 28px;
188
+ }
189
+
190
+ /* Ingredients */
191
+ .section-title {
192
+ font-size: 58px;
193
+ font-weight: 700;
194
+ margin: 18px 0 24px;
195
+ }
196
+ .ingredient {
197
+ font-size: 42px;
198
+ margin: 18px 0;
199
+ }
200
+ .dashed {
201
+ border-bottom: 2px dashed #8a8a8a;
202
+ margin: 16px 0 22px;
203
+ }
204
+
205
+ /* Bottom navigation */
206
+ .bottom-nav {
207
+ position: absolute;
208
+ bottom: 120px;
209
+ left: 0;
210
+ width: 100%;
211
+ height: 160px;
212
+ background: #2d2d2d;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: space-around;
216
+ box-sizing: border-box;
217
+ padding: 0 18px;
218
+ }
219
+ .nav-item {
220
+ width: 160px;
221
+ height: 120px;
222
+ display: flex;
223
+ align-items: center;
224
+ justify-content: center;
225
+ position: relative;
226
+ }
227
+ .nav-item svg {
228
+ width: 64px;
229
+ height: 64px;
230
+ stroke: #d6d6d6;
231
+ fill: none;
232
+ stroke-width: 2.5;
233
+ }
234
+ .nav-badge {
235
+ position: absolute;
236
+ top: 16px;
237
+ right: 28px;
238
+ width: 18px;
239
+ height: 18px;
240
+ background: #f28aa0;
241
+ border-radius: 50%;
242
+ }
243
+ .profile-chip {
244
+ width: 92px;
245
+ height: 92px;
246
+ border-radius: 50%;
247
+ background: #f5a742;
248
+ border: 6px solid #6a5acd;
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: center;
252
+ color: #1a1a1a;
253
+ font-weight: 800;
254
+ font-size: 40px;
255
+ }
256
+
257
+ /* Home indicator */
258
+ .home-indicator {
259
+ position: absolute;
260
+ bottom: 40px;
261
+ left: 50%;
262
+ transform: translateX(-50%);
263
+ width: 280px;
264
+ height: 10px;
265
+ background: #ffffff;
266
+ opacity: 0.6;
267
+ border-radius: 8px;
268
+ }
269
+ </style>
270
+ </head>
271
+ <body>
272
+ <div id="render-target">
273
+ <!-- Status bar -->
274
+ <div class="status-bar">
275
+ <div class="status-time">7:11</div>
276
+ <div class="status-icons">
277
+ <!-- small square (notification style) -->
278
+ <svg viewBox="0 0 48 48">
279
+ <rect x="8" y="10" width="32" height="28" rx="6" ry="6" fill="none"></rect>
280
+ </svg>
281
+ <!-- alarm/clock -->
282
+ <svg viewBox="0 0 48 48">
283
+ <circle cx="24" cy="24" r="14"></circle>
284
+ <path d="M24 24 L24 16 M24 24 L32 28"></path>
285
+ </svg>
286
+ <!-- cloud -->
287
+ <svg viewBox="0 0 48 48">
288
+ <path d="M14 30c-4 0-7-3-7-7s3-7 7-7c2-5 8-7 13-4 3 2 4 5 4 8 4 0 7 3 7 7s-3 7-7 7H14z"></path>
289
+ </svg>
290
+ <!-- wifi -->
291
+ <svg viewBox="0 0 48 48">
292
+ <path d="M8 20c8-8 24-8 32 0"></path>
293
+ <path d="M12 26c6-6 18-6 24 0"></path>
294
+ <path d="M18 32c4-4 12-4 16 0"></path>
295
+ <circle cx="24" cy="36" r="2" fill="#fff" stroke="none"></circle>
296
+ </svg>
297
+ <!-- battery -->
298
+ <svg viewBox="0 0 60 48">
299
+ <rect x="6" y="12" width="44" height="24" rx="4" ry="4"></rect>
300
+ <rect x="52" y="18" width="6" height="12" rx="2" ry="2"></rect>
301
+ <rect x="10" y="16" width="28" height="16" fill="#fff" stroke="none"></rect>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Hero image -->
307
+ <div class="hero">
308
+ <div class="img">[IMG: Sushi platter close-up]</div>
309
+
310
+ <!-- Overlay back and actions -->
311
+ <div class="hero-controls">
312
+ <div class="left">
313
+ <!-- Back arrow -->
314
+ <svg viewBox="0 0 48 48">
315
+ <path d="M30 10 L14 24 L30 38"></path>
316
+ </svg>
317
+ </div>
318
+ <div class="right">
319
+ <!-- Bookmark flag -->
320
+ <svg viewBox="0 0 48 48">
321
+ <path d="M12 10 H36 V38 L24 30 L12 38 Z"></path>
322
+ </svg>
323
+ <!-- Heart + plus -->
324
+ <svg viewBox="0 0 48 48">
325
+ <path d="M24 40 L10 26 C5 21 5 13 10 8 C15 3 23 4 28 9 C33 4 41 3 46 8 C51 13 51 21 46 26 L24 40 Z"></path>
326
+ </svg>
327
+ <!-- Kebab (vertical dots) -->
328
+ <svg class="kebab" viewBox="0 0 48 48">
329
+ <circle cx="24" cy="12" r="3"></circle>
330
+ <circle cx="24" cy="24" r="3"></circle>
331
+ <circle cx="24" cy="36" r="3"></circle>
332
+ </svg>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Content -->
338
+ <div class="content">
339
+ <div class="title">Sushi</div>
340
+
341
+ <div class="author-row">
342
+ <div class="avatar">[IMG: User Avatar]</div>
343
+ <div class="author-text">
344
+ <div class="author-name">Krishna Rani</div>
345
+ <div class="author-handle">@cook_24237791</div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="hashtag">#RSSFAV</div>
350
+
351
+ <div class="save-btn">
352
+ <svg viewBox="0 0 48 48">
353
+ <path d="M12 10 H36 V38 L24 30 L12 38 Z"></path>
354
+ </svg>
355
+ <span>Saved recipe</span>
356
+ </div>
357
+
358
+ <div class="divider"></div>
359
+
360
+ <div class="section-title">Ingredients</div>
361
+
362
+ <div class="ingredient">1 cup Rice</div>
363
+ <div class="dashed"></div>
364
+ <div class="ingredient">1 Onion</div>
365
+ </div>
366
+
367
+ <!-- Bottom navigation -->
368
+ <div class="bottom-nav">
369
+ <div class="nav-item">
370
+ <!-- Home -->
371
+ <svg viewBox="0 0 48 48">
372
+ <path d="M8 22 L24 8 L40 22 V38 H30 V26 H18 V38 H8 Z"></path>
373
+ </svg>
374
+ </div>
375
+ <div class="nav-item">
376
+ <!-- Search -->
377
+ <svg viewBox="0 0 48 48">
378
+ <circle cx="20" cy="20" r="12"></circle>
379
+ <path d="M32 32 L44 44"></path>
380
+ </svg>
381
+ </div>
382
+ <div class="nav-item">
383
+ <!-- Plus -->
384
+ <svg viewBox="0 0 48 48">
385
+ <path d="M24 10 V38 M10 24 H38"></path>
386
+ </svg>
387
+ </div>
388
+ <div class="nav-item">
389
+ <!-- Bookmark with badge -->
390
+ <div class="nav-badge"></div>
391
+ <svg viewBox="0 0 48 48">
392
+ <path d="M12 10 H36 V38 L24 30 L12 38 Z"></path>
393
+ </svg>
394
+ </div>
395
+ <div class="nav-item">
396
+ <!-- Profile chip -->
397
+ <div class="profile-chip">C</div>
398
+ </div>
399
+ </div>
400
+
401
+ <!-- Home indicator -->
402
+ <div class="home-indicator"></div>
403
+ </div>
404
+ </body>
405
+ </html>
code/18127/18127_2.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Saved Recipes UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #0f0f0f; color: #eee; font-family: "Segoe UI", Roboto, Arial, sans-serif;
11
+ }
12
+ .statusbar {
13
+ height: 90px; background: #1c1c1c; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; color: #e8e8e8; font-weight: 600;
14
+ }
15
+ .status-icons { margin-left: auto; display: flex; gap: 26px; align-items: center; }
16
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
17
+ .app-header {
18
+ background: #232323; height: 220px; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; border-bottom: 1px solid #2d2d2d;
19
+ }
20
+ .avatar {
21
+ width: 90px; height: 90px; border-radius: 50%; background: #4b64ff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 44px; margin-right: 24px;
22
+ }
23
+ .profile-text { line-height: 1.25; }
24
+ .handle { color: #b3b3b3; font-size: 28px; margin-top: 6px; }
25
+ .header-actions { margin-left: auto; display: flex; gap: 28px; }
26
+ .tabbar {
27
+ height: 92px; background: #141414; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; position: relative;
28
+ }
29
+ .tab { font-size: 42px; font-weight: 700; margin-right: auto; }
30
+ .tab.secondary { color: #8a8a8a; margin-right: 0; }
31
+ .tab-underline { position: absolute; bottom: 0; left: 36px; width: 220px; height: 5px; background: #ff9f1a; border-radius: 5px; }
32
+ .segment-row { display: flex; gap: 24px; padding: 24px 36px 10px 36px; background: #0f0f0f; }
33
+ .pill {
34
+ padding: 18px 28px; border-radius: 40px; font-weight: 600; font-size: 32px; display: inline-flex; align-items: center; gap: 16px; border: 2px solid #ff9f1a; color: #ff9f1a;
35
+ }
36
+ .pill.filled { background: #ff9f1a; color: #151515; border-color: #ff9f1a; }
37
+ .search {
38
+ margin: 10px 36px 0 36px; height: 110px; border: 2px solid #6a6a6a; border-radius: 60px; display: flex; align-items: center; padding: 0 32px; box-sizing: border-box; color: #cfcfcf; font-size: 38px; gap: 20px;
39
+ }
40
+ .section-title {
41
+ font-size: 56px; font-weight: 800; padding: 34px 36px 16px 36px;
42
+ }
43
+ .horizontal-card {
44
+ margin: 0 36px; background: #343434; border-radius: 28px; padding: 26px; display: flex; gap: 26px; align-items: center; box-sizing: border-box;
45
+ }
46
+ .img {
47
+ width: 280px; height: 210px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 18px; font-size: 28px;
48
+ }
49
+ .card-content { flex: 1; }
50
+ .card-title { font-size: 48px; font-weight: 800; }
51
+ .author { display: flex; align-items: center; gap: 16px; margin-top: 10px; color: #cfcfcf; font-size: 32px; }
52
+ .author .mini-avatar {
53
+ width: 44px; height: 44px; border-radius: 50%; background: #E0E0E0; border: 1px solid #BDBDBD;
54
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px;
55
+ }
56
+ .card-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; font-size: 34px; }
57
+ .action-link { display: inline-flex; align-items: center; gap: 12px; color: #eaeaea; }
58
+ .dismiss { color: #d0d0d0; }
59
+ .feed-authors { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 28px 36px 10px 36px; }
60
+ .author-row { display: flex; align-items: center; justify-content: space-between; }
61
+ .author-left { display: flex; align-items: center; gap: 18px; color: #e4e4e4; font-size: 32px; }
62
+ .grid {
63
+ display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 0 36px; box-sizing: border-box;
64
+ }
65
+ .recipe-card {
66
+ background: #343434; border-radius: 26px; overflow: hidden; display: flex; flex-direction: column;
67
+ }
68
+ .recipe-card .img { width: 100%; height: 300px; border-radius: 0; }
69
+ .recipe-info { padding: 20px; }
70
+ .recipe-title { font-size: 44px; font-weight: 800; margin-bottom: 16px; }
71
+ .tiny-action { display: inline-flex; align-items: center; gap: 10px; color: #dcdcdc; font-size: 28px; }
72
+ .quota {
73
+ margin: 30px 36px; background: #2d2d2d; border-radius: 28px; padding: 34px; text-align: center; font-weight: 700; font-size: 40px; color: #eaeaea;
74
+ }
75
+ .bottom-nav {
76
+ position: absolute; bottom: 74px; left: 0; right: 0; height: 150px; background: #2a2a2a; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #3a3a3a;
77
+ }
78
+ .nav-btn { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #e8e8e8; font-size: 22px; }
79
+ .nav-badge {
80
+ position: absolute; top: -4px; right: -6px; width: 16px; height: 16px; background: #ff5a5a; border-radius: 50%;
81
+ }
82
+ .profile-chip {
83
+ width: 64px; height: 64px; border-radius: 50%; background: #4b64ff; display: flex; align-items: center; justify-content: center; font-weight: 700;
84
+ }
85
+ .home-indicator {
86
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
87
+ width: 240px; height: 10px; background: #e0e0e0; border-radius: 8px; opacity: 0.5;
88
+ }
89
+ /* Simple icon styles */
90
+ svg { stroke: currentColor; fill: none; }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="statusbar">
98
+ <div>7:19</div>
99
+ <div class="status-icons">
100
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><path d="M3 8l9-6 9 6v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8z"/></svg>
101
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
102
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h10"/></svg>
103
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><path d="M18 7a6 6 0 1 1-12 0"/></svg>
104
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/></svg>
105
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24"><path d="M7 20h10a2 2 0 0 0 2-2V6H5v12a2 2 0 0 0 2 2z"/></svg>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- App header with profile -->
110
+ <div class="app-header">
111
+ <div class="avatar">C</div>
112
+ <div class="profile-text">
113
+ <div style="font-size:44px; font-weight:800;">Cerebra Research</div>
114
+ <div class="handle">@cook_39354861</div>
115
+ </div>
116
+ <div class="header-actions">
117
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24"><path d="M4 16v4M10 12v8M16 8v12M22 4v16"/></svg>
118
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/><path d="M12 8v4l2 2"/></svg>
119
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24"><path d="M5 7h14M5 12h14M5 17h14"/></svg>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Tabs -->
124
+ <div class="tabbar">
125
+ <div class="tab">Saved</div>
126
+ <div class="tab secondary">Your Recipes</div>
127
+ <div class="tab-underline"></div>
128
+ </div>
129
+
130
+ <!-- Segment buttons -->
131
+ <div class="segment-row">
132
+ <div class="pill filled">
133
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M4 6h16v12H4z"/></svg>
134
+ <span>All saved</span>
135
+ </div>
136
+ <div class="pill">
137
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M7 7h10v10H7z"/><path d="M12 5v14"/></svg>
138
+ <span>Cooksnaps</span>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Search -->
143
+ <div class="search">
144
+ <svg width="44" height="44" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></svg>
145
+ <span>Search 2 recipes</span>
146
+ </div>
147
+
148
+ <!-- "Did you cook this recipe?" -->
149
+ <div class="section-title">Did you cook this recipe?</div>
150
+ <div class="horizontal-card">
151
+ <div class="img">[IMG: Sushi]</div>
152
+ <div class="card-content">
153
+ <div class="card-title">Sushi</div>
154
+ <div class="author">
155
+ <div class="mini-avatar">[A]</div>
156
+ <div>Krishna Rani</div>
157
+ </div>
158
+ <div class="card-actions">
159
+ <div class="action-link">
160
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M7 7h10v10H7z"/><path d="M12 5v14"/></svg>
161
+ <span>Add a Cooksnap</span>
162
+ </div>
163
+ <div class="dismiss">Dismiss</div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Author rows above grid -->
169
+ <div class="feed-authors">
170
+ <div class="author-row">
171
+ <div class="author-left">
172
+ <div class="mini-avatar">[A]</div>
173
+ <div>Krishna Rani</div>
174
+ </div>
175
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
176
+ </div>
177
+ <div class="author-row">
178
+ <div class="author-left">
179
+ <div class="mini-avatar">[A]</div>
180
+ <div>Mitali Jain</div>
181
+ </div>
182
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Grid cards -->
187
+ <div class="grid">
188
+ <div class="recipe-card">
189
+ <div class="img">[IMG: Sushi close-up]</div>
190
+ <div class="recipe-info">
191
+ <div class="recipe-title">Sushi</div>
192
+ <div class="tiny-action">
193
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M7 7h10v10H7z"/><path d="M12 5v14"/></svg>
194
+ <span>Cooksnap</span>
195
+ </div>
196
+ </div>
197
+ </div>
198
+ <div class="recipe-card">
199
+ <div class="img">[IMG: Proso millet salad Jain]</div>
200
+ <div class="recipe-info">
201
+ <div class="recipe-title">Proso millet salad Jain</div>
202
+ <div class="tiny-action">
203
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M7 7h10v10H7z"/><path d="M12 5v14"/></svg>
204
+ <span>Cooksnap</span>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Quota info -->
211
+ <div class="quota">2 / 60 free saved recipes</div>
212
+
213
+ <!-- Bottom navigation -->
214
+ <div class="bottom-nav">
215
+ <div class="nav-btn">
216
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z"/></svg>
217
+ </div>
218
+ <div class="nav-btn">
219
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></svg>
220
+ </div>
221
+ <div class="nav-btn">
222
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
223
+ </div>
224
+ <div class="nav-btn" style="position:relative;">
225
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M6 4h12v16H6z"/><path d="M10 8h4"/></svg>
226
+ <span class="nav-badge"></span>
227
+ </div>
228
+ <div class="nav-btn">
229
+ <div class="profile-chip">C</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Home indicator -->
234
+ <div class="home-indicator"></div>
235
+
236
+ </div>
237
+ </body>
238
+ </html>