yhzheng1031 commited on
Commit
5501681
·
verified ·
1 Parent(s): 67530d2

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/10077/10077_1.html +219 -0
  2. code/10077/10077_3.html +268 -0
  3. code/10077/10077_7.html +211 -0
  4. code/10084/10084_1.html +331 -0
  5. code/10086/10086_2.html +274 -0
  6. code/10087/10087_1.html +294 -0
  7. code/10087/10087_3.html +383 -0
  8. code/10091/10091_1.html +257 -0
  9. code/10093/10093_1.html +180 -0
  10. code/10093/10093_3.html +139 -0
  11. code/10093/10093_4.html +198 -0
  12. code/10094/10094_0.html +247 -0
  13. code/10094/10094_3.html +491 -0
  14. code/10094/10094_4.html +366 -0
  15. code/10097/10097_2.html +273 -0
  16. code/10097/10097_3.html +300 -0
  17. code/10097/10097_4.html +364 -0
  18. code/10099/10099_0.html +364 -0
  19. code/10100/10100_2.html +268 -0
  20. code/10100/10100_4.html +482 -0
  21. code/10105/10105_3.html +211 -0
  22. code/10108/10108_0.html +240 -0
  23. code/10109/10109_4.html +407 -0
  24. code/1011/1011_0.html +245 -0
  25. code/10176/10176_5.html +582 -0
  26. code/10177/10177_11.html +220 -0
  27. code/10177/10177_2.html +384 -0
  28. code/10177/10177_3.html +493 -0
  29. code/10177/10177_4.html +261 -0
  30. code/10177/10177_6.html +326 -0
  31. code/10177/10177_7.html +369 -0
  32. code/10179/10179_1.html +522 -0
  33. code/10179/10179_2.html +218 -0
  34. code/1018/1018_0.html +282 -0
  35. code/1018/1018_2.html +326 -0
  36. code/1018/1018_3.html +317 -0
  37. code/1018/1018_4.html +281 -0
  38. code/10182/10182_0.html +285 -0
  39. code/10182/10182_1.html +321 -0
  40. code/10182/10182_10.html +340 -0
  41. code/10182/10182_2.html +338 -0
  42. code/10182/10182_3.html +295 -0
  43. code/10182/10182_4.html +415 -0
  44. code/10182/10182_5.html +224 -0
  45. code/10182/10182_6.html +348 -0
  46. code/10182/10182_7.html +243 -0
  47. code/10182/10182_8.html +295 -0
  48. code/10182/10182_9.html +459 -0
  49. code/10184/10184_0.html +273 -0
  50. code/10184/10184_1.html +358 -0
code/10077/10077_1.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Lock Screen Mock</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
+ color: #ffffff;
13
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
14
+ /* Dark feather-like textured background */
15
+ background:
16
+ radial-gradient(1200px 1400px at 40% 35%, #1b1b1b 0%, #0f0f0f 60%, #0a0a0a 100%),
17
+ repeating-linear-gradient(115deg, rgba(255,255,255,0.03) 0 3px, rgba(0,0,0,0.08) 3px 18px);
18
+ }
19
+
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 22px;
23
+ left: 32px;
24
+ right: 32px;
25
+ font-size: 34px;
26
+ letter-spacing: 0.2px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #e9e9e9;
31
+ opacity: 0.9;
32
+ }
33
+
34
+ .time {
35
+ position: absolute;
36
+ top: 124px;
37
+ left: 52px;
38
+ font-size: 200px;
39
+ font-weight: 500;
40
+ color: #d7e2ff;
41
+ letter-spacing: -2px;
42
+ }
43
+
44
+ .date {
45
+ position: absolute;
46
+ top: 390px;
47
+ left: 60px;
48
+ font-size: 58px;
49
+ font-weight: 500;
50
+ color: #e8e8e8;
51
+ }
52
+
53
+ .weather {
54
+ position: absolute;
55
+ top: 470px;
56
+ left: 60px;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 18px;
60
+ font-size: 44px;
61
+ color: #dfdfdf;
62
+ }
63
+ .weather .dot {
64
+ margin: 0 12px;
65
+ opacity: 0.6;
66
+ }
67
+
68
+ .card {
69
+ position: absolute;
70
+ top: 680px;
71
+ left: 60px;
72
+ width: 960px;
73
+ background: #2b2b2b;
74
+ border-radius: 36px;
75
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
76
+ padding: 38px 40px;
77
+ }
78
+ .card .row {
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: space-between;
82
+ }
83
+ .card .left {
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 26px;
87
+ }
88
+ .card .title {
89
+ font-size: 52px;
90
+ font-weight: 600;
91
+ color: #ffffff;
92
+ }
93
+ .card .subtitle {
94
+ margin-top: 14px;
95
+ font-size: 42px;
96
+ color: #bfc4c9;
97
+ }
98
+
99
+ .lock-circle {
100
+ position: absolute;
101
+ top: 1520px;
102
+ left: 450px;
103
+ width: 180px;
104
+ height: 180px;
105
+ border-radius: 50%;
106
+ background: #3b3b3b;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ box-shadow: 0 14px 28px rgba(0,0,0,0.45);
111
+ }
112
+
113
+ .charging {
114
+ position: absolute;
115
+ bottom: 160px;
116
+ width: 100%;
117
+ text-align: center;
118
+ font-size: 42px;
119
+ color: #e6e6e6;
120
+ }
121
+
122
+ .home-indicator {
123
+ position: absolute;
124
+ bottom: 70px;
125
+ left: 240px;
126
+ width: 600px;
127
+ height: 12px;
128
+ background: rgba(255,255,255,0.8);
129
+ border-radius: 12px;
130
+ }
131
+
132
+ /* Simple inline icon wrappers for consistent sizing */
133
+ .icon {
134
+ width: 48px;
135
+ height: 48px;
136
+ }
137
+ .battery {
138
+ display: inline-flex;
139
+ align-items: center;
140
+ gap: 12px;
141
+ font-size: 34px;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div>SIM card — Emergency</div>
151
+ <div class="battery">
152
+ <!-- Battery icon -->
153
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
154
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="none"></rect>
155
+ <rect x="20" y="9" width="2" height="6"></rect>
156
+ <rect x="4" y="8" width="12" height="8" fill="#9fe1a9"></rect>
157
+ </svg>
158
+ <span>96%</span>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Time -->
163
+ <div class="time">9:06</div>
164
+
165
+ <!-- Date -->
166
+ <div class="date">Tue, Jul 18</div>
167
+
168
+ <!-- Weather row -->
169
+ <div class="weather">
170
+ <!-- Cloud icon -->
171
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff">
172
+ <path d="M7 17a5 5 0 010-10c2.2 0 4.1 1.4 4.8 3.3A4 4 0 0116 10a4 4 0 010 8H7z" opacity="0.9"></path>
173
+ </svg>
174
+ <span>29°C</span>
175
+ <span class="dot">•</span>
176
+ <span>Today 31° / 26°</span>
177
+ <span class="dot">•</span>
178
+ <span>Cloudy</span>
179
+ </div>
180
+
181
+ <!-- Notification card -->
182
+ <div class="card">
183
+ <div class="row">
184
+ <div class="left">
185
+ <!-- Gear icon -->
186
+ <svg class="icon" viewBox="0 0 24 24" fill="#cfd8dc">
187
+ <path d="M12 8a4 4 0 100 8 4 4 0 000-8zm9 4l-2.2.6a7.7 7.7 0 00-.6 1.5l1.4 1.8-2 2-1.8-1.4a7.7 7.7 0 00-1.5.6L13 21h-2l-.6-2.2a7.7 7.7 0 00-1.5-.6L6.1 19l-2-2 1.4-1.8a7.7 7.7 0 00-.6-1.5L2 12v-2l2.2-.6a7.7 7.7 0 00.6-1.5L3.4 6.1l2-2L7.2 5.5a7.7 7.7 0 001.5-.6L9.9 2h2l.6 2.2a7.7 7.7 0 001.5.6L16.8 3.9l2 2-1.4 1.8c.26.47.46.98.6 1.5L21 10v2z" opacity="0.85"></path>
188
+ </svg>
189
+ <div>
190
+ <div class="title">USB debugging connected</div>
191
+ <div class="subtitle">Tap to turn off USB debugging</div>
192
+ </div>
193
+ </div>
194
+ <!-- Chevron down -->
195
+ <svg class="icon" viewBox="0 0 24 24" fill="#d6d6d6">
196
+ <path d="M6 9l6 6 6-6H6z"></path>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Lock circle with padlock icon -->
202
+ <div class="lock-circle">
203
+ <svg width="90" height="90" viewBox="0 0 24 24" fill="#ffffff">
204
+ <path d="M12 2a5 5 0 00-5 5v3h2V7a3 3 0 116 0v3h2V7a5 5 0 00-5-5z"></path>
205
+ <rect x="6" y="10" width="12" height="10" rx="2" ry="2"></rect>
206
+ <rect x="11" y="13" width="2" height="4" fill="#3b3b3b"></rect>
207
+ <circle cx="12" cy="16" r="1.5"></circle>
208
+ </svg>
209
+ </div>
210
+
211
+ <!-- Charging status -->
212
+ <div class="charging">96% • Charging rapidly • Full in 19 min</div>
213
+
214
+ <!-- Home indicator -->
215
+ <div class="home-indicator"></div>
216
+
217
+ </div>
218
+ </body>
219
+ </html>
code/10077/10077_3.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Class 11 Physics (India)</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0F2A52; /* deep navy */
13
+ color: #fff;
14
+ }
15
+ .status-bar {
16
+ height: 100px;
17
+ padding: 0 40px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ font-weight: 600;
22
+ font-size: 34px;
23
+ letter-spacing: 0.2px;
24
+ opacity: 0.95;
25
+ }
26
+ .status-right {
27
+ display: flex;
28
+ gap: 26px;
29
+ align-items: center;
30
+ }
31
+ .header {
32
+ padding: 20px 40px 40px 40px;
33
+ }
34
+ .back-row {
35
+ height: 80px;
36
+ display: flex;
37
+ align-items: center;
38
+ color: #fff;
39
+ }
40
+ .back-btn {
41
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
42
+ margin-right: 10px;
43
+ }
44
+ .section-label {
45
+ font-size: 40px;
46
+ color: #C8D6EF;
47
+ margin-top: 10px;
48
+ }
49
+ .title {
50
+ font-size: 72px;
51
+ font-weight: 700;
52
+ margin-top: 14px;
53
+ line-height: 1.15;
54
+ }
55
+ .content {
56
+ background: #F7F8FA;
57
+ border-top-left-radius: 24px;
58
+ border-top-right-radius: 24px;
59
+ margin-top: 22px;
60
+ color: #1d2a3a;
61
+ overflow-y: auto;
62
+ height: 1680px;
63
+ }
64
+ .card {
65
+ background: #fff;
66
+ margin-top: 24px;
67
+ border-top: 1px solid #e6e9ef;
68
+ border-bottom: 1px solid #e6e9ef;
69
+ }
70
+ .card:first-child { margin-top: 12px; }
71
+ .card-header {
72
+ display: flex;
73
+ align-items: center;
74
+ padding: 28px 40px;
75
+ gap: 28px;
76
+ }
77
+ .green-icon {
78
+ width: 110px; height: 110px; border-radius: 55px; background: #78B87B;
79
+ display: flex; align-items: center; justify-content: center;
80
+ box-shadow: inset 0 0 0 6px rgba(255,255,255,0.2);
81
+ }
82
+ .card-title {
83
+ font-size: 44px;
84
+ font-weight: 700;
85
+ color: #1f2a3d;
86
+ }
87
+ .item {
88
+ padding: 26px 40px;
89
+ font-size: 40px;
90
+ color: #5a6678;
91
+ border-top: 1px solid #ECEFF3;
92
+ background: #fff;
93
+ }
94
+ .divider { height: 18px; background: #F7F8FA; }
95
+ .bottom-nav {
96
+ position: absolute;
97
+ bottom: 0;
98
+ left: 0;
99
+ width: 1080px;
100
+ height: 180px;
101
+ background: #ffffff;
102
+ border-top: 1px solid #E1E4EA;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: space-around;
106
+ color: #3b4a62;
107
+ }
108
+ .nav-item {
109
+ width: 240px;
110
+ display: flex;
111
+ flex-direction: column;
112
+ align-items: center;
113
+ gap: 14px;
114
+ font-size: 34px;
115
+ }
116
+ .nav-item.active { color: #2A74FF; }
117
+ .home-indicator {
118
+ position: absolute;
119
+ bottom: 190px;
120
+ left: 50%;
121
+ transform: translateX(-50%);
122
+ width: 420px;
123
+ height: 12px;
124
+ background: #C9CDD4;
125
+ border-radius: 6px;
126
+ opacity: 0.8;
127
+ }
128
+ /* Utility for placeholder images if needed */
129
+ .img {
130
+ width: 100%; height: 100%;
131
+ background: #E0E0E0; border: 1px solid #BDBDBD;
132
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status bar -->
140
+ <div class="status-bar">
141
+ <div>9:08</div>
142
+ <div class="status-right">
143
+ <!-- WiFi icon -->
144
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="none">
145
+ <path d="M2.5 8.5c5.3-4.6 13.7-4.6 19 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
146
+ <path d="M5 11.5c4-3.3 10-3.3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
147
+ <path d="M7.5 14.5c2.6-2 6.4-2 9 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
148
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
149
+ </svg>
150
+ <!-- Battery icon -->
151
+ <svg width="56" height="50" viewBox="0 0 28 24" fill="none">
152
+ <rect x="1" y="5" width="20" height="14" rx="2" stroke="#fff" stroke-width="2"/>
153
+ <rect x="3" y="7" width="16" height="10" fill="#fff"/>
154
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#fff"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Header -->
160
+ <div class="header">
161
+ <div class="back-row">
162
+ <div class="back-btn">
163
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
164
+ <path d="M15 5l-7 7 7 7" stroke="#fff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ <div class="section-label">Science</div>
169
+ <div class="title">Class 11 Physics (India)</div>
170
+ </div>
171
+
172
+ <!-- Content area with cards -->
173
+ <div class="content">
174
+
175
+ <!-- Card: Physical world -->
176
+ <div class="card">
177
+ <div class="card-header">
178
+ <div class="green-icon">
179
+ <!-- simple atom icon -->
180
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
181
+ <circle cx="12" cy="12" r="2.2" fill="#ffffff"/>
182
+ <ellipse cx="12" cy="12" rx="9" ry="4.2" stroke="#fff" stroke-width="1.6"/>
183
+ <ellipse cx="12" cy="12" rx="4.2" ry="9" stroke="#fff" stroke-width="1.6"/>
184
+ <path d="M3.5 8.5c3 2.2 7.5 4 10.8 4.5" stroke="#fff" stroke-width="1.6" stroke-linecap="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="card-title">Physical world</div>
188
+ </div>
189
+ <div class="item">Physics and its laws</div>
190
+ </div>
191
+
192
+ <!-- Card: Units and measurement -->
193
+ <div class="card">
194
+ <div class="card-header">
195
+ <div class="green-icon">
196
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
197
+ <circle cx="12" cy="12" r="2.2" fill="#ffffff"/>
198
+ <ellipse cx="12" cy="12" rx="9" ry="4.2" stroke="#fff" stroke-width="1.6"/>
199
+ <ellipse cx="12" cy="12" rx="4.2" ry="9" stroke="#fff" stroke-width="1.6"/>
200
+ </svg>
201
+ </div>
202
+ <div class="card-title">Units and measurement</div>
203
+ </div>
204
+ <div class="item">Physical quantities and their measurement</div>
205
+ <div class="item">Scientific notation</div>
206
+ <div class="item">Significant figures</div>
207
+ </div>
208
+
209
+ <!-- Divider -->
210
+ <div class="divider"></div>
211
+
212
+ <!-- Card: Basic math concepts for physics -->
213
+ <div class="card">
214
+ <div class="card-header">
215
+ <div class="green-icon">
216
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
217
+ <circle cx="12" cy="12" r="2.2" fill="#ffffff"/>
218
+ <ellipse cx="12" cy="12" rx="9" ry="4.2" stroke="#fff" stroke-width="1.6"/>
219
+ <ellipse cx="12" cy="12" rx="4.2" ry="9" stroke="#fff" stroke-width="1.6"/>
220
+ </svg>
221
+ </div>
222
+ <div class="card-title">Basic math concepts for physics (Prerequisite)</div>
223
+ </div>
224
+ <div class="item">Introduction to logarithms</div>
225
+ <div class="item">The constant e and the natural logarithm</div>
226
+ <div class="item">Slope</div>
227
+ <div class="item">Basics of trigonometry</div>
228
+ <div class="item">The unit circle definition of sine, cosine, and tangent</div>
229
+ <div class="item">The graphs of sine, cosine, and tangent</div>
230
+ <div class="item">Basic trigonometric identities</div>
231
+ </div>
232
+
233
+ <!-- Spacer for bottom nav -->
234
+ <div style="height: 230px;"></div>
235
+ </div>
236
+
237
+ <!-- Home indicator (gesture bar) -->
238
+ <div class="home-indicator"></div>
239
+
240
+ <!-- Bottom navigation -->
241
+ <div class="bottom-nav">
242
+ <div class="nav-item active">
243
+ <!-- Home hex icon -->
244
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
245
+ <path d="M12 2l8 4.6v9.2L12 20l-8-4.2V6.6L12 2z" fill="#2A74FF"/>
246
+ </svg>
247
+ <div>Home</div>
248
+ </div>
249
+ <div class="nav-item">
250
+ <!-- Search icon -->
251
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
252
+ <circle cx="10.5" cy="10.5" r="6.5" stroke="#3b4a62" stroke-width="2"/>
253
+ <path d="M15.8 15.8l5 5" stroke="#3b4a62" stroke-width="2" stroke-linecap="round"/>
254
+ </svg>
255
+ <div>Explore</div>
256
+ </div>
257
+ <div class="nav-item">
258
+ <!-- Bookmark icon -->
259
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
260
+ <path d="M6 3h12v18l-6-4-6 4V3z" fill="#3b4a62"/>
261
+ </svg>
262
+ <div>Bookmarks</div>
263
+ </div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/10077/10077_7.html ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Class 11 Physics (India) UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
12
+ color:#222;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .topbar {
17
+ position:absolute; left:0; top:0; width:100%; height:190px;
18
+ background:#122955; color:#fff;
19
+ }
20
+ .status-row {
21
+ position:absolute; left:0; top:10px; width:100%; height:50px;
22
+ display:flex; align-items:center; justify-content:space-between;
23
+ padding:0 24px; font-size:30px; opacity:0.95;
24
+ }
25
+ .title-row {
26
+ position:absolute; left:0; bottom:0; height:120px; width:100%;
27
+ display:flex; align-items:center;
28
+ padding:0 28px 0 24px;
29
+ }
30
+ .title-row h1 {
31
+ font-size:48px; font-weight:700; margin:0 0 0 24px;
32
+ }
33
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
34
+ .top-icons { display:flex; align-items:center; gap:18px; }
35
+
36
+ /* Content area */
37
+ .content {
38
+ position:absolute; left:0; top:190px; right:0; bottom:200px;
39
+ padding:12px 34px 40px 34px; overflow:hidden;
40
+ }
41
+ .section {
42
+ margin-top:26px; padding:24px 0;
43
+ border-bottom:1px solid #e6e6e6;
44
+ }
45
+ .section-header {
46
+ display:flex; align-items:center; gap:24px; margin-bottom:16px;
47
+ }
48
+ .badge {
49
+ width:88px; height:88px; border-radius:50%;
50
+ background:#66b27a; position:relative;
51
+ display:flex; align-items:center; justify-content:center;
52
+ }
53
+ .section-title {
54
+ font-size:44px; font-weight:700;
55
+ }
56
+ .list {
57
+ margin:14px 0 0 0; padding:0 0 0 0;
58
+ }
59
+ .list .item {
60
+ font-size:36px; color:#6a6a6a;
61
+ margin:16px 0;
62
+ }
63
+
64
+ /* Bottom nav */
65
+ .bottom-nav {
66
+ position:absolute; left:0; bottom:0; width:100%; height:190px;
67
+ background:#ffffff; border-top:1px solid #dcdcdc;
68
+ display:flex; align-items:center; justify-content:space-around;
69
+ }
70
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#4a4a4a; }
71
+ .nav-item span { font-size:32px; }
72
+ .home-indicator {
73
+ position:absolute; bottom:192px; left:50%; transform:translateX(-50%);
74
+ width:480px; height:18px; background:#cfcfcf; border-radius:9px;
75
+ }
76
+
77
+ /* Utility SVG styling */
78
+ svg { display:block; }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+
84
+ <!-- Top Bar -->
85
+ <div class="topbar">
86
+ <div class="status-row">
87
+ <div>9:11</div>
88
+ <div class="top-icons">
89
+ <!-- WiFi -->
90
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
91
+ <path d="M12 20c.9 0 1.6-.7 1.6-1.6S12.9 17 12 17s-1.6.7-1.6 1.6.7 1.4 1.6 1.4zM3 8c2.6-2 5.9-3 9-3s6.4 1 9 3l-1.7 1.7C17 8 14.6 7.3 12 7.3S7 8 4.7 9.7L3 8zm3.5 3.5c2-1.5 4.4-2.2 5.5-2.2s3.5.7 5.5 2.2l-1.6 1.6c-1.3-.9-2.7-1.4-3.9-1.4s-2.6.5-3.9 1.4L6.5 11.5zm3.8 3.8c.8-.6 1.7-.9 2.7-.9s1.9.3 2.7.9l-1.6 1.6c-.4-.3-.7-.4-1.1-.4s-.7.1-1.1.4l-1.6-1.6z"/>
92
+ </svg>
93
+ <!-- Battery -->
94
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
95
+ <path d="M18 7h1c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1h-1v1h-1v-1H5c-.6 0-1-.4-1-1V8c0-.6.4-1 1-1h12zm-1 2H6v8h11V9z"/>
96
+ </svg>
97
+ </div>
98
+ </div>
99
+
100
+ <div class="title-row">
101
+ <div class="icon-btn">
102
+ <!-- Back Arrow -->
103
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#ffffff">
104
+ <path d="M15.5 5.5L9 12l6.5 6.5-1.9 1.9L5.3 12l8.3-8.4 1.9 1.9z"/>
105
+ </svg>
106
+ </div>
107
+ <h1>Class 11 Physics (India)</h1>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- Content -->
112
+ <div class="content">
113
+
114
+ <!-- Section 1 -->
115
+ <div class="section">
116
+ <div class="section-header">
117
+ <div class="badge">
118
+ <!-- Simple atom-like icon -->
119
+ <svg width="60" height="60" viewBox="0 0 24 24">
120
+ <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
121
+ <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
122
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
123
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
124
+ </svg>
125
+ </div>
126
+ <div class="section-title">Differentiation for physics (Prerequisite)</div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Section 2 -->
131
+ <div class="section">
132
+ <div class="section-header">
133
+ <div class="badge">
134
+ <svg width="60" height="60" viewBox="0 0 24 24">
135
+ <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
136
+ <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
137
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
138
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
139
+ </svg>
140
+ </div>
141
+ <div class="section-title">Integration for physics (Prerequisite)</div>
142
+ </div>
143
+ <div class="list">
144
+ <div class="item">Antiderivatives</div>
145
+ <div class="item">Indefinite integrals of common functions</div>
146
+ <div class="item">Definite integral as area</div>
147
+ <div class="item">Riemann sums</div>
148
+ <div class="item">Definite integral evaluation</div>
149
+ <div class="item">u-substitution</div>
150
+ <div class="item">Area &amp; net change</div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Section 3 -->
155
+ <div class="section">
156
+ <div class="section-header">
157
+ <div class="badge">
158
+ <svg width="60" height="60" viewBox="0 0 24 24">
159
+ <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
160
+ <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
161
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
162
+ <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
163
+ </svg>
164
+ </div>
165
+ <div class="section-title">Motion in a straight line</div>
166
+ </div>
167
+ <div class="list">
168
+ <div class="item">Distance, displacement, and coordinate systems</div>
169
+ <div class="item">Average velocity and average speed</div>
170
+ <div class="item">Velocity and speed from graphs</div>
171
+ <div class="item">Acceleration</div>
172
+ <div class="item">Kinematic formulas</div>
173
+ <div class="item">Objects in freefall</div>
174
+ <div class="item">Rectilinear motion (integral calc)</div>
175
+ <div class="item">Relative velocity in 1D</div>
176
+ </div>
177
+ </div>
178
+
179
+ </div>
180
+
181
+ <!-- Home indicator -->
182
+ <div class="home-indicator"></div>
183
+
184
+ <!-- Bottom navigation -->
185
+ <div class="bottom-nav">
186
+ <div class="nav-item">
187
+ <!-- Home icon -->
188
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#122955">
189
+ <path d="M12 3l9 8h-2v9h-5v-5H10v5H5v-9H3l9-8z"/>
190
+ </svg>
191
+ <span>Home</span>
192
+ </div>
193
+ <div class="nav-item">
194
+ <!-- Explore (magnifier) -->
195
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#6d6d6d">
196
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10.9.9l.3.3v.8l5 5-1.5 1.5-5-5zm-6 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/>
197
+ </svg>
198
+ <span>Explore</span>
199
+ </div>
200
+ <div class="nav-item">
201
+ <!-- Bookmark -->
202
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#6d6d6d">
203
+ <path d="M6 3h12v18l-6-4-6 4V3z"/>
204
+ </svg>
205
+ <span>Bookmarks</span>
206
+ </div>
207
+ </div>
208
+
209
+ </div>
210
+ </body>
211
+ </html>
code/10084/10084_1.html ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #141A15; /* dark olive/charcoal */
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #E8ECE7;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 48px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E8ECE7;
27
+ font-weight: 600;
28
+ font-size: 48px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 24px; }
31
+ .status-right { display: flex; align-items: center; gap: 28px; }
32
+ .status-icon svg { width: 48px; height: 48px; fill: none; stroke: #E8ECE7; stroke-width: 4; }
33
+
34
+ /* Top tabs */
35
+ .tabs {
36
+ display: flex;
37
+ gap: 64px;
38
+ padding: 24px 64px 0 64px;
39
+ align-items: flex-end;
40
+ }
41
+ .tab {
42
+ font-size: 64px;
43
+ color: #9BD38B;
44
+ opacity: 0.75;
45
+ padding-bottom: 16px;
46
+ }
47
+ .tab.active {
48
+ opacity: 1;
49
+ border-bottom: 8px solid #9BD38B;
50
+ width: fit-content;
51
+ }
52
+ .divider {
53
+ height: 8px;
54
+ background: #1F241E;
55
+ margin-top: 12px;
56
+ }
57
+
58
+ /* File cards list */
59
+ .content { padding: 48px 64px 0 64px; }
60
+ .file-card {
61
+ margin-bottom: 96px;
62
+ }
63
+ .file-header {
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: space-between;
67
+ }
68
+ .title-left {
69
+ display: flex;
70
+ align-items: center;
71
+ gap: 28px;
72
+ }
73
+ .file-title {
74
+ font-size: 64px;
75
+ font-weight: 600;
76
+ color: #FFFFFF;
77
+ }
78
+
79
+ .file-type {
80
+ width: 72px;
81
+ height: 72px;
82
+ border-radius: 12px;
83
+ background: #82A8FF;
84
+ display: inline-flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+ .file-type svg { width: 48px; height: 48px; fill: #141A15; }
89
+
90
+ .more-btn {
91
+ width: 84px;
92
+ height: 84px;
93
+ border: none;
94
+ background: transparent;
95
+ border-radius: 42px;
96
+ display: inline-flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ cursor: default;
100
+ }
101
+ .more-btn svg { width: 20px; height: 52px; fill: #C6CBC6; }
102
+
103
+ .preview {
104
+ width: 1312px;
105
+ height: 620px;
106
+ margin-top: 28px;
107
+ border-radius: 36px;
108
+ background: #E0E0E0;
109
+ border: 1px solid #BDBDBD;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ color: #757575;
114
+ font-size: 44px;
115
+ }
116
+
117
+ .meta {
118
+ display: flex;
119
+ align-items: center;
120
+ gap: 28px;
121
+ margin-top: 24px;
122
+ padding-left: 8px;
123
+ }
124
+ .avatar {
125
+ width: 96px;
126
+ height: 96px;
127
+ border-radius: 50%;
128
+ background: #0B6C54;
129
+ color: #E8ECE7;
130
+ display: inline-flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ font-weight: 700;
134
+ font-size: 56px;
135
+ }
136
+ .meta-text {
137
+ font-size: 44px;
138
+ color: #B9C0BA;
139
+ }
140
+
141
+ /* Bottom navigation */
142
+ .bottom-wrap {
143
+ position: absolute;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 0;
147
+ width: 100%;
148
+ padding-bottom: 160px; /* room for gesture pill */
149
+ }
150
+ .bottom-nav {
151
+ height: 220px;
152
+ background: #20261F;
153
+ border-top: 2px solid #2A3028;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: space-around;
157
+ }
158
+ .nav-item {
159
+ width: 220px;
160
+ display: flex;
161
+ flex-direction: column;
162
+ align-items: center;
163
+ gap: 12px;
164
+ color: #C9D0CA;
165
+ font-size: 38px;
166
+ }
167
+ .nav-icon {
168
+ width: 96px;
169
+ height: 96px;
170
+ border-radius: 24px;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ }
175
+ .nav-icon svg { width: 64px; height: 64px; fill: #C9D0CA; }
176
+ .nav-item.active .nav-icon {
177
+ background: rgba(124, 146, 92, 0.35);
178
+ }
179
+ .nav-item.active .label {
180
+ color: #E8ECE7;
181
+ font-weight: 700;
182
+ }
183
+
184
+ /* Gesture pill */
185
+ .gesture-pill {
186
+ position: absolute;
187
+ bottom: 60px;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 360px;
191
+ height: 18px;
192
+ background: #E8ECE7;
193
+ border-radius: 9px;
194
+ opacity: 0.7;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div class="status-left">
203
+ <div>5:34</div>
204
+ <div class="status-icon">
205
+ <!-- simple clock dot icon -->
206
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v6l4 2"></path></svg>
207
+ </div>
208
+ <div>96°</div>
209
+ </div>
210
+ <div class="status-right">
211
+ <div class="status-icon">
212
+ <!-- Do Not Disturb -->
213
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M6 12h12"></path></svg>
214
+ </div>
215
+ <div class="status-icon">
216
+ <!-- Wi-Fi -->
217
+ <svg viewBox="0 0 24 24"><path d="M3 9c5-4 13-4 18 0"></path><path d="M6 12c3-3 9-3 12 0"></path><path d="M9 15c2-2 4-2 6 0"></path><circle cx="12" cy="18" r="1.5" fill="#E8ECE7" stroke="none"></circle></svg>
218
+ </div>
219
+ <div class="status-icon">
220
+ <!-- Battery -->
221
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2"></rect><rect x="22" y="9" width="4" height="6" rx="1"></rect></svg>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Tabs -->
227
+ <div class="tabs">
228
+ <div class="tab active">Suggested</div>
229
+ <div class="tab">Notifications</div>
230
+ </div>
231
+ <div class="divider"></div>
232
+
233
+ <!-- List content -->
234
+ <div class="content">
235
+ <!-- Card 1 -->
236
+ <div class="file-card">
237
+ <div class="file-header">
238
+ <div class="title-left">
239
+ <div class="file-type">
240
+ <!-- page icon -->
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M7 4h7l4 4v12H7z" fill="#141A15"></path>
243
+ <path d="M14 4v4h4" stroke="#141A15" stroke-width="2"></path>
244
+ <path d="M9 12h6M9 15h6M9 18h6" stroke="#141A15" stroke-width="2"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="file-title">agents.txt</div>
248
+ </div>
249
+ <button class="more-btn" aria-label="More">
250
+ <svg viewBox="0 0 8 24">
251
+ <circle cx="4" cy="4" r="3"></circle>
252
+ <circle cx="4" cy="12" r="3"></circle>
253
+ <circle cx="4" cy="20" r="3"></circle>
254
+ </svg>
255
+ </button>
256
+ </div>
257
+ <div class="preview">[IMG: agents.txt preview]</div>
258
+ <div class="meta">
259
+ <div class="avatar">C</div>
260
+ <div class="meta-text">You edited today</div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Card 2 -->
265
+ <div class="file-card">
266
+ <div class="file-header">
267
+ <div class="title-left">
268
+ <div class="file-type">
269
+ <!-- doc/list icon -->
270
+ <svg viewBox="0 0 24 24">
271
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="#141A15"></rect>
272
+ <path d="M8 8h8M8 12h8M8 16h8" stroke="#141A15" stroke-width="2"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="file-title">Shopping list</div>
276
+ </div>
277
+ <button class="more-btn" aria-label="More">
278
+ <svg viewBox="0 0 8 24">
279
+ <circle cx="4" cy="4" r="3"></circle>
280
+ <circle cx="4" cy="12" r="3"></circle>
281
+ <circle cx="4" cy="20" r="3"></circle>
282
+ </svg>
283
+ </button>
284
+ </div>
285
+ <div class="preview">[IMG: Shopping list preview]</div>
286
+ <div class="meta">
287
+ <div class="avatar">C</div>
288
+ <div class="meta-text">You modified today</div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Bottom navigation -->
294
+ <div class="bottom-wrap">
295
+ <div class="bottom-nav">
296
+ <div class="nav-item active">
297
+ <div class="nav-icon">
298
+ <svg viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z"></path></svg>
299
+ </div>
300
+ <div class="label">Home</div>
301
+ </div>
302
+ <div class="nav-item">
303
+ <div class="nav-icon">
304
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.5L22 9.2l-5 4.8 1.2 7L12 18l-6.2 3 1.2-7-5-4.8 6.9-1.7z"></path></svg>
305
+ </div>
306
+ <div class="label">Starred</div>
307
+ </div>
308
+ <div class="nav-item">
309
+ <div class="nav-icon">
310
+ <svg viewBox="0 0 24 24">
311
+ <circle cx="8" cy="9" r="3"></circle>
312
+ <circle cx="16" cy="9" r="3"></circle>
313
+ <path d="M4 20c0-3 3-5 6-5s6 2 6 5"></path>
314
+ </svg>
315
+ </div>
316
+ <div class="label">Shared</div>
317
+ </div>
318
+ <div class="nav-item">
319
+ <div class="nav-icon">
320
+ <svg viewBox="0 0 24 24"><path d="M3 6h7l2 2h9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg>
321
+ </div>
322
+ <div class="label">Files</div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Gesture pill -->
328
+ <div class="gesture-pill"></div>
329
+ </div>
330
+ </body>
331
+ </html>
code/10086/10086_2.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Presentation Preview UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #111; color: #fff;
13
+ font-family: "Segoe UI", Arial, sans-serif;
14
+ }
15
+ /* Top status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; background: #1f1f1f;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ padding: 0 32px; box-sizing: border-box;
21
+ color: #eaeaea; font-size: 36px; letter-spacing: 0.5px;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+ .app-bar {
25
+ position: absolute; top: 110px; left: 0; right: 0;
26
+ height: 120px; background: #222; border-bottom: 1px solid #2f2f2f;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ padding: 0 26px; box-sizing: border-box; color: #d8d8d8;
29
+ }
30
+ .app-title { font-size: 42px; margin-left: 16px; }
31
+ .app-left { display: flex; align-items: center; gap: 16px; }
32
+ .icon-btn { width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; }
33
+ /* Content area showing slides */
34
+ .slides-area {
35
+ position: absolute; left: 0; right: 0; top: 230px; bottom: 280px;
36
+ padding: 0 24px; box-sizing: border-box; overflow: hidden;
37
+ }
38
+ .slide {
39
+ width: 1032px; margin: 0 auto; background: #5a462f;
40
+ border: 4px solid #000; box-sizing: border-box;
41
+ }
42
+ .slide + .slide { margin-top: 16px; }
43
+ .slide.top { height: 720px; }
44
+ .slide.edit { height: 860px; border: 3px solid #c96a45; }
45
+ .banner {
46
+ height: 230px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
47
+ }
48
+ .panel {
49
+ border-right: 2px solid #000; box-sizing: border-box;
50
+ display: flex; align-items: center; justify-content: center;
51
+ position: relative;
52
+ }
53
+ .panel:last-child { border-right: none; }
54
+ .panel.maroon { background: #6a3b37; }
55
+ .panel.pink { background: #c99a95; }
56
+ .panel.ribbon { background: #6a3b37; }
57
+ .bow {
58
+ position: absolute; width: 140px; height: 140px;
59
+ opacity: 0.9;
60
+ }
61
+ .ribbon-line {
62
+ position: absolute; left: 50%; top: 0; width: 10px; height: 100%;
63
+ background: #c7d6cf;
64
+ }
65
+ .img-placeholder {
66
+ width: 100%; height: 100%;
67
+ background: #E0E0E0; border: 1px solid #BDBDBD;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 34px; text-align: center; padding: 8px;
70
+ box-sizing: border-box;
71
+ }
72
+ .slide-title {
73
+ height: 490px; display: flex; align-items: center;
74
+ padding-left: 60px; box-sizing: border-box;
75
+ font-size: 72px; font-weight: 600; color: #f4f4f4;
76
+ }
77
+ /* Second slide layout */
78
+ .edit-grid {
79
+ display: grid; grid-template-columns: 72% 28%; height: calc(100% - 0px);
80
+ }
81
+ .edit-left { padding: 40px; box-sizing: border-box; position: relative; }
82
+ .edit-right { display: grid; grid-template-rows: 1fr 1fr; }
83
+ .title-box {
84
+ height: 170px; border: 3px solid #eaeaea; color: #eaeaea;
85
+ display: flex; align-items: center; padding-left: 24px;
86
+ font-size: 54px; box-sizing: border-box; margin-bottom: 26px;
87
+ background: rgba(255,255,255,0.04);
88
+ }
89
+ .text-box {
90
+ height: 360px; border: 2px dashed #cfcfcf; color: #cfcfcf;
91
+ font-size: 34px; display: flex; align-items: flex-start; padding: 20px;
92
+ box-sizing: border-box; background: rgba(255,255,255,0.02);
93
+ }
94
+ .right-top { background: #6a3b37; position: relative; }
95
+ .right-bottom { background: #c99a95; position: relative; }
96
+ .dotted-circle {
97
+ position: absolute; width: 300px; height: 300px; border-radius: 50%;
98
+ left: 50%; top: 50%; transform: translate(-50%, -50%);
99
+ border: 2px dashed rgba(220,220,220,0.5);
100
+ }
101
+ /* Bottom toolbar */
102
+ .bottom-bar {
103
+ position: absolute; left: 0; right: 0; bottom: 0;
104
+ height: 220px; background: #1f1f1f; border-top: 1px solid #2a2a2a;
105
+ display: flex; align-items: center; justify-content: space-around;
106
+ padding-bottom: 20px;
107
+ }
108
+ .tool {
109
+ width: 160px; height: 160px; display: flex; flex-direction: column;
110
+ align-items: center; justify-content: center; gap: 16px; color: #cfcfcf;
111
+ }
112
+ .tool svg { width: 60px; height: 60px; fill: none; stroke: #cfcfcf; stroke-width: 6; }
113
+ .tool span { font-size: 30px; color: #cfcfcf; }
114
+ /* Home indicator */
115
+ .home-indicator {
116
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
117
+ width: 320px; height: 12px; background: #e6e6e6; border-radius: 6px; opacity: 0.7;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status bar -->
125
+ <div class="status-bar">
126
+ <div>12:30</div>
127
+ <div class="status-right">
128
+ <!-- simple moon icon -->
129
+ <svg width="40" height="40" viewBox="0 0 24 24">
130
+ <path d="M14 3c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9 2.1.2 4.1-.4 5.9-1.7-3.5.5-6.7-1.9-7.6-5.3C10.4 8.7 11.6 5.9 14 3z" fill="#e0e0e0" stroke="none"/>
131
+ </svg>
132
+ <!-- cast icon -->
133
+ <svg width="40" height="40" viewBox="0 0 24 24">
134
+ <path d="M3 5h18v12H13" />
135
+ <path d="M3 13c2 0 4 2 4 4" />
136
+ <path d="M3 17c1 0 2 1 2 2" />
137
+ </svg>
138
+ <!-- play icon -->
139
+ <svg width="40" height="40" viewBox="0 0 24 24">
140
+ <path d="M8 5l10 7-10 7z" fill="#e0e0e0" stroke="none"/>
141
+ </svg>
142
+ <!-- bullet -->
143
+ <svg width="16" height="16"><circle cx="8" cy="8" r="6" fill="#d0d0d0"/></svg>
144
+ <!-- wifi -->
145
+ <svg width="44" height="44" viewBox="0 0 24 24">
146
+ <path d="M2 8c4-3 16-3 20 0" />
147
+ <path d="M5 12c3-2 11-2 14 0" />
148
+ <path d="M8 16c2-1 6-1 8 0" />
149
+ <circle cx="12" cy="19" r="1.5" fill="#e0e0e0" stroke="none"/>
150
+ </svg>
151
+ <!-- battery -->
152
+ <svg width="52" height="28" viewBox="0 0 52 28">
153
+ <rect x="1" y="4" width="42" height="20" rx="3" ry="3" stroke="#e0e0e0" fill="none" stroke-width="2"/>
154
+ <rect x="4" y="7" width="35" height="14" rx="2" ry="2" fill="#e0e0e0"/>
155
+ <rect x="45" y="10" width="6" height="8" rx="1" ry="1" fill="#e0e0e0"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- App bar -->
161
+ <div class="app-bar">
162
+ <div class="app-left">
163
+ <div class="icon-btn">
164
+ <svg width="44" height="44" viewBox="0 0 24 24">
165
+ <path d="M15 5l-7 7 7 7" stroke="#e8e8e8" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
166
+ </svg>
167
+ </div>
168
+ <div class="app-title">Presentation.pptx - Saved</div>
169
+ </div>
170
+ <div class="icon-btn">
171
+ <svg width="44" height="44" viewBox="0 0 24 24">
172
+ <circle cx="12" cy="5" r="2.2" fill="#e8e8e8"/>
173
+ <circle cx="12" cy="12" r="2.2" fill="#e8e8e8"/>
174
+ <circle cx="12" cy="19" r="2.2" fill="#e8e8e8"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Slides area -->
180
+ <div class="slides-area">
181
+
182
+ <!-- Slide 1 -->
183
+ <div class="slide top">
184
+ <div class="banner">
185
+ <div class="panel maroon">
186
+ <!-- bow icon -->
187
+ <svg class="bow" viewBox="0 0 100 100">
188
+ <path d="M20 50c20-30 40 30 60 0M20 50c20 30 40-30 60 0" stroke="#d9cfc7" stroke-width="8" fill="none" stroke-linecap="round"/>
189
+ </svg>
190
+ </div>
191
+ <div class="panel">
192
+ <div class="img-placeholder">[IMG: Hiking gear grid]</div>
193
+ </div>
194
+ <div class="panel ribbon">
195
+ <div class="ribbon-line"></div>
196
+ <svg class="bow" viewBox="0 0 100 100">
197
+ <path d="M20 50c20-30 40 30 60 0M20 50c20 30 40-30 60 0" stroke="#c7d6cf" stroke-width="8" fill="none" stroke-linecap="round"/>
198
+ </svg>
199
+ </div>
200
+ <div class="panel pink">
201
+ <div class="dotted-circle" style="width: 200px; height: 200px; border-color: rgba(230,230,230,0.6);"></div>
202
+ </div>
203
+ </div>
204
+ <div class="slide-title">Importance of Hiking</div>
205
+ </div>
206
+
207
+ <!-- Slide 2 (edit state) -->
208
+ <div class="slide edit">
209
+ <div class="edit-grid">
210
+ <div class="edit-left">
211
+ <div class="title-box">Double tap to add title</div>
212
+ <div class="text-box">Double tap to add text</div>
213
+ </div>
214
+ <div class="edit-right">
215
+ <div class="right-top">
216
+ <svg class="bow" viewBox="0 0 100 100">
217
+ <path d="M20 50c20-30 40 30 60 0M20 50c20 30 40-30 60 0" stroke="#d9cfc7" stroke-width="8" fill="none" stroke-linecap="round"/>
218
+ </svg>
219
+ </div>
220
+ <div class="right-bottom">
221
+ <div class="dotted-circle"></div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ </div>
228
+
229
+ <!-- Bottom toolbar -->
230
+ <div class="bottom-bar">
231
+ <div class="tool">
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M3 4h18v14H3z" />
234
+ <path d="M8 19v3M16 19v3" />
235
+ <path d="M9 8l6 4-6 4" />
236
+ </svg>
237
+ <span>Present</span>
238
+ </div>
239
+ <div class="tool">
240
+ <svg viewBox="0 0 24 24">
241
+ <rect x="4" y="3" width="16" height="18" rx="2"/>
242
+ <path d="M8 7h8M8 12h8M8 17h6" />
243
+ </svg>
244
+ <span>Notes</span>
245
+ </div>
246
+ <div class="tool">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M4 20l6-2 8-8-4-4-8 8-2 6z" />
249
+ <path d="M14 6l4 4" />
250
+ </svg>
251
+ <span>Edit</span>
252
+ </div>
253
+ <div class="tool">
254
+ <svg viewBox="0 0 24 24">
255
+ <circle cx="10" cy="10" r="6" />
256
+ <path d="M15 15l6 6" />
257
+ </svg>
258
+ <span>Find</span>
259
+ </div>
260
+ <div class="tool">
261
+ <svg viewBox="0 0 24 24">
262
+ <circle cx="6" cy="12" r="3" />
263
+ <circle cx="18" cy="6" r="3" />
264
+ <circle cx="18" cy="18" r="3" />
265
+ <path d="M8.8 10.8L15.3 7.2M8.8 13.2L15.3 16.8" />
266
+ </svg>
267
+ <span>Share</span>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="home-indicator"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/10087/10087_1.html ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Cart UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color:#212121; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+ /* Scrollable content area */
15
+ .screen {
16
+ position: absolute; inset: 0; overflow-y: auto; padding-bottom: 240px;
17
+ }
18
+ .statusbar {
19
+ height: 90px; padding: 0 36px; display:flex; align-items:center; justify-content: space-between; color:#333;
20
+ font-size: 34px;
21
+ }
22
+ .status-icons { display:flex; gap:22px; align-items:center; opacity:0.8; }
23
+ .dot { width:10px; height:10px; background:#666; border-radius:50%; display:inline-block; margin-left:8px; }
24
+ .divider { height: 14px; background: #efefef; width:100%; }
25
+ .section { padding: 36px; }
26
+ h1.title { font-size: 64px; font-weight: 600; margin: 24px 0 8px; }
27
+ .address-row {
28
+ display:flex; align-items:center; justify-content: space-between; margin-top: 12px;
29
+ font-size: 38px;
30
+ }
31
+ .address-row b { font-weight:700; }
32
+ .btn-outline {
33
+ padding: 20px 32px; border: 2px solid #dadada; border-radius: 16px; color:#1976d2; font-weight:600; background:#fff; font-size:36px;
34
+ }
35
+ .info-banner {
36
+ margin-top: 24px; padding: 26px 28px; border:1px solid #c9daf5; background:#eaf3ff; color:#3b5ea8; border-radius: 14px;
37
+ font-size: 34px;
38
+ }
39
+
40
+ /* Product item */
41
+ .item {
42
+ padding: 28px 36px;
43
+ background:#fff;
44
+ }
45
+ .item-row { display:flex; gap:28px; }
46
+ .thumb {
47
+ width: 210px; height: 210px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius: 8px;
48
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; position: relative;
49
+ }
50
+ .pill {
51
+ position:absolute; top:-18px; left:0;
52
+ background:#e8f5e9; color:#1b5e20; border-radius:10px; padding:10px 16px; font-size:30px; font-weight:700;
53
+ }
54
+ .pill.hot { background:#e8f5e9; color:#1b5e20; }
55
+ .details { flex:1; min-width:0; }
56
+ .name { font-size:44px; font-weight:600; color:#222; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
57
+ .variant { color:#777; font-size:32px; margin-top:6px; }
58
+ .rating-row { display:flex; align-items:center; gap:14px; margin:12px 0; }
59
+ .stars { display:flex; gap:6px; }
60
+ .stars svg { width:36px; height:36px; }
61
+ .plus { color:#1976d2; font-weight:700; font-size:32px; opacity:0.9; }
62
+ .price-row { display:flex; align-items:baseline; gap:18px; margin:10px 0 6px; }
63
+ .off { color:#1b5e20; font-weight:700; font-size:46px; }
64
+ .mrp { color:#777; text-decoration: line-through; font-size:36px; }
65
+ .sale { font-size:54px; font-weight:800; }
66
+ .offer { color:#1b5e20; font-weight:700; font-size:34px; margin-top: 6px; }
67
+ .delivery { color:#555; font-size:34px; margin-top: 14px; }
68
+ .delivery .free { color:#1b5e20; font-weight:700; }
69
+ .qty-row { display:flex; align-items:center; gap:16px; margin: 18px 0; }
70
+ .qty {
71
+ border:2px solid #d9d9d9; border-radius:12px; padding:16px 22px; font-size:34px; color:#333; width: 180px; text-align:center;
72
+ display:flex; align-items:center; justify-content:space-between;
73
+ }
74
+
75
+ .action-bar {
76
+ display:flex; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; margin-top:26px;
77
+ }
78
+ .action {
79
+ flex:1; padding:28px; display:flex; align-items:center; justify-content:center; gap:16px; font-size:36px; color:#444;
80
+ background:#fafafa;
81
+ }
82
+ .action + .action { border-left:1px solid #e6e6e6; }
83
+ .action svg { width:36px; height:36px; opacity:0.7; }
84
+
85
+ /* Sticky bottom summary + nav */
86
+ .summary-bar {
87
+ position:absolute; left:0; right:0; bottom:140px; background:#fff; border-top:1px solid #e5e5e5;
88
+ display:flex; align-items:center; justify-content:space-between; padding:24px 36px;
89
+ }
90
+ .summary-left { display:flex; flex-direction:column; gap:8px; }
91
+ .summary-left .striked { color:#9e9e9e; text-decoration: line-through; font-size:34px; }
92
+ .summary-left .total { font-size:64px; font-weight:800; }
93
+ .place-btn {
94
+ background:#ffcc00; color:#111; font-weight:800; font-size:42px; border:none; border-radius:18px; padding:28px 44px;
95
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
96
+ }
97
+
98
+ .bottom-nav {
99
+ position:absolute; left:0; right:0; bottom:0; height:140px; background:#fff; border-top:1px solid #e5e5e5;
100
+ display:flex; align-items:center; justify-content:space-around;
101
+ }
102
+ .tab { display:flex; flex-direction:column; align-items:center; gap:8px; font-size:26px; color:#555; }
103
+ .tab.active { color:#1976d2; }
104
+ .tab svg { width:44px; height:44px; }
105
+ .badge {
106
+ position:absolute; right:-6px; top:-6px; background:#e53935; color:#fff; font-size:22px; min-width:30px; height:30px; border-radius:16px; display:flex; align-items:center; justify-content:center;
107
+ padding: 0 8px;
108
+ }
109
+ .cart-icon { position: relative; }
110
+
111
+ /* Simple helpers */
112
+ .muted { color:#777; }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+ <div class="screen">
118
+ <!-- Status Bar -->
119
+ <div class="statusbar">
120
+ <div>10:33</div>
121
+ <div class="status-icons">
122
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
123
+ <span style="margin-left:8px;">•</span>
124
+ <svg viewBox="0 0 24 24" width="32" height="32"><path fill="#666" d="M4 10v4h2v-4H4zm3-3v10h2V7H7zm3 5v5h2v-5h-2zm3-8v13h2V4h-2zm3 3v10h2V7h-2z"/></svg>
125
+ <svg viewBox="0 0 24 24" width="32" height="32"><path fill="#666" d="M12 22c4.97 0 9-4.03 9-9h-2a7 7 0 1 1-7-7V3L17 7l-5 4V8a5 5 0 1 0 5 5h2c0 3.87-3.13 7-7 7z"/></svg>
126
+ <svg viewBox="0 0 24 24" width="32" height="32"><path fill="#666" d="M16 7h-1V6a3 3 0 1 0-6 0v1H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm-7-1a2 2 0 1 1 4 0v1h-4V6zm8 12H7V9h10v9z"/></svg>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="section">
131
+ <h1 class="title">My Cart</h1>
132
+
133
+ <div class="address-row">
134
+ <div>Deliver to: <b>New Delhi - 110004</b></div>
135
+ <button class="btn-outline">Change</button>
136
+ </div>
137
+
138
+ <div class="info-banner">2,00,000+ orders from New Delhi in the last 30 days</div>
139
+ </div>
140
+
141
+ <div class="divider"></div>
142
+
143
+ <!-- Item 1 -->
144
+ <div class="item">
145
+ <div class="item-row">
146
+ <div class="thumb">
147
+ <div class="pill">FREE Delivery</div>
148
+ [IMG: Toy Robot]
149
+ </div>
150
+ <div class="details">
151
+ <div class="name">Lakshita Rotation Dancing &amp; Spinnin..</div>
152
+ <div class="variant">Blue</div>
153
+ <div class="rating-row">
154
+ <div class="stars">
155
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
156
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
157
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
158
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
159
+ <svg viewBox="0 0 24 24"><polygon fill="#cfcfcf" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
160
+ </div>
161
+ <div class="muted">(59)</div>
162
+ <div class="plus">Plus F‑ASSURED</div>
163
+ </div>
164
+
165
+ <div class="qty-row">
166
+ <div class="qty">
167
+ <span>Qty: 1</span>
168
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M7 10l5 5 5-5z"/></svg>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="price-row">
173
+ <div class="off">−70%</div>
174
+ <div class="mrp">₹999</div>
175
+ <div class="sale">₹299</div>
176
+ </div>
177
+ <div class="offer">1 Offer Available</div>
178
+ <div class="delivery">Delivery in 2 days, Sat | <span class="mrp">₹40</span> <span class="free">FREE Delivery</span></div>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="action-bar">
183
+ <div class="action">
184
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M16 9v10H8V9H5l7-5 7 5h-3z"/></svg>
185
+ <span>Remove</span>
186
+ </div>
187
+ <div class="action">
188
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M17 3H7v2h10V3zm3 6H4v2h16V9zM7 19h10v-2H7v2z"/></svg>
189
+ <span>Save for later</span>
190
+ </div>
191
+ <div class="action">
192
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M7 13h10L12 3zM5 21h14v-2H5z"/></svg>
193
+ <span>Buy this now</span>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Item 2 -->
199
+ <div class="item">
200
+ <div class="item-row">
201
+ <div class="thumb">
202
+ <div class="pill hot">Hot Deal</div>
203
+ [IMG: Book Cover]
204
+ </div>
205
+ <div class="details">
206
+ <div class="name">Half Girlfriend</div>
207
+ <div class="variant">English, Paperback, Bhagat Chetan</div>
208
+ <div class="rating-row">
209
+ <div class="stars">
210
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
211
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
212
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
213
+ <svg viewBox="0 0 24 24"><polygon fill="#2e7d32" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
214
+ <svg viewBox="0 0 24 24"><polygon fill="#a5d6a7" points="12,2 15,9 23,9 17,14 19,22 12,18 5,22 7,14 1,9 9,9"/></svg>
215
+ </div>
216
+ <div class="muted">(60,691)</div>
217
+ <div class="plus">Plus F‑ASSURED</div>
218
+ </div>
219
+
220
+ <div class="qty-row">
221
+ <div class="qty">
222
+ <span>Qty: 1</span>
223
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M7 10l5 5 5-5z"/></svg>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="price-row">
228
+ <div class="off">−22%</div>
229
+ <div class="mrp">₹195</div>
230
+ <div class="sale">₹152</div>
231
+ </div>
232
+ <div class="offer">1 Offer Available</div>
233
+ <div class="delivery">Delivery in 2 days, Sat | <span class="mrp">₹40</span> <span class="free">FREE Delivery</span></div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="action-bar">
238
+ <div class="action">
239
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M16 9v10H8V9H5l7-5 7 5h-3z"/></svg>
240
+ <span>Remove</span>
241
+ </div>
242
+ <div class="action">
243
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M17 3H7v2h10V3zm3 6H4v2h16V9zM7 19h10v-2H7v2z"/></svg>
244
+ <span>Save for later</span>
245
+ </div>
246
+ <div class="action">
247
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M7 13h10L12 3zM5 21h14v-2H5z"/></svg>
248
+ <span>Buy this now</span>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Summary bar -->
254
+ <div class="summary-bar">
255
+ <div class="summary-left">
256
+ <div class="striked">1,194</div>
257
+ <div class="total">451</div>
258
+ </div>
259
+ <button class="place-btn">Place order</button>
260
+ </div>
261
+
262
+ <!-- Spacer for bottom nav -->
263
+ <div style="height:140px;"></div>
264
+ </div>
265
+
266
+ <!-- Bottom navigation -->
267
+ <div class="bottom-nav">
268
+ <div class="tab">
269
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z"/></svg>
270
+ <div>Home</div>
271
+ </div>
272
+ <div class="tab">
273
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="6" r="3" fill="#666"/><circle cx="18" cy="6" r="3" fill="#666"/><circle cx="6" cy="18" r="3" fill="#666"/><circle cx="18" cy="18" r="3" fill="#666"/></svg>
274
+ <div>Categories</div>
275
+ </div>
276
+ <div class="tab">
277
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2zm6-6V9a6 6 0 1 0-12 0v7l-2 2v1h16v-1l-2-2z"/></svg>
278
+ <div>Notifications</div>
279
+ </div>
280
+ <div class="tab">
281
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#666"/><path fill="#666" d="M4 20c0-4 4-6 8-6s8 2 8 6H4z"/></svg>
282
+ <div>Account</div>
283
+ </div>
284
+ <div class="tab active">
285
+ <div class="cart-icon">
286
+ <svg viewBox="0 0 24 24"><path fill="#1976d2" d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm8 0c-1.1 0-1.99.9-1.99 2S13.9 22 15 22s2-.9 2-2-.9-2-2-2zM7.2 6l.8 2h9.4l-1.2 6H8.6l-2.2-8H3V4h3.4l.8 2z"/></svg>
287
+ <span class="badge">2</span>
288
+ </div>
289
+ <div>Cart</div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </body>
294
+ </html>
code/10087/10087_3.html ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>My Cart 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, Helvetica, Arial, sans-serif; color: #212121; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+ .status-bar {
17
+ height: 90px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #616161;
23
+ font-size: 32px;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .status-icons { display: flex; align-items: center; gap: 18px; }
27
+ .dot { width: 10px; height: 10px; background:#757575; border-radius: 50%; display: inline-block; }
28
+ .icon { width: 36px; height: 36px; }
29
+ .page {
30
+ position: absolute;
31
+ top: 90px;
32
+ left: 0;
33
+ right: 0;
34
+ bottom: 300px; /* leave space for bottom nav + price bar */
35
+ overflow: auto;
36
+ -webkit-overflow-scrolling: touch;
37
+ background: #fff;
38
+ }
39
+ .header {
40
+ padding: 40px 40px 10px 40px;
41
+ font-size: 56px;
42
+ font-weight: 700;
43
+ }
44
+ .address-row {
45
+ padding: 20px 40px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ gap: 20px;
50
+ }
51
+ .address-row .label { font-size: 36px; color: #616161; }
52
+ .address-row .value { font-weight: 700; color: #212121; }
53
+ .btn-change {
54
+ padding: 18px 30px;
55
+ border: 2px solid #e0e0e0;
56
+ border-radius: 16px;
57
+ color: #1e88e5;
58
+ font-weight: 700;
59
+ font-size: 34px;
60
+ background: #fff;
61
+ }
62
+ .info-banner {
63
+ margin: 10px 40px 30px 40px;
64
+ padding: 24px;
65
+ background: #e8f1fe;
66
+ border: 2px solid #c6dbff;
67
+ border-radius: 14px;
68
+ color: #335b9a;
69
+ font-size: 32px;
70
+ }
71
+ .divider { height: 18px; background: #f1f3f6; width: 100%; }
72
+
73
+ /* Product card */
74
+ .product {
75
+ padding: 30px 40px 20px 40px;
76
+ }
77
+ .deal-pill {
78
+ display: inline-block;
79
+ background: #e8f5e9;
80
+ color: #1b5e20;
81
+ border: 2px solid #c8e6c9;
82
+ font-weight: 700;
83
+ padding: 10px 18px;
84
+ border-radius: 10px;
85
+ font-size: 30px;
86
+ margin-bottom: 20px;
87
+ }
88
+ .prod-row {
89
+ display: grid;
90
+ grid-template-columns: 150px 1fr;
91
+ gap: 28px;
92
+ align-items: start;
93
+ }
94
+ .img-ph {
95
+ width: 150px; height: 210px;
96
+ background: #E0E0E0; border: 1px solid #BDBDBD;
97
+ display: flex; align-items: center; justify-content: center;
98
+ color: #757575; font-size: 24px; text-align: center; padding: 6px;
99
+ }
100
+ .prod-title { font-size: 44px; font-weight: 700; margin: 0; }
101
+ .prod-sub { font-size: 30px; color: #757575; margin-top: 6px; }
102
+ .rating-row { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
103
+ .stars { display: inline-flex; gap: 6px; }
104
+ .star { width: 28px; height: 28px; }
105
+ .rating-count { font-size: 28px; color: #616161; }
106
+ .plus-badge { display: inline-flex; align-items: center; gap: 6px; background: #e3f2fd; color: #1976d2; border-radius: 20px; padding: 6px 12px; font-size: 24px; font-weight: 700; }
107
+ .price-row { display: flex; align-items: baseline; gap: 18px; margin-top: 16px; }
108
+ .off { color: #2e7d32; font-size: 40px; font-weight: 800; }
109
+ .mrp { color: #9e9e9e; text-decoration: line-through; font-size: 34px; }
110
+ .price { font-size: 48px; font-weight: 800; }
111
+ .qty-box {
112
+ display: inline-flex; align-items: center; gap: 12px;
113
+ border: 2px solid #e0e0e0; border-radius: 14px; padding: 14px 16px;
114
+ font-size: 34px; color: #424242; background: #fff;
115
+ }
116
+ .qty-row { margin-top: 20px; gap: 26px; display: flex; align-items: center; }
117
+ .offer { color: #2e7d32; font-size: 32px; margin-top: 8px; }
118
+ .delivery { font-size: 30px; color: #616161; margin-top: 16px; }
119
+ .delivery .free { color: #2e7d32; font-weight: 700; }
120
+ .actions {
121
+ display: grid;
122
+ grid-template-columns: 1fr 1fr 1fr;
123
+ border-top: 2px solid #eeeeee;
124
+ margin-top: 26px;
125
+ }
126
+ .action {
127
+ display:flex; align-items: center; justify-content: center;
128
+ gap: 16px; height: 120px; font-size: 32px; color:#424242;
129
+ border-right: 2px solid #eeeeee;
130
+ }
131
+ .action:last-child { border-right: none; }
132
+ .action svg { width: 34px; height: 34px; }
133
+
134
+ /* Add-on section */
135
+ .addon-header {
136
+ margin-top: 18px;
137
+ padding: 26px 40px;
138
+ background: #eef5ff;
139
+ border-top: 2px solid #e0e8ff;
140
+ border-bottom: 2px solid #e0e8ff;
141
+ display: flex; align-items: center; justify-content: space-between;
142
+ font-size: 38px; font-weight: 700; color: #37474f;
143
+ }
144
+ .addon-header .left { display: flex; align-items: center; gap: 18px; }
145
+ .box-icon { width: 38px; height: 38px; }
146
+ .addon-card {
147
+ margin: 20px 40px 30px 40px;
148
+ background: #ffffff;
149
+ border-radius: 20px;
150
+ border: 2px solid #eeeeee;
151
+ padding: 26px;
152
+ }
153
+ .addon-row { display: grid; grid-template-columns: 110px 1fr; gap: 22px; }
154
+ .logo-ph {
155
+ width: 110px; height: 110px; background:#E0E0E0; border:1px solid #BDBDBD;
156
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; text-align:center; padding:6px;
157
+ }
158
+ .addon-title { font-size: 36px; font-weight: 700; }
159
+ .addon-sub { font-size: 28px; color: #757575; margin-top: 6px; }
160
+ .addon-deal { color:#2e7d32; font-weight:800; font-size:32px; margin-top: 16px; }
161
+ .addon-mrp { color:#9e9e9e; text-decoration:line-through; margin: 0 8px; }
162
+ .addon-price { font-size: 34px; font-weight: 800; }
163
+
164
+ /* Snackbar */
165
+ .snackbar {
166
+ position: absolute;
167
+ left: 40px;
168
+ right: 40px;
169
+ bottom: 370px;
170
+ background: #212121;
171
+ color: #fff;
172
+ padding: 28px;
173
+ border-radius: 18px;
174
+ box-shadow: 0 6px 18px rgba(0,0,0,0.3);
175
+ display: flex; justify-content: space-between; align-items: center;
176
+ font-size: 30px;
177
+ }
178
+ .snackbar .undo { color: #ffb300; font-weight: 800; margin-left: 20px; white-space: nowrap; }
179
+
180
+ /* Price bar */
181
+ .price-bar {
182
+ position: absolute;
183
+ left: 0; right: 0; bottom: 170px;
184
+ background: #ffffff;
185
+ border-top: 2px solid #e0e0e0;
186
+ height: 140px;
187
+ display: flex; align-items: center; justify-content: space-between;
188
+ padding: 0 40px;
189
+ }
190
+ .price-left { display: flex; align-items: baseline; gap: 26px; }
191
+ .price-left .mrp { font-size: 34px; }
192
+ .price-final { font-size: 56px; font-weight: 800; }
193
+ .info-circle {
194
+ display:inline-flex; align-items:center; justify-content:center;
195
+ width: 36px; height: 36px; border-radius:50%; border:2px solid #bdbdbd; color:#757575; font-size:24px;
196
+ }
197
+ .place-btn {
198
+ background: #ffc107; color: #212121; font-weight: 800; font-size: 40px;
199
+ border: none; padding: 26px 60px; border-radius: 16px;
200
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
201
+ }
202
+
203
+ /* Bottom nav */
204
+ .bottom-nav {
205
+ position: absolute; left: 0; right: 0; bottom: 60px;
206
+ height: 110px; background: #ffffff; border-top: 2px solid #e0e0e0;
207
+ display: grid; grid-template-columns: repeat(5, 1fr);
208
+ }
209
+ .nav-item {
210
+ display:flex; flex-direction: column; align-items: center; justify-content: center;
211
+ gap: 6px; font-size: 24px; color: #616161; position: relative;
212
+ }
213
+ .nav-item svg { width: 42px; height: 42px; }
214
+ .nav-item.active { color: #1e88e5; }
215
+ .badge {
216
+ position: absolute; top: 6px; right: 70px;
217
+ background: #e53935; color:#fff; font-size:18px; font-weight:800;
218
+ border-radius: 14px; padding: 2px 8px;
219
+ }
220
+
221
+ .gesture {
222
+ position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
223
+ width: 260px; height: 10px; background: #cfcfcf; border-radius: 6px;
224
+ }
225
+ </style>
226
+ </head>
227
+ <body>
228
+ <div id="render-target">
229
+ <!-- Status bar -->
230
+ <div class="status-bar">
231
+ <div>10:34</div>
232
+ <div class="status-icons">
233
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
234
+ <span class="dot"></span>
235
+ <!-- simple icons -->
236
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M4 8l8 5 8-5v9a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8z"/><path d="M4 8l8 5 8-5"/><path d="M4 8l8-5 8 5"/></svg>
237
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M6 18L18 6M6 6l12 12"/></svg>
238
+ <svg class="icon" viewBox="0 0 24 24" fill="#616161"><path d="M17 4h-3l-1-1h-2l-1 1H7v2h10z"/><path d="M7 8h10l-1 12H8z"/></svg>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="page">
243
+ <div class="header">My Cart</div>
244
+
245
+ <div class="address-row">
246
+ <div class="label">Deliver to: <span class="value">New Delhi - 110004</span></div>
247
+ <button class="btn-change">Change</button>
248
+ </div>
249
+
250
+ <div class="info-banner">2,00,000+ orders from New Delhi in the last 30 days</div>
251
+
252
+ <div class="divider"></div>
253
+
254
+ <div class="product">
255
+ <div class="deal-pill">Hot Deal</div>
256
+
257
+ <div class="prod-row">
258
+ <div class="img-ph">[IMG: Book Cover]</div>
259
+ <div>
260
+ <div class="prod-title">Half Girlfriend</div>
261
+ <div class="prod-sub">English, Paperback, Bhagat Chetan</div>
262
+
263
+ <div class="rating-row">
264
+ <div class="stars">
265
+ <!-- 4 full stars + half -->
266
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-5.9 3.5 1.6-6.7L2 9.8l6.9-.6L12 2.5l3.1 6.7 6.9.6-4.7 4.3 1.6 6.7z"/></svg>
267
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-5.9 3.5 1.6-6.7L2 9.8l6.9-.6L12 2.5l3.1 6.7 6.9.6-4.7 4.3 1.6 6.7z"/></svg>
268
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-5.9 3.5 1.6-6.7L2 9.8l6.9-.6L12 2.5l3.1 6.7 6.9.6-4.7 4.3 1.6 6.7z"/></svg>
269
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-5.9 3.5 1.6-6.7L2 9.8l6.9-.6L12 2.5l3.1 6.7 6.9.6-4.7 4.3 1.6 6.7z"/></svg>
270
+ <svg class="star" viewBox="0 0 24 24">
271
+ <defs><linearGradient id="half"><stop offset="50%" stop-color="#2e7d32"/><stop offset="50%" stop-color="#e0e0e0"/></linearGradient></defs>
272
+ <path d="M12 17.3l-5.9 3.5 1.6-6.7L2 9.8l6.9-.6L12 2.5l3.1 6.7 6.9.6-4.7 4.3 1.6 6.7z" fill="url(#half)"/>
273
+ </svg>
274
+ </div>
275
+ <div class="rating-count">(60,691)</div>
276
+ <div class="plus-badge">
277
+ <svg width="18" height="18" viewBox="0 0 24 24" fill="#1976d2"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/></svg>
278
+ Plus
279
+ </div>
280
+ </div>
281
+
282
+ <div class="qty-row">
283
+ <div class="qty-box">
284
+ <span>Qty:</span>
285
+ <span>1</span>
286
+ <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>
287
+ </div>
288
+ <div class="price-row">
289
+ <div class="off">−22%</div>
290
+ <div class="mrp">₹195</div>
291
+ <div class="price">₹152</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="offer">1 offer available</div>
296
+
297
+ <div class="delivery">Delivery in 2 days, Sat | <span class="mrp">₹40</span> <span class="free">FREE Delivery</span></div>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="actions">
302
+ <div class="action">
303
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M3 6h18"/><path d="M8 6V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"/><path d="M19 6l-1 14H6L5 6"/></svg>
304
+ <span>Remove</span>
305
+ </div>
306
+ <div class="action">
307
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M19 21H5V7h14z"/><path d="M12 3v4"/><path d="M9 3h6"/></svg>
308
+ <span>Save for later</span>
309
+ </div>
310
+ <div class="action">
311
+ <svg viewBox="0 0 24 24" fill="#616161"><path d="M11 21h2V9h-2v12zm.5-16l-4-4h9l-4 4z"/></svg>
312
+ <span>Buy this now</span>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="addon-header">
318
+ <div class="left">
319
+ <svg class="box-icon" viewBox="0 0 24 24" fill="none" stroke="#607d8b" stroke-width="2"><rect x="3" y="7" width="18" height="12" rx="2"/><path d="M7 7V3h10v4"/></svg>
320
+ <span>Digital Suraksha for Rs 1000...</span>
321
+ </div>
322
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#607d8b" stroke-width="2"><path d="M6 15l6-6 6 6"/></svg>
323
+ </div>
324
+
325
+ <div class="addon-card">
326
+ <div class="addon-row">
327
+ <div class="logo-ph">[IMG: Insurer Logo]</div>
328
+ <div>
329
+ <div class="addon-title">Digital Suraksha for Rs 10000 by...</div>
330
+ <div class="addon-sub">1 Month</div>
331
+ <div class="addon-deal">−50% <span class="addon-mrp">₹40</span> <span class="addon-price">₹20</span></div>
332
+ <div class="addon-sub">Spoofing and more.</div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ </div>
338
+
339
+ <!-- Snackbar -->
340
+ <div class="snackbar">
341
+ <div>Successfully removed Lakshita Rotation Dancing & Spinning Rolling Monkey with Light & Sound Toy for Kids from your cart</div>
342
+ <div class="undo">Undo</div>
343
+ </div>
344
+
345
+ <!-- Price bar -->
346
+ <div class="price-bar">
347
+ <div class="price-left">
348
+ <div class="mrp">195</div>
349
+ <div class="price-final">152</div>
350
+ <div class="info-circle">i</div>
351
+ </div>
352
+ <button class="place-btn">Place order</button>
353
+ </div>
354
+
355
+ <!-- Bottom navigation -->
356
+ <div class="bottom-nav">
357
+ <div class="nav-item">
358
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M3 11l9-8 9 8v9a2 2 0 0 1-2 2h-4v-7H9v7H5a2 2 0 0 1-2-2z"/></svg>
359
+ <div>Home</div>
360
+ </div>
361
+ <div class="nav-item">
362
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/></svg>
363
+ <div>Categories</div>
364
+ </div>
365
+ <div class="nav-item">
366
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><path d="M12 22a4 4 0 0 0 4-4H8a4 4 0 0 0 4 4z"/><path d="M6 8a6 6 0 1 1 12 0v6H6z"/></svg>
367
+ <div>Notifications</div>
368
+ </div>
369
+ <div class="nav-item">
370
+ <svg viewBox="0 0 24 24" fill="none" stroke="#616161" stroke-width="2"><circle cx="12" cy="7" r="4"/><path d="M4 21v-1a7 7 0 0 1 7-7h2a7 7 0 0 1 7 7v1"/></svg>
371
+ <div>Account</div>
372
+ </div>
373
+ <div class="nav-item active">
374
+ <span class="badge">1</span>
375
+ <svg viewBox="0 0 24 24" fill="none" stroke="#1e88e5" stroke-width="2"><path d="M6 6h15l-1.5 9H7.5z"/><path d="M6 6L5 3H2"/><circle cx="9" cy="20" r="1.5" fill="#1e88e5"/><circle cx="18" cy="20" r="1.5" fill="#1e88e5"/></svg>
376
+ <div>Cart</div>
377
+ </div>
378
+ </div>
379
+
380
+ <div class="gesture"></div>
381
+ </div>
382
+ </body>
383
+ </html>
code/10091/10091_1.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #111213; color: #f5f5f5;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
17
+ background: #101010;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 32px; box-sizing: border-box; font-weight: 600; font-size: 40px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 26px; font-size: 34px; }
22
+ .status-icon { opacity: 0.85; }
23
+ .battery {
24
+ display: inline-flex; align-items: center; gap: 8px;
25
+ padding: 6px 10px; border: 2px solid #777; border-radius: 6px; font-size: 30px;
26
+ }
27
+ .wifi {
28
+ width: 40px; height: 32px;
29
+ display: inline-flex; justify-content: center; align-items: center;
30
+ border-radius: 6px; border: 2px solid #777; font-size: 26px;
31
+ }
32
+
33
+ /* Search header */
34
+ .search-header {
35
+ position: absolute; top: 120px; left: 0; width: 100%; height: 150px;
36
+ background: #2c3528; display: flex; align-items: center;
37
+ padding: 0 28px; box-sizing: border-box; gap: 24px;
38
+ border-bottom: 1px solid #3a3a3a;
39
+ font-size: 52px; font-weight: 600;
40
+ }
41
+ .icon-btn {
42
+ width: 84px; height: 84px; border-radius: 42px;
43
+ display: flex; justify-content: center; align-items: center;
44
+ background: #222; border: 2px solid #3e3e3e;
45
+ }
46
+ .search-title { letter-spacing: 0.5px; }
47
+
48
+ /* Chips */
49
+ .chip-bar {
50
+ position: absolute; top: 270px; left: 0; width: 100%; height: 120px;
51
+ display: flex; align-items: center; gap: 18px; padding: 0 28px;
52
+ box-sizing: border-box;
53
+ }
54
+ .chip {
55
+ display: inline-flex; align-items: center; gap: 16px;
56
+ padding: 16px 26px; height: 90px;
57
+ background: #1a1a1a; border: 2px solid #444; border-radius: 22px;
58
+ font-size: 38px; color: #eaeaea;
59
+ }
60
+ .chip .square {
61
+ width: 46px; height: 46px; border-radius: 8px; border: 1px solid #666;
62
+ background: #375a9c;
63
+ }
64
+ .chip.pdf .square { background: #b4443b; }
65
+ .chip.photos .square { background: #a8605a; }
66
+
67
+ /* Main empty area */
68
+ .content {
69
+ position: absolute; top: 390px; left: 0; width: 100%; height: 1070px;
70
+ background: #121212;
71
+ }
72
+
73
+ /* Keyboard */
74
+ .keyboard {
75
+ position: absolute; bottom: 40px; left: 0; width: 100%; height: 900px;
76
+ background: #0e0e0f; border-top: 1px solid #333;
77
+ box-sizing: border-box; padding: 24px 22px;
78
+ }
79
+ .tool-row {
80
+ height: 120px; display: flex; align-items: center; gap: 40px;
81
+ padding: 0 10px; box-sizing: border-box;
82
+ }
83
+ .tool {
84
+ width: 100px; height: 100px; border-radius: 22px;
85
+ background: #1f1f1f; border: 2px solid #3a3a3a;
86
+ display: flex; justify-content: center; align-items: center;
87
+ }
88
+ .tool svg { width: 56px; height: 56px; }
89
+ .tool.mic { background: #c9f99a; border: none; }
90
+ .tool.mic svg { width: 60px; height: 60px; }
91
+ .keys {
92
+ display: flex; flex-direction: column; gap: 24px; margin-top: 18px;
93
+ }
94
+ .row { display: flex; justify-content: space-between; padding: 0 8px; }
95
+ .key {
96
+ width: 92px; height: 120px; border-radius: 24px;
97
+ background: #2a2a2a; color: #eee; font-size: 46px; font-weight: 600;
98
+ display: flex; align-items: center; justify-content: center;
99
+ border: 2px solid #3c3c3c;
100
+ }
101
+ .key.wide { width: 140px; }
102
+ .key.xwide { width: 520px; }
103
+ .key.small { width: 120px; }
104
+ .right-controls { display: flex; align-items: center; gap: 18px; }
105
+
106
+ /* Bottom bar & search bubble */
107
+ .bottom-row {
108
+ display: flex; align-items: center; justify-content: space-between;
109
+ padding: 0 8px; margin-top: 18px;
110
+ }
111
+ .pill {
112
+ width: 160px; height: 120px; border-radius: 28px;
113
+ background: #bcd2a7; color: #16230f; font-weight: 700; font-size: 44px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+ .space { width: 520px; height: 120px; border-radius: 28px;
117
+ background: #2a2a2a; border: 2px solid #3c3c3c;
118
+ }
119
+ .search-circle {
120
+ width: 140px; height: 140px; border-radius: 70px;
121
+ background: #c9f99a; display: flex; justify-content: center; align-items: center;
122
+ }
123
+ .home-indicator {
124
+ position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
125
+ width: 360px; height: 12px; background: #dcdcdc; border-radius: 6px; opacity: 0.3;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div>9:37</div>
135
+ <div class="status-right">
136
+ <div class="status-icon">LR</div>
137
+ <div class="status-icon">N</div>
138
+ <div class="status-icon">▶</div>
139
+ <div class="wifi">Wi</div>
140
+ <div class="battery"><span>🔋</span><span>100%</span></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Header -->
145
+ <div class="search-header">
146
+ <div class="icon-btn">
147
+ <svg viewBox="0 0 24 24" fill="#eaeaea">
148
+ <path d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-7z"/>
149
+ </svg>
150
+ </div>
151
+ <div class="search-title">Search in Drive</div>
152
+ </div>
153
+
154
+ <!-- Filter chips -->
155
+ <div class="chip-bar">
156
+ <div class="chip">
157
+ <div class="square"></div>
158
+ <span>Documents</span>
159
+ </div>
160
+ <div class="chip pdf">
161
+ <div class="square"></div>
162
+ <span>PDFs</span>
163
+ </div>
164
+ <div class="chip photos">
165
+ <div class="square"></div>
166
+ <span>Photos &amp; images</span>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Empty content area -->
171
+ <div class="content"></div>
172
+
173
+ <!-- Keyboard -->
174
+ <div class="keyboard">
175
+ <div class="tool-row">
176
+ <div class="tool">
177
+ <svg viewBox="0 0 32 32" fill="#fff">
178
+ <circle cx="16" cy="12" r="6"></circle>
179
+ <rect x="10" y="20" width="12" height="8" rx="4"></rect>
180
+ </svg>
181
+ </div>
182
+ <div class="tool" style="font-size:40px; font-weight:800;">GIF</div>
183
+ <div class="tool">
184
+ <svg viewBox="0 0 32 32" fill="#fff">
185
+ <circle cx="16" cy="16" r="12" stroke="#fff" stroke-width="2" fill="none"></circle>
186
+ <rect x="15" y="6" width="2" height="6"></rect>
187
+ <rect x="15" y="20" width="2" height="6"></rect>
188
+ </svg>
189
+ </div>
190
+ <div class="tool">
191
+ <svg viewBox="0 0 32 32" fill="#fff">
192
+ <text x="8" y="22" font-size="16" fill="#fff">G</text>
193
+ </svg>
194
+ </div>
195
+ <div class="tool">
196
+ <svg viewBox="0 0 32 32" fill="#fff">
197
+ <circle cx="14" cy="18" r="10" stroke="#fff" stroke-width="2" fill="none"></circle>
198
+ <circle cx="22" cy="10" r="6"></circle>
199
+ </svg>
200
+ </div>
201
+ <div class="tool mic">
202
+ <svg viewBox="0 0 32 32" fill="#1a2c0f">
203
+ <rect x="12" y="6" width="8" height="14" rx="4"></rect>
204
+ <path d="M8 16c0 5 4 8 8 8s8-3 8-8" stroke="#1a2c0f" stroke-width="3" fill="none"></path>
205
+ <rect x="15" y="24" width="2" height="6"></rect>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="keys">
211
+ <div class="row">
212
+ <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>
213
+ <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>
214
+ </div>
215
+ <div class="row">
216
+ <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>
217
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
218
+ <div class="key wide">
219
+ <svg viewBox="0 0 32 32" fill="#fff" width="48" height="48">
220
+ <path d="M8 8h16v2H8zm0 8h16v2H8zm0 8h16v2H8z"></path>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ <div class="row">
225
+ <div class="key small">
226
+ <svg viewBox="0 0 32 32" fill="#fff">
227
+ <path d="M6 26l6-16h4l6 16h-4l-1-4H11l-1 4H6zm7-8h6l-3-9-3 9z"></path>
228
+ </svg>
229
+ </div>
230
+ <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>
231
+ <div class="key wide">
232
+ <svg viewBox="0 0 32 32" fill="#fff" width="46" height="46">
233
+ <path d="M8 10h16l-6 6 6 6H8l6-6-6-6z"></path>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="bottom-row">
239
+ <div class="pill">?123</div>
240
+ <div class="key">,</div>
241
+ <div class="key">☺</div>
242
+ <div class="space"></div>
243
+ <div class="key">.</div>
244
+ <div class="search-circle">
245
+ <svg viewBox="0 0 32 32" fill="#18220f">
246
+ <circle cx="14" cy="14" r="9" stroke="#18220f" stroke-width="3" fill="none"></circle>
247
+ <rect x="20" y="20" width="8" height="3" transform="rotate(45 20 20)"></rect>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="home-indicator"></div>
255
+ </div>
256
+ </body>
257
+ </html>
code/10093/10093_1.html ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Notifications Screen</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #0f0f0f;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar (top-most) */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ right: 0;
23
+ height: 96px;
24
+ padding: 0 34px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #eaeaea;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ background: #0b0b0b;
32
+ }
33
+ .status-left {
34
+ display: flex; align-items: center; gap: 22px;
35
+ }
36
+ .sb-dot {
37
+ width: 24px; height: 24px; border-radius: 50%; background: #cfcfcf; opacity: 0.85;
38
+ }
39
+ .status-right { display: flex; align-items: center; gap: 24px; }
40
+ .wifi {
41
+ width: 34px; height: 26px; border: 3px solid #fff; border-top-color: transparent; border-left-color: transparent; transform: rotate(45deg);
42
+ border-radius: 6px;
43
+ }
44
+ .battery {
45
+ position: relative;
46
+ width: 62px; height: 30px; border: 3px solid #fff; border-radius: 6px;
47
+ }
48
+ .battery::after {
49
+ content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 14px; background: #fff; border-radius: 2px;
50
+ }
51
+
52
+ /* App bar */
53
+ .app-bar {
54
+ position: absolute;
55
+ top: 96px;
56
+ left: 0; right: 0;
57
+ height: 160px;
58
+ display: flex; align-items: center;
59
+ padding: 0 40px;
60
+ background: #121212;
61
+ box-sizing: border-box;
62
+ }
63
+ .back-btn {
64
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; margin-right: 22px;
65
+ }
66
+ .title {
67
+ font-size: 64px; font-weight: 700; letter-spacing: 0.3px;
68
+ }
69
+
70
+ /* Content */
71
+ .content {
72
+ position: absolute;
73
+ top: 256px; left: 0; right: 0;
74
+ padding: 40px;
75
+ box-sizing: border-box;
76
+ }
77
+ .intro {
78
+ color: #b9b9b9;
79
+ font-size: 38px;
80
+ line-height: 1.4;
81
+ margin: 10px 0 60px 0;
82
+ max-width: 940px;
83
+ }
84
+
85
+ .setting-row {
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: space-between;
89
+ padding: 40px 0;
90
+ }
91
+ .setting-title {
92
+ font-size: 50px;
93
+ font-weight: 600;
94
+ color: #ffffff;
95
+ }
96
+ .setting-desc {
97
+ color: #8e8e8e;
98
+ font-size: 34px;
99
+ line-height: 1.55;
100
+ max-width: 940px;
101
+ margin: 24px 0 28px 0;
102
+ }
103
+
104
+ /* Toggle */
105
+ .toggle {
106
+ width: 150px; height: 80px; border-radius: 50px;
107
+ position: relative;
108
+ background: #3a2a25;
109
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.04);
110
+ }
111
+ .toggle.on {
112
+ background: #5a3a2d;
113
+ }
114
+ .toggle .knob {
115
+ position: absolute; top: 8px; left: 10px;
116
+ width: 64px; height: 64px; border-radius: 50%;
117
+ background: #ff8a65;
118
+ box-shadow: 0 2px 0 rgba(0,0,0,0.35);
119
+ transition: left 0.25s ease;
120
+ }
121
+ .toggle.on .knob { left: 76px; }
122
+
123
+ /* Bottom gesture bar */
124
+ .gesture-bar {
125
+ position: absolute;
126
+ bottom: 26px; left: 50%;
127
+ transform: translateX(-50%);
128
+ width: 480px; height: 12px; background: #e6e6e6; border-radius: 8px; opacity: 0.85;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Simulated Android status bar -->
136
+ <div class="status-bar">
137
+ <div class="status-left">
138
+ <div style="font-weight:700;">8:41</div>
139
+ <div class="sb-dot"></div>
140
+ <div class="sb-dot"></div>
141
+ <div class="sb-dot" style="width:22px;height:22px;opacity:.7;"></div>
142
+ <div class="sb-dot" style="width:10px;height:10px;opacity:.5;"></div>
143
+ </div>
144
+ <div class="status-right">
145
+ <div class="wifi"></div>
146
+ <div class="battery"></div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- App bar with back and title -->
151
+ <div class="app-bar">
152
+ <div class="back-btn">
153
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff" xmlns="http://www.w3.org/2000/svg">
154
+ <path d="M15.5 19.5L8 12l7.5-7.5 1.5 1.5L11 12l6 6-1.5 1.5z"/>
155
+ </svg>
156
+ </div>
157
+ <div class="title">Notifications</div>
158
+ </div>
159
+
160
+ <!-- Content -->
161
+ <div class="content">
162
+ <div class="intro">We will inform you about likes and answers to your comments.</div>
163
+
164
+ <div class="setting-row">
165
+ <div class="setting-title">Replies to your comments</div>
166
+ <div class="toggle on"><div class="knob"></div></div>
167
+ </div>
168
+
169
+ <div class="setting-desc">Never miss out again on one of our delicious new recipe creations.</div>
170
+
171
+ <div class="setting-row">
172
+ <div class="setting-title">Weekly cooking inspiration</div>
173
+ <div class="toggle on"><div class="knob"></div></div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="gesture-bar"></div>
178
+ </div>
179
+ </body>
180
+ </html>
code/10093/10093_3.html ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Display - Dark Theme</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
17
+ background: #121212;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px;
20
+ box-sizing: border-box;
21
+ }
22
+ .status-left { display: flex; align-items: center; gap: 18px; }
23
+ .status-time { font-size: 40px; font-weight: 600; letter-spacing: 0.5px; }
24
+ .dot { width: 18px; height: 18px; background: #E0E0E0; opacity: 0.9; border-radius: 50%; }
25
+ .status-right { display: flex; align-items: center; gap: 24px; }
26
+
27
+ /* Simple icons */
28
+ .icon-wifi svg { width: 54px; height: 54px; }
29
+ .icon-battery { display: inline-block; position: relative; width: 90px; height: 44px; border: 4px solid #FFFFFF; border-radius: 10px; }
30
+ .icon-battery::after { content: ""; position: absolute; right: -12px; top: 12px; width: 10px; height: 20px; background: #FFFFFF; border-radius: 3px; }
31
+ .icon-battery .level { position: absolute; left: 4px; top: 4px; height: 32px; width: 60px; background: #FFFFFF; border-radius: 6px; }
32
+
33
+ /* App bar */
34
+ .app-bar {
35
+ position: absolute; top: 120px; left: 0; width: 100%; height: 160px;
36
+ background: #121212; border-bottom: 1px solid #1F1F1F;
37
+ display: flex; align-items: center;
38
+ padding: 0 36px; box-sizing: border-box;
39
+ }
40
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 16px; }
41
+ .title { font-size: 66px; font-weight: 600; }
42
+
43
+ /* Content */
44
+ .content {
45
+ position: absolute; top: 280px; left: 0; right: 0; bottom: 0;
46
+ padding: 30px 0;
47
+ }
48
+ .section-title {
49
+ font-size: 40px; color: #BDBDBD; letter-spacing: 2px;
50
+ margin: 36px 60px 8px;
51
+ text-transform: uppercase;
52
+ }
53
+ .list-item {
54
+ padding: 52px 60px;
55
+ display: flex; align-items: center; justify-content: space-between;
56
+ font-size: 56px; font-weight: 500;
57
+ }
58
+
59
+ .radio {
60
+ width: 60px; height: 60px; border-radius: 50%;
61
+ position: relative; box-sizing: border-box;
62
+ }
63
+ .radio.selected { border: 10px solid #FF8A65; }
64
+ .radio.selected::after {
65
+ content: ""; position: absolute; width: 22px; height: 22px;
66
+ background: #FF8A65; border-radius: 50%;
67
+ top: 50%; left: 50%; transform: translate(-50%, -50%);
68
+ }
69
+ .radio.unselected { border: 8px solid #8E8E8E; opacity: 0.9; }
70
+
71
+ /* Bottom gesture pill */
72
+ .gesture {
73
+ position: absolute; bottom: 60px; left: 50%;
74
+ width: 440px; height: 14px; background: #EDEDED; border-radius: 10px;
75
+ transform: translateX(-50%);
76
+ opacity: 0.9;
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 class="status-time">8:45</div>
87
+ <div class="dot"></div>
88
+ <div class="dot"></div>
89
+ <div class="dot"></div>
90
+ </div>
91
+ <div class="status-right">
92
+ <div class="icon-wifi">
93
+ <svg viewBox="0 0 24 24" fill="none">
94
+ <path d="M2 8c6-6 14-6 20 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
95
+ <path d="M5 11c4.5-4.5 9.5-4.5 14 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
96
+ <path d="M8 14c3-3 5-3 8 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
97
+ <circle cx="12" cy="18" r="2" fill="#FFFFFF"/>
98
+ </svg>
99
+ </div>
100
+ <div class="icon-battery"><div class="level"></div></div>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- App Bar -->
105
+ <div class="app-bar">
106
+ <div class="back-btn">
107
+ <svg width="60" height="60" viewBox="0 0 24 24">
108
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
109
+ </svg>
110
+ </div>
111
+ <div class="title">Display</div>
112
+ </div>
113
+
114
+ <!-- Content -->
115
+ <div class="content">
116
+ <div class="section-title">Dark theme</div>
117
+
118
+ <div class="list-item">
119
+ <div>Use System Default</div>
120
+ <div class="radio selected"></div>
121
+ </div>
122
+
123
+ <div class="list-item">
124
+ <div>Light</div>
125
+ <div class="radio unselected"></div>
126
+ </div>
127
+
128
+ <div class="list-item">
129
+ <div>Dark</div>
130
+ <div class="radio unselected"></div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Bottom gesture pill -->
135
+ <div class="gesture"></div>
136
+
137
+ </div>
138
+ </body>
139
+ </html>
code/10093/10093_4.html ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Display Settings 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: #ffffff;
13
+ font-family: Roboto, Arial, sans-serif;
14
+ color: #000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 160px;
24
+ background: #cfcfcf;
25
+ }
26
+ .status-left {
27
+ position: absolute;
28
+ left: 48px;
29
+ top: 50%;
30
+ transform: translateY(-50%);
31
+ font-size: 42px;
32
+ color: #222;
33
+ letter-spacing: 1px;
34
+ }
35
+ .status-right {
36
+ position: absolute;
37
+ right: 40px;
38
+ top: 50%;
39
+ transform: translateY(-50%);
40
+ display: flex;
41
+ gap: 28px;
42
+ align-items: center;
43
+ }
44
+ .icon { width: 44px; height: 44px; }
45
+
46
+ /* App bar */
47
+ .appbar {
48
+ position: absolute;
49
+ top: 160px;
50
+ left: 0;
51
+ width: 100%;
52
+ height: 180px;
53
+ background: #ffffff;
54
+ display: flex;
55
+ align-items: center;
56
+ border-bottom: 1px solid #e6e6e6;
57
+ }
58
+ .back-btn {
59
+ width: 88px;
60
+ height: 88px;
61
+ margin-left: 40px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ }
66
+ .title {
67
+ margin-left: 20px;
68
+ font-size: 64px;
69
+ font-weight: 600;
70
+ color: #222;
71
+ }
72
+
73
+ /* Content */
74
+ .content {
75
+ position: absolute;
76
+ top: 340px;
77
+ left: 0;
78
+ right: 0;
79
+ bottom: 0;
80
+ padding-top: 20px;
81
+ }
82
+ .section-title {
83
+ font-size: 42px;
84
+ font-weight: 700;
85
+ letter-spacing: 2px;
86
+ color: #1a1a1a;
87
+ margin-left: 64px;
88
+ margin-bottom: 40px;
89
+ }
90
+ .row {
91
+ display: flex;
92
+ justify-content: space-between;
93
+ align-items: center;
94
+ padding: 40px 64px;
95
+ }
96
+ .row .label {
97
+ font-size: 56px;
98
+ color: #111;
99
+ }
100
+
101
+ /* Radio buttons */
102
+ .radio {
103
+ width: 80px;
104
+ height: 80px;
105
+ border-radius: 50%;
106
+ border: 8px solid #9e9e9e;
107
+ box-sizing: border-box;
108
+ }
109
+ .radio.selected {
110
+ border-color: #f26f3a;
111
+ position: relative;
112
+ }
113
+ .radio.selected::after {
114
+ content: "";
115
+ position: absolute;
116
+ top: 50%;
117
+ left: 50%;
118
+ transform: translate(-50%, -50%);
119
+ width: 34px;
120
+ height: 34px;
121
+ border-radius: 50%;
122
+ border: 8px solid #f26f3a;
123
+ }
124
+
125
+ /* Gesture bar */
126
+ .gesture {
127
+ position: absolute;
128
+ bottom: 42px;
129
+ left: 50%;
130
+ transform: translateX(-50%);
131
+ width: 320px;
132
+ height: 12px;
133
+ background: #8f8f8f;
134
+ border-radius: 8px;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+ <!-- Status bar -->
141
+ <div class="status-bar">
142
+ <div class="status-left">8:47</div>
143
+ <div class="status-right">
144
+ <!-- simple notification dots -->
145
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#757575"/></svg>
146
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#757575"/></svg>
147
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#757575"/></svg>
148
+ <!-- wifi icon -->
149
+ <svg class="icon" viewBox="0 0 24 24">
150
+ <path d="M2 8c5-5 15-5 20 0" stroke="#616161" stroke-width="2" fill="none"/>
151
+ <path d="M5 11c3.5-3.5 10.5-3.5 14 0" stroke="#616161" stroke-width="2" fill="none"/>
152
+ <path d="M8 14c2-2 6-2 8 0" stroke="#616161" stroke-width="2" fill="none"/>
153
+ <circle cx="12" cy="17" r="2" fill="#616161"/>
154
+ </svg>
155
+ <!-- battery icon -->
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <rect x="1" y="6" width="18" height="12" rx="2" ry="2" stroke="#616161" stroke-width="2" fill="none"/>
158
+ <rect x="3" y="8" width="14" height="8" fill="#616161"/>
159
+ <rect x="20" y="9" width="3" height="6" fill="#616161"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- App bar -->
165
+ <div class="appbar">
166
+ <div class="back-btn">
167
+ <svg width="56" height="56" viewBox="0 0 24 24">
168
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
169
+ </svg>
170
+ </div>
171
+ <div class="title">Display</div>
172
+ </div>
173
+
174
+ <!-- Content -->
175
+ <div class="content">
176
+ <div class="section-title">DARK THEME</div>
177
+
178
+ <div class="row">
179
+ <div class="label">Use System Default</div>
180
+ <div class="radio"></div>
181
+ </div>
182
+
183
+ <div class="row">
184
+ <div class="label">Light</div>
185
+ <div class="radio selected"></div>
186
+ </div>
187
+
188
+ <div class="row">
189
+ <div class="label">Dark</div>
190
+ <div class="radio"></div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Gesture handle -->
195
+ <div class="gesture"></div>
196
+ </div>
197
+ </body>
198
+ </html>
code/10094/10094_0.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MyfitShare.PNG UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #000; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
17
+ background: #0c0c0c; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box;
19
+ }
20
+ .status-left { font-size: 40px; letter-spacing: 0.5px; }
21
+ .status-right { display: flex; align-items: center; gap: 22px; }
22
+ .status-dot { width: 10px; height: 10px; background: #bbb; border-radius: 50%; opacity: 0.7; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 110px; left: 0; width: 100%; height: 120px;
27
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box; color: #fff;
28
+ }
29
+ .back-btn { width: 60px; height: 60px; }
30
+ .header-title { flex: 1; text-align: center; font-size: 46px; font-weight: 500; }
31
+
32
+ /* Share card (Fitbit) */
33
+ .share-card { position: absolute; top: 300px; left: 0; width: 100%; height: 860px; background: #0e2c36; }
34
+ .card-content { position: absolute; top: 40px; left: 52px; right: 52px; }
35
+ .card-top { display: flex; justify-content: space-between; align-items: flex-start; }
36
+ .card-top .title { font-size: 82px; font-weight: 700; }
37
+ .card-top .subtitle { font-size: 30px; color: #cde1ea; margin-top: 8px; }
38
+ .fitbit { font-size: 64px; color: #cde1ea; opacity: 0.95; font-weight: 600; letter-spacing: 1px; }
39
+
40
+ .metric { display: flex; align-items: center; margin-top: 56px; }
41
+ .badge {
42
+ width: 150px; height: 150px; border-radius: 50%;
43
+ border: 8px solid #e6f2e8; display: flex; align-items: center; justify-content: center;
44
+ margin-right: 36px; background: #9bcf4e;
45
+ box-shadow: inset 0 0 0 4px rgba(255,255,255,0.15);
46
+ }
47
+ .badge.white { background: #fff; border-color: #eaeaea; }
48
+ .metric .value { font-size: 96px; font-weight: 600; margin-right: 16px; color: #fff; }
49
+ .metric .desc { font-size: 34px; color: #cfe5ef; }
50
+ .metric .desc b { color: #ffffff; font-weight: 700; }
51
+
52
+ .metrics-bottom {
53
+ position: absolute; bottom: 40px; left: 52px; right: 52px;
54
+ display: flex; align-items: center; gap: 40px; color: #fff;
55
+ }
56
+ .metrics-bottom .item { display: flex; align-items: center; gap: 16px; font-size: 38px; color: #eaf5fb; }
57
+ .icon { width: 48px; height: 48px; }
58
+
59
+ .divider { position: absolute; top: 1160px; left: 0; width: 100%; height: 14px; background: #0e2c36; }
60
+
61
+ /* Preview button */
62
+ .button-preview {
63
+ position: absolute; top: 1288px; left: 50%; transform: translateX(-50%);
64
+ padding: 22px 36px; border: 2px solid #444; border-radius: 40px;
65
+ color: #cfcfcf; font-size: 34px; background: rgba(255,255,255,0.02);
66
+ }
67
+
68
+ /* Bottom actions */
69
+ .actions {
70
+ position: absolute; bottom: 220px; left: 0; width: 100%;
71
+ display: flex; justify-content: space-around; padding: 0 60px; box-sizing: border-box;
72
+ }
73
+ .action { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
74
+ .action .label { font-size: 34px; color: #ddd; }
75
+ .action .icon { width: 80px; height: 80px; }
76
+
77
+ .premium-badge {
78
+ position: absolute; top: -28px; right: -16px;
79
+ background: #e6c787; color: #000; font-weight: 700; font-size: 28px;
80
+ padding: 8px 18px; border-radius: 20px;
81
+ }
82
+
83
+ .home-indicator {
84
+ position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%);
85
+ width: 240px; height: 10px; background: #fff; border-radius: 6px; opacity: 0.85;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Status Bar -->
93
+ <div class="status-bar">
94
+ <div class="status-left">9:07</div>
95
+ <div class="status-right">
96
+ <span class="status-dot"></span>
97
+ <span class="status-dot"></span>
98
+ <span class="status-dot"></span>
99
+ <!-- Do not disturb -->
100
+ <svg class="icon" viewBox="0 0 24 24">
101
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#bbb" stroke-width="2"/>
102
+ <rect x="6" y="10.5" width="12" height="3" fill="#bbb"/>
103
+ </svg>
104
+ <!-- Wi-Fi -->
105
+ <svg class="icon" viewBox="0 0 24 24">
106
+ <path d="M2 8c5-4 15-4 20 0" stroke="#bbb" stroke-width="2" fill="none"/>
107
+ <path d="M5 12c3-3 11-3 14 0" stroke="#bbb" stroke-width="2" fill="none"/>
108
+ <path d="M8 16c2-2 6-2 8 0" stroke="#bbb" stroke-width="2" fill="none"/>
109
+ <circle cx="12" cy="19" r="2" fill="#bbb"/>
110
+ </svg>
111
+ <!-- Battery -->
112
+ <svg class="icon" viewBox="0 0 28 24">
113
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#bbb" stroke-width="2"/>
114
+ <rect x="4" y="8" width="14" height="8" fill="#bbb"/>
115
+ <rect x="22" y="9" width="4" height="6" rx="1" ry="1" fill="#bbb"/>
116
+ </svg>
117
+ <div style="font-size:32px; color:#bbb;">100%</div>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <svg class="back-btn" viewBox="0 0 24 24">
124
+ <path d="M15 5 L7 12 L15 19" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
125
+ </svg>
126
+ <div class="header-title">MyfitShare.PNG</div>
127
+ </div>
128
+
129
+ <!-- Fitbit Share Card -->
130
+ <div class="share-card">
131
+ <div class="card-content">
132
+ <div class="card-top">
133
+ <div>
134
+ <div class="title">Walk</div>
135
+ <div class="subtitle">Nov 14, 2023</div>
136
+ </div>
137
+ <div class="fitbit">fitbit</div>
138
+ </div>
139
+
140
+ <!-- Metric 1 -->
141
+ <div class="metric">
142
+ <div class="badge">
143
+ <!-- Shoe icon -->
144
+ <svg viewBox="0 0 100 100" width="80" height="80">
145
+ <path d="M20 60 L70 60 L85 70 L85 75 L15 75 Q10 60 20 60 Z" fill="#0b1a21"/>
146
+ <rect x="40" y="55" width="8" height="6" fill="#0b1a21"/>
147
+ <rect x="52" y="55" width="8" height="6" fill="#0b1a21"/>
148
+ </svg>
149
+ </div>
150
+ <div class="value">+98</div>
151
+ <div class="desc">of <b>117</b> steps taken</div>
152
+ </div>
153
+
154
+ <!-- Metric 2 -->
155
+ <div class="metric">
156
+ <div class="badge white">
157
+ <!-- Flame icon -->
158
+ <svg viewBox="0 0 100 100" width="70" height="70">
159
+ <path d="M60 25 C50 35 65 50 50 55 C35 60 35 80 50 85 C65 80 70 65 60 50 C70 45 67 35 60 25 Z" fill="#0b1a21"/>
160
+ </svg>
161
+ </div>
162
+ <div class="value">+15</div>
163
+ <div class="desc">of <b>519</b> calories burned</div>
164
+ </div>
165
+
166
+ <!-- Bottom metrics -->
167
+ <div class="metrics-bottom">
168
+ <div class="item">
169
+ <!-- Clock -->
170
+ <svg class="icon" viewBox="0 0 24 24">
171
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#eaf5fb" stroke-width="2"/>
172
+ <path d="M12 6 V12 L16 14" stroke="#eaf5fb" stroke-width="2" fill="none" stroke-linecap="round"/>
173
+ </svg>
174
+ <span>16 mins</span>
175
+ </div>
176
+ <div class="item">
177
+ <!-- Pin -->
178
+ <svg class="icon" viewBox="0 0 24 24">
179
+ <path d="M12 2 C8 2 5 5 5 9 C5 13 12 22 12 22 C12 22 19 13 19 9 C19 5 16 2 12 2 Z" fill="none" stroke="#eaf5fb" stroke-width="2"/>
180
+ <circle cx="12" cy="9" r="3" fill="#eaf5fb"/>
181
+ </svg>
182
+ <span>0.08 km</span>
183
+ </div>
184
+ <div class="item">
185
+ <!-- Shoe small -->
186
+ <svg class="icon" viewBox="0 0 24 24">
187
+ <path d="M4 14 H16 L19 16 V17 H3 Q2 15 4 14 Z" fill="#eaf5fb"/>
188
+ </svg>
189
+ <span>197'02" pace</span>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="divider"></div>
196
+
197
+ <!-- Preview button -->
198
+ <div class="button-preview">Preview original image(94.2KB)</div>
199
+
200
+ <!-- Bottom actions -->
201
+ <div class="actions">
202
+ <div class="action">
203
+ <!-- Download icon -->
204
+ <svg class="icon" viewBox="0 0 64 64">
205
+ <path d="M32 10 V36" stroke="#fff" stroke-width="4" stroke-linecap="round" fill="none"/>
206
+ <path d="M22 28 L32 38 L42 28" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
207
+ <rect x="16" y="44" width="32" height="6" rx="3" fill="#fff"/>
208
+ </svg>
209
+ <div class="label">Download</div>
210
+ </div>
211
+ <div class="action">
212
+ <!-- Share icon -->
213
+ <svg class="icon" viewBox="0 0 64 64">
214
+ <circle cx="16" cy="32" r="7" fill="none" stroke="#fff" stroke-width="4"/>
215
+ <circle cx="48" cy="16" r="7" fill="none" stroke="#fff" stroke-width="4"/>
216
+ <circle cx="48" cy="48" r="7" fill="none" stroke="#fff" stroke-width="4"/>
217
+ <path d="M22 30 L41 20" stroke="#fff" stroke-width="4" fill="none" />
218
+ <path d="M22 34 L41 44" stroke="#fff" stroke-width="4" fill="none" />
219
+ </svg>
220
+ <div class="label">Share</div>
221
+ </div>
222
+ <div class="action">
223
+ <!-- Edit icon (sparkle + pencil) -->
224
+ <div class="premium-badge">Premium</div>
225
+ <svg class="icon" viewBox="0 0 64 64">
226
+ <path d="M18 46 L30 44 L48 26 L38 16 L20 34 Z" fill="none" stroke="#fff" stroke-width="4"/>
227
+ <path d="M45 13 L47 9 M50 18 L54 16 M50 9 L52 13" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
228
+ </svg>
229
+ <div class="label">EDIT</div>
230
+ </div>
231
+ <div class="action">
232
+ <!-- Delete icon -->
233
+ <svg class="icon" viewBox="0 0 64 64">
234
+ <rect x="18" y="22" width="28" height="32" rx="4" ry="4" fill="none" stroke="#fff" stroke-width="4"/>
235
+ <rect x="24" y="16" width="16" height="6" rx="3" fill="#fff"/>
236
+ <path d="M24 28 V46 M32 28 V46 M40 28 V46" stroke="#fff" stroke-width="4"/>
237
+ </svg>
238
+ <div class="label">Delete</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-indicator"></div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/10094/10094_3.html ADDED
@@ -0,0 +1,491 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Files - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ padding: 18px 32px;
23
+ display: flex;
24
+ justify-content: space-between;
25
+ align-items: center;
26
+ color: #FFFFFF;
27
+ font-size: 36px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #FFFFFF; stroke-width: 3; }
36
+
37
+ /* Search bar */
38
+ .searchbar {
39
+ margin: 18px 28px 10px;
40
+ background: #1E1E1E;
41
+ border: 1px solid #2A2A2A;
42
+ border-radius: 24px;
43
+ height: 108px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ gap: 22px;
48
+ color: #CFCFCF;
49
+ font-size: 36px;
50
+ }
51
+ .searchbar .menu, .searchbar .more {
52
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
53
+ color: #BDBDBD;
54
+ }
55
+ .searchbar .placeholder { flex: 1; color: #BEBEBE; }
56
+
57
+ /* Chips */
58
+ .chips {
59
+ display: flex;
60
+ gap: 18px;
61
+ padding: 14px 28px 0;
62
+ }
63
+ .chip {
64
+ display: inline-flex;
65
+ align-items: center;
66
+ gap: 14px;
67
+ padding: 20px 26px;
68
+ border-radius: 18px;
69
+ border: 1px solid #3A3A3A;
70
+ background: #1A1A1A;
71
+ color: #D7D7D7;
72
+ font-size: 30px;
73
+ }
74
+ .chip .ico {
75
+ width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
76
+ }
77
+
78
+ /* Section title small */
79
+ .section-note {
80
+ margin: 28px 32px 12px;
81
+ color: #9E9E9E;
82
+ font-size: 26px;
83
+ letter-spacing: 2px;
84
+ }
85
+
86
+ /* Apps row */
87
+ .apps-row {
88
+ display: flex;
89
+ align-items: flex-start;
90
+ gap: 42px;
91
+ padding: 0 32px;
92
+ }
93
+ .app {
94
+ width: 180px;
95
+ text-align: center;
96
+ color: #DADADA;
97
+ font-size: 28px;
98
+ }
99
+ .app .circle {
100
+ width: 110px; height: 110px; border-radius: 55px; margin: 0 auto 12px; background: #1F1F1F; border: 1px solid #3A3A3A;
101
+ display: flex; align-items: center; justify-content: center;
102
+ }
103
+ .apps-row .grid-toggle {
104
+ margin-left: auto;
105
+ width: 64px; height: 64px; border: 1px solid #3A3A3A; border-radius: 12px; display: flex; align-items: center; justify-content: center;
106
+ background: #1A1A1A;
107
+ }
108
+
109
+ /* Recent files header */
110
+ .recent-title {
111
+ margin: 36px 32px 10px;
112
+ font-size: 34px;
113
+ color: #EDEDED;
114
+ }
115
+
116
+ /* File list */
117
+ .file-list { padding: 0 20px; }
118
+ .file-item {
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 24px;
122
+ padding: 24px 12px;
123
+ border-top: 1px solid #2A2A2A;
124
+ }
125
+ .file-icon {
126
+ width: 64px; height: 84px; border: 3px solid #7CD6E8; border-radius: 10px;
127
+ }
128
+ .file-info { flex: 1; }
129
+ .file-name { font-size: 32px; color: #F0F0F0; margin-bottom: 6px; }
130
+ .file-meta { font-size: 26px; color: #B0B0B0; }
131
+ .file-actions {
132
+ display: flex; flex-direction: column; gap: 14px; margin-right: 8px;
133
+ }
134
+ .action-btn {
135
+ width: 56px; height: 56px; border: 1px solid #3A3A3A; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #1C1C1C;
136
+ }
137
+ .divider {
138
+ margin: 16px 32px;
139
+ border-top: 1px solid #2A2A2A;
140
+ }
141
+
142
+ /* Image row placeholder */
143
+ .thumb {
144
+ width: 108px; height: 108px;
145
+ background: #E0E0E0; border: 1px solid #BDBDBD;
146
+ display: flex; align-items: center; justify-content: center;
147
+ color: #757575; font-size: 22px; text-align: center;
148
+ border-radius: 8px;
149
+ }
150
+ .underline { text-decoration: underline; }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div>9:08</div>
158
+ <div class="status-right">
159
+ <div class="status-icon">
160
+ <!-- Do Not Disturb icon -->
161
+ <svg viewBox="0 0 24 24">
162
+ <circle cx="12" cy="12" r="9" stroke="#FFFFFF" fill="none"/>
163
+ <line x1="7" y1="12" x2="17" y2="12" stroke="#FFFFFF"/>
164
+ </svg>
165
+ </div>
166
+ <div class="status-icon">
167
+ <!-- Signal bars simplified -->
168
+ <svg viewBox="0 0 24 24">
169
+ <rect x="3" y="13" width="3" height="8" fill="#FFFFFF"/>
170
+ <rect x="8" y="10" width="3" height="11" fill="#FFFFFF" opacity="0.75"/>
171
+ <rect x="13" y="7" width="3" height="14" fill="#FFFFFF" opacity="0.6"/>
172
+ <rect x="18" y="4" width="3" height="17" fill="#FFFFFF" opacity="0.45"/>
173
+ </svg>
174
+ </div>
175
+ <div style="font-size:28px; color:#DADADA;">100%</div>
176
+ <div class="status-icon">
177
+ <!-- Battery icon -->
178
+ <svg viewBox="0 0 28 24">
179
+ <rect x="2" y="5" width="22" height="14" rx="2" ry="2" stroke="#FFFFFF"/>
180
+ <rect x="24" y="9" width="3" height="6" fill="#FFFFFF"/>
181
+ <rect x="4" y="7" width="18" height="10" fill="#FFFFFF"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Search bar -->
188
+ <div class="searchbar">
189
+ <div class="menu">
190
+ <svg width="48" height="48" viewBox="0 0 24 24">
191
+ <rect x="3" y="6" width="18" height="2" fill="#DADADA"/>
192
+ <rect x="3" y="11" width="18" height="2" fill="#DADADA"/>
193
+ <rect x="3" y="16" width="18" height="2" fill="#DADADA"/>
194
+ </svg>
195
+ </div>
196
+ <div class="placeholder">Search this phone</div>
197
+ <div class="more">
198
+ <svg width="36" height="36" viewBox="0 0 24 24">
199
+ <circle cx="12" cy="5" r="2" fill="#BDBDBD"/>
200
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"/>
201
+ <circle cx="12" cy="19" r="2" fill="#BDBDBD"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Chips -->
207
+ <div class="chips">
208
+ <div class="chip">
209
+ <div class="ico" style="background:#2A1E23;">
210
+ <svg width="32" height="32" viewBox="0 0 24 24">
211
+ <rect x="4" y="6" width="16" height="12" stroke="#FF7D9E" fill="none"/>
212
+ <polyline points="4,6 12,12 20,6" fill="none" stroke="#FF7D9E"/>
213
+ </svg>
214
+ </div>
215
+ <span>Images</span>
216
+ </div>
217
+ <div class="chip">
218
+ <div class="ico" style="background:#231C2E;">
219
+ <svg width="32" height="32" viewBox="0 0 24 24">
220
+ <path d="M8 5v11.5a3.5 3.5 0 1 0 2-3.1V5" stroke="#B28BFF" fill="none"/>
221
+ </svg>
222
+ </div>
223
+ <span>Audio</span>
224
+ </div>
225
+ <div class="chip">
226
+ <div class="ico" style="background:#16261D;">
227
+ <svg width="32" height="32" viewBox="0 0 24 24">
228
+ <rect x="5" y="6" width="14" height="12" stroke="#7CF5A5" fill="none"/>
229
+ <polygon points="10,9 15,12 10,15" fill="#7CF5A5"/>
230
+ </svg>
231
+ </div>
232
+ <span>Videos</span>
233
+ </div>
234
+ <div class="chip">
235
+ <div class="ico" style="background:#14282A;">
236
+ <svg width="32" height="32" viewBox="0 0 24 24">
237
+ <rect x="6" y="4" width="12" height="16" stroke="#78E6E6" fill="none"/>
238
+ <line x1="8" y1="9" x2="16" y2="9" stroke="#78E6E6"/>
239
+ <line x1="8" y1="12" x2="16" y2="12" stroke="#78E6E6"/>
240
+ </svg>
241
+ </div>
242
+ <span>Documents</span>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Browse files in other apps -->
247
+ <div class="section-note">BROWSE FILES IN OTHER APPS</div>
248
+ <div class="apps-row">
249
+ <div class="app">
250
+ <div class="circle">
251
+ <svg width="64" height="64" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="9" r="4" stroke="#DADADA" fill="none"/>
253
+ <rect x="5" y="14" width="14" height="7" rx="3" stroke="#DADADA" fill="none"/>
254
+ </svg>
255
+ </div>
256
+ <div>Bug reports</div>
257
+ </div>
258
+ <div class="app">
259
+ <div class="circle">
260
+ <svg width="64" height="64" viewBox="0 0 24 24">
261
+ <polygon points="12,4 20,18 4,18" fill="#39A853"/>
262
+ <polygon points="12,4 20,18 4,18" fill="none" stroke="#DADADA"/>
263
+ </svg>
264
+ </div>
265
+ <div>Drive</div>
266
+ <div style="color:#8D8D8D; font-size:22px;">dbwscratch.test.i...</div>
267
+ </div>
268
+ <div class="app">
269
+ <div class="circle">
270
+ <svg width="64" height="64" viewBox="0 0 24 24">
271
+ <polygon points="12,4 20,18 4,18" fill="#39A853"/>
272
+ <polygon points="12,4 20,18 4,18" fill="none" stroke="#DADADA"/>
273
+ </svg>
274
+ </div>
275
+ <div>Drive</div>
276
+ <div style="color:#8D8D8D; font-size:22px;">fabioteixeira0012...</div>
277
+ </div>
278
+ <div class="app">
279
+ <div class="circle">
280
+ <svg width="64" height="64" viewBox="0 0 24 24">
281
+ <polygon points="12,3 19,10 12,17 5,10" fill="#3D8BFF"/>
282
+ <polygon points="12,3 19,10 12,17 5,10" fill="none" stroke="#DADADA"/>
283
+ </svg>
284
+ </div>
285
+ <div>Dropbox</div>
286
+ </div>
287
+ <div class="grid-toggle">
288
+ <svg width="40" height="40" viewBox="0 0 24 24">
289
+ <rect x="3" y="3" width="7" height="7" fill="#DADADA"/>
290
+ <rect x="14" y="3" width="7" height="7" fill="#DADADA"/>
291
+ <rect x="3" y="14" width="7" height="7" fill="#DADADA"/>
292
+ <rect x="14" y="14" width="7" height="7" fill="#DADADA"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Recent files -->
298
+ <div class="recent-title">Recent files</div>
299
+ <div class="file-list">
300
+ <div class="file-item">
301
+ <div class="file-icon"></div>
302
+ <div class="file-info">
303
+ <div class="file-name">screenshot.txt</div>
304
+ <div class="file-meta">Nov 23, 567 kB, TXT document</div>
305
+ </div>
306
+ <div class="file-actions">
307
+ <div class="action-btn">
308
+ <!-- expand icon -->
309
+ <svg width="28" height="28" viewBox="0 0 24 24">
310
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
311
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
312
+ </svg>
313
+ </div>
314
+ <div class="action-btn">
315
+ <!-- open/external -->
316
+ <svg width="28" height="28" viewBox="0 0 24 24">
317
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
318
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
319
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="divider"></div>
326
+
327
+ <div class="file-item">
328
+ <div class="file-icon"></div>
329
+ <div class="file-info">
330
+ <div class="file-name">actuation_result.txt</div>
331
+ <div class="file-meta">Nov 23, 8 B, TXT document</div>
332
+ </div>
333
+ <div class="file-actions">
334
+ <div class="action-btn">
335
+ <svg width="28" height="28" viewBox="0 0 24 24">
336
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
337
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
338
+ </svg>
339
+ </div>
340
+ <div class="action-btn">
341
+ <svg width="28" height="28" viewBox="0 0 24 24">
342
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
343
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
344
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="file-item">
351
+ <div class="file-icon"></div>
352
+ <div class="file-info">
353
+ <div class="file-name">agents.txt</div>
354
+ <div class="file-meta">Nov 23, 1.15 kB, TXT document</div>
355
+ </div>
356
+ <div class="file-actions">
357
+ <div class="action-btn">
358
+ <svg width="28" height="28" viewBox="0 0 24 24">
359
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
360
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
361
+ </svg>
362
+ </div>
363
+ <div class="action-btn">
364
+ <svg width="28" height="28" viewBox="0 0 24 24">
365
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
366
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
367
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
368
+ </svg>
369
+ </div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="file-item">
374
+ <div class="file-icon"></div>
375
+ <div class="file-info">
376
+ <div class="file-name">os_info.txt</div>
377
+ <div class="file-meta">Nov 23, 32 B, TXT document</div>
378
+ </div>
379
+ <div class="file-actions">
380
+ <div class="action-btn">
381
+ <svg width="28" height="28" viewBox="0 0 24 24">
382
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
383
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
384
+ </svg>
385
+ </div>
386
+ <div class="action-btn">
387
+ <svg width="28" height="28" viewBox="0 0 24 24">
388
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
389
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
390
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
391
+ </svg>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <div class="file-item">
397
+ <div class="file-icon"></div>
398
+ <div class="file-info">
399
+ <div class="file-name">Diy tool kit (1)</div>
400
+ <div class="file-meta">Nov 22, 12.59 MB, BIN file</div>
401
+ </div>
402
+ <div class="file-actions">
403
+ <div class="action-btn">
404
+ <svg width="28" height="28" viewBox="0 0 24 24">
405
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
406
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
407
+ </svg>
408
+ </div>
409
+ <div class="action-btn">
410
+ <svg width="28" height="28" viewBox="0 0 24 24">
411
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
412
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
413
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
414
+ </svg>
415
+ </div>
416
+ </div>
417
+ </div>
418
+
419
+ <div class="file-item">
420
+ <div class="file-icon"></div>
421
+ <div class="file-info">
422
+ <div class="file-name">Diy tool kit (1).bin</div>
423
+ <div class="file-meta">Nov 22, 12.59 MB, BIN file</div>
424
+ </div>
425
+ <div class="file-actions">
426
+ <div class="action-btn">
427
+ <svg width="28" height="28" viewBox="0 0 24 24">
428
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
429
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
430
+ </svg>
431
+ </div>
432
+ <div class="action-btn">
433
+ <svg width="28" height="28" viewBox="0 0 24 24">
434
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
435
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
436
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
437
+ </svg>
438
+ </div>
439
+ </div>
440
+ </div>
441
+
442
+ <div class="file-item">
443
+ <div class="file-icon"></div>
444
+ <div class="file-info">
445
+ <div class="file-name">Diy tool kit.bin</div>
446
+ <div class="file-meta">Nov 22, 12.59 MB, BIN file</div>
447
+ </div>
448
+ <div class="file-actions">
449
+ <div class="action-btn">
450
+ <svg width="28" height="28" viewBox="0 0 24 24">
451
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
452
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
453
+ </svg>
454
+ </div>
455
+ <div class="action-btn">
456
+ <svg width="28" height="28" viewBox="0 0 24 24">
457
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
458
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
459
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
460
+ </svg>
461
+ </div>
462
+ </div>
463
+ </div>
464
+
465
+ <!-- Image preview row -->
466
+ <div class="file-item">
467
+ <div class="thumb">[IMG: Fitbit share]</div>
468
+ <div class="file-info">
469
+ <div class="file-name underline">fitbitshare_1272361138.PNG</div>
470
+ <div class="file-meta">Nov 21, PNG image</div>
471
+ </div>
472
+ <div class="file-actions">
473
+ <div class="action-btn">
474
+ <svg width="28" height="28" viewBox="0 0 24 24">
475
+ <rect x="4" y="4" width="8" height="8" stroke="#DADADA" fill="none"/>
476
+ <rect x="12" y="12" width="8" height="8" stroke="#DADADA" fill="none"/>
477
+ </svg>
478
+ </div>
479
+ <div class="action-btn">
480
+ <svg width="28" height="28" viewBox="0 0 24 24">
481
+ <path d="M14 4h6v6" stroke="#DADADA" fill="none"/>
482
+ <path d="M20 4l-9 9" stroke="#DADADA" fill="none"/>
483
+ <rect x="4" y="10" width="10" height="10" stroke="#DADADA" fill="none"/>
484
+ </svg>
485
+ </div>
486
+ </div>
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </body>
491
+ </html>
code/10094/10094_4.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>TeraBox UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F3F3F5;
13
+ font-family: "Inter", Arial, sans-serif;
14
+ color: #222;
15
+ }
16
+ * { box-sizing: border-box; }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #F1F1F1;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 40px;
26
+ font-size: 36px;
27
+ color: #3A3A3A;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 24px; }
30
+ .status-right { display: flex; align-items: center; gap: 20px; font-size: 32px; }
31
+ .dot { width: 10px; height: 10px; background: #777; border-radius: 50%; display: inline-block; }
32
+
33
+ /* Header / Search */
34
+ .header {
35
+ padding: 24px 36px 16px;
36
+ background: #F4F4F4;
37
+ }
38
+ .header-row {
39
+ display: flex; align-items: center; gap: 24px;
40
+ }
41
+ .avatar {
42
+ width: 92px; height: 92px; border-radius: 50%;
43
+ background: #5A463A; color: #fff;
44
+ display: flex; align-items: center; justify-content: center;
45
+ font-weight: 700; font-size: 44px; position: relative;
46
+ }
47
+ .badge-red {
48
+ position: absolute; right: -2px; top: -2px;
49
+ width: 22px; height: 22px; background: #E74A3B; border: 3px solid #F4F4F4; border-radius: 50%;
50
+ }
51
+ .badge-small {
52
+ position: absolute; left: -6px; bottom: -6px;
53
+ width: 32px; height: 32px; background: #DADADA; border-radius: 50%;
54
+ font-size: 20px; color: #7A7A7A; display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .search {
57
+ flex: 1; height: 112px; border: 4px solid #000; border-radius: 56px; background: #fff;
58
+ display: flex; align-items: center; padding: 0 36px; justify-content: space-between;
59
+ }
60
+ .search .ph { color: #757575; font-size: 36px; }
61
+ .search svg { width: 48px; height: 48px; fill: none; stroke: #575757; stroke-width: 6; }
62
+ .header-icons { display: flex; align-items: center; gap: 22px; }
63
+ .gift {
64
+ width: 72px; height: 72px; border-radius: 18px; background: #FFE9D5;
65
+ border: 1px solid #E2B28C; display: flex; align-items: center; justify-content: center;
66
+ font-size: 22px; color: #B24D1A; font-weight: 700; position: relative;
67
+ }
68
+ .gift .tag {
69
+ position: absolute; right: -12px; top: -10px; background: #F04A4A; color: #fff;
70
+ font-size: 18px; padding: 2px 6px; border-radius: 10px;
71
+ }
72
+ .jicon { width: 52px; height: 52px; border-radius: 12px; background: #111; color: #fff; font-size: 28px;
73
+ display: flex; align-items: center; justify-content: center;
74
+ }
75
+
76
+ /* Cards and sections */
77
+ .card {
78
+ background: #fff; border-radius: 36px; box-shadow: 0 6px 16px rgba(0,0,0,0.06);
79
+ }
80
+ .ad-card {
81
+ margin: 22px 36px 8px; height: 320px; padding: 20px; position: relative;
82
+ }
83
+ .ad-label {
84
+ position: absolute; left: 28px; top: 24px; font-size: 26px; color: #2E7D32;
85
+ border: 2px solid #2E7D32; border-radius: 10px; padding: 4px 8px; background: #fff;
86
+ }
87
+
88
+ .premium-row {
89
+ margin: 6px 36px 24px; color: #8A8A8A; font-size: 30px; display: flex; align-items: center; gap: 10px;
90
+ }
91
+ .premium-row svg { width: 24px; height: 24px; stroke: #8A8A8A; stroke-width: 6; fill: none; }
92
+
93
+ .grid {
94
+ display: flex; gap: 24px; padding: 0 36px; margin-bottom: 28px;
95
+ }
96
+ .promo-left { width: 498px; padding: 22px; }
97
+ .promo-img {
98
+ width: 100%; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
99
+ border-radius: 22px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
100
+ }
101
+ .promo-title { margin: 18px 6px 12px; font-size: 34px; color: #E74A3B; font-weight: 700; }
102
+ .promo-sub { margin: 0 6px 18px; font-size: 26px; color: #666; }
103
+ .promo-btn {
104
+ width: 220px; height: 76px; border-radius: 38px; background: #5E6BFF; color: #fff;
105
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 28px;
106
+ }
107
+
108
+ .tools-right { width: 498px; padding: 22px; }
109
+ .tool-row { display: flex; align-items: center; gap: 22px; padding: 26px 8px; }
110
+ .tool-icon {
111
+ width: 70px; height: 70px; border-radius: 50%;
112
+ background: linear-gradient(135deg,#8F87FF,#628CFF); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700;
113
+ }
114
+ .tool-icon.orange { background: linear-gradient(135deg,#FFB36C,#FF8B2D); }
115
+ .tool-text { font-size: 30px; color: #333; }
116
+ .divider { height: 1px; background: #EFEFEF; margin: 0 8px; }
117
+
118
+ /* Tabs */
119
+ .tabs {
120
+ margin: 28px 0 12px; padding: 24px 36px; display: flex; align-items: center; justify-content: space-between;
121
+ }
122
+ .tab-left { display: flex; align-items: baseline; gap: 40px; font-size: 44px; }
123
+ .tab { color: #5A5A5A; }
124
+ .tab.active { color: #222; position: relative; }
125
+ .tab.active::after {
126
+ content: ""; position: absolute; left: 12px; bottom: -16px; width: 90px; height: 8px; background: #677BFF; border-radius: 10px;
127
+ }
128
+ .menu-icon svg { width: 44px; height: 44px; stroke: #333; stroke-width: 8; fill: none; }
129
+
130
+ /* Picture section */
131
+ .section-card { margin: 0 36px 20px; padding: 20px; }
132
+ .section-header {
133
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
134
+ }
135
+ .section-title { font-size: 38px; font-weight: 700; }
136
+ .section-right { display: flex; align-items: center; gap: 10px; color: #999; }
137
+ .section-right .x { width: 38px; height: 38px; border-radius: 50%; background: #EFEFEF; display: flex; align-items: center; justify-content: center; font-size: 24px; }
138
+ .thumb-row { display: flex; gap: 18px; padding: 8px 2px 10px; }
139
+ .thumb {
140
+ width: 248px; height: 190px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
141
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
142
+ }
143
+
144
+ /* Uploads section */
145
+ .upload-card { margin: 0 36px 24px; padding: 20px; position: relative; }
146
+ .upload-item { display: flex; gap: 20px; padding: 18px 6px; }
147
+ .cloud-thumb {
148
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
149
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
150
+ }
151
+ .file-info { display: flex; flex-direction: column; justify-content: center; }
152
+ .file-name { font-size: 34px; color: #333; }
153
+ .file-date { font-size: 26px; color: #888; margin-top: 6px; }
154
+
155
+ /* Toast overlay */
156
+ .toast {
157
+ position: absolute; left: 140px; top: 1530px;
158
+ background: #1C2530; color: #fff; border-radius: 42px;
159
+ padding: 24px 36px; display: flex; align-items: center; gap: 20px;
160
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
161
+ }
162
+ .toast::before {
163
+ content: ""; position: absolute; left: -18px; top: 0; bottom: 0; width: 18px; background: #29C3AF; border-radius: 12px 0 0 12px;
164
+ }
165
+ .toast svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 6; }
166
+ .toast-text { font-size: 30px; white-space: nowrap; }
167
+
168
+ /* FAB */
169
+ .fab {
170
+ position: absolute; right: 48px; bottom: 260px;
171
+ width: 116px; height: 116px; border-radius: 50%; background: #111; color: #fff;
172
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,0,0,0.25);
173
+ }
174
+ .fab svg { width: 56px; height: 56px; fill: none; stroke: #fff; stroke-width: 10; }
175
+
176
+ /* Bottom nav */
177
+ .bottom-nav {
178
+ position: absolute; left: 0; right: 0; bottom: 0;
179
+ height: 170px; background: #fff; border-top: 1px solid #E8E8E8;
180
+ display: flex; align-items: center; justify-content: space-around;
181
+ }
182
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #000; }
183
+ .nav-item svg { width: 54px; height: 54px; stroke: #111; stroke-width: 8; fill: none; }
184
+ .nav-dot {
185
+ position: absolute; right: 110px; bottom: 140px; width: 16px; height: 16px; background: #E74A3B; border-radius: 50%;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Status Bar -->
193
+ <div class="status-bar">
194
+ <div class="status-left">
195
+ <div>9:08</div>
196
+ <div class="dot"></div>
197
+ <div class="dot"></div>
198
+ <div class="dot"></div>
199
+ </div>
200
+ <div class="status-right">
201
+ <span>◎</span>
202
+ <span>🔋 100%</span>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Header with search -->
207
+ <div class="header">
208
+ <div class="header-row">
209
+ <div class="avatar">
210
+ F
211
+ <div class="badge-red"></div>
212
+ <div class="badge-small">P</div>
213
+ </div>
214
+ <div class="search">
215
+ <div class="ph">Search files in TeraBox</div>
216
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><line x1="16" y1="16" x2="22" y2="22"></line></svg>
217
+ </div>
218
+ <div class="header-icons">
219
+ <div class="gift">
220
+ 🎁
221
+ <div class="tag">AD</div>
222
+ </div>
223
+ <div class="jicon">♩</div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Ad Card -->
229
+ <div class="card ad-card">
230
+ <div class="ad-label">Ad</div>
231
+ <div style="width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:#BBBBBB; font-size:32px;">
232
+ Sponsored content placeholder
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Premium row -->
237
+ <div class="premium-row">
238
+ <span>Premium Ad-free</span>
239
+ <svg viewBox="0 0 24 24"><polyline points="8,4 16,12 8,20"></polyline></svg>
240
+ </div>
241
+
242
+ <!-- Grid cards -->
243
+ <div class="grid">
244
+ <div class="card promo-left">
245
+ <div class="promo-img">[IMG: TeraBox Sharing Challenge]</div>
246
+ <div class="promo-title">TeraBox Sharing Challenge</div>
247
+ <div class="promo-sub">Share to Win Cash</div>
248
+ <div class="promo-btn">View Now</div>
249
+ </div>
250
+ <div class="card tools-right">
251
+ <div class="tool-row">
252
+ <div class="tool-icon">📄</div>
253
+ <div class="tool-text">Novels</div>
254
+ </div>
255
+ <div class="divider"></div>
256
+ <div class="tool-row">
257
+ <div class="tool-icon">📈</div>
258
+ <div class="tool-text">Space Analyzer</div>
259
+ </div>
260
+ <div class="divider"></div>
261
+ <div class="tool-row">
262
+ <div class="tool-icon orange">📦</div>
263
+ <div class="tool-text">Welfare Center</div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Tabs -->
269
+ <div class="tabs">
270
+ <div class="tab-left">
271
+ <div class="tab">Welfare Center</div>
272
+ <div class="tab active">Recent</div>
273
+ <div class="tab">Offline</div>
274
+ </div>
275
+ <div class="menu-icon">
276
+ <svg viewBox="0 0 24 24"><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Pictures viewed -->
281
+ <div class="card section-card">
282
+ <div class="section-header">
283
+ <div class="section-title">Pictures viewed</div>
284
+ <div class="section-right">
285
+ <span>›</span>
286
+ <div class="x">×</div>
287
+ </div>
288
+ </div>
289
+ <div class="thumb-row">
290
+ <div class="thumb">[IMG: Fitbit Walk Card]</div>
291
+ <div class="thumb">[IMG: Fitbit Walk Card]</div>
292
+ <div class="thumb">[IMG: Fitbit Walk Card]</div>
293
+ <div class="thumb">[IMG: Fitbit Walk Card]</div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Uploads -->
298
+ <div class="card upload-card">
299
+ <div class="section-header">
300
+ <div class="section-title">9 file(s) uploaded recently</div>
301
+ <div class="section-right">
302
+ <span>›</span>
303
+ <div class="x">×</div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="upload-item">
308
+ <div class="cloud-thumb">[IMG: Cloud]</div>
309
+ <div class="file-info">
310
+ <div class="file-name">Diy tool kit.bin</div>
311
+ <div class="file-date">2023-11-22</div>
312
+ </div>
313
+ </div>
314
+ <div class="upload-item">
315
+ <div class="cloud-thumb">[IMG: Cloud]</div>
316
+ <div class="file-info">
317
+ <div class="file-name">Diy tool kit.bin</div>
318
+ <div class="file-date">2023-11-22</div>
319
+ </div>
320
+ </div>
321
+ <div class="upload-item">
322
+ <div class="cloud-thumb">[IMG: Cloud]</div>
323
+ <div class="file-info">
324
+ <div class="file-name">MvfitShare.PNG</div>
325
+ <div class="file-date">—</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Toast overlay -->
331
+ <div class="toast">
332
+ <svg viewBox="0 0 24 24">
333
+ <path d="M12 2l9 5v5c0 6-4.5 8.5-9 10-4.5-1.5-9-4-9-10V7l9-5z"></path>
334
+ <path d="M8 12l3 3 5-6"></path>
335
+ </svg>
336
+ <div class="toast-text">Preparing for encrypted uploading...</div>
337
+ </div>
338
+
339
+ <!-- Floating Action Button -->
340
+ <div class="fab">
341
+ <svg viewBox="0 0 24 24"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
342
+ </div>
343
+
344
+ <!-- Bottom Nav -->
345
+ <div class="bottom-nav">
346
+ <div class="nav-item">
347
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-8 9 8"></path><path d="M5 10v10h14V10"></path></svg>
348
+ </div>
349
+ <div class="nav-item">
350
+ <svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="16" rx="2"></rect><path d="M8 4v16"></path></svg>
351
+ </div>
352
+ <div class="nav-item">
353
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"></rect><circle cx="12" cy="12" r="4"></circle></svg>
354
+ </div>
355
+ <div class="nav-item">
356
+ <svg viewBox="0 0 24 24"><polygon points="5,4 19,12 5,20"></polygon></svg>
357
+ </div>
358
+ <div class="nav-item">
359
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"></circle><circle cx="12" cy="12" r="3"></circle></svg>
360
+ </div>
361
+ </div>
362
+ <div class="nav-dot"></div>
363
+
364
+ </div>
365
+ </body>
366
+ </html>
code/10097/10097_2.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Post to Picsart - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FAFAFA;
15
+ color: #333;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ background: #000;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ font-weight: 600;
27
+ font-size: 38px;
28
+ box-sizing: border-box;
29
+ justify-content: space-between;
30
+ }
31
+ .sb-left, .sb-right { display: flex; align-items: center; gap: 24px; }
32
+ .dot-icon {
33
+ width: 28px; height: 28px; border-radius: 50%; background: #BDBDBD;
34
+ }
35
+ .wifi-icon, .battery-icon { display: inline-flex; align-items: center; }
36
+ .wifi-icon svg, .battery-icon svg { width: 44px; height: 44px; fill: #fff; }
37
+
38
+ /* Header */
39
+ .app-bar {
40
+ height: 140px;
41
+ background: #FFFFFF;
42
+ display: flex;
43
+ align-items: center;
44
+ box-sizing: border-box;
45
+ padding: 0 32px;
46
+ border-bottom: 1px solid #eee;
47
+ }
48
+ .back-btn {
49
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; margin-right: 12px;
50
+ }
51
+ .title {
52
+ font-size: 50px; font-weight: 700; color: #4A4A4A;
53
+ }
54
+ .skip {
55
+ margin-left: auto;
56
+ font-size: 44px;
57
+ font-weight: 700;
58
+ color: #7C4DFF;
59
+ }
60
+
61
+ /* Content */
62
+ .content {
63
+ padding: 32px;
64
+ }
65
+
66
+ .preview-card {
67
+ width: 1016px;
68
+ height: 1016px;
69
+ background: #fff;
70
+ border-radius: 24px;
71
+ margin: 24px auto 32px auto;
72
+ position: relative;
73
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
74
+ display: flex; align-items: center; justify-content: center;
75
+ }
76
+ .img-placeholder {
77
+ width: 90%;
78
+ height: 90%;
79
+ background: #E0E0E0;
80
+ border: 1px solid #BDBDBD;
81
+ color: #757575;
82
+ display: flex; align-items: center; justify-content: center;
83
+ text-align: center;
84
+ border-radius: 24px;
85
+ font-size: 40px;
86
+ padding: 24px;
87
+ box-sizing: border-box;
88
+ }
89
+ .gif-chip {
90
+ position: absolute;
91
+ right: 28px;
92
+ bottom: 28px;
93
+ width: 140px; height: 140px;
94
+ border-radius: 50%;
95
+ background: rgba(0,0,0,0.12);
96
+ display: flex; align-items: center; justify-content: center;
97
+ color: #fff;
98
+ font-weight: 800;
99
+ letter-spacing: 1px;
100
+ }
101
+ .gif-chip .play {
102
+ position: absolute;
103
+ left: 30px;
104
+ }
105
+ .gif-chip svg { fill: #fff; width: 42px; height: 42px; }
106
+
107
+ .input-prompt {
108
+ font-size: 44px; color: #7A7A7A; margin: 24px 8px;
109
+ }
110
+ .divider {
111
+ height: 1px; background: #E0E0E0; margin: 16px 0 24px 0;
112
+ }
113
+
114
+ .subhead { font-size: 42px; color: #777; margin: 12px 8px; }
115
+
116
+ .chips { display: flex; gap: 20px; flex-wrap: wrap; padding: 8px 0 24px 0; }
117
+ .chip {
118
+ background: #EEEEEE;
119
+ color: #444;
120
+ border-radius: 40px;
121
+ padding: 18px 28px;
122
+ font-size: 40px;
123
+ }
124
+
125
+ .row {
126
+ display: flex; align-items: center; justify-content: space-between;
127
+ padding: 24px 8px;
128
+ }
129
+ .row .label { font-size: 48px; color: #333; display: flex; align-items: center; gap: 16px; }
130
+ .info-icon {
131
+ width: 48px; height: 48px; border-radius: 50%;
132
+ border: 3px solid #111; color: #111; display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
133
+ font-size: 34px;
134
+ }
135
+
136
+ /* Toggle */
137
+ .toggle.on {
138
+ width: 140px; height: 72px; border-radius: 40px; background: #6F2BFF; position: relative;
139
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08);
140
+ }
141
+ .toggle .knob {
142
+ position: absolute; top: 8px; right: 8px;
143
+ width: 56px; height: 56px; border-radius: 50%;
144
+ background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.25);
145
+ }
146
+
147
+ /* Actions */
148
+ .actions {
149
+ position: absolute; left: 0; right: 0; bottom: 300px;
150
+ display: flex; align-items: center; justify-content: space-between;
151
+ padding: 0 56px;
152
+ }
153
+ .save-link {
154
+ color: #7C4DFF; font-size: 50px; font-weight: 800; letter-spacing: 1px;
155
+ }
156
+ .post-btn {
157
+ background: #C400FF;
158
+ color: #fff; font-weight: 800; font-size: 48px; letter-spacing: 1px;
159
+ border: none; border-radius: 60px; padding: 32px 120px;
160
+ box-shadow: 0 6px 14px rgba(196,0,255,0.25);
161
+ }
162
+
163
+ /* Ad banner */
164
+ .ad-banner {
165
+ position: absolute; left: 0; right: 0; bottom: 100px;
166
+ height: 160px; background: #F1F1F1; border-top: 1px solid #E0E0E0;
167
+ display: flex; align-items: center; justify-content: space-between;
168
+ padding: 0 24px; box-sizing: border-box;
169
+ }
170
+ .ad-left { display: flex; align-items: center; gap: 20px; }
171
+ .ad-thumb {
172
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 16px;
173
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
174
+ }
175
+ .ad-text { display: flex; flex-direction: column; }
176
+ .ad-text .title { font-size: 40px; color: #333; font-weight: 800; }
177
+ .ad-text .subtitle { font-size: 30px; color: #888; }
178
+ .ad-get {
179
+ background: #1F7A4A; color: #fff; border: none; border-radius: 16px;
180
+ padding: 22px 46px; font-size: 44px; font-weight: 800;
181
+ }
182
+
183
+ /* Gesture bar */
184
+ .gesture {
185
+ position: absolute; left: 0; right: 0; bottom: 0; height: 100px; background: #000;
186
+ display: flex; align-items: center; justify-content: center;
187
+ }
188
+ .gesture .pill {
189
+ width: 220px; height: 10px; background: #fff; border-radius: 10px; opacity: 0.9;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+ <!-- Status bar -->
196
+ <div class="status-bar">
197
+ <div class="sb-left">
198
+ <div>4:17</div>
199
+ <div class="dot-icon"></div>
200
+ <div class="dot-icon"></div>
201
+ <div class="dot-icon"></div>
202
+ </div>
203
+ <div class="sb-right">
204
+ <span class="wifi-icon" aria-hidden="true">
205
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0.001 3.999A2 2 0 0 0 12 18zm-7-6l1.5 1.5A9 9 0 0 1 17.5 13L19 11a11 11 0 0 0-14 0zM3 8l1.6 1.6a13 13 0 0 1 14.8 0L21 8a15 15 0 0 0-18 0z"/></svg>
206
+ </span>
207
+ <span class="battery-icon" aria-hidden="true">
208
+ <svg viewBox="0 0 24 24"><path d="M16 6h2a2 2 0 0 1 2 2v1h1v6h-1v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h10zm-9 3v6h10V9H7z"/></svg>
209
+ </span>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- App bar -->
214
+ <div class="app-bar">
215
+ <div class="back-btn" aria-label="Back">
216
+ <svg viewBox="0 0 24 24" width="48" height="48"><path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
217
+ </div>
218
+ <div class="title">Post to Picsart</div>
219
+ <div class="skip">SKIP</div>
220
+ </div>
221
+
222
+ <!-- Main content -->
223
+ <div class="content">
224
+ <div class="preview-card">
225
+ <div class="img-placeholder">[IMG: Artwork preview with glitter ring]</div>
226
+ <div class="gif-chip">
227
+ <div class="play"><svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg></div>
228
+ GIF
229
+ </div>
230
+ </div>
231
+
232
+ <div class="input-prompt">Add #hashtag, description, @friends</div>
233
+ <div class="divider"></div>
234
+
235
+ <div class="subhead">Suggested Tags</div>
236
+ <div class="chips">
237
+ <div class="chip">#nature</div>
238
+ <div class="chip">#animal</div>
239
+ <div class="chip">#beauty</div>
240
+ <div class="chip">#food</div>
241
+ </div>
242
+
243
+ <div class="row">
244
+ <div class="label">Free-to-Edit <span class="info-icon">i</span></div>
245
+ <div class="toggle on">
246
+ <div class="knob"></div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Actions -->
252
+ <div class="actions">
253
+ <div class="save-link">SAVE</div>
254
+ <button class="post-btn">POST</button>
255
+ </div>
256
+
257
+ <!-- Ad banner -->
258
+ <div class="ad-banner">
259
+ <div class="ad-left">
260
+ <div class="ad-thumb">Ad</div>
261
+ <div class="ad-text">
262
+ <div class="subtitle">Play Store</div>
263
+ <div class="title">MONOPOLY GO!</div>
264
+ </div>
265
+ </div>
266
+ <button class="ad-get">GET</button>
267
+ </div>
268
+
269
+ <!-- Gesture area -->
270
+ <div class="gesture"><div class="pill"></div></div>
271
+ </div>
272
+ </body>
273
+ </html>
code/10097/10097_3.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Post to Picsart - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FAFAFA;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ font-size: 34px;
31
+ }
32
+ .status-left { font-weight: 600; }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .dot {
40
+ width: 22px; height: 22px; background:#fff; border-radius: 50%; opacity: 0.9;
41
+ }
42
+ .battery {
43
+ width: 46px; height: 24px; border:2px solid #fff; border-radius:4px; position: relative;
44
+ }
45
+ .battery::after {
46
+ content:""; position:absolute; right:-6px; top:6px; width:6px; height:12px; background:#fff; border-radius:1px;
47
+ }
48
+
49
+ /* App bar */
50
+ .app-bar {
51
+ position: absolute;
52
+ top: 110px;
53
+ left: 0;
54
+ width: 1080px;
55
+ height: 140px;
56
+ background: #F3F3F4;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 28px;
60
+ box-sizing: border-box;
61
+ border-bottom: 1px solid #E0E0E0;
62
+ }
63
+ .back-btn {
64
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; margin-right: 16px;
65
+ }
66
+ .app-title {
67
+ font-size: 44px;
68
+ font-weight: 600;
69
+ color:#222;
70
+ }
71
+ .skip {
72
+ margin-left: auto;
73
+ font-size: 36px;
74
+ color: #6A1B9A;
75
+ font-weight: 700;
76
+ }
77
+
78
+ /* Main content */
79
+ .content {
80
+ position: absolute;
81
+ top: 250px; /* status + app bar */
82
+ left: 0;
83
+ right: 0;
84
+ bottom: 0;
85
+ padding: 40px 60px 220px;
86
+ box-sizing: border-box;
87
+ overflow: hidden;
88
+ }
89
+
90
+ .image-placeholder {
91
+ width: 960px;
92
+ height: 960px;
93
+ background: #E0E0E0;
94
+ border: 1px solid #BDBDBD;
95
+ border-radius: 24px;
96
+ margin: 10px auto 50px;
97
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:36px; text-align:center;
98
+ }
99
+
100
+ .hint {
101
+ font-size: 34px;
102
+ color: #5F6368;
103
+ margin: 10px 10px 26px 10px;
104
+ }
105
+ .divider {
106
+ height:1px; background:#E0E0E0; margin: 0 10px 30px;
107
+ }
108
+
109
+ .section-title {
110
+ font-size: 36px; font-weight: 700; color:#2c2c2c; margin: 0 10px 24px;
111
+ }
112
+ .chips {
113
+ display: flex; gap: 22px; flex-wrap: wrap; padding: 0 10px 40px;
114
+ }
115
+ .chip {
116
+ background:#E9E9EB; color:#333; padding: 18px 26px; border-radius: 36px; font-size: 32px; font-weight: 600;
117
+ }
118
+
119
+ .row {
120
+ display:flex; align-items:center; justify-content: space-between;
121
+ padding: 20px 10px 20px 10px;
122
+ }
123
+ .row-left {
124
+ display:flex; align-items:center; gap: 22px;
125
+ }
126
+ .row-title { font-size: 42px; font-weight: 700; }
127
+ .info-icon {
128
+ width: 48px; height: 48px;
129
+ }
130
+
131
+ /* Toggle */
132
+ .toggle {
133
+ width: 120px;
134
+ height: 64px;
135
+ background: #6A00FF;
136
+ border-radius: 36px;
137
+ position: relative;
138
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
139
+ }
140
+ .toggle::after {
141
+ content:"";
142
+ position: absolute;
143
+ right: 6px;
144
+ top: 6px;
145
+ width: 52px; height: 52px;
146
+ background: #fff; border-radius: 50%;
147
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
148
+ }
149
+
150
+ .spacer-large {
151
+ height: 520px;
152
+ }
153
+
154
+ /* Dim overlay for modal sheet */
155
+ .overlay {
156
+ position: absolute;
157
+ left: 0;
158
+ top: 250px; /* below app bar */
159
+ width: 100%;
160
+ height: calc(100% - 250px);
161
+ background: rgba(0,0,0,0.36);
162
+ z-index: 5;
163
+ }
164
+
165
+ /* Bottom sheet */
166
+ .sheet {
167
+ position: absolute;
168
+ left: 0;
169
+ bottom: 0;
170
+ width: 1080px;
171
+ background: #fff;
172
+ border-top-left-radius: 28px;
173
+ border-top-right-radius: 28px;
174
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
175
+ padding: 34px 40px 40px;
176
+ box-sizing: border-box;
177
+ z-index: 8;
178
+ }
179
+ .sheet-item {
180
+ display:flex; align-items:center; gap: 28px;
181
+ padding: 28px 0;
182
+ border-bottom: 1px solid #EEE;
183
+ }
184
+ .sheet-item:last-child { border-bottom: none; }
185
+ .sheet-icon {
186
+ width: 84px; height: 84px; display:flex; align-items:center; justify-content:center;
187
+ }
188
+ .sheet-texts .title {
189
+ font-size: 40px; font-weight: 700; color:#333;
190
+ }
191
+ .sheet-texts .subtitle {
192
+ font-size: 32px; color:#6C6C6C; margin-top: 6px;
193
+ }
194
+
195
+ /* Home indicator */
196
+ .home-indicator {
197
+ position: absolute;
198
+ bottom: 18px;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ width: 280px;
202
+ height: 10px;
203
+ background: #000;
204
+ border-radius: 6px;
205
+ opacity: 0.3;
206
+ z-index: 9;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+ <!-- Status bar -->
213
+ <div class="status-bar">
214
+ <div class="status-left">4:17</div>
215
+ <div class="status-right">
216
+ <div class="dot"></div>
217
+ <div class="dot"></div>
218
+ <div class="dot"></div>
219
+ <div class="dot" style="opacity:.7;"></div>
220
+ <svg width="36" height="28"><circle cx="18" cy="14" r="12" fill="#fff"/></svg>
221
+ <div class="battery"></div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- App bar -->
226
+ <div class="app-bar">
227
+ <div class="back-btn">
228
+ <svg width="48" height="48" viewBox="0 0 24 24">
229
+ <path d="M14 4 L6 12 L14 20" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="app-title">Post to Picsart</div>
233
+ <div class="skip">SKIP</div>
234
+ </div>
235
+
236
+ <!-- Page content -->
237
+ <div class="content">
238
+ <div class="image-placeholder">[IMG: Edited photo (circular frame with gold speckles)]</div>
239
+
240
+ <div class="hint">Add #hashtag, description, @friends</div>
241
+ <div class="divider"></div>
242
+
243
+ <div class="section-title">Suggested Tags</div>
244
+ <div class="chips">
245
+ <div class="chip">#nature</div>
246
+ <div class="chip">#animal</div>
247
+ <div class="chip">#beauty</div>
248
+ <div class="chip">#food</div>
249
+ </div>
250
+
251
+ <div class="row">
252
+ <div class="row-left">
253
+ <div class="row-title">Free-to-Edit</div>
254
+ <svg class="info-icon" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"/>
256
+ <rect x="11" y="10" width="2" height="7" fill="#111"/>
257
+ <circle cx="12" cy="7" r="1.2" fill="#111"/>
258
+ </svg>
259
+ </div>
260
+ <div class="toggle"></div>
261
+ </div>
262
+
263
+ <div class="spacer-large"></div>
264
+ </div>
265
+
266
+ <!-- Dim overlay -->
267
+ <div class="overlay"></div>
268
+
269
+ <!-- Bottom sheet -->
270
+ <div class="sheet">
271
+ <div class="sheet-item">
272
+ <div class="sheet-icon">
273
+ <svg width="68" height="68" viewBox="0 0 24 24">
274
+ <path d="M6 15a6 6 0 0 1 11.5-2 4 4 0 1 1 1.5 7H7a4 4 0 0 1-1-7" stroke="#8A2BE2" stroke-width="2" fill="none" stroke-linecap="round"/>
275
+ <path d="M12 8v7M12 8l-3 3M12 8l3 3" stroke="#8A2BE2" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
276
+ </svg>
277
+ </div>
278
+ <div class="sheet-texts">
279
+ <div class="title" style="color:#6A1B9A">Upload Privately</div>
280
+ <div class="subtitle">Use Picsart as a storage</div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="sheet-item">
285
+ <div class="sheet-icon">
286
+ <svg width="68" height="68" viewBox="0 0 24 24">
287
+ <path d="M6 19h12M12 5v9M12 14l-3-3M12 14l3-3" stroke="#8A2BE2" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
288
+ </svg>
289
+ </div>
290
+ <div class="sheet-texts">
291
+ <div class="title">Save</div>
292
+ <div class="subtitle">Save picture on your device</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="home-indicator"></div>
298
+ </div>
299
+ </body>
300
+ </html>
code/10097/10097_4.html ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Olymp Trade Promo UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+
10
+ /* Root container */
11
+ #render-target {
12
+ position: relative;
13
+ width: 1080px;
14
+ height: 2400px;
15
+ overflow: hidden;
16
+ background: radial-gradient(1200px 800px at 540px 1300px, #f8e07a 0%, #f4ce45 35%, #f0bd2a 70%, #e5aa16 100%);
17
+ }
18
+
19
+ /* Letterbox bars (top and bottom) */
20
+ .letterbox-top, .letterbox-bottom {
21
+ position: absolute;
22
+ left: 0; right: 0;
23
+ background: #000;
24
+ opacity: 0.95;
25
+ }
26
+ .letterbox-top { top: 0; height: 260px; }
27
+ .letterbox-bottom { bottom: 0; height: 140px; }
28
+
29
+ /* Floating coins */
30
+ .coin {
31
+ position: absolute;
32
+ border-radius: 50%;
33
+ border: 10px solid rgba(157, 112, 12, 0.6);
34
+ background: radial-gradient(circle at 30% 30%, #ffea9a 0%, #f4c54c 45%, #e6a82a 70%, #d3911f 100%);
35
+ box-shadow: 0 12px 28px rgba(0,0,0,0.25), inset 0 8px 12px rgba(255,255,255,0.3);
36
+ filter: blur(0.2px);
37
+ }
38
+
39
+ .coin.c1 { width: 210px; height: 210px; left: 22px; top: 800px; transform: rotate(-15deg); }
40
+ .coin.c2 { width: 140px; height: 140px; left: 70px; top: 1160px; transform: rotate(20deg); }
41
+ .coin.c3 { width: 120px; height: 120px; right: 90px; top: 760px; transform: rotate(8deg); }
42
+ .coin.c4 { width: 180px; height: 180px; right: 70px; top: 1450px; transform: rotate(-22deg); }
43
+ .coin.c5 { width: 130px; height: 130px; right: 60px; top: 1850px; transform: rotate(10deg); }
44
+ .coin.c6 { width: 160px; height: 160px; left: 40px; top: 1540px; transform: rotate(-8deg); }
45
+
46
+ /* Tiny sparkles */
47
+ .sparkle {
48
+ position: absolute;
49
+ width: 8px; height: 8px;
50
+ background: #fff8d1;
51
+ border-radius: 50%;
52
+ box-shadow: 0 0 6px rgba(255,255,255,0.8);
53
+ opacity: 0.9;
54
+ }
55
+ .sp1 { left: 220px; top: 610px; }
56
+ .sp2 { left: 320px; top: 720px; width: 5px; height: 5px; }
57
+ .sp3 { right: 240px; top: 900px; width: 6px; height: 6px; }
58
+ .sp4 { right: 180px; top: 1280px; width: 7px; height: 7px; }
59
+ .sp5 { left: 160px; top: 1700px; width: 5px; height: 5px; }
60
+ .sp6 { right: 450px; top: 1500px; width: 4px; height: 4px; }
61
+
62
+ /* Vertical note */
63
+ .vert-note {
64
+ position: absolute;
65
+ left: -390px;
66
+ top: 980px;
67
+ transform: rotate(-90deg);
68
+ color: rgba(255,255,255,0.5);
69
+ font-size: 28px;
70
+ letter-spacing: 0.5px;
71
+ }
72
+
73
+ /* Mute icon */
74
+ .mute {
75
+ position: absolute;
76
+ top: 410px;
77
+ left: 40px;
78
+ width: 56px;
79
+ height: 56px;
80
+ border-radius: 50%;
81
+ background: rgba(0,0,0,0.35);
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ backdrop-filter: blur(2px);
86
+ }
87
+ .mute svg { width: 34px; height: 34px; }
88
+
89
+ /* Phone mock */
90
+ .phone {
91
+ position: absolute;
92
+ left: 50%;
93
+ transform: translateX(-50%);
94
+ top: 820px;
95
+ width: 720px;
96
+ height: 1450px;
97
+ background: #0c0c0f;
98
+ border-radius: 60px;
99
+ box-shadow: 0 44px 120px rgba(0,0,0,0.4);
100
+ border: 2px solid #222;
101
+ }
102
+
103
+ /* Notch */
104
+ .notch {
105
+ position: absolute;
106
+ top: 24px;
107
+ left: 50%;
108
+ transform: translateX(-50%);
109
+ width: 220px;
110
+ height: 30px;
111
+ background: #0c0c0f;
112
+ border-radius: 18px;
113
+ }
114
+
115
+ /* Status bar text */
116
+ .status {
117
+ position: absolute;
118
+ top: 22px;
119
+ left: 34px;
120
+ right: 34px;
121
+ height: 36px;
122
+ color: #fff;
123
+ font-size: 28px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-between;
127
+ opacity: 0.9;
128
+ }
129
+ .status .right { font-size: 24px; letter-spacing: 1px; }
130
+
131
+ /* Screen content */
132
+ .screen {
133
+ position: absolute;
134
+ top: 90px;
135
+ left: 24px;
136
+ right: 24px;
137
+ bottom: 24px;
138
+ background: #111820;
139
+ border-radius: 28px;
140
+ overflow: hidden;
141
+ }
142
+
143
+ .topbar {
144
+ display: flex;
145
+ align-items: center;
146
+ padding: 26px 24px 18px 24px;
147
+ color: #9dd4ff;
148
+ font-size: 26px;
149
+ }
150
+ .account {
151
+ color: #79b8ff;
152
+ font-weight: bold;
153
+ margin-right: 20px;
154
+ }
155
+ .balance {
156
+ color: #fff;
157
+ background: #1a2530;
158
+ padding: 6px 12px;
159
+ border-radius: 10px;
160
+ margin-right: 16px;
161
+ font-size: 24px;
162
+ }
163
+ .pill {
164
+ margin-left: auto;
165
+ background: #3aa3ff;
166
+ color: #fff;
167
+ padding: 12px 22px;
168
+ border-radius: 16px;
169
+ font-weight: 700;
170
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
171
+ }
172
+
173
+ .instrument {
174
+ display: flex;
175
+ align-items: center;
176
+ padding: 12px 24px;
177
+ color: #d7d9dd;
178
+ font-size: 26px;
179
+ background: #0f1620;
180
+ border-top: 1px solid #1c2a36;
181
+ border-bottom: 1px solid #1c2a36;
182
+ }
183
+ .badge {
184
+ background: #f0c452;
185
+ color: #262626;
186
+ font-weight: 700;
187
+ padding: 8px 12px;
188
+ border-radius: 8px;
189
+ margin-right: 12px;
190
+ font-size: 22px;
191
+ }
192
+ .instrument .title { flex: 1; }
193
+ .instrument .tools {
194
+ display: flex;
195
+ gap: 12px;
196
+ }
197
+ .tool {
198
+ width: 46px; height: 38px;
199
+ background: #1b2531;
200
+ border-radius: 8px;
201
+ }
202
+
203
+ /* Chart placeholder */
204
+ .chart {
205
+ margin: 16px 24px;
206
+ height: 720px;
207
+ background: #0b1016;
208
+ border: 1px solid #243342;
209
+ border-radius: 12px;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: center;
213
+ color: #a0a7ad;
214
+ font-size: 28px;
215
+ }
216
+ .chart::after {
217
+ content: "";
218
+ position: absolute;
219
+ left: 60px; right: 60px; top: 460px; height: 2px;
220
+ background: rgba(160,167,173,0.2);
221
+ }
222
+
223
+ /* Action area */
224
+ .action {
225
+ position: absolute;
226
+ left: 24px; right: 24px; bottom: 160px;
227
+ background: #0f1620;
228
+ border-top: 1px solid #263545;
229
+ padding: 18px;
230
+ border-radius: 16px;
231
+ }
232
+ .amount {
233
+ color: #cdd6df;
234
+ font-size: 26px;
235
+ padding: 12px 16px;
236
+ }
237
+ .cta {
238
+ margin-top: 12px;
239
+ background: #3aa3ff;
240
+ color: #fff;
241
+ text-align: center;
242
+ padding: 24px 16px;
243
+ border-radius: 14px;
244
+ font-size: 30px;
245
+ font-weight: 700;
246
+ }
247
+
248
+ /* Bottom icons row inside phone */
249
+ .nav {
250
+ position: absolute;
251
+ bottom: 70px;
252
+ left: 24px; right: 24px;
253
+ display: flex;
254
+ justify-content: space-around;
255
+ color: #b9c2cc;
256
+ font-size: 22px;
257
+ }
258
+ .home-indicator {
259
+ position: absolute;
260
+ bottom: 30px;
261
+ left: 50%;
262
+ transform: translateX(-50%);
263
+ width: 180px;
264
+ height: 6px;
265
+ background: #40454c;
266
+ border-radius: 3px;
267
+ opacity: 0.8;
268
+ }
269
+
270
+ /* Bottom headline */
271
+ .headline {
272
+ position: absolute;
273
+ bottom: 210px;
274
+ left: 0; right: 0;
275
+ text-align: center;
276
+ color: #ffffff;
277
+ font-size: 54px;
278
+ font-weight: 600;
279
+ text-shadow: 0 6px 20px rgba(0,0,0,0.25);
280
+ }
281
+ </style>
282
+ </head>
283
+ <body>
284
+ <div id="render-target">
285
+
286
+ <!-- Letterbox bars -->
287
+ <div class="letterbox-top"></div>
288
+ <div class="letterbox-bottom"></div>
289
+
290
+ <!-- Decorative coins -->
291
+ <div class="coin c1"></div>
292
+ <div class="coin c2"></div>
293
+ <div class="coin c3"></div>
294
+ <div class="coin c4"></div>
295
+ <div class="coin c5"></div>
296
+ <div class="coin c6"></div>
297
+
298
+ <!-- Sparkles -->
299
+ <div class="sparkle sp1"></div>
300
+ <div class="sparkle sp2"></div>
301
+ <div class="sparkle sp3"></div>
302
+ <div class="sparkle sp4"></div>
303
+ <div class="sparkle sp5"></div>
304
+ <div class="sparkle sp6"></div>
305
+
306
+ <!-- Vertical risk note -->
307
+ <div class="vert-note">Trading carries inherent risk.</div>
308
+
309
+ <!-- Mute icon -->
310
+ <div class="mute">
311
+ <svg viewBox="0 0 36 36">
312
+ <circle cx="18" cy="18" r="16" stroke="#ffffff" stroke-width="2" fill="none"/>
313
+ <!-- Speaker -->
314
+ <path d="M9 22 L9 14 L14 14 L19 10 L19 26 L14 22 Z" fill="#ffffff"/>
315
+ <!-- Slash -->
316
+ <path d="M26 10 L10 26" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
317
+ </svg>
318
+ </div>
319
+
320
+ <!-- Phone mock -->
321
+ <div class="phone">
322
+ <div class="notch"></div>
323
+ <div class="status">
324
+ <div>9:41</div>
325
+ <div class="right">📶  🔋</div>
326
+ </div>
327
+
328
+ <div class="screen">
329
+ <div class="topbar">
330
+ <div class="account">LIVE ACCOUNT</div>
331
+ <div class="balance">₹900.00 ▾</div>
332
+ <div class="pill">Payments</div>
333
+ </div>
334
+
335
+ <div class="instrument">
336
+ <div class="badge">★</div>
337
+ <div class="title">Gold OTC</div>
338
+ <div class="tools">
339
+ <div class="tool"></div>
340
+ <div class="tool"></div>
341
+ <div class="tool"></div>
342
+ </div>
343
+ </div>
344
+
345
+ <div class="chart">
346
+ [IMG: Trading chart screen]
347
+ </div>
348
+
349
+ <div class="action">
350
+ <div class="amount">₹70</div>
351
+ <div class="cta">Open a Trade</div>
352
+ </div>
353
+
354
+ <div class="nav">⌂ ⇅ ✉ 🏆 ⊙</div>
355
+ <div class="home-indicator"></div>
356
+ </div>
357
+ </div>
358
+
359
+ <!-- Bottom headline -->
360
+ <div class="headline">Start trading on Olymp Trade</div>
361
+
362
+ </div>
363
+ </body>
364
+ </html>
code/10099/10099_0.html ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amazon Compare - Nike Shoes</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Top gradient header */
17
+ .top-gradient {
18
+ width: 100%;
19
+ height: 210px;
20
+ background: linear-gradient(180deg, #bde7df 0%, #a2e1d9 60%, #a8e1d7 100%);
21
+ padding-top: 28px;
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ /* Status row (time and icons simplified) */
26
+ .status-row {
27
+ height: 36px;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 28px;
31
+ color: #2b2b2b;
32
+ font-size: 28px;
33
+ justify-content: space-between;
34
+ }
35
+
36
+ /* Search bar */
37
+ .search-wrap {
38
+ padding: 10px 24px 16px 24px;
39
+ }
40
+ .search-bar {
41
+ height: 76px;
42
+ background: #ffffff;
43
+ border: 1px solid #dcdcdc;
44
+ border-radius: 40px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 20px;
48
+ gap: 16px;
49
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
50
+ }
51
+ .search-bar input {
52
+ border: none;
53
+ outline: none;
54
+ flex: 1;
55
+ font-size: 30px;
56
+ color: #222;
57
+ }
58
+ .icon {
59
+ width: 34px; height: 34px;
60
+ display: inline-flex; align-items: center; justify-content: center;
61
+ color: #555;
62
+ }
63
+ .icon svg { width: 34px; height: 34px; fill: #333; }
64
+
65
+ /* Tabs */
66
+ .tabs {
67
+ height: 84px;
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 24px;
71
+ border-bottom: 1px solid #eee;
72
+ background: #fff;
73
+ }
74
+ .tab {
75
+ margin-right: 48px;
76
+ font-size: 32px;
77
+ color: #666;
78
+ position: relative;
79
+ }
80
+ .tab.active { color: #e47911; font-weight: 700; }
81
+ .tab.active::after {
82
+ content: "";
83
+ position: absolute; left: 0; right: 0; bottom: -20px;
84
+ height: 6px; background: #e47911; border-radius: 3px;
85
+ }
86
+ .tabs .right-icon { margin-left: auto; }
87
+
88
+ /* Content area */
89
+ .content {
90
+ padding: 24px;
91
+ }
92
+ .section-title {
93
+ font-size: 44px;
94
+ font-weight: 800;
95
+ color: #111;
96
+ margin: 12px 0 24px 0;
97
+ }
98
+
99
+ /* Product compare strip */
100
+ .product-strip {
101
+ display: grid;
102
+ grid-template-columns: repeat(3, 1fr);
103
+ gap: 18px;
104
+ }
105
+ .prod {
106
+ text-align: left;
107
+ }
108
+ .img {
109
+ width: 100%;
110
+ height: 200px;
111
+ background: #E0E0E0;
112
+ border: 1px solid #BDBDBD;
113
+ display: flex; align-items: center; justify-content: center;
114
+ color: #757575; font-size: 26px;
115
+ border-radius: 8px;
116
+ }
117
+ .prod .label-small {
118
+ font-size: 26px; color: #111; line-height: 1.2; margin-top: 12px;
119
+ font-weight: 700;
120
+ }
121
+ .prod .sub {
122
+ font-size: 26px; color: #2a2a2a;
123
+ }
124
+
125
+ /* Comparison table */
126
+ .compare-table {
127
+ margin-top: 18px;
128
+ border: 1px solid #eee;
129
+ border-radius: 10px;
130
+ overflow: hidden;
131
+ }
132
+ .row {
133
+ display: grid;
134
+ grid-template-columns: 220px 1fr 1fr 1fr;
135
+ border-top: 1px solid #f0f0f0;
136
+ background: #fff;
137
+ }
138
+ .row:first-child { border-top: none; }
139
+ .cell {
140
+ padding: 22px;
141
+ font-size: 28px;
142
+ color: #222;
143
+ border-left: 1px solid #f0f0f0;
144
+ }
145
+ .cell:first-child { border-left: none; background:#fafafa; color:#555; font-weight:700; }
146
+ .rating-stars { color: #f5a623; font-size: 28px; }
147
+ .muted { color: #6b6b6b; font-size: 26px; }
148
+
149
+ .badge-line {
150
+ display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
151
+ }
152
+ .badge {
153
+ background: #232f3e; color: #fff; font-size: 22px; padding: 6px 10px; border-radius: 8px;
154
+ }
155
+ .badge.light { background: #eaf5ff; color: #0077cc; }
156
+ .seller { color: #333; font-size: 26px; }
157
+
158
+ /* See more details */
159
+ .see-more {
160
+ margin-top: 18px;
161
+ border: 1px solid #e9e9e9;
162
+ border-radius: 12px;
163
+ padding: 28px;
164
+ display: flex; align-items: center; justify-content: center;
165
+ color: #333; font-size: 36px; gap: 12px;
166
+ }
167
+
168
+ /* Customers also bought */
169
+ .also-title {
170
+ font-size: 46px; font-weight: 800; margin: 40px 0 16px 0; color: #111;
171
+ }
172
+ .gallery {
173
+ display: grid;
174
+ grid-template-columns: 1fr 1fr;
175
+ gap: 22px;
176
+ }
177
+ .tile {
178
+ height: 440px;
179
+ background: #E0E0E0;
180
+ border: 1px solid #BDBDBD;
181
+ border-radius: 10px;
182
+ display:flex; align-items:center; justify-content:center; color:#777; font-size:28px;
183
+ }
184
+
185
+ /* Bottom navigation */
186
+ .bottom-nav {
187
+ position: absolute;
188
+ bottom: 0;
189
+ left: 0; right: 0;
190
+ height: 140px;
191
+ background: #ffffff;
192
+ border-top: 1px solid #e5e5e5;
193
+ display: flex;
194
+ justify-content: space-around;
195
+ align-items: center;
196
+ }
197
+ .nav-item {
198
+ display: flex; flex-direction: column; align-items: center; gap: 8px;
199
+ color: #111;
200
+ font-size: 26px;
201
+ }
202
+ .nav-item .ni {
203
+ width: 44px; height: 44px;
204
+ }
205
+ .gesture-line {
206
+ position: absolute;
207
+ bottom: 150px; left: 50%;
208
+ transform: translateX(-50%);
209
+ width: 520px; height: 10px; background: #c6c6c6; border-radius: 6px;
210
+ opacity: .7;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+
217
+ <div class="top-gradient">
218
+ <div class="status-row">
219
+ <div>11:51</div>
220
+ <div style="display:flex; gap:16px; align-items:center; color:#333;">
221
+ <span>15°</span>
222
+ <span>•</span>
223
+ <span style="width:16px; height:16px; background:#333; border-radius:50%; display:inline-block;"></span>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="search-wrap">
228
+ <div class="search-bar">
229
+ <div class="icon">
230
+ <svg viewBox="0 0 24 24"><path d="M4 12l4-4v3h7v2H8v3z"/></svg>
231
+ </div>
232
+ <div class="icon">
233
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 105.3 14L22 22l-2 2-6.7-6A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>
234
+ </div>
235
+ <input value="nike shoes for men" />
236
+ <div class="icon">
237
+ <svg viewBox="0 0 24 24"><path d="M5 7h2V5h2V3H7a2 2 0 00-2 2v2zm12 0h2V5a2 2 0 00-2-2h-2v2h2v2zM5 17v2a2 2 0 002 2h2v-2H7v-2H5zm12 0h2v2a2 2 0 01-2 2h-2v-2h2v-2z"/></svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="tabs">
244
+ <div class="tab">Details</div>
245
+ <div class="tab active">Compare</div>
246
+ <div class="tab">Reviews</div>
247
+ <div class="right-icon icon">
248
+ <svg viewBox="0 0 24 24"><path d="M7 14l5-5 5 5z"/></svg>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="content">
253
+ <div class="section-title">Compare with similar items</div>
254
+
255
+ <div class="product-strip">
256
+ <div class="prod">
257
+ <div class="img">[IMG: Black Nike Shoe]</div>
258
+ <div class="label-small">This item Nike Mens Air Zoom Vomero 16 R...</div>
259
+ </div>
260
+ <div class="prod">
261
+ <div class="img">[IMG: Blue Nike Shoe]</div>
262
+ <div class="label-small">Nike Mens Air Zoom Rival Fly 3...</div>
263
+ </div>
264
+ <div class="prod">
265
+ <div class="img">[IMG: Black Nike Shoe]</div>
266
+ <div class="label-small">Nike Mens Air Zoom Pegasus 4...</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="compare-table">
271
+ <div class="row">
272
+ <div class="cell">RATING</div>
273
+ <div class="cell">
274
+ <div class="rating-stars">★★★★★</div>
275
+ <div class="muted">289 reviews</div>
276
+ </div>
277
+ <div class="cell">
278
+ <div class="rating-stars">★★★★★</div>
279
+ <div class="muted">33 reviews</div>
280
+ </div>
281
+ <div class="cell">
282
+ <div class="rating-stars">★★★★☆</div>
283
+ <div class="muted">49 reviews</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="row">
288
+ <div class="cell">PRICE</div>
289
+ <div class="cell"><strong>₹10,154.30</strong></div>
290
+ <div class="cell"><strong>₹7,284.00</strong></div>
291
+ <div class="cell"><strong>₹8,327.00</strong></div>
292
+ </div>
293
+
294
+ <div class="row">
295
+ <div class="cell">SHIPPING</div>
296
+ <div class="cell">
297
+ <div class="badge-line">
298
+ <span class="badge">Fulfilled</span>
299
+ <span class="badge light">FREE Delivery</span>
300
+ </div>
301
+ </div>
302
+ <div class="cell">
303
+ <div class="badge-line">
304
+ <span class="badge">Fulfilled</span>
305
+ <span class="badge light">FREE Delivery</span>
306
+ </div>
307
+ </div>
308
+ <div class="cell">
309
+ <div class="badge-line">
310
+ <span class="badge">Fulfilled</span>
311
+ <span class="badge light">FREE Delivery</span>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <div class="row">
317
+ <div class="cell">SOLD BY</div>
318
+ <div class="cell"><div class="seller">Sri Sai Enterprises Store</div></div>
319
+ <div class="cell"><div class="seller">Cocoblu Retail</div></div>
320
+ <div class="cell"><div class="seller">Cocoblu Retail</div></div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="see-more">
325
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></span>
326
+ See more details
327
+ </div>
328
+
329
+ <div class="also-title">Customers who bought this item also bought</div>
330
+
331
+ <div class="gallery">
332
+ <div class="tile">[IMG: White Nike Shoe]</div>
333
+ <div class="tile">[IMG: Grey Nike Shoe]</div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="gesture-line"></div>
338
+
339
+ <div class="bottom-nav">
340
+ <div class="nav-item">
341
+ <div class="ni icon"><svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9H6v-9H3z"/></svg></div>
342
+ <div>Home</div>
343
+ </div>
344
+ <div class="nav-item">
345
+ <div class="ni icon"><svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-7 9v-2a7 7 0 0114 0v2z"/></svg></div>
346
+ <div>You</div>
347
+ </div>
348
+ <div class="nav-item">
349
+ <div class="ni icon"><svg viewBox="0 0 24 24"><path d="M12 6v4l3 3-1.4 1.4L10 11V6zM6 12a6 6 0 1111.7 2h-2.2A4 4 0 1010 12z"/></svg></div>
350
+ <div>More</div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <div class="ni icon"><svg viewBox="0 0 24 24"><path d="M7 6h14l-2 9H9L7 6zm-2 0H2V4h3l3.6 9.6L8 16a2 2 0 102 2 2 2 0 00-2-2h8a2 2 0 102 2 2 2 0 00-2-2"/></svg></div>
354
+ <div>Cart</div>
355
+ </div>
356
+ <div class="nav-item">
357
+ <div class="ni icon"><svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg></div>
358
+ <div>Menu</div>
359
+ </div>
360
+ </div>
361
+
362
+ </div>
363
+ </body>
364
+ </html>
code/10100/10100_2.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Nykaa Fashion - Search</title>
7
+ <style>
8
+ html, body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ position: relative;
12
+ overflow: hidden;
13
+ width: 1080px;
14
+ height: 2400px;
15
+ background: #ffffff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ color: #243445;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 120px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ color: #6B6F75;
27
+ font-weight: 600;
28
+ font-size: 38px;
29
+ }
30
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 22px; }
31
+ .dot { width: 12px; height: 12px; background: #9aa0a6; border-radius: 50%; display: inline-block; }
32
+ .sb-icon {
33
+ width: 36px; height: 36px; border-radius: 50%;
34
+ border: 2px solid #AEB4BA; display: inline-block;
35
+ }
36
+ .wifi {
37
+ width: 40px; height: 28px; border: 3px solid #76808A; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom: none;
38
+ }
39
+ .battery {
40
+ width: 48px; height: 28px; border: 3px solid #76808A; position: relative; border-radius: 6px;
41
+ }
42
+ .battery:after {
43
+ content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 12px; background: #76808A; border-radius: 2px;
44
+ }
45
+
46
+ /* Search header */
47
+ .search-header {
48
+ padding: 8px 24px 0;
49
+ }
50
+ .search-row {
51
+ display: flex; align-items: center; gap: 24px;
52
+ padding: 14px 12px 0 12px;
53
+ }
54
+ .back-btn {
55
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .search-box {
58
+ flex: 1;
59
+ background: #F2F3F5;
60
+ height: 110px;
61
+ border-radius: 16px;
62
+ position: relative;
63
+ display: flex; align-items: center;
64
+ padding: 0 28px;
65
+ border-bottom: 8px solid #F3A7B6;
66
+ }
67
+ .search-input {
68
+ border: none; outline: none; background: transparent;
69
+ width: 100%;
70
+ font-size: 40px; color: #7A838C;
71
+ }
72
+
73
+ /* Horizontal category chips */
74
+ .chips-scroll {
75
+ margin-top: 18px;
76
+ padding: 0 24px 8px 24px;
77
+ overflow-x: auto; white-space: nowrap;
78
+ }
79
+ .chip-avatar {
80
+ display: inline-flex; align-items: center; gap: 16px;
81
+ padding: 12px 26px 12px 12px;
82
+ border: 2px solid #D9DCE1; border-radius: 999px; background: #fff;
83
+ margin-right: 18px;
84
+ font-size: 36px; color: #313E4D;
85
+ vertical-align: middle;
86
+ }
87
+ .chip-avatar.selected {
88
+ background: #FFE9EF; border-color: #F39BB0; color: #E3516B;
89
+ }
90
+ .avatar {
91
+ width: 78px; height: 78px; border-radius: 50%;
92
+ background: #E0E0E0; border: 1px solid #BDBDBD;
93
+ display: flex; align-items: center; justify-content: center;
94
+ color: #757575; font-size: 22px;
95
+ overflow: hidden;
96
+ }
97
+
98
+ /* Cards */
99
+ .section-card {
100
+ margin: 28px 24px 0 24px;
101
+ background: #F4F6F8;
102
+ border-radius: 24px;
103
+ padding: 28px;
104
+ position: relative;
105
+ }
106
+ .section-title {
107
+ font-size: 44px;
108
+ font-weight: 700;
109
+ color: #1C3346;
110
+ margin: 8px 0 24px 6px;
111
+ }
112
+ .trash {
113
+ position: absolute; right: 28px; top: 32px; width: 48px; height: 48px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+ .chips-wrap {
117
+ display: flex; flex-wrap: wrap; gap: 22px 24px;
118
+ padding: 6px;
119
+ }
120
+ .tag {
121
+ display: inline-block;
122
+ padding: 20px 28px;
123
+ background: #fff;
124
+ border: 2px solid #D6DADF;
125
+ border-radius: 999px;
126
+ font-size: 34px;
127
+ color: #2C3E50;
128
+ max-width: 460px;
129
+ white-space: nowrap;
130
+ overflow: hidden;
131
+ text-overflow: ellipsis;
132
+ }
133
+ .more-row {
134
+ margin-top: 18px; text-align: right; padding-right: 10px;
135
+ font-size: 36px; color: #5A6A79; font-weight: 600;
136
+ }
137
+ .divider-space { height: 16px; }
138
+
139
+ /* Bottom gesture bar */
140
+ .gesture {
141
+ position: absolute; left: 50%; transform: translateX(-50%);
142
+ bottom: 28px; width: 320px; height: 14px; background: #000; border-radius: 10px; opacity: 0.9;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status Bar -->
150
+ <div class="status-bar">
151
+ 10:27
152
+ <div class="status-icons">
153
+ <span class="sb-icon"></span>
154
+ <span class="dot"></span>
155
+ <span class="sb-icon"></span>
156
+ <div class="wifi"></div>
157
+ <div class="battery"></div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Search -->
162
+ <div class="search-header">
163
+ <div class="search-row">
164
+ <div class="back-btn" aria-label="Back">
165
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
166
+ <path d="M14.5 5L7.5 12l7 7" stroke="#526371" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ </div>
169
+ <div class="search-box">
170
+ <input class="search-input" placeholder="Search in Nykaa Fashion Store" />
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Category chips -->
175
+ <div class="chips-scroll">
176
+ <span class="chip-avatar selected">
177
+ <span class="avatar">IMG</span>
178
+ All
179
+ </span>
180
+ <span class="chip-avatar">
181
+ <span class="avatar">IMG</span>
182
+ Women
183
+ </span>
184
+ <span class="chip-avatar">
185
+ <span class="avatar">IMG</span>
186
+ Men
187
+ </span>
188
+ <span class="chip-avatar">
189
+ <span class="avatar">IMG</span>
190
+ Kids
191
+ </span>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Recent Searches -->
196
+ <div class="section-card">
197
+ <div class="section-title">Your recent searches</div>
198
+ <div class="trash" title="Clear">
199
+ <svg width="40" height="40" viewBox="0 0 24 24">
200
+ <path d="M3 6h18M8 6V4h8v2m-9 0l1 13h8l1-13" fill="none" stroke="#E0626F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="chips-wrap">
204
+ <span class="tag">black formal shirts f...</span>
205
+ <span class="tag">pink formal shirt for...</span>
206
+ <span class="tag">formal suits for men</span>
207
+ <span class="tag">formal jeans for wo...</span>
208
+ <span class="tag">formal dresses for w...</span>
209
+ <span class="tag">Formal Trousers</span>
210
+ </div>
211
+ <div class="more-row">+4 more
212
+ <svg width="28" height="28" viewBox="0 0 24 24" style="vertical-align: -4px; margin-left: 6px;">
213
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#687787" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Trending Collections -->
219
+ <div class="section-card" style="margin-top: 28px;">
220
+ <div class="section-title">Trending Collections</div>
221
+ <div class="chips-wrap">
222
+ <span class="tag">Hidden Gems</span>
223
+ <span class="tag">Bestsellers on Nykaa</span>
224
+ <span class="tag">Exciting Deals</span>
225
+ <span class="tag">Editor's Pick</span>
226
+ <span class="tag">New on Nykaa</span>
227
+ <span class="tag">Revolve Store</span>
228
+ <span class="tag">Fit Zone</span>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Popular Categories -->
233
+ <div class="section-card" style="margin-top: 28px;">
234
+ <div class="section-title">Popular Categories</div>
235
+ <div class="chips-wrap">
236
+ <span class="tag">Co-ord Sets</span>
237
+ <span class="tag">Dresses</span>
238
+ <span class="tag">Jeans</span>
239
+ <span class="tag">Tops</span>
240
+ <span class="tag">Suits &amp; Sets</span>
241
+ <span class="tag">Earrings</span>
242
+ <span class="tag">Sling Bags</span>
243
+ <span class="tag">Sportswear</span>
244
+ <span class="tag">Watches</span>
245
+ <span class="tag">Tech Accessories</span>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Popular Brands -->
250
+ <div class="section-card" style="margin-top: 28px;">
251
+ <div class="section-title">Popular Brands</div>
252
+ <div class="chips-wrap">
253
+ <span class="tag">Cider</span>
254
+ <span class="tag">Biba</span>
255
+ <span class="tag">Forever 21</span>
256
+ <span class="tag">Puma</span>
257
+ <span class="tag">Adidas</span>
258
+ <span class="tag">U.S.Polo Assn</span>
259
+ <span class="tag">ONLY</span>
260
+ <span class="tag">Accessorize London</span>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Bottom gesture -->
265
+ <div class="gesture"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/10100/10100_4.html ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #FFFFFF;
20
+ border-radius: 24px;
21
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
22
+ color: #222;
23
+ }
24
+
25
+ /* Status bar */
26
+ .status-bar {
27
+ height: 96px;
28
+ padding: 0 32px;
29
+ display: flex;
30
+ align-items: center;
31
+ font-weight: 600;
32
+ color: #222;
33
+ }
34
+ .status-time {
35
+ font-size: 32px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-right {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 20px;
43
+ }
44
+ .status-dot {
45
+ width: 14px;
46
+ height: 14px;
47
+ background: #9E9E9E;
48
+ border-radius: 50%;
49
+ }
50
+ .status-icon {
51
+ width: 40px;
52
+ height: 24px;
53
+ }
54
+
55
+ /* Search header */
56
+ .search-header {
57
+ padding: 12px 24px 0 24px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 16px;
61
+ }
62
+ .back-btn {
63
+ width: 72px;
64
+ height: 72px;
65
+ border: none;
66
+ background: none;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ cursor: default;
71
+ }
72
+ .back-btn svg {
73
+ width: 44px;
74
+ height: 44px;
75
+ fill: none;
76
+ stroke: #3949AB;
77
+ stroke-width: 6;
78
+ stroke-linecap: round;
79
+ stroke-linejoin: round;
80
+ }
81
+ .search-field {
82
+ flex: 1;
83
+ height: 88px;
84
+ background: #F4F5F7;
85
+ border-radius: 16px;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 24px;
89
+ position: relative;
90
+ border-bottom: 4px solid #F48FB1;
91
+ }
92
+ .query {
93
+ font-size: 34px;
94
+ color: #616161;
95
+ flex: 1;
96
+ white-space: nowrap;
97
+ overflow: hidden;
98
+ text-overflow: ellipsis;
99
+ }
100
+ .close-btn {
101
+ width: 56px;
102
+ height: 56px;
103
+ border-radius: 28px;
104
+ border: none;
105
+ background: #E0E0E0;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ cursor: default;
110
+ }
111
+ .close-btn svg {
112
+ width: 28px;
113
+ height: 28px;
114
+ stroke: #616161;
115
+ stroke-width: 6;
116
+ fill: none;
117
+ stroke-linecap: round;
118
+ }
119
+
120
+ /* Chips */
121
+ .chips-row {
122
+ padding: 24px 24px 8px 24px;
123
+ display: flex;
124
+ gap: 20px;
125
+ }
126
+ .chip {
127
+ height: 96px;
128
+ padding: 0 26px 0 10px;
129
+ border-radius: 48px;
130
+ border: 2px solid #E0E0E0;
131
+ background: #FFFFFF;
132
+ display: flex;
133
+ align-items: center;
134
+ gap: 18px;
135
+ color: #333;
136
+ font-size: 32px;
137
+ font-weight: 600;
138
+ }
139
+ .chip.active {
140
+ border-color: #FF9EB4;
141
+ background: #FFF0F4;
142
+ color: #D81B60;
143
+ }
144
+ .chip-avatar {
145
+ width: 64px;
146
+ height: 64px;
147
+ border-radius: 50%;
148
+ background: #E0E0E0;
149
+ border: 1px solid #BDBDBD;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ color: #757575;
154
+ font-size: 18px;
155
+ line-height: 1.1;
156
+ text-align: center;
157
+ padding: 6px;
158
+ }
159
+
160
+ /* Suggestions */
161
+ .suggestions {
162
+ padding: 8px 24px 0 24px;
163
+ }
164
+ .suggestion {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 20px;
168
+ padding: 26px 6px;
169
+ border-radius: 16px;
170
+ }
171
+ .suggestion svg {
172
+ width: 36px;
173
+ height: 36px;
174
+ stroke: #757575;
175
+ stroke-width: 5;
176
+ fill: none;
177
+ }
178
+ .suggestion .bold {
179
+ font-weight: 700;
180
+ color: #222;
181
+ font-size: 36px;
182
+ }
183
+ .suggestion span {
184
+ font-size: 34px;
185
+ color: #424242;
186
+ }
187
+ .suggestion .muted {
188
+ color: #9E9E9E;
189
+ font-weight: 500;
190
+ }
191
+
192
+ /* Keyboard */
193
+ .keyboard {
194
+ position: absolute;
195
+ left: 0;
196
+ bottom: 72px;
197
+ width: 100%;
198
+ height: 900px;
199
+ background: #1F1F1F;
200
+ border-top-left-radius: 24px;
201
+ border-top-right-radius: 24px;
202
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.2);
203
+ padding: 18px 22px;
204
+ display: flex;
205
+ flex-direction: column;
206
+ gap: 16px;
207
+ }
208
+ .kb-suggest {
209
+ height: 80px;
210
+ background: #2A2A2A;
211
+ border-radius: 18px;
212
+ display: flex;
213
+ align-items: center;
214
+ padding: 0 20px;
215
+ color: #E0E0E0;
216
+ font-size: 30px;
217
+ gap: 22px;
218
+ }
219
+ .kb-suggest .divider {
220
+ width: 2px;
221
+ height: 28px;
222
+ background: #616161;
223
+ margin: 0 8px;
224
+ }
225
+ .kb-suggest .mic {
226
+ margin-left: auto;
227
+ width: 32px;
228
+ height: 32px;
229
+ stroke: #B0BEC5;
230
+ stroke-width: 4;
231
+ fill: none;
232
+ }
233
+ .kb-row {
234
+ display: grid;
235
+ grid-template-columns: repeat(11, 1fr);
236
+ gap: 12px;
237
+ }
238
+ .kb-row.row2 {
239
+ grid-template-columns: repeat(10, 1fr);
240
+ padding: 0 40px;
241
+ }
242
+ .kb-row.row3 {
243
+ grid-template-columns: 1.2fr repeat(8, 1fr) 1.2fr;
244
+ }
245
+ .key {
246
+ background: #2C2C2C;
247
+ color: #FAFAFA;
248
+ border-radius: 14px;
249
+ height: 112px;
250
+ display: flex;
251
+ align-items: center;
252
+ justify-content: center;
253
+ font-size: 38px;
254
+ font-weight: 500;
255
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
256
+ }
257
+ .key.small {
258
+ height: 100px;
259
+ font-size: 34px;
260
+ }
261
+ .key-func {
262
+ background: #2A2A2A;
263
+ color: #D6D6D6;
264
+ font-weight: 600;
265
+ }
266
+ .space-key {
267
+ flex: 1;
268
+ height: 112px;
269
+ background: #2C2C2C;
270
+ border-radius: 14px;
271
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
272
+ }
273
+ .bottom-row {
274
+ display: grid;
275
+ grid-template-columns: 1.6fr 1.2fr 5.2fr 1.2fr 1.8fr;
276
+ gap: 12px;
277
+ padding: 0 16px;
278
+ }
279
+ .search-btn {
280
+ background: #C7DAF6;
281
+ color: #263238;
282
+ }
283
+ .search-btn svg {
284
+ width: 38px;
285
+ height: 38px;
286
+ stroke: #263238;
287
+ stroke-width: 5;
288
+ fill: none;
289
+ }
290
+ .backspace svg {
291
+ width: 36px;
292
+ height: 36px;
293
+ fill: none;
294
+ stroke: #FAFAFA;
295
+ stroke-width: 5;
296
+ }
297
+ .shift svg {
298
+ width: 34px;
299
+ height: 34px;
300
+ fill: none;
301
+ stroke: #FAFAFA;
302
+ stroke-width: 5;
303
+ }
304
+
305
+ /* Gesture bar */
306
+ .gesture-bar {
307
+ position: absolute;
308
+ bottom: 18px;
309
+ left: 50%;
310
+ transform: translateX(-50%);
311
+ width: 280px;
312
+ height: 10px;
313
+ background: #E0E0E0;
314
+ border-radius: 10px;
315
+ }
316
+ </style>
317
+ </head>
318
+ <body>
319
+ <div id="render-target">
320
+ <!-- Status Bar -->
321
+ <div class="status-bar">
322
+ <div class="status-time">10:27</div>
323
+ <div class="status-right">
324
+ <div class="status-dot"></div>
325
+ <svg class="status-icon" viewBox="0 0 24 24">
326
+ <path d="M3 18h18" stroke="#616161" stroke-width="2" />
327
+ <path d="M5 14h14" stroke="#616161" stroke-width="2" />
328
+ <path d="M8 10h8" stroke="#616161" stroke-width="2" />
329
+ </svg>
330
+ <svg class="status-icon" viewBox="0 0 24 24">
331
+ <path d="M2 18h20M4 14h16M6 10h12" stroke="#616161" stroke-width="2" />
332
+ </svg>
333
+ <svg class="status-icon" viewBox="0 0 24 24">
334
+ <rect x="2" y="6" width="16" height="12" rx="2" stroke="#616161" stroke-width="2" fill="none"/>
335
+ <path d="M20 10v4" stroke="#616161" stroke-width="2"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Search Header -->
341
+ <div class="search-header">
342
+ <button class="back-btn" aria-label="Back">
343
+ <svg viewBox="0 0 24 24">
344
+ <path d="M15 5L7 12l8 7" />
345
+ </svg>
346
+ </button>
347
+ <div class="search-field">
348
+ <span class="query">black formal pants for women</span>
349
+ <button class="close-btn" aria-label="Clear">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M6 6l12 12M18 6L6 18"/>
352
+ </svg>
353
+ </button>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Category Chips -->
358
+ <div class="chips-row">
359
+ <div class="chip active">
360
+ <div class="chip-avatar">[IMG: Category]</div>
361
+ <span>All</span>
362
+ </div>
363
+ <div class="chip">
364
+ <div class="chip-avatar">[IMG: Women]</div>
365
+ <span>Women</span>
366
+ </div>
367
+ <div class="chip">
368
+ <div class="chip-avatar">[IMG: Men]</div>
369
+ <span>Men</span>
370
+ </div>
371
+ <div class="chip">
372
+ <div class="chip-avatar">[IMG: Kids]</div>
373
+ <span>Kids</span>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Suggestions -->
378
+ <div class="suggestions">
379
+ <div class="suggestion">
380
+ <svg viewBox="0 0 24 24">
381
+ <circle cx="10" cy="10" r="7"/>
382
+ <path d="M15 15l6 6"/>
383
+ </svg>
384
+ <span class="bold">Black formal pants for women</span>
385
+ </div>
386
+ <div class="suggestion">
387
+ <svg viewBox="0 0 24 24">
388
+ <circle cx="10" cy="10" r="7"/>
389
+ <path d="M15 15l6 6"/>
390
+ </svg>
391
+ <span>Black formal for women pant</span>
392
+ </div>
393
+ <div class="suggestion">
394
+ <svg viewBox="0 0 24 24">
395
+ <circle cx="10" cy="10" r="7"/>
396
+ <path d="M15 15l6 6"/>
397
+ </svg>
398
+ <span><span class="muted">TINTED </span><span class="bold">Black Formal Pants for Women</span></span>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Keyboard -->
403
+ <div class="keyboard">
404
+ <div class="kb-suggest">
405
+ <span>women</span>
406
+ <span class="divider"></span>
407
+ <span>womens</span>
408
+ <span class="divider"></span>
409
+ <span>women's</span>
410
+ <svg class="mic" viewBox="0 0 24 24">
411
+ <rect x="8" y="4" width="8" height="10" rx="4"/>
412
+ <path d="M12 14v4M8 12c0 2.2 1.8 4 4 4s4-1.8 4-4" />
413
+ </svg>
414
+ </div>
415
+
416
+ <div class="kb-row row1">
417
+ <div class="key">q</div>
418
+ <div class="key">w</div>
419
+ <div class="key">e</div>
420
+ <div class="key">r</div>
421
+ <div class="key">t</div>
422
+ <div class="key">y</div>
423
+ <div class="key">u</div>
424
+ <div class="key">i</div>
425
+ <div class="key">o</div>
426
+ <div class="key">p</div>
427
+ <div class="key backspace" aria-label="Backspace">
428
+ <svg viewBox="0 0 24 24">
429
+ <path d="M4 12l6-6h10v12H10z"/>
430
+ <path d="M12 9l6 6M18 9l-6 6"/>
431
+ </svg>
432
+ </div>
433
+ </div>
434
+
435
+ <div class="kb-row row2">
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 key-func">↵</div>
446
+ </div>
447
+
448
+ <div class="kb-row row3">
449
+ <div class="key shift" aria-label="Shift">
450
+ <svg viewBox="0 0 24 24">
451
+ <path d="M12 4l8 8h-5v8H9v-8H4z"/>
452
+ </svg>
453
+ </div>
454
+ <div class="key">z</div>
455
+ <div class="key">x</div>
456
+ <div class="key">c</div>
457
+ <div class="key">v</div>
458
+ <div class="key">b</div>
459
+ <div class="key">n</div>
460
+ <div class="key">m</div>
461
+ <div class="key key-func">⌫</div>
462
+ </div>
463
+
464
+ <div class="bottom-row">
465
+ <div class="key key-func">?123</div>
466
+ <div class="key key-func">☺</div>
467
+ <div class="space-key"></div>
468
+ <div class="key key-func">.</div>
469
+ <div class="key search-btn" aria-label="Search">
470
+ <svg viewBox="0 0 24 24">
471
+ <circle cx="10" cy="10" r="7"/>
472
+ <path d="M15 15l6 6"/>
473
+ </svg>
474
+ </div>
475
+ </div>
476
+ </div>
477
+
478
+ <!-- Gesture bar -->
479
+ <div class="gesture-bar"></div>
480
+ </div>
481
+ </body>
482
+ </html>
code/10105/10105_3.html ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Refine Results - Mobile Filter</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1440px; height:3120px; position:relative; overflow:hidden;
9
+ background:#ffffff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; width:100%; height:120px;
15
+ padding:0 50px; box-sizing:border-box;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#1c1c1c; font-size:48px;
18
+ }
19
+ .sb-left, .sb-right { display:flex; align-items:center; gap:30px; }
20
+ .dot { width:18px; height:18px; background:#1c1c1c; border-radius:50%; display:inline-block; }
21
+ .sb-icon {
22
+ width:46px; height:46px; border:2px solid #1c1c1c; border-radius:6px;
23
+ display:inline-block;
24
+ }
25
+ .search-icon {
26
+ width:46px; height:46px; border-radius:50%; border:2px solid #1c1c1c;
27
+ position:relative;
28
+ }
29
+ .search-icon::after{
30
+ content:""; position:absolute; width:18px; height:4px; background:#1c1c1c;
31
+ right:-6px; bottom:6px; transform:rotate(40deg);
32
+ }
33
+ .wifi-icon { width:48px; height:36px; position:relative; }
34
+ .wifi-icon:before, .wifi-icon:after {
35
+ content:""; position:absolute; left:0; right:0; margin:auto; border:3px solid #333; border-radius:50%;
36
+ }
37
+ .wifi-icon:before { width:48px; height:36px; top:0; }
38
+ .wifi-icon:after { width:28px; height:20px; top:8px; }
39
+ .battery {
40
+ width:80px; height:40px; border:3px solid #333; border-radius:6px; position:relative;
41
+ }
42
+ .battery:after { content:""; position:absolute; right:-12px; top:8px; width:12px; height:24px; background:#333; border-radius:2px; }
43
+ .battery .level { position:absolute; left:6px; top:6px; right:16px; bottom:6px; background:#333; }
44
+
45
+ /* Header */
46
+ .header {
47
+ position:absolute; top:120px; left:0; width:100%; height:140px;
48
+ display:flex; align-items:center; justify-content:space-between;
49
+ padding:0 50px; box-sizing:border-box;
50
+ border-bottom:1px solid #eee;
51
+ }
52
+ .link-clear {
53
+ font-size:52px; letter-spacing:2px; color:#111; font-weight:700;
54
+ }
55
+ .title {
56
+ font-size:56px; letter-spacing:4px; color:#111; font-weight:700;
57
+ }
58
+ .close {
59
+ width:80px; height:80px; border:4px solid #000; border-radius:50%;
60
+ display:flex; align-items:center; justify-content:center; font-size:56px; font-weight:bold; color:#000;
61
+ }
62
+
63
+ /* Content */
64
+ .content { position:absolute; top:260px; left:0; right:0; bottom:200px; overflow-y:auto; padding:0 50px 240px; box-sizing:border-box; }
65
+ .section { margin-top:70px; }
66
+ .section-title {
67
+ font-size:56px; color:#1a1a1a; font-weight:700; margin-bottom:36px; display:flex; align-items:center; gap:20px;
68
+ }
69
+ .count-pill {
70
+ background:#000; color:#fff; font-size:40px; padding:8px 22px; border-radius:12px; font-weight:700;
71
+ }
72
+
73
+ /* Chips */
74
+ .chips { display:flex; flex-wrap:wrap; gap:30px; }
75
+ .chip {
76
+ padding:26px 46px; border:3px solid #cfcfcf; border-radius:16px;
77
+ color:#777; background:#f8f8f8; font-size:48px; letter-spacing:1px;
78
+ }
79
+ .chip.selected { border-color:#000; border-width:4px; color:#000; background:#fff; }
80
+ .chip.disabled { color:#bbb; border-color:#e5e5e5; background:#fafafa; }
81
+
82
+ /* Bottom bar */
83
+ .bottom-bar {
84
+ position:absolute; left:0; right:0; bottom:0; height:160px; background:#000;
85
+ color:#fff; display:flex; align-items:center; justify-content:space-between;
86
+ padding:0 60px; box-sizing:border-box;
87
+ }
88
+ .bottom-bar .result-text { font-size:56px; letter-spacing:3px; font-weight:800; }
89
+ .arrow {
90
+ width:70px; height:70px; border-right:8px solid #fff; border-top:8px solid #fff; transform:rotate(45deg);
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status Bar -->
98
+ <div class="status-bar">
99
+ <div class="sb-left">
100
+ <div>2:22</div>
101
+ <div class="sb-icon"></div>
102
+ <div class="search-icon"></div>
103
+ <div style="font-weight:bold;">B</div>
104
+ <div class="dot"></div>
105
+ <div class="dot" style="opacity:0.6;"></div>
106
+ </div>
107
+ <div class="sb-right">
108
+ <div class="wifi-icon"></div>
109
+ <div class="battery"><div class="level"></div></div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Header -->
114
+ <div class="header">
115
+ <div class="link-clear">CLEAR ALL</div>
116
+ <div class="title">REFINE RESULTS</div>
117
+ <div class="close">×</div>
118
+ </div>
119
+
120
+ <!-- Content -->
121
+ <div class="content">
122
+ <!-- Size -->
123
+ <div class="section">
124
+ <div class="section-title">Size</div>
125
+ <div class="chips">
126
+ <div class="chip">6</div>
127
+ <div class="chip">7</div>
128
+ <div class="chip">7.5</div>
129
+ <div class="chip">8</div>
130
+ <div class="chip">8.5</div>
131
+ <div class="chip">9</div>
132
+ <div class="chip">9.5</div>
133
+ <div class="chip">10</div>
134
+ <div class="chip">10.5</div>
135
+
136
+ <div class="chip">11</div>
137
+ <div class="chip">11.5</div>
138
+ <div class="chip">12</div>
139
+ <div class="chip">13</div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Collection -->
144
+ <div class="section">
145
+ <div class="section-title">Collection <span class="count-pill">1</span></div>
146
+ <div class="chips">
147
+ <div class="chip">ULTRABOOST</div>
148
+ <div class="chip">ADIZERO</div>
149
+ <div class="chip">ADILETTE</div>
150
+ <div class="chip selected">NMD</div>
151
+
152
+ <div class="chip">SUPERSTAR</div>
153
+ <div class="chip">FORUM</div>
154
+ <div class="chip">STAN SMITH</div>
155
+ <div class="chip">PREDATOR</div>
156
+ <div class="chip">X</div>
157
+
158
+ <div class="chip">SAMBA</div>
159
+ <div class="chip">GAZELLE</div>
160
+ <div class="chip">RIVALRY</div>
161
+ <div class="chip">OZ</div>
162
+ <div class="chip">CAMPUS</div>
163
+
164
+ <div class="chip">COPA</div>
165
+ <div class="chip">ADIFORM</div>
166
+ <div class="chip">FREE HIKER</div>
167
+ <div class="chip">XPLR</div>
168
+ <div class="chip">ICON</div>
169
+
170
+ <div class="chip">LITE RACER</div>
171
+ <div class="chip">NIZZA</div>
172
+ <div class="chip">4DFWD</div>
173
+ <div class="chip">DURAMO</div>
174
+
175
+ <div class="chip">ADVENTURE</div>
176
+ <div class="chip">RETROPY</div>
177
+ <div class="chip">AVRYN</div>
178
+ <div class="chip">SWIFT</div>
179
+ <div class="chip">RDY</div>
180
+
181
+ <div class="chip">TRAE</div>
182
+ <div class="chip">AFTERBURNER</div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Features -->
187
+ <div class="section">
188
+ <div class="section-title">Features <span class="count-pill">1</span></div>
189
+ <div class="chips">
190
+ <div class="chip selected">STRETCH</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Technology -->
195
+ <div class="section">
196
+ <div class="section-title">Technology</div>
197
+ <div class="chips">
198
+ <div class="chip disabled">BOOST</div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Bottom bar -->
204
+ <div class="bottom-bar">
205
+ <div class="result-text">1 RESULT</div>
206
+ <div class="arrow"></div>
207
+ </div>
208
+
209
+ </div>
210
+ </body>
211
+ </html>
code/10108/10108_0.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Busuu Onboarding Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 110px;
28
+ background: #1f4b7a;
29
+ color: #ffffff;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 36px;
33
+ box-sizing: border-box;
34
+ font-weight: 600;
35
+ }
36
+ .status-bar .time {
37
+ font-size: 40px;
38
+ letter-spacing: 1px;
39
+ }
40
+ .status-bar .right {
41
+ margin-left: auto;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .status-dot {
47
+ width: 12px; height: 12px; background: #fff; opacity: 0.7; border-radius: 50%;
48
+ }
49
+ .battery {
50
+ width: 70px; height: 30px; border: 3px solid #fff; border-radius: 6px; position: relative;
51
+ }
52
+ .battery::after {
53
+ content: "";
54
+ position: absolute; right: -10px; top: 9px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
55
+ }
56
+ .battery .level {
57
+ position: absolute; left: 3px; top: 3px; bottom: 3px; right: 12px; background: #fff;
58
+ }
59
+
60
+ /* Hero gradient area */
61
+ .hero {
62
+ position: absolute;
63
+ top: 110px; /* under status bar */
64
+ left: 0;
65
+ width: 1080px;
66
+ height: 1550px;
67
+ background: linear-gradient(180deg, #3e7df0 0%, #4b2be7 100%);
68
+ }
69
+
70
+ /* Logo */
71
+ .logo-wrap {
72
+ width: 100%;
73
+ box-sizing: border-box;
74
+ padding: 120px 80px 0 80px;
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 26px;
78
+ }
79
+ .logo-icon {
80
+ width: 120px;
81
+ height: 120px;
82
+ border-radius: 32px;
83
+ background: #ffffff;
84
+ position: relative;
85
+ overflow: hidden;
86
+ }
87
+ .logo-icon::after {
88
+ content: "";
89
+ position: absolute;
90
+ right: -14%;
91
+ bottom: -14%;
92
+ width: 80%;
93
+ height: 80%;
94
+ background: #a9c3ff;
95
+ border-top-left-radius: 100px;
96
+ border-bottom-right-radius: 24px;
97
+ }
98
+ .logo-text {
99
+ color: #ffffff;
100
+ }
101
+ .logo-text .brand {
102
+ font-weight: 800;
103
+ font-size: 110px;
104
+ line-height: 1;
105
+ }
106
+ .logo-text .tagline {
107
+ font-size: 44px;
108
+ opacity: 0.9;
109
+ margin-top: 10px;
110
+ }
111
+
112
+ /* Floating circle placeholders (flags/illustration) */
113
+ .circle {
114
+ position: absolute;
115
+ border-radius: 50%;
116
+ background: #E0E0E0;
117
+ border: 1px solid #BDBDBD;
118
+ color: #757575;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ text-align: center;
123
+ padding: 12px;
124
+ box-sizing: border-box;
125
+ }
126
+ .circle.small { font-size: 28px; }
127
+ .circle.medium { font-size: 30px; }
128
+ .circle.large { font-size: 32px; }
129
+ .circle.center-illustration { font-size: 34px; background: #E0E0E0; }
130
+
131
+ /* Bottom sheet */
132
+ .sheet {
133
+ position: absolute;
134
+ left: 0;
135
+ right: 0;
136
+ top: 1520px;
137
+ height: 880px;
138
+ background: #ffffff;
139
+ border-top-left-radius: 90px;
140
+ border-top-right-radius: 90px;
141
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
142
+ padding: 80px 64px 40px 64px;
143
+ box-sizing: border-box;
144
+ display: flex;
145
+ flex-direction: column;
146
+ align-items: center;
147
+ }
148
+ .title {
149
+ text-align: center;
150
+ color: #111419;
151
+ font-size: 68px;
152
+ font-weight: 800;
153
+ line-height: 1.15;
154
+ margin: 10px 0 56px 0;
155
+ max-width: 920px;
156
+ }
157
+ .btn {
158
+ width: 960px;
159
+ height: 140px;
160
+ background: #66e39c;
161
+ border-radius: 90px;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ color: #10351d;
166
+ font-weight: 700;
167
+ font-size: 48px;
168
+ box-shadow: 0 8px 0 rgba(0,0,0,0.05) inset;
169
+ }
170
+ .meta {
171
+ margin-top: 40px;
172
+ font-size: 36px;
173
+ color: #7b8594;
174
+ }
175
+ .meta a {
176
+ color: #3b72f6;
177
+ text-decoration: underline;
178
+ }
179
+
180
+ /* Bottom gesture bar (visual only) */
181
+ .gesture {
182
+ position: absolute;
183
+ bottom: 22px;
184
+ left: 50%;
185
+ transform: translateX(-50%);
186
+ width: 320px;
187
+ height: 10px;
188
+ border-radius: 6px;
189
+ background: #000;
190
+ opacity: 0.6;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+
197
+ <!-- Status bar -->
198
+ <div class="status-bar">
199
+ <div class="time">6:40</div>
200
+ <div class="right">
201
+ <div class="status-dot"></div>
202
+ <div class="status-dot"></div>
203
+ <div class="status-dot"></div>
204
+ <div class="battery"><div class="level"></div></div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Hero area -->
209
+ <div class="hero">
210
+ <div class="logo-wrap">
211
+ <div class="logo-icon"></div>
212
+ <div class="logo-text">
213
+ <div class="brand">Busuu</div>
214
+ <div class="tagline">a Chegg service</div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Floating circle placeholders -->
219
+ <div class="circle small" style="width:170px;height:170px; top:520px; left:170px;">[IMG: Flag]</div>
220
+ <div class="circle small" style="width:160px;height:160px; top:520px; left:470px;">[IMG: Flag]</div>
221
+ <div class="circle large" style="width:380px;height:380px; top:460px; right:60px;">[IMG: Flag]</div>
222
+ <div class="circle medium" style="width:330px;height:330px; top:850px; left:60px; opacity:0.9;">[IMG: Flag]</div>
223
+ <div class="circle center-illustration" style="width:440px;height:440px; top:860px; left:320px;">[IMG: Person using phone]</div>
224
+ <div class="circle small" style="width:170px;height:170px; top:930px; right:120px;">[IMG: Flag]</div>
225
+ <div class="circle medium" style="width:320px;height:320px; top:1180px; left:170px; opacity:0.85;">[IMG: Flag]</div>
226
+ <div class="circle medium" style="width:200px;height:200px; top:1200px; left:660px;">[IMG: Emblem]</div>
227
+ <div class="circle medium" style="width:300px;height:300px; top:1180px; right:80px;">[IMG: Flag]</div>
228
+ </div>
229
+
230
+ <!-- Bottom content sheet -->
231
+ <div class="sheet">
232
+ <div class="title">Learn a language in 3 minutes a day</div>
233
+ <div class="btn">Start learning</div>
234
+ <div class="meta">Already have an account? <a href="#">Log in</a></div>
235
+ </div>
236
+
237
+ <div class="gesture"></div>
238
+ </div>
239
+ </body>
240
+ </html>
code/10109/10109_4.html ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Track Pants Search - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000;
15
+ color: #fff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+ .topbar {
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ padding: 54px 36px 10px 24px;
23
+ }
24
+ .top-left {
25
+ display: flex;
26
+ align-items: center;
27
+ gap: 18px;
28
+ }
29
+ .back-btn {
30
+ width: 72px;
31
+ height: 72px;
32
+ border-radius: 36px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+ .title {
38
+ font-size: 64px;
39
+ font-weight: 800;
40
+ letter-spacing: -0.5px;
41
+ }
42
+ .top-actions {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 18px;
46
+ }
47
+ .circle-icon {
48
+ width: 96px;
49
+ height: 96px;
50
+ border-radius: 48px;
51
+ background: #1a1a1a;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ }
56
+ .row {
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 6px 36px 0 36px;
60
+ justify-content: space-between;
61
+ }
62
+ .link {
63
+ color: #4C97FF;
64
+ font-size: 38px;
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 12px;
68
+ }
69
+ .right-links {
70
+ display: flex;
71
+ gap: 42px;
72
+ align-items: center;
73
+ }
74
+ .right-links .link {
75
+ font-size: 38px;
76
+ }
77
+ .section {
78
+ padding: 36px;
79
+ }
80
+ .section h3 {
81
+ margin: 0 0 24px 0;
82
+ font-size: 52px;
83
+ }
84
+ .chips {
85
+ display: flex;
86
+ flex-wrap: wrap;
87
+ gap: 18px;
88
+ }
89
+ .chip {
90
+ padding: 18px 34px;
91
+ background: #141414;
92
+ border: 2px solid #4a4a4a;
93
+ color: #eaeaea;
94
+ border-radius: 40px;
95
+ font-size: 36px;
96
+ }
97
+ .divider {
98
+ height: 2px;
99
+ background: #2a2a2a;
100
+ margin: 12px 36px 24px;
101
+ }
102
+ .card {
103
+ display: flex;
104
+ gap: 28px;
105
+ padding: 24px 36px;
106
+ }
107
+ .thumb {
108
+ width: 320px;
109
+ height: 320px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ color: #757575;
113
+ border-radius: 36px;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ font-size: 32px;
118
+ position: relative;
119
+ overflow: hidden;
120
+ }
121
+ .heart-badge {
122
+ position: absolute;
123
+ right: 16px;
124
+ top: 16px;
125
+ width: 88px;
126
+ height: 88px;
127
+ background: rgba(0,0,0,0.55);
128
+ border-radius: 44px;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+ .info {
134
+ flex: 1;
135
+ padding-top: 4px;
136
+ }
137
+ .title2 {
138
+ font-size: 44px;
139
+ line-height: 1.22;
140
+ margin: 0 0 10px 0;
141
+ font-weight: 700;
142
+ color: #eee;
143
+ }
144
+ .subtitle {
145
+ color: #bdbdbd;
146
+ font-size: 34px;
147
+ margin-top: 6px;
148
+ }
149
+ .price {
150
+ font-size: 56px;
151
+ font-weight: 800;
152
+ margin: 12px 0 8px;
153
+ }
154
+ .strike {
155
+ color: #bdbdbd;
156
+ text-decoration: line-through;
157
+ margin-right: 10px;
158
+ }
159
+ .percent {
160
+ color: #bdbdbd;
161
+ font-size: 34px;
162
+ }
163
+ .meta {
164
+ color: #bdbdbd;
165
+ font-size: 34px;
166
+ margin-top: 6px;
167
+ line-height: 1.35;
168
+ }
169
+ .sponsored {
170
+ color: #8a8a8a;
171
+ font-size: 34px;
172
+ padding: 12px 36px 18px 36px;
173
+ }
174
+ .results-count {
175
+ text-align: center;
176
+ color: #ddd;
177
+ font-size: 40px;
178
+ padding: 18px 0 18px;
179
+ }
180
+ .bottom-nav {
181
+ position: absolute;
182
+ left: 0;
183
+ right: 0;
184
+ bottom: 0;
185
+ height: 240px;
186
+ background: #121212;
187
+ border-top: 2px solid #2a2a2a;
188
+ padding-top: 18px;
189
+ }
190
+ .nav-items {
191
+ display: flex;
192
+ justify-content: space-around;
193
+ padding: 0 24px;
194
+ }
195
+ .nav-item {
196
+ display: flex;
197
+ flex-direction: column;
198
+ align-items: center;
199
+ gap: 10px;
200
+ color: #cfcfcf;
201
+ font-size: 28px;
202
+ }
203
+ .nav-item .ico {
204
+ width: 88px;
205
+ height: 88px;
206
+ border-radius: 44px;
207
+ background: #1a1a1a;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ }
212
+ .nav-item.active .ico {
213
+ background: #0d3b66;
214
+ box-shadow: inset 0 0 0 4px #2e6ef7;
215
+ }
216
+ .home-indicator {
217
+ position: absolute;
218
+ bottom: 24px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 320px;
222
+ height: 12px;
223
+ border-radius: 6px;
224
+ background: #fff;
225
+ opacity: 0.9;
226
+ }
227
+ /* small svg tint helpers */
228
+ svg { display: block; }
229
+ </style>
230
+ </head>
231
+ <body>
232
+ <div id="render-target">
233
+
234
+ <div class="topbar">
235
+ <div class="top-left">
236
+ <div class="back-btn">
237
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
238
+ <path d="M15 18L9 12l6-6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="title">track pants</div>
242
+ </div>
243
+ <div class="top-actions">
244
+ <div class="circle-icon">
245
+ <!-- search -->
246
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
247
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/>
248
+ <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
249
+ </svg>
250
+ </div>
251
+ <div class="circle-icon">
252
+ <!-- camera -->
253
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
254
+ <rect x="3" y="7" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
255
+ <path d="M9 7l1.5-2h3L15 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
256
+ <circle cx="12" cy="13" r="3.5" stroke="#fff" stroke-width="2"/>
257
+ </svg>
258
+ </div>
259
+ <div class="circle-icon">
260
+ <!-- cart -->
261
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
262
+ <path d="M6 6h14l-2 8H8L6 4H3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
263
+ <circle cx="9" cy="20" r="1.8" fill="#fff"/>
264
+ <circle cx="18" cy="20" r="1.8" fill="#fff"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="row">
271
+ <div class="link">
272
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
273
+ <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#4C97FF" stroke-width="2"/>
274
+ </svg>
275
+ <span>Save this search</span>
276
+ </div>
277
+ <div class="right-links">
278
+ <div class="link">
279
+ <span>Sort</span>
280
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
281
+ <path d="M7 6h10M7 12h6M7 18h2" stroke="#4C97FF" stroke-width="2" stroke-linecap="round"/>
282
+ </svg>
283
+ </div>
284
+ <div class="link">
285
+ <span>Filter</span>
286
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
287
+ <path d="M3 5h18l-7 8v5l-4 2v-7L3 5z" stroke="#4C97FF" stroke-width="2" stroke-linejoin="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="section">
294
+ <h3>Shop by Color</h3>
295
+ <div class="chips">
296
+ <div class="chip">Black</div>
297
+ <div class="chip">Blue</div>
298
+ <div class="chip">Gray</div>
299
+ <div class="chip">Green</div>
300
+ <div class="chip">Yellow</div>
301
+ <div class="chip">White</div>
302
+ </div>
303
+ </div>
304
+
305
+ <div class="divider"></div>
306
+
307
+ <!-- Product 1 -->
308
+ <div class="card">
309
+ <div class="thumb">
310
+ [IMG: Track pants collage]
311
+ <div class="heart-badge">
312
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
313
+ <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ <div class="info">
318
+ <div class="title2">Mens Fleece Sweat Track Pants w Pockets Jogger Sports Casual Trackies Cuffed Hem</div>
319
+ <div class="subtitle">Brand New</div>
320
+ <div class="price">$10.73</div>
321
+ <div class="percent"><span class="strike">$22.16</span>· 52% off</div>
322
+ <div class="meta">+$8.87 shipping from Australia<br>33+ sold</div>
323
+ </div>
324
+ </div>
325
+
326
+ <div class="sponsored">Sponsored</div>
327
+
328
+ <div class="divider"></div>
329
+
330
+ <!-- Product 2 -->
331
+ <div class="card">
332
+ <div class="thumb">
333
+ [IMG: Adidas tricot jogger pants]
334
+ <div class="heart-badge">
335
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
336
+ <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+ <div class="info">
341
+ <div class="title2">NWT Adidas Tricot JOGGER Pant Mens Training Track Pants 3 Stripe Black Grey Gray</div>
342
+ <div class="subtitle">Brand New</div>
343
+ <div class="price">$38.99 to $40.99</div>
344
+ <div class="meta">+$25.30 shipping from United States<br>8+ sold</div>
345
+ </div>
346
+ </div>
347
+
348
+ <div class="sponsored">Sponsored</div>
349
+
350
+ <div class="divider"></div>
351
+
352
+ <div class="results-count">57,000+ results</div>
353
+
354
+ <!-- Bottom Navigation -->
355
+ <div class="bottom-nav">
356
+ <div class="nav-items">
357
+ <div class="nav-item">
358
+ <div class="ico">
359
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
360
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-8z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
361
+ </svg>
362
+ </div>
363
+ <div>Home</div>
364
+ </div>
365
+ <div class="nav-item">
366
+ <div class="ico">
367
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
368
+ <circle cx="12" cy="8" r="4" stroke="#fff" stroke-width="2"/>
369
+ <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
370
+ </svg>
371
+ </div>
372
+ <div>My eBay</div>
373
+ </div>
374
+ <div class="nav-item active">
375
+ <div class="ico">
376
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
377
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/>
378
+ <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
379
+ </svg>
380
+ </div>
381
+ <div>Search</div>
382
+ </div>
383
+ <div class="nav-item">
384
+ <div class="ico">
385
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
386
+ <path d="M18 8a6 6 0 11-12 0 6 6 0 0112 0z" stroke="#fff" stroke-width="2"/>
387
+ <path d="M21 21l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
388
+ </svg>
389
+ </div>
390
+ <div>Inbox</div>
391
+ </div>
392
+ <div class="nav-item">
393
+ <div class="ico">
394
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
395
+ <path d="M3 7l9-4 9 4v5c0 5-4 9-9 9S3 17 3 12V7z" stroke="#fff" stroke-width="2"/>
396
+ <path d="M12 9v8" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
397
+ </svg>
398
+ </div>
399
+ <div>Selling</div>
400
+ </div>
401
+ </div>
402
+ <div class="home-indicator"></div>
403
+ </div>
404
+
405
+ </div>
406
+ </body>
407
+ </html>
code/1011/1011_0.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Switch FWD Running Shoes - UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF; color: #111;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 80px; padding: 0 32px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #222; font-weight: 600; font-size: 36px;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 22px; }
21
+ .dot {
22
+ width: 26px; height: 26px; border-radius: 50%; background: #D7D7D7;
23
+ }
24
+ .signal { width: 32px; height: 22px; background: #D7D7D7; border-radius: 4px; }
25
+ .battery { width: 26px; height: 40px; border: 3px solid #D7D7D7; border-radius: 6px; position: relative; }
26
+ .battery:after { content: ""; position: absolute; top: -8px; left: 8px; width: 10px; height: 6px; background: #D7D7D7; border-radius: 2px; }
27
+
28
+ /* Header */
29
+ .header {
30
+ padding: 10px 40px 20px 40px;
31
+ display: flex; align-items: center; justify-content: space-between;
32
+ }
33
+ .title {
34
+ font-size: 48px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
35
+ }
36
+ .header-actions { display: flex; align-items: center; gap: 28px; }
37
+ .pill {
38
+ padding: 14px 26px; border: 3px solid #111; border-radius: 40px;
39
+ font-size: 36px; font-weight: 700;
40
+ }
41
+ .icon-btn { width: 68px; height: 68px; display: flex; align-items: center; justify-content: center; }
42
+ .icon-btn svg { width: 48px; height: 48px; }
43
+
44
+ /* Thumbnails strip */
45
+ .thumb-strip {
46
+ display: flex; align-items: center; gap: 36px;
47
+ padding: 20px 40px;
48
+ overflow: hidden;
49
+ }
50
+ .thumb {
51
+ width: 160px; height: 100px;
52
+ background: #E0E0E0; border: 1px solid #BDBDBD;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #757575; font-size: 26px; border-radius: 12px;
55
+ }
56
+ .thumb.active { outline: 6px solid #EDEDED; }
57
+
58
+ /* Accessory cards quick row (prices $20, $50, $65) */
59
+ .accessories {
60
+ display: flex; gap: 24px; padding: 10px 40px 26px 40px;
61
+ }
62
+ .acc-card {
63
+ flex: 1; min-width: 0;
64
+ background: #F6F6F6; border-radius: 16px; padding: 24px;
65
+ box-shadow: inset 0 0 0 1px #E0E0E0;
66
+ }
67
+ .acc-price {
68
+ display: inline-block; padding: 8px 16px; border: 2px solid #111; border-radius: 28px;
69
+ font-weight: 700; font-size: 28px; margin-bottom: 16px;
70
+ }
71
+ .acc-title { font-size: 32px; font-weight: 800; text-transform: uppercase; line-height: 1.1; }
72
+ .acc-sub { color: #6f6f6f; margin-top: 12px; font-size: 28px; }
73
+
74
+ /* Section title */
75
+ .section-title {
76
+ padding: 36px 40px 14px 40px;
77
+ font-size: 56px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase;
78
+ }
79
+
80
+ /* Product grid */
81
+ .product-grid {
82
+ display: flex; gap: 28px; padding: 0 40px;
83
+ }
84
+ .product-card {
85
+ flex: 1; background: #F4F4F4; border-radius: 16px; overflow: hidden;
86
+ box-shadow: inset 0 0 0 1px #E0E0E0;
87
+ position: relative;
88
+ }
89
+ .prod-img {
90
+ height: 380px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
91
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
92
+ }
93
+ .price-tag {
94
+ position: absolute; left: 24px; top: 24px;
95
+ background: #fff; border: 2px solid #111; border-radius: 28px;
96
+ padding: 10px 18px; font-weight: 800; font-size: 30px;
97
+ }
98
+ .prod-body { padding: 24px; }
99
+ .prod-name {
100
+ font-size: 38px; font-weight: 900; text-transform: uppercase; line-height: 1.15;
101
+ }
102
+ .prod-cat { color: #6f6f6f; font-size: 28px; margin-top: 12px; }
103
+
104
+ /* Questions section */
105
+ .questions { padding: 40px; margin-top: 36px; }
106
+ .questions h2 { font-size: 64px; font-weight: 900; letter-spacing: 2px; margin: 0 0 32px 0; }
107
+ .qa-row { display: flex; gap: 60px; }
108
+ .qa-card { flex: 1; }
109
+ .qa-title { font-size: 36px; margin-top: 18px; }
110
+ .cta { margin-top: 22px; font-weight: 900; font-size: 34px; display: inline-block; border-bottom: 6px solid #111; padding-bottom: 10px; }
111
+ .qa-icon {
112
+ width: 90px; height: 90px; border: 3px solid #111; border-radius: 14px;
113
+ display: flex; align-items: center; justify-content: center;
114
+ }
115
+ .qa-icon svg { width: 60px; height: 60px; }
116
+
117
+ /* Bottom bar mimic */
118
+ .bottom-handle {
119
+ position: absolute; bottom: 24px; left: 50%;
120
+ transform: translateX(-50%);
121
+ width: 420px; height: 12px; border-radius: 6px; background: #222;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status Bar -->
129
+ <div class="status-bar">
130
+ <div>5:12</div>
131
+ <div class="status-icons">
132
+ <div class="dot"></div>
133
+ <div class="dot"></div>
134
+ <div class="dot"></div>
135
+ <div class="signal"></div>
136
+ <div class="battery"></div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Header with title, price, close -->
141
+ <div class="header">
142
+ <div class="title">SWITCH FWD RUNNING SHOES</div>
143
+ <div class="header-actions">
144
+ <div class="pill">$140.00</div>
145
+ <div class="icon-btn" aria-label="Close">
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
148
+ </svg>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Thumbnail strip -->
154
+ <div class="thumb-strip">
155
+ <div class="thumb">[IMG: Shoe - Lime]</div>
156
+ <div class="thumb">[IMG: Shoe - Pink]</div>
157
+ <div class="thumb">[IMG: Shoe - Black]</div>
158
+ <div class="thumb">[IMG: Shoe - Beige]</div>
159
+ <div class="thumb active">[IMG: Shoe - Green]</div>
160
+ </div>
161
+
162
+ <!-- Accessories quick cards -->
163
+ <div class="accessories">
164
+ <div class="acc-card">
165
+ <div class="acc-price">$20.00</div>
166
+ <div class="acc-title">Multiple Width Training Headbands 3 Per...</div>
167
+ <div class="acc-sub">Performance</div>
168
+ </div>
169
+ <div class="acc-card">
170
+ <div class="acc-price">$50.00</div>
171
+ <div class="acc-title">Break the Norm Running Tank Top (Gender Neutral)</div>
172
+ <div class="acc-sub">Performance</div>
173
+ </div>
174
+ <div class="acc-card">
175
+ <div class="acc-price">$65.00</div>
176
+ <div class="acc-title">Break the Norm Graphic Sweat...</div>
177
+ <div class="acc-sub">Performance</div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- You may also like -->
182
+ <div class="section-title">YOU MAY ALSO LIKE</div>
183
+
184
+ <div class="product-grid">
185
+ <div class="product-card">
186
+ <div class="price-tag">$160.00</div>
187
+ <div class="prod-img">[IMG: Adizero Boston 12 - Lime/Grey]</div>
188
+ <div class="prod-body">
189
+ <div class="prod-name">Adizero Boston 12 Running Shoes</div>
190
+ <div class="prod-cat">Women's Performance</div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="product-card">
195
+ <div class="price-tag">$160.00</div>
196
+ <div class="prod-img">[IMG: Adizero Boston 12 - Grey]</div>
197
+ <div class="prod-body">
198
+ <div class="prod-name">Adizero Boston 12 Running Shoes</div>
199
+ <div class="prod-cat">Women's Performance</div>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="product-card">
204
+ <div class="price-tag">$190.00</div>
205
+ <div class="prod-img">[IMG: Ultraboost - Blue/White]</div>
206
+ <div class="prod-body">
207
+ <div class="prod-name">Ultraboost Running Shoes</div>
208
+ <div class="prod-cat">Performance</div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Questions section -->
214
+ <div class="questions">
215
+ <h2>QUESTIONS?</h2>
216
+ <div class="qa-row">
217
+ <div class="qa-card">
218
+ <div class="qa-icon" aria-hidden="true">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M3 6h12v9H9l-3 3v-3H3z" fill="none" stroke="#111" stroke-width="2.2" stroke-linejoin="round"/>
221
+ <path d="M15 9h6v9h-4l-2 2v-2h-0" fill="none" stroke="#111" stroke-width="2.2" stroke-linejoin="round"/>
222
+ </svg>
223
+ </div>
224
+ <div class="qa-title">Chat with an agent</div>
225
+ <div class="cta">START CHAT</div>
226
+ </div>
227
+
228
+ <div class="qa-card">
229
+ <div class="qa-icon" aria-hidden="true">
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#111" stroke-width="2.2"/>
232
+ <path d="M12 7c2 0 3 1.2 3 2.6 0 1.8-2 2.5-3 3.4" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round"/>
233
+ <circle cx="12" cy="17.2" r="1.2" fill="#111"/>
234
+ </svg>
235
+ </div>
236
+ <div class="qa-title">Visit our help section</div>
237
+ <div class="cta">FAQ & HELP</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="bottom-handle"></div>
243
+ </div>
244
+ </body>
245
+ </html>
code/10176/10176_5.html ADDED
@@ -0,0 +1,582 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Profile UI - Duolingo Style</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Inter", Arial, Helvetica, sans-serif;
11
+ color: #E9F0F6;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0f1e24; /* deep app background */
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 16px;
25
+ left: 30px;
26
+ right: 30px;
27
+ height: 60px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #D7E6EF;
32
+ font-weight: 600;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .icon-circle {
41
+ width: 26px;
42
+ height: 26px;
43
+ border-radius: 50%;
44
+ border: 2px solid #CFE3EF;
45
+ opacity: 0.9;
46
+ }
47
+ .wifi {
48
+ width: 26px;
49
+ height: 18px;
50
+ position: relative;
51
+ }
52
+ .wifi::before, .wifi::after {
53
+ content: "";
54
+ position: absolute;
55
+ left: 0;
56
+ right: 0;
57
+ margin: auto;
58
+ border: 2px solid #D7E6EF;
59
+ border-top-left-radius: 20px;
60
+ border-top-right-radius: 20px;
61
+ }
62
+ .wifi::before {
63
+ top: 0;
64
+ width: 22px;
65
+ height: 12px;
66
+ border-bottom: none;
67
+ }
68
+ .wifi::after {
69
+ top: 6px;
70
+ width: 12px;
71
+ height: 6px;
72
+ border-bottom: none;
73
+ }
74
+ .battery {
75
+ width: 42px;
76
+ height: 20px;
77
+ border: 2px solid #D7E6EF;
78
+ border-radius: 4px;
79
+ position: relative;
80
+ }
81
+ .battery::after {
82
+ content: "";
83
+ position: absolute;
84
+ right: -6px;
85
+ top: 6px;
86
+ width: 6px;
87
+ height: 8px;
88
+ background: #D7E6EF;
89
+ border-radius: 2px;
90
+ }
91
+ .battery-level {
92
+ position: absolute;
93
+ left: 3px;
94
+ top: 3px;
95
+ height: 12px;
96
+ width: 28px;
97
+ background: #93D976;
98
+ border-radius: 2px;
99
+ }
100
+
101
+ /* Header / hero area */
102
+ .hero {
103
+ position: absolute;
104
+ top: 0;
105
+ left: 0;
106
+ width: 1080px;
107
+ height: 660px;
108
+ background: linear-gradient(180deg, #14242A 0%, #132027 100%);
109
+ }
110
+ .gear {
111
+ position: absolute;
112
+ right: 48px;
113
+ top: 120px;
114
+ font-size: 54px;
115
+ color: #D9E7EF;
116
+ opacity: 0.9;
117
+ }
118
+ .avatar-silhouette {
119
+ position: absolute;
120
+ top: 170px;
121
+ left: 50%;
122
+ transform: translateX(-50%);
123
+ width: 520px;
124
+ height: 520px;
125
+ border-radius: 46%;
126
+ border: 8px dashed #6FB6D6;
127
+ background: #3E6F8B;
128
+ box-shadow: inset 0 0 0 14px rgba(54, 98, 120, 0.35);
129
+ }
130
+ .avatar-silhouette::before,
131
+ .avatar-silhouette::after {
132
+ content: "";
133
+ position: absolute;
134
+ background: #203D4A;
135
+ }
136
+ .avatar-silhouette::before {
137
+ width: 20px;
138
+ height: 120px;
139
+ left: 50%;
140
+ top: 50%;
141
+ transform: translate(-50%, -50%);
142
+ border-radius: 10px;
143
+ }
144
+ .avatar-silhouette::after {
145
+ width: 120px;
146
+ height: 20px;
147
+ left: 50%;
148
+ top: 50%;
149
+ transform: translate(-50%, -50%);
150
+ border-radius: 10px;
151
+ }
152
+
153
+ /* Content section */
154
+ .content {
155
+ position: absolute;
156
+ top: 660px;
157
+ left: 0;
158
+ right: 0;
159
+ bottom: 0;
160
+ padding: 0 40px 160px 40px;
161
+ }
162
+
163
+ .name-row {
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 18px;
167
+ margin-bottom: 16px;
168
+ }
169
+ .name-row .name {
170
+ font-size: 64px;
171
+ font-weight: 800;
172
+ color: #DDEAF2;
173
+ }
174
+ .flags {
175
+ display: flex;
176
+ gap: 16px;
177
+ }
178
+ .flag {
179
+ width: 72px;
180
+ height: 48px;
181
+ border-radius: 10px;
182
+ border: 2px solid rgba(255,255,255,0.15);
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ font-size: 26px;
187
+ font-weight: 700;
188
+ color: #ffffff;
189
+ }
190
+ .flag.br {
191
+ background: linear-gradient(180deg, #3AA64B 0%, #2F8D3F 100%);
192
+ }
193
+ .flag.fr {
194
+ background: linear-gradient(90deg, #2E5CE6 0%, #FFFFFF 50%, #E23B3B 100%);
195
+ }
196
+
197
+ .subline {
198
+ color: #9FB3C1;
199
+ font-size: 32px;
200
+ margin-top: 6px;
201
+ }
202
+
203
+ .follow-row {
204
+ display: flex;
205
+ gap: 44px;
206
+ margin: 34px 0 24px 0;
207
+ color: #9FB3C1;
208
+ font-size: 36px;
209
+ letter-spacing: 0.4px;
210
+ }
211
+ .follow-row .count {
212
+ color: #66B7FF;
213
+ font-weight: 800;
214
+ margin-right: 6px;
215
+ }
216
+
217
+ /* Add friends block */
218
+ .action-row {
219
+ display: flex;
220
+ align-items: center;
221
+ gap: 22px;
222
+ margin: 14px 0 36px;
223
+ }
224
+ .add-btn {
225
+ flex: 1;
226
+ background: #15242B;
227
+ border: 2px solid rgba(255,255,255,0.12);
228
+ color: #BDE1FF;
229
+ font-size: 40px;
230
+ font-weight: 700;
231
+ border-radius: 26px;
232
+ height: 120px;
233
+ display: flex;
234
+ align-items: center;
235
+ gap: 22px;
236
+ padding: 0 34px;
237
+ }
238
+ .add-icon {
239
+ width: 54px;
240
+ height: 54px;
241
+ border-radius: 50%;
242
+ background: #1E3340;
243
+ border: 2px solid #6BB5D5;
244
+ position: relative;
245
+ }
246
+ .add-icon::before, .add-icon::after {
247
+ content: "";
248
+ position: absolute;
249
+ background: #6BB5D5;
250
+ }
251
+ .add-icon::before {
252
+ width: 6px;
253
+ height: 34px;
254
+ left: 50%;
255
+ top: 50%;
256
+ transform: translate(-50%,-50%);
257
+ border-radius: 3px;
258
+ }
259
+ .add-icon::after {
260
+ width: 34px;
261
+ height: 6px;
262
+ left: 50%;
263
+ top: 50%;
264
+ transform: translate(-50%,-50%);
265
+ border-radius: 3px;
266
+ }
267
+ .share-box {
268
+ width: 140px;
269
+ height: 120px;
270
+ background: #15242B;
271
+ border: 2px solid rgba(255,255,255,0.12);
272
+ border-radius: 26px;
273
+ display: flex;
274
+ align-items: center;
275
+ justify-content: center;
276
+ }
277
+ .share-box svg {
278
+ width: 60px;
279
+ height: 60px;
280
+ stroke: #7FC2E8;
281
+ fill: none;
282
+ stroke-width: 6;
283
+ }
284
+
285
+ /* Section title */
286
+ .section-title {
287
+ font-size: 52px;
288
+ font-weight: 800;
289
+ margin: 24px 0 20px;
290
+ color: #DDEAF2;
291
+ }
292
+
293
+ /* Statistic cards */
294
+ .stats-grid {
295
+ display: grid;
296
+ grid-template-columns: 1fr 1fr;
297
+ gap: 22px;
298
+ }
299
+ .stat-card {
300
+ background: #111E24;
301
+ border: 2px solid rgba(255,255,255,0.10);
302
+ border-radius: 28px;
303
+ height: 170px;
304
+ padding: 26px;
305
+ display: flex;
306
+ align-items: center;
307
+ gap: 24px;
308
+ }
309
+ .stat-icon {
310
+ width: 70px;
311
+ height: 70px;
312
+ border-radius: 18px;
313
+ background: #142A33;
314
+ display: flex;
315
+ align-items: center;
316
+ justify-content: center;
317
+ }
318
+ .stat-icon svg {
319
+ width: 44px;
320
+ height: 44px;
321
+ fill: #FFB24A;
322
+ }
323
+ .stat-icon .bolt {
324
+ fill: #FFD44A;
325
+ }
326
+ .stat-text {
327
+ display: flex;
328
+ flex-direction: column;
329
+ }
330
+ .stat-value {
331
+ font-size: 46px;
332
+ font-weight: 800;
333
+ color: #EAF7FF;
334
+ line-height: 1.1;
335
+ }
336
+ .stat-label {
337
+ font-size: 30px;
338
+ color: #93A9B6;
339
+ margin-top: 6px;
340
+ }
341
+
342
+ /* Find friends card */
343
+ .friends-card {
344
+ margin-top: 28px;
345
+ background: #0F1A21;
346
+ border-radius: 28px;
347
+ border: 2px solid rgba(255,255,255,0.10);
348
+ padding: 26px;
349
+ display: flex;
350
+ gap: 26px;
351
+ align-items: center;
352
+ }
353
+ .img-placeholder {
354
+ width: 180px;
355
+ height: 180px;
356
+ background: #E0E0E0;
357
+ border: 1px solid #BDBDBD;
358
+ border-radius: 18px;
359
+ display: flex;
360
+ align-items: center;
361
+ justify-content: center;
362
+ color: #757575;
363
+ font-weight: 700;
364
+ text-align: center;
365
+ padding: 12px;
366
+ }
367
+ .friends-text {
368
+ flex: 1;
369
+ }
370
+ .friends-title {
371
+ font-size: 46px;
372
+ font-weight: 800;
373
+ margin-bottom: 10px;
374
+ color: #EAF7FF;
375
+ }
376
+ .friends-desc {
377
+ font-size: 34px;
378
+ color: #99ACBA;
379
+ line-height: 1.35;
380
+ }
381
+
382
+ /* Bottom navigation */
383
+ .bottom-nav {
384
+ position: absolute;
385
+ bottom: 80px;
386
+ left: 0;
387
+ width: 100%;
388
+ height: 140px;
389
+ background: rgba(17, 30, 36, 0.95);
390
+ border-top-left-radius: 26px;
391
+ border-top-right-radius: 26px;
392
+ display: flex;
393
+ justify-content: space-around;
394
+ align-items: center;
395
+ padding: 0 60px;
396
+ }
397
+ .nav-item {
398
+ width: 92px;
399
+ height: 92px;
400
+ border-radius: 22px;
401
+ background: #15242B;
402
+ border: 2px solid rgba(255,255,255,0.10);
403
+ display: flex;
404
+ align-items: center;
405
+ justify-content: center;
406
+ }
407
+ .nav-item.active {
408
+ border-color: #7FC2E8;
409
+ box-shadow: 0 0 0 6px rgba(127,194,232,0.15) inset;
410
+ }
411
+ .nav-item svg {
412
+ width: 50px;
413
+ height: 50px;
414
+ fill: #EAD66B;
415
+ }
416
+ .nav-item .shield { fill: #D7B57C; }
417
+ .nav-item .user { fill: #A0C1FF; }
418
+ .nav-item .chest { fill: #E8B85A; }
419
+ .nav-item .bell { fill: #F2C04A; }
420
+
421
+ /* gesture bar */
422
+ .gesture {
423
+ position: absolute;
424
+ bottom: 20px;
425
+ left: 50%;
426
+ width: 320px;
427
+ height: 16px;
428
+ transform: translateX(-50%);
429
+ background: #EAEFF2;
430
+ border-radius: 8px;
431
+ opacity: 0.75;
432
+ }
433
+ </style>
434
+ </head>
435
+ <body>
436
+ <div id="render-target">
437
+
438
+ <div class="hero">
439
+ <div class="status-bar">
440
+ <div class="time">5:54</div>
441
+ <div class="status-icons">
442
+ <div class="icon-circle"></div>
443
+ <div class="icon-circle"></div>
444
+ <div class="icon-circle"></div>
445
+ <div class="wifi"></div>
446
+ <div class="battery"><div class="battery-level"></div></div>
447
+ </div>
448
+ </div>
449
+ <div class="gear">⚙</div>
450
+ <div class="avatar-silhouette"></div>
451
+ </div>
452
+
453
+ <div class="content">
454
+ <div class="name-row">
455
+ <div class="name">Fabio Teixeira</div>
456
+ <div class="flags">
457
+ <div class="flag br">BR</div>
458
+ <div class="flag fr">FR</div>
459
+ </div>
460
+ </div>
461
+
462
+ <div class="subline">FabioTeixe5546</div>
463
+ <div class="subline">Joined October 2023</div>
464
+
465
+ <div class="follow-row">
466
+ <div><span class="count">0</span>Following</div>
467
+ <div><span class="count">0</span>Followers</div>
468
+ </div>
469
+
470
+ <div class="action-row">
471
+ <div class="add-btn">
472
+ <div class="add-icon"></div>
473
+ ADD FRIENDS
474
+ </div>
475
+ <div class="share-box" title="Share Profile">
476
+ <svg viewBox="0 0 24 24">
477
+ <path d="M12 4v9"></path>
478
+ <path d="M8 8l4-4 4 4"></path>
479
+ <rect x="5" y="13" width="14" height="8" rx="3" ry="3" stroke-linejoin="round"></rect>
480
+ </svg>
481
+ </div>
482
+ </div>
483
+
484
+ <div class="section-title">Statistics</div>
485
+
486
+ <div class="stats-grid">
487
+ <div class="stat-card">
488
+ <div class="stat-icon">
489
+ <svg viewBox="0 0 24 24">
490
+ <path d="M12 2c3 4-1 6-1 9s3 4 3 7c0 3-3 4-6 3-4-1-5-5-3-8 2-4 6-7 7-11z"></path>
491
+ </svg>
492
+ </div>
493
+ <div class="stat-text">
494
+ <div class="stat-value">2</div>
495
+ <div class="stat-label">Day streak</div>
496
+ </div>
497
+ </div>
498
+
499
+ <div class="stat-card">
500
+ <div class="stat-icon">
501
+ <svg viewBox="0 0 24 24">
502
+ <path class="bolt" d="M13 2L6 13h6l-1 9 7-12h-6l1-8z"></path>
503
+ </svg>
504
+ </div>
505
+ <div class="stat-text">
506
+ <div class="stat-value">50</div>
507
+ <div class="stat-label">Total XP</div>
508
+ </div>
509
+ </div>
510
+
511
+ <div class="stat-card">
512
+ <div class="stat-icon">
513
+ <svg viewBox="0 0 24 24">
514
+ <path fill="#87B3E8" d="M12 2l6 3v5c0 5-2.5 8-6 12-3.5-4-6-7-6-12V5l6-3z"></path>
515
+ </svg>
516
+ </div>
517
+ <div class="stat-text">
518
+ <div class="stat-value" style="font-size:40px;">No Current</div>
519
+ <div class="stat-label">Current league</div>
520
+ </div>
521
+ </div>
522
+
523
+ <div class="stat-card">
524
+ <div class="stat-icon">
525
+ <svg viewBox="0 0 24 24">
526
+ <circle cx="12" cy="8" r="4" fill="#A6D1FF"></circle>
527
+ <path d="M6 20c0-3 3-6 6-6s6 3 6 6H6z" fill="#A6D1FF"></path>
528
+ </svg>
529
+ </div>
530
+ <div class="stat-text">
531
+ <div class="stat-value">0</div>
532
+ <div class="stat-label">Top 3 finishes</div>
533
+ </div>
534
+ </div>
535
+ </div>
536
+
537
+ <div class="friends-card">
538
+ <div class="img-placeholder">[IMG: Address book / contacts]</div>
539
+ <div class="friends-text">
540
+ <div class="friends-title">Find friends on Duolingo</div>
541
+ <div class="friends-desc">
542
+ Sync your contacts to easily find people you know on Duolingo.
543
+ </div>
544
+ </div>
545
+ </div>
546
+ </div>
547
+
548
+ <div class="bottom-nav">
549
+ <div class="nav-item">
550
+ <svg viewBox="0 0 24 24">
551
+ <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"></path>
552
+ </svg>
553
+ </div>
554
+ <div class="nav-item">
555
+ <svg viewBox="0 0 24 24">
556
+ <path class="shield" d="M12 2l8 4v6c0 6-5 9-8 10-3-1-8-4-8-10V6l8-4z"></path>
557
+ </svg>
558
+ </div>
559
+ <div class="nav-item active">
560
+ <svg viewBox="0 0 24 24">
561
+ <circle class="user" cx="12" cy="8" r="5"></circle>
562
+ <path class="user" d="M4 22c0-5 4-8 8-8s8 3 8 8H4z"></path>
563
+ </svg>
564
+ </div>
565
+ <div class="nav-item">
566
+ <svg viewBox="0 0 24 24">
567
+ <path class="chest" d="M3 9h18v10H3z"></path>
568
+ <path class="chest" d="M3 9l3-4h12l3 4z"></path>
569
+ </svg>
570
+ </div>
571
+ <div class="nav-item">
572
+ <svg viewBox="0 0 24 24">
573
+ <path class="bell" d="M12 3c-3 0-5 2-5 5v4l-2 3h14l-2-3V8c0-3-2-5-5-5z"></path>
574
+ <circle cx="12" cy="21" r="2" fill="#F2C04A"></circle>
575
+ </svg>
576
+ </div>
577
+ </div>
578
+
579
+ <div class="gesture"></div>
580
+ </div>
581
+ </body>
582
+ </html>
code/10177/10177_11.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Compose - Dark 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: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px; padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #FFFFFF;
20
+ font-size: 42px; font-weight: 500;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 26px; }
23
+ .icon { width: 48px; height: 48px; }
24
+
25
+ /* App bar */
26
+ .app-bar {
27
+ height: 160px; padding: 0 30px;
28
+ display: flex; align-items: center; gap: 24px;
29
+ border-bottom: 1px solid #262626;
30
+ }
31
+ .app-title { font-size: 54px; font-weight: 500; flex: 1; color: #EDEDED; }
32
+ .app-actions { display: flex; align-items: center; gap: 30px; }
33
+
34
+ /* Content */
35
+ .content {
36
+ padding: 30px 40px 0 40px;
37
+ }
38
+ .row { padding: 22px 0; color: #CFCFCF; font-size: 36px; }
39
+ .divider { height: 1px; background: #262626; margin: 10px 0 16px 0; }
40
+
41
+ /* To pill */
42
+ .to-row { display: flex; align-items: center; gap: 18px; }
43
+ .label { color: #B5B5B5; font-size: 34px; width: 70px; }
44
+ .pill {
45
+ display: flex; align-items: center; gap: 18px;
46
+ background: #1E1E1E; border: 1px solid #2D2D2D;
47
+ color: #FFFFFF; border-radius: 40px; padding: 16px 22px;
48
+ max-width: 880px;
49
+ }
50
+ .avatar {
51
+ width: 56px; height: 56px; border-radius: 50%;
52
+ background: #FF4D83; display: flex; align-items: center; justify-content: center;
53
+ font-weight: 700; font-size: 34px;
54
+ }
55
+ .email { font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
56
+ .pill-right { margin-left: auto; display: flex; align-items: center; color: #9E9E9E; }
57
+
58
+ /* Body text */
59
+ .body-area { margin-top: 28px; }
60
+ .subject {
61
+ font-size: 40px; color: #DADADA;
62
+ padding: 26px 0;
63
+ border-bottom: 1px solid #262626;
64
+ }
65
+ .message {
66
+ font-size: 36px; line-height: 1.45; color: #EAEAEA;
67
+ padding-top: 26px;
68
+ }
69
+
70
+ /* Keyboard */
71
+ .keyboard {
72
+ position: absolute; left: 0; bottom: 0;
73
+ width: 100%; height: 900px; background: #1A1A1A; border-top: 1px solid #2A2A2A;
74
+ padding: 24px 26px 40px 26px;
75
+ box-sizing: border-box;
76
+ }
77
+ .kb-top { display: flex; align-items: center; gap: 40px; padding-bottom: 14px; }
78
+ .kb-btn {
79
+ width: 88px; height: 88px; border-radius: 20px; background: #222;
80
+ border: 1px solid #2E2E2E; color: #BDBDBD;
81
+ display: flex; align-items: center; justify-content: center; font-size: 32px;
82
+ }
83
+ .kb-rows { margin-top: 10px; display: grid; row-gap: 16px; }
84
+ .kb-row { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; gap: 12px; }
85
+ .key {
86
+ height: 120px; border-radius: 24px; background: #2A2A2A; border: 1px solid #3A3A3A;
87
+ color: #E6E6E6; display: flex; align-items: center; justify-content: center;
88
+ font-size: 42px; font-weight: 500;
89
+ }
90
+ .key.small { font-size: 34px; }
91
+ .key.wide { grid-column: span 2; }
92
+ .kb-bottom {
93
+ margin-top: 20px; display: grid; grid-template-columns: 1.4fr 5fr 1.4fr; gap: 12px;
94
+ }
95
+ .home-indicator {
96
+ position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
97
+ width: 420px; height: 12px; background: #E0E0E0; opacity: 0.6; border-radius: 12px;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status bar -->
105
+ <div class="status-bar">
106
+ <div class="status-left">12:27</div>
107
+ <div class="status-right">
108
+ <!-- Mobile signal -->
109
+ <svg class="icon" viewBox="0 0 48 48">
110
+ <rect x="4" y="26" width="6" height="18" fill="#FFFFFF" opacity="0.9"></rect>
111
+ <rect x="16" y="20" width="6" height="24" fill="#FFFFFF" opacity="0.9"></rect>
112
+ <rect x="28" y="14" width="6" height="30" fill="#FFFFFF" opacity="0.9"></rect>
113
+ <rect x="40" y="8" width="6" height="36" fill="#FFFFFF" opacity="0.9"></rect>
114
+ </svg>
115
+ <!-- Wi-Fi -->
116
+ <svg class="icon" viewBox="0 0 48 48">
117
+ <path d="M4 18 Q24 2 44 18" stroke="#FFFFFF" stroke-width="4" fill="none" />
118
+ <path d="M10 26 Q24 14 38 26" stroke="#FFFFFF" stroke-width="4" fill="none" />
119
+ <path d="M16 34 Q24 26 32 34" stroke="#FFFFFF" stroke-width="4" fill="none" />
120
+ <circle cx="24" cy="40" r="4" fill="#FFFFFF"/>
121
+ </svg>
122
+ <!-- Battery -->
123
+ <svg class="icon" viewBox="0 0 48 48">
124
+ <rect x="2" y="10" width="40" height="28" rx="4" ry="4" fill="none" stroke="#FFFFFF" stroke-width="4"></rect>
125
+ <rect x="6" y="14" width="28" height="20" fill="#FFFFFF"></rect>
126
+ <rect x="42" y="18" width="4" height="12" fill="#FFFFFF"></rect>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- App bar -->
132
+ <div class="app-bar">
133
+ <!-- Back -->
134
+ <svg class="icon" viewBox="0 0 48 48">
135
+ <path d="M30 8 L12 24 L30 40" stroke="#FFFFFF" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
136
+ </svg>
137
+ <div class="app-title">Compose</div>
138
+ <div class="app-actions">
139
+ <!-- Attach -->
140
+ <svg class="icon" viewBox="0 0 48 48">
141
+ <path d="M14 26 V16 Q14 10 20 10 Q26 10 26 16 V32 Q26 38 20 38 Q14 38 14 32 V26" stroke="#B7C0FF" stroke-width="4" fill="none" stroke-linecap="round"></path>
142
+ </svg>
143
+ <!-- Send -->
144
+ <svg class="icon" viewBox="0 0 48 48">
145
+ <path d="M4 24 L44 8 L32 40 L26 28 L4 24 Z" fill="#8FA2FF"></path>
146
+ </svg>
147
+ <!-- More -->
148
+ <svg class="icon" viewBox="0 0 48 48">
149
+ <circle cx="24" cy="12" r="4" fill="#D0D0D0"></circle>
150
+ <circle cx="24" cy="24" r="4" fill="#D0D0D0"></circle>
151
+ <circle cx="24" cy="36" r="4" fill="#D0D0D0"></circle>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Content area -->
157
+ <div class="content">
158
+ <div class="row">From <span style="color:#E0E0E0;">dbwscratch.test.id8@gmail.com</span></div>
159
+ <div class="divider"></div>
160
+
161
+ <div class="to-row">
162
+ <div class="label">To</div>
163
+ <div class="pill" style="flex:1;">
164
+ <div class="avatar">a</div>
165
+ <div class="email">akashgahlot@google.com</div>
166
+ </div>
167
+ <div class="pill-right">
168
+ <svg class="icon" viewBox="0 0 48 48">
169
+ <path d="M10 16 L24 32 L38 16" stroke="#9E9E9E" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="divider"></div>
175
+
176
+ <div class="body-area">
177
+ <div class="subject">Check out 'Chill List' on JioSaavn!</div>
178
+ <div class="message">
179
+ Listen to 'Chill List' on JioSaavn at
180
+ https://www.saavn.com/s/playlist/afd8554d0e2a42a63cf0e911da93fb28/chill_list/0A1Bzp2RN99zUTe4uMO3Gg__?referrer=svn_source=share&svn_medium=system&utm_source=share&utm_medium=system
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Keyboard -->
186
+ <div class="keyboard">
187
+ <div class="kb-top">
188
+ <div class="kb-btn">⋯</div>
189
+ <div class="kb-btn">🙂</div>
190
+ <div class="kb-btn">GIF</div>
191
+ <div class="kb-btn">⚙</div>
192
+ <div class="kb-btn">G↔︎</div>
193
+ <div class="kb-btn">🎨</div>
194
+ <div class="kb-btn">👁︎</div>
195
+ </div>
196
+
197
+ <div class="kb-rows">
198
+ <div class="kb-row">
199
+ <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>
200
+ </div>
201
+ <div class="kb-row">
202
+ <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>
203
+ </div>
204
+ <div class="kb-row">
205
+ <div class="key small">⇧</div>
206
+ <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>
207
+ <div class="key small">⌫</div>
208
+ </div>
209
+ <div class="kb-bottom">
210
+ <div class="key small">?123</div>
211
+ <div class="key wide">space</div>
212
+ <div class="key small">↵</div>
213
+ </div>
214
+ </div>
215
+ <div class="home-indicator"></div>
216
+ </div>
217
+
218
+ </div>
219
+ </body>
220
+ </html>
code/10177/10177_2.html ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>My Library UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #2f343a; color: #f2f4f6;
13
+ }
14
+ .status-bar {
15
+ height: 120px; padding: 0 40px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ color: #e8ecef; font-weight: 600; letter-spacing: 1px;
18
+ }
19
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
20
+ .header {
21
+ padding: 10px 56px 24px 56px;
22
+ }
23
+ .header h1 {
24
+ margin: 10px 0 30px 0;
25
+ font-size: 72px; font-weight: 700; color: #ffffff;
26
+ }
27
+ .settings-btn {
28
+ position: absolute; right: 42px; top: 220px;
29
+ width: 72px; height: 72px; border-radius: 36px;
30
+ background: rgba(255,255,255,0.06); color: #d7dbe0;
31
+ display: flex; align-items: center; justify-content: center;
32
+ font-size: 42px; line-height: 1;
33
+ }
34
+ .profile {
35
+ display: flex; align-items: center; gap: 26px;
36
+ padding: 0 56px 24px;
37
+ }
38
+ .avatar {
39
+ width: 96px; height: 96px; border-radius: 48px;
40
+ background: #58606a; display: flex; align-items: center; justify-content: center;
41
+ font-weight: 700; color: #dce3ea;
42
+ }
43
+ .profile-name { font-size: 42px; font-weight: 600; color: #e9edf1; }
44
+ .edit-link {
45
+ margin-left: auto; font-size: 40px; color: #6ad5c7; font-weight: 600;
46
+ }
47
+
48
+ .list {
49
+ margin-top: 14px;
50
+ border-top: 1px solid #3a4047;
51
+ border-bottom: 1px solid #3a4047;
52
+ }
53
+ .list-item {
54
+ display: flex; align-items: center;
55
+ padding: 28px 56px; gap: 28px;
56
+ border-top: 1px solid #3a4047;
57
+ }
58
+ .list-item:first-child { border-top: none; }
59
+ .icon {
60
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .label { font-size: 44px; color: #e7ebef; }
63
+ .right {
64
+ margin-left: auto; display: flex; align-items: center; gap: 22px; color: #c4ccd3;
65
+ }
66
+ .count { font-size: 42px; color: #cbd2d9; }
67
+ .chev svg { stroke: #b6bec6; }
68
+ .pro-pill {
69
+ background: #87e9dc; color: #0b2a29; font-weight: 700;
70
+ padding: 14px 28px; border-radius: 999px; font-size: 36px;
71
+ }
72
+
73
+ .shuffle-wrap {
74
+ padding: 48px 56px;
75
+ border-top: 1px solid #3a4047;
76
+ }
77
+ .shuffle-btn {
78
+ width: 720px; height: 120px; border-radius: 60px;
79
+ background: #6bd7c9; color: #0b2a29;
80
+ display: flex; align-items: center; justify-content: center; gap: 24px;
81
+ font-size: 48px; font-weight: 800; margin: 28px auto;
82
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
83
+ }
84
+ .section-title {
85
+ font-size: 44px; font-weight: 700; color: #e7ebef; padding: 10px 56px; display: flex; align-items: center;
86
+ }
87
+ .section-title .right-action { margin-left: auto; color: #6ad5c7; font-weight: 700; }
88
+
89
+ .history-item {
90
+ padding: 26px 56px; display: flex; align-items: center; gap: 28px;
91
+ }
92
+ .img-ph {
93
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
94
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 28px;
95
+ border-radius: 12px;
96
+ }
97
+ .hist-text { flex: 1; }
98
+ .hist-title { font-size: 44px; color: #eef2f5; font-weight: 700; }
99
+ .hist-sub { font-size: 36px; color: #aeb6bd; margin-top: 6px; }
100
+ .hist-more {
101
+ font-size: 60px; color: #b8c0c8; padding: 0 10px;
102
+ }
103
+
104
+ .more-history {
105
+ padding: 16px 56px; display: flex; align-items: center; border-top: 1px solid #3a4047; margin-top: 10px;
106
+ }
107
+ .more-label { font-size: 42px; color: #e7ebef; }
108
+ .mini-chevron { margin-left: auto; }
109
+
110
+ .mini-player {
111
+ position: absolute; left: 0; right: 0; bottom: 220px;
112
+ height: 180px; background: #2b3035; border-top: 1px solid #3a4047;
113
+ display: flex; align-items: center; padding: 0 36px; gap: 26px;
114
+ }
115
+ .mini-player .album-ph {
116
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
117
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 12px;
118
+ }
119
+ .track-area { flex: 1; }
120
+ .track-title { font-size: 40px; color: #eef2f5; font-weight: 700; }
121
+ .track-artist { font-size: 34px; color: #aeb6bd; margin-top: 6px; }
122
+ .play-btn {
123
+ width: 96px; height: 96px; border-radius: 48px; background: rgba(255,255,255,0.08);
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .bottom-nav {
127
+ position: absolute; left: 0; right: 0; bottom: 0; height: 220px;
128
+ background: #2f343a; border-top: 1px solid #3a4047;
129
+ display: flex; align-items: center; justify-content: space-around;
130
+ padding: 14px 0 30px;
131
+ }
132
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #cbd2d9; }
133
+ .nav-item .label { font-size: 32px; color: #cbd2d9; }
134
+ .nav-item.active .label { color: #e7ebef; }
135
+ .nav-item.active .underline {
136
+ width: 80px; height: 6px; background: #e7ebef; border-radius: 3px; margin-top: -6px;
137
+ }
138
+ .pro-dot {
139
+ position: absolute; top: 18px; right: 18px; width: 18px; height: 18px; background: #ff4d4f; border-radius: 9px;
140
+ }
141
+ .gesture {
142
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
143
+ width: 300px; height: 10px; background: #e6e6e6; border-radius: 5px; opacity: 0.7;
144
+ }
145
+
146
+ /* SVG helpers */
147
+ svg { width: 56px; height: 56px; }
148
+ .stroke { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status Bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">
157
+ <div style="font-size:42px;">12:20</div>
158
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#e8ecef;">
159
+ <path d="M4 10l8-6 8 6v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z"/>
160
+ <path d="M9 22v-6h6v6"/>
161
+ </svg>
162
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#e8ecef;">
163
+ <circle cx="12" cy="12" r="3"/>
164
+ <path d="M5 12a7 7 0 0 1 14 0"/>
165
+ <path d="M2 12a10 10 0 0 1 20 0"/>
166
+ </svg>
167
+ </div>
168
+ <div class="status-right">
169
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#e8ecef;">
170
+ <path d="M3 11c4-6 14-6 18 0"/>
171
+ <path d="M6 11c2-3 10-3 12 0"/>
172
+ <circle cx="12" cy="16" r="1.5" />
173
+ </svg>
174
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#e8ecef;">
175
+ <rect x="3" y="6" width="16" height="12" rx="2"/>
176
+ <path d="M21 10v4"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Header -->
182
+ <div class="header">
183
+ <h1>My Library</h1>
184
+ </div>
185
+ <div class="settings-btn" aria-label="Settings">⚙</div>
186
+
187
+ <!-- Profile -->
188
+ <div class="profile">
189
+ <div class="avatar">C</div>
190
+ <div class="profile-name">Cerebra Research</div>
191
+ <div class="edit-link">Edit</div>
192
+ </div>
193
+
194
+ <!-- List -->
195
+ <div class="list">
196
+ <div class="list-item">
197
+ <div class="icon" style="color:#cbd2d9;">
198
+ <svg viewBox="0 0 24 24" class="stroke">
199
+ <path d="M9 4v10a3 3 0 1 1-2-2h2"/>
200
+ <path d="M15 4h5v4h-5z"/>
201
+ </svg>
202
+ </div>
203
+ <div class="label">Songs</div>
204
+ <div class="right">
205
+ <div class="count">1</div>
206
+ <div class="chev">
207
+ <svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ <div class="list-item">
212
+ <div class="icon" style="color:#cbd2d9;">
213
+ <svg viewBox="0 0 24 24" class="stroke">
214
+ <circle cx="12" cy="12" r="7"/>
215
+ <circle cx="12" cy="12" r="2"/>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Albums</div>
219
+ <div class="right">
220
+ <div class="count">1</div>
221
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
222
+ </div>
223
+ </div>
224
+ <div class="list-item">
225
+ <div class="icon" style="color:#cbd2d9;">
226
+ <svg viewBox="0 0 24 24" class="stroke">
227
+ <path d="M12 3v8"/>
228
+ <circle cx="12" cy="14" r="3"/>
229
+ <path d="M8 22h8"/>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Artists</div>
233
+ <div class="right">
234
+ <div class="count">7</div>
235
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
236
+ </div>
237
+ </div>
238
+ <div class="list-item">
239
+ <div class="icon" style="color:#cbd2d9;">
240
+ <svg viewBox="0 0 24 24" class="stroke">
241
+ <circle cx="12" cy="8" r="3"/>
242
+ <path d="M6 21a9 9 0 0 1 12 0"/>
243
+ <path d="M3 21a12 12 0 0 1 18 0"/>
244
+ </svg>
245
+ </div>
246
+ <div class="label">Shows</div>
247
+ <div class="right">
248
+ <div class="count">0</div>
249
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
250
+ </div>
251
+ </div>
252
+ <div class="list-item">
253
+ <div class="icon" style="color:#cbd2d9;">
254
+ <svg viewBox="0 0 24 24" class="stroke">
255
+ <path d="M12 5v10"/>
256
+ <path d="M7 10l5 5 5-5"/>
257
+ <path d="M5 19h14"/>
258
+ </svg>
259
+ </div>
260
+ <div class="label">Downloads</div>
261
+ <div class="right">
262
+ <div class="pro-pill">Go Pro</div>
263
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
264
+ </div>
265
+ </div>
266
+ <div class="list-item">
267
+ <div class="icon" style="color:#cbd2d9;">
268
+ <svg viewBox="0 0 24 24" class="stroke">
269
+ <path d="M4 6h12"/>
270
+ <path d="M4 12h10"/>
271
+ <path d="M4 18h8"/>
272
+ <path d="M16 16l4 2-4 2z"/>
273
+ </svg>
274
+ </div>
275
+ <div class="label">Playlists</div>
276
+ <div class="right">
277
+ <div class="count">1</div>
278
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
279
+ </div>
280
+ </div>
281
+ <div class="list-item">
282
+ <div class="icon" style="color:#cbd2d9;">
283
+ <svg viewBox="0 0 24 24" class="stroke">
284
+ <rect x="3" y="6" width="16" height="12" rx="2"/>
285
+ <path d="M16 12l-6 3V9z"/>
286
+ </svg>
287
+ </div>
288
+ <div class="label">Videos</div>
289
+ <div class="right">
290
+ <div class="count">0</div>
291
+ <div class="chev"><svg viewBox="0 0 24 24" class="stroke"><path d="M9 6l6 6-6 6"/></svg></div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Shuffle -->
297
+ <div class="shuffle-wrap">
298
+ <div class="shuffle-btn">
299
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#0b2a29;">
300
+ <path d="M3 4h4l10 12h4"/>
301
+ <path d="M17 4l4 4-4 4"/>
302
+ <path d="M3 20h4l6-7"/>
303
+ </svg>
304
+ <div>Shuffle All</div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- History -->
309
+ <div class="section-title">
310
+ <div>History</div>
311
+ <div class="right-action">Clear</div>
312
+ </div>
313
+ <div class="history-item">
314
+ <div class="img-ph">[IMG: Weekly Jukebox]</div>
315
+ <div class="hist-text">
316
+ <div class="hist-title">Chill - Weekly Jukebox</div>
317
+ <div class="hist-sub">JioSaavn • 3 Hours Ago</div>
318
+ </div>
319
+ <div class="hist-more" aria-label="More">⋮</div>
320
+ </div>
321
+
322
+ <div class="more-history">
323
+ <div class="more-label">More History</div>
324
+ <div class="mini-chevron">
325
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#b6bec6;"><path d="M9 6l6 6-6 6"/></svg>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Mini Player -->
330
+ <div class="mini-player">
331
+ <div class="album-ph">[IMG: Album Cover]</div>
332
+ <div class="track-area">
333
+ <div class="track-title">L-O-V-E (2003 Digital Remaster)</div>
334
+ <div class="track-artist">Nat King Cole — L-O-V-E</div>
335
+ </div>
336
+ <div class="play-btn">
337
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#e7ebef;">
338
+ <path d="M8 5l12 7-12 7z"/>
339
+ </svg>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Bottom Navigation -->
344
+ <div class="bottom-nav">
345
+ <div class="nav-item">
346
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#cbd2d9;">
347
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
348
+ <path d="M9 22v-6h6v6"/>
349
+ </svg>
350
+ <div class="label">Home</div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#cbd2d9;">
354
+ <circle cx="11" cy="11" r="7"/>
355
+ <path d="M21 21l-4.3-4.3"/>
356
+ </svg>
357
+ <div class="label">Search</div>
358
+ </div>
359
+ <div class="nav-item">
360
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#cbd2d9;">
361
+ <path d="M12 2l3 6 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1z"/>
362
+ </svg>
363
+ <div class="label">For You</div>
364
+ </div>
365
+ <div class="nav-item active" style="position:relative;">
366
+ <div class="avatar" style="width:72px;height:72px;font-size:32px;background:#5c6670;color:#eaf0f6;">C</div>
367
+ <div class="label">My Library</div>
368
+ <div class="underline"></div>
369
+ </div>
370
+ <div class="nav-item" style="position:relative;">
371
+ <svg viewBox="0 0 24 24" class="stroke" style="color:#cbd2d9;">
372
+ <path d="M12 22c4-3 6-6 6-9a6 6 0 0 0-12 0c0 3 2 6 6 9z"/>
373
+ </svg>
374
+ <div class="label">Pro</div>
375
+ <span class="pro-dot"></span>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Gesture bar -->
380
+ <div class="gesture"></div>
381
+
382
+ </div>
383
+ </body>
384
+ </html>
code/10177/10177_3.html ADDED
@@ -0,0 +1,493 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Playlists UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #2c2f35; /* dark charcoal */
19
+ color: #E6E8EA;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 24px;
26
+ left: 48px;
27
+ right: 48px;
28
+ height: 96px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #F2F3F5;
33
+ font-size: 44px;
34
+ letter-spacing: 1px;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ gap: 26px;
39
+ align-items: center;
40
+ }
41
+ .icon {
42
+ width: 44px;
43
+ height: 44px;
44
+ }
45
+ .icon svg {
46
+ width: 100%;
47
+ height: 100%;
48
+ fill: none;
49
+ stroke: #F2F3F5;
50
+ stroke-width: 3;
51
+ }
52
+
53
+ /* Header */
54
+ .page-title {
55
+ position: absolute;
56
+ top: 180px;
57
+ left: 60px;
58
+ font-size: 88px;
59
+ font-weight: 700;
60
+ color: #F4F5F6;
61
+ }
62
+ .sort-btn {
63
+ position: absolute;
64
+ top: 216px;
65
+ right: 60px;
66
+ font-size: 44px;
67
+ color: #D9DDE1;
68
+ }
69
+
70
+ /* Search */
71
+ .search-bar {
72
+ position: absolute;
73
+ top: 320px;
74
+ left: 60px;
75
+ width: 960px;
76
+ height: 120px;
77
+ background: #1a1d21;
78
+ border-radius: 60px;
79
+ display: flex;
80
+ align-items: center;
81
+ padding: 0 36px;
82
+ color: #B9BEC4;
83
+ }
84
+ .search-bar .magnifier {
85
+ width: 52px;
86
+ height: 52px;
87
+ margin-right: 22px;
88
+ }
89
+ .search-placeholder {
90
+ font-size: 44px;
91
+ }
92
+
93
+ /* Create Playlist */
94
+ .create-row {
95
+ position: absolute;
96
+ top: 500px;
97
+ left: 60px;
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 28px;
101
+ color: #29c7a7;
102
+ cursor: default;
103
+ }
104
+ .create-row .plus {
105
+ width: 64px;
106
+ height: 64px;
107
+ }
108
+ .create-row .label {
109
+ font-size: 48px;
110
+ font-weight: 600;
111
+ }
112
+
113
+ /* Playlist list item */
114
+ .playlist-item {
115
+ position: absolute;
116
+ top: 640px;
117
+ left: 60px;
118
+ right: 60px;
119
+ height: 160px;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: space-between;
123
+ }
124
+ .playlist-left {
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 36px;
128
+ }
129
+ .cover {
130
+ width: 120px;
131
+ height: 120px;
132
+ background: #E0E0E0;
133
+ border: 1px solid #BDBDBD;
134
+ border-radius: 12px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ color: #757575;
139
+ font-size: 28px;
140
+ }
141
+ .playlist-text .title {
142
+ font-size: 54px;
143
+ font-weight: 600;
144
+ color: #EEF0F2;
145
+ }
146
+ .playlist-text .subtitle {
147
+ margin-top: 8px;
148
+ font-size: 36px;
149
+ color: #AAB0B6;
150
+ }
151
+ .more-vert {
152
+ width: 16px;
153
+ height: 120px;
154
+ display: flex;
155
+ flex-direction: column;
156
+ justify-content: center;
157
+ gap: 16px;
158
+ margin-right: 10px;
159
+ }
160
+ .dot {
161
+ width: 12px;
162
+ height: 12px;
163
+ border-radius: 50%;
164
+ background: #B8BDC3;
165
+ opacity: 0.9;
166
+ }
167
+
168
+ /* Divider and tagline */
169
+ .divider {
170
+ position: absolute;
171
+ left: 0;
172
+ right: 0;
173
+ bottom: 520px;
174
+ height: 2px;
175
+ background: rgba(255,255,255,0.14);
176
+ }
177
+ .tagline {
178
+ position: absolute;
179
+ bottom: 450px;
180
+ left: 0;
181
+ right: 0;
182
+ text-align: center;
183
+ color: #C2C7CD;
184
+ font-size: 40px;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ gap: 18px;
189
+ }
190
+ .tagline .leaf {
191
+ width: 44px;
192
+ height: 44px;
193
+ }
194
+ .tagline .leaf svg {
195
+ fill: none;
196
+ stroke: #C2C7CD;
197
+ stroke-width: 3;
198
+ }
199
+
200
+ /* Mini player */
201
+ .player {
202
+ position: absolute;
203
+ left: 0;
204
+ right: 0;
205
+ bottom: 240px;
206
+ height: 180px;
207
+ background: #2f3238;
208
+ border-top: 1px solid rgba(255,255,255,0.08);
209
+ display: flex;
210
+ align-items: center;
211
+ padding: 0 60px;
212
+ gap: 32px;
213
+ }
214
+ .player .album {
215
+ width: 140px;
216
+ height: 140px;
217
+ background: #E0E0E0;
218
+ border: 1px solid #BDBDBD;
219
+ display: flex;
220
+ align-items: center;
221
+ justify-content: center;
222
+ color: #757575;
223
+ font-size: 26px;
224
+ }
225
+ .player .meta {
226
+ flex: 1;
227
+ display: flex;
228
+ flex-direction: column;
229
+ justify-content: center;
230
+ }
231
+ .player .song {
232
+ font-size: 42px;
233
+ color: #F2F3F5;
234
+ white-space: nowrap;
235
+ overflow: hidden;
236
+ text-overflow: ellipsis;
237
+ }
238
+ .player .artist {
239
+ margin-top: 8px;
240
+ font-size: 32px;
241
+ color: #B3B8BE;
242
+ }
243
+ .player .play-btn {
244
+ width: 92px;
245
+ height: 92px;
246
+ }
247
+ .player .play-btn svg {
248
+ fill: none;
249
+ stroke: #EAECEF;
250
+ stroke-width: 3;
251
+ }
252
+
253
+ /* Bottom navigation */
254
+ .nav {
255
+ position: absolute;
256
+ left: 0;
257
+ right: 0;
258
+ bottom: 0;
259
+ height: 240px;
260
+ background: #2c2f35;
261
+ border-top: 1px solid rgba(255,255,255,0.08);
262
+ display: flex;
263
+ align-items: flex-start;
264
+ justify-content: space-around;
265
+ padding-top: 36px;
266
+ }
267
+ .nav-item {
268
+ width: 180px;
269
+ display: flex;
270
+ flex-direction: column;
271
+ align-items: center;
272
+ color: #D8DCE1;
273
+ font-size: 30px;
274
+ gap: 14px;
275
+ position: relative;
276
+ }
277
+ .nav-item .nav-icon {
278
+ width: 76px;
279
+ height: 76px;
280
+ }
281
+ .nav-item .nav-icon svg {
282
+ fill: none;
283
+ stroke: #D8DCE1;
284
+ stroke-width: 3;
285
+ }
286
+ .nav-item.active .nav-icon svg {
287
+ stroke: #DDE1E6;
288
+ }
289
+ .nav-item.active .label {
290
+ color: #DDE1E6;
291
+ }
292
+ .nav-item.active .underline {
293
+ position: absolute;
294
+ bottom: 12px;
295
+ width: 80px;
296
+ height: 10px;
297
+ background: #DDE1E6;
298
+ border-radius: 8px;
299
+ }
300
+ .badge {
301
+ position: absolute;
302
+ right: 24px;
303
+ top: 6px;
304
+ width: 18px;
305
+ height: 18px;
306
+ background: #FF4D4D;
307
+ border-radius: 50%;
308
+ }
309
+
310
+ /* Home indicator */
311
+ .home-indicator {
312
+ position: absolute;
313
+ bottom: 18px;
314
+ left: 50%;
315
+ transform: translateX(-50%);
316
+ width: 240px;
317
+ height: 14px;
318
+ background: #E6E6E6;
319
+ border-radius: 10px;
320
+ opacity: 0.9;
321
+ }
322
+ </style>
323
+ </head>
324
+ <body>
325
+ <div id="render-target">
326
+
327
+ <!-- Status Bar -->
328
+ <div class="status-bar">
329
+ <div class="time">12:22</div>
330
+ <div class="status-icons">
331
+ <!-- Simple mail/M icon -->
332
+ <div class="icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M3 5h18v14H3z"></path>
335
+ <path d="M3 7l9 6 9-6"></path>
336
+ </svg>
337
+ </div>
338
+ <!-- Gear icon -->
339
+ <div class="icon">
340
+ <svg viewBox="0 0 24 24">
341
+ <circle cx="12" cy="12" r="4"></circle>
342
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3M6.2 6.2l2 2M15.8 15.8l2 2M6.2 17.8l2-2M15.8 8.2l2-2"></path>
343
+ </svg>
344
+ </div>
345
+ <!-- YouTube triangle -->
346
+ <div class="icon">
347
+ <svg viewBox="0 0 24 24">
348
+ <rect x="3" y="6" width="18" height="12" rx="3" ry="3"></rect>
349
+ <path d="M10 9l6 3-6 3z" fill="#F2F3F5" stroke="none"></path>
350
+ </svg>
351
+ </div>
352
+ <!-- Signal/Wifi -->
353
+ <div class="icon">
354
+ <svg viewBox="0 0 24 24">
355
+ <path d="M2 9c5-5 15-5 20 0"></path>
356
+ <path d="M6 13c3-3 9-3 12 0"></path>
357
+ <path d="M10 17c1-1 3-1 4 0"></path>
358
+ </svg>
359
+ </div>
360
+ <!-- Battery -->
361
+ <div class="icon">
362
+ <svg viewBox="0 0 24 24">
363
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2"></rect>
364
+ <rect x="20" y="10" width="2" height="4"></rect>
365
+ <rect x="4" y="9" width="12" height="6" fill="#F2F3F5" stroke="none"></rect>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Header -->
372
+ <div class="page-title">Playlists</div>
373
+ <div class="sort-btn">Sort</div>
374
+
375
+ <!-- Search -->
376
+ <div class="search-bar">
377
+ <div class="magnifier">
378
+ <svg viewBox="0 0 24 24">
379
+ <circle cx="10" cy="10" r="6" stroke="#B9BEC4"></circle>
380
+ <path d="M14 14l6 6" stroke="#B9BEC4"></path>
381
+ </svg>
382
+ </div>
383
+ <div class="search-placeholder">Search</div>
384
+ </div>
385
+
386
+ <!-- Create Playlist -->
387
+ <div class="create-row">
388
+ <div class="plus">
389
+ <svg viewBox="0 0 24 24">
390
+ <path d="M12 5v14M5 12h14" stroke="#29c7a7" stroke-width="3" fill="none"></path>
391
+ </svg>
392
+ </div>
393
+ <div class="label">Create Playlist</div>
394
+ </div>
395
+
396
+ <!-- Playlist item -->
397
+ <div class="playlist-item">
398
+ <div class="playlist-left">
399
+ <div class="cover">[IMG: Playlist Cover]</div>
400
+ <div class="playlist-text">
401
+ <div class="title">Chill List</div>
402
+ <div class="subtitle">1 Song</div>
403
+ </div>
404
+ </div>
405
+ <div class="more-vert">
406
+ <div class="dot"></div>
407
+ <div class="dot"></div>
408
+ <div class="dot"></div>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- Divider and tagline above player -->
413
+ <div class="divider"></div>
414
+ <div class="tagline">
415
+ <div class="leaf">
416
+ <svg viewBox="0 0 24 24">
417
+ <path d="M20 4c-7 0-12 5-12 12 5 0 12-5 12-12z"></path>
418
+ <path d="M8 16c2-4 6-8 12-10"></path>
419
+ </svg>
420
+ </div>
421
+ <div>No Work, All Play.</div>
422
+ </div>
423
+
424
+ <!-- Mini Player -->
425
+ <div class="player">
426
+ <div class="album">[IMG: Album Cover]</div>
427
+ <div class="meta">
428
+ <div class="song">L-O-V-E (2003 Digital Remaster)</div>
429
+ <div class="artist">Nat King Cole — L-O-V-E</div>
430
+ </div>
431
+ <div class="play-btn">
432
+ <svg viewBox="0 0 24 24">
433
+ <path d="M8 6l10 6-10 6z" fill="#EAECEF" stroke="none"></path>
434
+ </svg>
435
+ </div>
436
+ </div>
437
+
438
+ <!-- Bottom Navigation -->
439
+ <div class="nav">
440
+ <div class="nav-item">
441
+ <div class="nav-icon">
442
+ <svg viewBox="0 0 24 24">
443
+ <path d="M3 11l9-7 9 7"></path>
444
+ <path d="M6 11v9h12v-9"></path>
445
+ </svg>
446
+ </div>
447
+ <div class="label">Home</div>
448
+ </div>
449
+ <div class="nav-item">
450
+ <div class="nav-icon">
451
+ <svg viewBox="0 0 24 24">
452
+ <circle cx="10" cy="10" r="6"></circle>
453
+ <path d="M14 14l6 6"></path>
454
+ </svg>
455
+ </div>
456
+ <div class="label">Search</div>
457
+ </div>
458
+ <div class="nav-item">
459
+ <div class="nav-icon">
460
+ <svg viewBox="0 0 24 24">
461
+ <path d="M7 3l5 7-6 11 11-9-4-2 4-7z"></path>
462
+ </svg>
463
+ </div>
464
+ <div class="label">For You</div>
465
+ </div>
466
+ <div class="nav-item active">
467
+ <div class="nav-icon">
468
+ <svg viewBox="0 0 24 24">
469
+ <circle cx="12" cy="12" r="10"></circle>
470
+ <path d="M9 12c0-2 1.5-3 3-3" stroke-linecap="round"></path>
471
+ </svg>
472
+ </div>
473
+ <div class="label">My Library</div>
474
+ <div class="underline"></div>
475
+ </div>
476
+ <div class="nav-item">
477
+ <div class="nav-icon">
478
+ <svg viewBox="0 0 24 24">
479
+ <path d="M20 4c-7 0-12 5-12 12 5 0 12-5 12-12z"></path>
480
+ <path d="M8 16c2-4 6-8 12-10"></path>
481
+ </svg>
482
+ </div>
483
+ <div class="label">Pro</div>
484
+ <div class="badge"></div>
485
+ </div>
486
+ </div>
487
+
488
+ <!-- Home indicator -->
489
+ <div class="home-indicator"></div>
490
+
491
+ </div>
492
+ </body>
493
+ </html>
code/10177/10177_4.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chill List UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #0d0f13 0%, #1b1f25 40%, #252a31 100%);
15
+ color: #EFF2F6;
16
+ font-family: Inter, Segoe UI, Arial, sans-serif;
17
+ }
18
+
19
+ .tap-circle {
20
+ width: 96px;
21
+ height: 96px;
22
+ border-radius: 48px;
23
+ background: rgba(255,255,255,0.06);
24
+ border: 1px solid rgba(255,255,255,0.15);
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ }
29
+
30
+ .placeholder-img {
31
+ background: #E0E0E0;
32
+ border: 1px solid #BDBDBD;
33
+ color: #757575;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ text-align: center;
38
+ }
39
+
40
+ .muted { color: #A9B2BC; }
41
+ .pill {
42
+ border-radius: 32px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+ .shadow {
48
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
49
+ }
50
+ .divider {
51
+ position: absolute;
52
+ left: 0; width: 100%;
53
+ height: 2px;
54
+ background: rgba(255,255,255,0.08);
55
+ }
56
+ .nav-bar {
57
+ position: absolute;
58
+ left: 0; bottom: 0;
59
+ width: 1080px; height: 180px;
60
+ background: #1f242b;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-around;
64
+ color: #C9D0D7;
65
+ }
66
+ .nav-item {
67
+ width: 180px;
68
+ height: 140px;
69
+ display: flex;
70
+ flex-direction: column;
71
+ align-items: center;
72
+ justify-content: center;
73
+ gap: 16px;
74
+ font-size: 28px;
75
+ }
76
+ .nav-active { color: #EAF0F7; }
77
+ .indicator {
78
+ position: absolute;
79
+ left: 50%;
80
+ transform: translateX(-50%);
81
+ bottom: 200px;
82
+ width: 360px; height: 10px;
83
+ background: #EAEFF5;
84
+ border-radius: 5px;
85
+ opacity: 0.8;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Back button -->
93
+ <div class="tap-circle shadow" style="position:absolute; top:96px; left:48px;">
94
+ <svg width="40" height="40" viewBox="0 0 40 40">
95
+ <path d="M24 8 L12 20 L24 32" stroke="#EAF0F7" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
96
+ </svg>
97
+ </div>
98
+
99
+ <!-- Top right vertical menu -->
100
+ <div class="tap-circle shadow" style="position:absolute; top:220px; right:36px; background:#15181d;">
101
+ <svg width="24" height="48" viewBox="0 0 24 48">
102
+ <circle cx="12" cy="10" r="3" fill="#DDE3EA"/>
103
+ <circle cx="12" cy="24" r="3" fill="#DDE3EA"/>
104
+ <circle cx="12" cy="38" r="3" fill="#DDE3EA"/>
105
+ </svg>
106
+ </div>
107
+
108
+ <!-- Large playlist cover -->
109
+ <div class="placeholder-img shadow" style="position:absolute; left:72px; top:240px; width:760px; height:540px; border-radius:36px;">
110
+ [IMG: Playlist Cover]
111
+ </div>
112
+
113
+ <!-- Edit and Play buttons -->
114
+ <div class="shadow" style="position:absolute; left:870px; top:520px; width:120px; height:120px; border-radius:60px; background:#FFFFFF; display:flex; align-items:center; justify-content:center;">
115
+ <svg width="44" height="44" viewBox="0 0 44 44">
116
+ <path d="M30 12 L36 18 L18 36 L12 36 L12 30 Z" fill="none" stroke="#1f242b" stroke-width="3" stroke-linejoin="round"/>
117
+ </svg>
118
+ </div>
119
+ <div class="shadow" style="position:absolute; left:1008px; top:520px; width:120px; height:120px; border-radius:60px; background:#61D1C8; display:flex; align-items:center; justify-content:center;">
120
+ <svg width="44" height="44" viewBox="0 0 44 44">
121
+ <path d="M16 12 L34 22 L16 32 Z" fill="#0d0f13"/>
122
+ </svg>
123
+ </div>
124
+
125
+ <!-- Title and description -->
126
+ <div style="position:absolute; left:72px; top:840px; font-size:72px; font-weight:700; letter-spacing:0.5px;">Chill List</div>
127
+ <div class="muted" style="position:absolute; left:72px; top:930px; font-size:32px;">
128
+ 1 song with music from artists like Joe Pass.
129
+ </div>
130
+
131
+ <!-- Actions row -->
132
+ <div style="position:absolute; left:72px; top:1005px; display:flex; align-items:center; gap:28px;">
133
+ <div class="tap-circle" style="width:96px; height:96px;">
134
+ <svg width="40" height="40" viewBox="0 0 40 40">
135
+ <path d="M20 8 V24" stroke="#EAF0F7" stroke-width="3" stroke-linecap="round"/>
136
+ <path d="M12 18 L20 26 L28 18" stroke="#EAF0F7" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
137
+ <rect x="10" y="30" width="20" height="3" fill="#EAF0F7"/>
138
+ </svg>
139
+ </div>
140
+ <div class="tap-circle" style="width:96px; height:96px;">
141
+ <svg width="40" height="40" viewBox="0 0 40 40">
142
+ <path d="M20 10 V28" stroke="#EAF0F7" stroke-width="3" stroke-linecap="round"/>
143
+ <path d="M26 16 L20 10 L14 16" stroke="#EAF0F7" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
144
+ <rect x="10" y="28" width="20" height="8" rx="2" fill="none" stroke="#EAF0F7" stroke-width="3"/>
145
+ </svg>
146
+ </div>
147
+ <div class="muted" style="font-size:30px;">3m 32s • 1 Songs</div>
148
+ </div>
149
+
150
+ <!-- Song item -->
151
+ <div class="shadow" style="position:absolute; left:72px; top:1140px; width:936px; min-height:160px; background: transparent; display:flex; align-items:center; justify-content:space-between;">
152
+ <div style="display:flex; flex-direction:column; gap:12px;">
153
+ <div style="font-size:40px; font-weight:600;">Night And Day (Album Version)</div>
154
+ <div class="muted" style="font-size:30px;">Joe Pass - Virtuoso</div>
155
+ </div>
156
+ <div style="display:flex; align-items:center; gap:36px;">
157
+ <svg width="48" height="48" viewBox="0 0 48 48">
158
+ <path d="M24 10 V28" stroke="#DDE3EA" stroke-width="3" stroke-linecap="round"/>
159
+ <path d="M16 22 L24 30 L32 22" stroke="#DDE3EA" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
160
+ </svg>
161
+ <svg width="16" height="48" viewBox="0 0 16 48">
162
+ <circle cx="8" cy="12" r="3" fill="#DDE3EA"/>
163
+ <circle cx="8" cy="24" r="3" fill="#DDE3EA"/>
164
+ <circle cx="8" cy="36" r="3" fill="#DDE3EA"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Add More button -->
170
+ <div class="pill shadow" style="position:absolute; left:60px; top:1360px; width:960px; height:140px; background:#30353C;">
171
+ <div style="display:flex; align-items:center; gap:24px; color:#61D1C8; font-size:44px; font-weight:600;">
172
+ <svg width="40" height="40" viewBox="0 0 40 40">
173
+ <path d="M20 8 V32 M8 20 H32" stroke="#61D1C8" stroke-width="4" stroke-linecap="round"/>
174
+ </svg>
175
+ Add More
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Add Videos button -->
180
+ <div class="pill shadow" style="position:absolute; left:60px; top:1580px; width:960px; height:160px; background:#61D1C8; color:#0d0f13; font-weight:700;">
181
+ <div style="display:flex; align-items:center; gap:28px; font-size:48px;">
182
+ <svg width="42" height="42" viewBox="0 0 42 42">
183
+ <path d="M21 8 V34 M8 21 H34" stroke="#0d0f13" stroke-width="5" stroke-linecap="round"/>
184
+ </svg>
185
+ Add Videos
186
+ <span style="margin-left:12px; font-size:28px; background:#D2D6DA; color:#3a4047; padding:8px 14px; border-radius:16px;">PRO</span>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Divider -->
191
+ <div class="divider" style="top:1860px;"></div>
192
+
193
+ <!-- No Work, All Play -->
194
+ <div style="position:absolute; top:1900px; left:0; width:1080px; text-align:center; display:flex; align-items:center; justify-content:center; gap:12px; color:#CDD4DB; font-size:32px;">
195
+ <span style="display:inline-flex; width:44px; height:44px; border-radius:22px; border:1px solid rgba(255,255,255,0.2); align-items:center; justify-content:center;">
196
+ <svg width="22" height="22" viewBox="0 0 22 22">
197
+ <circle cx="11" cy="11" r="10" fill="none" stroke="#DDE3EA" stroke-width="2"/>
198
+ <path d="M11 6 V12" stroke="#DDE3EA" stroke-width="2" stroke-linecap="round"/>
199
+ <circle cx="11" cy="15" r="1.6" fill="#DDE3EA"/>
200
+ </svg>
201
+ </span>
202
+ No Work, All Play.
203
+ </div>
204
+
205
+ <!-- Mini player -->
206
+ <div class="shadow" style="position:absolute; left:0; top:1980px; width:1080px; height:160px; background:#262b32; display:flex; align-items:center; padding:0 36px; gap:28px;">
207
+ <div class="placeholder-img" style="width:120px; height:120px;">[IMG: Album Art]</div>
208
+ <div style="display:flex; flex-direction:column; gap:8px; width:760px;">
209
+ <div style="font-size:34px; font-weight:600;">L-O-V-E (2003 Digital Remaster)</div>
210
+ <div class="muted" style="font-size:28px;">Nat King Cole — L-O-V-E</div>
211
+ </div>
212
+ <svg width="56" height="56" viewBox="0 0 56 56">
213
+ <path d="M20 14 L42 28 L20 42 Z" fill="#EAF0F7"/>
214
+ </svg>
215
+ </div>
216
+
217
+ <!-- Home indicator -->
218
+ <div class="indicator"></div>
219
+
220
+ <!-- Bottom navigation -->
221
+ <div class="nav-bar">
222
+ <div class="nav-item">
223
+ <svg width="44" height="44" viewBox="0 0 44 44">
224
+ <path d="M8 22 L22 10 L36 22 V36 H26 V26 H18 V36 H8 Z" fill="none" stroke="#C9D0D7" stroke-width="3" stroke-linejoin="round"/>
225
+ </svg>
226
+ <div>Home</div>
227
+ </div>
228
+ <div class="nav-item">
229
+ <svg width="44" height="44" viewBox="0 0 44 44">
230
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#C9D0D7" stroke-width="3"/>
231
+ <path d="M30 30 L38 38" stroke="#C9D0D7" stroke-width="3" stroke-linecap="round"/>
232
+ </svg>
233
+ <div>Search</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg width="44" height="44" viewBox="0 0 44 44">
237
+ <path d="M24 6 L14 26 H22 L20 38 L30 20 H22 Z" fill="none" stroke="#C9D0D7" stroke-width="3" stroke-linejoin="round"/>
238
+ </svg>
239
+ <div>For You</div>
240
+ </div>
241
+ <div class="nav-item nav-active">
242
+ <svg width="44" height="44" viewBox="0 0 44 44">
243
+ <circle cx="22" cy="22" r="18" fill="none" stroke="#EAF0F7" stroke-width="3"/>
244
+ <text x="22" y="28" font-size="20" text-anchor="middle" fill="#EAF0F7" font-family="Segoe UI, Arial">C</text>
245
+ </svg>
246
+ <div style="border-bottom:3px solid #EAF0F7; padding-bottom:6px;">My Library</div>
247
+ </div>
248
+ <div class="nav-item">
249
+ <div style="position:relative; width:44px; height:44px;">
250
+ <svg width="44" height="44" viewBox="0 0 44 44">
251
+ <path d="M22 8 C30 12 34 20 22 36 C10 20 14 12 22 8 Z" fill="none" stroke="#C9D0D7" stroke-width="3"/>
252
+ </svg>
253
+ <span style="position:absolute; right:-6px; top:-6px; width:16px; height:16px; background:#FF5555; border-radius:8px;"></span>
254
+ </div>
255
+ <div>Pro</div>
256
+ </div>
257
+ </div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/10177/10177_6.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Share Sheet UI</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
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: linear-gradient(#0a0a0a 0%, #101317 45%, #141820 100%);
14
+ border-radius: 24px;
15
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 20px;
22
+ left: 24px;
23
+ right: 24px;
24
+ height: 64px;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ font-size: 32px;
30
+ letter-spacing: 0.5px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons { display: flex; align-items: center; gap: 22px; }
34
+ .status-dot {
35
+ width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9;
36
+ }
37
+ .wifi {
38
+ width: 42px; height: 24px;
39
+ }
40
+ .battery {
41
+ width: 48px; height: 24px;
42
+ }
43
+
44
+ /* Background content card (behind share sheet) */
45
+ .bg-card {
46
+ position: absolute;
47
+ top: 200px;
48
+ left: 72px;
49
+ width: 936px;
50
+ height: 660px;
51
+ background: #1b1f25;
52
+ border-radius: 32px;
53
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
54
+ }
55
+ .more-menu {
56
+ position: absolute;
57
+ top: 230px;
58
+ right: 84px;
59
+ width: 12px;
60
+ height: 48px;
61
+ border-radius: 12px;
62
+ display: flex;
63
+ flex-direction: column;
64
+ justify-content: center;
65
+ gap: 8px;
66
+ opacity: 0.4;
67
+ }
68
+ .more-menu span {
69
+ display: block;
70
+ width: 12px; height: 12px; background: #bfc4cb; border-radius: 50%;
71
+ }
72
+
73
+ /* Back button */
74
+ .back-btn {
75
+ position: absolute;
76
+ top: 268px;
77
+ left: 36px;
78
+ width: 64px; height: 64px;
79
+ display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .back-btn svg { width: 36px; height: 36px; }
82
+ .back-btn svg path { stroke: #bfc4cb; stroke-width: 4; fill: none; }
83
+
84
+ /* Share sheet card */
85
+ .share-card {
86
+ position: absolute;
87
+ left: 36px;
88
+ right: 36px;
89
+ top: 980px;
90
+ background: #262a32;
91
+ color: #ffffff;
92
+ border-radius: 28px;
93
+ box-shadow: 0 30px 60px rgba(0,0,0,0.55);
94
+ padding: 44px 48px 36px 48px;
95
+ }
96
+
97
+ .sheet-header {
98
+ display: grid;
99
+ grid-template-columns: 96px auto;
100
+ gap: 22px;
101
+ align-items: center;
102
+ margin-bottom: 22px;
103
+ }
104
+ .img-ph {
105
+ width: 96px; height: 96px;
106
+ background: #E0E0E0;
107
+ border: 1px solid #BDBDBD;
108
+ border-radius: 16px;
109
+ color: #757575;
110
+ display: flex; align-items: center; justify-content: center;
111
+ font-size: 20px;
112
+ }
113
+ .title {
114
+ font-size: 40px; font-weight: 600; letter-spacing: 0.2px;
115
+ }
116
+ .subtitle {
117
+ font-size: 28px; color: #aeb4bd; margin-top: 6px;
118
+ }
119
+
120
+ .promo {
121
+ margin-top: 18px;
122
+ font-size: 44px;
123
+ line-height: 1.28;
124
+ font-weight: 600;
125
+ }
126
+
127
+ .share-grid {
128
+ margin-top: 36px;
129
+ display: grid;
130
+ grid-template-columns: repeat(3, 1fr);
131
+ gap: 46px 40px;
132
+ }
133
+ .share-item { text-align: center; }
134
+ .icon-circle {
135
+ width: 200px; height: 200px;
136
+ margin: 0 auto 18px auto;
137
+ border-radius: 50%;
138
+ display: flex; align-items: center; justify-content: center;
139
+ box-shadow: 0 8px 20px rgba(0,0,0,0.3);
140
+ }
141
+ .label {
142
+ font-size: 28px;
143
+ color: #cfd5dd;
144
+ }
145
+
146
+ /* Circle colors */
147
+ .copy { background: #ffffff; }
148
+ .wa { background: #1f9f6b; }
149
+ .ig { background: #c64f78; }
150
+ .fb { background: #3b5998; }
151
+ .tw { background: #1da1f2; }
152
+ .sc { background: #f4df6b; }
153
+
154
+ .icon-circle svg { width: 92px; height: 92px; }
155
+ .icon-dark path, .icon-dark circle, .icon-dark rect { stroke: #222831; fill: none; stroke-width: 6; }
156
+ .icon-light path, .icon-light circle, .icon-light rect { stroke: #ffffff; fill: none; stroke-width: 6; }
157
+ .icon-light .fill { fill: #ffffff; stroke: none; }
158
+
159
+ /* Divider and more options row */
160
+ .divider {
161
+ height: 1px;
162
+ background: rgba(255,255,255,0.25);
163
+ margin: 30px 0 18px 0;
164
+ }
165
+ .more-row {
166
+ display: flex; align-items: center; justify-content: space-between;
167
+ color: #e7e9ec;
168
+ font-size: 32px;
169
+ padding-bottom: 8px;
170
+ }
171
+ .chev {
172
+ width: 36px; height: 36px;
173
+ }
174
+ .chev path { stroke: #e7e9ec; stroke-width: 6; fill: none; }
175
+
176
+ /* Cancel bar */
177
+ .cancel-bar {
178
+ position: absolute;
179
+ left: 36px;
180
+ right: 36px;
181
+ bottom: 220px;
182
+ background: #3a3f47;
183
+ height: 140px;
184
+ border-radius: 28px;
185
+ color: #ffffff;
186
+ display: flex; align-items: center; justify-content: center;
187
+ font-size: 40px; font-weight: 600;
188
+ box-shadow: 0 10px 20px rgba(0,0,0,0.45);
189
+ }
190
+
191
+ /* Gesture pill */
192
+ .gesture-pill {
193
+ position: absolute;
194
+ left: 50%;
195
+ transform: translateX(-50%);
196
+ bottom: 120px;
197
+ width: 220px; height: 14px;
198
+ background: #e9e9ea;
199
+ border-radius: 8px;
200
+ opacity: 0.85;
201
+ }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <div class="status-bar">
208
+ <div>12:24</div>
209
+ <div class="status-icons">
210
+ <!-- placeholder mini icons -->
211
+ <svg class="wifi" viewBox="0 0 48 24">
212
+ <path d="M2 10 Q24 -2 46 10" stroke="#fff" stroke-width="3" fill="none" opacity="0.9"></path>
213
+ <path d="M7 14 Q24 5 41 14" stroke="#fff" stroke-width="3" fill="none" opacity="0.8"></path>
214
+ <circle cx="24" cy="18" r="3" fill="#fff"></circle>
215
+ </svg>
216
+ <svg class="battery" viewBox="0 0 48 24">
217
+ <rect x="2" y="4" width="38" height="16" rx="3" ry="3" stroke="#fff" stroke-width="3" fill="none"></rect>
218
+ <rect x="6" y="8" width="28" height="8" fill="#fff"></rect>
219
+ <rect x="42" y="8" width="4" height="8" fill="#fff"></rect>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="bg-card"></div>
225
+ <div class="more-menu" aria-hidden="true">
226
+ <span></span><span></span><span></span>
227
+ </div>
228
+
229
+ <div class="back-btn">
230
+ <svg viewBox="0 0 36 36">
231
+ <path d="M24 6 L12 18 L24 30"></path>
232
+ </svg>
233
+ </div>
234
+
235
+ <div class="share-card">
236
+ <div class="sheet-header">
237
+ <div class="img-ph">[IMG: List Cover]</div>
238
+ <div>
239
+ <div class="title">Chill List</div>
240
+ <div class="subtitle">Just Updated</div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="promo">Know someone who'll love this?<br>Share the love!</div>
245
+
246
+ <div class="share-grid">
247
+ <!-- Copy Link -->
248
+ <div class="share-item">
249
+ <div class="icon-circle copy">
250
+ <svg class="icon-dark" viewBox="0 0 48 48" aria-hidden="true">
251
+ <!-- simple link/paperclip -->
252
+ <path d="M30 12 l6 6 c4 4 4 10 0 14 l-9 9 c-4 4-10 4-14 0 c-4-4-4-10 0-14 l9-9" stroke-linecap="round" stroke-linejoin="round"></path>
253
+ <path d="M15 33 l-3 -3 c-3 -3 -3 -7 0 -10 l9 -9 c3 -3 7 -3 10 0" stroke-linecap="round" stroke-linejoin="round"></path>
254
+ </svg>
255
+ </div>
256
+ <div class="label">Copy Link</div>
257
+ </div>
258
+
259
+ <!-- WhatsApp -->
260
+ <div class="share-item">
261
+ <div class="icon-circle wa">
262
+ <svg class="icon-light" viewBox="0 0 48 48" aria-hidden="true">
263
+ <path d="M10 40 l4 -8 c-4 -6 -4 -12 1 -16 c6 -6 15 -6 21 0 c6 6 6 15 0 21 c-4 4 -10 5 -16 1 l-10 2 z" stroke-linecap="round" stroke-linejoin="round"></path>
264
+ <path d="M19 20 c2 4 6 7 10 9" stroke-linecap="round"></path>
265
+ </svg>
266
+ </div>
267
+ <div class="label">WhatsApp</div>
268
+ </div>
269
+
270
+ <!-- Instagram Stories -->
271
+ <div class="share-item">
272
+ <div class="icon-circle ig">
273
+ <svg class="icon-light" viewBox="0 0 48 48" aria-hidden="true">
274
+ <rect x="10" y="10" width="28" height="28" rx="7" ry="7"></rect>
275
+ <circle cx="24" cy="24" r="7"></circle>
276
+ <circle cx="32" cy="16" r="2" class="fill"></circle>
277
+ </svg>
278
+ </div>
279
+ <div class="label">Instagram Stories</div>
280
+ </div>
281
+
282
+ <!-- Facebook -->
283
+ <div class="share-item">
284
+ <div class="icon-circle fb">
285
+ <svg viewBox="0 0 48 48" aria-hidden="true">
286
+ <text x="24" y="32" text-anchor="middle" font-size="26" font-weight="700" fill="#ffffff" font-family="Segoe UI, Arial">f</text>
287
+ </svg>
288
+ </div>
289
+ <div class="label">Facebook</div>
290
+ </div>
291
+
292
+ <!-- Twitter -->
293
+ <div class="share-item">
294
+ <div class="icon-circle tw">
295
+ <svg viewBox="0 0 48 48" aria-hidden="true">
296
+ <text x="24" y="32" text-anchor="middle" font-size="26" font-weight="700" fill="#ffffff" font-family="Segoe UI, Arial">t</text>
297
+ </svg>
298
+ </div>
299
+ <div class="label">Twitter</div>
300
+ </div>
301
+
302
+ <!-- Snapchat -->
303
+ <div class="share-item">
304
+ <div class="icon-circle sc">
305
+ <svg viewBox="0 0 48 48" aria-hidden="true">
306
+ <text x="24" y="32" text-anchor="middle" font-size="26" font-weight="700" fill="#000000" font-family="Segoe UI, Arial">👻</text>
307
+ </svg>
308
+ </div>
309
+ <div class="label">Snapchat</div>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="divider"></div>
314
+ <div class="more-row">
315
+ <div>More Options</div>
316
+ <svg class="chev" viewBox="0 0 36 36" aria-hidden="true">
317
+ <path d="M8 14 L18 24 L28 14" stroke-linecap="round" stroke-linejoin="round"></path>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="cancel-bar">Cancel</div>
323
+ <div class="gesture-pill"></div>
324
+ </div>
325
+ </body>
326
+ </html>
code/10177/10177_7.html ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chill List - Share Sheet</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
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #0e0e0e 0%, #151515 35%, #1a1a1a 100%);
15
+ color: #e6e6e6;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 90px;
25
+ padding: 0 28px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #eaeaea;
30
+ opacity: 0.95;
31
+ font-weight: 600;
32
+ font-size: 36px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .sb-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .sb-icon { width: 34px; height: 34px; opacity: 0.9; }
41
+
42
+ /* Back button */
43
+ .back-btn {
44
+ position: absolute;
45
+ top: 130px;
46
+ left: 28px;
47
+ width: 72px;
48
+ height: 72px;
49
+ border-radius: 36px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ color: #cfcfcf;
54
+ }
55
+
56
+ /* Top area */
57
+ .top-wrap {
58
+ position: absolute;
59
+ left: 72px;
60
+ top: 140px;
61
+ right: 72px;
62
+ }
63
+
64
+ .cover-and-actions {
65
+ position: relative;
66
+ width: 100%;
67
+ height: 720px;
68
+ }
69
+
70
+ .cover {
71
+ position: absolute;
72
+ left: 48px;
73
+ top: 0;
74
+ width: 680px;
75
+ height: 680px;
76
+ border-radius: 28px;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: #5f5f5f;
83
+ font-size: 34px;
84
+ font-weight: 600;
85
+ }
86
+
87
+ .kebab {
88
+ position: absolute;
89
+ right: 8px;
90
+ top: 20px;
91
+ width: 84px;
92
+ height: 84px;
93
+ border-radius: 42px;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ background: transparent;
98
+ color: #8e8e8e;
99
+ }
100
+
101
+ .action-fab {
102
+ position: absolute;
103
+ right: 40px;
104
+ top: 520px;
105
+ display: flex;
106
+ gap: 24px;
107
+ align-items: center;
108
+ }
109
+ .fab {
110
+ width: 140px;
111
+ height: 140px;
112
+ border-radius: 70px;
113
+ box-shadow: 0 6px 14px rgba(0,0,0,0.4);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ }
118
+ .fab.edit { background: #3a3a3a; border: 1px solid #4a4a4a; }
119
+ .fab.play { background: #1d7267; }
120
+
121
+ /* Title & meta */
122
+ .title-block {
123
+ margin-top: 48px;
124
+ padding-left: 48px;
125
+ color: #d9d9d9;
126
+ }
127
+ .playlist-title {
128
+ font-size: 82px;
129
+ font-weight: 700;
130
+ letter-spacing: 0.5px;
131
+ margin: 28px 0 18px;
132
+ }
133
+ .subtitle {
134
+ font-size: 36px;
135
+ color: #b0b0b0;
136
+ }
137
+
138
+ /* Actions row */
139
+ .actions-row {
140
+ margin-top: 34px;
141
+ padding-left: 48px;
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 28px;
145
+ color: #c9c9c9;
146
+ }
147
+ .chip {
148
+ display: inline-flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ width: 92px;
152
+ height: 92px;
153
+ border-radius: 46px;
154
+ border: 2px solid #3b3b3b;
155
+ background: #232323;
156
+ }
157
+ .duration-meta {
158
+ margin-left: 14px;
159
+ font-size: 32px;
160
+ color: #969696;
161
+ }
162
+
163
+ /* Track item */
164
+ .track-item {
165
+ margin-top: 44px;
166
+ padding: 28px 32px 28px 48px;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: space-between;
170
+ color: #e5e5e5;
171
+ }
172
+ .track-text .title { font-size: 44px; font-weight: 600; margin: 0 0 8px; }
173
+ .track-text .artist { font-size: 32px; color: #9a9a9a; }
174
+ .track-actions {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: 34px;
178
+ }
179
+
180
+ /* Share sheet */
181
+ .sheet {
182
+ position: absolute;
183
+ left: 0;
184
+ right: 0;
185
+ bottom: 0;
186
+ height: 920px;
187
+ background: #242424;
188
+ border-top-left-radius: 32px;
189
+ border-top-right-radius: 32px;
190
+ box-shadow: 0 -18px 28px rgba(0,0,0,0.55);
191
+ }
192
+ .sheet-header {
193
+ padding: 24px 36px 8px;
194
+ color: #f0f0f0;
195
+ font-size: 44px;
196
+ font-weight: 700;
197
+ }
198
+ .sheet-list { margin-top: 8px; }
199
+ .sheet-item {
200
+ display: flex;
201
+ align-items: center;
202
+ padding: 26px 36px;
203
+ border-top: 1px solid #2f2f2f;
204
+ }
205
+ .sheet-item:first-of-type { border-top: none; }
206
+ .app-icon {
207
+ width: 92px;
208
+ height: 92px;
209
+ border-radius: 46px;
210
+ background: #E0E0E0;
211
+ border: 1px solid #BDBDBD;
212
+ color: #5b5b5b;
213
+ font-size: 28px;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ margin-right: 28px;
218
+ font-weight: 700;
219
+ }
220
+ .app-text .name { font-size: 40px; color: #eaeaea; }
221
+ .app-text .desc { font-size: 30px; color: #a8a8a8; margin-top: 6px; }
222
+ .sheet-footer {
223
+ position: absolute;
224
+ left: 0;
225
+ right: 0;
226
+ bottom: 24px;
227
+ display: flex;
228
+ justify-content: center;
229
+ }
230
+ .home-indicator {
231
+ width: 260px;
232
+ height: 10px;
233
+ border-radius: 5px;
234
+ background: #e9e9e9;
235
+ opacity: 0.85;
236
+ }
237
+
238
+ /* Helpers */
239
+ .icon { width: 44px; height: 44px; }
240
+ .icon.large { width: 62px; height: 62px; }
241
+ .muted { color: #9a9a9a; }
242
+ </style>
243
+ </head>
244
+ <body>
245
+ <div id="render-target">
246
+
247
+ <!-- Status Bar -->
248
+ <div class="status-bar">
249
+ <div class="sb-left">12:24</div>
250
+ <div class="sb-right">
251
+ <!-- simple placeholders for status icons -->
252
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#eaeaea" stroke-width="2"/></svg>
253
+ <svg class="sb-icon" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"/></svg>
254
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#eaeaea" stroke-width="2"/></svg>
255
+ <svg class="sb-icon" viewBox="0 0 24 24"><rect x="7" y="6" width="10" height="12" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"/><path d="M12 3v3" stroke="#eaeaea" stroke-width="2"/></svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Back button -->
260
+ <div class="back-btn" title="Back">
261
+ <svg class="icon large" viewBox="0 0 24 24">
262
+ <path d="M15 19l-7-7 7-7" fill="none" stroke="#d0d0d0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
263
+ </svg>
264
+ </div>
265
+
266
+ <!-- Top content -->
267
+ <div class="top-wrap">
268
+ <div class="cover-and-actions">
269
+ <div class="cover">[IMG: Playlist Cover]</div>
270
+
271
+ <div class="kebab">
272
+ <svg class="icon large" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="4" r="2" fill="#8e8e8e"/>
274
+ <circle cx="12" cy="12" r="2" fill="#8e8e8e"/>
275
+ <circle cx="12" cy="20" r="2" fill="#8e8e8e"/>
276
+ </svg>
277
+ </div>
278
+
279
+ <div class="action-fab">
280
+ <div class="fab edit" title="Edit">
281
+ <svg class="icon large" viewBox="0 0 24 24">
282
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="#cacaca"/>
283
+ <path d="M20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z" fill="#cacaca"/>
284
+ </svg>
285
+ </div>
286
+ <div class="fab play" title="Play">
287
+ <svg class="icon large" viewBox="0 0 24 24">
288
+ <path d="M8 5v14l11-7z" fill="#e9f8f4"/>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="title-block">
295
+ <div class="playlist-title">Chill List</div>
296
+ <div class="subtitle">1 song with music from artists like Joe Pass.</div>
297
+
298
+ <div class="actions-row">
299
+ <div class="chip" title="Download">
300
+ <svg class="icon" viewBox="0 0 24 24">
301
+ <path d="M12 3v12" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
302
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
303
+ <path d="M4 20h16" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
304
+ </svg>
305
+ </div>
306
+ <div class="chip" title="Share">
307
+ <svg class="icon" viewBox="0 0 24 24">
308
+ <path d="M4 12v8h16v-8" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
309
+ <path d="M12 4l0 12" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
310
+ <path d="M7 9l5-5 5 5" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ </div>
313
+ <div class="duration-meta">3m 32s • 1 Songs</div>
314
+ </div>
315
+
316
+ <div class="track-item">
317
+ <div class="track-text">
318
+ <div class="title">Night And Day (Album Version)</div>
319
+ <div class="artist">Joe Pass - Virtuoso</div>
320
+ </div>
321
+ <div class="track-actions">
322
+ <svg class="icon" viewBox="0 0 24 24" title="Download">
323
+ <path d="M12 3v12" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/>
324
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
325
+ <path d="M4 20h16" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/>
326
+ </svg>
327
+ <svg class="icon" viewBox="0 0 24 24" title="More">
328
+ <circle cx="12" cy="5" r="2" fill="#b8b8b8"/>
329
+ <circle cx="12" cy="12" r="2" fill="#b8b8b8"/>
330
+ <circle cx="12" cy="19" r="2" fill="#b8b8b8"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Share sheet -->
338
+ <div class="sheet">
339
+ <div class="sheet-header">Share</div>
340
+ <div class="sheet-list">
341
+ <div class="sheet-item">
342
+ <div class="app-icon">GM</div>
343
+ <div class="app-text">
344
+ <div class="name">Gmail</div>
345
+ </div>
346
+ </div>
347
+ <div class="sheet-item">
348
+ <div class="app-icon">RE</div>
349
+ <div class="app-text">
350
+ <div class="name">Reminder</div>
351
+ <div class="desc">Create Reminder</div>
352
+ </div>
353
+ </div>
354
+ <div class="sheet-item">
355
+ <div class="app-icon">NS</div>
356
+ <div class="app-text">
357
+ <div class="name">Nearby Share</div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+
362
+ <div class="sheet-footer">
363
+ <div class="home-indicator"></div>
364
+ </div>
365
+ </div>
366
+
367
+ </div>
368
+ </body>
369
+ </html>
code/10179/10179_1.html ADDED
@@ -0,0 +1,522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>PF Furniture - Mobile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ background: #2f2731;
19
+ color: #fff;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ font-weight: 600;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 24px; }
28
+ .status-right { display: flex; align-items: center; gap: 22px; color: #fff; opacity: 0.95; }
29
+
30
+ /* App bar */
31
+ .app-bar {
32
+ height: 140px;
33
+ background: #fff;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 28px;
37
+ border-bottom: 1px solid #ececec;
38
+ }
39
+ .hamburger { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; margin-right: 18px; }
40
+ .brand {
41
+ color: #ff6e3d;
42
+ font-size: 74px;
43
+ font-weight: 800;
44
+ margin-right: auto;
45
+ }
46
+ .app-icons { display: flex; align-items: center; gap: 34px; }
47
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; color: #444; }
48
+
49
+ /* Category strip */
50
+ .category-strip {
51
+ padding: 18px 18px 8px;
52
+ overflow-x: auto;
53
+ white-space: nowrap;
54
+ }
55
+ .cats {
56
+ display: flex;
57
+ gap: 26px;
58
+ padding: 6px 10px 20px;
59
+ }
60
+ .cat {
61
+ width: 170px;
62
+ }
63
+ .cat-img {
64
+ width: 170px;
65
+ height: 150px;
66
+ background: #E0E0E0;
67
+ border: 1px solid #BDBDBD;
68
+ border-radius: 14px;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ color: #757575;
73
+ font-size: 24px;
74
+ text-align: center;
75
+ padding: 8px;
76
+ }
77
+ .cat-label {
78
+ text-align: center;
79
+ margin-top: 10px;
80
+ font-size: 28px;
81
+ color: #444;
82
+ line-height: 1.15;
83
+ }
84
+
85
+ /* Floating phone banner */
86
+ .phone-banner {
87
+ position: absolute;
88
+ top: 540px;
89
+ right: 28px;
90
+ background: #ffffff;
91
+ border: 1px solid #e6e2db;
92
+ border-radius: 18px;
93
+ box-shadow: 0 8px 18px rgba(0,0,0,0.08);
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 24px 26px;
97
+ gap: 20px;
98
+ z-index: 5;
99
+ }
100
+ .phone-title {
101
+ font-size: 34px;
102
+ color: #5b513b;
103
+ font-weight: 700;
104
+ }
105
+ .phone-num {
106
+ font-size: 40px;
107
+ color: #8a5d0a;
108
+ font-weight: 800;
109
+ margin-top: 4px;
110
+ }
111
+
112
+ /* Hero row */
113
+ .hero-row {
114
+ display: flex;
115
+ gap: 26px;
116
+ padding: 14px 24px 0;
117
+ }
118
+ .hero-left {
119
+ width: 710px;
120
+ height: 720px;
121
+ background: #f7f7f7;
122
+ border: 1px solid #e5e5e5;
123
+ border-radius: 16px;
124
+ position: relative;
125
+ overflow: hidden;
126
+ }
127
+ .hero-right {
128
+ width: 316px;
129
+ height: 720px;
130
+ background: #ffffff;
131
+ border: 1px solid #e5e5e5;
132
+ border-radius: 16px;
133
+ padding: 24px;
134
+ }
135
+ .hero-title {
136
+ position: absolute;
137
+ left: 32px;
138
+ top: 36px;
139
+ font-size: 80px;
140
+ color: #cc3a2e;
141
+ font-weight: 900;
142
+ line-height: 0.95;
143
+ }
144
+ .hero-sub {
145
+ position: absolute;
146
+ left: 32px;
147
+ top: 240px;
148
+ font-size: 40px;
149
+ color: #333;
150
+ font-weight: 700;
151
+ }
152
+ .hero-point {
153
+ position: absolute;
154
+ left: 32px;
155
+ top: 300px;
156
+ font-size: 30px;
157
+ color: #555;
158
+ }
159
+ .hero-img {
160
+ position: absolute;
161
+ right: 0;
162
+ bottom: 0;
163
+ width: 470px;
164
+ height: 420px;
165
+ background: #E0E0E0;
166
+ border: 1px solid #BDBDBD;
167
+ border-top-left-radius: 14px;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ color: #757575;
172
+ }
173
+ .btn-shop {
174
+ position: absolute;
175
+ left: 32px;
176
+ bottom: 36px;
177
+ background: #ff6f3d;
178
+ color: #fff;
179
+ font-weight: 700;
180
+ border-radius: 10px;
181
+ padding: 18px 28px;
182
+ font-size: 30px;
183
+ }
184
+ .brand-card {
185
+ width: 100%;
186
+ height: 100%;
187
+ background: #fafafa;
188
+ border: 1px dashed #d7d7d7;
189
+ border-radius: 12px;
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ color: #676767;
194
+ text-align: center;
195
+ padding: 16px;
196
+ font-size: 34px;
197
+ line-height: 1.2;
198
+ }
199
+
200
+ /* Second row banners */
201
+ .second-row {
202
+ display: flex;
203
+ gap: 26px;
204
+ padding: 26px 24px 0;
205
+ }
206
+ .banner-left {
207
+ width: 710px;
208
+ height: 320px;
209
+ background: #ffffff;
210
+ border: 1px solid #e5e5e5;
211
+ border-radius: 16px;
212
+ padding: 20px;
213
+ display: flex;
214
+ align-items: center;
215
+ gap: 18px;
216
+ }
217
+ .banner-img {
218
+ width: 420px;
219
+ height: 260px;
220
+ background: #E0E0E0;
221
+ border: 1px solid #BDBDBD;
222
+ border-radius: 12px;
223
+ color: #757575;
224
+ display: flex;
225
+ align-items: center;
226
+ justify-content: center;
227
+ }
228
+ .banner-text h3 {
229
+ margin: 0 0 8px 0;
230
+ font-size: 40px;
231
+ color: #333;
232
+ }
233
+ .banner-text p {
234
+ margin: 0;
235
+ font-size: 28px;
236
+ color: #666;
237
+ }
238
+ .banner-right {
239
+ width: 316px;
240
+ height: 320px;
241
+ background: #fff2e1;
242
+ border: 1px solid #e5e5e5;
243
+ border-radius: 16px;
244
+ padding: 24px;
245
+ color: #6b4c1e;
246
+ }
247
+ .banner-right h4 {
248
+ margin: 0 0 12px 0;
249
+ font-size: 36px;
250
+ }
251
+ .banner-right .readmore {
252
+ margin-top: 24px;
253
+ font-weight: 700;
254
+ color: #8a4f0f;
255
+ font-size: 28px;
256
+ }
257
+
258
+ /* Coupon banner */
259
+ .coupon {
260
+ margin: 26px 24px 210px;
261
+ background: #d8292f;
262
+ color: #fff;
263
+ border-radius: 16px;
264
+ height: 290px;
265
+ position: relative;
266
+ padding: 24px 28px;
267
+ overflow: hidden;
268
+ }
269
+ .coupon h2 {
270
+ margin: 0;
271
+ font-size: 54px;
272
+ font-weight: 900;
273
+ letter-spacing: 1px;
274
+ }
275
+ .coupon p { margin: 12px 0 0 0; font-size: 34px; opacity: 0.95; }
276
+ .coupon .pill {
277
+ position: absolute;
278
+ right: 28px;
279
+ bottom: 24px;
280
+ background: #ff8b57;
281
+ color: #fff;
282
+ padding: 18px 24px;
283
+ border-radius: 12px;
284
+ font-weight: 800;
285
+ font-size: 30px;
286
+ }
287
+ .coupon .close {
288
+ position: absolute;
289
+ right: 24px;
290
+ top: 18px;
291
+ width: 48px;
292
+ height: 48px;
293
+ border-radius: 50%;
294
+ background: rgba(255,255,255,0.2);
295
+ display: flex;
296
+ align-items: center;
297
+ justify-content: center;
298
+ font-weight: 800;
299
+ }
300
+
301
+ /* Floating chat */
302
+ .chat-pill {
303
+ position: absolute;
304
+ right: 36px;
305
+ bottom: 210px;
306
+ background: #ff8a32;
307
+ color: #fff;
308
+ padding: 18px 22px;
309
+ border-radius: 16px;
310
+ font-weight: 800;
311
+ display: flex;
312
+ align-items: center;
313
+ gap: 14px;
314
+ box-shadow: 0 6px 16px rgba(0,0,0,0.2);
315
+ }
316
+
317
+ /* Bottom nav */
318
+ .bottom-nav {
319
+ position: absolute;
320
+ left: 0;
321
+ right: 0;
322
+ bottom: 0;
323
+ height: 180px;
324
+ background: #ffffff;
325
+ border-top: 1px solid #ececec;
326
+ display: flex;
327
+ justify-content: space-around;
328
+ align-items: center;
329
+ }
330
+ .nav-item {
331
+ width: 20%;
332
+ display: flex;
333
+ flex-direction: column;
334
+ align-items: center;
335
+ gap: 8px;
336
+ font-size: 26px;
337
+ color: #777;
338
+ }
339
+ .nav-item.active { color: #ff7a3d; font-weight: 800; }
340
+ .nav-icon { width: 54px; height: 54px; }
341
+ </style>
342
+ </head>
343
+ <body>
344
+ <div id="render-target">
345
+
346
+ <!-- Status bar -->
347
+ <div class="status-bar">
348
+ <div class="status-left">
349
+ <div style="font-size:46px;">10:44</div>
350
+ </div>
351
+ <div class="status-right">
352
+ <!-- simple dots and icons -->
353
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"/></svg>
354
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
355
+ <path d="M2 17c4.5-5.5 15.5-5.5 20 0"/><path d="M6 17c2.8-3.5 9.2-3.5 12 0"/><path d="M10 17c1.4-1.5 2.6-1.5 4 0"/><circle cx="12" cy="17" r="1.2" fill="#fff" stroke="none"/>
356
+ </svg>
357
+ <svg width="52" height="52" viewBox="0 0 28 18" fill="none" stroke="#fff" stroke-width="2">
358
+ <rect x="1" y="1" width="22" height="16" rx="2" ry="2" fill="none"></rect>
359
+ <rect x="3" y="3" width="18" height="12" fill="#fff"></rect>
360
+ <rect x="24" y="6" width="3" height="6" fill="#fff" stroke="none"></rect>
361
+ </svg>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- App bar -->
366
+ <div class="app-bar">
367
+ <div class="hamburger">
368
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
369
+ <path d="M3 6h18M3 12h18M3 18h18"/>
370
+ </svg>
371
+ </div>
372
+ <div class="brand">pf</div>
373
+ <div class="app-icons">
374
+ <div class="icon-btn" aria-label="Search">
375
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
376
+ <circle cx="11" cy="11" r="7"/><path d="M20 20l-4.2-4.2"/>
377
+ </svg>
378
+ </div>
379
+ <div class="icon-btn" aria-label="Wishlist">
380
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
381
+ <path d="M12 21s-7-4.7-9-8.5C1 9 2.7 6 5.8 6c2 0 3 1.2 4.2 2.5C11.2 7.2 12.2 6 14.2 6 17.3 6 19 9 21 12.5 19 16.3 12 21 12 21z"/>
382
+ </svg>
383
+ </div>
384
+ <div class="icon-btn" aria-label="Cart">
385
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
386
+ <path d="M3 6h2l2.5 10h10.5l2-7H7"/><circle cx="10" cy="19" r="1.6"/><circle cx="17" cy="19" r="1.6"/>
387
+ </svg>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <!-- Category strip -->
393
+ <div class="category-strip">
394
+ <div class="cats">
395
+ <div class="cat">
396
+ <div class="cat-img">[IMG: Furniture]</div>
397
+ <div class="cat-label">Furniture</div>
398
+ </div>
399
+ <div class="cat">
400
+ <div class="cat-img">[IMG: Mattress]</div>
401
+ <div class="cat-label">Mattresses</div>
402
+ </div>
403
+ <div class="cat">
404
+ <div class="cat-img">[IMG: Furnishings]</div>
405
+ <div class="cat-label">Furnishings</div>
406
+ </div>
407
+ <div class="cat">
408
+ <div class="cat-img">[IMG: Lamps & Lighting]</div>
409
+ <div class="cat-label">Lamps & Lighting</div>
410
+ </div>
411
+ <div class="cat">
412
+ <div class="cat-img">[IMG: Sofas]</div>
413
+ <div class="cat-label">Sofas & Seating</div>
414
+ </div>
415
+ <div class="cat">
416
+ <div class="cat-img">[IMG: Home Decor]</div>
417
+ <div class="cat-label">Home Decor</div>
418
+ </div>
419
+ <div class="cat">
420
+ <div class="cat-img">[IMG: Storage]</div>
421
+ <div class="cat-label">Storage</div>
422
+ </div>
423
+ </div>
424
+ </div>
425
+
426
+ <!-- Floating phone banner -->
427
+ <div class="phone-banner">
428
+ <div style="width:70px;height:70px;border-radius:12px;border:1px solid #e1c9a8;display:flex;align-items:center;justify-content:center;background:#fff6e8;">
429
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#d08b2a">
430
+ <path d="M6.6 10.8c1.6 3 3.6 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1 .4 2.2.6 3.4.6.4 0 .8.4.8.8V20c0 .9-.7 1.6-1.6 1.6C9.8 21.6 2.4 14.2 2.4 4.8 2.4 3.9 3.1 3.2 4 3.2h3.6c.4 0 .8.4.8.8 0 1.2.2 2.4.6 3.4.1.4 0 .9-.3 1.2l-2.1 2.2z"/>
431
+ </svg>
432
+ </div>
433
+ <div>
434
+ <div class="phone-title">Talk to a Sales Expert</div>
435
+ <div class="phone-num">022-6116-7373</div>
436
+ </div>
437
+ </div>
438
+
439
+ <!-- Hero row -->
440
+ <div class="hero-row">
441
+ <div class="hero-left">
442
+ <div class="hero-title">Winter SALE</div>
443
+ <div class="hero-sub">Upto 75% OFF</div>
444
+ <div class="hero-point">Plus assured cashback • Free shipping on thousands of products</div>
445
+ <div class="hero-img">[IMG: Cozy Bed Setup]</div>
446
+ <div class="btn-shop">SHOP NOW →</div>
447
+ </div>
448
+ <div class="hero-right">
449
+ <div class="brand-card">Brand Bazaar • Upto 85% OFF on featured brands (HomeTown, Interio, Spacewood, and more)</div>
450
+ </div>
451
+ </div>
452
+
453
+ <!-- Second row -->
454
+ <div class="second-row">
455
+ <div class="banner-left">
456
+ <div class="banner-img">[IMG: Modern Bedroom - Spacewood]</div>
457
+ <div class="banner-text">
458
+ <h3>Be a Trendsetter</h3>
459
+ <p>with Spacewood Furniture</p>
460
+ <p style="margin-top:16px;color:#8a8a8a;">Shop Now →</p>
461
+ </div>
462
+ </div>
463
+ <div class="banner-right">
464
+ <h4>How To Glam Your Home This Festive Season</h4>
465
+ <div style="height:150px;background:#ffe7ca;border:1px solid #ffd5a3;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#b87a30;">[IMG: Festive Decor]</div>
466
+ <div class="readmore">Read more →</div>
467
+ </div>
468
+ </div>
469
+
470
+ <!-- Coupon banner -->
471
+ <div class="coupon">
472
+ <div class="close">✕</div>
473
+ <h2>GET EXTRA 10% OFF</h2>
474
+ <p>On Signing Up — Exclusive Coupon: HELLO</p>
475
+ <div class="pill">Apply on Multiple Purchases</div>
476
+ </div>
477
+
478
+ <!-- Floating chat -->
479
+ <div class="chat-pill">
480
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff">
481
+ <path d="M3 4h18v12H8l-5 4V4z"/>
482
+ </svg>
483
+ <div>Let’s Chat</div>
484
+ </div>
485
+
486
+ <!-- Bottom Navigation -->
487
+ <div class="bottom-nav">
488
+ <div class="nav-item active">
489
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#ff7a3d" stroke-width="2">
490
+ <path d="M3 11l9-7 9 7v9H3z"/><path d="M9 20v-6h6v6" stroke="#ff7a3d"/>
491
+ </svg>
492
+ <div>Home</div>
493
+ </div>
494
+ <div class="nav-item">
495
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
496
+ <circle cx="12" cy="8" r="3"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/>
497
+ </svg>
498
+ <div>My Account</div>
499
+ </div>
500
+ <div class="nav-item">
501
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
502
+ <rect x="4" y="5" width="16" height="14" rx="2"/><path d="M8 9h8M8 13h8"/>
503
+ </svg>
504
+ <div>Gift Cards</div>
505
+ </div>
506
+ <div class="nav-item">
507
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
508
+ <path d="M3 10h18v10H3z"/><path d="M6 10V6h12v4"/>
509
+ </svg>
510
+ <div>Stores</div>
511
+ </div>
512
+ <div class="nav-item">
513
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
514
+ <circle cx="6" cy="6" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="6" cy="18" r="2"/><circle cx="18" cy="18" r="2"/>
515
+ </svg>
516
+ <div>Categories</div>
517
+ </div>
518
+ </div>
519
+
520
+ </div>
521
+ </body>
522
+ </html>
code/10179/10179_2.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#FBF9F7;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ position:absolute; left:0; top:0; width:1080px; height:150px;
17
+ background:#2B252B; color:#fff;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ padding:0 40px; box-sizing:border-box;
20
+ }
21
+ .status-left { font-size:48px; letter-spacing:1px; }
22
+ .status-right { display:flex; gap:26px; align-items:center; }
23
+ .status-dot, .status-battery {
24
+ width:32px; height:32px; border-radius:50%; background:#EFEFEF; opacity:0.9;
25
+ }
26
+ .status-battery { border-radius:6px; width:50px; }
27
+
28
+ /* Search header area */
29
+ .search-area {
30
+ position:absolute; left:0; top:150px; width:1080px;
31
+ background:#FFF;
32
+ padding:36px 40px 24px 40px; box-sizing:border-box;
33
+ border-bottom:1px solid #eee;
34
+ }
35
+ .search-row { display:flex; align-items:center; gap:28px; }
36
+ .icon-btn {
37
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center;
38
+ border-radius:16px; background:transparent;
39
+ }
40
+ .search-input {
41
+ flex:1; position:relative; height:70px;
42
+ }
43
+ .search-input .placeholder {
44
+ font-size:48px; color:#242424; opacity:0.9;
45
+ }
46
+ .search-input .underline {
47
+ position:absolute; left:0; bottom:-8px; width:100%; height:2px; background:#D9D9D9;
48
+ }
49
+ .mic-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
50
+
51
+ /* Sections */
52
+ .section {
53
+ position:absolute; left:40px; right:40px; box-sizing:border-box;
54
+ color:#8F6A3C;
55
+ }
56
+ .recent { top:360px; }
57
+ .popular { top:650px; }
58
+ .section-title {
59
+ font-size:54px; font-weight:700; margin-bottom:28px;
60
+ }
61
+
62
+ .recent-card {
63
+ width:100%; height:110px; background:#FFF; border:1px solid #E6E3DF;
64
+ border-radius:18px; display:flex; align-items:center; gap:26px;
65
+ padding:0 28px; box-sizing:border-box; color:#444;
66
+ font-size:44px;
67
+ }
68
+
69
+ /* Chips */
70
+ .chips {
71
+ display:flex; flex-wrap:wrap; gap:26px;
72
+ }
73
+ .chip {
74
+ display:flex; align-items:center; gap:16px;
75
+ padding:22px 26px; border:1px solid #E1DFDB; border-radius:18px;
76
+ font-size:42px; color:#333; background:#FFF;
77
+ }
78
+
79
+ /* Home indicator */
80
+ .home-indicator {
81
+ position:absolute; left:50%; bottom:34px; transform:translateX(-50%);
82
+ width:520px; height:14px; background:#D0CFCC; border-radius:12px;
83
+ }
84
+ /* Simple icon styling */
85
+ svg { display:block; }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <!-- Status Bar -->
92
+ <div class="status-bar">
93
+ <div class="status-left">10:45</div>
94
+ <div class="status-right">
95
+ <div class="status-dot"></div>
96
+ <div class="status-dot"></div>
97
+ <div class="status-dot"></div>
98
+ <div class="status-battery"></div>
99
+ </div>
100
+ </div>
101
+
102
+ <!-- Search Area -->
103
+ <div class="search-area">
104
+ <div class="search-row">
105
+ <div class="icon-btn">
106
+ <!-- Back Arrow -->
107
+ <svg width="48" height="48" viewBox="0 0 48 48">
108
+ <path d="M28 10 L16 24 L28 38" stroke="#3A342F" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
109
+ </svg>
110
+ </div>
111
+ <div class="search-input">
112
+ <div class="placeholder">Search</div>
113
+ <div class="underline"></div>
114
+ </div>
115
+ <div class="mic-btn">
116
+ <!-- Mic Icon -->
117
+ <svg width="48" height="48" viewBox="0 0 48 48">
118
+ <rect x="18" y="8" width="12" height="20" rx="6" fill="#3A342F"></rect>
119
+ <path d="M12 22 C12 30, 36 30, 36 22" stroke="#3A342F" stroke-width="4" fill="none" />
120
+ <path d="M24 30 V40" stroke="#3A342F" stroke-width="4" stroke-linecap="round" />
121
+ <path d="M18 40 H30" stroke="#3A342F" stroke-width="4" stroke-linecap="round" />
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Recent Searches -->
128
+ <div class="section recent">
129
+ <div class="section-title">Recent Searches</div>
130
+ <div class="recent-card">
131
+ <!-- Clock Icon -->
132
+ <svg width="48" height="48" viewBox="0 0 48 48">
133
+ <circle cx="24" cy="24" r="18" stroke="#8F6A3C" stroke-width="3" fill="none"></circle>
134
+ <path d="M24 14 V24 L32 28" stroke="#8F6A3C" stroke-width="3" stroke-linecap="round" />
135
+ </svg>
136
+ <div>recliners</div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Popular Searches -->
141
+ <div class="section popular">
142
+ <div class="section-title">Popular Searches</div>
143
+ <div class="chips">
144
+ <div class="chip">
145
+ <!-- Trending Arrow -->
146
+ <svg width="40" height="40" viewBox="0 0 40 40">
147
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
148
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
149
+ </svg>
150
+ <span>bed</span>
151
+ </div>
152
+ <div class="chip">
153
+ <svg width="40" height="40" viewBox="0 0 40 40">
154
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
155
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
156
+ </svg>
157
+ <span>dining table</span>
158
+ </div>
159
+ <div class="chip">
160
+ <svg width="40" height="40" viewBox="0 0 40 40">
161
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
162
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
163
+ </svg>
164
+ <span>mirror</span>
165
+ </div>
166
+ <div class="chip">
167
+ <svg width="40" height="40" viewBox="0 0 40 40">
168
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
169
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
170
+ </svg>
171
+ <span>sofa</span>
172
+ </div>
173
+ <div class="chip">
174
+ <svg width="40" height="40" viewBox="0 0 40 40">
175
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
176
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
177
+ </svg>
178
+ <span>study table</span>
179
+ </div>
180
+ <div class="chip">
181
+ <svg width="40" height="40" viewBox="0 0 40 40">
182
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
183
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
184
+ </svg>
185
+ <span>chair</span>
186
+ </div>
187
+ <div class="chip">
188
+ <svg width="40" height="40" viewBox="0 0 40 40">
189
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
190
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
191
+ </svg>
192
+ <span>dressing table</span>
193
+ </div>
194
+ <div class="chip">
195
+ <svg width="40" height="40" viewBox="0 0 40 40">
196
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
197
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
198
+ </svg>
199
+ <span>shoe rack</span>
200
+ </div>
201
+ <div class="chip">
202
+ <svg width="40" height="40" viewBox="0 0 40 40">
203
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
204
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
205
+ </svg>
206
+ <span>sofa cum bed</span>
207
+ </div>
208
+ <div class="chip">
209
+ <svg width="40" height="40" viewBox="0 0 40 40">
210
+ <path d="M8 28 L18 18 L24 24 L32 16" stroke="#8F6A3C" stroke-width="3" fill="none" stroke-linecap="round" />
211
+ <path d="M30 16 H34 V20" stroke="#8F6A3C" stroke-width="3" fill="none" />
212
+ </svg>
213
+ <span>tv unit</span>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+
code/1018/1018_0.html ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Product Detail - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 24px;
13
+ box-shadow: 0 10px 30px rgba(0,0,0,0.08);
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #212121;
16
+ }
17
+ .header {
18
+ position: relative;
19
+ padding: 24px 36px 16px 36px;
20
+ }
21
+ .icon-btn {
22
+ width: 72px; height: 72px; border: none; background: transparent; padding: 0; cursor: default;
23
+ }
24
+ .header-row {
25
+ display: grid;
26
+ grid-template-columns: 72px 1fr 72px;
27
+ align-items: center;
28
+ column-gap: 24px;
29
+ }
30
+ .search-bar {
31
+ height: 88px;
32
+ background: #F1F3F4;
33
+ border: 1px solid #E0E0E0;
34
+ border-radius: 20px;
35
+ display: grid;
36
+ grid-template-columns: 80px 1fr 80px;
37
+ align-items: center;
38
+ color: #757575;
39
+ }
40
+ .search-placeholder {
41
+ font-size: 34px;
42
+ }
43
+ .search-icon, .mic-icon, .cart-icon svg, .back-icon svg { display: block; margin: 0 auto; }
44
+ .right-rail {
45
+ position: absolute;
46
+ right: 36px;
47
+ top: 380px;
48
+ display: flex;
49
+ flex-direction: column;
50
+ gap: 36px;
51
+ }
52
+ .rail-btn {
53
+ width: 84px; height: 84px;
54
+ border-radius: 42px;
55
+ border: 1px solid #E0E0E0;
56
+ background: #fff;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+
60
+ .product-image {
61
+ width: 960px; height: 600px;
62
+ margin: 24px auto 24px auto;
63
+ background: #E0E0E0;
64
+ border: 1px solid #BDBDBD;
65
+ border-radius: 16px;
66
+ display: flex; align-items: center; justify-content: center;
67
+ color: #616161; font-size: 36px; letter-spacing: 0.2px;
68
+ }
69
+
70
+ .pager-dots {
71
+ display: flex; gap: 20px; justify-content: center; align-items: center;
72
+ margin: 16px 0 28px 0;
73
+ }
74
+ .dot { width: 18px; height: 18px; border-radius: 9px; background: #BDBDBD; }
75
+ .dot.active { background: #616161; }
76
+
77
+ .content { padding: 0 36px; }
78
+ .link { color: #1E6DFB; font-size: 40px; font-weight: 700; margin-bottom: 16px; }
79
+ .title { font-size: 40px; line-height: 1.4; margin-top: 10px; }
80
+ .title strong { font-weight: 800; }
81
+
82
+ .rating-row {
83
+ display: flex; align-items: center; gap: 18px; margin-top: 18px;
84
+ font-size: 34px;
85
+ }
86
+ .stars { display: flex; gap: 10px; }
87
+ .star svg { display: block; }
88
+ .rating-text { color: #1A73E8; font-weight: 700; }
89
+ .dot-sep { color: #9E9E9E; }
90
+ .assured {
91
+ display: inline-flex; align-items: center; gap: 10px;
92
+ border: 1px solid #E0E0E0; padding: 8px 16px; border-radius: 20px;
93
+ font-size: 30px; color: #616161;
94
+ }
95
+
96
+ .deal-tag {
97
+ display: inline-block; background: #7E57C2; color: #fff;
98
+ font-size: 34px; font-weight: 700; padding: 16px 24px; border-radius: 12px;
99
+ margin-top: 36px; margin-bottom: 18px;
100
+ }
101
+
102
+ .price-row {
103
+ display: flex; align-items: baseline; gap: 24px;
104
+ font-size: 46px; margin: 8px 0 36px 0;
105
+ }
106
+ .off { color: #1F8B2E; font-weight: 800; }
107
+ .strike { color: #9E9E9E; text-decoration: line-through; font-weight: 700; }
108
+ .new-price { font-weight: 900; font-size: 60px; }
109
+
110
+ .fab-brand {
111
+ position: absolute; right: 36px; top: 1480px;
112
+ width: 120px; height: 120px; border-radius: 60px;
113
+ background: radial-gradient(circle at 30% 30%, #69B8FF, #2E6BFF);
114
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
115
+ display: flex; align-items: center; justify-content: center;
116
+ color: #fff; font-weight: 900; font-size: 56px;
117
+ }
118
+
119
+ .cta {
120
+ position: absolute; left: 36px; right: 36px; bottom: 160px;
121
+ display: grid; grid-template-columns: 220px 1fr 360px;
122
+ gap: 24px;
123
+ }
124
+ .cta .box {
125
+ height: 140px; border-radius: 20px; display: flex;
126
+ align-items: center; justify-content: center; font-size: 40px;
127
+ font-weight: 700;
128
+ border: 1px solid #E0E0E0; background: #fff; color: #212121;
129
+ }
130
+ .cta .primary {
131
+ background: #FFC107; border: none; color: #212121;
132
+ }
133
+ .cta .box .label { margin-left: 20px; }
134
+ .cart-plus { display: flex; align-items: center; gap: 14px; }
135
+
136
+ /* subtle system gesture bar */
137
+ .gesture {
138
+ position: absolute; left: 420px; right: 420px; bottom: 80px;
139
+ height: 10px; background: #000; border-radius: 5px; opacity: 0.25;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <div class="header">
147
+ <div class="header-row">
148
+ <button class="icon-btn back-icon">
149
+ <svg width="56" height="56" viewBox="0 0 56 56">
150
+ <polyline points="34,10 18,28 34,46" fill="none" stroke="#212121" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"></polyline>
151
+ </svg>
152
+ </button>
153
+
154
+ <div class="search-bar">
155
+ <div class="search-icon">
156
+ <svg width="44" height="44" viewBox="0 0 24 24">
157
+ <circle cx="10" cy="10" r="7" stroke="#616161" stroke-width="2" fill="none"></circle>
158
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#616161" stroke-width="2" stroke-linecap="round"></line>
159
+ </svg>
160
+ </div>
161
+ <div class="search-placeholder">Search for products</div>
162
+ <div class="mic-icon">
163
+ <svg width="44" height="44" viewBox="0 0 24 24">
164
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#616161"></rect>
165
+ <path d="M5 11c0 4 3 6 7 6s7-2 7-6" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"></path>
166
+ <line x1="12" y1="17" x2="12" y2="21" stroke="#616161" stroke-width="2" stroke-linecap="round"></line>
167
+ <line x1="8" y1="21" x2="16" y2="21" stroke="#616161" stroke-width="2" stroke-linecap="round"></line>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <button class="icon-btn cart-icon">
173
+ <svg width="56" height="56" viewBox="0 0 24 24">
174
+ <circle cx="9" cy="20" r="2" fill="#212121"></circle>
175
+ <circle cx="18" cy="20" r="2" fill="#212121"></circle>
176
+ <path d="M3 5h3l2 10h10l2-7H9" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
177
+ </svg>
178
+ </button>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="right-rail">
183
+ <div class="rail-btn">
184
+ <svg width="40" height="40" viewBox="0 0 24 24">
185
+ <path d="M12 21s-7-4.6-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.4-7 10-7 10z" fill="none" stroke="#616161" stroke-width="2"></path>
186
+ </svg>
187
+ </div>
188
+ <div class="rail-btn">
189
+ <svg width="40" height="40" viewBox="0 0 24 24">
190
+ <path d="M14 9l7-7v7h-7z" fill="none" stroke="#616161" stroke-width="2" stroke-linejoin="round"></path>
191
+ <path d="M21 11v9H3V4h9" fill="none" stroke="#616161" stroke-width="2"></path>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="product-image">
197
+ [IMG: Nike Running Shoe - side view]
198
+ </div>
199
+
200
+ <div class="pager-dots">
201
+ <div class="dot active"></div>
202
+ <div class="dot"></div>
203
+ <div class="dot"></div>
204
+ <div class="dot"></div>
205
+ </div>
206
+
207
+ <div class="content">
208
+ <div class="link">View more from NIKE</div>
209
+
210
+ <div class="title">
211
+ <strong>NIKE</strong> Revolution 5 Running Shoes For Women (Multicolor)
212
+ </div>
213
+
214
+ <div class="rating-row">
215
+ <div class="stars">
216
+ <div class="star">
217
+ <svg width="40" height="40" viewBox="0 0 24 24">
218
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#1F8B2E"></polygon>
219
+ </svg>
220
+ </div>
221
+ <div class="star">
222
+ <svg width="40" height="40" viewBox="0 0 24 24">
223
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#1F8B2E"></polygon>
224
+ </svg>
225
+ </div>
226
+ <div class="star">
227
+ <svg width="40" height="40" viewBox="0 0 24 24">
228
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#1F8B2E"></polygon>
229
+ </svg>
230
+ </div>
231
+ <div class="star">
232
+ <svg width="40" height="40" viewBox="0 0 24 24">
233
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#1F8B2E"></polygon>
234
+ </svg>
235
+ </div>
236
+ <div class="star">
237
+ <svg width="40" height="40" viewBox="0 0 24 24">
238
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#BDBDBD"></polygon>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ <div class="rating-text">Very Good</div>
243
+ <div class="dot-sep">•</div>
244
+ <div style="color:#1A73E8;">49 ratings</div>
245
+ <div class="assured">
246
+ <svg width="26" height="26" viewBox="0 0 24 24">
247
+ <polygon points="12,2 15,9 22,9 17,13 19,20 12,16 5,20 7,13 2,9 9,9" fill="#FFC107"></polygon>
248
+ </svg>
249
+ Plus F-Assured
250
+ </div>
251
+ </div>
252
+
253
+ <div class="deal-tag">Big Saving Deal</div>
254
+
255
+ <div class="price-row">
256
+ <div class="off">30% off</div>
257
+ <div class="strike">₹3,695</div>
258
+ <div class="new-price">₹2,586</div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="fab-brand">F</div>
263
+
264
+ <div class="cta">
265
+ <div class="box cart-plus">
266
+ <svg width="46" height="46" viewBox="0 0 24 24">
267
+ <circle cx="9" cy="20" r="2" fill="#212121"></circle>
268
+ <circle cx="18" cy="20" r="2" fill="#212121"></circle>
269
+ <path d="M3 5h3l2 10h10l2-7H9" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
270
+ <line x1="20" y1="6" x2="20" y2="12" stroke="#212121" stroke-width="2"></line>
271
+ <line x1="17" y1="9" x2="23" y2="9" stroke="#212121" stroke-width="2"></line>
272
+ </svg>
273
+ <span class="label">Add</span>
274
+ </div>
275
+ <div class="box">Pay with EMI</div>
276
+ <div class="box primary">Buy now</div>
277
+ </div>
278
+
279
+ <div class="gesture"></div>
280
+ </div>
281
+ </body>
282
+ </html>
code/1018/1018_2.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+ .status-bar {
14
+ height: 90px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; color: #111;
15
+ font-size: 32px;
16
+ }
17
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
18
+ .icon { width: 40px; height: 40px; }
19
+ .header {
20
+ padding: 10px 24px 18px 24px;
21
+ }
22
+ .search-row {
23
+ display: flex; align-items: center; gap: 20px;
24
+ }
25
+ .back-btn {
26
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
27
+ }
28
+ .search-box {
29
+ flex: 1; height: 96px; background: #f2f3f5; border: 1px solid #e5e6ea; border-radius: 18px;
30
+ display: flex; align-items: center; gap: 22px; padding: 0 26px;
31
+ }
32
+ .search-placeholder { color: #777; font-size: 34px; }
33
+ .cart-btn {
34
+ width: 90px; height: 90px; display: flex; align-items: center; justify-content: center;
35
+ }
36
+
37
+ .list { padding: 0 24px; }
38
+ .list-item {
39
+ display: flex; align-items: center; padding: 28px 0; border-bottom: 1px solid #efefef;
40
+ }
41
+ .list-item:last-child { border-bottom: none; }
42
+ .li-ico {
43
+ width: 72px; height: 72px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
44
+ color: #333;
45
+ }
46
+ .li-text { margin-left: 26px; flex: 1; }
47
+ .li-title { font-size: 36px; font-weight: 700; color: #111; }
48
+ .li-sub { font-size: 30px; color: #6b6b6b; margin-top: 8px; }
49
+ .accent-pink { color: #ff3b83; font-weight: 700; }
50
+ .chev { width: 40px; height: 40px; }
51
+ .divider-soft { height: 18px; background: #f6eef9; margin: 18px 0; }
52
+
53
+ .deal-card { padding: 24px; }
54
+ .deal-row {
55
+ display: flex; align-items: center; gap: 24px; border: 1px solid #eee; border-radius: 16px; padding: 26px;
56
+ }
57
+ .deal-badge {
58
+ width: 170px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 700;
60
+ }
61
+ .deal-text { flex: 1; }
62
+ .deal-title { font-size: 38px; font-weight: 800; color: #111; }
63
+ .price { color: #00a650; font-weight: 800; }
64
+ .deal-sub { font-size: 30px; color: #666; margin-top: 6px; }
65
+
66
+ .section-header {
67
+ padding: 28px 24px; font-size: 38px; font-weight: 800; color: #111; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
68
+ display: flex; align-items: center; justify-content: space-between;
69
+ }
70
+
71
+ .info-row {
72
+ display: flex; align-items: center; padding: 28px 24px; border-bottom: 1px solid #efefef; gap: 22px;
73
+ }
74
+ .circle-ico {
75
+ width: 58px; height: 58px; border-radius: 50%; background: #eaf7ea; border: 1px solid #d6e9d6; display: flex; align-items: center; justify-content: center;
76
+ }
77
+ .info-text { font-size: 34px; color: #222; }
78
+ .highlight { font-weight: 800; }
79
+ .coin-ico { background: #fff9e6; border-color: #ffe7a6; }
80
+ .helper { padding: 20px 24px; font-size: 32px; color: #555; }
81
+ .link { color: #1976d2; font-weight: 700; }
82
+
83
+ .banner {
84
+ margin: 16px 24px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 10px;
85
+ display: flex; align-items: center; justify-content: center; color: #757575;
86
+ }
87
+
88
+ .brand-card {
89
+ margin: 24px; border: 1px solid #eee; border-radius: 18px; padding: 24px;
90
+ }
91
+ .brand-top { display: flex; align-items: center; gap: 20px; color: #888; font-size: 32px; }
92
+ .brand-logo {
93
+ width: 120px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD;
94
+ display: flex; align-items: center; justify-content: center; color: #757575;
95
+ border-radius: 12px;
96
+ }
97
+ .brand-name { font-size: 44px; font-weight: 900; color: #111; margin: 18px 0 10px 0; }
98
+ .feature {
99
+ display: flex; align-items: flex-start; gap: 22px; padding: 22px 0; border-top: 1px solid #f2f2f2;
100
+ }
101
+ .feat-ico { width: 56px; height: 56px; }
102
+ .feat-title { font-size: 36px; font-weight: 800; color: #111; }
103
+ .feat-sub { font-size: 30px; color: #777; margin-top: 6px; }
104
+
105
+ .bottom-bar {
106
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 190px; background: #fff; border-top: 1px solid #e6e6e6;
107
+ display: flex; align-items: center; gap: 24px; padding: 24px;
108
+ }
109
+ .btn {
110
+ height: 120px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 36px; font-weight: 800;
111
+ }
112
+ .btn-outline { flex: 0 0 300px; background: #fff; border: 1px solid #e6e6e6; color: #111; gap: 16px; }
113
+ .btn-white { flex: 1; background: #fff; border: 1px solid #e6e6e6; color: #111; }
114
+ .btn-primary { flex: 0 0 380px; background: #f9c527; border: 1px solid #e0b01e; color: #111; box-shadow: 0 4px 10px rgba(0,0,0,0.15); }
115
+ .floating {
116
+ position: absolute; right: 40px; bottom: 230px; width: 120px; height: 120px; border-radius: 60px; background: #2563eb;
117
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(0,0,0,0.25);
118
+ }
119
+ .floating .logo {
120
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 45px; color: #757575;
121
+ display: flex; align-items: center; justify-content: center; font-weight: 800;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div class="status-left">
131
+ <span>11:29</span>
132
+ <!-- simple icons -->
133
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#555" stroke-width="2"/><path d="M20 20 L16 16" stroke="#555" stroke-width="2" /></svg>
134
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 10 L12 4 L20 10 L12 16 Z" fill="none" stroke="#555" stroke-width="2"/></svg>
135
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 6 L18 18 M18 6 L6 18" stroke="#555" stroke-width="2"/></svg>
136
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#555"/></svg>
137
+ </div>
138
+ <div class="status-right">
139
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 18 L3 6 L21 6 L21 18" fill="none" stroke="#555" stroke-width="2"/><rect x="6" y="9" width="12" height="6" fill="#555"/></svg>
140
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 18 L18 18 L18 6" fill="none" stroke="#555" stroke-width="2"/><path d="M10 6 L14 6" stroke="#555" stroke-width="2"/></svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Header with search -->
145
+ <div class="header">
146
+ <div class="search-row">
147
+ <div class="back-btn">
148
+ <svg viewBox="0 0 100 100" width="56" height="56">
149
+ <path d="M60 20 L30 50 L60 80" fill="none" stroke="#222" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="search-box">
153
+ <svg viewBox="0 0 24 24" width="44" height="44">
154
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#777" stroke-width="2"/>
155
+ <path d="M16 16 L21 21" stroke="#777" stroke-width="2"/>
156
+ </svg>
157
+ <div class="search-placeholder">Search for products</div>
158
+ <div style="margin-left:auto;">
159
+ <svg viewBox="0 0 24 24" width="44" height="44">
160
+ <path d="M12 4 C9 4,8 6,8 8 L8 14 C8 16,9 18,12 18 C15 18,16 16,16 14 L16 8 C16 6,15 4,12 4" fill="none" stroke="#777" stroke-width="2"/>
161
+ <rect x="10" y="18" width="4" height="3" fill="#777"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ <div class="cart-btn">
166
+ <svg viewBox="0 0 24 24" width="48" height="48">
167
+ <path d="M4 6 L6 6 L7 14 L19 14 L21 8 L7 8" fill="none" stroke="#222" stroke-width="2"/>
168
+ <circle cx="9" cy="18" r="2" fill="#222"/>
169
+ <circle cx="17" cy="18" r="2" fill="#222"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Info list -->
176
+ <div class="list">
177
+ <div class="list-item">
178
+ <div class="li-ico">
179
+ <svg viewBox="0 0 24 24" width="48" height="48">
180
+ <rect x="3" y="6" width="12" height="10" fill="none" stroke="#555" stroke-width="2"/>
181
+ <rect x="15" y="10" width="6" height="6" fill="none" stroke="#555" stroke-width="2"/>
182
+ <circle cx="8" cy="18" r="1.8" fill="#555"/><circle cx="18" cy="18" r="1.8" fill="#555"/>
183
+ </svg>
184
+ </div>
185
+ <div class="li-text">
186
+ <div class="li-title">1 Nov, Wednesday</div>
187
+ <div class="li-sub">If ordered within <span class="accent-pink">28m 07s</span></div>
188
+ </div>
189
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 5 L16 12 L9 19" fill="none" stroke="#999" stroke-width="2"/></svg>
190
+ </div>
191
+
192
+ <div class="list-item">
193
+ <div class="li-ico">
194
+ <svg viewBox="0 0 24 24" width="48" height="48">
195
+ <path d="M5 12 L12 5 L19 12" fill="none" stroke="#555" stroke-width="2"/>
196
+ <path d="M12 5 L12 19" fill="none" stroke="#555" stroke-width="2"/>
197
+ </svg>
198
+ </div>
199
+ <div class="li-text">
200
+ <div class="li-title">10 Days Return Policy</div>
201
+ </div>
202
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 5 L16 12 L9 19" fill="none" stroke="#999" stroke-width="2"/></svg>
203
+ </div>
204
+
205
+ <div class="list-item">
206
+ <div class="li-ico">
207
+ <svg viewBox="0 0 24 24" width="48" height="48">
208
+ <path d="M6 12 C6 9,8 7,11 7 C14 7,16 9,16 12" fill="none" stroke="#555" stroke-width="2"/>
209
+ <path d="M11 12 L11 17" stroke="#555" stroke-width="2"/>
210
+ <path d="M9 17 L13 17" stroke="#555" stroke-width="2"/>
211
+ </svg>
212
+ </div>
213
+ <div class="li-text">
214
+ <div class="li-title">Cash on Delivery Available</div>
215
+ </div>
216
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 5 L16 12 L9 19" fill="none" stroke="#999" stroke-width="2"/></svg>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="divider-soft"></div>
221
+
222
+ <!-- Deal card -->
223
+ <div class="deal-card">
224
+ <div class="deal-row">
225
+ <div class="deal-badge">[IMG: WOW DEAL]</div>
226
+ <div class="deal-text">
227
+ <div class="deal-title">Get at <span class="price">₹1,879</span></div>
228
+ <div class="deal-sub">With Basket, Bank offers</div>
229
+ </div>
230
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 5 L16 12 L9 19" fill="none" stroke="#999" stroke-width="2"/></svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Offers header -->
235
+ <div class="section-header">
236
+ <div>All Offers & Coupons</div>
237
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 5 L16 12 L9 19" fill="none" stroke="#999" stroke-width="2"/></svg>
238
+ </div>
239
+
240
+ <!-- Info rows -->
241
+ <div class="info-row">
242
+ <div class="circle-ico">
243
+ <svg viewBox="0 0 24 24" width="36" height="36">
244
+ <path d="M4 14 L10 10 L14 12 L20 8" fill="none" stroke="#27ae60" stroke-width="2"/>
245
+ </svg>
246
+ </div>
247
+ <div class="info-text"><span class="highlight">820</span> people ordered this in the last 15 days</div>
248
+ </div>
249
+
250
+ <div class="info-row">
251
+ <div class="circle-ico coin-ico">
252
+ <svg viewBox="0 0 24 24" width="36" height="36">
253
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#f4c542" stroke-width="2"/>
254
+ <path d="M12 7 L10 12 L14 12 L12 17" stroke="#f4c542" stroke-width="2" fill="none"/>
255
+ </svg>
256
+ </div>
257
+ <div class="info-text">You will earn ⚡ <span class="highlight">50</span> SuperCoins cashback</div>
258
+ </div>
259
+
260
+ <div class="helper">
261
+ Use it to save on your next order. <span class="link">How?</span>
262
+ </div>
263
+
264
+ <!-- Banner -->
265
+ <div class="banner">[IMG: Flipkart Pay Later banner]</div>
266
+
267
+ <!-- Brand card -->
268
+ <div class="brand-card">
269
+ <div class="brand-top">
270
+ <div class="brand-logo">[IMG: Nike logo]</div>
271
+ <div>About the brand</div>
272
+ </div>
273
+ <div class="brand-name">NIKE</div>
274
+
275
+ <div class="feature">
276
+ <svg class="feat-ico" viewBox="0 0 24 24">
277
+ <path d="M4 16 L10 10 L14 12 L20 6" fill="none" stroke="#111" stroke-width="2"/>
278
+ </svg>
279
+ <div>
280
+ <div class="feat-title">Popular in Running</div>
281
+ <div class="feat-sub">Based on recent orders on Flipkart</div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="feature">
286
+ <svg class="feat-ico" viewBox="0 0 24 24">
287
+ <path d="M12 18 L7 21 L8 15 L4 11 L10 10 L12 4 L14 10 L20 11 L16 15 L17 21 Z" fill="none" stroke="#111" stroke-width="2"/>
288
+ </svg>
289
+ <div>
290
+ <div class="feat-title">Loved by customers</div>
291
+ <div class="feat-sub">Based on customer ratings</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="feature">
296
+ <svg class="feat-ico" viewBox="0 0 24 24">
297
+ <path d="M6 4 L16 4 L16 18 L11 16 L6 18 Z" fill="none" stroke="#111" stroke-width="2"/>
298
+ </svg>
299
+ <div>
300
+ <div class="feat-title">8+ years on Flipkart</div>
301
+ <div class="feat-sub">Trusted brand on Flipkart</div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Floating button -->
307
+ <div class="floating">
308
+ <div class="logo">[IMG: Flipkart logo]</div>
309
+ </div>
310
+
311
+ <!-- Bottom bar -->
312
+ <div class="bottom-bar">
313
+ <div class="btn btn-outline">
314
+ <svg viewBox="0 0 24 24" width="44" height="44">
315
+ <path d="M4 6 L6 6 L7 14 L19 14 L21 8 L7 8" fill="none" stroke="#222" stroke-width="2"/>
316
+ <path d="M12 9 L12 13 M10 11 L14 11" stroke="#222" stroke-width="2"/>
317
+ </svg>
318
+ <span>Add</span>
319
+ </div>
320
+ <div class="btn btn-white">Pay with EMI</div>
321
+ <div class="btn btn-primary">Buy now</div>
322
+ </div>
323
+
324
+ </div>
325
+ </body>
326
+ </html>
code/1018/1018_3.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-size: 32px;
26
+ color: #424242;
27
+ }
28
+ .status-icons { display: flex; gap: 20px; align-items: center; }
29
+ .dot { width: 10px; height: 10px; background: #616161; border-radius: 50%; display: inline-block; }
30
+
31
+ /* Header with search */
32
+ .header {
33
+ height: 120px;
34
+ padding: 0 24px;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 20px;
38
+ }
39
+ .icon-btn {
40
+ width: 72px;
41
+ height: 72px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ border-radius: 36px;
46
+ }
47
+ .search-bar {
48
+ flex: 1;
49
+ background: #F2F3F5;
50
+ border: 1px solid #E0E0E0;
51
+ height: 80px;
52
+ border-radius: 18px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 24px;
56
+ gap: 16px;
57
+ color: #9E9E9E;
58
+ font-size: 32px;
59
+ }
60
+ .search-placeholder { flex: 1; }
61
+ .header-right { width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; }
62
+
63
+ /* Content scroll area */
64
+ .content {
65
+ position: absolute;
66
+ top: 210px; /* status + header */
67
+ bottom: 180px; /* bottom actions */
68
+ left: 0;
69
+ right: 0;
70
+ overflow-y: auto;
71
+ padding: 0 32px 24px;
72
+ }
73
+
74
+ .helper-text {
75
+ margin: 16px 8px;
76
+ color: #757575;
77
+ font-size: 30px;
78
+ }
79
+ .divider { height: 12px; background: #F3F1FA; margin: 8px -32px 24px; }
80
+ .section-title {
81
+ font-size: 44px;
82
+ font-weight: 700;
83
+ margin: 16px 0 24px;
84
+ }
85
+
86
+ .detail-row {
87
+ display: grid;
88
+ grid-template-columns: 1fr 1fr;
89
+ padding: 18px 8px;
90
+ font-size: 36px;
91
+ }
92
+ .detail-label { color: #9E9E9E; }
93
+ .detail-value { color: #212121; font-weight: 600; text-align: right; }
94
+
95
+ .sub-title { font-size: 40px; font-weight: 700; margin: 24px 8px 12px; }
96
+ .paragraph {
97
+ font-size: 34px;
98
+ line-height: 1.6;
99
+ color: #424242;
100
+ margin: 0 8px 24px;
101
+ }
102
+ .link { color: #1976D2; font-weight: 700; }
103
+
104
+ .list-row {
105
+ border-top: 1px solid #EEEEEE;
106
+ border-bottom: 1px solid #EEEEEE;
107
+ padding: 26px 8px;
108
+ display: flex;
109
+ justify-content: space-between;
110
+ align-items: center;
111
+ font-size: 40px;
112
+ font-weight: 700;
113
+ margin-bottom: 18px;
114
+ }
115
+
116
+ /* Similar products */
117
+ .sim-header {
118
+ display: flex;
119
+ justify-content: space-between;
120
+ align-items: center;
121
+ margin: 24px 8px;
122
+ }
123
+ .sim-title { font-size: 44px; font-weight: 700; }
124
+ .cards {
125
+ display: flex;
126
+ gap: 24px;
127
+ padding: 0 0 40px 8px;
128
+ }
129
+ .card {
130
+ width: 320px;
131
+ border: 1px solid #E0E0E0;
132
+ border-radius: 16px;
133
+ background: #fff;
134
+ overflow: hidden;
135
+ }
136
+ .img-ph {
137
+ width: 100%;
138
+ height: 260px;
139
+ background: #E0E0E0;
140
+ border-bottom: 1px solid #BDBDBD;
141
+ display: flex;
142
+ justify-content: center;
143
+ align-items: center;
144
+ color: #757575;
145
+ font-size: 28px;
146
+ text-align: center;
147
+ }
148
+ .card-body {
149
+ padding: 16px;
150
+ }
151
+ .brand { font-size: 30px; font-weight: 700; color: #424242; }
152
+ .title { font-size: 30px; color: #616161; margin-top: 6px; }
153
+ .price-row { display: flex; gap: 10px; align-items: baseline; margin-top: 8px; }
154
+ .strike { color: #9E9E9E; text-decoration: line-through; font-size: 28px; }
155
+ .price { color: #1A1A1A; font-size: 32px; font-weight: 700; }
156
+
157
+ /* Bottom action bar */
158
+ .bottom-bar {
159
+ position: absolute;
160
+ left: 0; right: 0; bottom: 56px;
161
+ height: 120px;
162
+ display: grid;
163
+ grid-template-columns: 180px 1fr 1fr;
164
+ gap: 24px;
165
+ padding: 0 24px;
166
+ }
167
+ .btn {
168
+ border-radius: 18px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ font-size: 36px;
173
+ font-weight: 700;
174
+ }
175
+ .btn-cart { background: #F7F7F7; border: 1px solid #E0E0E0; color: #212121; gap: 12px; }
176
+ .btn-emi { background: #FFFFFF; border: 1px solid #E0E0E0; color: #212121; }
177
+ .btn-buy { background: #FFC107; border: 1px solid #E0E0E0; color: #212121; }
178
+
179
+ .home-indicator {
180
+ position: absolute;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ bottom: 16px;
184
+ width: 300px;
185
+ height: 8px;
186
+ background: #000000;
187
+ opacity: 0.2;
188
+ border-radius: 4px;
189
+ }
190
+
191
+ /* Simple SVG styling */
192
+ svg { width: 40px; height: 40px; fill: none; stroke: #212121; stroke-width: 4; }
193
+ .chev { width: 40px; height: 40px; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div>11:30</div>
202
+ <div class="status-icons">
203
+ <span class="dot"></span>
204
+ <span class="dot"></span>
205
+ <span class="dot"></span>
206
+ <svg viewBox="0 0 24 24"><path d="M2 18l10-12 10 12H2Z" /></svg>
207
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"></rect><rect x="20" y="9" width="2" height="6"></rect></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Header with back, search, cart -->
212
+ <div class="header">
213
+ <div class="icon-btn">
214
+ <svg viewBox="0 0 24 24"><path d="M15 6 9 12l6 6" stroke-linecap="round" stroke-linejoin="round"/></svg>
215
+ </div>
216
+ <div class="search-bar">
217
+ <span class="search-placeholder">Search for products</span>
218
+ <svg viewBox="0 0 24 24"><path d="M12 4v8M8 8h8" stroke="#9E9E9E"/><rect x="9" y="3" width="6" height="12" rx="3" stroke="#9E9E9E"></rect><path d="M12 15v2" stroke="#9E9E9E"></path></svg>
219
+ </div>
220
+ <div class="header-right">
221
+ <svg viewBox="0 0 24 24"><path d="M3 6h18l-2 12H5L3 6Z" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Scrollable content -->
226
+ <div class="content">
227
+ <div class="helper-text">8+ years on Flipkart</div>
228
+ <div class="helper-text" style="margin-top:-6px;">Trusted brand on Flipkart</div>
229
+ <div class="divider"></div>
230
+
231
+ <div class="section-title">Product Details</div>
232
+
233
+ <div class="detail-row">
234
+ <div class="detail-label">Outer material</div>
235
+ <div class="detail-value">PU</div>
236
+ </div>
237
+ <div class="detail-row">
238
+ <div class="detail-label">Occasion</div>
239
+ <div class="detail-value">Sports</div>
240
+ </div>
241
+ <div class="detail-row">
242
+ <div class="detail-label">Type For Sports</div>
243
+ <div class="detail-value">Running Shoes</div>
244
+ </div>
245
+
246
+ <div class="sub-title">Details</div>
247
+ <div class="paragraph">
248
+ When the road beckons, answer the call in a lightweight pair that’ll keep you moving mile after mile. Soft foam cushions your stride and a reinforced heel delivers a smooth, stable ride. Crafted from … <span class="link">more</span>
249
+ </div>
250
+
251
+ <div class="list-row">
252
+ <span>All Details</span>
253
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke-linecap="round" stroke-linejoin="round"/></svg>
254
+ </div>
255
+
256
+ <div class="sim-header">
257
+ <div class="sim-title">Similar Products</div>
258
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke-linecap="round" stroke-linejoin="round"/></svg>
259
+ </div>
260
+
261
+ <div class="cards">
262
+ <!-- Card 1 -->
263
+ <div class="card">
264
+ <div class="img-ph">[IMG: Black Running Shoes]</div>
265
+ <div class="card-body">
266
+ <div class="brand">NIKE</div>
267
+ <div class="title">Revolution 5 Running...</div>
268
+ <div class="price-row">
269
+ <span class="strike">₹3,695</span>
270
+ <span class="price">₹2,586</span>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Card 2 -->
276
+ <div class="card">
277
+ <div class="img-ph">[IMG: Navy ADIDAS Running Shoes]</div>
278
+ <div class="card-body">
279
+ <div class="title" style="color:#9E9E9E;">Sponsored</div>
280
+ <div class="brand">ADIDAS</div>
281
+ <div class="title">ADI-PACE M Running...</div>
282
+ <div class="price-row">
283
+ <span class="strike">₹5,999</span>
284
+ <span class="price">₹5,199</span>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Card 3 -->
290
+ <div class="card">
291
+ <div class="img-ph">[IMG: Light Grey Running Shoes]</div>
292
+ <div class="card-body">
293
+ <div class="brand">Mast & Harbour</div>
294
+ <div class="title">Running Shoes</div>
295
+ <div class="price-row">
296
+ <span class="strike">₹3,999</span>
297
+ <span class="price">₹2,889</span>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ </div>
304
+
305
+ <!-- Bottom action bar -->
306
+ <div class="bottom-bar">
307
+ <div class="btn btn-cart">
308
+ <svg viewBox="0 0 24 24"><path d="M3 6h18l-2 12H5L3 6Z" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 9v6M9 12h6"/></svg>
309
+ </div>
310
+ <div class="btn btn-emi">Pay with EMI</div>
311
+ <div class="btn btn-buy">Buy now</div>
312
+ </div>
313
+
314
+ <div class="home-indicator"></div>
315
+ </div>
316
+ </body>
317
+ </html>
code/1018/1018_4.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Similar Products - Flipkart Style</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+ /* Top blue header */
19
+ .status-bar {
20
+ height: 88px;
21
+ background: #1976d2;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ font-size: 32px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-bar .right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ gap: 28px;
33
+ align-items: center;
34
+ }
35
+ .app-bar {
36
+ height: 180px;
37
+ background: #1976d2;
38
+ color: #fff;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 32px;
42
+ }
43
+ .app-bar .left {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 24px;
47
+ }
48
+ .app-bar .logo-block {
49
+ display: flex;
50
+ flex-direction: column;
51
+ line-height: 1.1;
52
+ }
53
+ .logo-title {
54
+ font-size: 56px;
55
+ font-weight: 700;
56
+ }
57
+ .logo-sub {
58
+ font-size: 30px;
59
+ color: #d0e8ff;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 10px;
63
+ }
64
+ .app-bar .actions {
65
+ margin-left: auto;
66
+ display: flex;
67
+ gap: 40px;
68
+ align-items: center;
69
+ }
70
+ /* Section heading */
71
+ .section-header {
72
+ background: #fff;
73
+ padding: 40px 40px 24px 40px;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 24px;
77
+ border-bottom: 1px solid #eeeeee;
78
+ }
79
+ .section-header .thumb {
80
+ width: 140px;
81
+ height: 80px;
82
+ background: #E0E0E0;
83
+ border: 1px solid #BDBDBD;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ color: #757575;
88
+ font-size: 26px;
89
+ }
90
+ .section-header h2 {
91
+ margin: 0;
92
+ font-size: 46px;
93
+ font-weight: 600;
94
+ color: #333;
95
+ }
96
+ /* Products grid */
97
+ .content {
98
+ padding: 36px 40px 120px 40px;
99
+ }
100
+ .grid {
101
+ display: grid;
102
+ grid-template-columns: 1fr 1fr;
103
+ column-gap: 48px;
104
+ row-gap: 64px;
105
+ }
106
+ .card {
107
+ padding-bottom: 12px;
108
+ }
109
+ .card .img {
110
+ width: 100%;
111
+ height: 280px;
112
+ background: #E0E0E0;
113
+ border: 1px solid #BDBDBD;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ color: #757575;
118
+ font-size: 28px;
119
+ }
120
+ .title {
121
+ margin: 22px 0 8px 0;
122
+ font-size: 34px;
123
+ color: #424242;
124
+ white-space: nowrap;
125
+ overflow: hidden;
126
+ text-overflow: ellipsis;
127
+ }
128
+ .price {
129
+ font-size: 44px;
130
+ font-weight: 700;
131
+ color: #1b1b1b;
132
+ margin: 6px 0;
133
+ }
134
+ .meta {
135
+ display: flex;
136
+ align-items: baseline;
137
+ gap: 18px;
138
+ font-size: 32px;
139
+ }
140
+ .old {
141
+ color: #9e9e9e;
142
+ text-decoration: line-through;
143
+ }
144
+ .discount {
145
+ color: #2e7d32;
146
+ font-weight: 700;
147
+ }
148
+ /* Bottom gesture bar */
149
+ .home-indicator {
150
+ position: absolute;
151
+ left: 50%;
152
+ transform: translateX(-50%);
153
+ bottom: 28px;
154
+ width: 360px;
155
+ height: 16px;
156
+ background: #000;
157
+ opacity: 0.3;
158
+ border-radius: 16px;
159
+ }
160
+ /* Simple icon styles */
161
+ svg { display: block; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+ <!-- Top status bar -->
167
+ <div class="status-bar">
168
+ 11:31
169
+ <div class="right">
170
+ <!-- simple dot icons to simulate status -->
171
+ <svg width="28" height="28"><circle cx="14" cy="14" r="6" fill="#fff"/></svg>
172
+ <svg width="28" height="28"><circle cx="14" cy="14" r="6" fill="#fff"/></svg>
173
+ <svg width="34" height="28" viewBox="0 0 24 24"><path fill="#fff" d="M4 18h16v2H4v-2zm2-7h12v6H6v-6zm3-7h6v5H9V4z"/></svg>
174
+ <svg width="34" height="28" viewBox="0 0 24 24"><path fill="#fff" d="M16 4h-8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-1 17H9v1h6v-1z"/></svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- App bar -->
179
+ <div class="app-bar">
180
+ <div class="left">
181
+ <!-- Back icon -->
182
+ <svg width="56" height="56" viewBox="0 0 24 24">
183
+ <path fill="#fff" d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
184
+ </svg>
185
+ <div class="logo-block">
186
+ <div class="logo-title">Flipkart</div>
187
+ <div class="logo-sub">Explore Plus
188
+ <svg width="24" height="24" viewBox="0 0 24 24">
189
+ <path fill="#ffeb3b" d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ <div class="actions">
195
+ <!-- Search icon -->
196
+ <svg width="56" height="56" viewBox="0 0 24 24">
197
+ <path fill="#fff" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.71.71l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
198
+ </svg>
199
+ <!-- Cart icon -->
200
+ <svg width="56" height="56" viewBox="0 0 24 24">
201
+ <path fill="#fff" d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.65c.75 0 1.41-.41 1.76-1.05l3.14-5.65A1 1 0 0 0 21 6H6.21l-.94-2H2v2h2l3.6 7.59-.95 1.72A2 2 0 0 0 6 17h12v-2H7.16z"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Section header -->
207
+ <div class="section-header">
208
+ <div class="thumb">[IMG: Shoe]</div>
209
+ <h2>Similar Products</h2>
210
+ </div>
211
+
212
+ <!-- Products -->
213
+ <div class="content">
214
+ <div class="grid">
215
+ <!-- Card 1 -->
216
+ <div class="card">
217
+ <div class="img">[IMG: Black Nike Running Shoe]</div>
218
+ <div class="title">NIKE Revolution 5 Running Sh...</div>
219
+ <div class="price">₹2,586</div>
220
+ <div class="meta">
221
+ <span class="old">3,695</span>
222
+ <span class="discount">30% off</span>
223
+ </div>
224
+ </div>
225
+ <!-- Card 2 -->
226
+ <div class="card">
227
+ <div class="img">[IMG: Black/White Nike Running Shoe]</div>
228
+ <div class="title">NIKE Revolution 5 Running Sh...</div>
229
+ <div class="price">₹2,882</div>
230
+ <div class="meta">
231
+ <span class="old">3,695</span>
232
+ <span class="discount">22% off</span>
233
+ </div>
234
+ </div>
235
+ <!-- Card 3 -->
236
+ <div class="card">
237
+ <div class="img">[IMG: Grey Nike Running Shoe]</div>
238
+ <div class="title">NIKE Revolution 5 Running Sh...</div>
239
+ <div class="price">₹2,882</div>
240
+ <div class="meta">
241
+ <span class="old">3,695</span>
242
+ <span class="discount">22% off</span>
243
+ </div>
244
+ </div>
245
+ <!-- Card 4 -->
246
+ <div class="card">
247
+ <div class="img">[IMG: Light Grey Nike Road Running Shoe]</div>
248
+ <div class="title">NIKE Revolution 6 Road Runnin...</div>
249
+ <div class="price">₹2,882</div>
250
+ <div class="meta">
251
+ <span class="old">3,695</span>
252
+ <span class="discount">22% off</span>
253
+ </div>
254
+ </div>
255
+ <!-- Card 5 -->
256
+ <div class="card">
257
+ <div class="img">[IMG: Pink Nike Training Shoe]</div>
258
+ <div class="title">NIKE Legend Essential 2 Traini...</div>
259
+ <div class="price">₹3,146</div>
260
+ <div class="meta">
261
+ <span class="old">4,495</span>
262
+ <span class="discount">30% off</span>
263
+ </div>
264
+ </div>
265
+ <!-- Card 6 -->
266
+ <div class="card">
267
+ <div class="img">[IMG: Light Blue Nike Women Running Shoe]</div>
268
+ <div class="title">NIKE Nike Revolution 6 Women...</div>
269
+ <div class="price">₹3,695</div>
270
+ <div class="meta">
271
+ <span class="old"></span>
272
+ <span class="discount"></span>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="home-indicator"></div>
279
+ </div>
280
+ </body>
281
+ </html>
code/10182/10182_0.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ }
14
+
15
+ /* Wallpaper placeholder */
16
+ .wallpaper {
17
+ position: absolute;
18
+ left: 0; top: 0; width: 100%; height: 100%;
19
+ background: #E0E0E0;
20
+ border: 1px solid #BDBDBD;
21
+ color: #757575;
22
+ display: flex; align-items: center; justify-content: center;
23
+ font-size: 28px; letter-spacing: 0.5px;
24
+ }
25
+
26
+ /* Overlay content */
27
+ .overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #FFFFFF; }
28
+
29
+ /* Status bar */
30
+ .status-bar {
31
+ position: absolute; top: 22px; left: 24px; right: 24px; height: 60px;
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ color: #fff;
34
+ }
35
+ .status-left { font-size: 28px; font-weight: 600; letter-spacing: 0.5px; }
36
+ .status-right { display: flex; gap: 18px; align-items: center; }
37
+ .icon { width: 30px; height: 30px; }
38
+
39
+ /* Date & weather */
40
+ .date-block { position: absolute; left: 52px; top: 300px; }
41
+ .date-title { font-size: 64px; font-weight: 600; margin-bottom: 18px; text-shadow: 0 2px 6px rgba(0,0,0,0.35); }
42
+ .weather-line { display: flex; align-items: center; gap: 16px; font-size: 28px; opacity: 0.95; text-shadow: 0 2px 6px rgba(0,0,0,0.35); }
43
+
44
+ /* App grid */
45
+ .app-grid {
46
+ position: absolute; left: 0; right: 0;
47
+ top: 1500px;
48
+ display: flex; justify-content: space-around; align-items: flex-start;
49
+ padding: 0 40px;
50
+ }
51
+ .app { width: 180px; text-align: center; color: #fff; }
52
+ .app .circle {
53
+ width: 160px; height: 160px; background: #fff; border-radius: 50%;
54
+ margin: 0 auto 22px auto; position: relative; box-shadow: 0 8px 20px rgba(0,0,0,0.35);
55
+ }
56
+ .app-label { font-size: 30px; text-shadow: 0 2px 6px rgba(0,0,0,0.35); }
57
+
58
+ /* Dock */
59
+ .dock {
60
+ position: absolute; left: 0; right: 0; top: 1820px;
61
+ display: flex; justify-content: space-around; padding: 0 90px;
62
+ }
63
+ .dock .circle {
64
+ width: 140px; height: 140px; background: #fff; border-radius: 50%;
65
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
66
+ display: flex; align-items: center; justify-content: center;
67
+ }
68
+
69
+ /* Search bar */
70
+ .search-bar {
71
+ position: absolute; left: 60px; right: 60px; top: 2020px; height: 120px;
72
+ background: #fff; border-radius: 60px; box-shadow: 0 10px 24px rgba(0,0,0,0.35);
73
+ display: flex; align-items: center; justify-content: space-between;
74
+ padding: 0 36px;
75
+ }
76
+ .search-left { display: flex; align-items: center; gap: 22px; }
77
+ .search-right { display: flex; align-items: center; gap: 36px; }
78
+ .search-placeholder {
79
+ color: #777; font-size: 32px;
80
+ }
81
+
82
+ /* Home gesture pill */
83
+ .home-pill {
84
+ position: absolute; bottom: 36px; left: 50%;
85
+ transform: translateX(-50%);
86
+ width: 360px; height: 14px; background: rgba(255,255,255,0.85);
87
+ border-radius: 10px;
88
+ }
89
+
90
+ /* Utility: small notification dot */
91
+ .notify-dot {
92
+ position: absolute; right: 14px; top: 14px;
93
+ width: 34px; height: 34px; background: #F6A8C8; border-radius: 50%;
94
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+ <div class="wallpaper">[IMG: Rocky cliff wallpaper]</div>
101
+
102
+ <div class="overlay">
103
+ <!-- Status Bar -->
104
+ <div class="status-bar">
105
+ <div class="status-left">8:20</div>
106
+ <div class="status-right">
107
+ <!-- Notification dot icon representation -->
108
+ <svg class="icon" viewBox="0 0 24 24">
109
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity="0.9"></circle>
110
+ </svg>
111
+ <!-- Cast/record icon (simple) -->
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#ffffff" opacity="0.9"></rect>
114
+ <circle cx="18" cy="12" r="3" fill="#ffffff"></circle>
115
+ </svg>
116
+ <!-- Wi-Fi icon -->
117
+ <svg class="icon" viewBox="0 0 24 24">
118
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
119
+ <path d="M5 11c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
120
+ <path d="M9 15c2-2 4-2 6 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
121
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
122
+ </svg>
123
+ <!-- Battery icon -->
124
+ <svg class="icon" viewBox="0 0 26 24">
125
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2" fill="none"></rect>
126
+ <rect x="4" y="8" width="14" height="8" fill="#fff"></rect>
127
+ <rect x="20" y="9" width="3" height="6" rx="1" fill="#fff"></rect>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Date & Weather -->
133
+ <div class="date-block">
134
+ <div class="date-title">Thu, Jul 27</div>
135
+ <div class="weather-line">
136
+ <!-- Fog icon: wavy lines -->
137
+ <svg width="46" height="30" viewBox="0 0 46 30">
138
+ <path d="M2 8c4 3 10 3 14 0s10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.95"/>
139
+ <path d="M2 18c4 3 10 3 14 0s10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.95"/>
140
+ <path d="M2 26c4 3 10 3 14 0s10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.95"/>
141
+ </svg>
142
+ <div>28°C · Today 31° / 26° · Fog</div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- App Grid Row -->
147
+ <div class="app-grid">
148
+ <!-- Play Store -->
149
+ <div class="app">
150
+ <div class="circle">
151
+ <svg viewBox="0 0 160 160" width="160" height="160">
152
+ <defs>
153
+ <clipPath id="clipCircle"><circle cx="80" cy="80" r="78"/></clipPath>
154
+ </defs>
155
+ <g clip-path="url(#clipCircle)">
156
+ <polygon points="40,45 110,80 40,115" fill="#34A853"/>
157
+ <polygon points="60,40 110,80 60,80" fill="#4285F4"/>
158
+ <polygon points="60,80 110,80 70,120" fill="#FBBC04"/>
159
+ <polygon points="40,45 60,40 60,120 40,115" fill="#EA4335"/>
160
+ </g>
161
+ </svg>
162
+ </div>
163
+ <div class="app-label">Play Store</div>
164
+ </div>
165
+
166
+ <!-- Gmail -->
167
+ <div class="app">
168
+ <div class="circle">
169
+ <svg viewBox="0 0 160 160" width="160" height="160">
170
+ <rect x="34" y="50" width="92" height="60" rx="10" fill="#ffffff"/>
171
+ <path d="M34 60 L80 95 L126 60" stroke="#ccc" stroke-width="6" fill="none"/>
172
+ <path d="M40 55 L80 85 L120 55" stroke="#EA4335" stroke-width="16" fill="none"/>
173
+ <path d="M40 55 L40 110" stroke="#34A853" stroke-width="16"/>
174
+ <path d="M120 55 L120 110" stroke="#4285F4" stroke-width="16"/>
175
+ <path d="M40 110 L120 110" stroke="#FBBC04" stroke-width="16"/>
176
+ </svg>
177
+ </div>
178
+ <div class="app-label">Gmail</div>
179
+ </div>
180
+
181
+ <!-- Photos -->
182
+ <div class="app">
183
+ <div class="circle">
184
+ <svg viewBox="0 0 160 160" width="160" height="160">
185
+ <circle cx="80" cy="80" r="20" fill="#fff"/>
186
+ <path d="M80 40 a40 40 0 0 1 40 40 h-40 z" fill="#4285F4"/>
187
+ <path d="M120 80 a40 40 0 0 1 -40 40 v-40 z" fill="#34A853"/>
188
+ <path d="M80 120 a40 40 0 0 1 -40 -40 h40z" fill="#FBBC04"/>
189
+ <path d="M40 80 a40 40 0 0 1 40 -40 v40z" fill="#EA4335"/>
190
+ </svg>
191
+ </div>
192
+ <div class="app-label">Photos</div>
193
+ </div>
194
+
195
+ <!-- YouTube -->
196
+ <div class="app">
197
+ <div class="circle">
198
+ <svg viewBox="0 0 160 160" width="160" height="160">
199
+ <rect x="38" y="55" width="84" height="50" rx="12" fill="#FF0000"/>
200
+ <polygon points="70,65 70,95 100,80" fill="#fff"/>
201
+ </svg>
202
+ <div class="notify-dot"></div>
203
+ </div>
204
+ <div class="app-label">YouTube</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Dock Icons -->
209
+ <div class="dock">
210
+ <!-- Phone -->
211
+ <div class="circle">
212
+ <svg viewBox="0 0 120 120" width="90" height="90">
213
+ <path d="M40 25c-6 6-6 16 0 22l10 10c8-3 16-9 22-16l-10-10c-6-6-16-6-22 0z" fill="#3B82F6" opacity="0.9"/>
214
+ <path d="M55 78c14-5 26-16 32-30l12 12c-10 18-26 30-44 36l-16-18z" fill="#1D4ED8"/>
215
+ </svg>
216
+ </div>
217
+ <!-- Messages -->
218
+ <div class="circle">
219
+ <svg viewBox="0 0 120 120" width="90" height="90">
220
+ <rect x="24" y="28" width="72" height="48" rx="18" fill="#4F9EF9"/>
221
+ <rect x="36" y="42" width="48" height="26" rx="12" fill="#1A73E8"/>
222
+ <path d="M60 76 L44 92 L64 86" fill="#4F9EF9"/>
223
+ </svg>
224
+ </div>
225
+ <!-- Chrome -->
226
+ <div class="circle">
227
+ <svg viewBox="0 0 120 120" width="90" height="90">
228
+ <circle cx="60" cy="60" r="45" fill="#fff"/>
229
+ <path d="M60 60 L100 60 A40 40 0 0 0 32 30z" fill="#EA4335"/>
230
+ <path d="M60 60 L32 30 A40 40 0 0 0 34 98z" fill="#FBBC04"/>
231
+ <path d="M60 60 L34 98 A40 40 0 0 0 100 60z" fill="#34A853"/>
232
+ <circle cx="60" cy="60" r="22" fill="#4285F4"/>
233
+ <circle cx="60" cy="60" r="12" fill="#73B0FF"/>
234
+ </svg>
235
+ </div>
236
+ <!-- Camera -->
237
+ <div class="circle">
238
+ <svg viewBox="0 0 120 120" width="90" height="90">
239
+ <rect x="24" y="36" width="72" height="44" rx="10" fill="#8A98A6"/>
240
+ <rect x="40" y="30" width="20" height="12" rx="4" fill="#6E7A88"/>
241
+ <circle cx="60" cy="58" r="16" fill="#3B4D66"/>
242
+ <circle cx="60" cy="58" r="10" fill="#5E7FB1"/>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Search bar -->
248
+ <div class="search-bar">
249
+ <div class="search-left">
250
+ <!-- Google G -->
251
+ <svg width="56" height="56" viewBox="0 0 56 56">
252
+ <circle cx="28" cy="28" r="26" fill="#fff"/>
253
+ <path d="M28 14a14 14 0 1 0 0 28c6 0 10-3 12-6l-6-4c-2 3-4 4-6 4a8 8 0 1 1 0-16c3 0 6 1 8 3l6-4c-3-4-8-5-14-5z" fill="#4285F4"/>
254
+ <path d="M20 34l-4 4a14 14 0 0 0 12 4v-6c-3 0-6-1-8-2z" fill="#34A853"/>
255
+ <path d="M36 22l6-4a14 14 0 0 0-14-4v6c3 0 6 1 8 2z" fill="#FBBC04"/>
256
+ <path d="M40 28h-12v6h12a14 14 0 0 0 0-6z" fill="#EA4335"/>
257
+ </svg>
258
+ <div class="search-placeholder">Search…</div>
259
+ </div>
260
+ <div class="search-right">
261
+ <!-- Microphone -->
262
+ <svg width="40" height="40" viewBox="0 0 24 24">
263
+ <rect x="8" y="4" width="8" height="10" rx="4" fill="#4285F4"/>
264
+ <rect x="10" y="6" width="4" height="6" rx="2" fill="#fff"/>
265
+ <path d="M6 11c0 4 3 7 6 7s6-3 6-7" stroke="#EA4335" stroke-width="2" fill="none"/>
266
+ <rect x="11" y="18" width="2" height="3" fill="#34A853"/>
267
+ <rect x="9" y="21" width="6" height="1.5" fill="#FBBC04"/>
268
+ </svg>
269
+ <!-- Lens/Camera -->
270
+ <svg width="44" height="44" viewBox="0 0 24 24">
271
+ <rect x="4" y="6" width="16" height="12" rx="4" fill="#fff" stroke="#ccc"/>
272
+ <circle cx="12" cy="12" r="4" fill="#4285F4"/>
273
+ <rect x="7" y="4" width="4" height="3" rx="1" fill="#EA4335"/>
274
+ <rect x="15" y="4" width="4" height="3" rx="1" fill="#FBBC04"/>
275
+ <rect x="19" y="9" width="2" height="6" rx="1" fill="#34A853"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Home gesture pill -->
281
+ <div class="home-pill"></div>
282
+ </div>
283
+ </div>
284
+ </body>
285
+ </html>
code/10182/10182_1.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Trails UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #202124;
16
+ }
17
+
18
+ .content { padding: 24px 48px 0 48px; }
19
+
20
+ /* Status bar */
21
+ .statusbar {
22
+ height: 80px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 48px;
27
+ font-size: 34px;
28
+ color: #4a4a4a;
29
+ }
30
+ .status-icons { display: flex; gap: 24px; align-items: center; }
31
+ .status-dot {
32
+ width: 26px; height: 26px; background: #bdbdbd; border-radius: 6px;
33
+ }
34
+ .status-signal {
35
+ width: 30px; height: 26px; border: 2px solid #757575; border-radius: 3px;
36
+ }
37
+ .status-battery {
38
+ width: 38px; height: 20px; border: 2px solid #757575; border-radius: 3px; position: relative;
39
+ }
40
+ .status-battery::after {
41
+ content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 8px; background: #757575; border-radius: 2px;
42
+ }
43
+
44
+ /* Search bar */
45
+ .search-wrap { margin-top: 12px; }
46
+ .search-bar {
47
+ height: 116px;
48
+ background: #ffffff;
49
+ border-radius: 58px;
50
+ box-shadow: 0 8px 22px rgba(0,0,0,0.1);
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 24px 0 32px;
54
+ }
55
+ .search-icon {
56
+ width: 54px; height: 54px; border: 2px solid #9e9e9e; border-radius: 50%;
57
+ display: flex; align-items: center; justify-content: center; margin-right: 22px;
58
+ }
59
+ .search-input {
60
+ font-size: 42px; color: #777; flex: 1;
61
+ }
62
+ .filter-btn {
63
+ width: 86px; height: 86px; border-radius: 43px; background: #f1f3f4;
64
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+
68
+ /* Chips */
69
+ .chips { display: flex; gap: 24px; margin-top: 28px; }
70
+ .chip {
71
+ padding: 22px 34px;
72
+ background: #eeeff1;
73
+ border-radius: 34px;
74
+ font-size: 34px;
75
+ color: #333;
76
+ display: inline-flex; align-items: center; gap: 16px;
77
+ }
78
+ .chip svg { width: 36px; height: 36px; }
79
+ .chip .down { width: 22px; height: 22px; border: 2px solid #777; border-left: 0; border-top: 0; transform: rotate(45deg); margin-left: 8px; }
80
+
81
+ /* Headings */
82
+ .section-title {
83
+ margin: 40px 0 24px;
84
+ font-size: 74px;
85
+ font-weight: 800;
86
+ color: #274b2a;
87
+ letter-spacing: -0.5px;
88
+ }
89
+
90
+ /* Cards */
91
+ .card { margin-bottom: 48px; }
92
+ .card .image {
93
+ width: 984px; height: 560px;
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ border-radius: 36px;
97
+ position: relative;
98
+ display: flex; justify-content: center; align-items: center;
99
+ color: #757575; font-size: 40px;
100
+ }
101
+ .bookmark {
102
+ position: absolute; right: 24px; top: 24px;
103
+ width: 54px; height: 54px; border-radius: 14px;
104
+ background: rgba(255,255,255,0.8);
105
+ display: flex; align-items: center; justify-content: center;
106
+ border: 1px solid #d0d0d0;
107
+ }
108
+ .trail-meta { margin-top: 26px; display: flex; align-items: flex-start; justify-content: space-between; }
109
+ .trail-left { max-width: 820px; }
110
+ .rating-line { font-size: 34px; color: #666; display: flex; align-items: center; gap: 10px; }
111
+ .rating-line .dot { color: #9e9e9e; margin: 0 8px; }
112
+ .star { width: 28px; height: 28px; }
113
+ .trail-title { font-size: 52px; font-weight: 800; margin: 10px 0 6px; }
114
+ .trail-sub { font-size: 38px; color: #6f6f6f; margin-bottom: 6px; }
115
+ .trail-details { font-size: 36px; color: #8b8b8b; }
116
+ .circle-action {
117
+ width: 92px; height: 92px; border-radius: 46px; background: #ffffff;
118
+ box-shadow: 0 8px 20px rgba(0,0,0,0.14); display: flex; align-items: center; justify-content: center;
119
+ border: 1px solid #e5e5e5; margin-top: 20px;
120
+ }
121
+
122
+ /* Second section extras */
123
+ .map-pill {
124
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
125
+ padding: 22px 44px; border-radius: 38px;
126
+ background: #2e6a2c; color: #fff; font-size: 40px; font-weight: 700;
127
+ display: inline-flex; align-items: center; gap: 18px;
128
+ box-shadow: 0 10px 26px rgba(46,106,44,0.35);
129
+ }
130
+ .floating-next {
131
+ position: absolute; right: 48px; bottom: 604px;
132
+ width: 100px; height: 100px; border-radius: 50%;
133
+ background: #ffffff; border: 1px solid #e4e4e4;
134
+ box-shadow: 0 10px 24px rgba(0,0,0,0.15);
135
+ display: flex; align-items: center; justify-content: center;
136
+ }
137
+
138
+ /* Bottom Nav */
139
+ .bottom-nav {
140
+ position: absolute; bottom: 0; left: 0; width: 100%;
141
+ height: 180px; border-top: 1px solid #e5e5e5; background: #ffffff;
142
+ display: flex; align-items: center; justify-content: space-around;
143
+ padding-bottom: 22px;
144
+ }
145
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
146
+ .nav-item svg { width: 48px; height: 48px; }
147
+ .nav-label { font-size: 32px; color: #5b5f58; }
148
+ .nav-item.active .nav-label { color: #2e5a2e; }
149
+ .nav-item.active svg path, .nav-item.active svg circle, .nav-item.active svg rect { stroke: #2e5a2e; fill: none; }
150
+
151
+ /* Gesture bar */
152
+ .gesture {
153
+ position: absolute; bottom: 184px; left: 50%; transform: translateX(-50%);
154
+ width: 280px; height: 12px; background: #c9c9c9; border-radius: 8px;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+ <div class="statusbar">
161
+ <div>8:21</div>
162
+ <div class="status-icons">
163
+ <div class="status-dot"></div>
164
+ <div class="status-dot"></div>
165
+ <div class="status-signal"></div>
166
+ <div class="status-battery"></div>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="content">
171
+ <!-- Search -->
172
+ <div class="search-wrap">
173
+ <div class="search-bar">
174
+ <div class="search-icon">
175
+ <svg viewBox="0 0 24 24">
176
+ <circle cx="10" cy="10" r="6" stroke="#777" stroke-width="2" fill="none"></circle>
177
+ <line x1="14.5" y1="14.5" x2="21" y2="21" stroke="#777" stroke-width="2" />
178
+ </svg>
179
+ </div>
180
+ <div class="search-input">Find parks</div>
181
+ <div class="filter-btn">
182
+ <svg viewBox="0 0 24 24">
183
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#4a4a4a" stroke-width="2"></line>
184
+ <circle cx="9" cy="6" r="2.5" fill="#4a4a4a"></circle>
185
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#4a4a4a" stroke-width="2"></line>
186
+ <circle cx="15" cy="12" r="2.5" fill="#4a4a4a"></circle>
187
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#4a4a4a" stroke-width="2"></line>
188
+ <circle cx="7" cy="18" r="2.5" fill="#4a4a4a"></circle>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Chips -->
195
+ <div class="chips">
196
+ <div class="chip">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M12 2l6 3v6c0 4-6 9-6 9s-6-5-6-9V5l6-3z" fill="#5383ec"></path>
199
+ </svg>
200
+ <span>Distance away</span>
201
+ <div class="down"></div>
202
+ </div>
203
+ <div class="chip">
204
+ <span>Activity</span>
205
+ <div class="down"></div>
206
+ </div>
207
+ <div class="chip">
208
+ <span>Difficulty</span>
209
+ <div class="down"></div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Section: Top trails nearby -->
214
+ <div class="section-title">Top trails nearby</div>
215
+
216
+ <div class="card">
217
+ <div class="image">
218
+ [IMG: River trail photo]
219
+ <div class="bookmark">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M6 3h12a2 2 0 0 1 2 2v15l-8-5-8 5V5a2 2 0 0 1 2-2z" fill="#3e4e3e" opacity="0.7"></path>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="trail-meta">
227
+ <div class="trail-left">
228
+ <div class="rating-line">
229
+ <span>Easy</span>
230
+ <span class="dot">•</span>
231
+ <svg class="star" viewBox="0 0 24 24">
232
+ <polygon points="12,2 15,9 22,9 16.5,13.5 18.5,20.5 12,16.5 5.5,20.5 7.5,13.5 2,9 9,9" fill="#3CB371"></polygon>
233
+ </svg>
234
+ <span>4.0 (20)</span>
235
+ </div>
236
+ <div class="trail-title">Lodi Garden Trail</div>
237
+ <div class="trail-sub">Lodi Garden</div>
238
+ <div class="trail-details">Length: 1.50 mi · Est. 40m</div>
239
+ </div>
240
+ <div class="circle-action">
241
+ <svg viewBox="0 0 24 24">
242
+ <circle cx="12" cy="12" r="9" stroke="#567" stroke-width="1.8" fill="none"></circle>
243
+ <path d="M12 7v8M8.5 12.5L12 15.8 15.5 12.5" stroke="#567" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Section: Best views nearby -->
250
+ <div class="section-title">Best views nearby</div>
251
+
252
+ <div class="card" style="position: relative;">
253
+ <div class="image">
254
+ [IMG: Mountain view with clouds]
255
+ <div class="bookmark">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M6 3h12a2 2 0 0 1 2 2v15l-8-5-8 5V5a2 2 0 0 1 2-2z" fill="#3e4e3e" opacity="0.7"></path>
258
+ </svg>
259
+ </div>
260
+ <div class="map-pill">
261
+ <svg viewBox="0 0 24 24" width="36" height="36">
262
+ <path d="M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2V6z" fill="none" stroke="#ffffff" stroke-width="2"></path>
263
+ <line x1="9" y1="4" x2="9" y2="20" stroke="#ffffff" stroke-width="2"></line>
264
+ <line x1="15" y1="6" x2="15" y2="22" stroke="#ffffff" stroke-width="2"></line>
265
+ </svg>
266
+ <span>Map</span>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="floating-next">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M8 4l8 8-8 8" stroke="#55635a" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
274
+ </svg>
275
+ </div>
276
+
277
+ </div>
278
+
279
+ <!-- Gesture bar -->
280
+ <div class="gesture"></div>
281
+
282
+ <!-- Bottom navigation -->
283
+ <div class="bottom-nav">
284
+ <div class="nav-item active">
285
+ <svg viewBox="0 0 24 24">
286
+ <circle cx="11" cy="11" r="7" stroke="#8a8f86" stroke-width="2" fill="none"></circle>
287
+ <line x1="17" y1="17" x2="22" y2="22" stroke="#8a8f86" stroke-width="2"></line>
288
+ </svg>
289
+ <div class="nav-label">Explore</div>
290
+ </div>
291
+ <div class="nav-item">
292
+ <svg viewBox="0 0 24 24">
293
+ <circle cx="8" cy="10" r="3" stroke="#8a8f86" stroke-width="2" fill="none"></circle>
294
+ <circle cx="16" cy="10" r="3" stroke="#8a8f86" stroke-width="2" fill="none"></circle>
295
+ <path d="M3 20c2-4 7-4 10 0M11 20c2-4 7-4 10 0" stroke="#8a8f86" stroke-width="2" fill="none"></path>
296
+ </svg>
297
+ <div class="nav-label">Community</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <svg viewBox="0 0 24 24">
301
+ <path d="M12 2l6 10-6 10-6-10 6-10z" stroke="#8a8f86" stroke-width="2" fill="none"></path>
302
+ </svg>
303
+ <div class="nav-label">Navigate</div>
304
+ </div>
305
+ <div class="nav-item">
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M6 3h12a2 2 0 0 1 2 2v15l-8-5-8 5V5a2 2 0 0 1 2-2z" stroke="#8a8f86" stroke-width="2" fill="none"></path>
308
+ </svg>
309
+ <div class="nav-label">Saved</div>
310
+ </div>
311
+ <div class="nav-item">
312
+ <svg viewBox="0 0 24 24">
313
+ <circle cx="12" cy="8" r="4" stroke="#8a8f86" stroke-width="2" fill="none"></circle>
314
+ <path d="M4 22c0-5 4-8 8-8s8 3 8 8" stroke="#8a8f86" stroke-width="2" fill="none"></path>
315
+ </svg>
316
+ <div class="nav-label">Profile</div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ </body>
321
+ </html>
code/10182/10182_10.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Seattle Trails UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #2E3A2F;
17
+ }
18
+
19
+ .safe-area { padding: 0 36px; }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ height: 90px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ color: #4A4A4A;
29
+ font-weight: 500;
30
+ font-size: 36px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 22px; }
33
+ .sb-icon {
34
+ width: 36px; height: 36px; background: #BDBDBD; border-radius: 8px;
35
+ }
36
+ .status-right { display: flex; align-items: center; gap: 22px; }
37
+ .wifi {
38
+ width: 40px; height: 28px; border-radius: 6px; border: 2px solid #656565;
39
+ }
40
+ .battery {
41
+ width: 50px; height: 26px; border: 2px solid #656565; border-radius: 6px; position: relative;
42
+ }
43
+ .battery::after {
44
+ content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 10px; background: #656565; border-radius: 2px;
45
+ }
46
+
47
+ /* Search pill */
48
+ .search-pill {
49
+ margin: 8px 36px 0 36px;
50
+ height: 110px;
51
+ border: 1px solid #E5E5E5;
52
+ border-radius: 55px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: space-between;
56
+ padding: 0 24px;
57
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
58
+ }
59
+ .search-left { display: flex; align-items: center; gap: 24px; }
60
+ .search-text { font-size: 42px; color: #2F3F2E; }
61
+ .circle-btn {
62
+ width: 76px; height: 76px; border-radius: 50%; border: 1px solid #E5E5E5; display: flex; align-items: center; justify-content: center;
63
+ }
64
+
65
+ /* Filter chips */
66
+ .chips {
67
+ display: flex;
68
+ gap: 22px;
69
+ padding: 26px 36px 16px 36px;
70
+ align-items: center;
71
+ }
72
+ .chip {
73
+ height: 96px;
74
+ padding: 0 32px;
75
+ border-radius: 48px;
76
+ background: #F0F1EE;
77
+ color: #2F3F2E;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 16px;
81
+ font-size: 34px;
82
+ border: 1px solid #D5D7D2;
83
+ }
84
+ .chip.dark {
85
+ background: #234D17; color: #FFFFFF; border-color: transparent;
86
+ padding: 0 36px;
87
+ }
88
+ .chip .caret {
89
+ width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #6C6C6C; margin-left: 8px;
90
+ }
91
+ .hex {
92
+ width: 44px; height: 44px;
93
+ }
94
+ .hex svg { display: block; }
95
+
96
+ /* Cards */
97
+ .card {
98
+ margin: 16px 36px 24px 36px;
99
+ border-radius: 36px;
100
+ }
101
+ .card-image {
102
+ width: 100%;
103
+ height: 480px;
104
+ border-radius: 36px;
105
+ background: #E0E0E0;
106
+ border: 1px solid #BDBDBD;
107
+ display: flex; align-items: center; justify-content: center;
108
+ color: #757575; font-size: 34px;
109
+ position: relative;
110
+ overflow: hidden;
111
+ }
112
+ .bookmark {
113
+ position: absolute; right: 24px; top: 24px; width: 52px; height: 52px; background: rgba(255,255,255,0.8); border-radius: 12px; display: flex; align-items: center; justify-content: center;
114
+ }
115
+ .dots {
116
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
117
+ display: flex; gap: 16px;
118
+ }
119
+ .dot {
120
+ width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.85); border: 1px solid rgba(0,0,0,0.08);
121
+ }
122
+ .info {
123
+ display: flex; justify-content: space-between; align-items: flex-start; padding-top: 18px;
124
+ }
125
+ .text {
126
+ color: #4A5A45;
127
+ }
128
+ .meta {
129
+ font-size: 32px; color: #6E756E;
130
+ display: flex; align-items: center; gap: 12px;
131
+ }
132
+ .star { width: 30px; height: 30px; }
133
+ .title {
134
+ font-size: 48px; font-weight: 800; color: #2E5E2A; margin: 8px 0 6px 0;
135
+ }
136
+ .sub {
137
+ font-size: 34px; color: #6E756E;
138
+ }
139
+ .download {
140
+ width: 70px; height: 70px; border-radius: 50%;
141
+ border: 2px solid #2E5E2A; display: flex; align-items: center; justify-content: center; margin-top: 8px;
142
+ }
143
+
144
+ /* Floating Action Button */
145
+ .fab {
146
+ position: absolute; left: 50%; transform: translateX(-50%);
147
+ bottom: 430px;
148
+ width: 128px; height: 128px; border-radius: 50%;
149
+ background: #2E5E2A; box-shadow: 0 8px 24px rgba(0,0,0,0.25);
150
+ display: flex; align-items: center; justify-content: center;
151
+ }
152
+ .fab-inner {
153
+ width: 92px; height: 92px; border-radius: 50%; background: #FFFFFF22; display: flex; align-items: center; justify-content: center;
154
+ }
155
+
156
+ /* Bottom nav */
157
+ .bottom-nav {
158
+ position: absolute; bottom: 0; left: 0; right: 0;
159
+ height: 220px; border-top: 1px solid #E6E6E6; background: #FFFFFF;
160
+ display: flex; align-items: center; justify-content: space-around; padding-bottom: 24px;
161
+ }
162
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #7B7F78; font-size: 30px; }
163
+ .nav-item.active { color: #2E5E2A; font-weight: 700; }
164
+ .nav-icon { width: 56px; height: 56px; }
165
+
166
+ .home-indicator {
167
+ position: absolute; bottom: 226px; left: 50%; transform: translateX(-50%);
168
+ width: 300px; height: 12px; border-radius: 8px; background: #CFCFCF;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status Bar -->
176
+ <div class="status-bar">
177
+ <div class="status-left">
178
+ <div>8:29</div>
179
+ <div class="sb-icon"></div>
180
+ <div class="sb-icon"></div>
181
+ <div class="sb-icon" style="border-radius: 50%;"></div>
182
+ </div>
183
+ <div class="status-right">
184
+ <div class="wifi"></div>
185
+ <div class="battery"></div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Search pill -->
190
+ <div class="search-pill">
191
+ <div class="search-left">
192
+ <svg width="42" height="42" viewBox="0 0 24 24">
193
+ <path d="M15 18l-6-6 6-6" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
194
+ </svg>
195
+ <div class="search-text">Seattle</div>
196
+ </div>
197
+ <div class="circle-btn">
198
+ <svg width="36" height="36" viewBox="0 0 24 24">
199
+ <path d="M6 6h2v12H6M12 3h2v18h-2M18 8h2v8h-2" fill="#2E5E2A"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Filter chips -->
205
+ <div class="chips">
206
+ <div class="chip">
207
+ <div class="hex">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M6 4l6-3 6 3v8l-6 3-6-3z" fill="#5B80FF"/>
210
+ <path d="M11 6h2v3h3v2h-3v3h-2v-3H8V9h3z" fill="#FFFFFF"/>
211
+ </svg>
212
+ </div>
213
+ <div>Distance away</div>
214
+ <div class="caret"></div>
215
+ </div>
216
+ <div class="chip">
217
+ <div>Activity</div>
218
+ <div class="caret"></div>
219
+ </div>
220
+ <div class="chip dark">Hard</div>
221
+ </div>
222
+
223
+ <!-- Card 1 -->
224
+ <div class="card">
225
+ <div class="card-image">
226
+ [IMG: Trail photo - paved path with gate]
227
+ <div class="dots">
228
+ <div class="dot" style="opacity:0.9;"></div>
229
+ <div class="dot" style="opacity:0.6;"></div>
230
+ <div class="dot" style="opacity:0.6;"></div>
231
+ <div class="dot" style="opacity:0.6;"></div>
232
+ </div>
233
+ </div>
234
+ <div class="info">
235
+ <div class="text">
236
+ <div class="meta">
237
+ <span>Hard ·</span>
238
+ <svg class="star" viewBox="0 0 24 24">
239
+ <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#2CC44E"/>
240
+ </svg>
241
+ <span>4.2 (125)</span>
242
+ </div>
243
+ <div class="title">Lake Washington Road Bike Loop</div>
244
+ <div class="sub">Colman Park</div>
245
+ <div class="sub">Length: 63.20 mi</div>
246
+ </div>
247
+ <div class="download">
248
+ <svg width="34" height="34" viewBox="0 0 24 24">
249
+ <path d="M12 4v8m0 0l-4-4m4 4l4-4M5 20h14" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Card 2 -->
256
+ <div class="card">
257
+ <div class="card-image">
258
+ [IMG: Trail photo - forest path with ferns]
259
+ <div class="bookmark">
260
+ <svg width="34" height="34" viewBox="0 0 24 24">
261
+ <path d="M6 3h12v18l-6-4-6 4z" fill="#FFFFFF" stroke="#2E5E2A" stroke-width="2"/>
262
+ </svg>
263
+ </div>
264
+ <div class="dots">
265
+ <div class="dot" style="opacity:0.9;"></div>
266
+ <div class="dot" style="opacity:0.6;"></div>
267
+ <div class="dot" style="opacity:0.6;"></div>
268
+ <div class="dot" style="opacity:0.6;"></div>
269
+ </div>
270
+ </div>
271
+ <div class="info">
272
+ <div class="text">
273
+ <div class="meta">
274
+ <span>Hard ·</span>
275
+ <svg class="star" viewBox="0 0 24 24">
276
+ <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#2CC44E"/>
277
+ </svg>
278
+ <span>4.3 (51)</span>
279
+ </div>
280
+ <div class="title">Cougar Mountain Loop</div>
281
+ <div class="sub">Cougar Mountain Regional Wildland Park</div>
282
+ <div class="sub">Length: 23.20 mi · Est. 12h 23m</div>
283
+ </div>
284
+ <div class="download">
285
+ <svg width="34" height="34" viewBox="0 0 24 24">
286
+ <path d="M12 4v8m0 0l-4-4m4 4l4-4M5 20h14" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Floating Action Button -->
293
+ <div class="fab">
294
+ <svg width="64" height="64" viewBox="0 0 24 24">
295
+ <path d="M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2V6zM9 6v12M15 8v12" fill="#FFFFFF" opacity="0.9"/>
296
+ </svg>
297
+ </div>
298
+
299
+ <!-- Bottom navigation -->
300
+ <div class="home-indicator"></div>
301
+ <div class="bottom-nav">
302
+ <div class="nav-item active">
303
+ <svg class="nav-icon" viewBox="0 0 24 24">
304
+ <circle cx="11" cy="11" r="8" stroke="#2E5E2A" stroke-width="2" fill="none"/>
305
+ <path d="M21 21l-4-4" stroke="#2E5E2A" stroke-width="2" fill="none" stroke-linecap="round"/>
306
+ </svg>
307
+ <div>Explore</div>
308
+ </div>
309
+ <div class="nav-item">
310
+ <svg class="nav-icon" viewBox="0 0 24 24">
311
+ <circle cx="8" cy="10" r="4" fill="#7B7F78"/>
312
+ <circle cx="16" cy="10" r="4" fill="#7B7F78"/>
313
+ <path d="M4 20c1-3 4-5 8-5s7 2 8 5" stroke="#7B7F78" stroke-width="2" fill="none"/>
314
+ </svg>
315
+ <div>Community</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <svg class="nav-icon" viewBox="0 0 24 24">
319
+ <path d="M4 12l8-8 8 8-8 8-8-8z" fill="#7B7F78"/>
320
+ </svg>
321
+ <div>Navigate</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <svg class="nav-icon" viewBox="0 0 24 24">
325
+ <path d="M6 3h12v18l-6-4-6 4z" fill="#7B7F78"/>
326
+ </svg>
327
+ <div>Saved</div>
328
+ </div>
329
+ <div class="nav-item">
330
+ <svg class="nav-icon" viewBox="0 0 24 24">
331
+ <circle cx="12" cy="8" r="4" fill="#7B7F78"/>
332
+ <path d="M4 22c2-5 6-7 8-7s6 2 8 7" fill="#7B7F78"/>
333
+ </svg>
334
+ <div>Profile</div>
335
+ </div>
336
+ </div>
337
+
338
+ </div>
339
+ </body>
340
+ </html>
code/10182/10182_2.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Find Trails UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", system-ui, -apple-system, Segoe UI, 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: 24px;
21
+ left: 48px;
22
+ right: 48px;
23
+ height: 72px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #2F3D2E;
28
+ font-size: 38px;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 20px;
39
+ }
40
+ .sb-icon {
41
+ width: 40px;
42
+ height: 28px;
43
+ border-radius: 6px;
44
+ background: #C6C6C6;
45
+ }
46
+ .status-right {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 26px;
50
+ }
51
+ .wifi, .battery {
52
+ display: inline-flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ }
56
+
57
+ /* Search bar */
58
+ .search-bar {
59
+ position: absolute;
60
+ top: 160px;
61
+ left: 60px;
62
+ width: 960px;
63
+ height: 120px;
64
+ border: 3px solid #2F3D2E;
65
+ border-radius: 60px;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 36px;
69
+ box-shadow: 0 2px 0 rgba(47,61,46,0.2);
70
+ background: #FFFFFF;
71
+ }
72
+ .search-icon {
73
+ margin-right: 24px;
74
+ }
75
+ .search-text {
76
+ font-size: 44px;
77
+ color: #2F3D2E;
78
+ opacity: 0.85;
79
+ }
80
+ .cursor {
81
+ width: 3px;
82
+ height: 52px;
83
+ background: #2F3D2E;
84
+ margin-left: 10px;
85
+ border-radius: 2px;
86
+ }
87
+
88
+ /* Content area */
89
+ .content {
90
+ position: absolute;
91
+ top: 340px;
92
+ left: 60px;
93
+ right: 60px;
94
+ color: #2F3D2E;
95
+ }
96
+
97
+ .row {
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 28px;
101
+ }
102
+ .icon-square {
103
+ width: 120px;
104
+ height: 120px;
105
+ border-radius: 24px;
106
+ background: #EDEDEB;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ }
111
+ .title-xl {
112
+ font-size: 48px;
113
+ font-weight: 600;
114
+ }
115
+
116
+ .section-title {
117
+ margin-top: 80px;
118
+ font-size: 40px;
119
+ color: #2F3D2E;
120
+ opacity: 0.85;
121
+ }
122
+
123
+ .list-item {
124
+ margin-top: 44px;
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 28px;
128
+ }
129
+ .city-block .city-name {
130
+ font-size: 52px;
131
+ color: #2F3D2E;
132
+ font-weight: 600;
133
+ line-height: 1.1;
134
+ }
135
+ .city-block .city-sub {
136
+ margin-top: 8px;
137
+ font-size: 36px;
138
+ color: #6E766E;
139
+ }
140
+
141
+ /* Keyboard */
142
+ .keyboard {
143
+ position: absolute;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 110px;
147
+ width: 100%;
148
+ height: 900px;
149
+ background: #F2ECF7;
150
+ border-top-left-radius: 24px;
151
+ border-top-right-radius: 24px;
152
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.06) inset;
153
+ padding: 28px 28px 20px;
154
+ }
155
+ .kb-row {
156
+ display: grid;
157
+ grid-gap: 18px;
158
+ margin-bottom: 22px;
159
+ }
160
+ .kb-row.row1 { grid-template-columns: repeat(10, 1fr); }
161
+ .kb-row.row2 { grid-template-columns: repeat(9, 1fr); }
162
+ .kb-row.row3 { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
163
+ .kb-row.row4 { grid-template-columns: 1.3fr 0.9fr 1fr 5fr 0.9fr 1.3fr; }
164
+
165
+ .key {
166
+ background: #FFFFFF;
167
+ color: #2F3D2E;
168
+ border-radius: 18px;
169
+ height: 112px;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ font-size: 44px;
174
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
175
+ }
176
+ .key.pill {
177
+ background: #D9D2F3;
178
+ font-weight: 600;
179
+ }
180
+ .key.icon {
181
+ background: #FFFFFF;
182
+ }
183
+ .space {
184
+ justify-content: center;
185
+ color: #6E766E;
186
+ font-size: 40px;
187
+ }
188
+
189
+ /* Home indicator */
190
+ .home-indicator {
191
+ position: absolute;
192
+ bottom: 24px;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ width: 236px;
196
+ height: 10px;
197
+ background: #BDBDBD;
198
+ border-radius: 8px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status Bar -->
206
+ <div class="status-bar">
207
+ <div class="status-left">
208
+ <div>8:21</div>
209
+ <div class="status-icons">
210
+ <div class="sb-icon"></div>
211
+ <div class="sb-icon" style="width:52px;"></div>
212
+ </div>
213
+ </div>
214
+ <div class="status-right">
215
+ <!-- Simple WiFi icon -->
216
+ <svg class="wifi" width="48" height="36" viewBox="0 0 48 36">
217
+ <path d="M4 10c9-8 31-8 40 0M12 18c6-6 18-6 24 0M20 26c3-3 9-3 12 0" fill="none" stroke="#2F3D2E" stroke-width="3" stroke-linecap="round"/>
218
+ <circle cx="26" cy="30" r="2.6" fill="#2F3D2E"/>
219
+ </svg>
220
+ <!-- Battery icon -->
221
+ <svg class="battery" width="48" height="24" viewBox="0 0 48 24">
222
+ <rect x="2" y="4" width="38" height="16" rx="3" ry="3" stroke="#2F3D2E" stroke-width="3" fill="none"/>
223
+ <rect x="42" y="8" width="4" height="8" fill="#2F3D2E"/>
224
+ <rect x="6" y="8" width="28" height="8" fill="#2F3D2E"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Search Bar -->
230
+ <div class="search-bar">
231
+ <div class="search-icon">
232
+ <svg width="56" height="56" viewBox="0 0 48 48">
233
+ <path d="M30 10 L18 24 L30 38" fill="none" stroke="#2F3D2E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
234
+ <line x1="18" y1="24" x2="42" y2="24" stroke="#2F3D2E" stroke-width="4" stroke-linecap="round"/>
235
+ </svg>
236
+ </div>
237
+ <div class="search-text">Find trails</div>
238
+ <div class="cursor"></div>
239
+ </div>
240
+
241
+ <!-- Content -->
242
+ <div class="content">
243
+ <div class="row">
244
+ <div class="icon-square">
245
+ <!-- Nearby (paper plane) icon -->
246
+ <svg width="64" height="64" viewBox="0 0 64 64">
247
+ <path d="M10 30 L54 12 L42 52 L30 36 L18 44 Z" fill="none" stroke="#2F3D2E" stroke-width="3" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+ <div class="title-xl">Nearby</div>
251
+ </div>
252
+
253
+ <div class="section-title">Recent searches</div>
254
+
255
+ <!-- Seattle -->
256
+ <div class="list-item">
257
+ <div class="icon-square">
258
+ <!-- Flag icon -->
259
+ <svg width="64" height="64" viewBox="0 0 64 64">
260
+ <path d="M18 12 V52" stroke="#2F3D2E" stroke-width="3" stroke-linecap="round"/>
261
+ <path d="M20 14 H44 L38 24 H20 Z" fill="none" stroke="#2F3D2E" stroke-width="3" stroke-linejoin="round"/>
262
+ </svg>
263
+ </div>
264
+ <div class="city-block">
265
+ <div class="city-name">Seattle</div>
266
+ <div class="city-sub">Washington, United States</div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Detroit -->
271
+ <div class="list-item">
272
+ <div class="icon-square">
273
+ <!-- Flag icon -->
274
+ <svg width="64" height="64" viewBox="0 0 64 64">
275
+ <path d="M18 12 V52" stroke="#2F3D2E" stroke-width="3" stroke-linecap="round"/>
276
+ <path d="M20 14 H44 L38 24 H20 Z" fill="none" stroke="#2F3D2E" stroke-width="3" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+ <div class="city-block">
280
+ <div class="city-name">Detroit</div>
281
+ <div class="city-sub">Michigan, United States</div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Keyboard -->
287
+ <div class="keyboard">
288
+ <div class="kb-row row1">
289
+ <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>
290
+ </div>
291
+ <div class="kb-row row2">
292
+ <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>
293
+ </div>
294
+ <div class="kb-row row3">
295
+ <div class="key pill">
296
+ <!-- Shift icon -->
297
+ <svg width="40" height="40" viewBox="0 0 48 48">
298
+ <path d="M24 8 L40 24 H30 V40 H18 V24 H8 Z" fill="none" stroke="#2F3D2E" stroke-width="3" stroke-linejoin="round"/>
299
+ </svg>
300
+ </div>
301
+ <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>
302
+ <div class="key pill">
303
+ <!-- Backspace icon -->
304
+ <svg width="40" height="40" viewBox="0 0 48 48">
305
+ <path d="M14 12 L6 24 L14 36 H40 V12 Z" fill="none" stroke="#2F3D2E" stroke-width="3"/>
306
+ <path d="M22 18 L32 28 M32 18 L22 28" stroke="#2F3D2E" stroke-width="3" stroke-linecap="round"/>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+ <div class="kb-row row4">
311
+ <div class="key pill">?123</div>
312
+ <div class="key">,</div>
313
+ <div class="key icon">
314
+ <!-- Emoji -->
315
+ <svg width="40" height="40" viewBox="0 0 48 48">
316
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#2F3D2E" stroke-width="3"/>
317
+ <circle cx="18" cy="20" r="2.2" fill="#2F3D2E"/>
318
+ <circle cx="30" cy="20" r="2.2" fill="#2F3D2E"/>
319
+ <path d="M16 28 C20 32 28 32 32 28" stroke="#2F3D2E" stroke-width="3" fill="none" stroke-linecap="round"/>
320
+ </svg>
321
+ </div>
322
+ <div class="key space">space</div>
323
+ <div class="key">.</div>
324
+ <div class="key pill">
325
+ <!-- Search key -->
326
+ <svg width="40" height="40" viewBox="0 0 48 48">
327
+ <circle cx="20" cy="20" r="10" fill="none" stroke="#2F3D2E" stroke-width="3"/>
328
+ <line x1="30" y1="30" x2="40" y2="40" stroke="#2F3D2E" stroke-width="3" stroke-linecap="round"/>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Home indicator -->
335
+ <div class="home-indicator"></div>
336
+ </div>
337
+ </body>
338
+ </html>
code/10182/10182_3.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Locations UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FAFAF7;
12
+ border-radius: 36px;
13
+ box-shadow: 0 2px 12px rgba(0,0,0,0.08);
14
+ color: #243425;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 120px; padding: 0 32px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ color: #2c2c2c; font-weight: 600; font-size: 42px;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 18px; }
25
+ .status-right { display: flex; align-items: center; gap: 22px; }
26
+ .status-icon svg { width: 52px; height: 52px; }
27
+
28
+ /* Search bar */
29
+ .search-wrap {
30
+ position: absolute; top: 150px; left: 36px; right: 36px;
31
+ }
32
+ .search-bar {
33
+ height: 120px; border: 2.5px solid #2E3F2C; border-radius: 60px;
34
+ background: #FFFFFF; display: flex; align-items: center;
35
+ padding: 0 28px; gap: 22px;
36
+ box-shadow: 0 2px 8px rgba(0,0,0,0.05);
37
+ }
38
+ .icon-btn { width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center; }
39
+ .icon-btn svg { width: 44px; height: 44px; }
40
+ .search-text {
41
+ flex: 1; font-size: 48px; color: #243425; letter-spacing: 1px;
42
+ display: flex; align-items: center;
43
+ }
44
+ .caret {
45
+ width: 3px; height: 52px; background: #243425; margin-left: 3px; border-radius: 2px;
46
+ }
47
+ .clear-btn svg { width: 42px; height: 42px; }
48
+
49
+ /* Results list */
50
+ .results {
51
+ position: absolute; top: 300px; left: 0; right: 0; bottom: 900px;
52
+ overflow: hidden;
53
+ }
54
+ .result-item {
55
+ display: flex; align-items: center;
56
+ padding: 28px 36px; gap: 28px;
57
+ }
58
+ .flag-box {
59
+ width: 120px; height: 120px; border-radius: 26px;
60
+ background: #ECEDE7; display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .flag-box svg { width: 60px; height: 60px; }
63
+ .result-text { display: flex; flex-direction: column; }
64
+ .city { font-size: 52px; font-weight: 700; color: #253424; }
65
+ .country { font-size: 36px; color: #6B7568; margin-top: 10px; }
66
+
67
+ /* Keyboard */
68
+ .keyboard {
69
+ position: absolute; left: 0; right: 0; bottom: 80px;
70
+ height: 900px; background: #EFE9F5; border-top-left-radius: 26px; border-top-right-radius: 26px;
71
+ box-shadow: 0 -4px 10px rgba(0,0,0,0.06);
72
+ padding: 22px 24px;
73
+ }
74
+ .kb-top {
75
+ height: 120px; display: flex; align-items: center; gap: 36px; padding: 0 8px;
76
+ }
77
+ .kb-icon {
78
+ width: 120px; height: 88px; border-radius: 22px; background: #FFFFFF; display: flex; align-items: center; justify-content: center;
79
+ color: #444; font-weight: 600; box-shadow: 0 1px 3px rgba(0,0,0,0.06);
80
+ }
81
+ .kb-icon svg { width: 42px; height: 42px; }
82
+
83
+ .kb-row { display: flex; justify-content: space-between; margin-top: 24px; padding: 0 6px; }
84
+ .key {
85
+ background: #FFFFFF; border-radius: 22px; height: 110px; width: 92px;
86
+ display: flex; align-items: center; justify-content: center;
87
+ font-size: 44px; color: #333; box-shadow: 0 1px 3px rgba(0,0,0,0.08);
88
+ }
89
+ .key.small { width: 140px; }
90
+ .key.large { width: 520px; }
91
+ .key.action { background: #DCD8F3; color: #2E2E5F; font-weight: 700; }
92
+ .kb-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding: 0 6px; }
93
+ .gesture-bar {
94
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
95
+ width: 300px; height: 10px; background: #C9C9C9; border-radius: 6px;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div class="status-left">
105
+ <div>8:22</div>
106
+ <div class="status-icon" title="record">
107
+ <svg viewBox="0 0 24 24" fill="#555"><rect x="4" y="6" width="16" height="12" rx="2"></rect><path d="M9 9h6v6H9z" fill="#777"></path></svg>
108
+ </div>
109
+ <div class="status-icon" title="cast">
110
+ <svg viewBox="0 0 24 24" fill="#555"><rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#555" stroke-width="2"></rect><path d="M4 18c3 0 5 2 5 4" stroke="#555" stroke-width="2" fill="none"></path></svg>
111
+ </div>
112
+ </div>
113
+ <div class="status-right">
114
+ <div class="status-icon" title="wifi">
115
+ <svg viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2">
116
+ <path d="M2 8c5-5 15-5 20 0"></path>
117
+ <path d="M5 12c3-3 11-3 14 0"></path>
118
+ <path d="M8 16c2-2 6-2 8 0"></path>
119
+ <circle cx="12" cy="19" r="1.8" fill="#555"></circle>
120
+ </svg>
121
+ </div>
122
+ <div class="status-icon" title="battery">
123
+ <svg viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2">
124
+ <rect x="3" y="6" width="16" height="12" rx="2"></rect>
125
+ <rect x="5" y="8" width="12" height="8" fill="#777"></rect>
126
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#555"></rect>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Search bar -->
133
+ <div class="search-wrap">
134
+ <div class="search-bar">
135
+ <div class="icon-btn">
136
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
137
+ <path d="M15 18l-6-6 6-6"></path>
138
+ </svg>
139
+ </div>
140
+ <div class="search-text">
141
+ 98102
142
+ <div class="caret"></div>
143
+ </div>
144
+ <div class="icon-btn clear-btn">
145
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2.2" stroke-linecap="round">
146
+ <path d="M6 6l12 12M18 6L6 18"></path>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Results list -->
153
+ <div class="results">
154
+ <div class="result-item">
155
+ <div class="flag-box">
156
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
157
+ <path d="M6 3v18"></path>
158
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
159
+ </svg>
160
+ </div>
161
+ <div class="result-text">
162
+ <div class="city">Seattle</div>
163
+ <div class="country">Washington, United States</div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="result-item">
168
+ <div class="flag-box">
169
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
170
+ <path d="M6 3v18"></path>
171
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="result-text">
175
+ <div class="city">Issaquah</div>
176
+ <div class="country">Washington, United States</div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="result-item">
181
+ <div class="flag-box">
182
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
183
+ <path d="M6 3v18"></path>
184
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="result-text">
188
+ <div class="city">Mount Wilson</div>
189
+ <div class="country">California, United States</div>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="result-item">
194
+ <div class="flag-box">
195
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
196
+ <path d="M6 3v18"></path>
197
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
198
+ </svg>
199
+ </div>
200
+ <div class="result-text">
201
+ <div class="city">Sierra Madre</div>
202
+ <div class="country">California, United States</div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="result-item">
207
+ <div class="flag-box">
208
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
209
+ <path d="M6 3v18"></path>
210
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
211
+ </svg>
212
+ </div>
213
+ <div class="result-text">
214
+ <div class="city">Enumclaw</div>
215
+ <div class="country">Washington, United States</div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="result-item">
220
+ <div class="flag-box">
221
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2E3F2C" stroke-width="2">
222
+ <path d="M6 3v18"></path>
223
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
224
+ </svg>
225
+ </div>
226
+ <div class="result-text">
227
+ <div class="city">Kenmore</div>
228
+ <div class="country">Washington, United States</div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Keyboard -->
234
+ <div class="keyboard">
235
+ <div class="kb-top">
236
+ <div class="kb-icon">
237
+ <svg viewBox="0 0 24 24" fill="#777"><rect x="3" y="3" width="6" height="6"></rect><rect x="15" y="3" width="6" height="6"></rect><rect x="3" y="15" width="6" height="6"></rect><rect x="15" y="15" width="6" height="6"></rect></svg>
238
+ </div>
239
+ <div class="kb-icon">😊</div>
240
+ <div class="kb-icon">GIF</div>
241
+ <div class="kb-icon">
242
+ <svg viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
243
+ <circle cx="12" cy="12" r="8"></circle>
244
+ <path d="M12 8v4l3 3"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="kb-icon">Gx</div>
248
+ <div class="kb-icon">
249
+ <svg viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
250
+ <path d="M4 20l4-12 12-4-4 12z"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="kb-icon">
254
+ <svg viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round">
255
+ <path d="M5 11c0-4 6-4 6 0v4"></path>
256
+ <path d="M13 17h6"></path>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="kb-row">
262
+ <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>
263
+ </div>
264
+ <div class="kb-row">
265
+ <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>
266
+ </div>
267
+ <div class="kb-row">
268
+ <div class="key small">⇧</div>
269
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
270
+ <div class="key small">
271
+ <svg viewBox="0 0 24 24" width="42" height="42">
272
+ <path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" fill="none"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="kb-bottom">
277
+ <div class="key small">?123</div>
278
+ <div class="key">,</div>
279
+ <div class="key">😊</div>
280
+ <div class="key large"></div>
281
+ <div class="key">.</div>
282
+ <div class="key action">
283
+ <svg viewBox="0 0 24 24">
284
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#2E2E5F" stroke-width="2"></circle>
285
+ <path d="M20 20l-4-4" stroke="#2E2E5F" stroke-width="2" stroke-linecap="round"></path>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <div class="gesture-bar"></div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
code/10182/10182_4.html ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Seattle Trails UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
13
+ color: #1f2a1f;
14
+ }
15
+ #render-target {
16
+ position: relative;
17
+ overflow: hidden;
18
+ width: 1080px;
19
+ height: 2400px;
20
+ background: #FFFFFF;
21
+ border-radius: 0;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 120px;
31
+ padding: 0 40px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #4a4a4a;
36
+ font-weight: 600;
37
+ font-size: 40px;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 30px;
43
+ }
44
+ .status-icon {
45
+ width: 36px;
46
+ height: 36px;
47
+ }
48
+
49
+ /* Search bar */
50
+ .search-wrap {
51
+ position: absolute;
52
+ top: 128px;
53
+ left: 40px;
54
+ width: 1000px;
55
+ height: 120px;
56
+ background: #FFFFFF;
57
+ border-radius: 60px;
58
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 28px;
62
+ gap: 24px;
63
+ }
64
+ .search-left {
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 24px;
68
+ flex: 1;
69
+ }
70
+ .search-text {
71
+ font-size: 46px;
72
+ font-weight: 600;
73
+ color: #2e332e;
74
+ }
75
+ .search-right {
76
+ width: 92px;
77
+ height: 92px;
78
+ border-radius: 46px;
79
+ background: #F4F4F2;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+
85
+ /* Filter chips row */
86
+ .filters {
87
+ position: absolute;
88
+ top: 272px;
89
+ left: 40px;
90
+ right: 40px;
91
+ display: flex;
92
+ gap: 24px;
93
+ overflow: hidden;
94
+ }
95
+ .chip {
96
+ height: 96px;
97
+ padding: 0 36px;
98
+ background: #EFEFEA;
99
+ border-radius: 48px;
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 20px;
103
+ color: #2f3a2f;
104
+ font-size: 36px;
105
+ font-weight: 600;
106
+ white-space: nowrap;
107
+ }
108
+ .badge-round {
109
+ width: 56px;
110
+ height: 56px;
111
+ border-radius: 28px;
112
+ background: #2D7BFF;
113
+ color: #fff;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ font-weight: 700;
118
+ font-size: 36px;
119
+ line-height: 0;
120
+ }
121
+ .chip .chev {
122
+ margin-left: 4px;
123
+ }
124
+
125
+ /* Map placeholder */
126
+ .map-area {
127
+ position: absolute;
128
+ top: 380px;
129
+ left: 0;
130
+ width: 1080px;
131
+ height: 980px;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ }
136
+ .map-placeholder {
137
+ width: 1080px;
138
+ height: 980px;
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ color: #757575;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ font-size: 38px;
146
+ font-weight: 600;
147
+ }
148
+
149
+ /* Floating 3D control */
150
+ .control-3d {
151
+ position: absolute;
152
+ top: 620px;
153
+ right: 40px;
154
+ width: 150px;
155
+ height: 280px;
156
+ background: #FFFFFF;
157
+ border-radius: 76px;
158
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
159
+ display: flex;
160
+ flex-direction: column;
161
+ align-items: center;
162
+ justify-content: center;
163
+ gap: 24px;
164
+ }
165
+ .control-3d .label {
166
+ color: #2D7BFF;
167
+ font-size: 48px;
168
+ font-weight: 700;
169
+ }
170
+
171
+ /* Bottom sheet */
172
+ .sheet {
173
+ position: absolute;
174
+ top: 1360px;
175
+ left: 0;
176
+ width: 1080px;
177
+ height: 760px;
178
+ background: #FFFFFF;
179
+ border-top-left-radius: 40px;
180
+ border-top-right-radius: 40px;
181
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
182
+ }
183
+ .sheet-handle {
184
+ width: 140px;
185
+ height: 14px;
186
+ border-radius: 7px;
187
+ background: #DADADA;
188
+ margin: 20px auto 24px auto;
189
+ }
190
+ .sheet-title {
191
+ text-align: center;
192
+ font-size: 48px;
193
+ font-weight: 800;
194
+ color: #2e332e;
195
+ }
196
+ .trail-card {
197
+ position: relative;
198
+ margin: 40px;
199
+ width: 1000px;
200
+ height: 520px;
201
+ border-radius: 36px;
202
+ overflow: hidden;
203
+ background: #FFFFFF;
204
+ }
205
+ .trail-image {
206
+ width: 100%;
207
+ height: 100%;
208
+ background: #E0E0E0;
209
+ border: 1px solid #BDBDBD;
210
+ color: #757575;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: center;
214
+ font-size: 36px;
215
+ font-weight: 600;
216
+ }
217
+ .bookmark {
218
+ position: absolute;
219
+ top: 28px;
220
+ right: 28px;
221
+ width: 72px;
222
+ height: 72px;
223
+ border-radius: 36px;
224
+ background: rgba(255,255,255,0.9);
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: center;
228
+ box-shadow: 0 4px 12px rgba(0,0,0,0.12);
229
+ }
230
+
231
+ /* Bottom navigation */
232
+ .bottom-nav {
233
+ position: absolute;
234
+ bottom: 0;
235
+ left: 0;
236
+ width: 1080px;
237
+ height: 240px;
238
+ background: #FFFFFF;
239
+ border-top: 1px solid #E5E5E5;
240
+ display: flex;
241
+ align-items: center;
242
+ justify-content: space-around;
243
+ padding-bottom: 20px;
244
+ }
245
+ .nav-item {
246
+ display: flex;
247
+ flex-direction: column;
248
+ align-items: center;
249
+ gap: 16px;
250
+ color: #6b6f6b;
251
+ font-size: 32px;
252
+ font-weight: 600;
253
+ }
254
+ .nav-item.active {
255
+ color: #1f2a1f;
256
+ font-weight: 800;
257
+ }
258
+ .nav-icon {
259
+ width: 56px;
260
+ height: 56px;
261
+ }
262
+
263
+ /* Gesture bar */
264
+ .gesture-bar {
265
+ position: absolute;
266
+ bottom: 250px;
267
+ left: 50%;
268
+ transform: translateX(-50%);
269
+ width: 300px;
270
+ height: 14px;
271
+ background: #CFCFCF;
272
+ border-radius: 8px;
273
+ }
274
+ </style>
275
+ </head>
276
+ <body>
277
+ <div id="render-target">
278
+
279
+ <!-- Status bar -->
280
+ <div class="status-bar">
281
+ <div>8:24</div>
282
+ <div class="status-icons">
283
+ <!-- Small mic/camera-like icons to mimic top-right indicators -->
284
+ <svg class="status-icon" viewBox="0 0 24 24">
285
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#787878"></rect>
286
+ <rect x="14" y="9" width="6" height="6" rx="1" fill="#9A9A9A"></rect>
287
+ </svg>
288
+ <svg class="status-icon" viewBox="0 0 24 24">
289
+ <path d="M3 10c3-4 15-4 18 0" stroke="#787878" stroke-width="2" fill="none" stroke-linecap="round"></path>
290
+ <path d="M5 14c2-3 12-3 14 0" stroke="#787878" stroke-width="2" fill="none" stroke-linecap="round"></path>
291
+ </svg>
292
+ <svg class="status-icon" viewBox="0 0 24 24">
293
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#787878" stroke-width="2" fill="none"></rect>
294
+ <rect x="5" y="8" width="10" height="8" rx="1" fill="#787878"></rect>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Search bar -->
300
+ <div class="search-wrap">
301
+ <div class="search-left">
302
+ <!-- Back arrow -->
303
+ <svg width="56" height="56" viewBox="0 0 24 24">
304
+ <path d="M15 18l-6-6 6-6" stroke="#2f3a2f" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
305
+ </svg>
306
+ <div class="search-text">Seattle</div>
307
+ </div>
308
+ <div class="search-right" aria-label="filters">
309
+ <!-- Tune / sliders icon -->
310
+ <svg width="48" height="48" viewBox="0 0 24 24">
311
+ <path d="M6 8h12M6 16h12" stroke="#2f3a2f" stroke-width="2" stroke-linecap="round"></path>
312
+ <circle cx="9" cy="8" r="2" fill="#2f3a2f"></circle>
313
+ <circle cx="15" cy="16" r="2" fill="#2f3a2f"></circle>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Filter chips -->
319
+ <div class="filters">
320
+ <div class="chip">
321
+ <div class="badge-round">+</div>
322
+ <span>Distance away</span>
323
+ <svg class="chev" width="36" height="36" viewBox="0 0 24 24">
324
+ <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
325
+ </svg>
326
+ </div>
327
+ <div class="chip">
328
+ <span>Activity</span>
329
+ <svg class="chev" width="36" height="36" viewBox="0 0 24 24">
330
+ <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
331
+ </svg>
332
+ </div>
333
+ <div class="chip">
334
+ <span>Difficulty</span>
335
+ <svg class="chev" width="36" height="36" viewBox="0 0 24 24">
336
+ <path d="M6 9l6 6 6-6" stroke="#3b463b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Map area -->
342
+ <div class="map-area">
343
+ <div class="map-placeholder">[IMG: Map of Seattle with green trail markers]</div>
344
+ </div>
345
+
346
+ <!-- Floating 3D control -->
347
+ <div class="control-3d">
348
+ <!-- Layers/stack icon -->
349
+ <svg width="72" height="72" viewBox="0 0 24 24">
350
+ <path d="M12 3l8 4-8 4-8-4 8-4z" fill="#2f3a2f"></path>
351
+ <path d="M4 12l8 4 8-4" stroke="#2f3a2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
352
+ <path d="M4 16l8 4 8-4" stroke="#2f3a2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
353
+ </svg>
354
+ <div class="label">3D</div>
355
+ </div>
356
+
357
+ <!-- Bottom sheet -->
358
+ <div class="sheet">
359
+ <div class="sheet-handle"></div>
360
+ <div class="sheet-title">253 trails</div>
361
+
362
+ <div class="trail-card">
363
+ <div class="trail-image">[IMG: Trail photo with Puget Sound view]</div>
364
+ <div class="bookmark">
365
+ <svg width="40" height="40" viewBox="0 0 24 24">
366
+ <path d="M6 4h12v16l-6-4-6 4V4z" stroke="#2f3a2f" stroke-width="2.2" fill="none" stroke-linejoin="round"></path>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Gesture bar -->
373
+ <div class="gesture-bar"></div>
374
+
375
+ <!-- Bottom navigation -->
376
+ <div class="bottom-nav">
377
+ <div class="nav-item active">
378
+ <svg class="nav-icon" viewBox="0 0 24 24">
379
+ <circle cx="11" cy="11" r="8" stroke="#1f2a1f" stroke-width="2" fill="none"></circle>
380
+ <path d="M15 15l4 4" stroke="#1f2a1f" stroke-width="2" stroke-linecap="round"></path>
381
+ </svg>
382
+ <div>Explore</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <svg class="nav-icon" viewBox="0 0 24 24">
386
+ <circle cx="8" cy="10" r="3" fill="#6b6f6b"></circle>
387
+ <circle cx="16" cy="10" r="3" fill="#6b6f6b"></circle>
388
+ <path d="M4 18c1.5-4 9.5-4 12 0" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linecap="round"></path>
389
+ </svg>
390
+ <div>Community</div>
391
+ </div>
392
+ <div class="nav-item">
393
+ <svg class="nav-icon" viewBox="0 0 24 24">
394
+ <path d="M4 20l8-16 8 16-8-4-8 4z" fill="#6b6f6b"></path>
395
+ </svg>
396
+ <div>Navigate</div>
397
+ </div>
398
+ <div class="nav-item">
399
+ <svg class="nav-icon" viewBox="0 0 24 24">
400
+ <path d="M6 4h12v16l-6-4-6 4V4z" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linejoin="round"></path>
401
+ </svg>
402
+ <div>Saved</div>
403
+ </div>
404
+ <div class="nav-item">
405
+ <svg class="nav-icon" viewBox="0 0 24 24">
406
+ <circle cx="12" cy="8" r="4" fill="#6b6f6b"></circle>
407
+ <path d="M4 20c2-6 12-6 16 0" stroke="#6b6f6b" stroke-width="2" fill="none" stroke-linecap="round"></path>
408
+ </svg>
409
+ <div>Profile</div>
410
+ </div>
411
+ </div>
412
+
413
+ </div>
414
+ </body>
415
+ </html>
code/10182/10182_5.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter UI</title>
7
+ <style>
8
+ :root{
9
+ --bg:#ffffff;
10
+ --text:#1a1a1a;
11
+ --muted:#6f6f6f;
12
+ --green:#234B1B;
13
+ --green-2:#295a20;
14
+ --border:#d8d8d3;
15
+ --divider:#e6e6e1;
16
+ --blue:#3B82F6;
17
+ }
18
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; color:var(--text); }
19
+ #render-target{
20
+ width:1080px; height:2400px;
21
+ position:relative; overflow:hidden;
22
+ background:var(--bg);
23
+ }
24
+ /* Status bar */
25
+ .status{
26
+ height:90px; padding:0 36px;
27
+ display:flex; align-items:center; justify-content:space-between;
28
+ color:#3c3c3c; font-size:40px; letter-spacing:0.5px;
29
+ }
30
+ .status .icons{ display:flex; gap:28px; align-items:center; }
31
+ .status svg{ width:40px; height:40px; }
32
+ /* Header */
33
+ .header{
34
+ height:140px; display:flex; align-items:center;
35
+ padding:0 36px;
36
+ }
37
+ .back{
38
+ width:64px; height:64px; margin-right:24px;
39
+ display:flex; align-items:center; justify-content:center;
40
+ }
41
+ .header .title{
42
+ font-size:60px; font-weight:600; color:var(--green);
43
+ }
44
+ /* Content */
45
+ .content{ padding:24px 48px 360px 48px; }
46
+ .section-title{
47
+ font-size:54px; font-weight:700; color:var(--green); margin:28px 0 24px;
48
+ }
49
+ .row{
50
+ height:140px; display:flex; align-items:center; justify-content:space-between;
51
+ border-radius:12px;
52
+ }
53
+ .row .label{ font-size:48px; }
54
+ .radio{
55
+ width:84px; height:84px; border-radius:50%;
56
+ border:10px solid var(--border); position:relative;
57
+ box-sizing:border-box;
58
+ }
59
+ .radio.selected{ border-color:var(--border); }
60
+ .radio.selected::after{
61
+ content:""; position:absolute; left:50%; top:50%;
62
+ width:32px; height:32px; border-radius:50%;
63
+ background:var(--green); transform:translate(-50%,-50%);
64
+ }
65
+ .divider{ height:2px; background:var(--divider); margin:20px 0 32px; }
66
+ /* Distance away */
67
+ .distance-head{ display:flex; align-items:center; gap:18px; }
68
+ .distance-sub{ color:var(--muted); font-size:40px; margin-top:8px; }
69
+ .range-labels{ display:flex; justify-content:space-between; align-items:center; margin-top:32px; font-size:42px; }
70
+ .slider-wrap{ position:relative; height:84px; margin-top:16px; }
71
+ .slider-track{
72
+ position:absolute; left:0; right:0; top:30px;
73
+ height:16px; background:var(--green-2); border-radius:12px;
74
+ }
75
+ .tick{ position:absolute; top:22px; width:10px; height:10px; background:#eaeaea; border-radius:50%; }
76
+ .knob{
77
+ position:absolute; right:-6px; top:12px; width:72px; height:72px;
78
+ background:#fff; border:6px solid var(--border); border-radius:50%;
79
+ box-shadow:0 2px 4px rgba(0,0,0,0.08);
80
+ }
81
+ /* Activity */
82
+ .activity .row .label{ font-size:48px; }
83
+ /* Bottom sheet */
84
+ .sheet{
85
+ position:absolute; left:0; right:0; bottom:0; height:300px;
86
+ background:#fff; border-top-left-radius:40px; border-top-right-radius:40px;
87
+ box-shadow:0 -8px 24px rgba(0,0,0,0.08);
88
+ padding:40px 48px;
89
+ }
90
+ .sheet-inner{
91
+ display:flex; align-items:center; justify-content:space-between;
92
+ }
93
+ .clear-link{
94
+ font-size:44px; color:var(--green); font-weight:600;
95
+ }
96
+ .cta{
97
+ background:var(--green); color:#fff; font-size:44px; font-weight:700;
98
+ padding:34px 64px; border-radius:80px;
99
+ box-shadow:0 6px 0 rgba(0,0,0,0.02); letter-spacing:0.3px;
100
+ }
101
+ .gesture-bar{
102
+ position:absolute; left:50%; transform:translateX(-50%);
103
+ bottom:24px; width:380px; height:14px; background:#bfbfbf; border-radius:10px;
104
+ }
105
+ /* Icon styles */
106
+ .hex{ width:56px; height:56px; }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <!-- Status bar -->
112
+ <div class="status">
113
+ <div class="time">8:24</div>
114
+ <div class="icons">
115
+ <!-- simple wifi icon -->
116
+ <svg viewBox="0 0 24 24">
117
+ <path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z" fill="#555"/>
118
+ <path d="M2 8c5.5-5.3 14.5-5.3 20 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
119
+ <path d="M5 11c3.9-3.6 10.1-3.6 14 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
120
+ <path d="M8 14c2.5-2.4 6.5-2.4 9 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
121
+ </svg>
122
+ <!-- battery -->
123
+ <svg viewBox="0 0 28 16">
124
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
125
+ <rect x="3" y="5" width="18" height="6" rx="1" ry="1" fill="#555"/>
126
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#555"/>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Header -->
132
+ <div class="header">
133
+ <div class="back">
134
+ <svg viewBox="0 0 24 24">
135
+ <path d="M15.5 4.5L7 12l8.5 7.5" fill="none" stroke="#234B1B" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
136
+ </svg>
137
+ </div>
138
+ <div class="title">Filter</div>
139
+ </div>
140
+
141
+ <!-- Content -->
142
+ <div class="content">
143
+ <div class="section-title">Sort</div>
144
+
145
+ <div class="row">
146
+ <div class="label">Best match</div>
147
+ <div class="radio selected"></div>
148
+ </div>
149
+ <div class="row">
150
+ <div class="label">Most popular</div>
151
+ <div class="radio"></div>
152
+ </div>
153
+ <div class="row">
154
+ <div class="label">Closest</div>
155
+ <div class="radio"></div>
156
+ </div>
157
+ <div class="row">
158
+ <div class="label">Newly added</div>
159
+ <div class="radio"></div>
160
+ </div>
161
+
162
+ <div class="divider"></div>
163
+
164
+ <!-- Distance away section -->
165
+ <div class="distance">
166
+ <div class="distance-head">
167
+ <svg class="hex" viewBox="0 0 24 24">
168
+ <path d="M6 3l12 0 4 9-4 9-12 0-4-9 4-9z" fill="#E6F0FF" stroke="#3B82F6" stroke-width="1.5"/>
169
+ <rect x="10.5" y="7.5" width="3" height="9" fill="#3B82F6"/>
170
+ <rect x="7.5" y="10.5" width="9" height="3" fill="#3B82F6"/>
171
+ </svg>
172
+ <div class="section-title" style="margin:0;">Distance away</div>
173
+ </div>
174
+ <div class="distance-sub">See trails based on your current location</div>
175
+
176
+ <div class="range-labels">
177
+ <div>0 mi</div>
178
+ <div>Any</div>
179
+ </div>
180
+ <div class="slider-wrap">
181
+ <div class="slider-track"></div>
182
+ <div class="tick" style="left:40px;"></div>
183
+ <div class="tick" style="left:200px;"></div>
184
+ <div class="tick" style="left:360px;"></div>
185
+ <div class="tick" style="left:520px;"></div>
186
+ <div class="tick" style="left:680px;"></div>
187
+ <div class="tick" style="left:840px;"></div>
188
+ <div class="knob"></div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="divider" style="margin-top:40px;"></div>
193
+
194
+ <!-- Activity section -->
195
+ <div class="activity">
196
+ <div class="section-title">Activity</div>
197
+
198
+ <div class="row">
199
+ <div class="label">Hiking</div>
200
+ <div class="radio"></div>
201
+ </div>
202
+ <div class="row">
203
+ <div class="label">Mountain biking</div>
204
+ <div class="radio"></div>
205
+ </div>
206
+ <div class="row">
207
+ <div class="label">Running</div>
208
+ <div class="radio"></div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Bottom sheet -->
214
+ <div class="sheet">
215
+ <div class="sheet-inner">
216
+ <div class="clear-link">Clear</div>
217
+ <div class="cta">See 253 trails</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="gesture-bar"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/10182/10182_6.html ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter UI</title>
7
+ <style>
8
+ :root {
9
+ --green: #234E1E;
10
+ --green-700: #1D4017;
11
+ --text: #222222;
12
+ --muted: #6D6D6D;
13
+ --divider: #E5E5E5;
14
+ --radio: #CFCFCF;
15
+ --bg: #FFFFFF;
16
+ --blue: #3E7BFF;
17
+ }
18
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--text); }
19
+ #render-target {
20
+ width: 1080px;
21
+ height: 2400px;
22
+ position: relative;
23
+ overflow: hidden;
24
+ background: var(--bg);
25
+ border-radius: 24px;
26
+ box-shadow: 0 18px 40px rgba(0,0,0,0.15);
27
+ }
28
+
29
+ /* Status bar */
30
+ .status-bar {
31
+ height: 120px;
32
+ padding: 0 48px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ color: #222;
37
+ font-weight: 600;
38
+ font-size: 44px;
39
+ }
40
+ .status-right {
41
+ display: flex;
42
+ gap: 28px;
43
+ align-items: center;
44
+ }
45
+ .status-icon svg { display: block; }
46
+
47
+ /* Header */
48
+ .header {
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 22px;
53
+ padding: 0 48px;
54
+ }
55
+ .header .title {
56
+ font-size: 54px;
57
+ font-weight: 700;
58
+ color: var(--green);
59
+ letter-spacing: 0.2px;
60
+ }
61
+ .back-btn {
62
+ width: 56px;
63
+ height: 56px;
64
+ }
65
+ .back-btn svg { width: 56px; height: 56px; fill: var(--green); }
66
+
67
+ /* Scroll content */
68
+ .content {
69
+ position: absolute;
70
+ left: 0;
71
+ right: 0;
72
+ top: 240px; /* status + header */
73
+ bottom: 260px; /* space for bottom sheet */
74
+ overflow-y: auto;
75
+ padding: 0 48px 40px 48px;
76
+ }
77
+
78
+ .section h2 {
79
+ font-size: 52px;
80
+ margin: 30px 0 12px 0;
81
+ color: var(--green);
82
+ font-weight: 800;
83
+ }
84
+
85
+ .option {
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: space-between;
89
+ padding: 46px 6px;
90
+ font-size: 44px;
91
+ }
92
+ .radio {
93
+ position: relative;
94
+ width: 56px;
95
+ height: 56px;
96
+ border-radius: 50%;
97
+ border: 6px solid var(--radio);
98
+ background: #fff;
99
+ }
100
+ .radio.checked {
101
+ border-color: #CFCFCF;
102
+ }
103
+ .radio.checked::after {
104
+ content: "";
105
+ position: absolute;
106
+ left: 50%;
107
+ top: 50%;
108
+ width: 26px;
109
+ height: 26px;
110
+ background: var(--green);
111
+ border-radius: 50%;
112
+ transform: translate(-50%, -50%);
113
+ }
114
+
115
+ .divider {
116
+ height: 2px;
117
+ background: var(--divider);
118
+ margin: 18px 0 0 0;
119
+ }
120
+
121
+ /* Distance away */
122
+ .distance-header {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 18px;
126
+ margin-top: 28px;
127
+ }
128
+ .distance-header h2 {
129
+ margin: 0;
130
+ }
131
+ .badge {
132
+ width: 56px;
133
+ height: 56px;
134
+ }
135
+ .subtext {
136
+ color: #5F6C5F;
137
+ font-size: 40px;
138
+ margin-top: 12px;
139
+ }
140
+ .distance-range {
141
+ display: flex;
142
+ justify-content: space-between;
143
+ margin-top: 34px;
144
+ font-size: 40px;
145
+ color: #2A2A2A;
146
+ }
147
+ .slider {
148
+ margin-top: 26px;
149
+ padding-right: 16px;
150
+ }
151
+ .track {
152
+ position: relative;
153
+ height: 14px;
154
+ border-radius: 8px;
155
+ background: #D9D9D9;
156
+ }
157
+ .progress {
158
+ position: absolute;
159
+ height: 14px;
160
+ border-radius: 8px 0 0 8px;
161
+ background: var(--green);
162
+ width: 82%;
163
+ left: 0;
164
+ top: 0;
165
+ }
166
+ .thumb {
167
+ position: absolute;
168
+ top: 50%;
169
+ left: calc(82% - 10px);
170
+ width: 64px;
171
+ height: 64px;
172
+ transform: translateY(-50%);
173
+ background: #ffffff;
174
+ border-radius: 50%;
175
+ box-shadow: 0 4px 8px rgba(0,0,0,0.15);
176
+ border: 4px solid #E3E3E3;
177
+ }
178
+ .ticks {
179
+ position: absolute;
180
+ left: 0;
181
+ right: 0;
182
+ top: 50%;
183
+ transform: translateY(-50%);
184
+ pointer-events: none;
185
+ }
186
+ .tick {
187
+ position: absolute;
188
+ width: 10px;
189
+ height: 10px;
190
+ background: #E9E9E9;
191
+ border-radius: 50%;
192
+ }
193
+ .tick.g { background: #D6E0D6; } /* subtle dots on green part */
194
+ .tick:nth-child(1) { left: 8%; }
195
+ .tick:nth-child(2) { left: 26%; }
196
+ .tick:nth-child(3) { left: 44%; }
197
+ .tick:nth-child(4) { left: 62%; }
198
+ .tick:nth-child(5) { left: 80%; }
199
+ .tick:nth-child(6) { left: 97%; background: #CFCFCF; }
200
+
201
+ /* Activity section tweaks */
202
+ .activity .option { padding: 40px 6px; }
203
+
204
+ /* Bottom sheet */
205
+ .bottom-sheet {
206
+ position: absolute;
207
+ left: 0; right: 0; bottom: 120px;
208
+ height: 240px;
209
+ background: #FFFFFF;
210
+ border-top: 2px solid var(--divider);
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: space-between;
214
+ padding: 0 48px;
215
+ }
216
+ .left-link {
217
+ font-size: 44px;
218
+ color: var(--green);
219
+ font-weight: 700;
220
+ }
221
+ .primary {
222
+ font-size: 44px;
223
+ font-weight: 800;
224
+ color: #fff;
225
+ background: var(--green);
226
+ border: none;
227
+ border-radius: 70px;
228
+ padding: 34px 60px;
229
+ width: 520px;
230
+ box-shadow: 0 8px 16px rgba(35,78,30,0.3);
231
+ }
232
+
233
+ /* Nav handle */
234
+ .nav-handle {
235
+ position: absolute;
236
+ left: 50%;
237
+ bottom: 36px;
238
+ transform: translateX(-50%);
239
+ width: 300px;
240
+ height: 14px;
241
+ background: #BDBDBD;
242
+ border-radius: 8px;
243
+ opacity: 0.8;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+ <!-- Status bar -->
250
+ <div class="status-bar">
251
+ <div class="time">8:27</div>
252
+ <div class="status-right">
253
+ <div class="status-icon">
254
+ <!-- Wi-Fi icon -->
255
+ <svg width="48" height="48" viewBox="0 0 24 24">
256
+ <path fill="#555" d="M12 18.5c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5ZM3 9.5a12 12 0 0 1 18 0l-1.7 1.7a9.7 9.7 0 0 0-14.6 0L3 9.5Zm4.1 4.1a7 7 0 0 1 9.8 0L15.2 15a4.7 4.7 0 0 0-6.6 0l-1.5-1.4Z"/>
257
+ </svg>
258
+ </div>
259
+ <div class="status-icon">
260
+ <!-- Battery icon -->
261
+ <svg width="48" height="48" viewBox="0 0 24 24">
262
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#555"/>
263
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#fff"/>
264
+ <rect x="4" y="8" width="10" height="8" rx="1" fill="#7CB342"/>
265
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#555"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Header -->
272
+ <div class="header">
273
+ <div class="back-btn">
274
+ <svg viewBox="0 0 24 24">
275
+ <path d="M15.5 19a1 1 0 0 1-.7-.3l-7-7a1 1 0 0 1 0-1.4l7-7a1 1 0 1 1 1.4 1.4L10.4 12l5.8 5.3a1 1 0 0 1-.7 1.7Z"/>
276
+ </svg>
277
+ </div>
278
+ <div class="title">Filter</div>
279
+ </div>
280
+
281
+ <!-- Content -->
282
+ <div class="content">
283
+ <div class="section">
284
+ <h2>Sort</h2>
285
+ <div class="option"><span>Best match</span><div class="radio checked"></div></div>
286
+ <div class="option"><span>Most popular</span><div class="radio"></div></div>
287
+ <div class="option"><span>Closest</span><div class="radio"></div></div>
288
+ <div class="option"><span>Newly added</span><div class="radio"></div></div>
289
+ </div>
290
+
291
+ <div class="divider"></div>
292
+
293
+ <div class="section">
294
+ <div class="distance-header">
295
+ <div class="badge">
296
+ <!-- Hex badge with plus -->
297
+ <svg viewBox="0 0 24 24">
298
+ <polygon points="12,2 20,7 20,17 12,22 4,17 4,7" fill="#4F86FF"/>
299
+ <rect x="11" y="7" width="2" height="10" fill="#fff"/>
300
+ <rect x="7" y="11" width="10" height="2" fill="#fff"/>
301
+ </svg>
302
+ </div>
303
+ <h2>Distance away</h2>
304
+ </div>
305
+ <div class="subtext">See trails based on your current location</div>
306
+
307
+ <div class="distance-range">
308
+ <div class="min">0 mi</div>
309
+ <div class="max">60 mi</div>
310
+ </div>
311
+
312
+ <div class="slider">
313
+ <div class="track">
314
+ <div class="progress"></div>
315
+ <div class="ticks">
316
+ <div class="tick g"></div>
317
+ <div class="tick g"></div>
318
+ <div class="tick g"></div>
319
+ <div class="tick g"></div>
320
+ <div class="tick g"></div>
321
+ <div class="tick"></div>
322
+ </div>
323
+ <div class="thumb"></div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="divider"></div>
329
+
330
+ <div class="section activity">
331
+ <h2>Activity</h2>
332
+ <div class="option"><span>Hiking</span><div class="radio"></div></div>
333
+ <div class="option"><span>Mountain biking</span><div class="radio"></div></div>
334
+ <div class="option"><span>Running</span><div class="radio"></div></div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Bottom sheet -->
339
+ <div class="bottom-sheet">
340
+ <div class="left-link">Clear</div>
341
+ <button class="primary">See 253 trails</button>
342
+ </div>
343
+
344
+ <!-- Navigation handle -->
345
+ <div class="nav-handle"></div>
346
+ </div>
347
+ </body>
348
+ </html>
code/10182/10182_7.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
14
+ color: #1f2d1a;
15
+ }
16
+
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #555;
24
+ font-size: 40px;
25
+ }
26
+ .status-icons {
27
+ display: flex; align-items: center; gap: 26px;
28
+ }
29
+ .top-appbar {
30
+ height: 150px;
31
+ display: flex; align-items: center;
32
+ padding: 0 36px;
33
+ box-shadow: 0 1px 6px rgba(0,0,0,0.08);
34
+ background: #fff;
35
+ }
36
+ .back-icon {
37
+ width: 72px; height: 72px; margin-right: 20px;
38
+ }
39
+ .title {
40
+ font-size: 58px; font-weight: 600; color: #1f2d1a;
41
+ }
42
+
43
+ .content {
44
+ position: absolute;
45
+ left: 0; right: 0;
46
+ top: 260px; /* below status+appbar */
47
+ bottom: 0;
48
+ overflow: hidden;
49
+ }
50
+
51
+ .section {
52
+ padding: 28px 44px;
53
+ }
54
+ .link-green {
55
+ color: #244a18; font-size: 42px; font-weight: 600;
56
+ }
57
+ .divider {
58
+ height: 2px; background: #e5e5e5; margin: 24px 0;
59
+ }
60
+ .section-title {
61
+ font-size: 54px; font-weight: 700; color: #244a18; margin-bottom: 24px;
62
+ }
63
+
64
+ .row {
65
+ display: flex; align-items: center; justify-content: space-between;
66
+ padding: 32px 0;
67
+ }
68
+ .label-wrap { display: flex; align-items: center; gap: 20px; }
69
+ .row-label { font-size: 46px; color: #333; }
70
+ .info-icon { width: 42px; height: 42px; }
71
+ .checkbox {
72
+ width: 86px; height: 86px; border: 6px solid #cfcfcf; border-radius: 24px;
73
+ }
74
+
75
+ .range-title { font-size: 46px; color: #333; }
76
+ .range-head { display: flex; align-items: baseline; justify-content: space-between; }
77
+ .range-values { font-size: 40px; color: #3a3a3a; margin-top: 8px; }
78
+
79
+ .slider {
80
+ position: relative;
81
+ height: 84px;
82
+ margin-top: 28px;
83
+ }
84
+ .slider-track {
85
+ position: absolute; left: 44px; right: 44px; top: 36px;
86
+ height: 10px; background: #274c17; border-radius: 10px;
87
+ }
88
+ .slider-handle {
89
+ position: absolute; top: 16px;
90
+ width: 64px; height: 64px; background: #fff;
91
+ border: 4px solid #dedede; border-radius: 50%;
92
+ box-shadow: 0 2px 4px rgba(0,0,0,0.12);
93
+ }
94
+ .handle-left { left: 44px; }
95
+ .handle-right { right: 44px; }
96
+
97
+ /* Bottom sheet */
98
+ .bottom-sheet {
99
+ position: absolute; left: 0; right: 0; bottom: 84px;
100
+ height: 320px;
101
+ background: #ffffff;
102
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.1);
103
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
104
+ padding: 40px 48px;
105
+ display: flex; align-items: center; justify-content: space-between;
106
+ }
107
+ .clear-link {
108
+ font-size: 46px; color: #244a18; text-decoration: underline;
109
+ }
110
+ .primary-btn {
111
+ background: #244a18; color: #fff;
112
+ font-size: 48px; font-weight: 700;
113
+ padding: 36px 72px; border-radius: 80px;
114
+ box-shadow: 0 6px 16px rgba(36,74,24,0.3);
115
+ }
116
+
117
+ /* Gesture bar */
118
+ .gesture {
119
+ position: absolute; left: 50%; transform: translateX(-50%);
120
+ bottom: 24px; width: 360px; height: 12px;
121
+ background: #9b9b9b; border-radius: 12px;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div>8:27</div>
131
+ <div class="status-icons">
132
+ <!-- simple wifi icon -->
133
+ <svg width="54" height="54" viewBox="0 0 24 24">
134
+ <path d="M2 8c5-4 15-4 20 0" stroke="#6f6f6f" stroke-width="2" fill="none" stroke-linecap="round"/>
135
+ <path d="M5 11c3-3 11-3 14 0" stroke="#6f6f6f" stroke-width="2" fill="none" stroke-linecap="round"/>
136
+ <path d="M8 14c2-2 6-2 8 0" stroke="#6f6f6f" stroke-width="2" fill="none" stroke-linecap="round"/>
137
+ <circle cx="12" cy="18" r="2" fill="#6f6f6f"/>
138
+ </svg>
139
+ <!-- battery with bolt -->
140
+ <svg width="54" height="54" viewBox="0 0 24 24">
141
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#6f6f6f" stroke-width="2" fill="none"/>
142
+ <rect x="20" y="10" width="2" height="4" fill="#6f6f6f"/>
143
+ <path d="M11 7l-3 5h3l-2 5 6-8h-4z" fill="#6f6f6f"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- App bar -->
149
+ <div class="top-appbar">
150
+ <svg class="back-icon" viewBox="0 0 24 24">
151
+ <path d="M15 19L8 12l7-7" stroke="#2e2e2e" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ <div class="title">Filter</div>
154
+ </div>
155
+
156
+ <!-- Content -->
157
+ <div class="content">
158
+ <div class="section">
159
+ <div class="link-green">Show more</div>
160
+ <div class="divider"></div>
161
+
162
+ <div class="section-title">Difficulty</div>
163
+
164
+ <div class="row">
165
+ <div class="label-wrap">
166
+ <div class="row-label">Easy</div>
167
+ <svg class="info-icon" viewBox="0 0 24 24">
168
+ <circle cx="12" cy="12" r="10" stroke="#9b9b9b" stroke-width="2" fill="none"/>
169
+ <rect x="11" y="10" width="2" height="7" fill="#9b9b9b"/>
170
+ <circle cx="12" cy="7" r="1.5" fill="#9b9b9b"/>
171
+ </svg>
172
+ </div>
173
+ <div class="checkbox"></div>
174
+ </div>
175
+
176
+ <div class="row">
177
+ <div class="label-wrap">
178
+ <div class="row-label">Moderate</div>
179
+ <svg class="info-icon" viewBox="0 0 24 24">
180
+ <circle cx="12" cy="12" r="10" stroke="#9b9b9b" stroke-width="2" fill="none"/>
181
+ <rect x="11" y="10" width="2" height="7" fill="#9b9b9b"/>
182
+ <circle cx="12" cy="7" r="1.5" fill="#9b9b9b"/>
183
+ </svg>
184
+ </div>
185
+ <div class="checkbox"></div>
186
+ </div>
187
+
188
+ <div class="row">
189
+ <div class="label-wrap">
190
+ <div class="row-label">Hard</div>
191
+ <svg class="info-icon" viewBox="0 0 24 24">
192
+ <circle cx="12" cy="12" r="10" stroke="#9b9b9b" stroke-width="2" fill="none"/>
193
+ <rect x="11" y="10" width="2" height="7" fill="#9b9b9b"/>
194
+ <circle cx="12" cy="7" r="1.5" fill="#9b9b9b"/>
195
+ </svg>
196
+ </div>
197
+ <div class="checkbox"></div>
198
+ </div>
199
+
200
+ <div class="divider"></div>
201
+
202
+ <div class="section-title">Length</div>
203
+ <div class="range-head">
204
+ <div class="range-values">0 mi</div>
205
+ <div class="range-values">50+ mi</div>
206
+ </div>
207
+ <div class="slider">
208
+ <div class="slider-track"></div>
209
+ <div class="slider-handle handle-left"></div>
210
+ <div class="slider-handle handle-right"></div>
211
+ </div>
212
+
213
+ <div class="divider" style="margin-top:36px;"></div>
214
+
215
+ <div class="section-title">Elevation gain</div>
216
+ <div class="range-head">
217
+ <div class="range-values">0 ft</div>
218
+ <div class="range-values">5,000+ ft</div>
219
+ </div>
220
+ <div class="slider">
221
+ <div class="slider-track"></div>
222
+ <div class="slider-handle handle-left"></div>
223
+ <div class="slider-handle handle-right"></div>
224
+ </div>
225
+
226
+ <div class="divider" style="margin-top:36px;"></div>
227
+
228
+ <div class="section-title">Suitability</div>
229
+ <!-- list items would continue below -->
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Bottom sheet actions -->
234
+ <div class="bottom-sheet">
235
+ <div class="clear-link">Clear</div>
236
+ <div class="primary-btn">See 253 trails</div>
237
+ </div>
238
+
239
+ <!-- Gesture bar -->
240
+ <div class="gesture"></div>
241
+ </div>
242
+ </body>
243
+ </html>
code/10182/10182_8.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; color: #223522; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #3c3c3c;
25
+ font-size: 38px;
26
+ }
27
+ .status-icons { display: flex; gap: 28px; align-items: center; }
28
+
29
+ /* App bar */
30
+ .app-bar {
31
+ height: 150px;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 40px;
35
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
36
+ background: #fff;
37
+ }
38
+ .app-title {
39
+ font-size: 56px;
40
+ font-weight: 600;
41
+ margin-left: 24px;
42
+ color: #263C24;
43
+ }
44
+ .back-icon { width: 56px; height: 56px; }
45
+
46
+ /* Content */
47
+ .content {
48
+ padding: 36px 48px 0 48px;
49
+ }
50
+ .link-row {
51
+ font-size: 42px;
52
+ color: #2E4A2A;
53
+ font-weight: 600;
54
+ margin: 12px 0 36px;
55
+ }
56
+ .divider {
57
+ height: 2px;
58
+ background: #E5E5E5;
59
+ margin: 0 0 36px 0;
60
+ }
61
+ .section-title {
62
+ font-size: 58px;
63
+ font-weight: 700;
64
+ color: #224222;
65
+ margin: 20px 0 12px;
66
+ }
67
+ .option-row {
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: space-between;
71
+ padding: 26px 0;
72
+ }
73
+ .option-left {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 20px;
77
+ font-size: 46px;
78
+ color: #243A24;
79
+ }
80
+ .info-icon { width: 40px; height: 40px; }
81
+ .checkbox {
82
+ width: 76px;
83
+ height: 76px;
84
+ border-radius: 18px;
85
+ border: 3px solid #C9C9C2;
86
+ background: #fff;
87
+ }
88
+ .checkbox.checked {
89
+ background: #204A17;
90
+ border-color: #204A17;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ }
95
+ .checkmark { width: 44px; height: 44px; }
96
+
97
+ /* Range rows */
98
+ .range-title {
99
+ font-size: 58px;
100
+ font-weight: 700;
101
+ color: #224222;
102
+ margin-top: 30px;
103
+ }
104
+ .range-labels {
105
+ display: flex;
106
+ justify-content: space-between;
107
+ font-size: 40px;
108
+ color: #2F3D2F;
109
+ margin-top: 10px;
110
+ }
111
+ .slider {
112
+ position: relative;
113
+ height: 56px;
114
+ margin: 20px 0 36px;
115
+ }
116
+ .track {
117
+ position: absolute;
118
+ top: 24px;
119
+ left: 0;
120
+ right: 0;
121
+ height: 10px;
122
+ background: #234615;
123
+ border-radius: 8px;
124
+ }
125
+ .thumb {
126
+ position: absolute;
127
+ top: 8px;
128
+ width: 56px;
129
+ height: 56px;
130
+ background: #fff;
131
+ border: 2px solid #CFCFCF;
132
+ border-radius: 50%;
133
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
134
+ }
135
+ .thumb.left { left: -2px; }
136
+ .thumb.right { right: -2px; }
137
+
138
+ /* Bottom sheet */
139
+ .bottom-sheet {
140
+ position: absolute;
141
+ left: 0;
142
+ right: 0;
143
+ bottom: 120px;
144
+ height: 300px;
145
+ background: #fff;
146
+ box-shadow: 0 -10px 22px rgba(0,0,0,0.18);
147
+ border-top-left-radius: 36px;
148
+ border-top-right-radius: 36px;
149
+ padding: 36px 48px;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: space-between;
153
+ }
154
+ .clear-link {
155
+ font-size: 46px;
156
+ color: #2E4A2A;
157
+ text-decoration: underline;
158
+ font-weight: 600;
159
+ }
160
+ .cta {
161
+ background: #224815;
162
+ color: white;
163
+ border: none;
164
+ border-radius: 70px;
165
+ padding: 34px 56px;
166
+ font-size: 48px;
167
+ font-weight: 700;
168
+ width: 520px;
169
+ text-align: center;
170
+ }
171
+
172
+ /* Home indicator */
173
+ .home-indicator {
174
+ position: absolute;
175
+ bottom: 40px;
176
+ left: 50%;
177
+ transform: translateX(-50%);
178
+ width: 360px;
179
+ height: 14px;
180
+ background: #A6A6A6;
181
+ border-radius: 10px;
182
+ }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status bar -->
189
+ <div class="status-bar">
190
+ <div>8:28</div>
191
+ <div class="status-icons">
192
+ <!-- Tiny filled rectangle to mimic icons -->
193
+ <svg width="42" height="42"><rect x="6" y="6" width="30" height="30" rx="4" fill="#7A7A7A"/></svg>
194
+ <svg width="42" height="42"><polygon points="21,6 36,36 6,36" fill="#7A7A7A"/></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- App bar -->
199
+ <div class="app-bar">
200
+ <svg class="back-icon" viewBox="0 0 24 24">
201
+ <path d="M15.5 5.5L8 12l7.5 6.5" fill="none" stroke="#2A3F28" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
202
+ </svg>
203
+ <div class="app-title">Filter</div>
204
+ </div>
205
+
206
+ <!-- Content -->
207
+ <div class="content">
208
+ <div class="link-row">Show more</div>
209
+ <div class="divider"></div>
210
+
211
+ <div class="section-title">Difficulty</div>
212
+
213
+ <div class="option-row">
214
+ <div class="option-left">
215
+ <span>Easy</span>
216
+ <svg class="info-icon" viewBox="0 0 24 24">
217
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#999" stroke-width="2"/>
218
+ <line x1="12" y1="10" x2="12" y2="16" stroke="#999" stroke-width="2"/>
219
+ <circle cx="12" cy="7" r="1.6" fill="#999"/>
220
+ </svg>
221
+ </div>
222
+ <div class="checkbox"></div>
223
+ </div>
224
+
225
+ <div class="option-row">
226
+ <div class="option-left">
227
+ <span>Moderate</span>
228
+ <svg class="info-icon" viewBox="0 0 24 24">
229
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#999" stroke-width="2"/>
230
+ <line x1="12" y1="10" x2="12" y2="16" stroke="#999" stroke-width="2"/>
231
+ <circle cx="12" cy="7" r="1.6" fill="#999"/>
232
+ </svg>
233
+ </div>
234
+ <div class="checkbox"></div>
235
+ </div>
236
+
237
+ <div class="option-row">
238
+ <div class="option-left">
239
+ <span>Hard</span>
240
+ <svg class="info-icon" viewBox="0 0 24 24">
241
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#999" stroke-width="2"/>
242
+ <line x1="12" y1="10" x2="12" y2="16" stroke="#999" stroke-width="2"/>
243
+ <circle cx="12" cy="7" r="1.6" fill="#999"/>
244
+ </svg>
245
+ </div>
246
+ <div class="checkbox checked">
247
+ <svg class="checkmark" viewBox="0 0 24 24">
248
+ <path d="M5 12.5l5 5 9-11" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="divider"></div>
254
+
255
+ <div class="range-title">Length</div>
256
+ <div class="range-labels">
257
+ <div>0 mi</div>
258
+ <div>50+ mi</div>
259
+ </div>
260
+ <div class="slider">
261
+ <div class="track"></div>
262
+ <div class="thumb left"></div>
263
+ <div class="thumb right"></div>
264
+ </div>
265
+
266
+ <div class="divider"></div>
267
+
268
+ <div class="range-title">Elevation gain</div>
269
+ <div class="range-labels">
270
+ <div>0 ft</div>
271
+ <div>5,000+ ft</div>
272
+ </div>
273
+ <div class="slider">
274
+ <div class="track"></div>
275
+ <div class="thumb left"></div>
276
+ <div class="thumb right"></div>
277
+ </div>
278
+
279
+ <div class="divider" style="margin-top: 36px;"></div>
280
+
281
+ <div class="section-title" style="margin-bottom: 24px;">Suitability</div>
282
+ <!-- Content below is intentionally obscured by bottom sheet to mimic screenshot -->
283
+ </div>
284
+
285
+ <!-- Bottom sheet -->
286
+ <div class="bottom-sheet">
287
+ <div class="clear-link">Clear</div>
288
+ <button class="cta">See 2 trails</button>
289
+ </div>
290
+
291
+ <!-- Home indicator -->
292
+ <div class="home-indicator"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/10182/10182_9.html ADDED
@@ -0,0 +1,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Seattle Trails UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ position: relative;
17
+ overflow: hidden;
18
+ width: 1080px;
19
+ height: 2400px;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #555;
31
+ font-weight: 600;
32
+ font-size: 36px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .icon-sq {
40
+ width: 44px;
41
+ height: 30px;
42
+ border-radius: 6px;
43
+ background: #adb5bd;
44
+ }
45
+ .wifi-battery {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 22px;
49
+ }
50
+ .battery {
51
+ width: 50px;
52
+ height: 26px;
53
+ border: 3px solid #777;
54
+ border-radius: 6px;
55
+ position: relative;
56
+ }
57
+ .battery::after {
58
+ content: "";
59
+ position: absolute;
60
+ right: -10px;
61
+ top: 6px;
62
+ width: 6px;
63
+ height: 14px;
64
+ background: #777;
65
+ border-radius: 2px;
66
+ }
67
+ .battery .level {
68
+ position: absolute;
69
+ left: 3px;
70
+ top: 3px;
71
+ right: 8px;
72
+ bottom: 3px;
73
+ background: #777;
74
+ border-radius: 3px;
75
+ }
76
+
77
+ /* Search bar */
78
+ .search-wrap {
79
+ padding: 12px 36px 0 36px;
80
+ }
81
+ .search-pill {
82
+ height: 116px;
83
+ border-radius: 58px;
84
+ background: #F7F7F7;
85
+ border: 1px solid #E5E5E5;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 24px;
89
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
90
+ }
91
+ .back-btn {
92
+ width: 72px;
93
+ height: 72px;
94
+ border-radius: 36px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ margin-right: 16px;
99
+ }
100
+ .search-title {
101
+ font-size: 42px;
102
+ font-weight: 600;
103
+ color: #2c2c2c;
104
+ }
105
+ .filter-circle {
106
+ margin-left: auto;
107
+ width: 88px;
108
+ height: 88px;
109
+ border-radius: 44px;
110
+ background: #ffffff;
111
+ border: 1px solid #E0E0E0;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
116
+ }
117
+
118
+ /* Chips */
119
+ .chip-row {
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 24px;
123
+ padding: 18px 36px;
124
+ }
125
+ .chip {
126
+ height: 84px;
127
+ padding: 0 28px;
128
+ border-radius: 42px;
129
+ background: #EFEFEF;
130
+ border: 1px solid #DDDDDD;
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 16px;
134
+ color: #333;
135
+ font-size: 32px;
136
+ font-weight: 600;
137
+ }
138
+ .chip .caret {
139
+ margin-left: 8px;
140
+ }
141
+ .chip-icon {
142
+ width: 48px;
143
+ height: 48px;
144
+ border-radius: 24px;
145
+ background: #E8F0FF;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ }
150
+ .chip.green {
151
+ background: #244A14;
152
+ color: #fff;
153
+ border-color: #244A14;
154
+ padding: 0 36px;
155
+ }
156
+
157
+ /* Map placeholder */
158
+ .map-area {
159
+ position: relative;
160
+ margin-top: 6px;
161
+ width: 1080px;
162
+ height: 1020px;
163
+ background: #E0E0E0;
164
+ border-top: 1px solid #BDBDBD;
165
+ border-bottom: 1px solid #BDBDBD;
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: center;
169
+ color: #757575;
170
+ font-size: 38px;
171
+ font-weight: 600;
172
+ }
173
+
174
+ /* Floating control on map */
175
+ .map-control {
176
+ position: absolute;
177
+ right: 36px;
178
+ top: 220px;
179
+ width: 150px;
180
+ height: 320px;
181
+ background: #ffffff;
182
+ border: 1px solid #E2E2E2;
183
+ border-radius: 75px;
184
+ box-shadow: 0 6px 18px rgba(0,0,0,0.14);
185
+ display: flex;
186
+ flex-direction: column;
187
+ overflow: hidden;
188
+ }
189
+ .control-top, .control-bottom {
190
+ flex: 1;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ }
195
+ .control-top {
196
+ border-bottom: 1px solid #E6E6E6;
197
+ }
198
+ .control-bottom span {
199
+ color: #2D6CF3;
200
+ font-size: 44px;
201
+ font-weight: 700;
202
+ }
203
+
204
+ /* Bottom sheet */
205
+ .sheet {
206
+ position: relative;
207
+ margin-top: -40px;
208
+ background: #ffffff;
209
+ border-top-left-radius: 40px;
210
+ border-top-right-radius: 40px;
211
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.08);
212
+ padding-bottom: 260px; /* space before bottom nav */
213
+ }
214
+ .sheet-handle {
215
+ width: 160px;
216
+ height: 14px;
217
+ border-radius: 7px;
218
+ background: #E0E0E0;
219
+ margin: 16px auto 24px auto;
220
+ }
221
+ .sheet-title {
222
+ text-align: center;
223
+ font-size: 40px;
224
+ font-weight: 700;
225
+ color: #274B1A;
226
+ margin-bottom: 24px;
227
+ }
228
+
229
+ /* Trail card */
230
+ .card {
231
+ margin: 0 36px;
232
+ background: #ffffff;
233
+ border-radius: 28px;
234
+ border: 1px solid #E7E7E7;
235
+ overflow: hidden;
236
+ position: relative;
237
+ box-shadow: 0 4px 16px rgba(0,0,0,0.06);
238
+ }
239
+ .card-img {
240
+ width: 100%;
241
+ height: 560px;
242
+ background: #E0E0E0;
243
+ border-bottom: 1px solid #BDBDBD;
244
+ display: flex;
245
+ align-items: center;
246
+ justify-content: center;
247
+ color: #757575;
248
+ font-size: 34px;
249
+ font-weight: 600;
250
+ }
251
+ .bookmark {
252
+ position: absolute;
253
+ right: 24px;
254
+ top: 24px;
255
+ width: 56px;
256
+ height: 80px;
257
+ display: flex;
258
+ align-items: center;
259
+ justify-content: center;
260
+ background: rgba(255,255,255,0.9);
261
+ border-radius: 14px;
262
+ border: 1px solid #E6E6E6;
263
+ }
264
+
265
+ /* Bottom navigation */
266
+ .bottom-nav {
267
+ position: absolute;
268
+ left: 0;
269
+ right: 0;
270
+ bottom: 0;
271
+ height: 210px;
272
+ background: #ffffff;
273
+ border-top: 1px solid #EAEAEA;
274
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
275
+ display: flex;
276
+ align-items: center;
277
+ justify-content: space-around;
278
+ padding-bottom: 22px;
279
+ }
280
+ .nav-item {
281
+ width: 200px;
282
+ display: flex;
283
+ flex-direction: column;
284
+ align-items: center;
285
+ gap: 14px;
286
+ color: #7A7A7A;
287
+ font-size: 28px;
288
+ font-weight: 600;
289
+ }
290
+ .nav-item.active {
291
+ color: #244A14;
292
+ }
293
+ .gesture {
294
+ position: absolute;
295
+ left: 50%;
296
+ transform: translateX(-50%);
297
+ bottom: 16px;
298
+ width: 380px;
299
+ height: 16px;
300
+ background: #D0D0D0;
301
+ border-radius: 8px;
302
+ }
303
+
304
+ /* Helper SVG sizing */
305
+ svg {
306
+ display: block;
307
+ }
308
+ </style>
309
+ </head>
310
+ <body>
311
+ <div id="render-target">
312
+
313
+ <!-- Status bar -->
314
+ <div class="status-bar">
315
+ <div>8:28</div>
316
+ <div class="status-right">
317
+ <div class="icon-sq"></div>
318
+ <div class="icon-sq" style="width: 52px;"></div>
319
+ <div class="wifi-battery">
320
+ <svg width="42" height="28">
321
+ <path d="M2 22 Q21 6 40 22" fill="none" stroke="#777" stroke-width="3"/>
322
+ <circle cx="21" cy="20" r="4" fill="#777"/>
323
+ </svg>
324
+ <div class="battery"><div class="level"></div></div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Search -->
330
+ <div class="search-wrap">
331
+ <div class="search-pill">
332
+ <div class="back-btn">
333
+ <svg width="38" height="38" viewBox="0 0 24 24">
334
+ <path d="M15 5 L7 12 L15 19" stroke="#2c2c2c" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
335
+ </svg>
336
+ </div>
337
+ <div class="search-title">Seattle</div>
338
+ <div class="filter-circle">
339
+ <!-- sliders icon -->
340
+ <svg width="36" height="36" viewBox="0 0 24 24">
341
+ <circle cx="7" cy="6" r="2" fill="#244A14"/>
342
+ <circle cx="12" cy="12" r="2" fill="#244A14"/>
343
+ <circle cx="17" cy="18" r="2" fill="#244A14"/>
344
+ <path d="M2 6 H24 M2 12 H24 M2 18 H24" stroke="#244A14" stroke-width="1.6" />
345
+ </svg>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Filter chips -->
351
+ <div class="chip-row">
352
+ <div class="chip">
353
+ <div class="chip-icon">
354
+ <!-- shield + -->
355
+ <svg width="28" height="28" viewBox="0 0 24 24">
356
+ <path d="M12 3 L19 6 V12 C19 16 16 19 12 21 C8 19 5 16 5 12 V6 Z" fill="none" stroke="#3A63F0" stroke-width="2"/>
357
+ <path d="M12 8 V12 M10 10 H14" stroke="#3A63F0" stroke-width="2" stroke-linecap="round"/>
358
+ </svg>
359
+ </div>
360
+ <span>Distance away</span>
361
+ <div class="caret">
362
+ <svg width="24" height="24" viewBox="0 0 24 24">
363
+ <path d="M6 9 L12 15 L18 9" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
364
+ </svg>
365
+ </div>
366
+ </div>
367
+
368
+ <div class="chip">
369
+ <span>Activity</span>
370
+ <div class="caret">
371
+ <svg width="24" height="24" viewBox="0 0 24 24">
372
+ <path d="M6 9 L12 15 L18 9" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+
377
+ <div class="chip green">
378
+ <span>Hard</span>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Map area -->
383
+ <div class="map-area">
384
+ [IMG: Seattle Map]
385
+ <div class="map-control">
386
+ <div class="control-top">
387
+ <!-- layers icon -->
388
+ <svg width="60" height="60" viewBox="0 0 24 24">
389
+ <path d="M12 3 L3 8 L12 13 L21 8 Z" fill="none" stroke="#666" stroke-width="2" stroke-linejoin="round"/>
390
+ <path d="M3 12 L12 17 L21 12" fill="none" stroke="#666" stroke-width="2" stroke-linejoin="round"/>
391
+ <path d="M3 16 L12 21 L21 16" fill="none" stroke="#666" stroke-width="2" stroke-linejoin="round"/>
392
+ </svg>
393
+ </div>
394
+ <div class="control-bottom">
395
+ <span>3D</span>
396
+ </div>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Bottom sheet -->
401
+ <div class="sheet">
402
+ <div class="sheet-handle"></div>
403
+ <div class="sheet-title">2 trails</div>
404
+
405
+ <!-- Trail card -->
406
+ <div class="card">
407
+ <div class="card-img">[IMG: Trail photo]</div>
408
+ <div class="bookmark">
409
+ <!-- bookmark outline -->
410
+ <svg width="28" height="40" viewBox="0 0 24 24">
411
+ <path d="M6 3 H18 V21 L12 17 L6 21 Z" fill="none" stroke="#244A14" stroke-width="2" stroke-linejoin="round"/>
412
+ </svg>
413
+ </div>
414
+ </div>
415
+ </div>
416
+
417
+ <!-- Bottom navigation -->
418
+ <div class="bottom-nav">
419
+ <div class="nav-item active">
420
+ <svg width="54" height="54" viewBox="0 0 24 24">
421
+ <circle cx="11" cy="11" r="6" stroke="#244A14" stroke-width="2.2" fill="none"/>
422
+ <line x1="17" y1="17" x2="22" y2="22" stroke="#244A14" stroke-width="2.2" stroke-linecap="round"/>
423
+ </svg>
424
+ <div>Explore</div>
425
+ </div>
426
+ <div class="nav-item">
427
+ <svg width="54" height="54" viewBox="0 0 24 24">
428
+ <circle cx="8" cy="9" r="3.5" stroke="#7A7A7A" stroke-width="2" fill="none"/>
429
+ <circle cx="16" cy="11" r="3" stroke="#7A7A7A" stroke-width="2" fill="none"/>
430
+ <path d="M2 21 C2 17 6 16 8 16 C10 16 14 17 14 21" stroke="#7A7A7A" stroke-width="2" fill="none"/>
431
+ <path d="M12 21 C12 18 15 17 18 17 C20 17 22 18 22 21" stroke="#7A7A7A" stroke-width="2" fill="none"/>
432
+ </svg>
433
+ <div>Community</div>
434
+ </div>
435
+ <div class="nav-item">
436
+ <svg width="54" height="54" viewBox="0 0 24 24">
437
+ <path d="M3 11 L21 3 L14 21 L12 14 L3 11 Z" fill="none" stroke="#7A7A7A" stroke-width="2" stroke-linejoin="round"/>
438
+ </svg>
439
+ <div>Navigate</div>
440
+ </div>
441
+ <div class="nav-item">
442
+ <svg width="54" height="54" viewBox="0 0 24 24">
443
+ <path d="M6 3 H18 V21 L12 17 L6 21 Z" fill="none" stroke="#7A7A7A" stroke-width="2" stroke-linejoin="round"/>
444
+ </svg>
445
+ <div>Saved</div>
446
+ </div>
447
+ <div class="nav-item">
448
+ <svg width="54" height="54" viewBox="0 0 24 24">
449
+ <circle cx="12" cy="8" r="4" stroke="#7A7A7A" stroke-width="2" fill="none"/>
450
+ <path d="M4 21 C4 16 8 14 12 14 C16 14 20 16 20 21" stroke="#7A7A7A" stroke-width="2" fill="none"/>
451
+ </svg>
452
+ <div>Profile</div>
453
+ </div>
454
+ <div class="gesture"></div>
455
+ </div>
456
+
457
+ </div>
458
+ </body>
459
+ </html>
code/10184/10184_0.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Biryani Blues UI</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; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; border-radius: 24px; box-shadow: 0 6px 24px rgba(0,0,0,0.08);
11
+ }
12
+ .status-bar {
13
+ height: 90px; display: flex; align-items: center; justify-content: space-between;
14
+ padding: 0 32px; color: #2e2e2e; font-size: 36px; letter-spacing: 0.5px;
15
+ }
16
+ .status-right { display: flex; gap: 24px; align-items: center; color: #555; font-size: 28px; }
17
+ .app-bar {
18
+ height: 88px; display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 24px;
20
+ }
21
+ .left-actions, .right-actions { display: flex; align-items: center; gap: 20px; }
22
+ .icon-btn { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
23
+ .icon { width: 40px; height: 40px; fill: none; stroke: #2e2e2e; stroke-width: 3; }
24
+ .title-block { padding: 8px 32px 0; }
25
+ .title-block h1 { margin: 12px 0 10px; font-size: 64px; color: #1f2937; }
26
+ .subtitle { color: #6b7280; font-size: 32px; }
27
+ .rating-row { display: flex; align-items: center; gap: 16px; padding: 18px 32px 0; }
28
+ .rating-pill {
29
+ display: inline-flex; align-items: center; gap: 12px;
30
+ background: #e8f2e8; color: #185a2b; border-radius: 22px;
31
+ padding: 10px 18px; font-size: 30px; font-weight: 600;
32
+ }
33
+ .reviews-link { font-size: 30px; color: #374151; text-decoration: underline dotted; }
34
+ .info-chips { display: flex; align-items: center; gap: 14px; padding: 18px 32px; }
35
+ .chip {
36
+ display: inline-flex; align-items: center; gap: 12px;
37
+ background: #f2f4f7; color: #111827; border-radius: 40px;
38
+ padding: 16px 22px; font-size: 30px;
39
+ }
40
+ .dropdown { display: inline-flex; align-items: center; gap: 10px; }
41
+ .coupon {
42
+ margin: 20px 24px; padding: 24px; border-radius: 28px;
43
+ background: #f7f9ff; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: space-between;
44
+ }
45
+ .coupon-left { display: flex; align-items: center; gap: 18px; }
46
+ .coupon-badge {
47
+ width: 96px; height: 96px; border-radius: 22px; display: flex; align-items: center; justify-content: center;
48
+ background: #e6f0ff; color: #1e40af; font-weight: 800; border: 1px solid #c7d2fe; font-size: 30px;
49
+ }
50
+ .coupon-text { color: #0f172a; }
51
+ .coupon-text .big { font-size: 36px; font-weight: 700; }
52
+ .coupon-text .small { font-size: 28px; color: #475569; margin-top: 4px; }
53
+ .coupon-right { text-align: right; color: #334155; font-size: 28px; }
54
+ .dot-row { margin-top: 6px; display: flex; gap: 8px; justify-content: flex-end; }
55
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
56
+ .dot.gray { background: #cbd5e1; }
57
+ .filter-row { display: flex; gap: 18px; padding: 12px 24px 6px; }
58
+ .toggle {
59
+ display: inline-flex; align-items: center; gap: 14px;
60
+ background: #ffffff; border: 1px solid #e5e7eb; border-radius: 50px;
61
+ padding: 16px 22px; font-size: 30px; color: #1f2937;
62
+ }
63
+ .veg-dot { width: 26px; height: 26px; border-radius: 50%; background: #22c55e; border: 2px solid #15803d; }
64
+ .badge { display: inline-flex; align-items: center; gap: 12px; background: #fff7ed; border: 1px solid #fde68a; color: #b45309; border-radius: 40px; padding: 16px 22px; font-size: 30px; }
65
+ .badge.top { background: #f7fee7; border-color: #d9f99d; color: #3f6212; }
66
+ .section-title { font-size: 44px; font-weight: 800; color: #111827; padding: 24px 24px 4px; }
67
+ .section-sub { padding: 0 24px 12px; font-size: 30px; color: #475569; }
68
+ .free-card {
69
+ margin: 10px 24px; padding: 18px; border: 1px solid #e5e7eb; border-radius: 30px;
70
+ display: flex; align-items: center; gap: 20px; background: #ffffff;
71
+ }
72
+ .img { width: 130px; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; justify-content: center; align-items: center; color: #757575; font-size: 26px; border-radius: 16px; }
73
+ .free-info { flex: 1; }
74
+ .free-title { font-size: 34px; color: #111827; }
75
+ .price-free { display: flex; align-items: center; gap: 16px; font-size: 28px; margin-top: 6px; }
76
+ .strike { color: #6b7280; text-decoration: line-through; }
77
+ .free-tag { color: #0ea5e9; font-weight: 800; }
78
+ .add-btn {
79
+ width: 220px; height: 80px; border-radius: 20px; background: #f3f4f6; color: #374151;
80
+ display: flex; align-items: center; justify-content: center; font-size: 32px; border: 1px solid #e5e7eb;
81
+ }
82
+ .recommended-header { display: flex; align-items: center; justify-content: space-between; padding: 24px; }
83
+ .recommended-header .title { font-size: 44px; font-weight: 800; color: #111827; }
84
+ .card {
85
+ margin: 8px 24px 0; padding: 20px 20px 28px; border-top: 1px solid #e5e7eb;
86
+ }
87
+ .item-top { display: flex; align-items: center; gap: 16px; }
88
+ .veg-icon { width: 30px; height: 30px; border: 2px solid #22c55e; border-radius: 6px; position: relative; }
89
+ .veg-icon::after { content: ""; position: absolute; width: 18px; height: 18px; background: #22c55e; border-radius: 2px; top: 4px; left: 4px; }
90
+ .bestseller-chip { margin-left: 8px; background: #fff7ed; border: 1px solid #fde68a; color: #b45309; border-radius: 40px; padding: 8px 14px; font-size: 26px; }
91
+ .item-title { font-size: 42px; color: #111827; line-height: 1.2; margin: 12px 0; }
92
+ .rating-stars { display: flex; align-items: center; gap: 8px; color: #f59e0b; font-size: 30px; }
93
+ .ratings-count { font-size: 30px; color: #374151; margin-left: 12px; }
94
+ .price { font-size: 34px; color: #111827; margin: 16px 0 12px; }
95
+ .desc { font-size: 30px; color: #4b5563; }
96
+ .item-row { display: flex; gap: 20px; }
97
+ .image-wrap { width: 420px; height: 420px; position: relative; border-radius: 24px; overflow: hidden; }
98
+ .image-wrap .img { width: 100%; height: 100%; border-radius: 24px; }
99
+ .image-wrap .overlay-add {
100
+ position: absolute; bottom: 16px; left: 16px; right: 16px;
101
+ display: flex; align-items: center; justify-content: space-between;
102
+ background: #fff; border: 1px solid #e5e7eb; border-radius: 22px; padding: 18px 28px; font-size: 36px; color: #dc2626;
103
+ box-shadow: 0 4px 10px rgba(0,0,0,0.06);
104
+ }
105
+ .overlay-add .plus {
106
+ width: 44px; height: 44px; border-radius: 50%; background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #374151; font-weight: 700;
107
+ }
108
+ .customisable { font-size: 30px; color: #64748b; padding-left: 24px; }
109
+ .floating-menu {
110
+ position: absolute; bottom: 120px; left: 50%; transform: translateX(-50%);
111
+ background: #1f2937; color: #fff; border-radius: 32px; padding: 22px 34px; display: flex; align-items: center; gap: 18px;
112
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
113
+ }
114
+ .floating-menu .round { width: 64px; height: 64px; border-radius: 16px; background: #fbbf24; display: flex; align-items: center; justify-content: center; color: #3f3f3f; font-size: 34px; font-weight: 900; }
115
+ .bottom-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 28px; background: #000; border-radius: 14px 14px 0 0; opacity: 0.85; }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>11:46</div>
124
+ <div class="status-right">
125
+ <span>⛅</span>
126
+ <span>📶</span>
127
+ <span>🔋</span>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- App bar -->
132
+ <div class="app-bar">
133
+ <div class="left-actions">
134
+ <div class="icon-btn">
135
+ <svg class="icon" viewBox="0 0 24 24">
136
+ <path d="M15 19L7 12l8-7" stroke-linecap="round" stroke-linejoin="round"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+ <div class="right-actions">
141
+ <div class="icon-btn">
142
+ <svg class="icon" viewBox="0 0 24 24">
143
+ <circle cx="11" cy="11" r="7"></circle>
144
+ <path d="M20 20l-4-4" stroke-linecap="round" stroke-linejoin="round"></path>
145
+ </svg>
146
+ </div>
147
+ <div class="icon-btn">
148
+ <svg class="icon" viewBox="0 0 24 24">
149
+ <path d="M12 21s-7-4.5-7-10a4.5 4.5 0 0 1 8-2 4.5 4.5 0 0 1 8 2c0 5.5-7 10-7 10z" stroke-linecap="round" stroke-linejoin="round"></path>
150
+ </svg>
151
+ </div>
152
+ <div class="icon-btn">
153
+ <svg class="icon" viewBox="0 0 24 24">
154
+ <path d="M4 12v-3a3 3 0 0 1 3-3h9" />
155
+ <path d="M12 5l3-3-3-3" />
156
+ <path d="M20 12v7a3 3 0 0 1-3 3H8" />
157
+ </svg>
158
+ </div>
159
+ <div class="icon-btn">
160
+ <svg class="icon" viewBox="0 0 24 24">
161
+ <circle cx="12" cy="5" r="2"></circle>
162
+ <circle cx="12" cy="12" r="2"></circle>
163
+ <circle cx="12" cy="19" r="2"></circle>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Title -->
170
+ <div class="title-block">
171
+ <h1>Biryani Blues</h1>
172
+ <div class="subtitle">Biryani · Kebab · Desserts</div>
173
+ </div>
174
+
175
+ <!-- Rating and reviews -->
176
+ <div class="rating-row">
177
+ <div class="rating-pill">4.1 ★</div>
178
+ <div class="reviews-link">16.4K reviews</div>
179
+ </div>
180
+
181
+ <!-- Info chips -->
182
+ <div class="info-chips">
183
+ <div class="chip">⏱️ 40–45 min</div>
184
+ <div class="chip">📍 8 km</div>
185
+ <div class="chip dropdown">Sector 56 ▼</div>
186
+ </div>
187
+
188
+ <!-- Coupon banner -->
189
+ <div class="coupon">
190
+ <div class="coupon-left">
191
+ <div class="coupon-badge">%</div>
192
+ <div class="coupon-text">
193
+ <div class="big">40% OFF up to ₹80</div>
194
+ <div class="small">use code FOODIE | above ₹149</div>
195
+ </div>
196
+ </div>
197
+ <div class="coupon-right">
198
+ <div>1/6</div>
199
+ <div class="dot-row">
200
+ <div class="dot"></div>
201
+ <div class="dot gray"></div>
202
+ <div class="dot gray"></div>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Filter chips -->
208
+ <div class="filter-row">
209
+ <div class="toggle"><span class="veg-dot"></span> Veg ✖</div>
210
+ <div class="toggle"><span style="width:26px;height:26px;border:2px solid #d97706;border-radius:50%;background:#fff;"></span> Non-veg</div>
211
+ <div class="badge">🏅 Bestseller</div>
212
+ <div class="badge top">⭐ Top rated</div>
213
+ </div>
214
+
215
+ <!-- Claim free dish -->
216
+ <div class="section-title">Claim your FREE dish!</div>
217
+ <div class="section-sub">Add items above ₹749 to claim it</div>
218
+
219
+ <!-- Free dish card -->
220
+ <div class="free-card">
221
+ <div class="img">[IMG: Gulab Jamun]</div>
222
+ <div class="free-info">
223
+ <div class="free-title">Gulab Jamun (2 Pcs)</div>
224
+ <div class="price-free"><span class="strike">₹69</span><span class="free-tag">FREE</span></div>
225
+ </div>
226
+ <div class="add-btn">ADD</div>
227
+ </div>
228
+
229
+ <!-- Recommended header -->
230
+ <div class="recommended-header">
231
+ <div class="title">Recommended (13)</div>
232
+ <div style="color:#475569;">▴</div>
233
+ </div>
234
+
235
+ <!-- Recommended item card -->
236
+ <div class="card">
237
+ <div class="item-top">
238
+ <div class="veg-icon"></div>
239
+ <div class="bestseller-chip">Bestseller</div>
240
+ </div>
241
+
242
+ <div class="item-title">Veg Biryani Minis @ Rs 99 Each (2 Nos)</div>
243
+
244
+ <div class="item-row">
245
+ <div style="flex:1;">
246
+ <div class="rating-stars">★ ★ ★ ★ ★ <span class="ratings-count">53 ratings</span></div>
247
+ <div class="price">₹198</div>
248
+ <div class="desc">Hyderabadi Veg Dum Biryani (Raita & Salan are chargeable)</div>
249
+ </div>
250
+
251
+ <div class="image-wrap">
252
+ <div class="img">[IMG: Veg Biryani Bowl]</div>
253
+ <div class="overlay-add">
254
+ <div>ADD</div>
255
+ <div class="plus">+</div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="customisable">customisable</div>
261
+ </div>
262
+
263
+ <!-- Floating menu button -->
264
+ <div class="floating-menu">
265
+ <div class="round">🍽️</div>
266
+ <div style="font-size:36px;">Menu</div>
267
+ </div>
268
+
269
+ <!-- Bottom bar -->
270
+ <div class="bottom-bar"></div>
271
+ </div>
272
+ </body>
273
+ </html>
code/10184/10184_1.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Biryani Blues Menu</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #f7f7f7;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ background: #0d0d0d;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ font-weight: 600;
29
+ letter-spacing: 0.2px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 18px; }
32
+ .status-time { font-size: 40px; }
33
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
34
+ .icon-cloud, .icon-wifi, .icon-battery {
35
+ width: 44px; height: 44px;
36
+ }
37
+
38
+ /* Page header */
39
+ .page {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 2280px;
45
+ box-sizing: border-box;
46
+ padding: 40px 40px 160px;
47
+ color: #222;
48
+ }
49
+ .top-actions {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 28px;
53
+ color: #222;
54
+ }
55
+ .top-actions .spacer { flex: 1; }
56
+ .ico {
57
+ width: 64px; height: 64px; border-radius: 32px;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .ico svg { width: 36px; height: 36px; }
61
+
62
+ .title {
63
+ font-size: 68px;
64
+ font-weight: 800;
65
+ margin-top: 26px;
66
+ }
67
+ .subtext {
68
+ color: #666;
69
+ font-size: 34px;
70
+ margin-top: 8px;
71
+ }
72
+
73
+ .rating-row {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 20px;
77
+ margin-top: 30px;
78
+ color: #444;
79
+ font-size: 34px;
80
+ }
81
+ .pill-green {
82
+ background: #1aa34a;
83
+ color: #fff;
84
+ padding: 12px 18px;
85
+ border-radius: 20px;
86
+ font-weight: 700;
87
+ display: inline-flex; align-items: center; gap: 10px;
88
+ }
89
+ .meta-row {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 24px;
93
+ color: #333;
94
+ font-size: 32px;
95
+ margin-top: 24px;
96
+ }
97
+ .chip {
98
+ display: inline-flex;
99
+ align-items: center;
100
+ gap: 12px;
101
+ padding: 18px 24px;
102
+ border: 1px solid #ddd;
103
+ border-radius: 36px;
104
+ font-size: 32px;
105
+ color: #333;
106
+ background: #fff;
107
+ }
108
+ .chip.green { color: #2e7d32; border-color: #c8e6c9; }
109
+ .chip.orange { color: #bf360c; border-color: #ffc9a7; }
110
+ .chips {
111
+ display: flex; gap: 18px; margin-top: 34px;
112
+ }
113
+
114
+ .banner {
115
+ margin-top: 30px;
116
+ width: 100%;
117
+ height: 180px;
118
+ background: #E0E0E0;
119
+ border: 1px solid #BDBDBD;
120
+ display: flex; align-items: center; justify-content: center;
121
+ color: #757575; font-size: 36px;
122
+ border-radius: 16px;
123
+ }
124
+
125
+ /* Overlay scrim */
126
+ .scrim {
127
+ position: absolute;
128
+ top: 120px;
129
+ left: 0;
130
+ width: 1080px;
131
+ height: 2280px;
132
+ background: rgba(0,0,0,0.55);
133
+ }
134
+
135
+ /* Bottom sheet modal */
136
+ .modal {
137
+ position: absolute;
138
+ left: 50px;
139
+ bottom: 360px;
140
+ width: 980px;
141
+ height: 1280px;
142
+ background: #fff;
143
+ border-radius: 40px;
144
+ box-shadow: 0 24px 80px rgba(0,0,0,0.35);
145
+ overflow: hidden;
146
+ z-index: 5;
147
+ }
148
+ .modal-inner {
149
+ height: 100%;
150
+ overflow-y: auto;
151
+ padding: 40px 50px 60px;
152
+ box-sizing: border-box;
153
+ }
154
+ .modal h1 {
155
+ margin: 0;
156
+ font-size: 62px;
157
+ font-weight: 800;
158
+ color: #222;
159
+ }
160
+ .section-head {
161
+ margin-top: 36px;
162
+ display: flex; align-items: baseline;
163
+ font-size: 44px;
164
+ font-weight: 800;
165
+ color: #f15b6c;
166
+ }
167
+ .section-head .count {
168
+ margin-left: auto;
169
+ color: #db3e50;
170
+ font-weight: 800;
171
+ font-size: 44px;
172
+ }
173
+ .list {
174
+ margin-top: 18px;
175
+ border-top: 1px solid #eee;
176
+ }
177
+ .row {
178
+ display: flex;
179
+ align-items: center;
180
+ padding: 34px 0;
181
+ font-size: 40px;
182
+ color: #32363a;
183
+ border-bottom: 1px solid #eee;
184
+ }
185
+ .row .num {
186
+ margin-left: auto;
187
+ color: #6b6f76;
188
+ font-weight: 700;
189
+ font-size: 40px;
190
+ }
191
+
192
+ /* Close pill */
193
+ .close-pill {
194
+ position: absolute;
195
+ bottom: 180px;
196
+ left: 50%;
197
+ transform: translateX(-50%);
198
+ background: #2b2b2b;
199
+ color: #fff;
200
+ padding: 24px 36px;
201
+ border-radius: 36px;
202
+ display: flex; align-items: center; gap: 24px;
203
+ z-index: 6;
204
+ box-shadow: 0 12px 30px rgba(0,0,0,0.4);
205
+ font-size: 40px;
206
+ }
207
+ .close-pill .xbox {
208
+ width: 72px; height: 72px;
209
+ background: #ebc38f;
210
+ border-radius: 16px;
211
+ display: flex; align-items: center; justify-content: center;
212
+ color: #5b2c00;
213
+ font-weight: 900;
214
+ font-size: 42px;
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 class="status-time">11:48</div>
225
+ <!-- simple cloud glyph -->
226
+ <svg class="icon-cloud" viewBox="0 0 24 24" fill="#fff">
227
+ <path d="M6 15a4 4 0 0 1 1-8c1.4-3 6-3 7 1h1a4 4 0 0 1 0 8H6z"/>
228
+ </svg>
229
+ </div>
230
+ <div class="status-right">
231
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="#fff">
232
+ <path d="M2 9c5-5 15-5 20 0l-2 2c-4-4-12-4-16 0L2 9zm4 4c3-3 9-3 12 0l-2 2c-2-2-6-2-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"/>
233
+ </svg>
234
+ <svg class="icon-battery" viewBox="0 0 24 24" fill="#fff">
235
+ <path d="M2 8h16v8H2V8zm18 3h2v2h-2v-2z"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Underlying Page Content -->
241
+ <div class="page">
242
+ <div class="top-actions">
243
+ <div class="ico">
244
+ <svg viewBox="0 0 24 24" fill="#222"><path d="M15 18l-6-6 6-6v12z"/></svg>
245
+ </div>
246
+ <div class="spacer"></div>
247
+ <div class="ico">
248
+ <svg viewBox="0 0 24 24" fill="#222"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 16 9.5l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
249
+ </div>
250
+ <div class="ico">
251
+ <svg viewBox="0 0 24 24" fill="#222"><path d="M12 21s-6-4.35-9-8.35C-1 6 3 2 7.5 3.5 9.25 4.1 10.32 5.38 12 7c1.68-1.62 2.75-2.9 4.5-3.5C21 2 25 6 21 12.65 18 16.65 12 21 12 21z"/></svg>
252
+ </div>
253
+ <div class="ico">
254
+ <svg viewBox="0 0 24 24" fill="#222"><path d="M18 16.08V10h-2v6.08l-3.5-2.11-.5-.29-.5.29L7 16.08V10H5v8l7-4 6 3.43V18h-2v-1.92z"/></svg>
255
+ </div>
256
+ <div class="ico">
257
+ <svg viewBox="0 0 24 24" fill="#222"><path d="M12 16h8v2h-8zm0-5h8v2h-8zm0-5h8v2h-8zM4 6h2v2H4zm0 5h2v2H4zm0 5h2v2H4z"/></svg>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="title">Biryani Blues</div>
262
+ <div class="subtext">Biryani · Kebab · Desserts</div>
263
+
264
+ <div class="rating-row">
265
+ <div class="pill-green">
266
+ 4.1
267
+ <svg viewBox="0 0 24 24" fill="#fff" width="24" height="24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
268
+ </div>
269
+ <div>16.4K reviews</div>
270
+ </div>
271
+
272
+ <div class="meta-row">
273
+ <span>40–45 min</span>
274
+ <span>·</span>
275
+ <span>8 km</span>
276
+ <span>·</span>
277
+ <span>Sector 56</span>
278
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#333" style="margin-left:6px"><path d="M9 6l6 6-6 6V6z"/></svg>
279
+ </div>
280
+
281
+ <div class="banner">[IMG: Offer banner - 40% OFF up to ₹80]</div>
282
+
283
+ <div class="chips">
284
+ <div class="chip green">
285
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#2e7d32"><circle cx="12" cy="12" r="10"/></svg>
286
+ Veg
287
+ <span style="margin-left:10px; color:#999;">×</span>
288
+ </div>
289
+ <div class="chip">
290
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#a33"><rect x="6" y="6" width="12" height="12" rx="6"/></svg>
291
+ Non-veg
292
+ </div>
293
+ <div class="chip orange">
294
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#bf360c"><path d="M12 2l3 7h7l-5.5 4.5L18 22l-6-4-6 4 1.5-8.5L2 9h7z"/></svg>
295
+ Bestseller
296
+ </div>
297
+ <div class="chip">
298
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#f0a800"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2z"/></svg>
299
+ Top rated
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Dark Overlay -->
305
+ <div class="scrim"></div>
306
+
307
+ <!-- Bottom Sheet Modal -->
308
+ <div class="modal">
309
+ <div class="modal-inner">
310
+ <h1>Menu</h1>
311
+
312
+ <div class="section-head">
313
+ <span>Recommended</span>
314
+ <span class="count">13</span>
315
+ </div>
316
+
317
+ <div class="list">
318
+ <div class="row">
319
+ <span>New Launches</span>
320
+ <span class="num">5</span>
321
+ </div>
322
+ <div class="row">
323
+ <span>Hyderabadi Dum Biryanis</span>
324
+ <span class="num">5</span>
325
+ </div>
326
+ <div class="row">
327
+ <span>Brown Rice Biryanis (Healthy Items)</span>
328
+ <span class="num">3</span>
329
+ </div>
330
+ <div class="row">
331
+ <span>Meal Combos</span>
332
+ <span class="num">2</span>
333
+ </div>
334
+ <div class="row">
335
+ <span>Celebration Handi Biryanis</span>
336
+ <span class="num">6</span>
337
+ </div>
338
+ <div class="row">
339
+ <span>Exclusive Mini Biryanis Starting @ Rs.99/-</span>
340
+ <span class="num">5</span>
341
+ </div>
342
+ <div class="row">
343
+ <span>Kebabs &amp; Starters</span>
344
+ <span class="num">4</span>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Close pill -->
351
+ <div class="close-pill">
352
+ <div class="xbox">×</div>
353
+ <div>Close</div>
354
+ </div>
355
+
356
+ </div>
357
+ </body>
358
+ </html>