yhzheng1031 commited on
Commit
c4940d0
·
verified ·
1 Parent(s): ed32f83

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/9175/9175_4.html +247 -0
  2. code/9178/9178_0.html +341 -0
  3. code/9179/9179_1.html +236 -0
  4. code/9179/9179_2.html +325 -0
  5. code/9179/9179_3.html +197 -0
  6. code/9180/9180_0.html +351 -0
  7. code/9180/9180_1.html +264 -0
  8. code/9180/9180_10.html +241 -0
  9. code/9180/9180_11.html +184 -0
  10. code/9180/9180_12.html +264 -0
  11. code/9180/9180_2.html +239 -0
  12. code/9180/9180_4.html +296 -0
  13. code/9180/9180_5.html +195 -0
  14. code/9180/9180_6.html +307 -0
  15. code/9180/9180_7.html +241 -0
  16. code/9180/9180_8.html +315 -0
  17. code/9180/9180_9.html +257 -0
  18. code/9181/9181_0.html +243 -0
  19. code/9181/9181_1.html +187 -0
  20. code/9181/9181_2.html +238 -0
  21. code/9184/9184_0.html +348 -0
  22. code/9184/9184_2.html +241 -0
  23. code/9184/9184_3.html +268 -0
  24. code/9185/9185_0.html +317 -0
  25. code/9185/9185_1.html +447 -0
  26. code/9185/9185_2.html +304 -0
  27. code/9185/9185_3.html +258 -0
  28. code/9185/9185_4.html +233 -0
  29. code/9185/9185_5.html +373 -0
  30. code/9186/9186_0.html +335 -0
  31. code/9186/9186_1.html +303 -0
  32. code/9186/9186_2.html +352 -0
  33. code/9186/9186_3.html +264 -0
  34. code/9186/9186_4.html +274 -0
  35. code/9192/9192_1.html +351 -0
  36. code/9192/9192_2.html +345 -0
  37. code/9192/9192_3.html +253 -0
  38. code/9193/9193_0.html +274 -0
  39. code/9193/9193_1.html +138 -0
  40. code/9193/9193_10.html +261 -0
  41. code/9193/9193_11.html +232 -0
  42. code/9193/9193_2.html +196 -0
  43. code/9193/9193_3.html +175 -0
  44. code/9193/9193_4.html +293 -0
  45. code/9193/9193_5.html +398 -0
  46. code/9193/9193_6.html +255 -0
  47. code/9193/9193_8.html +296 -0
  48. code/9193/9193_9.html +192 -0
  49. code/9196/9196_0.html +264 -0
  50. code/9196/9196_1.html +266 -0
code/9175/9175_4.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>Search Results - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color:#222; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* App Bar */
15
+ .appbar {
16
+ height:200px;
17
+ padding:40px 36px 24px 36px;
18
+ box-sizing:border-box;
19
+ display:flex; align-items:center; gap:28px;
20
+ }
21
+ .menu-icon { width:82px; height:82px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
22
+ .title { font-size:56px; font-weight:700; flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
23
+ .actions { display:flex; align-items:center; gap:20px; }
24
+ .icon-btn {
25
+ width:96px; height:96px; border-radius:50%;
26
+ background:#F5F5F7; display:flex; align-items:center; justify-content:center;
27
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
28
+ }
29
+ .icon-btn svg { width:44px; height:44px; stroke:#222; fill:none; }
30
+
31
+ /* Sub controls */
32
+ .sub-controls {
33
+ padding:0 36px;
34
+ display:flex; align-items:center; justify-content:space-between;
35
+ color:#3665f3; font-weight:600; font-size:36px;
36
+ }
37
+ .sub-left, .sub-right { display:flex; align-items:center; gap:30px; }
38
+ .sub-link { display:flex; align-items:center; gap:14px; cursor:pointer; }
39
+ .sub-link svg { width:38px; height:38px; stroke:#3665f3; }
40
+ .sub-right .sub-link { color:#1d1d1f; font-weight:600; }
41
+ .sub-right .sub-link svg { stroke:#1d1d1f; }
42
+
43
+ /* Coachmark */
44
+ .coachmark {
45
+ position:absolute; left:80px; top:360px; width:720px;
46
+ background:#3f5bfd; color:#fff; padding:34px 36px;
47
+ border-radius:14px; font-size:40px; line-height:1.25;
48
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
49
+ }
50
+ .coachmark:after {
51
+ content:""; position:absolute; left:54px; top:-20px;
52
+ border-width:20px 18px; border-style:solid;
53
+ border-color:transparent transparent #3f5bfd transparent;
54
+ }
55
+
56
+ /* List */
57
+ .list { margin-top:36px; }
58
+ .item {
59
+ padding:34px 36px;
60
+ border-top:1px solid #ededed;
61
+ display:flex; gap:28px;
62
+ }
63
+ .thumb {
64
+ position:relative; width:280px; height:280px; border-radius:28px;
65
+ background:#E0E0E0; border:1px solid #BDBDBD;
66
+ display:flex; align-items:center; justify-content:center; color:#757575;
67
+ font-size:28px; text-align:center;
68
+ flex-shrink:0;
69
+ }
70
+ .wish {
71
+ position:absolute; right:14px; top:14px;
72
+ width:72px; height:72px; border-radius:50%;
73
+ background:#ffffff; box-shadow:0 2px 8px rgba(0,0,0,0.12);
74
+ display:flex; align-items:center; justify-content:center;
75
+ }
76
+ .wish svg { width:36px; height:36px; stroke:#111; fill:none; }
77
+ .info { flex:1; min-width:0; }
78
+ .titleline { font-size:38px; font-weight:600; color:#2e2e2e; line-height:1.25; margin-bottom:10px; }
79
+ .meta { color:#6b6b6b; font-size:30px; margin-bottom:10px; }
80
+ .price { font-size:56px; font-weight:800; margin:12px 0 8px; }
81
+ .ship { color:#6b6b6b; font-size:30px; }
82
+ .sponsored { margin-top:20px; color:#9a9a9a; font-size:28px; }
83
+
84
+ /* Bottom summary & gesture */
85
+ .bottom-card {
86
+ position:absolute; left:0; right:0; bottom:120px;
87
+ height:120px; background:#fff; border-top:1px solid #e9e9e9;
88
+ display:flex; align-items:center; justify-content:center;
89
+ font-size:34px; font-weight:600; color:#333;
90
+ }
91
+ .gesture {
92
+ position:absolute; left:50%; transform:translateX(-50%);
93
+ bottom:40px; width:320px; height:10px; border-radius:6px; background:#C7C7CC;
94
+ }
95
+
96
+ /* Simple utility */
97
+ .muted { color:#888; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- App bar -->
104
+ <div class="appbar">
105
+ <div class="menu-icon" aria-label="menu">
106
+ <svg viewBox="0 0 24 24">
107
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#222" stroke-width="2" stroke-linecap="round"/>
108
+ </svg>
109
+ </div>
110
+ <div class="title">realme 10 pro 5G</div>
111
+ <div class="actions">
112
+ <div class="icon-btn" title="Search">
113
+ <svg viewBox="0 0 24 24">
114
+ <circle cx="11" cy="11" r="6" stroke-width="2"/>
115
+ <path d="M16 16l5 5" stroke-width="2" stroke-linecap="round"/>
116
+ </svg>
117
+ </div>
118
+ <div class="icon-btn" title="Camera">
119
+ <svg viewBox="0 0 24 24">
120
+ <rect x="3.5" y="6" width="17" height="12" rx="2" stroke-width="2"/>
121
+ <circle cx="12" cy="12" r="3" stroke-width="2"/>
122
+ </svg>
123
+ </div>
124
+ <div class="icon-btn" title="Cart">
125
+ <svg viewBox="0 0 24 24">
126
+ <path d="M3 5h3l2.2 10h9.6l2-7H7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
127
+ <circle cx="10" cy="20" r="1.7" stroke-width="2"/>
128
+ <circle cx="17" cy="20" r="1.7" stroke-width="2"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Sub controls -->
135
+ <div class="sub-controls">
136
+ <div class="sub-left">
137
+ <div class="sub-link" style="color:#3665f3;">
138
+ <svg viewBox="0 0 24 24">
139
+ <path d="M12 21s-7-5.5-9-8.5A5 5 0 0112 5a5 5 0 019 7.5C19 15.5 12 21 12 21z" stroke-width="2" fill="none" stroke="#3665f3"/>
140
+ </svg>
141
+ <span>Save this search</span>
142
+ </div>
143
+ </div>
144
+ <div class="sub-right">
145
+ <div class="sub-link">
146
+ <span>Sort</span>
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M7 5v14m0 0l-3-3m3 3l3-3M17 19V5m0 0l-3 3m3-3l3 3" stroke-width="2" stroke="#1d1d1f" fill="none" stroke-linecap="round"/>
149
+ </svg>
150
+ </div>
151
+ <div class="sub-link">
152
+ <span>Filter</span>
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M4 5h16L14 12v6l-4 2v-8L4 5z" stroke-width="2" stroke="#1d1d1f" fill="none" stroke-linejoin="round"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Coachmark bubble -->
161
+ <div class="coachmark">
162
+ When you save a search, we'll let you know when a new item is listed
163
+ </div>
164
+
165
+ <!-- List of items -->
166
+ <div class="list">
167
+
168
+ <div class="item" style="border-top:none;">
169
+ <div class="thumb">
170
+ [IMG: Realme phone product]
171
+ <div class="wish">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M12 21s-7-5.5-9-8.5A5 5 0 0112 5a5 5 0 019 7.5C19 15.5 12 21 12 21z" stroke-width="2" fill="none"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+ <div class="info">
178
+ <div class="titleline">Realme 10 Pro 5G HYPERSPACE 8GB+256GB Dual SIM Global Ver. Android Cell Phone</div>
179
+ <div class="meta">Brand New · 256 GB · Unlocked</div>
180
+ <div class="price">$349.00</div>
181
+ <div class="ship">Free International Shipping from Malaysia</div>
182
+ <div class="sponsored">Sponsored</div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="item">
187
+ <div class="thumb">
188
+ [IMG: Realme 10 Pro 5G photo]
189
+ <div class="wish">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M12 21s-7-5.5-9-8.5A5 5 0 0112 5a5 5 0 019 7.5C19 15.5 12 21 12 21z" stroke-width="2" fill="none"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="info">
196
+ <div class="titleline">realme 10 Pro 5G (Hyperspace, 128 GB) (8 GB RAM)</div>
197
+ <div class="meta">Brand New</div>
198
+ <div class="price">$396.86</div>
199
+ <div class="ship">or Best Offer · Free shipping from India</div>
200
+ <div class="sponsored">Sponsored</div>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="item">
205
+ <div class="thumb">
206
+ [IMG: Realme 10 Pro 5G blue]
207
+ <div class="wish">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M12 21s-7-5.5-9-8.5A5 5 0 0112 5a5 5 0 019 7.5C19 15.5 12 21 12 21z" stroke-width="2" fill="none"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+ <div class="info">
214
+ <div class="titleline">(New) Realme 10 Pro 5G BLUE 8GB+256GB Dual SIM Global Ver. Android Cell Phone</div>
215
+ <div class="meta">Brand New · 256 GB · Unlocked</div>
216
+ <div class="price">$349.00</div>
217
+ <div class="ship">Free International Shipping</div>
218
+ <div class="sponsored">Sponsored</div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="item">
223
+ <div class="thumb">
224
+ [IMG: Realme 10 Pro+ 5G]
225
+ <div class="wish">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M12 21s-7-5.5-9-8.5A5 5 0 0112 5a5 5 0 019 7.5C19 15.5 12 21 12 21z" stroke-width="2" fill="none"/>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ <div class="info">
232
+ <div class="titleline">Realme 10 Pro+ 5G HYPERSPACE 12+256GB Dual SIM Global Ver. Android Cell Phone</div>
233
+ <div class="meta">Brand New</div>
234
+ <div class="price">$429.00</div>
235
+ <div class="ship">Free International Shipping</div>
236
+ <div class="sponsored">Sponsored</div>
237
+ </div>
238
+ </div>
239
+
240
+ </div>
241
+
242
+ <!-- Bottom summary bar -->
243
+ <div class="bottom-card">14 results</div>
244
+ <div class="gesture"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/9178/9178_0.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</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: linear-gradient(180deg, #AEE7DF 0%, #8ADBCF 40%, #FFFFFF 40%);
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
16
+ border-radius: 0;
17
+ }
18
+ /* Header */
19
+ .app-header {
20
+ position: absolute;
21
+ top: 64px;
22
+ left: 0;
23
+ width: 1080px;
24
+ padding: 24px 32px 16px 24px;
25
+ }
26
+ .top-row {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 20px;
30
+ }
31
+ .back-btn {
32
+ width: 72px;
33
+ height: 72px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ border-radius: 36px;
38
+ }
39
+ .search-bar {
40
+ flex: 1;
41
+ background: #FFFFFF;
42
+ border-radius: 24px;
43
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
44
+ height: 96px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 28px;
48
+ gap: 20px;
49
+ }
50
+ .search-icon { width: 36px; height: 36px; }
51
+ .search-text {
52
+ flex: 1;
53
+ font-size: 36px;
54
+ color: #333;
55
+ }
56
+ .scan-btn {
57
+ width: 68px; height: 68px;
58
+ border-radius: 16px;
59
+ background: #F5F5F5;
60
+ display: flex; align-items: center; justify-content: center;
61
+ border: 1px solid #E0E0E0;
62
+ }
63
+
64
+ /* Tabs */
65
+ .tabs {
66
+ position: absolute;
67
+ top: 210px;
68
+ left: 0;
69
+ width: 1080px;
70
+ background: #E6F5F2;
71
+ padding: 0 0;
72
+ }
73
+ .tabs-inner {
74
+ background: #FFFFFF;
75
+ display: flex;
76
+ align-items: center;
77
+ height: 120px;
78
+ border-top-left-radius: 12px;
79
+ border-top-right-radius: 12px;
80
+ overflow: hidden;
81
+ }
82
+ .tab {
83
+ flex: 1;
84
+ text-align: center;
85
+ font-size: 40px;
86
+ color: #222;
87
+ position: relative;
88
+ }
89
+ .tab.active {
90
+ color: #EF6C00;
91
+ font-weight: 700;
92
+ }
93
+ .tab.active::after {
94
+ content: "";
95
+ position: absolute;
96
+ bottom: 0; left: 30%; right: 30%;
97
+ height: 10px; background: #EF6C00;
98
+ border-radius: 8px;
99
+ }
100
+ .chevron-up-box {
101
+ position: absolute;
102
+ right: 0;
103
+ top: 0;
104
+ width: 120px;
105
+ height: 120px;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ border-left: 1px solid #EEEEEE;
110
+ background: #FFFFFF;
111
+ }
112
+
113
+ /* Content */
114
+ .content {
115
+ position: absolute;
116
+ top: 330px;
117
+ left: 0;
118
+ width: 1080px;
119
+ height: 1720px;
120
+ background: #FFFFFF;
121
+ overflow: hidden;
122
+ padding: 24px 32px 160px 32px;
123
+ }
124
+ .divider { height: 1px; background: #E0E0E0; margin: 0 -32px 24px -32px; }
125
+ .section-row {
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: space-between;
129
+ padding: 24px 0;
130
+ }
131
+ .section-title {
132
+ font-size: 52px;
133
+ font-weight: 700;
134
+ color: #222;
135
+ }
136
+ .chevron {
137
+ width: 40px; height: 40px;
138
+ }
139
+
140
+ .details-title {
141
+ font-size: 52px; font-weight: 700; color: #222;
142
+ padding-top: 12px; padding-bottom: 12px;
143
+ }
144
+ .detail-item { margin: 22px 0; }
145
+ .detail-label { font-weight: 700; font-size: 40px; color: #222; }
146
+ .detail-value { font-size: 40px; color: #777; margin-top: 6px; }
147
+
148
+ .about-title {
149
+ font-size: 52px; font-weight: 700; color: #222;
150
+ margin-top: 32px;
151
+ }
152
+ .bullets { margin-top: 12px; }
153
+ .bullets li {
154
+ font-size: 40px;
155
+ color: #555;
156
+ margin: 16px 0;
157
+ }
158
+
159
+ .description-title {
160
+ font-size: 52px;
161
+ font-weight: 700;
162
+ color: #222;
163
+ margin-top: 32px;
164
+ }
165
+
166
+ /* Bottom nav */
167
+ .bottom-nav {
168
+ position: absolute;
169
+ bottom: 24px;
170
+ left: 0;
171
+ width: 1080px;
172
+ height: 160px;
173
+ border-top: 1px solid #E0E0E0;
174
+ background: #FFFFFF;
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: space-around;
178
+ padding-bottom: 8px;
179
+ }
180
+ .nav-item {
181
+ width: 180px;
182
+ display: flex;
183
+ flex-direction: column;
184
+ align-items: center;
185
+ gap: 12px;
186
+ color: #555;
187
+ font-size: 34px;
188
+ }
189
+ .nav-item.active { color: #1BA6A6; font-weight: 700; }
190
+ .nav-icon { width: 56px; height: 56px; }
191
+ .gesture-bar {
192
+ position: absolute;
193
+ bottom: 0;
194
+ left: 50%;
195
+ transform: translateX(-50%);
196
+ width: 360px; height: 16px;
197
+ background: #BDBDBD;
198
+ border-radius: 8px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+ <!-- Header with search -->
205
+ <div class="app-header">
206
+ <div class="top-row">
207
+ <div class="back-btn">
208
+ <svg class="chevron" viewBox="0 0 24 24">
209
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="search-bar">
213
+ <svg class="search-icon" viewBox="0 0 24 24">
214
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#555" stroke-width="2"></circle>
215
+ <path d="M20 20l-4-4" stroke="#555" stroke-width="2" stroke-linecap="round"></path>
216
+ </svg>
217
+ <div class="search-text">adidas shoes for men</div>
218
+ <div class="scan-btn">
219
+ <svg viewBox="0 0 24 24" width="32" height="32">
220
+ <rect x="4" y="4" width="16" height="16" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"></rect>
221
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#777" stroke-width="2"></circle>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Tabs -->
229
+ <div class="tabs">
230
+ <div class="tabs-inner">
231
+ <div class="tab active">Details</div>
232
+ <div class="tab">Reviews</div>
233
+ <div class="chevron-up-box">
234
+ <svg class="chevron" viewBox="0 0 24 24">
235
+ <path d="M6 15l6-6 6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Content -->
242
+ <div class="content">
243
+ <div class="divider"></div>
244
+ <div class="section-row">
245
+ <div class="section-title">Size guide</div>
246
+ <svg class="chevron" viewBox="0 0 24 24">
247
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
248
+ </svg>
249
+ </div>
250
+ <div class="divider"></div>
251
+
252
+ <div class="section-row">
253
+ <div class="details-title">Product details</div>
254
+ <svg class="chevron" viewBox="0 0 24 24">
255
+ <path d="M6 15l6-6 6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
256
+ </svg>
257
+ </div>
258
+
259
+ <div class="detail-item">
260
+ <div class="detail-label">Material Type</div>
261
+ <div class="detail-value">Rubber</div>
262
+ </div>
263
+ <div class="detail-item">
264
+ <div class="detail-label">Closure Type</div>
265
+ <div class="detail-value">Pull On</div>
266
+ </div>
267
+ <div class="detail-item">
268
+ <div class="detail-label">Heel Type</div>
269
+ <div class="detail-value">Flat</div>
270
+ </div>
271
+ <div class="detail-item">
272
+ <div class="detail-label">Water Resistance Level</div>
273
+ <div class="detail-value">Not Water Resistant</div>
274
+ </div>
275
+ <div class="detail-item">
276
+ <div class="detail-label">Sole Material</div>
277
+ <div class="detail-value">Rubber</div>
278
+ </div>
279
+ <div class="detail-item">
280
+ <div class="detail-label">Style</div>
281
+ <div class="detail-value">Prizmo M</div>
282
+ </div>
283
+ <div class="detail-item">
284
+ <div class="detail-label">Country of Origin</div>
285
+ <div class="detail-value">India</div>
286
+ </div>
287
+
288
+ <div class="about-title">About this item</div>
289
+ <ul class="bullets">
290
+ <li>Upper Material - Synthetic</li>
291
+ <li>Fastening - slip on</li>
292
+ <li>Outsole Type - Non Marking</li>
293
+ <li>Ankle Height - Low</li>
294
+ <li>Arch Type - Medium</li>
295
+ </ul>
296
+
297
+ <div class="description-title">Description</div>
298
+ </div>
299
+
300
+ <!-- Bottom navigation -->
301
+ <div class="bottom-nav">
302
+ <div class="nav-item active">
303
+ <svg class="nav-icon" viewBox="0 0 24 24">
304
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="none" stroke="#1BA6A6" stroke-width="2"></path>
305
+ <path d="M9 21V12h6v9" fill="none" stroke="#1BA6A6" stroke-width="2"></path>
306
+ </svg>
307
+ <div>Home</div>
308
+ </div>
309
+ <div class="nav-item">
310
+ <svg class="nav-icon" viewBox="0 0 24 24">
311
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#555" stroke-width="2"></circle>
312
+ <path d="M4 21c2-5 14-5 16 0" fill="none" stroke="#555" stroke-width="2"></path>
313
+ </svg>
314
+ <div>You</div>
315
+ </div>
316
+ <div class="nav-item">
317
+ <svg class="nav-icon" viewBox="0 0 24 24">
318
+ <rect x="4" y="4" width="16" height="6" fill="none" stroke="#555" stroke-width="2"></rect>
319
+ <rect x="4" y="14" width="16" height="6" fill="none" stroke="#555" stroke-width="2"></rect>
320
+ </svg>
321
+ <div>More</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <svg class="nav-icon" viewBox="0 0 24 24">
325
+ <path d="M6 6h15l-2 9H7L6 6z" fill="none" stroke="#555" stroke-width="2"></path>
326
+ <circle cx="9" cy="20" r="2" fill="none" stroke="#555" stroke-width="2"></circle>
327
+ <circle cx="17" cy="20" r="2" fill="none" stroke="#555" stroke-width="2"></circle>
328
+ </svg>
329
+ <div>Cart</div>
330
+ </div>
331
+ <div class="nav-item">
332
+ <svg class="nav-icon" viewBox="0 0 24 24">
333
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#555" stroke-width="2" stroke-linecap="round"></path>
334
+ </svg>
335
+ <div>Menu</div>
336
+ </div>
337
+ </div>
338
+ <div class="gesture-bar"></div>
339
+ </div>
340
+ </body>
341
+ </html>
code/9179/9179_1.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;
9
+ background:#000;color:#fff;
10
+ }
11
+ .status-bar{
12
+ position:absolute;top:0;left:0;width:100%;height:90px;
13
+ display:flex;align-items:center;justify-content:space-between;
14
+ padding:0 36px;font-size:36px;letter-spacing:0.5px;
15
+ }
16
+ .status-right{display:flex;align-items:center;gap:18px;font-size:32px;color:#fff;opacity:0.95;}
17
+ .icon{display:inline-block;}
18
+ .header{
19
+ position:absolute;top:100px;left:0;width:100%;height:120px;
20
+ display:flex;align-items:center;gap:24px;padding:0 30px;
21
+ }
22
+ .header-title{
23
+ display:flex;align-items:center;gap:18px;font-size:56px;font-weight:700;
24
+ }
25
+ .header-title .emoji{font-size:56px;}
26
+ .dropdown-caret{
27
+ width:22px;height:22px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid #bbb;margin-left:6px;margin-top:8px;
28
+ }
29
+ .kebab{margin-left:auto;}
30
+ .kebab svg{fill:#bbb;}
31
+ .row{
32
+ position:absolute;top:250px;left:30px;right:30px;
33
+ display:flex;align-items:center;gap:26px;color:#9ab4ff;
34
+ }
35
+ .row .secondary{color:#9ab4ff;font-size:36px;}
36
+ .row .repeat{color:#9ab4ff;margin-left:8px;}
37
+ .row .daily{color:#bbb;font-size:34px;margin-left:18px;}
38
+ .title{
39
+ position:absolute;top:360px;left:30px;right:30px;
40
+ font-size:88px;font-weight:800;letter-spacing:0.2px;
41
+ }
42
+ .desc{
43
+ position:absolute;top:520px;left:30px;right:30px;
44
+ font-size:44px;color:#7b7b7b;
45
+ }
46
+ /* bottom card */
47
+ .bottom-card{
48
+ position:absolute;left:0;right:0;bottom:0;
49
+ height:720px;background:rgba(18,18,18,0.97);
50
+ border-top-left-radius:36px;border-top-right-radius:36px;
51
+ box-shadow:0 -10px 30px rgba(0,0,0,0.6);
52
+ padding:40px 40px;
53
+ }
54
+ .card-header{
55
+ display:flex;align-items:center;gap:22px;color:#9ab4ff;font-size:40px;
56
+ }
57
+ .card-sub{
58
+ margin-top:14px;font-size:60px;font-weight:700;color:#fff;
59
+ }
60
+ .actions{
61
+ margin-top:70px;display:flex;justify-content:space-between;gap:22px;
62
+ }
63
+ .action{
64
+ width:230px;text-align:center;color:#9ab4ff;
65
+ }
66
+ .circle{
67
+ width:144px;height:144px;margin:0 auto 22px auto;border:6px solid #3f78ff;border-radius:50%;
68
+ display:flex;align-items:center;justify-content:center;
69
+ }
70
+ .label{font-size:36px;color:#cfd8ff;letter-spacing:0.3px;}
71
+ /* Utility blue */
72
+ .blue{color:#3f78ff}
73
+ /* simple icon sizes */
74
+ .ico-md svg{width:48px;height:48px;}
75
+ .ico-lg svg{width:72px;height:72px;}
76
+ .flag{margin-left:auto;margin-right:10px;}
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Status Bar -->
83
+ <div class="status-bar">
84
+ <div>9:42</div>
85
+ <div class="status-right">
86
+ <!-- WiFi -->
87
+ <span class="icon">
88
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#fff">
89
+ <path d="M2 8c5-5 15-5 20 0l-2 2c-4-4-12-4-16 0L2 8zm4 4c3-3 9-3 12 0l-2 2c-2-2-6-2-8 0l-2-2zm4 4c1-1 3-1 4 0l-2 2-2-2z"/>
90
+ </svg>
91
+ </span>
92
+ <!-- Battery -->
93
+ <span class="icon">
94
+ <svg viewBox="0 0 30 18" width="60" height="36" fill="none" stroke="#fff" stroke-width="2">
95
+ <rect x="2" y="2" width="22" height="14" rx="3"></rect>
96
+ <rect x="4" y="4" width="16" height="10" fill="#fff"></rect>
97
+ <rect x="26" y="6" width="2" height="6" fill="#fff"></rect>
98
+ </svg>
99
+ </span>
100
+ <span>100%</span>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- Header -->
105
+ <div class="header">
106
+ <!-- Back -->
107
+ <div class="icon ico-md">
108
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
109
+ <path d="M15 19L8 12l7-7"></path>
110
+ </svg>
111
+ </div>
112
+
113
+ <div class="header-title">
114
+ <span class="emoji">👋</span>
115
+ <span>Welcome</span>
116
+ <span class="dropdown-caret"></span>
117
+ </div>
118
+
119
+ <!-- Kebab -->
120
+ <div class="kebab icon ico-md" style="margin-left:auto;">
121
+ <svg viewBox="0 0 24 24">
122
+ <circle cx="12" cy="5" r="2"></circle>
123
+ <circle cx="12" cy="12" r="2"></circle>
124
+ <circle cx="12" cy="19" r="2"></circle>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Date / repeat row -->
130
+ <div class="row">
131
+ <!-- checkbox -->
132
+ <div class="icon ico-md">
133
+ <svg viewBox="0 0 24 24" fill="none" stroke="#bbb" stroke-width="2">
134
+ <rect x="3" y="3" width="18" height="18" rx="3"></rect>
135
+ </svg>
136
+ </div>
137
+
138
+ <!-- clock -->
139
+ <div class="icon ico-md">
140
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3f78ff" stroke-width="2">
141
+ <circle cx="12" cy="12" r="8"></circle>
142
+ <path d="M12 7v5l4 2"></path>
143
+ </svg>
144
+ </div>
145
+
146
+ <div class="secondary">Today, Aug 14, 09:40AM</div>
147
+
148
+ <!-- flag -->
149
+ <div class="flag icon ico-md" style="margin-left:auto;">
150
+ <svg viewBox="0 0 24 24" fill="none" stroke="#9ab4ff" stroke-width="2">
151
+ <path d="M6 4v16"></path>
152
+ <path d="M6 4h10l-2 3 2 3H6z" fill="none"></path>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Repeat + Daily line -->
158
+ <div class="row" style="top:312px;">
159
+ <div class="icon ico-md">
160
+ <svg viewBox="0 0 24 24" fill="none" stroke="#9ab4ff" stroke-width="2">
161
+ <path d="M4 7h9a4 4 0 0 1 4 4v1"></path>
162
+ <path d="M10 17H5a4 4 0 0 1-4-4v-1"></path>
163
+ <path d="M14 6l-3-3M14 18l3 3"></path>
164
+ </svg>
165
+ </div>
166
+ <div class="daily">Daily</div>
167
+ </div>
168
+
169
+ <!-- Big title -->
170
+ <div class="title">Study session</div>
171
+
172
+ <!-- Description placeholder -->
173
+ <div class="desc">Description</div>
174
+
175
+ <!-- Bottom card -->
176
+ <div class="bottom-card">
177
+ <div class="card-header">
178
+ <span class="blue">Today, 09:40AM</span>
179
+ <span class="icon ico-md">
180
+ <svg viewBox="0 0 24 24" fill="none" stroke="#9ab4ff" stroke-width="2">
181
+ <path d="M12 5v4l3 3"></path>
182
+ <path d="M21 12a9 9 0 1 1-9-9"></path>
183
+ </svg>
184
+ </span>
185
+ <span class="emoji">👋</span>
186
+ <span class="blue">Welcome</span>
187
+ </div>
188
+ <div class="card-sub">Study session</div>
189
+
190
+ <div class="actions">
191
+ <!-- Dismiss -->
192
+ <div class="action">
193
+ <div class="circle">
194
+ <svg class="ico-lg" viewBox="0 0 24 24" fill="none" stroke="#3f78ff" stroke-width="3" stroke-linecap="round">
195
+ <path d="M6 6l12 12M18 6L6 18"></path>
196
+ </svg>
197
+ </div>
198
+ <div class="label">DISMISS</div>
199
+ </div>
200
+
201
+ <!-- Start Focus -->
202
+ <div class="action">
203
+ <div class="circle">
204
+ <svg class="ico-lg" viewBox="0 0 24 24" fill="#3f78ff">
205
+ <polygon points="8,5 20,12 8,19"></polygon>
206
+ </svg>
207
+ </div>
208
+ <div class="label">START FOCUS</div>
209
+ </div>
210
+
211
+ <!-- Complete -->
212
+ <div class="action">
213
+ <div class="circle">
214
+ <svg class="ico-lg" viewBox="0 0 24 24" fill="none" stroke="#3f78ff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
215
+ <path d="M5 13l4 4L19 7"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="label">COMPLETE</div>
219
+ </div>
220
+
221
+ <!-- Snooze -->
222
+ <div class="action">
223
+ <div class="circle">
224
+ <svg class="ico-lg" viewBox="0 0 24 24" fill="none" stroke="#3f78ff" stroke-width="3" stroke-linecap="round">
225
+ <path d="M12 6v4l3 2"></path>
226
+ <path d="M21 12a9 9 0 1 1-9-9"></path>
227
+ </svg>
228
+ </div>
229
+ <div class="label">SNOOZE</div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/9179/9179_2.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Study Session</title>
5
+ <style>
6
+ :root{
7
+ --bg:#000000;
8
+ --text:#ffffff;
9
+ --muted:#9aa3af;
10
+ --accent:#4c6cff;
11
+ --card:#0b0b0f;
12
+ }
13
+ body{ margin:0; padding:0; background:transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
14
+ #render-target{
15
+ width:1080px; height:2400px;
16
+ position:relative; overflow:hidden;
17
+ background:var(--bg);
18
+ color:var(--text);
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar{
23
+ position:absolute; top:0; left:0; right:0;
24
+ height:120px; padding:0 40px;
25
+ display:flex; align-items:center; justify-content:space-between;
26
+ color:#e5e7eb; font-weight:500; font-size:42px;
27
+ }
28
+ .status-right{ display:flex; align-items:center; gap:24px; }
29
+ .icon{ display:inline-flex; align-items:center; justify-content:center; }
30
+ .icon svg{ display:block; }
31
+ /* App bar */
32
+ .app-bar{
33
+ position:absolute; top:120px; left:0; right:0;
34
+ height:140px; padding:0 40px;
35
+ display:flex; align-items:center; justify-content:space-between;
36
+ }
37
+ .app-left{ display:flex; align-items:center; gap:26px; }
38
+ .title{
39
+ font-size:66px; font-weight:700; letter-spacing:0.2px;
40
+ display:flex; align-items:center; gap:16px;
41
+ }
42
+ .chevron{ margin-left:8px; }
43
+ .menu-btn{ width:64px; height:64px; }
44
+
45
+ /* Content area */
46
+ .content{
47
+ position:absolute; top:260px; left:40px; right:40px;
48
+ }
49
+ .event-row{
50
+ display:flex; align-items:center; justify-content:space-between;
51
+ margin-bottom:24px;
52
+ }
53
+ .event-left{ display:flex; align-items:center; gap:28px; }
54
+ .checkbox{
55
+ width:48px; height:48px; border:3px solid #6b7280; border-radius:8px;
56
+ }
57
+ .event-info{ display:flex; align-items:center; gap:16px; color:var(--accent); font-size:44px; font-weight:600; }
58
+ .event-sub{
59
+ display:flex; align-items:center; gap:14px; color:#c7cad1; font-size:38px; margin-left:94px; margin-top:12px;
60
+ }
61
+ .flag{ width:64px; height:64px; }
62
+ .heading{
63
+ margin-top:60px; font-size:86px; font-weight:800;
64
+ }
65
+ .desc{ margin-top:36px; font-size:48px; color:#6b7280; }
66
+
67
+ /* Bottom sheet */
68
+ .sheet{
69
+ position:absolute; left:0; right:0; bottom:0;
70
+ background:linear-gradient(180deg, rgba(15,15,20,0.6) 0%, rgba(10,10,14,0.95) 20%, var(--card) 100%);
71
+ border-top-left-radius:36px; border-top-right-radius:36px;
72
+ padding:60px 56px 120px;
73
+ }
74
+ .grid{
75
+ display:grid; grid-template-columns:repeat(3, 1fr); gap:60px 80px;
76
+ }
77
+ .opt{
78
+ display:flex; flex-direction:column; align-items:center; text-align:center;
79
+ }
80
+ .opt .circle{
81
+ width:170px; height:170px; border:6px solid var(--accent);
82
+ border-radius:50%; display:flex; align-items:center; justify-content:center;
83
+ color:var(--accent); font-weight:800; font-size:48px; position:relative;
84
+ }
85
+ .opt .circle .mini-loop{
86
+ position:absolute; right:22px; bottom:22px;
87
+ }
88
+ .opt label{
89
+ margin-top:22px; font-size:44px; color:#c8cbe2;
90
+ }
91
+
92
+ /* Bottom actions */
93
+ .bottom-actions{
94
+ margin-top:50px;
95
+ display:grid; grid-template-columns:repeat(3, 1fr); gap:40px 40px;
96
+ align-items:end;
97
+ }
98
+ .action{
99
+ display:flex; flex-direction:column; align-items:center; text-align:center;
100
+ }
101
+ .action .pill{
102
+ width:140px; height:140px; border-radius:50%;
103
+ background:#111318; display:flex; align-items:center; justify-content:center;
104
+ border:2px solid #222533;
105
+ }
106
+ .action label{
107
+ margin-top:20px; font-size:42px; color:#d1d5db;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div class="status-left">9:42</div>
117
+ <div class="status-right">
118
+ <!-- Wi-Fi -->
119
+ <span class="icon" style="width:54px; height:54px;">
120
+ <svg width="54" height="54" viewBox="0 0 54 54" fill="none">
121
+ <path d="M9 20c8-7 28-7 36 0" stroke="#e5e7eb" stroke-width="4" stroke-linecap="round"/>
122
+ <path d="M14 26c6-5 20-5 26 0" stroke="#e5e7eb" stroke-width="4" stroke-linecap="round"/>
123
+ <path d="M21 33c4-3 8-3 12 0" stroke="#e5e7eb" stroke-width="4" stroke-linecap="round"/>
124
+ <circle cx="27" cy="40" r="3.5" fill="#e5e7eb"/>
125
+ </svg>
126
+ </span>
127
+ <!-- Battery -->
128
+ <span class="icon" style="width:70px; height:54px;">
129
+ <svg width="70" height="54" viewBox="0 0 70 54" fill="none">
130
+ <rect x="6" y="10" width="52" height="34" rx="6" stroke="#e5e7eb" stroke-width="4"/>
131
+ <rect x="12" y="16" width="40" height="22" rx="4" fill="#e5e7eb"/>
132
+ <rect x="60" y="18" width="6" height="18" rx="2" fill="#e5e7eb"/>
133
+ </svg>
134
+ </span>
135
+ <span style="font-size:40px;">100%</span>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- App Bar -->
140
+ <div class="app-bar">
141
+ <div class="app-left">
142
+ <!-- Back Arrow -->
143
+ <span class="icon" style="width:68px; height:68px;">
144
+ <svg width="68" height="68" viewBox="0 0 68 68" fill="none">
145
+ <path d="M40 16 L24 34 L40 52" stroke="#e5e7eb" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </span>
148
+ <div class="title">
149
+ <span>👋 Welcome</span>
150
+ <span class="chevron">
151
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none">
152
+ <path d="M12 16 L20 24 L28 16" stroke="#cfd2dc" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ </span>
155
+ </div>
156
+ </div>
157
+ <!-- Menu (vertical dots) -->
158
+ <span class="menu-btn icon">
159
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none">
160
+ <circle cx="32" cy="16" r="5" fill="#cfd2dc"/>
161
+ <circle cx="32" cy="32" r="5" fill="#cfd2dc"/>
162
+ <circle cx="32" cy="48" r="5" fill="#cfd2dc"/>
163
+ </svg>
164
+ </span>
165
+ </div>
166
+
167
+ <!-- Content -->
168
+ <div class="content">
169
+ <div class="event-row">
170
+ <div class="event-left">
171
+ <div class="checkbox"></div>
172
+ <div class="event-info">
173
+ <!-- Clock icon -->
174
+ <span class="icon" style="width:54px; height:54px;">
175
+ <svg width="54" height="54" viewBox="0 0 54 54" fill="none">
176
+ <circle cx="27" cy="27" r="22" stroke="#4c6cff" stroke-width="4"/>
177
+ <path d="M27 13v15l10 6" stroke="#4c6cff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ </span>
180
+ <span>Today, Aug 14, 09:40AM</span>
181
+ </div>
182
+ </div>
183
+ <!-- Flag -->
184
+ <span class="flag icon">
185
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none">
186
+ <path d="M16 10v44" stroke="#9aa3af" stroke-width="4"/>
187
+ <path d="M20 12h26l-6 10 6 10H20z" fill="#9aa3af"/>
188
+ </svg>
189
+ </span>
190
+ </div>
191
+
192
+ <div class="event-sub">
193
+ <!-- Repeat/refresh icon -->
194
+ <span class="icon" style="width:48px; height:48px;">
195
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
196
+ <path d="M12 28c2 6 10 9 16 6 6-3 8-11 4-17" stroke="#9aa3af" stroke-width="4" stroke-linecap="round"/>
197
+ <path d="M10 20l0-10 10 0" stroke="#9aa3af" stroke-width="4" stroke-linecap="round"/>
198
+ </svg>
199
+ </span>
200
+ <span>Daily</span>
201
+ </div>
202
+
203
+ <div class="heading">Study session</div>
204
+ <div class="desc">Description</div>
205
+ </div>
206
+
207
+ <!-- Bottom Sheet -->
208
+ <div class="sheet">
209
+ <div class="grid">
210
+ <!-- 15 mins -->
211
+ <div class="opt">
212
+ <div class="circle">
213
+ 15
214
+ <span class="mini-loop">
215
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none">
216
+ <path d="M8 22a12 12 0 0 1 20-8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
217
+ <path d="M28 10h8v8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
218
+ </svg>
219
+ </span>
220
+ </div>
221
+ <label>15 mins</label>
222
+ </div>
223
+
224
+ <!-- 1 hour -->
225
+ <div class="opt">
226
+ <div class="circle">
227
+ 1h
228
+ <span class="mini-loop">
229
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none">
230
+ <path d="M8 22a12 12 0 0 1 20-8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
231
+ <path d="M28 10h8v8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
232
+ </svg>
233
+ </span>
234
+ </div>
235
+ <label>1 hour</label>
236
+ </div>
237
+
238
+ <!-- 3 hours -->
239
+ <div class="opt">
240
+ <div class="circle">
241
+ 3h
242
+ <span class="mini-loop">
243
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none">
244
+ <path d="M8 22a12 12 0 0 1 20-8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
245
+ <path d="M28 10h8v8" stroke="#4c6cff" stroke-width="4" stroke-linecap="round"/>
246
+ </svg>
247
+ </span>
248
+ </div>
249
+ <label>3 hours</label>
250
+ </div>
251
+
252
+ <!-- Tomorrow -->
253
+ <div class="opt">
254
+ <div class="circle">
255
+ <svg width="120" height="120" viewBox="0 0 120 120" fill="none">
256
+ <rect x="24" y="64" width="72" height="30" rx="8" stroke="#4c6cff" stroke-width="6"/>
257
+ <path d="M60 40a16 16 0 1 0 0.1 0" stroke="#4c6cff" stroke-width="6" />
258
+ <path d="M60 24v12M42 48l-10 8M78 48l10 8" stroke="#4c6cff" stroke-width="6" stroke-linecap="round"/>
259
+ </svg>
260
+ </div>
261
+ <label>Tomorrow</label>
262
+ </div>
263
+
264
+ <!-- Today Afternoon -->
265
+ <div class="opt">
266
+ <div class="circle">
267
+ <svg width="120" height="120" viewBox="0 0 120 120" fill="none">
268
+ <circle cx="60" cy="52" r="22" stroke="#4c6cff" stroke-width="6"/>
269
+ <path d="M60 86v14" stroke="#4c6cff" stroke-width="6" stroke-linecap="round"/>
270
+ <path d="M39 52H26M94 52H81M48 40l-9-9M72 40l9-9M48 64l-9 9M72 64l9 9" stroke="#4c6cff" stroke-width="6" stroke-linecap="round"/>
271
+ </svg>
272
+ </div>
273
+ <label>Today<br/>Afternoon</label>
274
+ </div>
275
+
276
+ <!-- Custom -->
277
+ <div class="opt">
278
+ <div class="circle">
279
+ <svg width="120" height="120" viewBox="0 0 120 120" fill="none">
280
+ <path d="M34 86l0 20 20-6" stroke="#4c6cff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
281
+ <path d="M46 76l36-36 12 12-36 36-12-12z" stroke="#4c6cff" stroke-width="6" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+ <label>Custom</label>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Bottom actions -->
289
+ <div class="bottom-actions">
290
+ <div class="action">
291
+ <div class="pill">
292
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none">
293
+ <path d="M46 20 L28 40 L46 60" stroke="#cfd2dc" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
294
+ </svg>
295
+ </div>
296
+ <label>Back</label>
297
+ </div>
298
+ <div class="action">
299
+ <div class="pill">
300
+ <svg width="90" height="90" viewBox="0 0 90 90" fill="none">
301
+ <rect x="16" y="18" width="58" height="48" rx="8" stroke="#cfd2dc" stroke-width="5"/>
302
+ <path d="M32 18v12M58 18v12" stroke="#cfd2dc" stroke-width="5"/>
303
+ <path d="M45 60l14-14M45 60h18" stroke="#cfd2dc" stroke-width="5" stroke-linecap="round"/>
304
+ </svg>
305
+ </div>
306
+ <label>Go to<br/>Tomorrow</label>
307
+ </div>
308
+ <div class="action">
309
+ <div class="pill">
310
+ <svg width="90" height="90" viewBox="0 0 90 90" fill="none">
311
+ <rect x="16" y="18" width="58" height="48" rx="8" stroke="#cfd2dc" stroke-width="5"/>
312
+ <path d="M32 18v12M58 18v12" stroke="#cfd2dc" stroke-width="5"/>
313
+ <path d="M26 46h38" stroke="#cfd2dc" stroke-width="5" stroke-linecap="round"/>
314
+ <rect x="26" y="54" width="12" height="8" fill="#cfd2dc"/>
315
+ <rect x="44" y="54" width="12" height="8" fill="#cfd2dc"/>
316
+ </svg>
317
+ </div>
318
+ <label>Change Date</label>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ </div>
324
+ </body>
325
+ </html>
code/9179/9179_3.html ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: 'Roboto', Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #000000;
13
+ color: #FFFFFF;
14
+ }
15
+ .row { display: flex; align-items: center; }
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px;
19
+ padding: 0 36px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #FFFFFF;
22
+ font-weight: 500;
23
+ }
24
+ .status-left { font-size: 34px; letter-spacing: 0.5px; }
25
+ .status-right { display: flex; align-items: center; gap: 20px; }
26
+ .icon { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; }
27
+ .icon-sm { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; }
28
+ .muted { color: #9E9E9E; }
29
+ /* App bar */
30
+ .appbar {
31
+ position: absolute; top: 120px; left: 0; right: 0;
32
+ height: 120px; padding: 0 36px;
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .app-title-area { display: flex; align-items: center; gap: 18px; }
36
+ .app-title { font-size: 54px; font-weight: 700; }
37
+ /* Reminder line */
38
+ .reminder {
39
+ position: absolute; top: 250px; left: 36px; right: 36px;
40
+ display: flex; align-items: flex-start; justify-content: space-between;
41
+ }
42
+ .rem-left { display: flex; align-items: flex-start; gap: 24px; }
43
+ .rem-text { display: flex; flex-direction: column; gap: 12px; }
44
+ .rem-blue { color: #3B82F6; font-size: 36px; font-weight: 600; }
45
+ .rem-sub { color: #B0B0B0; font-size: 28px; }
46
+ /* Title and description */
47
+ .page-title {
48
+ position: absolute; top: 430px; left: 36px;
49
+ font-size: 64px; font-weight: 800;
50
+ }
51
+ .desc {
52
+ position: absolute; top: 540px; left: 36px;
53
+ font-size: 40px; color: #6F6F6F;
54
+ }
55
+ /* Bottom tools */
56
+ .bottom-tools {
57
+ position: absolute; bottom: 120px; left: 36px; right: 36px;
58
+ display: flex; align-items: center; gap: 70px;
59
+ }
60
+ .gesture {
61
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
62
+ width: 620px; height: 12px; background: #EDEDED; border-radius: 8px; opacity: 0.9;
63
+ }
64
+ /* SVG helpers */
65
+ svg { display: block; }
66
+ </style>
67
+ </head>
68
+ <body>
69
+ <div id="render-target">
70
+
71
+ <!-- Status Bar -->
72
+ <div class="status-bar">
73
+ <div class="status-left">9:43</div>
74
+ <div class="status-right">
75
+ <!-- Wi-Fi icon -->
76
+ <div class="icon-sm">
77
+ <svg width="42" height="42" viewBox="0 0 42 42">
78
+ <path d="M21 30c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z" fill="#FFFFFF"/>
79
+ <path d="M11 24c5.6-4.5 14.4-4.5 20 0" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
80
+ <path d="M6 18c8.7-7 21.3-7 30 0" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round"/>
81
+ </svg>
82
+ </div>
83
+ <!-- Battery icon + percentage -->
84
+ <div class="icon-sm">
85
+ <svg width="42" height="42" viewBox="0 0 42 42">
86
+ <rect x="8" y="12" width="24" height="18" rx="3" stroke="#FFFFFF" stroke-width="3" fill="none"/>
87
+ <rect x="33" y="17" width="3" height="8" rx="1.5" fill="#FFFFFF"/>
88
+ <rect x="10" y="15" width="18" height="12" rx="2" fill="#FFFFFF"/>
89
+ </svg>
90
+ </div>
91
+ <div style="font-size:28px;">100%</div>
92
+ </div>
93
+ </div>
94
+
95
+ <!-- App Bar -->
96
+ <div class="appbar">
97
+ <div class="app-title-area">
98
+ <!-- Back Arrow -->
99
+ <div class="icon">
100
+ <svg width="56" height="56" viewBox="0 0 56 56">
101
+ <path d="M34 12 L18 28 L34 44" stroke="#FFFFFF" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
102
+ </svg>
103
+ </div>
104
+ <div style="display:flex; align-items:center; gap:12px;">
105
+ <div style="font-size:52px;">👋</div>
106
+ <div class="app-title">Welcome</div>
107
+ <div class="icon-sm">
108
+ <svg width="42" height="42" viewBox="0 0 42 42">
109
+ <path d="M12 16 L21 26 L30 16" stroke="#FFFFFF" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
110
+ </svg>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ <!-- More (vertical dots) -->
115
+ <div class="icon">
116
+ <svg width="56" height="56" viewBox="0 0 56 56">
117
+ <circle cx="28" cy="14" r="4" fill="#FFFFFF"/>
118
+ <circle cx="28" cy="28" r="4" fill="#FFFFFF"/>
119
+ <circle cx="28" cy="42" r="4" fill="#FFFFFF"/>
120
+ </svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Reminder section -->
125
+ <div class="reminder">
126
+ <div class="rem-left">
127
+ <!-- Checkbox square -->
128
+ <div class="icon">
129
+ <svg width="56" height="56" viewBox="0 0 56 56">
130
+ <rect x="8" y="8" width="40" height="40" rx="6" stroke="#BDBDBD" stroke-width="4" fill="none"/>
131
+ </svg>
132
+ </div>
133
+ <div class="rem-text">
134
+ <div style="display:flex; align-items:center; gap:14px;">
135
+ <!-- Alarm icon -->
136
+ <div class="icon-sm">
137
+ <svg width="42" height="42" viewBox="0 0 42 42">
138
+ <circle cx="21" cy="23" r="11" stroke="#3B82F6" stroke-width="3" fill="none"/>
139
+ <path d="M21 23 L21 17" stroke="#3B82F6" stroke-width="3" stroke-linecap="round"/>
140
+ <path d="M21 23 L26 26" stroke="#3B82F6" stroke-width="3" stroke-linecap="round"/>
141
+ <path d="M12 10 L7 6" stroke="#3B82F6" stroke-width="3" stroke-linecap="round"/>
142
+ <path d="M30 10 L35 6" stroke="#3B82F6" stroke-width="3" stroke-linecap="round"/>
143
+ </svg>
144
+ </div>
145
+ <div class="rem-blue">Aug 14, 09:40AM snooze until: 09:58AM</div>
146
+ </div>
147
+ <div class="rem-sub">Daily</div>
148
+ </div>
149
+ </div>
150
+ <!-- Flag icon -->
151
+ <div class="icon">
152
+ <svg width="56" height="56" viewBox="0 0 56 56">
153
+ <path d="M16 10 L16 46" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
154
+ <path d="M16 12 L42 16 L28 24 L42 28 L16 32" fill="#FFFFFF"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Content Title -->
160
+ <div class="page-title">Study session</div>
161
+ <div class="desc">Description</div>
162
+
163
+ <!-- Bottom tools -->
164
+ <div class="bottom-tools">
165
+ <!-- Tag icon -->
166
+ <div class="icon">
167
+ <svg width="56" height="56" viewBox="0 0 56 56">
168
+ <path d="M10 22 L28 10 L46 28 L28 46 L10 28 Z" stroke="#BDBDBD" stroke-width="3" fill="none"/>
169
+ <circle cx="22" cy="22" r="4" fill="#BDBDBD"/>
170
+ </svg>
171
+ </div>
172
+ <!-- List icon -->
173
+ <div class="icon">
174
+ <svg width="56" height="56" viewBox="0 0 56 56">
175
+ <circle cx="12" cy="16" r="4" fill="#BDBDBD"/>
176
+ <circle cx="12" cy="28" r="4" fill="#BDBDBD"/>
177
+ <circle cx="12" cy="40" r="4" fill="#BDBDBD"/>
178
+ <rect x="22" y="14" width="28" height="4" rx="2" fill="#BDBDBD"/>
179
+ <rect x="22" y="26" width="28" height="4" rx="2" fill="#BDBDBD"/>
180
+ <rect x="22" y="38" width="28" height="4" rx="2" fill="#BDBDBD"/>
181
+ </svg>
182
+ </div>
183
+ <!-- Image icon -->
184
+ <div class="icon">
185
+ <svg width="56" height="56" viewBox="0 0 56 56">
186
+ <rect x="8" y="10" width="40" height="36" rx="6" stroke="#BDBDBD" stroke-width="3" fill="none"/>
187
+ <circle cx="22" cy="22" r="5" fill="#BDBDBD"/>
188
+ <path d="M12 38 L24 26 L34 34 L40 30 L48 38" fill="#BDBDBD"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Gesture bar -->
194
+ <div class="gesture"></div>
195
+ </div>
196
+ </body>
197
+ </html>
code/9180/9180_0.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home UI - USB Debugging Prompt</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background:
18
+ radial-gradient(1200px 1600px at 20% 30%, rgba(30,32,35,0.9), rgba(16,18,20,0.95)),
19
+ repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, rgba(0,0,0,0) 6px, rgba(0,0,0,0) 12px),
20
+ linear-gradient(180deg, #0e1114 0%, #14171b 100%);
21
+ color: #fff;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 100%;
30
+ height: 88px;
31
+ color: #fff;
32
+ font-size: 34px;
33
+ line-height: 88px;
34
+ padding: 0 36px;
35
+ box-sizing: border-box;
36
+ }
37
+ .status-left {
38
+ position: absolute;
39
+ left: 36px;
40
+ top: 0;
41
+ height: 88px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .status-left .time {
47
+ font-weight: 600;
48
+ letter-spacing: 0.5px;
49
+ }
50
+ .status-right {
51
+ position: absolute;
52
+ right: 26px;
53
+ top: 0;
54
+ height: 88px;
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 22px;
58
+ }
59
+ .icon {
60
+ width: 36px;
61
+ height: 36px;
62
+ }
63
+ .battery {
64
+ width: 54px;
65
+ height: 28px;
66
+ }
67
+
68
+ /* Large date and weather */
69
+ .date-block {
70
+ position: absolute;
71
+ left: 72px;
72
+ top: 420px;
73
+ color: #d9d9d9;
74
+ }
75
+ .date-block .date {
76
+ font-size: 56px;
77
+ font-weight: 500;
78
+ letter-spacing: 0.4px;
79
+ }
80
+ .weather {
81
+ margin-top: 24px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 18px;
85
+ color: #cfd3d6;
86
+ font-size: 36px;
87
+ }
88
+
89
+ /* Dock icons */
90
+ .dock {
91
+ position: absolute;
92
+ left: 0;
93
+ right: 0;
94
+ bottom: 330px;
95
+ height: 180px;
96
+ display: flex;
97
+ justify-content: center;
98
+ gap: 120px;
99
+ }
100
+ .dock .circle {
101
+ width: 140px;
102
+ height: 140px;
103
+ border-radius: 70px;
104
+ background: rgba(255,255,255,0.08);
105
+ display: flex;
106
+ justify-content: center;
107
+ align-items: center;
108
+ backdrop-filter: blur(2px);
109
+ }
110
+
111
+ /* USB debugging modal */
112
+ .modal {
113
+ position: absolute;
114
+ left: 60px;
115
+ right: 60px;
116
+ bottom: 510px;
117
+ background: rgba(24,24,26,0.92);
118
+ border-radius: 36px;
119
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
120
+ padding: 44px 44px 32px;
121
+ color: #eaeaea;
122
+ }
123
+ .modal h2 {
124
+ margin: 0 0 22px;
125
+ font-size: 48px;
126
+ font-weight: 700;
127
+ color: #f5f5f5;
128
+ }
129
+ .modal .desc {
130
+ font-size: 32px;
131
+ color: #bfc3c7;
132
+ line-height: 1.4;
133
+ }
134
+ .modal .key {
135
+ margin-top: 14px;
136
+ font-size: 34px;
137
+ color: #ffffff;
138
+ letter-spacing: 1px;
139
+ }
140
+ .checkbox-row {
141
+ margin-top: 30px;
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 18px;
145
+ color: #d7d9dc;
146
+ font-size: 34px;
147
+ }
148
+ .checkbox {
149
+ width: 42px;
150
+ height: 42px;
151
+ border-radius: 10px;
152
+ border: 2px solid #b7bbc0;
153
+ box-sizing: border-box;
154
+ background: transparent;
155
+ }
156
+ .modal-actions {
157
+ margin-top: 34px;
158
+ display: flex;
159
+ justify-content: flex-end;
160
+ gap: 44px;
161
+ }
162
+ .btn {
163
+ font-size: 40px;
164
+ font-weight: 600;
165
+ padding: 14px 20px;
166
+ border-radius: 20px;
167
+ }
168
+ .btn.cancel { color: #6cb6ff; }
169
+ .btn.primary { color: #ffffff; }
170
+
171
+ /* Search bar */
172
+ .search-bar {
173
+ position: absolute;
174
+ left: 60px;
175
+ right: 60px;
176
+ bottom: 160px;
177
+ height: 120px;
178
+ background: rgba(255,255,255,0.1);
179
+ border-radius: 60px;
180
+ border: 1px solid rgba(255,255,255,0.15);
181
+ display: flex;
182
+ align-items: center;
183
+ padding: 0 34px;
184
+ box-sizing: border-box;
185
+ color: #fff;
186
+ }
187
+ .search-left {
188
+ display: flex;
189
+ align-items: center;
190
+ gap: 22px;
191
+ font-size: 40px;
192
+ font-weight: 600;
193
+ }
194
+ .search-spacer {
195
+ flex: 1;
196
+ }
197
+ .search-right {
198
+ display: flex;
199
+ align-items: center;
200
+ gap: 24px;
201
+ }
202
+ .right-pill {
203
+ width: 84px;
204
+ height: 84px;
205
+ border-radius: 42px;
206
+ background: rgba(255,255,255,0.16);
207
+ display: flex;
208
+ justify-content: center;
209
+ align-items: center;
210
+ }
211
+
212
+ /* Home indicator */
213
+ .home-indicator {
214
+ position: absolute;
215
+ bottom: 56px;
216
+ left: 50%;
217
+ transform: translateX(-50%);
218
+ width: 240px;
219
+ height: 10px;
220
+ border-radius: 10px;
221
+ background: rgba(255,255,255,0.8);
222
+ }
223
+
224
+ /* Simple label below dock icons (dimmed) */
225
+ .dock-label {
226
+ position: absolute;
227
+ color: rgba(255,255,255,0.18);
228
+ font-size: 36px;
229
+ top: 50%;
230
+ transform: translateY(55px);
231
+ width: 100%;
232
+ text-align: center;
233
+ }
234
+ </style>
235
+ </head>
236
+ <body>
237
+ <div id="render-target">
238
+
239
+ <!-- Status bar -->
240
+ <div class="status-bar">
241
+ <div class="status-left">
242
+ <div class="time">10:04</div>
243
+ </div>
244
+ <div class="status-right">
245
+ <!-- WiFi icon -->
246
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
247
+ <path d="M2 8c5-4 15-4 20 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
248
+ <path d="M5 11c3.5-3 10.5-3 14 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round" opacity="0.8"/>
249
+ <path d="M8 14c2-2 6-2 8 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
250
+ <circle cx="12" cy="18" r="2" fill="#ffffff"/>
251
+ </svg>
252
+ <!-- Battery icon -->
253
+ <svg class="battery" viewBox="0 0 28 16" fill="none">
254
+ <rect x="1" y="1" width="22" height="14" rx="3" stroke="#ffffff" stroke-width="2"/>
255
+ <rect x="3" y="3" width="16" height="10" rx="2" fill="#ffffff"/>
256
+ <rect x="24" y="5" width="3" height="6" rx="1.5" fill="#ffffff"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Date and weather -->
262
+ <div class="date-block">
263
+ <div class="date">Fri, Oct 20</div>
264
+ <div class="weather">
265
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
266
+ <path d="M15 3c-4 2-6 8 0 14 2 2 6 2 8 0-3 3-9 3-13 0-4-4-4-10 0-14 2-2 5-2 5 0z" fill="#cfd3d6"/>
267
+ </svg>
268
+ <div>23°C</div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Dock icons -->
273
+ <div class="dock">
274
+ <div class="circle">
275
+ <!-- Phone -->
276
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
277
+ <path d="M6 3c-1 1-1 3 0 5s4 6 6 7 4 1 5 0l2-2c.8-.8.6-2-1.2-2.4l-3-.6c-.6-.1-1.1.1-1.4.5l-1 1c-1.5-.6-3-2-3.6-3.6l1-1c.4-.4.6-.9.5-1.4l-.6-3C9 2.4 7.8 2.2 7 3L6 3z" fill="#ffffff"/>
278
+ </svg>
279
+ </div>
280
+ <div class="circle">
281
+ <!-- Messages -->
282
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
283
+ <path d="M4 5h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H10l-5 3v-3H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" fill="#ffffff"/>
284
+ </svg>
285
+ </div>
286
+ <div class="circle">
287
+ <!-- Chrome (simplified) -->
288
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
289
+ <circle cx="12" cy="12" r="9.8" stroke="#ffffff" stroke-width="2" opacity="0.8"/>
290
+ <circle cx="12" cy="12" r="4" fill="#4caf50"/>
291
+ <path d="M12 2a10 10 0 0 1 8.7 5.2H12" stroke="#f44336" stroke-width="4" stroke-linecap="round"/>
292
+ <path d="M4.5 8.5A10 10 0 0 1 12 22l-5.5-9.5" stroke="#ffeb3b" stroke-width="3" stroke-linecap="round"/>
293
+ </svg>
294
+ </div>
295
+ <div class="circle">
296
+ <!-- Camera -->
297
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="none">
298
+ <rect x="3" y="7" width="18" height="12" rx="3" stroke="#ffffff" stroke-width="2"/>
299
+ <circle cx="12" cy="13" r="4" fill="#ffffff"/>
300
+ <rect x="7" y="4" width="5" height="3" rx="1.5" fill="#ffffff"/>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- USB debugging modal -->
306
+ <div class="modal">
307
+ <h2>Allow USB debugging?</h2>
308
+ <div class="desc">The computer's RSA key fingerprint is:</div>
309
+ <div class="key">72:EC:06:55:64:2A:FE:1D:1F:14:85:47:AA:9A:75:2E</div>
310
+
311
+ <div class="checkbox-row">
312
+ <div class="checkbox"></div>
313
+ <div>Always allow from this computer</div>
314
+ </div>
315
+
316
+ <div class="modal-actions">
317
+ <div class="btn cancel">Cancel</div>
318
+ <div class="btn primary">Allow</div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Search bar -->
323
+ <div class="search-bar">
324
+ <div class="search-left">
325
+ <div style="color:#4FC3F7;">G</div>
326
+ </div>
327
+ <div class="search-spacer"></div>
328
+ <div class="search-right">
329
+ <div class="right-pill">
330
+ <!-- Mic -->
331
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
332
+ <rect x="8" y="4" width="8" height="10" rx="4" fill="#ffffff"/>
333
+ <path d="M6 11a6 6 0 0 0 12 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
334
+ <path d="M12 18v3" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
335
+ </svg>
336
+ </div>
337
+ <div class="right-pill">
338
+ <!-- Lens/camera -->
339
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
340
+ <rect x="4" y="5" width="16" height="14" rx="3" stroke="#ffffff" stroke-width="2"/>
341
+ <circle cx="12" cy="12" r="4" fill="#ffffff"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Home indicator -->
348
+ <div class="home-indicator"></div>
349
+ </div>
350
+ </body>
351
+ </html>
code/9180/9180_1.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home UI - Render</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background:
13
+ radial-gradient(1500px 900px at 60% 20%, #0f1216 0%, #0c0f13 50%, #0b0e12 100%),
14
+ repeating-linear-gradient(120deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 4px, transparent 4px, transparent 22px);
15
+ color: #fff;
16
+ }
17
+
18
+ /* STATUS BAR */
19
+ .status-bar {
20
+ position: absolute; top: 22px; left: 28px; right: 28px;
21
+ display: flex; justify-content: space-between; align-items: center;
22
+ font-size: 28px; letter-spacing: 0.5px;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 18px; }
25
+ .mini-square { width: 28px; height: 28px; background: #fff; border-radius: 6px; opacity: 0.85; }
26
+ .status-right { display: flex; align-items: center; gap: 22px; }
27
+ .icon-inline { width: 40px; height: 40px; }
28
+
29
+ /* DATE + WEATHER */
30
+ .date {
31
+ position: absolute; top: 150px; left: 60px;
32
+ font-size: 64px; font-weight: 500;
33
+ }
34
+ .weather {
35
+ position: absolute; top: 250px; left: 60px;
36
+ display: flex; align-items: center; gap: 22px;
37
+ font-size: 42px; font-weight: 500;
38
+ }
39
+
40
+ /* APP GRID */
41
+ .app-row {
42
+ position: absolute; left: 0; right: 0;
43
+ display: flex; justify-content: space-around; align-items: flex-start;
44
+ padding: 0 40px;
45
+ }
46
+ .row-1 { top: 1460px; }
47
+ .row-2 { top: 1760px; }
48
+
49
+ .app {
50
+ width: 210px; text-align: center;
51
+ }
52
+ .icon-circle {
53
+ width: 170px; height: 170px; border-radius: 50%;
54
+ background: #fff; display: flex; align-items: center; justify-content: center;
55
+ box-shadow: 0 8px 24px rgba(0,0,0,0.45);
56
+ margin: 0 auto 22px;
57
+ }
58
+ .label {
59
+ font-size: 36px; color: #ffffff; opacity: 0.95;
60
+ }
61
+
62
+ /* SEARCH BAR */
63
+ .search-bar {
64
+ position: absolute; left: 60px; right: 60px; bottom: 200px;
65
+ height: 140px; border-radius: 70px; background: #2d3237;
66
+ display: flex; align-items: center; justify-content: space-between;
67
+ padding: 0 40px; box-shadow: 0 10px 24px rgba(0,0,0,0.55);
68
+ }
69
+ .search-left { display: flex; align-items: center; gap: 22px; }
70
+ .google-chip {
71
+ width: 88px; height: 88px; border-radius: 50%;
72
+ background: #1f2328; display: flex; align-items: center; justify-content: center;
73
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
74
+ }
75
+ .search-right { display: flex; align-items: center; gap: 26px; }
76
+ .gesture {
77
+ position: absolute; left: 50%; transform: translateX(-50%);
78
+ bottom: 60px; width: 420px; height: 10px; border-radius: 12px; background: rgba(255,255,255,0.92);
79
+ }
80
+ </style>
81
+ </head>
82
+ <body>
83
+ <div id="render-target">
84
+
85
+ <!-- STATUS BAR -->
86
+ <div class="status-bar">
87
+ <div class="status-left">
88
+ <div style="font-weight:600;">10:05</div>
89
+ <div class="mini-square"></div>
90
+ <div class="mini-square" style="opacity:.65;"></div>
91
+ <div class="mini-square" style="width:22px;height:22px;border-radius:4px;opacity:.85;"></div>
92
+ </div>
93
+ <div class="status-right">
94
+ <!-- WiFi -->
95
+ <svg class="icon-inline" viewBox="0 0 24 24">
96
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.8"/>
97
+ <path d="M5 11c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
98
+ <path d="M8 14c3-2 5-2 8 0" stroke="#fff" stroke-width="2" fill="none"/>
99
+ <circle cx="12" cy="17" r="2" fill="#fff"/>
100
+ </svg>
101
+ <!-- Battery -->
102
+ <svg class="icon-inline" viewBox="0 0 36 24">
103
+ <rect x="2" y="5" width="28" height="14" rx="3" ry="3" fill="none" stroke="#fff" stroke-width="2"/>
104
+ <rect x="5" y="8" width="22" height="8" rx="2" fill="#fff"/>
105
+ <rect x="31" y="8" width="4" height="8" rx="1" fill="#fff"/>
106
+ </svg>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- DATE + WEATHER -->
111
+ <div class="date">Fri, Oct 20</div>
112
+ <div class="weather">
113
+ <!-- Moon icon -->
114
+ <svg viewBox="0 0 40 40" width="50" height="50">
115
+ <circle cx="22" cy="20" r="14" fill="#9bb3ff" />
116
+ <circle cx="26" cy="16" r="14" fill="#0f1216"/>
117
+ </svg>
118
+ <div>23°C</div>
119
+ </div>
120
+
121
+ <!-- FIRST ROW OF APPS -->
122
+ <div class="app-row row-1">
123
+ <!-- Play Store -->
124
+ <div class="app">
125
+ <div class="icon-circle">
126
+ <svg viewBox="0 0 100 100" width="120" height="120">
127
+ <path d="M10 50 L40 32 L40 68 Z" fill="#4CAF50"/>
128
+ <path d="M40 32 L80 18 L56 45 Z" fill="#2196F3"/>
129
+ <path d="M56 55 L80 82 L40 68 Z" fill="#F44336"/>
130
+ <path d="M56 45 L80 18 L80 82 L56 55 Z" fill="#FFEB3B"/>
131
+ </svg>
132
+ </div>
133
+ <div class="label">Play Store</div>
134
+ </div>
135
+
136
+ <!-- Gmail -->
137
+ <div class="app">
138
+ <div class="icon-circle">
139
+ <svg viewBox="0 0 100 100" width="120" height="120">
140
+ <rect x="12" y="28" width="76" height="44" rx="8" fill="#ffffff" stroke="#cfcfcf"/>
141
+ <path d="M12 30 L50 56 L88 30" stroke="#EA4335" stroke-width="12" fill="none" />
142
+ <path d="M12 72 L12 34 L50 56 L88 34 L88 72" stroke="#34A853" stroke-width="0" fill="none"/>
143
+ <path d="M12 34 L12 72" stroke="#FBBC05" stroke-width="0"/>
144
+ </svg>
145
+ </div>
146
+ <div class="label">Gmail</div>
147
+ </div>
148
+
149
+ <!-- Photos -->
150
+ <div class="app">
151
+ <div class="icon-circle">
152
+ <svg viewBox="0 0 100 100" width="120" height="120">
153
+ <circle cx="50" cy="28" r="18" fill="#F44336"/>
154
+ <circle cx="72" cy="50" r="18" fill="#4285F4"/>
155
+ <circle cx="50" cy="72" r="18" fill="#34A853"/>
156
+ <circle cx="28" cy="50" r="18" fill="#FBBC05"/>
157
+ <circle cx="50" cy="50" r="12" fill="#ffffff"/>
158
+ </svg>
159
+ </div>
160
+ <div class="label">Photos</div>
161
+ </div>
162
+
163
+ <!-- YouTube -->
164
+ <div class="app">
165
+ <div class="icon-circle">
166
+ <svg viewBox="0 0 100 100" width="120" height="120">
167
+ <rect x="18" y="32" width="64" height="36" rx="10" fill="#FF0000"/>
168
+ <polygon points="45,50 45,64 63,57" fill="#fff"/>
169
+ </svg>
170
+ </div>
171
+ <div class="label">YouTube</div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- SECOND ROW OF APPS -->
176
+ <div class="app-row row-2">
177
+ <!-- Phone -->
178
+ <div class="app">
179
+ <div class="icon-circle">
180
+ <svg viewBox="0 0 100 100" width="120" height="120">
181
+ <path d="M26 30c4-4 10-4 13 0l6 6c2 2 2 5 0 7l-6 6c6 10 14 16 24 20l6-6c2-2 5-2 7 0l6 6c4 4 4 9 0 13-3 3-8 4-12 3-28-7-49-28-56-56-1-4 0-9 3-12z" fill="#4CAF50"/>
182
+ </svg>
183
+ </div>
184
+ <div class="label">Phone</div>
185
+ </div>
186
+
187
+ <!-- Messages -->
188
+ <div class="app">
189
+ <div class="icon-circle">
190
+ <svg viewBox="0 0 100 100" width="120" height="120">
191
+ <rect x="18" y="24" width="64" height="42" rx="12" fill="#4285F4"/>
192
+ <polygon points="40,66 40,84 56,72" fill="#4285F4"/>
193
+ <rect x="28" y="36" width="44" height="6" rx="3" fill="#ffffff" opacity="0.9"/>
194
+ <rect x="28" y="46" width="32" height="6" rx="3" fill="#ffffff" opacity="0.9"/>
195
+ </svg>
196
+ </div>
197
+ <div class="label">Messages</div>
198
+ </div>
199
+
200
+ <!-- Chrome -->
201
+ <div class="app">
202
+ <div class="icon-circle">
203
+ <svg viewBox="0 0 100 100" width="120" height="120">
204
+ <circle cx="50" cy="50" r="45" fill="#DB4437"/>
205
+ <path d="M50 50 L88 50 A38 38 0 0 1 20 20 Z" fill="#F4B400"/>
206
+ <path d="M50 50 L32 82 A38 38 0 0 1 12 40 L50 50 Z" fill="#0F9D58"/>
207
+ <circle cx="50" cy="50" r="22" fill="#4285F4"/>
208
+ <circle cx="50" cy="50" r="12" fill="#ffffff"/>
209
+ </svg>
210
+ </div>
211
+ <div class="label">Chrome</div>
212
+ </div>
213
+
214
+ <!-- Camera -->
215
+ <div class="app">
216
+ <div class="icon-circle">
217
+ <svg viewBox="0 0 100 100" width="120" height="120">
218
+ <rect x="20" y="30" width="60" height="40" rx="8" fill="#455A64"/>
219
+ <rect x="35" y="18" width="30" height="12" rx="4" fill="#78909C"/>
220
+ <circle cx="50" cy="50" r="14" fill="#90CAF9"/>
221
+ <circle cx="50" cy="50" r="8" fill="#ffffff"/>
222
+ </svg>
223
+ </div>
224
+ <div class="label">Camera</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- SEARCH BAR -->
229
+ <div class="search-bar">
230
+ <div class="search-left">
231
+ <div class="google-chip">
232
+ <!-- Google G -->
233
+ <svg viewBox="0 0 100 100" width="60" height="60">
234
+ <circle cx="50" cy="50" r="28" fill="none" stroke="#4285F4" stroke-width="10"/>
235
+ <path d="M78 50 H50" stroke="#34A853" stroke-width="10"/>
236
+ <path d="M50 78 A28 28 0 0 1 22 50" stroke="#FBBC05" stroke-width="10" fill="none"/>
237
+ <path d="M22 50 A28 28 0 0 1 50 22" stroke="#EA4335" stroke-width="10" fill="none"/>
238
+ </svg>
239
+ </div>
240
+ <div style="color:#cfd8dc; font-size:34px;">Search...</div>
241
+ </div>
242
+ <div class="search-right">
243
+ <!-- Microphone -->
244
+ <svg viewBox="0 0 24 24" width="44" height="44">
245
+ <rect x="8" y="4" width="8" height="12" rx="4" fill="#FF5252"/>
246
+ <path d="M6 11a6 6 0 0 0 12 0" fill="none" stroke="#fff" stroke-width="2"/>
247
+ <rect x="11" y="17" width="2" height="5" fill="#fff"/>
248
+ <rect x="9" y="22" width="6" height="1.8" fill="#fff" rx="1"/>
249
+ </svg>
250
+ <!-- Google Lens (camera) -->
251
+ <svg viewBox="0 0 24 24" width="48" height="48">
252
+ <rect x="4" y="6" width="16" height="12" rx="3" fill="#90A4AE"/>
253
+ <circle cx="12" cy="12" r="4" fill="#42A5F5"/>
254
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Gesture bar -->
260
+ <div class="gesture"></div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/9180/9180_10.html ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>What's your name? - UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ color: #222;
29
+ font-size: 36px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .icon-wifi, .icon-battery {
38
+ width: 46px;
39
+ height: 46px;
40
+ }
41
+
42
+ /* Back button */
43
+ .back-btn {
44
+ position: absolute;
45
+ top: 134px;
46
+ left: 28px;
47
+ width: 72px;
48
+ height: 72px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ cursor: default;
53
+ }
54
+ .back-btn svg { width: 48px; height: 48px; }
55
+
56
+ /* Content */
57
+ .content {
58
+ position: absolute;
59
+ top: 228px;
60
+ left: 40px;
61
+ width: 1000px;
62
+ }
63
+ .heading {
64
+ font-size: 92px;
65
+ font-weight: 800;
66
+ color: #111;
67
+ line-height: 1.05;
68
+ margin: 0 0 40px 0;
69
+ }
70
+
71
+ .form-group { margin: 40px 0 24px 0; }
72
+ .label {
73
+ font-size: 34px;
74
+ color: #6B6B6B;
75
+ margin: 0 0 18px 6px;
76
+ }
77
+ .input {
78
+ height: 160px;
79
+ border: 2px solid #CFCFCF;
80
+ border-radius: 22px;
81
+ padding: 40px;
82
+ font-size: 60px;
83
+ color: #111;
84
+ box-sizing: border-box;
85
+ }
86
+
87
+ /* CTA Button */
88
+ .cta {
89
+ position: absolute;
90
+ left: 40px;
91
+ right: 40px;
92
+ bottom: 960px; /* sits just above the keyboard */
93
+ height: 120px;
94
+ background: #232323;
95
+ border-radius: 64px;
96
+ color: #F6E71D;
97
+ font-weight: 800;
98
+ font-size: 44px;
99
+ letter-spacing: 2px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ }
104
+
105
+ /* Keyboard (mock) */
106
+ .keyboard {
107
+ position: absolute;
108
+ bottom: 0;
109
+ left: 0;
110
+ width: 1080px;
111
+ height: 900px;
112
+ background: #121214;
113
+ box-sizing: border-box;
114
+ padding: 26px 28px 40px 28px;
115
+ color: #EDEDED;
116
+ }
117
+ .kb-suggest {
118
+ height: 110px;
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 24px;
122
+ color: #DADADA;
123
+ font-size: 38px;
124
+ }
125
+ .chip {
126
+ padding: 12px 24px;
127
+ border-radius: 18px;
128
+ background: #1E1E20;
129
+ border: 1px solid #2C2C2E;
130
+ }
131
+ .kb-rows { margin-top: 22px; }
132
+ .kb-row {
133
+ display: grid;
134
+ grid-template-columns: repeat(10, 1fr);
135
+ gap: 16px;
136
+ margin-bottom: 22px;
137
+ }
138
+ .key {
139
+ height: 120px;
140
+ border-radius: 22px;
141
+ background: #1D1D1F;
142
+ border: 1px solid #2C2C2E;
143
+ }
144
+ .kb-bottom-row {
145
+ display: grid;
146
+ grid-template-columns: 1.1fr 6fr 1.1fr 1.1fr;
147
+ gap: 16px;
148
+ margin-top: 8px;
149
+ }
150
+ .key-light {
151
+ background: #2A2A2C;
152
+ border: 1px solid #3A3A3C;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Status bar -->
160
+ <div class="status-bar">
161
+ <div>10:10</div>
162
+ <div class="status-right">
163
+ <!-- Simple placeholder icons -->
164
+ <svg class="icon-wifi" viewBox="0 0 24 24">
165
+ <path d="M2 8c5-4 15-4 20 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
166
+ <path d="M5 12c3-3 11-3 14 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
167
+ <circle cx="12" cy="16" r="2" fill="#222"/>
168
+ </svg>
169
+ <svg class="icon-battery" viewBox="0 0 28 16">
170
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"/>
171
+ <rect x="3" y="4" width="16" height="8" rx="1" ry="1" fill="#222"/>
172
+ <rect x="23" y="6" width="4" height="4" rx="1" fill="#222"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Back button -->
178
+ <div class="back-btn" aria-label="Back">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M15 4L7 12l8 8" stroke="#3A3A3A" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
181
+ </svg>
182
+ </div>
183
+
184
+ <!-- Main content -->
185
+ <div class="content">
186
+ <h1 class="heading">What’s your name?</h1>
187
+
188
+ <div class="form-group">
189
+ <div class="label">First name</div>
190
+ <div class="input">Levi</div>
191
+ </div>
192
+
193
+ <div class="form-group" style="margin-top: 56px;">
194
+ <div class="label">Last name</div>
195
+ <div class="input">Loon</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- CTA Button -->
200
+ <div class="cta">CREATE ACCOUNT</div>
201
+
202
+ <!-- Keyboard mock -->
203
+ <div class="keyboard">
204
+ <div class="kb-suggest">
205
+ <div class="chip">Loon</div>
206
+ <div class="chip">Lion</div>
207
+ <div class="chip">Looney</div>
208
+ <div style="margin-left:auto; display:flex; align-items:center;">
209
+ <svg viewBox="0 0 24 24" width="64" height="64">
210
+ <circle cx="12" cy="12" r="10" fill="#2A2A2C"/>
211
+ <rect x="10" y="6" width="4" height="8" rx="2" fill="#DADADA"/>
212
+ <path d="M8 14c1.5 3 6.5 3 8 0" stroke="#DADADA" stroke-width="2" fill="none" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="kb-rows">
218
+ <div class="kb-row">
219
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
220
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
221
+ </div>
222
+ <div class="kb-row">
223
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
224
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
225
+ </div>
226
+ <div class="kb-row">
227
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
228
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
229
+ </div>
230
+ <div class="kb-bottom-row">
231
+ <div class="key key-light"></div>
232
+ <div class="key key-light"></div>
233
+ <div class="key key-light"></div>
234
+ <div class="key key-light"></div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ </div>
240
+ </body>
241
+ </html>
code/9180/9180_11.html ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Create Account - Name</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Inter, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #F4F5F7;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 40px;
27
+ color: #0F0F0F;
28
+ font-weight: 600;
29
+ font-size: 36px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ gap: 28px;
34
+ align-items: center;
35
+ }
36
+ .icon {
37
+ width: 42px;
38
+ height: 42px;
39
+ }
40
+
41
+ /* Page content */
42
+ .content-wrap {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 0;
46
+ right: 0;
47
+ bottom: 0;
48
+ padding: 40px;
49
+ }
50
+
51
+ .form-card {
52
+ background: #FFFFFF;
53
+ border-radius: 28px;
54
+ box-shadow: 0 12px 24px rgba(0,0,0,0.06);
55
+ width: 100%;
56
+ height: 2000px;
57
+ padding: 40px;
58
+ position: relative;
59
+ }
60
+
61
+ .back-btn {
62
+ position: absolute;
63
+ top: 24px;
64
+ left: 24px;
65
+ width: 80px;
66
+ height: 80px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ color: #1C1C1E;
71
+ }
72
+
73
+ .page-title {
74
+ margin-top: 120px;
75
+ font-size: 80px;
76
+ line-height: 92px;
77
+ font-weight: 800;
78
+ letter-spacing: -1px;
79
+ color: #101114;
80
+ }
81
+
82
+ .field-group {
83
+ margin-top: 64px;
84
+ }
85
+ .label {
86
+ font-size: 32px;
87
+ color: #4A4A4A;
88
+ margin-bottom: 18px;
89
+ }
90
+ .text-input {
91
+ width: 100%;
92
+ height: 140px;
93
+ border-radius: 22px;
94
+ border: 2px solid #D5D7DB;
95
+ padding: 36px 32px;
96
+ font-size: 56px;
97
+ color: #111;
98
+ box-sizing: border-box;
99
+ outline: none;
100
+ }
101
+
102
+ /* Bottom CTA */
103
+ .cta-wrap {
104
+ position: absolute;
105
+ left: 40px;
106
+ right: 40px;
107
+ bottom: 140px;
108
+ }
109
+ .cta-btn {
110
+ height: 140px;
111
+ width: 100%;
112
+ border-radius: 70px;
113
+ background: #141414;
114
+ color: #D1D64F;
115
+ font-weight: 800;
116
+ font-size: 44px;
117
+ letter-spacing: 6px;
118
+ text-transform: uppercase;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
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">10:11</div>
131
+ <div class="status-right">
132
+ <!-- simple WiFi icon -->
133
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
134
+ <path d="M2 8c6-6 14-6 20 0" stroke="#111" stroke-width="2" stroke-linecap="round"/>
135
+ <path d="M6 12c4-4 8-4 12 0" stroke="#111" stroke-width="2" stroke-linecap="round"/>
136
+ <path d="M10 16c2-2 4-2 6 0" stroke="#111" stroke-width="2" stroke-linecap="round"/>
137
+ <circle cx="12" cy="19" r="1.6" fill="#111"/>
138
+ </svg>
139
+ <!-- Battery icon -->
140
+ <svg class="icon" viewBox="0 0 28 24" fill="none">
141
+ <rect x="1" y="5" width="20" height="14" rx="3" stroke="#111" stroke-width="2"/>
142
+ <rect x="3" y="7" width="16" height="10" rx="2" fill="#111"/>
143
+ <rect x="22" y="9" width="4" height="6" rx="1.2" fill="#111"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Content -->
149
+ <div class="content-wrap">
150
+ <div class="form-card">
151
+
152
+ <!-- Back Button -->
153
+ <div class="back-btn">
154
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
155
+ <path d="M15 5L8 12l7 7" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
156
+ </svg>
157
+ </div>
158
+
159
+ <!-- Title -->
160
+ <div class="page-title">What’s your name?</div>
161
+
162
+ <!-- First name field -->
163
+ <div class="field-group">
164
+ <div class="label">First name</div>
165
+ <input class="text-input" type="text" value="Levi">
166
+ </div>
167
+
168
+ <!-- Last name field -->
169
+ <div class="field-group">
170
+ <div class="label">Last name</div>
171
+ <input class="text-input" type="text" value="Loon">
172
+ </div>
173
+
174
+ </div>
175
+
176
+ <!-- Bottom CTA -->
177
+ <div class="cta-wrap">
178
+ <div class="cta-btn">CREATE ACCOUNT</div>
179
+ </div>
180
+ </div>
181
+
182
+ </div>
183
+ </body>
184
+ </html>
code/9180/9180_12.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Goal Selection UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ color: #1b1b1b;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 110px;
25
+ background: #eaf2f8;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ color: #0f0f0f;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .sb-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ font-size: 42px;
40
+ }
41
+ .sb-left .mini-icons {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .mini-dot, .mini-square {
47
+ background: #ffffff;
48
+ border: 2px solid #cfd8dc;
49
+ }
50
+ .mini-dot {
51
+ width: 22px; height: 22px; border-radius: 11px;
52
+ }
53
+ .mini-square {
54
+ width: 26px; height: 26px; border-radius: 6px;
55
+ }
56
+ .sb-right {
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 28px;
60
+ }
61
+ .icon-box {
62
+ width: 44px; height: 44px;
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .icon { width: 44px; height: 44px; }
66
+
67
+ /* Hero image placeholder */
68
+ .hero {
69
+ width: 100%;
70
+ height: 780px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ color: #757575;
77
+ font-size: 38px;
78
+ box-sizing: border-box;
79
+ }
80
+
81
+ /* Progress pills */
82
+ .progress-dots {
83
+ display: flex;
84
+ gap: 26px;
85
+ padding: 26px 40px 8px 40px;
86
+ }
87
+ .pill {
88
+ width: 130px;
89
+ height: 18px;
90
+ border-radius: 10px;
91
+ background: #e9e9e9;
92
+ }
93
+ .pill.active {
94
+ background: #f4d54f;
95
+ }
96
+
97
+ /* Title */
98
+ .title {
99
+ padding: 26px 40px 10px 40px;
100
+ font-size: 76px;
101
+ font-weight: 800;
102
+ line-height: 1.15;
103
+ }
104
+
105
+ /* Cards */
106
+ .card {
107
+ margin: 28px 32px;
108
+ padding: 40px;
109
+ border: 1.5px solid #e6e6e6;
110
+ border-radius: 24px;
111
+ background: #ffffff;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: space-between;
115
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
116
+ }
117
+ .card .text {
118
+ max-width: 760px;
119
+ }
120
+ .card h3 {
121
+ margin: 0;
122
+ font-size: 48px;
123
+ font-weight: 800;
124
+ color: #101010;
125
+ }
126
+ .card p {
127
+ margin: 18px 0 0 0;
128
+ font-size: 36px;
129
+ color: #666a6d;
130
+ }
131
+ .card .right {
132
+ width: 110px;
133
+ height: 110px;
134
+ border: 2px solid #e5e5e5;
135
+ border-radius: 16px;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ }
140
+ .card .right svg {
141
+ width: 72px;
142
+ height: 72px;
143
+ stroke: #1f1f1f;
144
+ fill: none;
145
+ stroke-width: 6;
146
+ stroke-linecap: round;
147
+ stroke-linejoin: round;
148
+ }
149
+
150
+ /* Bottom safe area + home indicator */
151
+ .home-indicator {
152
+ position: absolute;
153
+ bottom: 26px;
154
+ left: 50%;
155
+ transform: translateX(-50%);
156
+ width: 360px;
157
+ height: 14px;
158
+ background: #cfcfcf;
159
+ border-radius: 10px;
160
+ }
161
+
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div class="sb-left">
169
+ <div>10:11</div>
170
+ <div class="mini-icons">
171
+ <div class="mini-square"></div>
172
+ <div class="mini-dot"></div>
173
+ <div class="mini-square"></div>
174
+ </div>
175
+ </div>
176
+ <div class="sb-right">
177
+ <!-- WiFi icon -->
178
+ <div class="icon-box">
179
+ <svg class="icon" viewBox="0 0 48 48">
180
+ <path d="M4 18c10-10 30-10 40 0" stroke="#2d2d2d" fill="none" stroke-width="4" stroke-linecap="round"/>
181
+ <path d="M10 24c7-7 21-7 28 0" stroke="#2d2d2d" fill="none" stroke-width="4" stroke-linecap="round"/>
182
+ <path d="M18 30c4-4 8-4 12 0" stroke="#2d2d2d" fill="none" stroke-width="4" stroke-linecap="round"/>
183
+ <circle cx="24" cy="36" r="3" fill="#2d2d2d"/>
184
+ </svg>
185
+ </div>
186
+ <!-- Battery icon -->
187
+ <div class="icon-box">
188
+ <svg class="icon" viewBox="0 0 48 48">
189
+ <rect x="6" y="12" width="32" height="24" rx="4" stroke="#2d2d2d" fill="none" stroke-width="4"/>
190
+ <rect x="10" y="16" width="24" height="16" rx="2" fill="#2d2d2d"/>
191
+ <rect x="40" y="18" width="4" height="12" rx="2" fill="#2d2d2d"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Hero image placeholder -->
198
+ <div class="hero">[IMG: Fitness high-five outdoors]</div>
199
+
200
+ <!-- Progress pills -->
201
+ <div class="progress-dots">
202
+ <div class="pill active"></div>
203
+ <div class="pill"></div>
204
+ <div class="pill"></div>
205
+ <div class="pill"></div>
206
+ <div class="pill"></div>
207
+ <div class="pill"></div>
208
+ <div class="pill"></div>
209
+ </div>
210
+
211
+ <!-- Title -->
212
+ <div class="title">What’s your goal?</div>
213
+
214
+ <!-- Cards -->
215
+ <div class="card">
216
+ <div class="text">
217
+ <h3>Lose weight</h3>
218
+ <p>Get leaner and improve your fitness</p>
219
+ </div>
220
+ <div class="right">
221
+ <!-- Photo icon -->
222
+ <svg viewBox="0 0 72 72">
223
+ <rect x="10" y="12" width="52" height="48" rx="6"/>
224
+ <circle cx="24" cy="26" r="6"/>
225
+ <path d="M16 50l14-14 10 10 12-12 14 16" />
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="card">
231
+ <div class="text">
232
+ <h3>Build muscle</h3>
233
+ <p>Build your strength and muscles</p>
234
+ </div>
235
+ <div class="right">
236
+ <!-- Flexed bicep icon -->
237
+ <svg viewBox="0 0 72 72">
238
+ <path d="M18 44c6 8 18 10 28 0 6-6 6-14 0-18-3-2-7-2-10 0l-6 6" />
239
+ <path d="M32 32c-2 4-8 6-14 6" />
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="card">
245
+ <div class="text">
246
+ <h3>Get fit & toned</h3>
247
+ <p>Eat and train for optimum health</p>
248
+ </div>
249
+ <div class="right">
250
+ <!-- Running person icon -->
251
+ <svg viewBox="0 0 72 72">
252
+ <circle cx="42" cy="18" r="6"/>
253
+ <path d="M30 28l10 6-6 10" />
254
+ <path d="M26 40l12 6 10-4" />
255
+ <path d="M22 54l10-12" />
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Home indicator -->
261
+ <div class="home-indicator"></div>
262
+ </div>
263
+ </body>
264
+ </html>
code/9180/9180_2.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1">
5
+ <title>CENTR - Onboarding</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #000; /* content sits over a photo; keep dark for contrast */
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 32px;
21
+ right: 32px;
22
+ height: 48px;
23
+ display: flex;
24
+ align-items: center;
25
+ color: #fff;
26
+ font-weight: 600;
27
+ font-size: 32px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .sb-left { display: flex; align-items: center; gap: 18px; }
31
+ .sb-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
32
+ .sb-dot {
33
+ width: 24px; height: 24px; border-radius: 6px;
34
+ border: 2px solid rgba(255,255,255,0.7);
35
+ }
36
+ .icon {
37
+ width: 40px; height: 28px;
38
+ }
39
+
40
+ /* Hero image placeholder */
41
+ .hero-img {
42
+ position: absolute;
43
+ top: 0;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 1700px;
47
+ background: #E0E0E0;
48
+ border: 1px solid #BDBDBD;
49
+ color: #757575;
50
+ display: flex;
51
+ justify-content: center;
52
+ align-items: center;
53
+ text-align: center;
54
+ font-size: 32px;
55
+ padding: 20px;
56
+ }
57
+
58
+ /* Logo */
59
+ .logo {
60
+ position: absolute;
61
+ top: 140px;
62
+ left: 48px;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 18px;
66
+ color: #fff;
67
+ }
68
+ .logo-mark {
69
+ width: 72px; height: 72px;
70
+ }
71
+ .logo-text {
72
+ font-weight: 800;
73
+ font-size: 72px;
74
+ letter-spacing: 6px;
75
+ }
76
+
77
+ /* Headline & copy */
78
+ .headline {
79
+ position: absolute;
80
+ left: 48px;
81
+ right: 48px;
82
+ top: 1180px;
83
+ color: #fff;
84
+ font-weight: 800;
85
+ font-size: 88px;
86
+ line-height: 1.08;
87
+ }
88
+ .subcopy {
89
+ position: absolute;
90
+ left: 48px;
91
+ right: 48px;
92
+ top: 1610px;
93
+ color: #fff;
94
+ font-size: 40px;
95
+ line-height: 1.4;
96
+ opacity: 0.95;
97
+ max-width: 980px;
98
+ }
99
+
100
+ /* Carousel indicators */
101
+ .indicators {
102
+ position: absolute;
103
+ left: 48px;
104
+ top: 1840px;
105
+ display: flex;
106
+ gap: 18px;
107
+ }
108
+ .indicator {
109
+ width: 120px; height: 12px; border-radius: 8px;
110
+ background: rgba(255,255,255,0.5);
111
+ }
112
+ .indicator.active { background: #fff; }
113
+
114
+ /* Buttons */
115
+ .cta {
116
+ position: absolute;
117
+ left: 48px;
118
+ right: 48px;
119
+ top: 1900px;
120
+ height: 120px;
121
+ background: #F4E74D;
122
+ color: #1a1a1a;
123
+ border-radius: 60px;
124
+ font-weight: 800;
125
+ font-size: 48px;
126
+ letter-spacing: 1px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+ .secondary {
132
+ position: absolute;
133
+ left: 48px;
134
+ right: 48px;
135
+ top: 2050px;
136
+ height: 120px;
137
+ border-radius: 60px;
138
+ border: 3px solid #fff;
139
+ color: #fff;
140
+ font-weight: 700;
141
+ font-size: 44px;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ background: transparent;
146
+ }
147
+
148
+ /* Footer login */
149
+ .footer-login {
150
+ position: absolute;
151
+ left: 48px;
152
+ bottom: 180px;
153
+ color: #fff;
154
+ font-size: 42px;
155
+ }
156
+ .footer-login a {
157
+ color: #fff;
158
+ text-decoration: underline;
159
+ font-weight: 600;
160
+ margin-left: 10px;
161
+ }
162
+
163
+ /* Bottom progress bar */
164
+ .bottom-bar {
165
+ position: absolute;
166
+ left: 390px;
167
+ bottom: 100px;
168
+ width: 300px; height: 10px;
169
+ border-radius: 6px;
170
+ background: rgba(255,255,255,0.85);
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="statusbar">
179
+ <div class="sb-left">
180
+ <div>10:05</div>
181
+ <div class="sb-dot"></div>
182
+ </div>
183
+ <div class="sb-right">
184
+ <!-- Wi-Fi icon -->
185
+ <svg class="icon" viewBox="0 0 24 16" fill="none">
186
+ <path d="M2 6c5-5 15-5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
187
+ <path d="M6 10c3-3 9-3 12 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
188
+ <circle cx="12" cy="14" r="2" fill="#fff"/>
189
+ </svg>
190
+ <!-- Battery icon -->
191
+ <svg class="icon" viewBox="0 0 32 16" fill="none">
192
+ <rect x="1" y="2" width="26" height="12" rx="2" stroke="#fff" stroke-width="2"/>
193
+ <rect x="4" y="4" width="20" height="8" rx="1" fill="#fff"/>
194
+ <rect x="28" y="5" width="3" height="6" rx="1" fill="#fff"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Hero image placeholder -->
200
+ <div class="hero-img">[IMG: Outdoor workout hero image on grass with landscape background]</div>
201
+
202
+ <!-- Logo -->
203
+ <div class="logo">
204
+ <svg class="logo-mark" viewBox="0 0 64 64" fill="none">
205
+ <circle cx="32" cy="32" r="22" stroke="#fff" stroke-width="6"/>
206
+ <path d="M12 22c10 2 28 2 40 0" stroke="#fff" stroke-width="6" stroke-linecap="round"/>
207
+ <path d="M12 42c10-2 28-2 40 0" stroke="#fff" stroke-width="6" stroke-linecap="round"/>
208
+ </svg>
209
+ <div class="logo-text">CENTR</div>
210
+ </div>
211
+
212
+ <!-- Headline -->
213
+ <div class="headline">
214
+ Your total well-being<br>
215
+ starts with us
216
+ </div>
217
+
218
+ <!-- Subcopy -->
219
+ <div class="subcopy">
220
+ Founded by Chris Hemsworth, Centr's personalized training will fuel your movement, meals, and mind. Get started with 7-days free.
221
+ </div>
222
+
223
+ <!-- Indicators -->
224
+ <div class="indicators">
225
+ <div class="indicator active"></div>
226
+ <div class="indicator" style="opacity:0.6"></div>
227
+ </div>
228
+
229
+ <!-- Buttons -->
230
+ <div class="cta">START YOUR FREE TRIAL</div>
231
+ <div class="secondary">LEARN MORE</div>
232
+
233
+ <!-- Footer -->
234
+ <div class="footer-login">Already a member?<a href="#">Log in</a></div>
235
+ <div class="bottom-bar"></div>
236
+
237
+ </div>
238
+ </body>
239
+ </html>
code/9180/9180_4.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Email Entry Screen</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: #1A1A1A;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ height: 120px;
24
+ width: 100%;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .status-time {
36
+ font-weight: 600;
37
+ font-size: 40px;
38
+ letter-spacing: 0.5px;
39
+ color: #111;
40
+ }
41
+ .status-right {
42
+ margin-left: auto;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .icon {
48
+ width: 44px; height: 44px;
49
+ }
50
+ /* Back nav row */
51
+ .nav-row {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ width: 100%;
56
+ height: 90px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding-left: 36px;
60
+ }
61
+ .back-btn {
62
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
63
+ }
64
+
65
+ /* Content */
66
+ .content {
67
+ position: absolute;
68
+ top: 220px;
69
+ left: 0;
70
+ width: 100%;
71
+ padding: 0 60px 980px; /* leave space for keyboard at bottom */
72
+ box-sizing: border-box;
73
+ }
74
+ .headline {
75
+ font-size: 74px;
76
+ font-weight: 900;
77
+ line-height: 92px;
78
+ letter-spacing: 0.4px;
79
+ text-transform: uppercase;
80
+ color: #222;
81
+ margin-bottom: 60px;
82
+ }
83
+ .subhead {
84
+ font-size: 54px;
85
+ font-weight: 800;
86
+ margin-bottom: 24px;
87
+ }
88
+
89
+ .field-label {
90
+ font-size: 28px;
91
+ color: #333;
92
+ margin-left: 8px;
93
+ margin-bottom: 12px;
94
+ }
95
+ .input-field {
96
+ border: 4px solid #2C2C2C;
97
+ border-radius: 24px;
98
+ height: 150px;
99
+ display: flex;
100
+ align-items: center;
101
+ padding: 0 28px;
102
+ box-sizing: border-box;
103
+ font-size: 48px;
104
+ color: #111;
105
+ margin-bottom: 54px;
106
+ }
107
+ .checkbox-row {
108
+ display: flex;
109
+ align-items: flex-start;
110
+ gap: 36px;
111
+ margin-bottom: 80px;
112
+ }
113
+ .checkbox-circle {
114
+ width: 86px;
115
+ height: 86px;
116
+ border: 6px solid #2C2C2C;
117
+ border-radius: 50%;
118
+ box-sizing: border-box;
119
+ }
120
+ .checkbox-text {
121
+ font-size: 40px;
122
+ line-height: 62px;
123
+ color: #222;
124
+ }
125
+
126
+ .btn {
127
+ width: 960px;
128
+ height: 130px;
129
+ border-radius: 80px;
130
+ background: #171717;
131
+ color: #FFE600;
132
+ font-size: 48px;
133
+ font-weight: 800;
134
+ letter-spacing: 2px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ margin: 0 auto;
139
+ }
140
+
141
+ /* Keyboard mock */
142
+ .keyboard {
143
+ position: absolute;
144
+ bottom: 0;
145
+ left: 0;
146
+ width: 100%;
147
+ height: 980px;
148
+ background: #1E1E1E;
149
+ border-top: 1px solid #2A2A2A;
150
+ box-sizing: border-box;
151
+ padding: 28px 24px;
152
+ }
153
+ .kbd-top {
154
+ display: flex;
155
+ align-items: center;
156
+ gap: 30px;
157
+ margin-bottom: 24px;
158
+ }
159
+ .kbd-top .tool {
160
+ width: 110px; height: 90px; border-radius: 18px; background: #2A2A2A; color: #DADADA;
161
+ display: flex; align-items: center; justify-content: center; font-size: 34px;
162
+ }
163
+ .keys-row {
164
+ display: flex;
165
+ justify-content: space-between;
166
+ margin: 14px 10px;
167
+ }
168
+ .key {
169
+ width: 92px;
170
+ height: 120px;
171
+ background: #2B2B2B;
172
+ border-radius: 18px;
173
+ color: #EAEAEA;
174
+ font-size: 46px;
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: center;
178
+ }
179
+ .key.wide { width: 180px; }
180
+ .space {
181
+ flex: 1;
182
+ height: 120px;
183
+ background: #2B2B2B;
184
+ border-radius: 18px;
185
+ margin: 0 14px;
186
+ }
187
+ .enter {
188
+ width: 120px;
189
+ height: 120px;
190
+ border-radius: 60px;
191
+ background: #A7C8FF;
192
+ color: #111;
193
+ font-weight: 700;
194
+ display: flex; align-items: center; justify-content: center;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- Status Bar -->
202
+ <div class="status-bar">
203
+ <div class="status-left">
204
+ <div class="status-time">10:07</div>
205
+ </div>
206
+ <div class="status-right">
207
+ <!-- simple wifi icon -->
208
+ <svg class="icon" viewBox="0 0 24 24">
209
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" fill="#777" opacity="0"/>
210
+ <path d="M12 18c1.7 0 3 .8 4 2l-1.5 1.2c-.8-1-1.7-1.5-2.5-1.5s-1.7.5-2.5 1.5L8 20c1-1.2 2.3-2 4-2z" fill="#444"/>
211
+ <path d="M12 13c3.2 0 6.1 1.3 8.3 3.4l-1.5 1.3C17.1 15.2 14.7 14 12 14s-5.1 1.2-6.8 3.7L3.7 16.4C5.9 14.3 8.8 13 12 13z" fill="#444"/>
212
+ </svg>
213
+ <!-- battery icon -->
214
+ <svg class="icon" viewBox="0 0 24 24">
215
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"/>
216
+ <rect x="4" y="8" width="12" height="8" rx="1" ry="1" fill="#444"/>
217
+ <rect x="20" y="9" width="2" height="6" fill="#444"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Back navigation row -->
223
+ <div class="nav-row">
224
+ <div class="back-btn">
225
+ <svg width="56" height="56" viewBox="0 0 24 24">
226
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#2C2C2C" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Main content -->
232
+ <div class="content">
233
+ <div class="headline">
234
+ GET YOUR PERSONALIZED<br>PLAN.
235
+ </div>
236
+
237
+ <div class="subhead">What's your email?</div>
238
+
239
+ <div class="field-label">Email</div>
240
+ <div class="input-field">levivanloon93@gmail.com</div>
241
+
242
+ <div class="checkbox-row">
243
+ <div class="checkbox-circle"></div>
244
+ <div class="checkbox-text">
245
+ Send me the latest expert advice,<br>
246
+ support, inspiration and special<br>
247
+ offers from Chris and the Centr team.
248
+ </div>
249
+ </div>
250
+
251
+ <div class="btn">NEXT</div>
252
+ </div>
253
+
254
+ <!-- Keyboard area -->
255
+ <div class="keyboard">
256
+ <div class="kbd-top">
257
+ <div class="tool">◧</div>
258
+ <div class="tool">🙂</div>
259
+ <div class="tool">GIF</div>
260
+ <div class="tool">⚙</div>
261
+ <div class="tool">G↔</div>
262
+ <div class="tool">🎨</div>
263
+ <div class="tool">🎤</div>
264
+ </div>
265
+
266
+ <div class="keys-row">
267
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
268
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
269
+ <div class="key">o</div><div class="key">p</div>
270
+ </div>
271
+
272
+ <div class="keys-row">
273
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
274
+ <div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div>
275
+ <div class="key">l</div>
276
+ </div>
277
+
278
+ <div class="keys-row">
279
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
280
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
281
+ <div class="key">⌫</div>
282
+ </div>
283
+
284
+ <div class="keys-row">
285
+ <div class="key wide">?123</div>
286
+ <div class="key">@</div>
287
+ <div class="key">☺</div>
288
+ <div class="space"></div>
289
+ <div class="key">.</div>
290
+ <div class="enter">✓</div>
291
+ </div>
292
+ </div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/9180/9180_5.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1">
5
+ <title>Choose a password</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Inter", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; color: #111;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0; height: 90px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px; font-weight: 600; font-size: 32px;
18
+ color: #111;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 24px; color: #555; }
21
+ .icon-dot { width: 22px; height: 22px; background:#9e9e9e; border-radius: 4px; }
22
+ .icon-wifi, .icon-battery { width: 26px; height: 26px; background:#9e9e9e; border-radius: 6px; }
23
+
24
+ /* Back button */
25
+ .back-btn {
26
+ position: absolute; top: 110px; left: 36px; width: 72px; height: 72px;
27
+ display: flex; align-items: center; justify-content: center;
28
+ }
29
+ .back-btn svg { width: 40px; height: 40px; stroke: #222; stroke-width: 8; fill: none; }
30
+
31
+ /* Content */
32
+ .content {
33
+ position: absolute; top: 180px; left: 36px; right: 36px;
34
+ }
35
+ .title {
36
+ font-size: 72px; font-weight: 800; letter-spacing: -0.5px;
37
+ line-height: 1.1; margin-bottom: 36px;
38
+ }
39
+
40
+ /* Input field */
41
+ .field {
42
+ margin-top: 24px;
43
+ }
44
+ .label {
45
+ font-size: 26px; color: #666; margin-left: 16px; margin-bottom: 12px;
46
+ }
47
+ .input {
48
+ position: relative; height: 140px; border: 2px solid #1e1e1e;
49
+ border-radius: 22px; display: flex; align-items: center; padding: 0 28px;
50
+ font-size: 36px; color: #222;
51
+ }
52
+ .input .placeholder {
53
+ color: transparent;
54
+ }
55
+ .eye {
56
+ position: absolute; right: 24px; width: 60px; height: 60px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .eye svg { width: 48px; height: 48px; fill: none; stroke: #666; stroke-width: 6; }
60
+
61
+ .hint {
62
+ margin-top: 22px; font-size: 30px; color: #7a7a7a;
63
+ }
64
+
65
+ /* Legal text */
66
+ .legal {
67
+ margin-top: 44px; font-size: 30px; color: #333; line-height: 1.5;
68
+ }
69
+ .legal a { color: #1a1a1a; text-decoration: underline; }
70
+
71
+ /* Next button */
72
+ .next-bar {
73
+ position: absolute; left: 36px; right: 36px; bottom: 920px;
74
+ height: 120px; background: #2a2a2a; border-radius: 60px;
75
+ display: flex; align-items: center; justify-content: center;
76
+ box-shadow: 0 2px 0 rgba(0,0,0,0.15) inset;
77
+ }
78
+ .next-bar span { color: #f0f000; font-size: 36px; font-weight: 800; letter-spacing: 2px; }
79
+
80
+ /* Keyboard mock */
81
+ .keyboard {
82
+ position: absolute; left: 0; right: 0; bottom: 0; height: 900px;
83
+ background: #121212; border-top: 1px solid #262626; padding: 36px 28px;
84
+ }
85
+ .kb-suggestion {
86
+ display: inline-flex; align-items: center; gap: 12px;
87
+ background: #1f1f1f; color: #dcdcdc; border-radius: 18px;
88
+ padding: 14px 20px; font-size: 28px; margin-bottom: 24px;
89
+ }
90
+ .kb-rows { display: grid; gap: 18px; }
91
+ .kb-row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px; }
92
+ .key {
93
+ height: 120px; background: #252525; border-radius: 18px;
94
+ display: flex; align-items: center; justify-content: center;
95
+ color: #e6e6e6; font-size: 36px;
96
+ }
97
+ .key.small { font-size: 32px; }
98
+ .kb-bottom {
99
+ display: grid; grid-template-columns: 1.3fr 1fr 4fr 1fr 1.3fr; gap: 18px; margin-top: 18px;
100
+ }
101
+ .enter {
102
+ position: absolute; right: 28px; bottom: 36px;
103
+ width: 160px; height: 160px; background: #cfe3ff; border-radius: 40px;
104
+ display: flex; align-items: center; justify-content: center;
105
+ box-shadow: inset 0 0 0 2px #b5c8e6;
106
+ }
107
+ .enter svg { width: 70px; height: 70px; fill: none; stroke: #2d4c7f; stroke-width: 8; }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <div class="status-bar">
114
+ <div>10:08</div>
115
+ <div class="status-icons">
116
+ <div class="icon-dot"></div>
117
+ <div class="icon-wifi"></div>
118
+ <div class="icon-battery"></div>
119
+ </div>
120
+ </div>
121
+
122
+ <div class="back-btn">
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M15 4 L7 12 L15 20" />
125
+ </svg>
126
+ </div>
127
+
128
+ <div class="content">
129
+ <div class="title">Choose a password</div>
130
+
131
+ <div class="field">
132
+ <div class="label">Password</div>
133
+ <div class="input">
134
+ <span class="placeholder"></span>
135
+ <div class="eye">
136
+ <svg viewBox="0 0 24 24">
137
+ <path d="M2 12 C5 6, 9 4, 12 4 C15 4, 19 6, 22 12 C19 18, 15 20, 12 20 C9 20, 5 18, 2 12 Z"></path>
138
+ <circle cx="12" cy="12" r="4"></circle>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="hint">8-30 characters, 1 upper & lowercase & 1 number</div>
145
+
146
+ <div class="legal">
147
+ By creating an account, I accept the Centr
148
+ <a href="#">Privacy Policy</a> and
149
+ <a href="#">Terms &amp; Conditions</a>.
150
+ </div>
151
+ </div>
152
+
153
+ <div class="next-bar"><span>NEXT</span></div>
154
+
155
+ <!-- Keyboard mock -->
156
+ <div class="keyboard">
157
+ <div class="kb-suggestion">
158
+ <svg width="26" height="26" viewBox="0 0 24 24">
159
+ <circle cx="12" cy="12" r="10" fill="#dcdcdc"></circle>
160
+ <rect x="10" y="6" width="4" height="8" fill="#1f1f1f"></rect>
161
+ <rect x="10" y="15" width="4" height="3" fill="#1f1f1f"></rect>
162
+ </svg>
163
+ Passwords
164
+ </div>
165
+
166
+ <div class="kb-rows">
167
+ <div class="kb-row">
168
+ <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>
169
+ </div>
170
+ <div class="kb-row">
171
+ <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><div class="key small">⌫</div>
172
+ </div>
173
+ <div class="kb-row">
174
+ <div class="key small">z</div><div class="key small">x</div><div class="key small">c</div><div class="key small">v</div><div class="key small">b</div><div class="key small">n</div><div class="key small">m</div><div class="key small">.</div><div class="key small">,</div><div class="key small">?123</div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="kb-bottom">
179
+ <div class="key small">⌂</div>
180
+ <div class="key small">z</div>
181
+ <div class="key">space</div>
182
+ <div class="key small">.</div>
183
+ <div class="key small">⌄</div>
184
+ </div>
185
+
186
+ <div class="enter">
187
+ <svg viewBox="0 0 24 24">
188
+ <path d="M6 12 L12 18 L18 12" />
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ </div>
194
+ </body>
195
+ </html>
code/9180/9180_6.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Password Screen Mock</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
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 90px;
22
+ padding: 0 30px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #222;
28
+ font-weight: 600;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 16px; font-size: 34px; }
32
+ .status-right { display: flex; align-items: center; gap: 24px; }
33
+ .status-icon {
34
+ width: 32px; height: 32px;
35
+ }
36
+
37
+ /* Top navigation and heading */
38
+ .content {
39
+ position: absolute;
40
+ top: 110px;
41
+ left: 36px;
42
+ right: 36px;
43
+ }
44
+ .back {
45
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
46
+ margin-bottom: 28px;
47
+ }
48
+ .heading {
49
+ font-size: 80px;
50
+ font-weight: 800;
51
+ line-height: 1.1;
52
+ color: #1F1F1F;
53
+ margin: 10px 0 40px 0;
54
+ }
55
+
56
+ /* Form */
57
+ .label {
58
+ font-size: 32px;
59
+ color: #333;
60
+ margin-bottom: 18px;
61
+ }
62
+ .input {
63
+ width: 100%;
64
+ height: 150px;
65
+ border: 2px solid #BDBDBD;
66
+ border-radius: 24px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: space-between;
70
+ padding: 0 28px;
71
+ box-sizing: border-box;
72
+ }
73
+ .input .mask {
74
+ font-size: 64px;
75
+ color: #222;
76
+ letter-spacing: 6px;
77
+ }
78
+ .input .eye {
79
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .hint {
82
+ margin-top: 22px;
83
+ font-size: 32px;
84
+ color: #8A8A8A;
85
+ }
86
+ .legal {
87
+ margin-top: 40px;
88
+ font-size: 34px;
89
+ color: #3A3A3A;
90
+ line-height: 1.5;
91
+ }
92
+ .legal a {
93
+ color: #2B7BE9;
94
+ text-decoration: none;
95
+ font-weight: 600;
96
+ }
97
+
98
+ /* Next button */
99
+ .footer-action {
100
+ position: absolute;
101
+ left: 36px;
102
+ right: 36px;
103
+ bottom: 965px; /* place just above keyboard */
104
+ }
105
+ .next-btn {
106
+ width: 100%;
107
+ height: 130px;
108
+ background: #232323;
109
+ border-radius: 64px;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
114
+ }
115
+ .next-btn span {
116
+ color: #F2E84A;
117
+ font-size: 44px;
118
+ font-weight: 800;
119
+ letter-spacing: 3px;
120
+ }
121
+
122
+ /* Keyboard mock */
123
+ .keyboard {
124
+ position: absolute;
125
+ bottom: 0;
126
+ left: 0;
127
+ width: 1080px;
128
+ height: 950px;
129
+ background: #121212;
130
+ border-top-left-radius: 24px;
131
+ border-top-right-radius: 24px;
132
+ box-shadow: 0 -6px 10px rgba(0,0,0,0.15);
133
+ padding: 36px 24px 24px;
134
+ box-sizing: border-box;
135
+ }
136
+ .kb-row {
137
+ display: flex;
138
+ gap: 28px;
139
+ justify-content: space-between;
140
+ margin-bottom: 30px;
141
+ }
142
+ .key {
143
+ background: #2A2A2A;
144
+ color: #EDEDED;
145
+ font-size: 44px;
146
+ border-radius: 22px;
147
+ height: 120px;
148
+ flex: 1;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ }
153
+ .key.small { flex: 0 0 86px; }
154
+ .key.medium { flex: 0 0 96px; }
155
+ .key.wide { flex: 0 0 160px; }
156
+ .key.space {
157
+ flex: 1 1 520px;
158
+ height: 120px;
159
+ background: #2A2A2A;
160
+ }
161
+ .key.light {
162
+ background: #3A3A3A;
163
+ }
164
+ .key.special {
165
+ background: #3C7BCF;
166
+ color: #0A0A0A;
167
+ font-weight: 700;
168
+ }
169
+ .enter-wrapper {
170
+ flex: 0 0 150px;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ }
175
+ .enter-circle {
176
+ width: 150px; height: 150px; background: #CFE2FF; color: #162B46; border-radius: 50%;
177
+ display: flex; align-items: center; justify-content: center; font-size: 60px; font-weight: 800;
178
+ }
179
+
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status Bar -->
186
+ <div class="status-bar">
187
+ <div class="status-left">
188
+ <span>10:09</span>
189
+ </div>
190
+ <div class="status-right">
191
+ <!-- Wi-Fi icon -->
192
+ <svg class="status-icon" viewBox="0 0 24 24">
193
+ <path fill="#444" d="M12 18.5c.9 0 1.5.6 1.5 1.5S12.9 21.5 12 21.5 10.5 20.9 10.5 20s.6-1.5 1.5-1.5zm-5.3-5.1l1.4 1.4c2.2-2.2 5.7-2.2 7.9 0l1.4-1.4c-3-3-7.7-3-10.7 0zm-3.4-3.3l1.4 1.4c3.9-3.9 10.3-3.9 14.2 0l1.4-1.4c-4.7-4.7-12.3-4.7-17 0z"/>
194
+ </svg>
195
+ <!-- Battery icon -->
196
+ <svg class="status-icon" viewBox="0 0 24 24">
197
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#444"></rect>
198
+ <rect x="21" y="9" width="2" height="6" fill="#444"></rect>
199
+ <rect x="4" y="8" width="14" height="8" fill="#9ED084"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Content -->
205
+ <div class="content">
206
+ <div class="back">
207
+ <svg width="44" height="44" viewBox="0 0 24 24">
208
+ <path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ </div>
211
+
212
+ <div class="heading">Choose a password</div>
213
+
214
+ <div class="label">Password</div>
215
+ <div class="input">
216
+ <div class="mask">••••••••••</div>
217
+ <div class="eye">
218
+ <svg width="50" height="50" viewBox="0 0 24 24">
219
+ <path d="M12 5c-5 0-9 7-9 7s4 7 9 7 9-7 9-7-4-7-9-7zm0 11a4 4 0 110-8 4 4 0 010 8z" fill="#8A8A8A"/>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="hint">8-30 characters, 1 upper & lowercase & 1 number</div>
225
+
226
+ <div class="legal">
227
+ By creating an account, I accept the Centr
228
+ <a href="#">Privacy Policy</a> and
229
+ <a href="#">Terms &amp; Conditions</a>.
230
+ </div>
231
+ </div>
232
+
233
+ <!-- NEXT button -->
234
+ <div class="footer-action">
235
+ <div class="next-btn"><span>NEXT</span></div>
236
+ </div>
237
+
238
+ <!-- Keyboard -->
239
+ <div class="keyboard">
240
+ <!-- Number row -->
241
+ <div class="kb-row">
242
+ <div class="key small">1</div>
243
+ <div class="key small">2</div>
244
+ <div class="key small">3</div>
245
+ <div class="key small">4</div>
246
+ <div class="key small">5</div>
247
+ <div class="key small">6</div>
248
+ <div class="key small">7</div>
249
+ <div class="key small">8</div>
250
+ <div class="key small">9</div>
251
+ <div class="key small">0</div>
252
+ </div>
253
+
254
+ <!-- qwerty row -->
255
+ <div class="kb-row">
256
+ <div class="key medium">q</div>
257
+ <div class="key medium">w</div>
258
+ <div class="key medium">e</div>
259
+ <div class="key medium">r</div>
260
+ <div class="key medium">t</div>
261
+ <div class="key medium">y</div>
262
+ <div class="key medium">u</div>
263
+ <div class="key medium">i</div>
264
+ <div class="key medium">o</div>
265
+ <div class="key medium">p</div>
266
+ </div>
267
+
268
+ <!-- asdf row -->
269
+ <div class="kb-row">
270
+ <div class="key medium">a</div>
271
+ <div class="key medium">s</div>
272
+ <div class="key medium">d</div>
273
+ <div class="key medium">f</div>
274
+ <div class="key medium">g</div>
275
+ <div class="key medium">h</div>
276
+ <div class="key medium">j</div>
277
+ <div class="key medium">k</div>
278
+ <div class="key medium">l</div>
279
+ </div>
280
+
281
+ <!-- zxc row -->
282
+ <div class="kb-row">
283
+ <div class="key wide">?123</div>
284
+ <div class="key medium">z</div>
285
+ <div class="key medium">x</div>
286
+ <div class="key medium">c</div>
287
+ <div class="key medium">v</div>
288
+ <div class="key medium">b</div>
289
+ <div class="key medium">n</div>
290
+ <div class="key medium">m</div>
291
+ <div class="key wide light">⌫</div>
292
+ </div>
293
+
294
+ <!-- space row -->
295
+ <div class="kb-row">
296
+ <div class="key wide">,</div>
297
+ <div class="key space"></div>
298
+ <div class="key wide">.</div>
299
+ <div class="enter-wrapper">
300
+ <div class="enter-circle">✓</div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/9180/9180_7.html ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Create Account - Name</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #111;
24
+ font-weight: 600;
25
+ font-size: 44px;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 22px; }
28
+ .status-right { display: flex; align-items: center; gap: 26px; }
29
+ .icon-box {
30
+ width: 38px; height: 26px; border-radius: 6px; background: #D9D9D9;
31
+ }
32
+ .wifi-icon, .battery-icon {
33
+ width: 50px; height: 30px;
34
+ }
35
+ .wifi-icon {
36
+ border: 3px solid #333; border-radius: 8px; position: relative;
37
+ }
38
+ .wifi-icon:before {
39
+ content: ""; position: absolute; left: 8px; top: 5px;
40
+ width: 30px; height: 18px; border-top: 4px solid #333; border-left: 4px solid transparent; border-right: 4px solid transparent;
41
+ border-radius: 18px;
42
+ }
43
+ .battery-icon {
44
+ border: 3px solid #333; border-radius: 6px; position: relative;
45
+ }
46
+ .battery-icon:after {
47
+ content: ""; position: absolute; right: -10px; top: 6px; width: 10px; height: 18px; background: #333; border-radius: 3px;
48
+ }
49
+
50
+ /* Header */
51
+ .header {
52
+ position: relative;
53
+ padding: 20px 40px 0 40px;
54
+ }
55
+ .back-btn {
56
+ position: absolute;
57
+ left: 24px;
58
+ top: 16px;
59
+ width: 80px; height: 80px;
60
+ background: transparent; border: none; cursor: pointer;
61
+ }
62
+ .title {
63
+ margin-top: 110px;
64
+ font-size: 88px;
65
+ font-weight: 800;
66
+ color: #111111;
67
+ line-height: 1.05;
68
+ }
69
+
70
+ /* Form fields */
71
+ .form {
72
+ margin-top: 40px;
73
+ padding: 0 40px;
74
+ }
75
+ .input-wrapper {
76
+ position: relative;
77
+ margin-bottom: 44px;
78
+ }
79
+ .floating-label {
80
+ position: absolute;
81
+ top: -22px;
82
+ left: 26px;
83
+ padding: 0 10px;
84
+ background: #fff;
85
+ color: #757575;
86
+ font-size: 36px;
87
+ }
88
+ .input-box {
89
+ width: 1000px;
90
+ height: 170px;
91
+ border: 6px solid #151515;
92
+ border-radius: 26px;
93
+ font-size: 52px;
94
+ padding: 36px 30px;
95
+ box-sizing: border-box;
96
+ outline: none;
97
+ }
98
+ .input-wrapper.light .input-box {
99
+ border: 4px solid #BDBDBD;
100
+ }
101
+ .input-wrapper.light .floating-label { color: #8D8D8D; }
102
+
103
+ /* CTA button */
104
+ .cta {
105
+ position: absolute;
106
+ left: 40px;
107
+ right: 40px;
108
+ bottom: 960px; /* sits above keyboard */
109
+ display: flex;
110
+ justify-content: center;
111
+ }
112
+ .cta button {
113
+ width: 100%;
114
+ height: 130px;
115
+ border-radius: 72px;
116
+ border: none;
117
+ background: #2A2727;
118
+ color: #F0E61A;
119
+ font-size: 52px;
120
+ font-weight: 800;
121
+ letter-spacing: 2px;
122
+ }
123
+
124
+ /* Keyboard mock */
125
+ .keyboard {
126
+ position: absolute;
127
+ bottom: 0;
128
+ left: 0;
129
+ width: 1080px;
130
+ height: 900px;
131
+ background: #101114;
132
+ border-top: 2px solid #2A2A2A;
133
+ box-sizing: border-box;
134
+ padding: 36px 24px;
135
+ color: #ddd;
136
+ }
137
+ .kb-top {
138
+ display: flex; align-items: center; gap: 20px; margin-bottom: 22px;
139
+ }
140
+ .kb-chip {
141
+ background: #1F2330; color: #DDE7FF;
142
+ border-radius: 28px; padding: 20px 28px; font-size: 40px;
143
+ border: 1px solid #3A4355;
144
+ }
145
+ .rows { display: flex; flex-direction: column; gap: 26px; }
146
+ .row { display: flex; justify-content: space-between; gap: 14px; }
147
+ .key {
148
+ flex: 1;
149
+ min-width: 70px;
150
+ height: 120px;
151
+ background: #2A2D32;
152
+ border-radius: 22px;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ color: #EDEDED;
157
+ font-size: 48px;
158
+ }
159
+ .key.small { flex: 0 0 130px; }
160
+ .key.medium { flex: 0 0 180px; }
161
+ .key.wide { flex: 1; }
162
+ .space-key { flex: 1; }
163
+ .kb-bottom {
164
+ display: flex; align-items: center; gap: 18px; margin-top: 26px;
165
+ }
166
+
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status Bar -->
173
+ <div class="status-bar">
174
+ <div class="status-left">
175
+ <div style="font-weight:700;">10:09</div>
176
+ <div class="icon-box"></div>
177
+ <div class="icon-box"></div>
178
+ </div>
179
+ <div class="status-right">
180
+ <div class="wifi-icon"></div>
181
+ <div class="battery-icon"></div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Header with Back -->
186
+ <div class="header">
187
+ <button class="back-btn" aria-label="Back">
188
+ <svg viewBox="0 0 24 24" width="80" height="80">
189
+ <path d="M15.5 19L8.5 12l7-7" fill="none" stroke="#333" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
190
+ </svg>
191
+ </button>
192
+ <div class="title">What’s your name?</div>
193
+ </div>
194
+
195
+ <!-- Form -->
196
+ <div class="form">
197
+ <div class="input-wrapper">
198
+ <div class="floating-label">First name</div>
199
+ <input class="input-box" type="text" aria-label="First name">
200
+ </div>
201
+
202
+ <div class="input-wrapper light">
203
+ <div class="floating-label">Last name</div>
204
+ <input class="input-box" type="text" aria-label="Last name">
205
+ </div>
206
+ </div>
207
+
208
+ <!-- CTA Button -->
209
+ <div class="cta">
210
+ <button>CREATE ACCOUNT</button>
211
+ </div>
212
+
213
+ <!-- Keyboard mock -->
214
+ <div class="keyboard">
215
+ <div class="kb-top">
216
+ <div class="kb-chip">Levi Loon</div>
217
+ </div>
218
+ <div class="rows">
219
+ <div class="row">
220
+ <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>
221
+ </div>
222
+ <div class="row">
223
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
224
+ </div>
225
+ <div class="row">
226
+ <div class="key small">?123</div>
227
+ <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>
228
+ <div class="key medium">⌫</div>
229
+ </div>
230
+ <div class="kb-bottom">
231
+ <div class="key medium">,</div>
232
+ <div class="key space-key"></div>
233
+ <div class="key medium">.</div>
234
+ <div class="key medium">↵</div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ </div>
240
+ </body>
241
+ </html>
code/9180/9180_8.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Sign Up - Name</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #FAFAFA;
18
+ }
19
+
20
+ /* Status bar */
21
+ .statusbar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 120px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 40px;
31
+ color: #3E3E3E;
32
+ font-size: 42px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .icon {
40
+ width: 44px;
41
+ height: 44px;
42
+ }
43
+
44
+ /* Back button area */
45
+ .topbar {
46
+ position: absolute;
47
+ top: 120px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 100px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding-left: 26px;
54
+ }
55
+ .back-btn {
56
+ width: 72px;
57
+ height: 72px;
58
+ }
59
+
60
+ /* Content */
61
+ .content {
62
+ position: absolute;
63
+ top: 220px;
64
+ left: 40px;
65
+ right: 40px;
66
+ }
67
+ .title {
68
+ font-size: 90px;
69
+ font-weight: 800;
70
+ color: #1A1A1A;
71
+ letter-spacing: -1px;
72
+ margin-bottom: 40px;
73
+ }
74
+
75
+ .field {
76
+ margin: 36px 0;
77
+ }
78
+ .label-inline {
79
+ font-size: 34px;
80
+ color: #6A6A6A;
81
+ margin-bottom: 16px;
82
+ }
83
+ .input {
84
+ height: 160px;
85
+ border-radius: 18px;
86
+ padding: 36px 30px;
87
+ font-size: 56px;
88
+ outline: none;
89
+ width: 1000px;
90
+ box-sizing: border-box;
91
+ background: #FFFFFF;
92
+ }
93
+ .input.primary {
94
+ border: 6px solid #1E1E1E;
95
+ color: #111;
96
+ }
97
+ .input.secondary {
98
+ border: 4px solid #BDBDBD;
99
+ color: #6A6A6A;
100
+ }
101
+
102
+ /* Create Account button */
103
+ .cta {
104
+ position: absolute;
105
+ left: 40px;
106
+ right: 40px;
107
+ bottom: 870px; /* sits above keyboard */
108
+ height: 120px;
109
+ background: #232323;
110
+ border-radius: 60px;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ color: #F5E93A;
115
+ font-weight: 800;
116
+ font-size: 44px;
117
+ letter-spacing: 3px;
118
+ }
119
+
120
+ /* Suggestion chip */
121
+ .suggestion {
122
+ position: absolute;
123
+ left: 330px;
124
+ bottom: 780px;
125
+ background: #2A2A2A;
126
+ color: #EDEDED;
127
+ height: 80px;
128
+ border-radius: 16px;
129
+ padding: 0 28px 0 90px;
130
+ display: flex;
131
+ align-items: center;
132
+ font-size: 40px;
133
+ }
134
+ .suggestion .avatar {
135
+ position: absolute;
136
+ left: 12px;
137
+ width: 64px;
138
+ height: 64px;
139
+ border-radius: 32px;
140
+ background: #2E5AFF;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ }
145
+ .suggestion .avatar svg {
146
+ width: 40px;
147
+ height: 40px;
148
+ fill: #FFFFFF;
149
+ }
150
+
151
+ /* Keyboard */
152
+ .keyboard {
153
+ position: absolute;
154
+ bottom: 0;
155
+ left: 0;
156
+ width: 1080px;
157
+ height: 840px;
158
+ background: #151515;
159
+ border-top-left-radius: 22px;
160
+ border-top-right-radius: 22px;
161
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
162
+ padding: 26px 24px;
163
+ box-sizing: border-box;
164
+ color: #EAEAEA;
165
+ }
166
+ .kb-top {
167
+ height: 88px;
168
+ display: flex;
169
+ justify-content: flex-end;
170
+ align-items: center;
171
+ gap: 24px;
172
+ }
173
+ .kb-row {
174
+ display: grid;
175
+ grid-template-columns: repeat(10, 1fr);
176
+ gap: 18px;
177
+ margin-top: 22px;
178
+ }
179
+ .kb-row.short {
180
+ grid-template-columns: repeat(9, 1fr);
181
+ }
182
+ .kb-row.bottom {
183
+ grid-template-columns: 160px 160px 1fr 160px 160px;
184
+ }
185
+ .key {
186
+ background: #2A2A2A;
187
+ border-radius: 20px;
188
+ height: 120px;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ font-size: 48px;
193
+ color: #EDEDED;
194
+ }
195
+ .key.space {
196
+ height: 140px;
197
+ }
198
+ .key.light {
199
+ background: #3A3A3A;
200
+ }
201
+ .mic {
202
+ width: 96px;
203
+ height: 96px;
204
+ border-radius: 48px;
205
+ background: #3A3A3A;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ }
210
+ .chip {
211
+ position: absolute;
212
+ right: 110px;
213
+ bottom: 140px;
214
+ width: 160px;
215
+ height: 160px;
216
+ border-radius: 80px;
217
+ background: #CFE2FF;
218
+ }
219
+ </style>
220
+ </head>
221
+ <body>
222
+ <div id="render-target">
223
+
224
+ <!-- Status bar -->
225
+ <div class="statusbar">
226
+ <div>10:09</div>
227
+ <div class="status-icons">
228
+ <!-- Wi-Fi icon -->
229
+ <svg class="icon" viewBox="0 0 24 24">
230
+ <path fill="#565656" d="M12 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6.6-6.2c3.7-3.2 9.5-3.2 13.2 0l-1.6 1.6c-2.8-2.3-7.2-2.3-10 0l-1.6-1.6zm-3.2-3.2c5.7-5 14.9-5 20.6 0l-1.7 1.7c-4.9-4.2-12.3-4.2-17.2 0L2.2 8.6z"/>
231
+ </svg>
232
+ <!-- Battery icon -->
233
+ <svg class="icon" viewBox="0 0 24 24">
234
+ <rect x="1" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#565656" stroke-width="2"/>
235
+ <rect x="3" y="8" width="12" height="8" fill="#565656"/>
236
+ <rect x="20" y="9" width="3" height="6" rx="1" fill="#565656"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Back button area -->
242
+ <div class="topbar">
243
+ <svg class="back-btn" viewBox="0 0 24 24">
244
+ <path d="M15 19L8 12l7-7" stroke="#3A3A3A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <!-- Main content -->
249
+ <div class="content">
250
+ <div class="title">What’s your name?</div>
251
+
252
+ <div class="field">
253
+ <div class="label-inline">First name</div>
254
+ <div class="input primary">Levi</div>
255
+ </div>
256
+
257
+ <div class="field">
258
+ <div class="label-inline">Last name</div>
259
+ <div class="input secondary"></div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Create Account CTA -->
264
+ <div class="cta">CREATE ACCOUNT</div>
265
+
266
+ <!-- Autofill suggestion chip -->
267
+ <div class="suggestion">
268
+ <div class="avatar">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4z"/>
271
+ </svg>
272
+ </div>
273
+ Levi Loon
274
+ </div>
275
+
276
+ <!-- Keyboard -->
277
+ <div class="keyboard">
278
+ <div class="kb-top">
279
+ <!-- grid icon mimic -->
280
+ <div class="mic">
281
+ <svg viewBox="0 0 24 24">
282
+ <path fill="#EDEDED" d="M12 14a4 4 0 0 0 4-4V6a4 4 0 1 0-8 0v4a4 4 0 0 0 4 4zm5-4a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.9V22h2v-5.1A7 7 0 0 0 19 10h-2z"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="kb-row">
288
+ <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>
289
+ <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
+
292
+ <div class="kb-row short">
293
+ <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>
294
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
295
+ </div>
296
+
297
+ <div class="kb-row short">
298
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
299
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
300
+ <div class="key light">⌫</div>
301
+ <div class="key light">↵</div>
302
+ </div>
303
+
304
+ <div class="kb-row bottom">
305
+ <div class="key light">?123</div>
306
+ <div class="key light">,</div>
307
+ <div class="key space"> </div>
308
+ <div class="key light">.</div>
309
+ <div class="key light">→</div>
310
+ </div>
311
+ </div>
312
+
313
+ </div>
314
+ </body>
315
+ </html>
code/9180/9180_9.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Name Form Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ color: #1a1a1a;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 18px; }
31
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
32
+ .icon {
33
+ width: 44px; height: 44px;
34
+ }
35
+
36
+ /* Back */
37
+ .back-wrap {
38
+ position: absolute;
39
+ top: 140px;
40
+ left: 32px;
41
+ width: 80px; height: 80px;
42
+ display: flex; align-items: center; justify-content: center;
43
+ }
44
+
45
+ /* Content */
46
+ .content {
47
+ position: absolute;
48
+ top: 220px;
49
+ left: 60px;
50
+ right: 60px;
51
+ }
52
+ .title {
53
+ font-size: 86px;
54
+ line-height: 100px;
55
+ font-weight: 800;
56
+ color: #1e1e1e;
57
+ margin: 0 0 60px 0;
58
+ }
59
+
60
+ .field {
61
+ margin-bottom: 64px;
62
+ }
63
+ .label {
64
+ font-size: 32px;
65
+ color: #666;
66
+ margin: 0 0 18px 6px;
67
+ }
68
+ .text-input {
69
+ height: 160px;
70
+ border: 3px solid #CFCFCF;
71
+ border-radius: 26px;
72
+ padding: 34px 36px;
73
+ box-sizing: border-box;
74
+ font-size: 56px;
75
+ color: #1f1f1f;
76
+ display: flex; align-items: center;
77
+ background: #FFFFFF;
78
+ }
79
+ .placeholder {
80
+ color: #9A9A9A;
81
+ }
82
+
83
+ /* Create account button */
84
+ .cta {
85
+ position: absolute;
86
+ left: 60px;
87
+ right: 60px;
88
+ bottom: 980px; /* sits just above the keyboard */
89
+ height: 120px;
90
+ background: #272626;
91
+ border-radius: 60px;
92
+ display: flex; align-items: center; justify-content: center;
93
+ box-shadow: 0 2px 0 rgba(0,0,0,0.15) inset;
94
+ }
95
+ .cta span {
96
+ color: #FFE92E;
97
+ font-size: 44px;
98
+ letter-spacing: 4px;
99
+ font-weight: 800;
100
+ }
101
+
102
+ /* Keyboard */
103
+ .keyboard {
104
+ position: absolute;
105
+ left: 0;
106
+ bottom: 0;
107
+ width: 1080px;
108
+ height: 900px;
109
+ background: #0F0F10;
110
+ border-top-left-radius: 24px;
111
+ border-top-right-radius: 24px;
112
+ padding: 28px 28px 40px;
113
+ box-sizing: border-box;
114
+ }
115
+ .kb-top {
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: space-between;
119
+ padding: 0 8px 20px;
120
+ }
121
+ .kb-row {
122
+ display: flex;
123
+ gap: 22px;
124
+ justify-content: space-between;
125
+ margin-bottom: 24px;
126
+ }
127
+ .key {
128
+ background: #2A2B2C;
129
+ color: #EAEAEA;
130
+ font-size: 42px;
131
+ border-radius: 20px;
132
+ height: 120px;
133
+ flex: 1;
134
+ display: flex; align-items: center; justify-content: center;
135
+ }
136
+ .key.small { flex: 0 0 92px; }
137
+ .key.wide { flex: 1 1 240px; }
138
+ .space {
139
+ flex: 1;
140
+ height: 120px;
141
+ background: #2A2B2C;
142
+ border-radius: 20px;
143
+ }
144
+ .kb-bottom {
145
+ display: flex;
146
+ gap: 22px;
147
+ align-items: center;
148
+ justify-content: space-between;
149
+ margin-top: 8px;
150
+ }
151
+ .send {
152
+ width: 150px; height: 150px; border-radius: 80px;
153
+ background: #BFD6F6;
154
+ display: flex; align-items: center; justify-content: center;
155
+ }
156
+ .send svg { width: 80px; height: 80px; }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- STATUS BAR -->
163
+ <div class="status-bar">
164
+ <div class="status-left">
165
+ <div>10:10</div>
166
+ <!-- small squares/icons to mimic left indicators -->
167
+ <svg class="icon" viewBox="0 0 24 24">
168
+ <rect x="2" y="6" width="6" height="12" fill="#666"/>
169
+ <rect x="12" y="6" width="6" height="12" fill="#666"/>
170
+ </svg>
171
+ <svg class="icon" viewBox="0 0 24 24">
172
+ <rect x="4" y="4" width="16" height="16" fill="#999" rx="2"/>
173
+ <rect x="8" y="8" width="8" height="8" fill="#bbb"/>
174
+ </svg>
175
+ </div>
176
+ <div class="status-right">
177
+ <!-- Wifi -->
178
+ <svg class="icon" viewBox="0 0 24 24">
179
+ <path d="M12 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z" fill="#444"/>
180
+ <path d="M3 10c5-4 13-4 18 0" stroke="#444" stroke-width="2" fill="none"/>
181
+ <path d="M6 13c3-2 9-2 12 0" stroke="#444" stroke-width="2" fill="none"/>
182
+ </svg>
183
+ <!-- Battery -->
184
+ <svg class="icon" viewBox="0 0 28 24">
185
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#444" stroke-width="2" fill="none"/>
186
+ <rect x="4" y="8" width="12" height="8" fill="#444"/>
187
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#444"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- BACK ARROW -->
193
+ <div class="back-wrap">
194
+ <svg viewBox="0 0 24 24" width="60" height="60">
195
+ <path d="M15 4L7 12l8 8" stroke="#444" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+
199
+ <!-- MAIN CONTENT -->
200
+ <div class="content">
201
+ <h1 class="title">What’s your name?</h1>
202
+
203
+ <div class="field">
204
+ <div class="label">First name</div>
205
+ <div class="text-input">Levi</div>
206
+ </div>
207
+
208
+ <div class="field">
209
+ <div class="label">Last name</div>
210
+ <div class="text-input"><span class="placeholder"></span></div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- CREATE ACCOUNT -->
215
+ <div class="cta"><span>CREATE ACCOUNT</span></div>
216
+
217
+ <!-- KEYBOARD -->
218
+ <div class="keyboard">
219
+ <div class="kb-top">
220
+ <!-- mimicked function icons -->
221
+ <div style="display:flex; gap:22px;">
222
+ <div class="key small">⌂</div>
223
+ <div class="key small">☺</div>
224
+ <div class="key small">GIF</div>
225
+ <div class="key small">⚙︎</div>
226
+ <div class="key small">A↔︎</div>
227
+ <div class="key small">🎨</div>
228
+ <div class="key small">🎤</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="kb-row">
233
+ <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>
234
+ </div>
235
+ <div class="kb-row">
236
+ <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>
237
+ </div>
238
+ <div class="kb-row">
239
+ <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>
240
+ </div>
241
+ <div class="kb-bottom">
242
+ <div class="key wide">?123</div>
243
+ <div class="key wide">,</div>
244
+ <div class="key wide">☺</div>
245
+ <div class="space"></div>
246
+ <div class="key wide">.</div>
247
+ <div class="send">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M4 20l16-8L4 4l3 6 9 2-9 2z" fill="#1e2a3f"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ </div>
256
+ </body>
257
+ </html>
code/9181/9181_0.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=1440, initial-scale=1.0">
6
+ <title>Settings - Account</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: 1440px;
11
+ height: 3120px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f1d22;
15
+ color: #eaf2f5;
16
+ }
17
+
18
+ /* Global helpers */
19
+ .page-wrap { width: 1200px; margin: 0 120px; }
20
+ .muted { color: #9aa6ac; }
21
+ .accent { color: #5cc7ff; }
22
+ .section-title {
23
+ font-size: 72px;
24
+ font-weight: 800;
25
+ letter-spacing: 0.5px;
26
+ margin: 80px 0 40px 0;
27
+ }
28
+
29
+ /* Top bar */
30
+ .topbar {
31
+ height: 180px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 40px;
36
+ border-bottom: 1px solid rgba(120,150,160,0.15);
37
+ position: sticky;
38
+ top: 0;
39
+ }
40
+ .topbar .title {
41
+ font-size: 66px;
42
+ font-weight: 700;
43
+ color: #7f8d92;
44
+ }
45
+ .topbar .save {
46
+ font-size: 56px;
47
+ font-weight: 800;
48
+ color: #59c7ff;
49
+ letter-spacing: 1px;
50
+ }
51
+ .icon-btn {
52
+ width: 120px;
53
+ height: 120px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .icon {
59
+ width: 72px;
60
+ height: 72px;
61
+ fill: none;
62
+ stroke: #99a7ad;
63
+ stroke-width: 10;
64
+ stroke-linecap: round;
65
+ }
66
+
67
+ /* Rounded input/button rows */
68
+ .pill-row {
69
+ height: 170px;
70
+ border: 4px solid #2a3c43;
71
+ border-radius: 40px;
72
+ background: #1a2a2f;
73
+ display: flex;
74
+ align-items: center;
75
+ padding: 0 60px;
76
+ margin: 28px 0;
77
+ }
78
+ .pill-row .text {
79
+ font-size: 56px;
80
+ font-weight: 800;
81
+ letter-spacing: 2px;
82
+ color: #5cc7ff;
83
+ }
84
+ .pill-row.input {
85
+ background: #233339;
86
+ justify-content: flex-start;
87
+ }
88
+ .pill-row.input .dots {
89
+ font-size: 80px;
90
+ letter-spacing: 20px;
91
+ color: #cbd7dc;
92
+ }
93
+
94
+ /* General card with list items */
95
+ .card {
96
+ border: 4px solid #2a3c43;
97
+ border-radius: 48px;
98
+ padding: 0;
99
+ overflow: hidden;
100
+ margin: 24px 0 48px 0;
101
+ background: #16252a;
102
+ }
103
+ .card .row {
104
+ height: 190px;
105
+ display: flex;
106
+ align-items: center;
107
+ padding: 0 54px;
108
+ font-size: 56px;
109
+ color: #eaf2f5;
110
+ }
111
+ .card .row + .row {
112
+ border-top: 3px solid rgba(120,150,160,0.18);
113
+ }
114
+ .row .label {
115
+ flex: 1;
116
+ }
117
+ .row .value {
118
+ font-weight: 800;
119
+ color: #5cc7ff;
120
+ }
121
+
122
+ /* Switch */
123
+ .switch {
124
+ width: 200px;
125
+ height: 100px;
126
+ border-radius: 60px;
127
+ position: relative;
128
+ background: #4a5960;
129
+ border: 4px solid #3a4a50;
130
+ }
131
+ .switch.on { background: #59c7ff; border-color: #45b8f1; }
132
+ .knob {
133
+ width: 92px;
134
+ height: 92px;
135
+ border-radius: 50%;
136
+ background: #16252a;
137
+ border: 6px solid #7fbfdc;
138
+ position: absolute;
139
+ top: 4px;
140
+ left: 4px;
141
+ transition: left 0.2s;
142
+ }
143
+ .switch.on .knob { left: 104px; border-color: #a7e2ff; }
144
+
145
+ /* Large action pills */
146
+ .action-pill {
147
+ height: 170px;
148
+ border: 4px solid #2a3c43;
149
+ border-radius: 40px;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ margin: 26px 0;
154
+ background: #16252a;
155
+ }
156
+ .action-pill span {
157
+ font-size: 56px;
158
+ font-weight: 800;
159
+ letter-spacing: 2px;
160
+ color: #5cc7ff;
161
+ }
162
+
163
+ /* Bottom gesture bar */
164
+ .gesture-bar {
165
+ width: 360px;
166
+ height: 16px;
167
+ border-radius: 10px;
168
+ background: #e7ecef;
169
+ opacity: 0.9;
170
+ position: absolute;
171
+ bottom: 68px;
172
+ left: 50%;
173
+ transform: translateX(-50%);
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <div class="topbar page-wrap">
180
+ <div class="icon-btn" aria-label="Close">
181
+ <svg class="icon" viewBox="0 0 100 100">
182
+ <path d="M20 20 L80 80"></path>
183
+ <path d="M80 20 L20 80"></path>
184
+ </svg>
185
+ </div>
186
+ <div class="title">Account</div>
187
+ <div class="save">SAVE</div>
188
+ </div>
189
+
190
+ <div class="page-wrap">
191
+ <!-- Password field -->
192
+ <div class="pill-row input">
193
+ <div class="dots">••••••••</div>
194
+ </div>
195
+
196
+ <!-- Buttons -->
197
+ <div class="pill-row">
198
+ <div class="text">DUOLINGO FOR SCHOOLS</div>
199
+ </div>
200
+ <div class="pill-row">
201
+ <div class="text">SIGN OUT</div>
202
+ </div>
203
+
204
+ <!-- General section -->
205
+ <div class="section-title">General</div>
206
+ <div class="card">
207
+ <div class="row">
208
+ <div class="label">Sound effects</div>
209
+ <div class="switch">
210
+ <div class="knob"></div>
211
+ </div>
212
+ </div>
213
+ <div class="row">
214
+ <div class="label">Dark mode</div>
215
+ <div class="value">System Default</div>
216
+ </div>
217
+ <div class="row">
218
+ <div class="label">Friends Quest</div>
219
+ <div class="switch on">
220
+ <div class="knob"></div>
221
+ </div>
222
+ </div>
223
+ <div class="row">
224
+ <div class="label">Motivational messages</div>
225
+ <div class="switch on">
226
+ <div class="knob"></div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Action buttons -->
232
+ <div class="action-pill"><span>HELP CENTER</span></div>
233
+ <div class="action-pill"><span>MANAGE COURSES</span></div>
234
+ <div class="action-pill"><span>FEEDBACK</span></div>
235
+
236
+ <!-- Accessibility heading -->
237
+ <div class="section-title">Accessibility</div>
238
+ </div>
239
+
240
+ <div class="gesture-bar"></div>
241
+ </div>
242
+ </body>
243
+ </html>
code/9181/9181_1.html ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Loading Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1440px;
16
+ height: 3120px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background-color: #132124; /* deep desaturated teal/black */
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 140px;
29
+ background: #1b2a2e;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 40px;
34
+ box-sizing: border-box;
35
+ }
36
+ .status-left {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 30px;
40
+ }
41
+ .status-time {
42
+ color: #d7e0e4;
43
+ font-weight: 600;
44
+ font-size: 68px;
45
+ letter-spacing: 0.5px;
46
+ }
47
+ .status-icons {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 26px;
51
+ color: #d7e0e4;
52
+ }
53
+ .status-right {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 28px;
57
+ }
58
+ .dot-sep {
59
+ font-size: 48px;
60
+ line-height: 1;
61
+ color: #d7e0e4;
62
+ opacity: 0.9;
63
+ }
64
+ .icon {
65
+ width: 52px;
66
+ height: 52px;
67
+ }
68
+ .icon svg {
69
+ width: 100%;
70
+ height: 100%;
71
+ }
72
+ .icon stroke {
73
+ color: #e6eef2;
74
+ }
75
+
76
+ /* Loading dots */
77
+ .loading {
78
+ position: absolute;
79
+ bottom: 700px;
80
+ left: 50%;
81
+ transform: translateX(-50%);
82
+ display: flex;
83
+ gap: 60px;
84
+ }
85
+ .loading .dot {
86
+ width: 96px;
87
+ height: 96px;
88
+ background: #334348;
89
+ border-radius: 50%;
90
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05);
91
+ }
92
+
93
+ /* Gesture bar */
94
+ .gesture-bar {
95
+ position: absolute;
96
+ bottom: 60px;
97
+ left: 50%;
98
+ transform: translateX(-50%);
99
+ width: 480px;
100
+ height: 18px;
101
+ background: #e9e9e9;
102
+ border-radius: 12px;
103
+ opacity: 0.9;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Top status bar -->
111
+ <div class="status-bar">
112
+ <div class="status-left">
113
+ <div class="status-time">8:44</div>
114
+ <div class="status-icons">
115
+ <!-- Clipboard icon -->
116
+ <div class="icon">
117
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
118
+ <path d="M8 3h8v3H8z"></path>
119
+ <rect x="5" y="6" width="14" height="15" rx="2"></rect>
120
+ </svg>
121
+ </div>
122
+ <!-- Search icon -->
123
+ <div class="icon">
124
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
125
+ <circle cx="10" cy="10" r="6"></circle>
126
+ <path d="M14.5 14.5L20 20"></path>
127
+ </svg>
128
+ </div>
129
+ <!-- Letter B icon -->
130
+ <div class="icon">
131
+ <svg viewBox="0 0 24 24">
132
+ <circle cx="12" cy="12" r="11" fill="none" stroke="#e6eef2" stroke-width="2"></circle>
133
+ <text x="12" y="15" text-anchor="middle" font-size="12" fill="#e6eef2" font-weight="700">B</text>
134
+ </svg>
135
+ </div>
136
+ <!-- Cup icon (simple) -->
137
+ <div class="icon">
138
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
139
+ <path d="M3 8h12v6a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V8z"></path>
140
+ <path d="M15 9h3a3 3 0 0 1 0 6h-3"></path>
141
+ <path d="M4 18h10"></path>
142
+ </svg>
143
+ </div>
144
+ <span class="dot-sep">•</span>
145
+ </div>
146
+ </div>
147
+ <div class="status-right">
148
+ <!-- Do Not Disturb icon -->
149
+ <div class="icon">
150
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
151
+ <circle cx="12" cy="12" r="10"></circle>
152
+ <path d="M7 12h10"></path>
153
+ </svg>
154
+ </div>
155
+ <!-- WiFi icon -->
156
+ <div class="icon">
157
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
158
+ <path d="M2 8c5-4 15-4 20 0"></path>
159
+ <path d="M5 11c3-3 11-3 14 0"></path>
160
+ <path d="M8 14c2-2 6-2 8 0"></path>
161
+ <circle cx="12" cy="17" r="1.5" fill="#e6eef2" stroke="none"></circle>
162
+ </svg>
163
+ </div>
164
+ <!-- Battery with bolt icon -->
165
+ <div class="icon">
166
+ <svg viewBox="0 0 24 24" fill="none" stroke="#e6eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
167
+ <rect x="3" y="7" width="16" height="10" rx="2"></rect>
168
+ <path d="M21 10v4"></path>
169
+ <path d="M11 9l-2 5h3l-2 5"></path>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Loading dots -->
176
+ <div class="loading">
177
+ <div class="dot"></div>
178
+ <div class="dot"></div>
179
+ <div class="dot"></div>
180
+ </div>
181
+
182
+ <!-- Bottom gesture bar -->
183
+ <div class="gesture-bar"></div>
184
+
185
+ </div>
186
+ </body>
187
+ </html>
code/9181/9181_2.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Sign back in - UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1440px;
12
+ height: 3120px;
13
+ background: #122025; /* deep dark teal */
14
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1440px;
23
+ height: 120px;
24
+ padding: 0 40px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #EAEFF2;
30
+ font-weight: 600;
31
+ font-size: 48px;
32
+ opacity: 0.85;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ gap: 26px;
37
+ align-items: center;
38
+ }
39
+ .icon {
40
+ display: inline-flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+
45
+ .content {
46
+ position: absolute;
47
+ top: 520px;
48
+ left: 0;
49
+ width: 100%;
50
+ text-align: center;
51
+ }
52
+
53
+ .illustration {
54
+ width: 420px;
55
+ height: 320px;
56
+ margin: 0 auto 60px auto;
57
+ background: #E0E0E0;
58
+ border: 1px solid #BDBDBD;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ color: #757575;
63
+ border-radius: 24px;
64
+ font-weight: 600;
65
+ }
66
+
67
+ h1.title {
68
+ margin: 0;
69
+ font-size: 96px;
70
+ line-height: 1.1;
71
+ font-weight: 800;
72
+ letter-spacing: 0.5px;
73
+ }
74
+ p.subtitle {
75
+ margin: 28px 0 60px 0;
76
+ font-size: 54px;
77
+ color: #A5B5BA;
78
+ font-weight: 600;
79
+ }
80
+
81
+ .account-card {
82
+ width: 1240px;
83
+ margin: 0 auto;
84
+ border: 3px solid #2A3A3F;
85
+ border-radius: 40px;
86
+ box-sizing: border-box;
87
+ background: rgba(255,255,255,0.02);
88
+ }
89
+ .row {
90
+ display: flex;
91
+ align-items: center;
92
+ padding: 48px 56px;
93
+ box-sizing: border-box;
94
+ }
95
+
96
+ .avatar {
97
+ width: 160px;
98
+ height: 160px;
99
+ border-radius: 50%;
100
+ background: #0F6B5F;
101
+ color: #FFFFFF;
102
+ font-weight: 800;
103
+ font-size: 96px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ margin-right: 40px;
108
+ flex: 0 0 160px;
109
+ }
110
+
111
+ .details {
112
+ text-align: left;
113
+ flex: 1;
114
+ }
115
+ .details .name {
116
+ font-size: 70px;
117
+ font-weight: 800;
118
+ margin-bottom: 12px;
119
+ }
120
+ .details .email {
121
+ font-size: 48px;
122
+ color: #A9B8BD;
123
+ font-weight: 600;
124
+ }
125
+
126
+ .chevron {
127
+ width: 64px;
128
+ height: 64px;
129
+ margin-left: 20px;
130
+ opacity: 0.85;
131
+ }
132
+
133
+ .divider {
134
+ height: 2px;
135
+ background: #2A3A3F;
136
+ margin: 0 0 0 0;
137
+ }
138
+
139
+ .add-icon-wrap {
140
+ width: 140px;
141
+ height: 140px;
142
+ border-radius: 50%;
143
+ border: 4px solid #6E8288;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ margin-right: 36px;
148
+ flex: 0 0 140px;
149
+ }
150
+ .add-label {
151
+ font-size: 64px;
152
+ font-weight: 800;
153
+ color: #6E8288;
154
+ }
155
+
156
+ .footer {
157
+ position: absolute;
158
+ bottom: 220px;
159
+ left: 0;
160
+ width: 100%;
161
+ text-align: center;
162
+ color: #5E7278;
163
+ font-size: 56px;
164
+ font-weight: 800;
165
+ letter-spacing: 6px;
166
+ }
167
+
168
+ .home-indicator {
169
+ position: absolute;
170
+ bottom: 120px;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ width: 520px;
174
+ height: 18px;
175
+ background: #E6EAED;
176
+ border-radius: 9px;
177
+ opacity: 0.9;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <div class="status-bar">
185
+ <div>8:44</div>
186
+ <div class="status-icons">
187
+ <!-- simple placeholders for status icons -->
188
+ <svg class="icon" width="38" height="38" viewBox="0 0 24 24" fill="none">
189
+ <circle cx="12" cy="12" r="10" stroke="#EAEFF2" stroke-width="2"></circle>
190
+ </svg>
191
+ <svg class="icon" width="38" height="38" viewBox="0 0 24 24" fill="none">
192
+ <rect x="4" y="6" width="12" height="12" rx="3" stroke="#EAEFF2" stroke-width="2"></rect>
193
+ <rect x="18" y="10" width="2" height="4" fill="#EAEFF2"></rect>
194
+ </svg>
195
+ <svg class="icon" width="38" height="38" viewBox="0 0 24 24" fill="none">
196
+ <path d="M2 16c3-4 7-6 10-6s7 2 10 6" stroke="#EAEFF2" stroke-width="2" stroke-linecap="round"></path>
197
+ <path d="M6 16c2-3 5-4 6-4s4 1 6 4" stroke="#EAEFF2" stroke-width="2" stroke-linecap="round"></path>
198
+ <circle cx="12" cy="16" r="1.5" fill="#EAEFF2"></circle>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="content">
204
+ <div class="illustration">[IMG: Duolingo Owl Illustration]</div>
205
+
206
+ <h1 class="title">Sign back in</h1>
207
+ <p class="subtitle">Choose from accounts saved on this device</p>
208
+
209
+ <div class="account-card">
210
+ <div class="row">
211
+ <div class="avatar">C</div>
212
+ <div class="details">
213
+ <div class="name">Quentin Clark</div>
214
+ <div class="email">dbwscratch.test.id15@gmail.com</div>
215
+ </div>
216
+ <svg class="chevron" viewBox="0 0 24 24">
217
+ <path d="M9 5l7 7-7 7" fill="none" stroke="#C7D2D6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="divider"></div>
222
+
223
+ <div class="row">
224
+ <div class="add-icon-wrap">
225
+ <svg width="64" height="64" viewBox="0 0 24 24">
226
+ <path d="M12 5v14M5 12h14" stroke="#6E8288" stroke-width="2" stroke-linecap="round"/>
227
+ </svg>
228
+ </div>
229
+ <div class="add-label">Add another account</div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="footer">MANAGE ACCOUNTS</div>
235
+ <div class="home-indicator"></div>
236
+ </div>
237
+ </body>
238
+ </html>
code/9184/9184_0.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>Recipe Detail - Chinese fried rice</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #000;
20
+ border-radius: 0;
21
+ box-shadow: none;
22
+ color: #fff;
23
+ }
24
+
25
+ /* Status bar overlay */
26
+ .status-gradient {
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ width: 1080px;
31
+ height: 200px;
32
+ background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
33
+ pointer-events: none;
34
+ }
35
+ .status-bar {
36
+ position: absolute;
37
+ top: 24px;
38
+ left: 32px;
39
+ right: 32px;
40
+ height: 60px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ color: #fff;
45
+ font-size: 36px;
46
+ letter-spacing: 0.2px;
47
+ }
48
+ .status-left {
49
+ display: flex;
50
+ gap: 18px;
51
+ align-items: baseline;
52
+ }
53
+ .status-right {
54
+ font-size: 34px;
55
+ display: flex;
56
+ gap: 22px;
57
+ align-items: center;
58
+ opacity: 0.95;
59
+ }
60
+
61
+ /* Top navigation (back/share) */
62
+ .top-nav {
63
+ position: absolute;
64
+ top: 120px;
65
+ left: 0;
66
+ right: 0;
67
+ height: 80px;
68
+ padding: 0 24px;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ }
73
+ .icon-btn {
74
+ width: 64px;
75
+ height: 64px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ opacity: 0.95;
80
+ }
81
+
82
+ /* Hero image placeholder */
83
+ .hero {
84
+ position: absolute;
85
+ top: 0;
86
+ left: 0;
87
+ width: 1080px;
88
+ height: 1480px;
89
+ background: #E0E0E0;
90
+ border: 1px solid #BDBDBD;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #757575;
95
+ font-size: 36px;
96
+ text-align: center;
97
+ }
98
+ .hero-top-fade {
99
+ position: absolute;
100
+ top: 0;
101
+ left: 0;
102
+ width: 1080px;
103
+ height: 420px;
104
+ background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0) 100%);
105
+ pointer-events: none;
106
+ }
107
+ .hero-bottom-fade {
108
+ position: absolute;
109
+ bottom: 0;
110
+ left: 0;
111
+ width: 1080px;
112
+ height: 420px;
113
+ background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
114
+ pointer-events: none;
115
+ }
116
+
117
+ /* Play button overlay */
118
+ .play-wrap {
119
+ position: absolute;
120
+ left: 50%;
121
+ top: 50%;
122
+ transform: translate(-50%, -50%);
123
+ width: 260px;
124
+ height: 260px;
125
+ border-radius: 50%;
126
+ border: 8px solid rgba(255,255,255,0.95);
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ box-sizing: border-box;
131
+ }
132
+ .play-triangle {
133
+ width: 0;
134
+ height: 0;
135
+ border-left: 90px solid #fff;
136
+ border-top: 55px solid transparent;
137
+ border-bottom: 55px solid transparent;
138
+ margin-left: 12px;
139
+ }
140
+
141
+ /* Title over image */
142
+ .title {
143
+ position: absolute;
144
+ bottom: 140px;
145
+ left: 40px;
146
+ right: 40px;
147
+ text-align: center;
148
+ font-family: Georgia, "Times New Roman", serif;
149
+ font-size: 72px;
150
+ line-height: 78px;
151
+ color: #fff;
152
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
153
+ }
154
+
155
+ /* Details section */
156
+ .details {
157
+ position: absolute;
158
+ top: 1480px;
159
+ left: 0;
160
+ width: 1080px;
161
+ height: 920px;
162
+ background: #0B0B0B;
163
+ border-top: 1px solid rgba(255,255,255,0.04);
164
+ box-sizing: border-box;
165
+ padding-top: 60px;
166
+ }
167
+ .stars {
168
+ display: flex;
169
+ justify-content: center;
170
+ gap: 18px;
171
+ margin-top: 10px;
172
+ }
173
+ .ratings-text {
174
+ margin-top: 16px;
175
+ text-align: center;
176
+ font-size: 34px;
177
+ color: #9E9E9E;
178
+ }
179
+ .actions {
180
+ margin-top: 46px;
181
+ display: flex;
182
+ justify-content: center;
183
+ gap: 120px;
184
+ }
185
+ .action {
186
+ display: flex;
187
+ align-items: center;
188
+ gap: 20px;
189
+ color: #BDBDBD;
190
+ font-size: 36px;
191
+ }
192
+ .action svg {
193
+ width: 64px;
194
+ height: 64px;
195
+ }
196
+ .divider {
197
+ width: 100%;
198
+ height: 1px;
199
+ background: rgba(255,255,255,0.08);
200
+ margin-top: 60px;
201
+ margin-bottom: 20px;
202
+ }
203
+
204
+ /* Author row */
205
+ .author {
206
+ padding: 24px 32px;
207
+ display: flex;
208
+ align-items: center;
209
+ gap: 24px;
210
+ }
211
+ .author-img {
212
+ width: 170px;
213
+ height: 110px;
214
+ background: #E0E0E0;
215
+ border: 1px solid #BDBDBD;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ color: #757575;
220
+ font-size: 28px;
221
+ border-radius: 8px;
222
+ overflow: hidden;
223
+ }
224
+ .author-name {
225
+ font-size: 46px;
226
+ color: #FF8A50; /* warm orange as in screenshot */
227
+ letter-spacing: 0.3px;
228
+ }
229
+
230
+ /* Home indicator */
231
+ .home-indicator {
232
+ position: absolute;
233
+ bottom: 34px;
234
+ left: 50%;
235
+ transform: translateX(-50%);
236
+ width: 360px;
237
+ height: 12px;
238
+ background: rgba(255,255,255,0.85);
239
+ border-radius: 8px;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Hero image area -->
247
+ <div class="hero">
248
+ [IMG: Chinese fried rice bowl close-up]
249
+ <div class="hero-top-fade"></div>
250
+ <div class="hero-bottom-fade"></div>
251
+ </div>
252
+
253
+ <!-- Status overlays -->
254
+ <div class="status-gradient"></div>
255
+ <div class="status-bar">
256
+ <div class="status-left">
257
+ <div>11:51</div>
258
+ <div style="opacity:0.9;">19°</div>
259
+ </div>
260
+ <div class="status-right">
261
+ <div title="Wi‑Fi">📶</div>
262
+ <div title="Battery">🔋</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Top navigation -->
267
+ <div class="top-nav">
268
+ <div class="icon-btn">
269
+ <svg viewBox="0 0 24 24" width="36" height="36">
270
+ <path d="M15 5L8 12l7 7" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ <div class="icon-btn">
274
+ <svg viewBox="0 0 24 24" width="36" height="36">
275
+ <circle cx="18" cy="5" r="2" stroke="#FFFFFF" stroke-width="2" fill="none"/>
276
+ <circle cx="6" cy="12" r="2" stroke="#FFFFFF" stroke-width="2" fill="none"/>
277
+ <circle cx="18" cy="19" r="2" stroke="#FFFFFF" stroke-width="2" fill="none"/>
278
+ <path d="M8 12l8-7M8 12l8 7" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Play button -->
284
+ <div class="play-wrap">
285
+ <div class="play-triangle"></div>
286
+ </div>
287
+
288
+ <!-- Title -->
289
+ <div class="title">Chinese fried rice</div>
290
+
291
+ <!-- Details section -->
292
+ <div class="details">
293
+ <div class="stars">
294
+ <!-- 4 full stars -->
295
+ <svg width="56" height="56" viewBox="0 0 24 24">
296
+ <path d="M12 2l3 6.5 7 .8-5 4.6 1.5 7-6.5-3.7-6.5 3.7 1.5-7-5-4.6 7-.8z" fill="#FFC107"/>
297
+ </svg>
298
+ <svg width="56" height="56" viewBox="0 0 24 24">
299
+ <path d="M12 2l3 6.5 7 .8-5 4.6 1.5 7-6.5-3.7-6.5 3.7 1.5-7-5-4.6 7-.8z" fill="#FFC107"/>
300
+ </svg>
301
+ <svg width="56" height="56" viewBox="0 0 24 24">
302
+ <path d="M12 2l3 6.5 7 .8-5 4.6 1.5 7-6.5-3.7-6.5 3.7 1.5-7-5-4.6 7-.8z" fill="#FFC107"/>
303
+ </svg>
304
+ <svg width="56" height="56" viewBox="0 0 24 24">
305
+ <path d="M12 2l3 6.5 7 .8-5 4.6 1.5 7-6.5-3.7-6.5 3.7 1.5-7-5-4.6 7-.8z" fill="#FFC107"/>
306
+ </svg>
307
+ <!-- Half star -->
308
+ <svg width="56" height="56" viewBox="0 0 24 24">
309
+ <defs>
310
+ <linearGradient id="halfStarGrad" x1="0%" y1="0%" x2="100%" y2="0%">
311
+ <stop offset="50%" stop-color="#FFC107"></stop>
312
+ <stop offset="50%" stop-color="#3A3A3A"></stop>
313
+ </linearGradient>
314
+ </defs>
315
+ <path d="M12 2l3 6.5 7 .8-5 4.6 1.5 7-6.5-3.7-6.5 3.7 1.5-7-5-4.6 7-.8z" fill="url(#halfStarGrad)"/>
316
+ </svg>
317
+ </div>
318
+ <div class="ratings-text">213 ratings</div>
319
+
320
+ <div class="actions">
321
+ <div class="action">
322
+ <svg viewBox="0 0 24 24">
323
+ <path d="M12 21s-7-4.5-7-10a5 5 0 0 1 9-2 5 5 0 0 1 9 2c0 5.5-7 10-7 10z" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/>
324
+ </svg>
325
+ <span>58.9K</span>
326
+ </div>
327
+ <div class="action">
328
+ <svg viewBox="0 0 24 24">
329
+ <path d="M6 3h12v18l-6-4-6 4V3z" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/>
330
+ </svg>
331
+ <span>SAVE</span>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="divider"></div>
336
+
337
+ <div class="author">
338
+ <div class="author-img">[IMG: Kitchen thumbnail]</div>
339
+ <div class="author-name">Yingpin</div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Home indicator -->
344
+ <div class="home-indicator"></div>
345
+
346
+ </div>
347
+ </body>
348
+ </html>
code/9184/9184_2.html ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recipe Detail - Stew Chicken</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: #0f0f0f;
15
+ border-radius: 24px;
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.4);
17
+ color: #fff;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0; left: 0;
24
+ width: 100%;
25
+ height: 120px;
26
+ background: #000;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ display: flex; align-items: baseline; gap: 16px;
35
+ font-weight: 600;
36
+ }
37
+ .status-time { font-size: 42px; letter-spacing: 0.5px; }
38
+ .status-temp { font-size: 28px; opacity: 0.85; }
39
+
40
+ .status-right {
41
+ display: flex; align-items: center; gap: 28px;
42
+ }
43
+ .status-dot {
44
+ width: 26px; height: 26px; border-radius: 50%; background: #fff; opacity: 0.95;
45
+ }
46
+ .battery {
47
+ width: 34px; height: 20px; border: 3px solid #fff; border-radius: 4px; position: relative;
48
+ }
49
+ .battery::after {
50
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 8px; background: #fff; border-radius: 2px;
51
+ }
52
+ .battery .level {
53
+ position: absolute; left: 3px; top: 3px; height: 12px; width: 22px; background: #fff;
54
+ }
55
+
56
+ /* Hero image section */
57
+ .hero {
58
+ position: absolute;
59
+ top: 120px; left: 0;
60
+ width: 100%;
61
+ height: 1180px;
62
+ }
63
+ .hero .img {
64
+ position: absolute; inset: 0;
65
+ background: #E0E0E0;
66
+ border: 1px solid #BDBDBD;
67
+ display: flex; align-items: center; justify-content: center;
68
+ color: #757575; font-size: 42px; font-weight: 600;
69
+ }
70
+ .hero .overlay {
71
+ position: absolute; inset: 0;
72
+ background: rgba(0,0,0,0.55);
73
+ }
74
+
75
+ /* Floating circular action buttons */
76
+ .circle-btn {
77
+ position: absolute;
78
+ width: 96px; height: 96px;
79
+ border-radius: 50%;
80
+ background: rgba(255,255,255,0.06);
81
+ box-shadow: 0 8px 24px rgba(0,0,0,0.5);
82
+ display: flex; align-items: center; justify-content: center;
83
+ }
84
+ .btn-back { top: 170px; left: 36px; }
85
+ .btn-share { top: 170px; right: 170px; }
86
+ .btn-bookmark { top: 170px; right: 36px; }
87
+
88
+ .circle-btn svg { width: 48px; height: 48px; fill: none; stroke: #ddd; stroke-width: 4; }
89
+
90
+ /* Title card */
91
+ .title-card {
92
+ position: absolute;
93
+ left: 36px;
94
+ right: 36px;
95
+ top: 980px;
96
+ height: 360px;
97
+ background: rgba(0,0,0,0.75);
98
+ border-radius: 44px;
99
+ box-shadow: 0 18px 40px rgba(0,0,0,0.6);
100
+ padding: 52px 64px;
101
+ box-sizing: border-box;
102
+ }
103
+ .subtitle {
104
+ text-transform: uppercase;
105
+ letter-spacing: 4px;
106
+ font-size: 34px;
107
+ color: #bdbdbd;
108
+ }
109
+ .title {
110
+ margin-top: 18px;
111
+ font-size: 86px;
112
+ font-weight: 700;
113
+ color: #e9e9e9;
114
+ }
115
+ .byline {
116
+ margin-top: 20px;
117
+ font-size: 40px;
118
+ color: #9e9e9e;
119
+ }
120
+ .byline b { color: #cfcfcf; }
121
+
122
+ /* Bottom sheet */
123
+ .sheet {
124
+ position: absolute;
125
+ top: 1240px; left: 0;
126
+ width: 100%; height: 1040px;
127
+ background: #1a1a1a;
128
+ border-top-left-radius: 46px;
129
+ border-top-right-radius: 46px;
130
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.45);
131
+ padding: 40px 36px;
132
+ box-sizing: border-box;
133
+ }
134
+ .row {
135
+ display: flex; align-items: center; justify-content: space-between;
136
+ padding: 10px 12px;
137
+ }
138
+ .row .left { font-size: 44px; font-weight: 600; color: #eaeaea; }
139
+ .row .right { font-size: 40px; color: #9bd4ff; }
140
+
141
+ .divider {
142
+ height: 1px; background: #2a2a2a; margin: 24px 0;
143
+ }
144
+
145
+ .cookbook-card {
146
+ width: 680px; height: 300px;
147
+ background: #E0E0E0;
148
+ border: 1px solid #BDBDBD;
149
+ border-radius: 26px;
150
+ display: flex; align-items: center; justify-content: center;
151
+ color: #757575; font-size: 40px; font-weight: 600;
152
+ margin-left: 12px;
153
+ }
154
+
155
+ .meta {
156
+ margin: 26px 12px 0 12px;
157
+ font-size: 34px; color: #bdbdbd;
158
+ }
159
+ .section-title {
160
+ margin: 12px 12px 0 12px;
161
+ font-size: 58px; font-weight: 700; color: #f2f2f2;
162
+ }
163
+
164
+ /* Home pill */
165
+ .home-pill {
166
+ position: absolute; bottom: 24px; left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 320px; height: 16px;
169
+ background: #eaeaea;
170
+ border-radius: 12px;
171
+ opacity: 0.85;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status Bar -->
179
+ <div class="status-bar">
180
+ <div class="status-left">
181
+ <div class="status-time">11:52</div>
182
+ <div class="status-temp">19°</div>
183
+ </div>
184
+ <div class="status-right">
185
+ <div class="status-dot"></div>
186
+ <div class="battery"><div class="level"></div></div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Hero Image -->
191
+ <div class="hero">
192
+ <div class="img">[IMG: Stew Chicken Dish]</div>
193
+ <div class="overlay"></div>
194
+ </div>
195
+
196
+ <!-- Floating Buttons -->
197
+ <div class="circle-btn btn-back">
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"/>
200
+ </svg>
201
+ </div>
202
+ <div class="circle-btn btn-share">
203
+ <svg viewBox="0 0 24 24">
204
+ <circle cx="6" cy="12" r="3"></circle>
205
+ <circle cx="18" cy="5" r="3"></circle>
206
+ <circle cx="18" cy="19" r="3"></circle>
207
+ <path d="M9 12 L15 7 M9 12 L15 17" stroke="#ddd" stroke-width="3" fill="none" stroke-linecap="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="circle-btn btn-bookmark">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M7 4h10v16l-5-3-5 3z" fill="#ddd" stroke="#ddd"/>
213
+ </svg>
214
+ </div>
215
+
216
+ <!-- Title Card -->
217
+ <div class="title-card">
218
+ <div class="subtitle">RECIPE</div>
219
+ <div class="title">Stew Chicken</div>
220
+ <div class="byline">by <b>Electrolux</b></div>
221
+ </div>
222
+
223
+ <!-- Bottom Sheet -->
224
+ <div class="sheet">
225
+ <div class="row">
226
+ <div class="left">Save to</div>
227
+ <div class="right">+ Create New Cookbook</div>
228
+ </div>
229
+ <div class="divider"></div>
230
+
231
+ <div class="cookbook-card">[IMG: Cookbook Thumbnail]</div>
232
+
233
+ <div class="meta">0 Items</div>
234
+ <div class="section-title">Favorites</div>
235
+ </div>
236
+
237
+ <!-- Home Pill -->
238
+ <div class="home-pill"></div>
239
+ </div>
240
+ </body>
241
+ </html>
code/9184/9184_3.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>Recipe - Stew Chicken</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #000;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left { font-size: 42px; }
35
+ .status-right {
36
+ margin-left: auto;
37
+ display: flex;
38
+ gap: 28px;
39
+ align-items: center;
40
+ }
41
+ .icon-sys { width: 42px; height: 42px; }
42
+
43
+ /* Hero area */
44
+ .hero {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 1120px;
50
+ background: #e7e7e7;
51
+ }
52
+ .hero-image {
53
+ position: absolute;
54
+ top: 120px;
55
+ left: 90px;
56
+ width: 900px;
57
+ height: 900px;
58
+ background: #E0E0E0;
59
+ border: 1px solid #BDBDBD;
60
+ display: flex;
61
+ justify-content: center;
62
+ align-items: center;
63
+ color: #757575;
64
+ font-size: 36px;
65
+ text-align: center;
66
+ border-radius: 16px;
67
+ }
68
+
69
+ /* Overlay action buttons */
70
+ .circle-btn {
71
+ position: absolute;
72
+ width: 96px;
73
+ height: 96px;
74
+ border-radius: 48px;
75
+ background: rgba(90,90,90,0.85);
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ }
80
+ .btn-back { top: 180px; left: 36px; }
81
+ .btn-share { top: 180px; right: 180px; }
82
+ .btn-save { top: 180px; right: 60px; }
83
+ .circle-btn svg { width: 48px; height: 48px; fill: #eaeaea; }
84
+
85
+ /* Title card */
86
+ .title-card {
87
+ position: absolute;
88
+ left: 36px;
89
+ right: 36px;
90
+ top: 1070px;
91
+ background: #1E1E1E;
92
+ color: #fff;
93
+ border-radius: 48px;
94
+ box-shadow: 0 16px 40px rgba(0,0,0,0.45);
95
+ padding: 48px 60px;
96
+ }
97
+ .overline {
98
+ color: #CFCFCF;
99
+ font-size: 36px;
100
+ letter-spacing: 2px;
101
+ text-transform: uppercase;
102
+ text-align: left;
103
+ }
104
+ .title {
105
+ margin-top: 16px;
106
+ font-size: 72px;
107
+ font-weight: 800;
108
+ line-height: 1.1;
109
+ }
110
+ .byline {
111
+ margin-top: 16px;
112
+ font-size: 40px;
113
+ color: #A8A8A8;
114
+ }
115
+ .byline b { color: #ffffff; }
116
+
117
+ /* Rating */
118
+ .rating {
119
+ position: absolute;
120
+ top: 1300px;
121
+ left: 0;
122
+ width: 1080px;
123
+ display: flex;
124
+ flex-direction: column;
125
+ align-items: center;
126
+ gap: 24px;
127
+ color: #CFCFCF;
128
+ }
129
+ .stars { display: flex; gap: 22px; }
130
+ .stars svg { width: 56px; height: 56px; fill: #6e6e6e; }
131
+ .rating-text { font-size: 40px; color: #D6D6D6; }
132
+
133
+ /* Description */
134
+ .desc {
135
+ position: absolute;
136
+ top: 1440px;
137
+ left: 60px;
138
+ width: 960px;
139
+ color: #E0E0E0;
140
+ font-size: 40px;
141
+ line-height: 60px;
142
+ letter-spacing: 0.2px;
143
+ }
144
+
145
+ /* Saved bar */
146
+ .saved-bar {
147
+ position: absolute;
148
+ left: 0;
149
+ top: 1960px;
150
+ width: 1080px;
151
+ height: 240px;
152
+ background: #161616;
153
+ border-top-left-radius: 28px;
154
+ border-top-right-radius: 28px;
155
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.4);
156
+ padding: 36px 48px;
157
+ box-sizing: border-box;
158
+ display: flex;
159
+ align-items: center;
160
+ }
161
+ .saved-left {
162
+ color: #FFFFFF;
163
+ font-size: 48px;
164
+ font-weight: 800;
165
+ }
166
+ .saved-right {
167
+ margin-left: auto;
168
+ color: #FFFFFF;
169
+ font-size: 42px;
170
+ text-decoration: underline;
171
+ font-weight: 700;
172
+ }
173
+
174
+ /* Gesture handle */
175
+ .handle {
176
+ position: absolute;
177
+ bottom: 36px;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ width: 300px;
181
+ height: 14px;
182
+ background: #CFCFCF;
183
+ border-radius: 7px;
184
+ opacity: 0.8;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status Bar -->
192
+ <div class="status-bar">
193
+ <div class="status-left">11:53&nbsp;&nbsp;&nbsp;19°</div>
194
+ <div class="status-right">
195
+ <!-- WiFi icon -->
196
+ <svg class="icon-sys" viewBox="0 0 24 24">
197
+ <path d="M12 18a2 2 0 1 0 0.001 0zM2 9c5.5-4 14.5-4 20 0l-2 2c-4-3-12-3-16 0L2 9zm4 4c3.5-2.5 8.5-2.5 12 0l-2 2c-2.5-1.7-5.5-1.7-8 0l-2-2z"/>
198
+ </svg>
199
+ <!-- Battery icon -->
200
+ <svg class="icon-sys" viewBox="0 0 24 24">
201
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#fff"></rect>
202
+ <rect x="3.5" y="7.5" width="14.5" height="9" fill="#000"></rect>
203
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#fff"></rect>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Hero Area -->
209
+ <div class="hero">
210
+ <div class="hero-image">[IMG: Bowl of stew chicken on plate with chopsticks]</div>
211
+
212
+ <!-- Overlay Action Buttons -->
213
+ <div class="circle-btn btn-back">
214
+ <svg viewBox="0 0 24 24">
215
+ <path d="M15 6l-6 6 6 6" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
216
+ </svg>
217
+ </div>
218
+ <div class="circle-btn btn-share">
219
+ <svg viewBox="0 0 24 24">
220
+ <circle cx="6" cy="12" r="3"></circle>
221
+ <circle cx="18" cy="5" r="3"></circle>
222
+ <circle cx="18" cy="19" r="3"></circle>
223
+ <path d="M8.8 10.9l6.4-4.1M8.8 13.1l6.4 4.1" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
224
+ </svg>
225
+ </div>
226
+ <div class="circle-btn btn-save">
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M6 4h12v16l-6-3-6 3V4z"></path>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Title Card -->
234
+ <div class="title-card">
235
+ <div class="overline">RECIPE</div>
236
+ <div class="title">Stew Chicken</div>
237
+ <div class="byline"><b>by</b> Electrolux</div>
238
+ </div>
239
+
240
+ <!-- Rating -->
241
+ <div class="rating">
242
+ <div class="stars">
243
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.9 6.9-1z"></path></svg>
244
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.9 6.9-1z"></path></svg>
245
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.9 6.9-1z"></path></svg>
246
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.9 6.9-1z"></path></svg>
247
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.9 6.9-1z"></path></svg>
248
+ </div>
249
+ <div class="rating-text">Be the first to rate</div>
250
+ </div>
251
+
252
+ <!-- Description -->
253
+ <div class="desc">
254
+ With your Electrolux induction hob, you can prepare lunch menus for the whole family in no time! Enhance your cooking experience with the Infinite Chef Frying Pan.
255
+ </div>
256
+
257
+ <!-- Saved Bar -->
258
+ <div class="saved-bar">
259
+ <div class="saved-left">Saved to Favorites</div>
260
+ <div class="saved-right">VIEW</div>
261
+ </div>
262
+
263
+ <!-- Gesture Handle -->
264
+ <div class="handle"></div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/9185/9185_0.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>All Reviews - UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#222; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ box-shadow:0 8px 30px rgba(0,0,0,0.18);
13
+ border-radius:26px;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height:110px;
19
+ padding:0 34px;
20
+ display:flex;
21
+ align-items:center;
22
+ justify-content:space-between;
23
+ font-size:38px;
24
+ color:#3c3c3c;
25
+ }
26
+ .status-right {
27
+ display:flex; align-items:center; gap:26px;
28
+ color:#3c3c3c;
29
+ }
30
+ .icon { width:44px; height:44px; display:inline-block; }
31
+ .icon svg { width:100%; height:100%; }
32
+
33
+ /* Toolbar */
34
+ .toolbar {
35
+ height:120px;
36
+ display:flex; align-items:center;
37
+ padding:0 28px;
38
+ border-bottom:1px solid #e9e9e9;
39
+ }
40
+ .back-btn {
41
+ width:92px; height:92px; display:flex; align-items:center; justify-content:center;
42
+ margin-right:10px;
43
+ }
44
+ .toolbar .title {
45
+ font-size:56px; font-weight:600;
46
+ }
47
+
48
+ /* Chips */
49
+ .chips { padding:26px 24px; display:flex; gap:24px; border-bottom:1px solid #e9e9e9; }
50
+ .chip {
51
+ padding:22px 30px; border-radius:40px;
52
+ border:2px solid #d6d6d6; color:#333; font-size:36px;
53
+ background:#fff;
54
+ }
55
+ .chip.selected {
56
+ background:#e8f1ff;
57
+ border-color:#5c8dff;
58
+ color:#1e63d6;
59
+ font-weight:600;
60
+ }
61
+
62
+ /* Review list */
63
+ .reviews { }
64
+ .review {
65
+ position:relative;
66
+ padding:34px 30px 26px 30px;
67
+ border-bottom:1px solid #ededed;
68
+ }
69
+ .review .stars { display:flex; gap:8px; }
70
+ .star { width:38px; height:38px; }
71
+ .star.green svg path { fill:#12b24a; }
72
+ .star.grey svg path { fill:#d0d0d0; }
73
+ .review .headline {
74
+ display:inline-block;
75
+ vertical-align:middle;
76
+ margin-left:16px;
77
+ font-size:46px; font-weight:700;
78
+ }
79
+ .sub {
80
+ margin-top:12px; font-size:32px; color:#666;
81
+ }
82
+ .content {
83
+ margin-top:22px; font-size:36px; line-height:1.45; color:#222;
84
+ }
85
+ .user-line {
86
+ margin-top:24px; font-size:34px; color:#606060;
87
+ }
88
+ .actions {
89
+ margin-top:18px; display:flex; gap:22px; align-items:center;
90
+ }
91
+ .pill {
92
+ display:flex; align-items:center; gap:14px;
93
+ border:2px solid #dadada; border-radius:60px;
94
+ padding:16px 26px; font-size:34px; color:#333;
95
+ background:#fff;
96
+ }
97
+ .verified {
98
+ margin-top:20px; display:flex; align-items:center; gap:14px;
99
+ font-size:32px; color:#666;
100
+ }
101
+ .dot { width:6px; height:6px; background:#999; border-radius:50%; display:inline-block; margin:0 10px; }
102
+ .more {
103
+ position:absolute; right:22px; top:32px; width:44px; height:44px;
104
+ display:flex; align-items:center; justify-content:center;
105
+ }
106
+
107
+ /* Helper icons sizing */
108
+ .small-icon { width:36px; height:36px; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div>9:54</div>
117
+ <div class="status-right">
118
+ <span class="icon">
119
+ <!-- Signal icon -->
120
+ <svg viewBox="0 0 24 24"><path d="M3 20h2v-3H3v3zm4 0h2v-6H7v6zm4 0h2v-9h-2v9zm4 0h2v-12h-2v12zm4 0h2V4h-2v16z" fill="#5f5f5f"/></svg>
121
+ </span>
122
+ <span class="icon">
123
+ <!-- WiFi -->
124
+ <svg viewBox="0 0 24 24"><path d="M2 9a16 16 0 0 1 20 0l-2 2a12 12 0 0 0-16 0L2 9zm4 4a10 10 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2zm6 6 2-2a2 2 0 0 0-4 0l2 2z" fill="#5f5f5f"/></svg>
125
+ </span>
126
+ <span style="font-size:34px; color:#5f5f5f;">100%</span>
127
+ <span class="icon">
128
+ <!-- Battery -->
129
+ <svg viewBox="0 0 28 24"><path d="M22 6h2v12h-2V6z" fill="#5f5f5f"/><rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#5f5f5f" fill="none" stroke-width="2"/><rect x="4" y="8" width="16" height="8" fill="#5f5f5f"/></svg>
130
+ </span>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Toolbar -->
135
+ <div class="toolbar">
136
+ <div class="back-btn">
137
+ <svg viewBox="0 0 24 24"><path d="M15 19 8 12l7-7" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
138
+ </div>
139
+ <div class="title">All Reviews</div>
140
+ </div>
141
+
142
+ <!-- Chips -->
143
+ <div class="chips">
144
+ <div class="chip selected">Overall</div>
145
+ <div class="chip">Quality</div>
146
+ <div class="chip">Design &amp; Build</div>
147
+ <div class="chip">Features</div>
148
+ </div>
149
+
150
+ <!-- Reviews -->
151
+ <div class="reviews">
152
+
153
+ <!-- Review 1 -->
154
+ <div class="review">
155
+ <div class="more">
156
+ <svg viewBox="0 0 6 24"><circle cx="3" cy="4" r="2" fill="#777"/><circle cx="3" cy="12" r="2" fill="#777"/><circle cx="3" cy="20" r="2" fill="#777"/></svg>
157
+ </div>
158
+ <div style="display:flex; align-items:center;">
159
+ <div class="stars">
160
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
161
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
162
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
163
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
164
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
165
+ </div>
166
+ <div class="headline">Best in the market!</div>
167
+ </div>
168
+
169
+ <div class="sub">Review for: Pack of 8</div>
170
+
171
+ <div class="content">
172
+ Wounder product ,on time delivery ,my area very worst road or place ,but delivery agent hard work and good response
173
+ </div>
174
+
175
+ <div class="user-line">Prabhakaran..., Chennai</div>
176
+
177
+ <div class="actions">
178
+ <div class="pill">
179
+ <span class="small-icon">
180
+ <!-- thumbs up -->
181
+ <svg viewBox="0 0 24 24"><path d="M2 10h5v10H2V10zm7 0 5-7 2 1v6h5v10H9V10z" fill="#6d6d6d"/></svg>
182
+ </span>
183
+ Helpful
184
+ </div>
185
+ <div class="pill">
186
+ <span class="small-icon">
187
+ <!-- comment -->
188
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H7l-4 4V4z" fill="#6d6d6d"/></svg>
189
+ </span>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="verified">
194
+ <span class="small-icon">
195
+ <!-- check circle -->
196
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 14-4-4 2-2 2 2 5-5 2 2-7 7z" fill="#1aa34a"/></svg>
197
+ </span>
198
+ <span>Verified Purchase</span>
199
+ <span class="dot"></span>
200
+ <span>2 days ago</span>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Review 2 -->
205
+ <div class="review">
206
+ <div class="more">
207
+ <svg viewBox="0 0 6 24"><circle cx="3" cy="4" r="2" fill="#777"/><circle cx="3" cy="12" r="2" fill="#777"/><circle cx="3" cy="20" r="2" fill="#777"/></svg>
208
+ </div>
209
+
210
+ <div style="display:flex; align-items:center;">
211
+ <div class="stars">
212
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
213
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
214
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
215
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
216
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
217
+ </div>
218
+ <div class="headline">Hated it!</div>
219
+ </div>
220
+
221
+ <div class="sub">Review for: Pack of 8</div>
222
+
223
+ <div class="content">Ghatiya quality for sure!!</div>
224
+
225
+ <div class="user-line">Flipkart Cust..., Mohali</div>
226
+
227
+ <div class="actions">
228
+ <div class="pill">
229
+ <span class="small-icon">
230
+ <svg viewBox="0 0 24 24"><path d="M2 10h5v10H2V10zm7 0 5-7 2 1v6h5v10H9V10z" fill="#6d6d6d"/></svg>
231
+ </span>
232
+ Helpful
233
+ </div>
234
+ <div class="pill">
235
+ <span class="small-icon">
236
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H7l-4 4V4z" fill="#6d6d6d"/></svg>
237
+ </span>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="verified">
242
+ <span class="small-icon">
243
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 14-4-4 2-2 2 2 5-5 2 2-7 7z" fill="#1aa34a"/></svg>
244
+ </span>
245
+ <span>Verified Purchase</span>
246
+ <span class="dot"></span>
247
+ <span>4 days ago</span>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Review 3 -->
252
+ <div class="review">
253
+ <div class="more">
254
+ <svg viewBox="0 0 6 24"><circle cx="3" cy="4" r="2" fill="#777"/><circle cx="3" cy="12" r="2" fill="#777"/><circle cx="3" cy="20" r="2" fill="#777"/></svg>
255
+ </div>
256
+
257
+ <div style="display:flex; align-items:center;">
258
+ <div class="stars">
259
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
260
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
261
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
262
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
263
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
264
+ </div>
265
+ <div class="headline">Worth the money</div>
266
+ </div>
267
+
268
+ <div class="sub">Review for: Pack of 8</div>
269
+
270
+ <div class="content">Better for home use</div>
271
+
272
+ <div class="user-line">prithwish ch..., Haldia</div>
273
+
274
+ <div class="actions">
275
+ <div class="pill">
276
+ <span class="small-icon">
277
+ <svg viewBox="0 0 24 24"><path d="M2 10h5v10H2V10zm7 0 5-7 2 1v6h5v10H9V10z" fill="#6d6d6d"/></svg>
278
+ </span>
279
+ Helpful
280
+ </div>
281
+ <div class="pill">
282
+ <span class="small-icon">
283
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H7l-4 4V4z" fill="#6d6d6d"/></svg>
284
+ </span>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="verified">
289
+ <span class="small-icon">
290
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 14-4-4 2-2 2 2 5-5 2 2-7 7z" fill="#1aa34a"/></svg>
291
+ </span>
292
+ <span>Verified Purchase</span>
293
+ <span class="dot"></span>
294
+ <span>10 days ago</span>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Review 4 (partially visible) -->
299
+ <div class="review">
300
+ <div style="display:flex; align-items:center;">
301
+ <div class="stars">
302
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
303
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
304
+ <div class="star green"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
305
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
306
+ <div class="star grey"><svg viewBox="0 0 24 24"><path d="M12 2 15 9l8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7z"/></svg></div>
307
+ </div>
308
+ <div class="headline">Decent product</div>
309
+ </div>
310
+ <div class="sub">Review for: Pack of 8</div>
311
+ </div>
312
+
313
+ </div>
314
+
315
+ </div>
316
+ </body>
317
+ </html>
code/9185/9185_1.html ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Product Reviews UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ box-sizing: border-box;
14
+ }
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height: 96px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #222;
23
+ font-size: 36px;
24
+ box-sizing: border-box;
25
+ }
26
+ .status-left, .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 28px;
30
+ }
31
+ .icon {
32
+ width: 36px;
33
+ height: 36px;
34
+ }
35
+ /* Content area */
36
+ .content {
37
+ padding: 0 32px 160px;
38
+ box-sizing: border-box;
39
+ }
40
+ .section-title {
41
+ font-size: 44px;
42
+ font-weight: 700;
43
+ color: #222;
44
+ margin: 18px 0 24px;
45
+ }
46
+ .photos-row {
47
+ display: flex;
48
+ gap: 28px;
49
+ margin-bottom: 26px;
50
+ }
51
+ .photo {
52
+ width: 240px;
53
+ height: 240px;
54
+ background: #E0E0E0;
55
+ border: 1px solid #BDBDBD;
56
+ border-radius: 12px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ color: #616161;
61
+ font-size: 26px;
62
+ text-align: center;
63
+ padding: 12px;
64
+ box-sizing: border-box;
65
+ }
66
+ .review-card {
67
+ border-top: 1px solid #ececec;
68
+ padding-top: 32px;
69
+ margin-top: 16px;
70
+ position: relative;
71
+ }
72
+ .rating-line {
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 18px;
76
+ font-size: 40px;
77
+ color: #222;
78
+ margin-bottom: 16px;
79
+ }
80
+ .stars {
81
+ display: inline-flex;
82
+ gap: 6px;
83
+ }
84
+ .star svg { width: 40px; height: 40px; }
85
+ .star path { fill: #0f9d58; } /* green stars */
86
+ .review-text {
87
+ font-size: 40px;
88
+ color: #222;
89
+ margin: 10px 0 26px;
90
+ }
91
+ .reviewer-row {
92
+ display: flex;
93
+ align-items: center;
94
+ gap: 16px;
95
+ font-size: 34px;
96
+ color: #444;
97
+ flex-wrap: wrap;
98
+ }
99
+ .badge {
100
+ background: #fbe6cf;
101
+ color: #8a4b13;
102
+ padding: 6px 14px;
103
+ border-radius: 20px;
104
+ font-size: 28px;
105
+ }
106
+ .actions-row {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 18px;
110
+ margin-top: 24px;
111
+ flex-wrap: wrap;
112
+ }
113
+ .pill {
114
+ display: inline-flex;
115
+ align-items: center;
116
+ gap: 12px;
117
+ border: 1px solid #D0D0D0;
118
+ border-radius: 32px;
119
+ padding: 12px 20px;
120
+ font-size: 30px;
121
+ color: #333;
122
+ }
123
+ .verified-row {
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 14px;
127
+ color: #666;
128
+ font-size: 30px;
129
+ margin-top: 16px;
130
+ }
131
+ .dot {
132
+ width: 10px;
133
+ height: 10px;
134
+ background: #aaa;
135
+ border-radius: 50%;
136
+ }
137
+ .menu-dot {
138
+ position: absolute;
139
+ right: 10px;
140
+ top: 40px;
141
+ width: 48px;
142
+ height: 48px;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ }
147
+ .menu-dot svg { width: 30px; height: 30px; }
148
+ .link-row {
149
+ border-top: 1px solid #ececec;
150
+ margin-top: 26px;
151
+ padding-top: 24px;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: space-between;
155
+ font-size: 38px;
156
+ color: #222;
157
+ }
158
+ .qa-title {
159
+ font-size: 46px;
160
+ font-weight: 700;
161
+ margin: 36px 0 22px;
162
+ }
163
+ .qa-item {
164
+ border-top: 1px solid #ececec;
165
+ padding-top: 26px;
166
+ margin-top: 8px;
167
+ }
168
+ .qa-q {
169
+ font-size: 40px;
170
+ color: #111;
171
+ margin-bottom: 14px;
172
+ }
173
+ .qa-a {
174
+ font-size: 40px;
175
+ color: #333;
176
+ margin-bottom: 14px;
177
+ }
178
+ .author {
179
+ font-size: 34px;
180
+ color: #666;
181
+ margin: 18px 0;
182
+ }
183
+ /* Bottom bar */
184
+ .bottom-bar {
185
+ position: absolute;
186
+ bottom: 0;
187
+ left: 0;
188
+ width: 1080px;
189
+ height: 160px;
190
+ display: flex;
191
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
192
+ z-index: 5;
193
+ }
194
+ .btn {
195
+ flex: 1;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ font-size: 44px;
200
+ font-weight: 700;
201
+ }
202
+ .btn.cart {
203
+ background: #ffffff;
204
+ color: #222;
205
+ }
206
+ .btn.buy {
207
+ background: #ffc107;
208
+ color: #111;
209
+ }
210
+ /* Floating button */
211
+ .fab {
212
+ position: absolute;
213
+ right: 36px;
214
+ bottom: 188px;
215
+ width: 136px;
216
+ height: 136px;
217
+ background: #2562ff;
218
+ border-radius: 50%;
219
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
220
+ display: flex;
221
+ align-items: center;
222
+ justify-content: center;
223
+ }
224
+ .fab-inner {
225
+ width: 110px;
226
+ height: 110px;
227
+ border-radius: 50%;
228
+ background: #ffde00;
229
+ display: flex;
230
+ align-items: center;
231
+ justify-content: center;
232
+ color: #1a5cff;
233
+ font-size: 64px;
234
+ font-weight: 800;
235
+ }
236
+ </style>
237
+ </head>
238
+ <body>
239
+ <div id="render-target">
240
+
241
+ <!-- Status bar -->
242
+ <div class="status-bar">
243
+ <div class="status-left">
244
+ <div>9:55</div>
245
+ <!-- small bullet indicating notification -->
246
+ <div style="width:10px;height:10px;background:#555;border-radius:50%;"></div>
247
+ </div>
248
+ <div class="status-right">
249
+ <!-- search icon -->
250
+ <svg class="icon" viewBox="0 0 24 24">
251
+ <circle cx="10" cy="10" r="7" stroke="#333" stroke-width="2" fill="none"></circle>
252
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#333" stroke-width="2"></line>
253
+ </svg>
254
+ <!-- bell icon -->
255
+ <svg class="icon" viewBox="0 0 24 24">
256
+ <path d="M12 2c-3 0-5 2-5 5v3c0 1-1 2-2 3v2h14v-2c-1-1-2-2-2-3V7c0-3-2-5-5-5z" fill="#444"/>
257
+ <circle cx="12" cy="21" r="2" fill="#444"></circle>
258
+ </svg>
259
+ <!-- dots icon -->
260
+ <svg class="icon" viewBox="0 0 24 24">
261
+ <circle cx="5" cy="12" r="2" fill="#444"></circle>
262
+ <circle cx="12" cy="12" r="2" fill="#444"></circle>
263
+ <circle cx="19" cy="12" r="2" fill="#444"></circle>
264
+ </svg>
265
+ <!-- battery icon -->
266
+ <svg class="icon" viewBox="0 0 28 16">
267
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"></rect>
268
+ <rect x="3" y="4" width="18" height="8" fill="#11a535"></rect>
269
+ <rect x="24" y="6" width="3" height="4" fill="#444"></rect>
270
+ </svg>
271
+ <div style="font-size:30px;color:#444;">100%</div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="content">
276
+ <div class="section-title">Photos</div>
277
+ <div class="photos-row">
278
+ <div class="photo">[IMG: Blue tool in hand]</div>
279
+ <div class="photo">[IMG: Blue tool top view]</div>
280
+ <div class="photo">[IMG: Tool opened with bits]</div>
281
+ <div class="photo">[IMG: Screwdriver in socket]</div>
282
+ </div>
283
+
284
+ <!-- First review -->
285
+ <div class="review-card">
286
+ <div class="rating-line">
287
+ <div class="stars">
288
+ <div class="star">
289
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
290
+ </div>
291
+ <div class="star">
292
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
293
+ </div>
294
+ <div class="star">
295
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
296
+ </div>
297
+ <div class="star">
298
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
299
+ </div>
300
+ <div class="star">
301
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
302
+ </div>
303
+ </div>
304
+ <div>Terrific</div>
305
+ </div>
306
+ <div class="review-text">Good</div>
307
+
308
+ <div class="reviewer-row">
309
+ <div>Goutamkum..., New Delhi</div>
310
+ <div class="badge">Bronze Reviewer</div>
311
+ </div>
312
+
313
+ <div class="actions-row">
314
+ <div class="pill">
315
+ <!-- thumbs up -->
316
+ <svg class="icon" viewBox="0 0 24 24">
317
+ <path d="M2 21h5V9H2v12zm7-12l3-5c.5-1 2-1 2 0v5h4c1 0 2 1 2 2l-3 9H9V9z" fill="#5a5a5a"></path>
318
+ </svg>
319
+ Helpful for 11
320
+ </div>
321
+ <div class="pill">
322
+ <!-- comment bubble -->
323
+ <svg class="icon" viewBox="0 0 24 24">
324
+ <path d="M4 4h16v12H7l-3 4V4z" fill="none" stroke="#5a5a5a" stroke-width="2"></path>
325
+ </svg>
326
+ 3
327
+ </div>
328
+ </div>
329
+
330
+ <div class="verified-row">
331
+ <!-- check-circle -->
332
+ <svg class="icon" viewBox="0 0 24 24">
333
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#1aa14a" stroke-width="2"></circle>
334
+ <path d="M7 12l3 3 7-7" stroke="#1aa14a" stroke-width="2" fill="none"></path>
335
+ </svg>
336
+ Verified Purchase
337
+ <div class="dot"></div>
338
+ <div>6 months ago</div>
339
+ </div>
340
+
341
+ <div class="menu-dot">
342
+ <svg viewBox="0 0 24 24">
343
+ <circle cx="12" cy="5" r="2" fill="#777"></circle>
344
+ <circle cx="12" cy="12" r="2" fill="#777"></circle>
345
+ <circle cx="12" cy="19" r="2" fill="#777"></circle>
346
+ </svg>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Second review -->
351
+ <div class="review-card">
352
+ <div class="rating-line">
353
+ <div class="stars">
354
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
355
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
356
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
357
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
358
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
359
+ </div>
360
+ <div>Terrific purchase</div>
361
+ </div>
362
+ <div class="review-text">Good product</div>
363
+
364
+ <div class="reviewer-row">
365
+ <div>Bharath Raj B, Dakshina Kannada ...</div>
366
+ </div>
367
+
368
+ <div class="actions-row">
369
+ <div class="pill">
370
+ <svg class="icon" viewBox="0 0 24 24">
371
+ <path d="M2 21h5V9H2v12zm7-12l3-5c.5-1 2-1 2 0v5h4c1 0 2 1 2 2l-3 9H9V9z" fill="#5a5a5a"></path>
372
+ </svg>
373
+ Helpful for 3
374
+ </div>
375
+ <div class="pill">
376
+ <svg class="icon" viewBox="0 0 24 24">
377
+ <path d="M4 4h16v12H7l-3 4V4z" fill="none" stroke="#5a5a5a" stroke-width="2"></path>
378
+ </svg>
379
+ 2
380
+ </div>
381
+ </div>
382
+
383
+ <div class="verified-row">
384
+ <svg class="icon" viewBox="0 0 24 24">
385
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#1aa14a" stroke-width="2"></circle>
386
+ <path d="M7 12l3 3 7-7" stroke="#1aa14a" stroke-width="2" fill="none"></path>
387
+ </svg>
388
+ Verified Purchase
389
+ <div class="dot"></div>
390
+ <div>6 months ago</div>
391
+ </div>
392
+
393
+ <div class="menu-dot">
394
+ <svg viewBox="0 0 24 24">
395
+ <circle cx="12" cy="5" r="2" fill="#777"></circle>
396
+ <circle cx="12" cy="12" r="2" fill="#777"></circle>
397
+ <circle cx="12" cy="19" r="2" fill="#777"></circle>
398
+ </svg>
399
+ </div>
400
+ </div>
401
+
402
+ <div class="link-row">
403
+ <div>All 88 reviews</div>
404
+ <svg class="icon" viewBox="0 0 24 24">
405
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#444" stroke-width="2"></path>
406
+ </svg>
407
+ </div>
408
+
409
+ <div class="qa-title">Questions and Answers</div>
410
+
411
+ <div class="qa-item">
412
+ <div class="qa-q">Q: Is it magnetic bits</div>
413
+ <div class="qa-a">A: Not magnetic</div>
414
+ <div class="author">Vijay Singh</div>
415
+
416
+ <div class="actions-row">
417
+ <div class="pill">
418
+ <svg class="icon" viewBox="0 0 24 24">
419
+ <path d="M2 21h5V9H2v12zm7-12l3-5c.5-1 2-1 2 0v5h4c1 0 2 1 2 2l-3 9H9V9z" fill="#5a5a5a"></path>
420
+ </svg>
421
+ Helpful
422
+ </div>
423
+ <div class="pill">
424
+ <svg class="icon" viewBox="0 0 24 24">
425
+ <path d="M4 4h16v12H7l-3 4V4z" fill="none" stroke="#5a5a5a" stroke-width="2"></path>
426
+ </svg>
427
+ 1
428
+ </div>
429
+ </div>
430
+ </div>
431
+
432
+ </div>
433
+
434
+ <!-- Floating Flipkart style button -->
435
+ <div class="fab">
436
+ <div class="fab-inner">f</div>
437
+ </div>
438
+
439
+ <!-- Bottom action bar -->
440
+ <div class="bottom-bar">
441
+ <div class="btn cart">Add to cart</div>
442
+ <div class="btn buy">Buy now</div>
443
+ </div>
444
+
445
+ </div>
446
+ </body>
447
+ </html>
code/9185/9185_2.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Shopping - Screwdriver</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 36px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
16
+ }
17
+
18
+ /* Header / status */
19
+ .status-bar {
20
+ height: 88px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 32px;
25
+ font-size: 32px;
26
+ color: #1f1f1f;
27
+ border-bottom: 1px solid #eee;
28
+ }
29
+ .status-icons { display:flex; align-items:center; gap:22px; }
30
+ .icon {
31
+ width: 42px; height: 42px; display:inline-flex; align-items:center; justify-content:center;
32
+ }
33
+ .icon svg { width: 100%; height: 100%; }
34
+
35
+ /* Search area */
36
+ .search-row {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 20px;
40
+ padding: 22px 24px;
41
+ }
42
+ .back-btn {
43
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center;
44
+ border-radius: 16px;
45
+ }
46
+ .searchbar {
47
+ flex:1;
48
+ height: 92px;
49
+ border: 1px solid #d9d9d9;
50
+ border-radius: 20px;
51
+ display:flex; align-items:center;
52
+ padding: 0 24px;
53
+ gap: 16px;
54
+ box-shadow: inset 0 0 0 1px #f3f3f3;
55
+ }
56
+ .search-input {
57
+ flex:1; font-size: 34px; border:none; outline:none; color:#111;
58
+ }
59
+ .right-actions { display:flex; align-items:center; gap:18px; }
60
+ .cart-wrap { position: relative; }
61
+ .badge {
62
+ position: absolute; right: -6px; top: -6px;
63
+ background: #e53935; color:#fff; font-size: 26px; line-height: 26px; padding: 2px 10px;
64
+ border-radius: 20px; border: 2px solid #fff;
65
+ }
66
+
67
+ /* Filter chips */
68
+ .chip-row { display:flex; flex-wrap: wrap; gap: 18px; padding: 8px 24px 18px; }
69
+ .chip {
70
+ padding: 18px 26px;
71
+ border:1px solid #dcdcdc;
72
+ border-radius: 26px;
73
+ font-size: 30px;
74
+ color:#333;
75
+ background:#fafafa;
76
+ }
77
+ .chip .arrow { margin-left:8px; font-size:28px; color:#666; }
78
+
79
+ /* Badged chips */
80
+ .badge-chip {
81
+ display:flex; align-items:center; gap:12px;
82
+ padding: 18px 22px;
83
+ border:1px solid #dcdcdc;
84
+ border-radius: 26px;
85
+ font-size: 28px;
86
+ background:#fff;
87
+ }
88
+ .round-icon {
89
+ width: 54px; height: 54px; border-radius: 50%;
90
+ border: 1px solid #dcdcdc; background:#fff;
91
+ display:flex; align-items:center; justify-content:center;
92
+ color:#f8b400; font-size: 30px;
93
+ }
94
+ .new-pill {
95
+ padding: 4px 12px; border-radius: 14px; background:#eee; font-size:24px; color:#6a6a6a;
96
+ }
97
+
98
+ /* Product cards */
99
+ .section-label {
100
+ color:#7a7a7a; font-size:30px; padding: 10px 24px;
101
+ }
102
+ .card {
103
+ margin: 8px 24px 22px;
104
+ border:1px solid #e6e6e6;
105
+ border-radius: 24px;
106
+ padding: 24px;
107
+ display:flex;
108
+ gap: 24px;
109
+ position: relative;
110
+ background:#fff;
111
+ }
112
+ .card-img {
113
+ width: 220px; min-width:220px; height: 220px;
114
+ background:#E0E0E0; border:1px solid #BDBDBD;
115
+ display:flex; align-items:center; justify-content:center;
116
+ color:#757575; font-size:26px; text-align:center; border-radius: 16px;
117
+ }
118
+ .card-content { flex:1; }
119
+ .title {
120
+ font-size: 34px; line-height: 44px; color:#111; font-weight: 600;
121
+ margin-bottom: 8px;
122
+ }
123
+ .heart {
124
+ position:absolute; right:24px; top:24px;
125
+ width: 48px; height: 48px;
126
+ display:flex; align-items:center; justify-content:center;
127
+ }
128
+ .price-row { display:flex; align-items: baseline; gap: 16px; font-size: 34px; margin: 10px 0 8px; }
129
+ .strike { color:#777; text-decoration: line-through; }
130
+ .new-price { color:#111; font-weight: 700; }
131
+ .off { color:#1a9f3c; font-weight: 700; }
132
+ .subtext { color:#4a4a4a; font-size: 28px; margin-top:6px; }
133
+ .tags { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 12px; }
134
+ .tag {
135
+ font-size: 26px; color:#333; padding: 12px 16px;
136
+ border:1px solid #dcdcdc; border-radius: 18px; background:#fafafa;
137
+ }
138
+
139
+ /* Ratings and assurance */
140
+ .row { display:flex; align-items:center; gap: 14px; }
141
+ .stars { color:#18A05B; font-size: 32px; letter-spacing: 2px; }
142
+ .rating-count { color:#555; font-size: 28px; }
143
+ .assured {
144
+ background:#e9f1ff; color:#1c67e3; border:1px solid #c9defd;
145
+ font-size: 24px; padding: 6px 10px; border-radius: 12px;
146
+ }
147
+
148
+ .ribbon {
149
+ position:absolute; left:24px; top:-12px; background:#1fbf75; color:#fff;
150
+ font-size: 24px; padding: 4px 12px; border-radius: 12px;
151
+ }
152
+
153
+ .footer-note { color:#616161; font-size: 26px; margin-top:8px; }
154
+
155
+ /* Bottom space mimic */
156
+ .safe-bottom-space { height: 56px; }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status Bar -->
163
+ <div class="status-bar">
164
+ <div>9:56</div>
165
+ <div class="status-icons">
166
+ <div class="icon">
167
+ <svg viewBox="0 0 24 24"><path d="M3 12h18" stroke="#333" stroke-width="2" fill="none"/></svg>
168
+ </div>
169
+ <div class="icon">
170
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#333" stroke-width="2" fill="none"/></svg>
171
+ </div>
172
+ <div style="font-size:28px; color:#333;">100%</div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Search Row -->
177
+ <div class="search-row">
178
+ <div class="back-btn">
179
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
180
+ </div>
181
+
182
+ <div class="searchbar">
183
+ <div class="icon">
184
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" stroke="#555" stroke-width="2" fill="none"/><path d="M15 15l6 6" stroke="#555" stroke-width="2"/></svg>
185
+ </div>
186
+ <input class="search-input" value="Screwdriver" />
187
+ <div class="right-actions">
188
+ <div class="icon">
189
+ <svg viewBox="0 0 24 24"><rect x="9" y="3" width="6" height="12" rx="3" fill="none" stroke="#666" stroke-width="2"/><path d="M12 18v3" stroke="#666" stroke-width="2"/></svg>
190
+ </div>
191
+ <div class="icon">
192
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="12" rx="2" stroke="#666" stroke-width="2" fill="none"/><circle cx="12" cy="11" r="3" stroke="#666" stroke-width="2" fill="none"/></svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="cart-wrap icon">
198
+ <svg viewBox="0 0 24 24"><path d="M3 5h3l2 12h9l2-9H7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/><circle cx="10" cy="20" r="2" fill="#333"/><circle cx="17" cy="20" r="2" fill="#333"/></svg>
199
+ <div class="badge">1</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Chips Row -->
204
+ <div class="chip-row">
205
+ <div class="chip">Sort By <span class="arrow">▾</span></div>
206
+ <div class="chip">Filter</div>
207
+ <div class="chip">Price <span class="arrow">▾</span></div>
208
+ <div class="chip">Brand <span class="arrow">▾</span></div>
209
+ <div class="chip">Tool Use</div>
210
+ </div>
211
+
212
+ <div class="chip-row">
213
+ <div class="badge-chip"><div class="round-icon">★</div>Top Rated</div>
214
+ <div class="badge-chip"><div class="round-icon">★</div>Premium Brands</div>
215
+ <div class="badge-chip"><div class="round-icon">N</div><div>New Arrivals</div></div>
216
+ <div class="badge-chip"><div class="round-icon">%</div>60%+ off</div>
217
+ </div>
218
+
219
+ <!-- Card 1 -->
220
+ <div class="section-label">Sponsored</div>
221
+ <div class="card">
222
+ <div class="card-img">[IMG: Rechargeable Handheld Screwdriver + Bits]</div>
223
+ <div class="card-content">
224
+ <div class="title">IZOM IZ-HSD Rechargeable Hand Held Screwdriver Combination Scre...</div>
225
+ <div class="price-row">
226
+ <div class="strike">2,999</div>
227
+ <div class="new-price">₹1,599</div>
228
+ <div class="off">46% off</div>
229
+ </div>
230
+ <div class="subtext">Free delivery</div>
231
+ <div class="tags">
232
+ <div class="tag">Type: Combination</div>
233
+ <div class="tag">Tip Type: Slot, Phillips</div>
234
+ <div class="tag">Household, Electronics, Mobile Repair</div>
235
+ <div class="tag">Pack of: 1</div>
236
+ </div>
237
+ </div>
238
+ <div class="heart">
239
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.5-7 10-7 10z" stroke="#999" stroke-width="2" fill="none"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Card 2 -->
244
+ <div class="section-label">Sponsored</div>
245
+ <div class="card">
246
+ <div class="card-img">[IMG: 8in1 Screwdriver Set - Blue Case]</div>
247
+ <div class="card-content">
248
+ <div class="title">tHemiStO TH-T08 8in1 Combination Screwdriver Set</div>
249
+ <div class="row" style="margin:6px 0 4px;">
250
+ <div class="stars">★★★★★</div>
251
+ <div class="rating-count">(1,329)</div>
252
+ <div class="assured">Plus F-ASSURED</div>
253
+ </div>
254
+ <div class="price-row">
255
+ <div class="strike">699</div>
256
+ <div class="new-price">₹248</div>
257
+ <div class="off">64% off</div>
258
+ </div>
259
+ <div class="subtext">Free delivery</div>
260
+ <div class="tags">
261
+ <div class="tag">Type: Combination</div>
262
+ <div class="tag">Tip Type: Phillips, Slot</div>
263
+ <div class="tag">Household, Electronics</div>
264
+ <div class="tag">Pack of: 8</div>
265
+ </div>
266
+ </div>
267
+ <div class="heart">
268
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.5-7 10-7 10z" stroke="#999" stroke-width="2" fill="none"/></svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Card 3 -->
273
+ <div class="card" style="margin-top: 16px;">
274
+ <div class="ribbon">TRENDING</div>
275
+ <div class="card-img">[IMG: VISKO 111 7-in-1 Screwdriver Set]</div>
276
+ <div class="card-content">
277
+ <div class="title">VISKO 111 Combination Screwdriver Set</div>
278
+ <div class="row" style="margin:6px 0 4px;">
279
+ <div class="stars">★★★★☆</div>
280
+ <div class="rating-count">(55,159)</div>
281
+ <div class="assured">Plus F-ASSURED</div>
282
+ </div>
283
+ <div class="price-row">
284
+ <div class="strike">400</div>
285
+ <div class="new-price">₹299</div>
286
+ <div class="off">25% off</div>
287
+ </div>
288
+ <div class="tag" style="display:inline-block; margin-top:8px; background:#e8f8ef; border-color:#c8e8d6; color:#1a9f3c;">Daily Saver</div>
289
+ <div class="footer-note">Delivery by 11 PM, Tomorrow</div>
290
+ <div class="tags" style="margin-top: 10px;">
291
+ <div class="tag">Type: Combination</div>
292
+ <div class="tag">Tip Type: Slot, Phillips</div>
293
+ <div class="tag">Household</div>
294
+ </div>
295
+ </div>
296
+ <div class="heart">
297
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.5-7 10-7 10z" stroke="#999" stroke-width="2" fill="none"/></svg>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="safe-bottom-space"></div>
302
+ </div>
303
+ </body>
304
+ </html>
code/9185/9185_3.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Filters - Screwdriver</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, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #f7f7f7;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ color: #333;
31
+ font-size: 34px;
32
+ }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ gap: 24px;
37
+ align-items: center;
38
+ }
39
+ .dot { width: 12px; height: 12px; background: #666; border-radius: 50%; display: inline-block; }
40
+
41
+ /* Sheet header */
42
+ .sheet {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 0;
46
+ right: 0;
47
+ bottom: 0;
48
+ background: #ffffff;
49
+ padding: 40px 48px 200px;
50
+ box-sizing: border-box;
51
+ }
52
+ .sheet-header {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 20px;
56
+ margin-bottom: 40px;
57
+ }
58
+ .icon-btn {
59
+ width: 64px;
60
+ height: 64px;
61
+ border-radius: 12px;
62
+ display: inline-flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ cursor: default;
66
+ }
67
+ .icon-btn svg {
68
+ width: 40px; height: 40px;
69
+ fill: none; stroke: #222; stroke-width: 6; stroke-linecap: round;
70
+ }
71
+ .title {
72
+ font-size: 60px;
73
+ font-weight: 700;
74
+ letter-spacing: 0.2px;
75
+ }
76
+
77
+ /* Search brand input */
78
+ .search-brand {
79
+ margin-top: 30px;
80
+ width: 984px;
81
+ max-width: 984px;
82
+ height: 120px;
83
+ border: 2px solid #e0e0e0;
84
+ border-radius: 24px;
85
+ display: flex;
86
+ align-items: center;
87
+ padding: 0 32px;
88
+ box-sizing: border-box;
89
+ gap: 24px;
90
+ }
91
+ .search-brand svg { width: 44px; height: 44px; stroke: #666; }
92
+ .search-placeholder {
93
+ color: #777;
94
+ font-size: 42px;
95
+ }
96
+
97
+ /* Checkbox grid */
98
+ .filter-grid {
99
+ margin-top: 60px;
100
+ width: 984px;
101
+ display: grid;
102
+ grid-template-columns: 1fr 1fr;
103
+ column-gap: 80px;
104
+ row-gap: 60px;
105
+ }
106
+ .check-row {
107
+ display: flex;
108
+ align-items: center;
109
+ }
110
+ .checkbox {
111
+ width: 56px;
112
+ height: 56px;
113
+ border: 5px solid #b7bcc4;
114
+ border-radius: 10px;
115
+ margin-right: 28px;
116
+ box-sizing: border-box;
117
+ background: #fff;
118
+ }
119
+ .label {
120
+ font-size: 44px;
121
+ color: #222;
122
+ }
123
+
124
+ .view-more {
125
+ margin-top: 40px;
126
+ font-size: 44px;
127
+ color: #2b5bf3;
128
+ font-weight: 600;
129
+ }
130
+
131
+ /* Bottom action bar */
132
+ .bottom-bar {
133
+ position: absolute;
134
+ left: 0;
135
+ bottom: 0;
136
+ width: 1080px;
137
+ height: 180px;
138
+ background: #ffffff;
139
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.06);
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ gap: 40px;
144
+ }
145
+ .btn {
146
+ height: 120px;
147
+ border-radius: 20px;
148
+ font-size: 48px;
149
+ font-weight: 700;
150
+ padding: 0 60px;
151
+ display: inline-flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ box-sizing: border-box;
155
+ border: none;
156
+ }
157
+ .btn-clear {
158
+ background: #c9cdd3;
159
+ color: #1f2a37;
160
+ width: 480px;
161
+ }
162
+ .btn-apply {
163
+ background: #2b5bf3;
164
+ color: #ffffff;
165
+ width: 540px;
166
+ box-shadow: 0 6px 14px rgba(43,91,243,0.35);
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div>9:56</div>
176
+ <div class="status-right">
177
+ <span>🔔</span>
178
+ <span class="dot"></span>
179
+ <span>100%</span>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Filters sheet -->
184
+ <div class="sheet">
185
+ <div class="sheet-header">
186
+ <div class="icon-btn" aria-label="Close">
187
+ <svg viewBox="0 0 24 24"><path d="M4 4 L20 20 M20 4 L4 20"/></svg>
188
+ </div>
189
+ <div class="title">Filters</div>
190
+ </div>
191
+
192
+ <div class="search-brand">
193
+ <svg viewBox="0 0 24 24">
194
+ <circle cx="10" cy="10" r="7" fill="none" stroke-width="2"></circle>
195
+ <path d="M16 16 L22 22" stroke-width="2"></path>
196
+ </svg>
197
+ <div class="search-placeholder">Search Brand</div>
198
+ </div>
199
+
200
+ <div class="filter-grid">
201
+ <div class="check-row">
202
+ <div class="checkbox"></div>
203
+ <div class="label">TAPARIA</div>
204
+ </div>
205
+ <div class="check-row">
206
+ <div class="checkbox"></div>
207
+ <div class="label">tHemiStO</div>
208
+ </div>
209
+
210
+ <div class="check-row">
211
+ <div class="checkbox"></div>
212
+ <div class="label">BOSCH</div>
213
+ </div>
214
+ <div class="check-row">
215
+ <div class="checkbox"></div>
216
+ <div class="label">BLACK+DECKER</div>
217
+ </div>
218
+
219
+ <div class="check-row">
220
+ <div class="checkbox"></div>
221
+ <div class="label">INGCO</div>
222
+ </div>
223
+ <div class="check-row">
224
+ <div class="checkbox"></div>
225
+ <div class="label">Asian Paints TruCare</div>
226
+ </div>
227
+
228
+ <div class="check-row">
229
+ <div class="checkbox"></div>
230
+ <div class="label">TATA AGRICO</div>
231
+ </div>
232
+ <div class="check-row">
233
+ <div class="checkbox"></div>
234
+ <div class="label">STANLEY</div>
235
+ </div>
236
+
237
+ <div class="check-row">
238
+ <div class="checkbox"></div>
239
+ <div class="label">Digital Craft</div>
240
+ </div>
241
+ <div class="check-row">
242
+ <div class="checkbox"></div>
243
+ <div class="label">FOSTER</div>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="view-more">View More</div>
248
+ </div>
249
+
250
+ <!-- Bottom action bar -->
251
+ <div class="bottom-bar">
252
+ <button class="btn btn-clear">Clear</button>
253
+ <button class="btn btn-apply">Apply</button>
254
+ </div>
255
+
256
+ </div>
257
+ </body>
258
+ </html>
code/9185/9185_4.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Filters UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ }
19
+
20
+ /* Header inside the filter sheet */
21
+ .sheet-header {
22
+ position: relative;
23
+ padding: 48px 44px 32px 44px;
24
+ border-bottom: 1px solid #eee;
25
+ }
26
+ .close-btn {
27
+ position: absolute;
28
+ left: 40px;
29
+ top: 40px;
30
+ width: 72px;
31
+ height: 72px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ }
36
+ .close-btn svg {
37
+ width: 44px;
38
+ height: 44px;
39
+ stroke: #000;
40
+ stroke-width: 8;
41
+ }
42
+ .title {
43
+ margin-left: 120px;
44
+ font-size: 62px;
45
+ font-weight: 700;
46
+ color: #222;
47
+ line-height: 72px;
48
+ }
49
+
50
+ /* Search field */
51
+ .search-box {
52
+ margin: 36px 44px 8px 44px;
53
+ height: 120px;
54
+ border: 2px solid #e3e6ea;
55
+ border-radius: 18px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 30px;
59
+ background: #f7f8fa;
60
+ }
61
+ .search-icon {
62
+ width: 48px;
63
+ height: 48px;
64
+ margin-right: 22px;
65
+ }
66
+ .search-placeholder {
67
+ color: #9aa1a8;
68
+ font-size: 42px;
69
+ }
70
+
71
+ /* Grid of brand filters */
72
+ .brand-grid {
73
+ display: grid;
74
+ grid-template-columns: 1fr 1fr;
75
+ column-gap: 70px;
76
+ row-gap: 42px;
77
+ padding: 40px 44px 0 44px;
78
+ }
79
+ .brand-item {
80
+ display: flex;
81
+ align-items: center;
82
+ font-size: 44px;
83
+ color: #1e2329;
84
+ letter-spacing: 0.2px;
85
+ }
86
+ .checkbox {
87
+ width: 64px;
88
+ height: 64px;
89
+ border-radius: 10px;
90
+ border: 6px solid #b7bcc2;
91
+ margin-right: 24px;
92
+ box-sizing: border-box;
93
+ position: relative;
94
+ background: #fff;
95
+ }
96
+ .checkbox.selected {
97
+ background: #2f56ff;
98
+ border: 6px solid #2f56ff;
99
+ }
100
+ .checkbox.selected::after {
101
+ content: "";
102
+ position: absolute;
103
+ left: 18px;
104
+ top: 6px;
105
+ width: 20px;
106
+ height: 36px;
107
+ border-right: 8px solid #fff;
108
+ border-bottom: 8px solid #fff;
109
+ transform: rotate(45deg);
110
+ }
111
+
112
+ .view-more {
113
+ padding: 36px 44px 0 44px;
114
+ font-size: 44px;
115
+ color: #2f56ff;
116
+ font-weight: 600;
117
+ }
118
+
119
+ /* Bottom action bar */
120
+ .actions {
121
+ position: absolute;
122
+ left: 0;
123
+ right: 0;
124
+ bottom: 100px;
125
+ display: flex;
126
+ justify-content: space-between;
127
+ padding: 0 44px;
128
+ }
129
+ .btn {
130
+ height: 120px;
131
+ border-radius: 20px;
132
+ font-size: 44px;
133
+ font-weight: 600;
134
+ padding: 0 60px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ }
139
+ .btn.clear {
140
+ background: #c7cbd1;
141
+ color: #ffffff;
142
+ width: 460px;
143
+ }
144
+ .btn.apply {
145
+ background: #2f56ff;
146
+ color: #ffffff;
147
+ width: 460px;
148
+ box-shadow: 0 6px 0 rgba(0,0,0,0.05);
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Filter sheet header -->
156
+ <div class="sheet-header">
157
+ <div class="close-btn">
158
+ <svg viewBox="0 0 24 24" fill="none">
159
+ <path d="M4 4 L20 20" />
160
+ <path d="M20 4 L4 20" />
161
+ </svg>
162
+ </div>
163
+ <div class="title">Filters</div>
164
+ </div>
165
+
166
+ <!-- Search brand field -->
167
+ <div class="search-box">
168
+ <svg class="search-icon" viewBox="0 0 24 24" fill="none">
169
+ <circle cx="10" cy="10" r="7" stroke="#8a9097" stroke-width="2"></circle>
170
+ <path d="M15 15 L22 22" stroke="#8a9097" stroke-width="2" stroke-linecap="round"></path>
171
+ </svg>
172
+ <div class="search-placeholder">Search Brand</div>
173
+ </div>
174
+
175
+ <!-- Brand list grid -->
176
+ <div class="brand-grid">
177
+ <div class="brand-item">
178
+ <div class="checkbox selected"></div>
179
+ <div>TAPARIA</div>
180
+ </div>
181
+ <div class="brand-item">
182
+ <div class="checkbox"></div>
183
+ <div>tHemiStO</div>
184
+ </div>
185
+
186
+ <div class="brand-item">
187
+ <div class="checkbox"></div>
188
+ <div>BOSCH</div>
189
+ </div>
190
+ <div class="brand-item">
191
+ <div class="checkbox"></div>
192
+ <div>BLACK+DECKER</div>
193
+ </div>
194
+
195
+ <div class="brand-item">
196
+ <div class="checkbox"></div>
197
+ <div>INGCO</div>
198
+ </div>
199
+ <div class="brand-item">
200
+ <div class="checkbox"></div>
201
+ <div>Asian Paints TruCare</div>
202
+ </div>
203
+
204
+ <div class="brand-item">
205
+ <div class="checkbox"></div>
206
+ <div>TATA AGRICO</div>
207
+ </div>
208
+ <div class="brand-item">
209
+ <div class="checkbox"></div>
210
+ <div>STANLEY</div>
211
+ </div>
212
+
213
+ <div class="brand-item">
214
+ <div class="checkbox"></div>
215
+ <div>Digital Craft</div>
216
+ </div>
217
+ <div class="brand-item">
218
+ <div class="checkbox"></div>
219
+ <div>FOSTER</div>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="view-more">View More</div>
224
+
225
+ <!-- Bottom action buttons -->
226
+ <div class="actions">
227
+ <div class="btn clear">Clear</div>
228
+ <div class="btn apply">Apply</div>
229
+ </div>
230
+
231
+ </div>
232
+ </body>
233
+ </html>
code/9185/9185_5.html ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Screwdriver Listing UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 80px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #333;
25
+ font-size: 26px;
26
+ border-bottom: 1px solid #eee;
27
+ }
28
+ .status-left, .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 24px;
32
+ }
33
+
34
+ /* Header search row */
35
+ .header {
36
+ padding: 24px 24px 16px 24px;
37
+ }
38
+ .search-row {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 18px;
42
+ }
43
+ .icon-btn {
44
+ width: 60px; height: 60px;
45
+ border-radius: 30px;
46
+ display: flex; align-items: center; justify-content: center;
47
+ background: #f2f2f2;
48
+ }
49
+ .search-input {
50
+ flex: 1;
51
+ height: 80px;
52
+ border-radius: 40px;
53
+ background: #f6f7f9;
54
+ border: 1px solid #dcdfe4;
55
+ display: flex; align-items: center;
56
+ padding: 0 24px;
57
+ gap: 16px;
58
+ }
59
+ .search-input span {
60
+ font-size: 32px; color: #111;
61
+ }
62
+ .header-actions {
63
+ display: flex; align-items: center; gap: 14px;
64
+ }
65
+ .badge {
66
+ position: absolute;
67
+ top: -8px; right: -8px;
68
+ background: #e53935; color: #fff;
69
+ font-size: 22px; padding: 2px 10px; border-radius: 16px;
70
+ }
71
+ .cart-wrap { position: relative; }
72
+
73
+ /* Filters row */
74
+ .filters {
75
+ display: flex; flex-wrap: wrap; gap: 18px;
76
+ padding: 18px 24px;
77
+ }
78
+ .chip {
79
+ display: inline-flex; align-items: center; gap: 12px;
80
+ padding: 18px 24px;
81
+ border: 1px solid #dfe3e8;
82
+ border-radius: 24px;
83
+ font-size: 28px; color: #333;
84
+ background: #fff;
85
+ }
86
+ .chip .count-badge {
87
+ background: #1e4fff; color: #fff;
88
+ font-size: 22px; padding: 2px 10px; border-radius: 16px;
89
+ }
90
+ .chip.blue {
91
+ border-color: #2b62f0; color: #2b62f0; background: #eaf1ff;
92
+ }
93
+ .mini-chip {
94
+ display: inline-flex; align-items: center; gap: 10px;
95
+ padding: 16px 18px;
96
+ border: 1px solid #dfe3e8;
97
+ border-radius: 16px;
98
+ font-size: 26px; color: #555;
99
+ background: #fff;
100
+ }
101
+ .grid-icon {
102
+ display: inline-block; width: 34px; height: 34px;
103
+ background: #eaf1ff; border: 1px solid #bcd0ff; border-radius: 6px;
104
+ margin-right: 6px;
105
+ }
106
+
107
+ /* Sponsored label */
108
+ .sponsored {
109
+ color: #7a7a7a;
110
+ font-size: 28px;
111
+ padding: 8px 24px;
112
+ }
113
+
114
+ /* Product cards */
115
+ .product-card {
116
+ display: flex;
117
+ gap: 20px;
118
+ padding: 20px 24px;
119
+ border-bottom: 1px solid #eee;
120
+ position: relative;
121
+ }
122
+ .prod-img {
123
+ width: 220px; height: 160px;
124
+ background: #E0E0E0; border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #757575; font-size: 24px; text-align: center;
127
+ border-radius: 8px;
128
+ }
129
+ .prod-info { flex: 1; }
130
+ .prod-title {
131
+ font-size: 34px; color: #111; line-height: 1.25; margin-bottom: 8px;
132
+ }
133
+ .rating-row {
134
+ display: flex; align-items: center; gap: 12px; margin: 8px 0 10px 0;
135
+ }
136
+ .stars { display: flex; gap: 4px; }
137
+ .stars svg { width: 28px; height: 28px; }
138
+ .rating-count { color: #666; font-size: 28px; }
139
+ .price-row {
140
+ display: flex; align-items: baseline; gap: 16px; margin: 6px 0 10px 0;
141
+ }
142
+ .price-old {
143
+ color: #7a7a7a; font-size: 32px; text-decoration: line-through;
144
+ }
145
+ .price-new {
146
+ color: #111; font-size: 36px; font-weight: bold;
147
+ }
148
+ .price-off {
149
+ color: #1a9c2f; font-size: 34px; font-weight: 600;
150
+ }
151
+ .pill-row {
152
+ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px;
153
+ }
154
+ .info-pill {
155
+ border: 1px solid #dfe3e8; background: #fff; color: #333;
156
+ padding: 14px 18px; border-radius: 14px; font-size: 26px;
157
+ }
158
+ .alert-text { color: #d81b60; font-size: 28px; margin-top: 6px; }
159
+ .green-banner {
160
+ display: inline-block; background: #d9f5df; color: #118a2c;
161
+ padding: 12px 16px; border-radius: 10px; font-size: 26px; margin-top: 8px;
162
+ }
163
+ .sub-text { color: #444; font-size: 28px; margin-top: 6px; }
164
+ .heart {
165
+ position: absolute; right: 24px; top: 40px;
166
+ width: 50px; height: 50px;
167
+ }
168
+
169
+ /* Utility icons */
170
+ svg { display: block; }
171
+
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status Bar -->
178
+ <div class="status-bar">
179
+ <div class="status-left">
180
+ <span>9:59</span>
181
+ <span>•</span>
182
+ <span>🔔</span>
183
+ <span>•</span>
184
+ </div>
185
+ <div class="status-right">
186
+ <span>⌁</span>
187
+ <span>🔊</span>
188
+ <span>100%</span>
189
+ <span>🔋</span>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Header Search -->
194
+ <div class="header">
195
+ <div class="search-row">
196
+ <div class="icon-btn">
197
+ <svg width="28" height="28" viewBox="0 0 24 24">
198
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
199
+ </svg>
200
+ </div>
201
+
202
+ <div class="search-input">
203
+ <svg width="34" height="34" viewBox="0 0 24 24">
204
+ <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/>
205
+ <path d="M20 20l-4-4" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
206
+ </svg>
207
+ <span>Screwdriver</span>
208
+ <div style="margin-left:auto; display:flex; gap:14px;">
209
+ <svg width="32" height="32" viewBox="0 0 24 24">
210
+ <path d="M12 22c1-4 1-16 0-20" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
211
+ </svg>
212
+ <svg width="32" height="32" viewBox="0 0 24 24">
213
+ <rect x="4" y="6" width="16" height="12" rx="2" stroke="#666" stroke-width="2" fill="none"/>
214
+ <circle cx="12" cy="12" r="3" stroke="#666" stroke-width="2" fill="none"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="cart-wrap icon-btn" style="background:#f6f7f9;">
220
+ <svg width="30" height="30" viewBox="0 0 24 24">
221
+ <path d="M6 6h15l-2 10H8L6 6z" stroke="#333" stroke-width="2" fill="none"/>
222
+ <circle cx="9" cy="20" r="2" fill="#333"/>
223
+ <circle cx="17" cy="20" r="2" fill="#333"/>
224
+ </svg>
225
+ <div class="badge">1</div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Filter chips -->
231
+ <div class="filters">
232
+ <div class="chip">Sort By
233
+ <svg width="20" height="20" viewBox="0 0 24 24">
234
+ <path d="M6 9l6 6 6-6" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
235
+ </svg>
236
+ </div>
237
+ <div class="chip">
238
+ <span class="count-badge">1</span> Filter
239
+ </div>
240
+ <div class="chip">Price
241
+ <svg width="20" height="20" viewBox="0 0 24 24">
242
+ <path d="M6 9l6 6 6-6" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
243
+ </svg>
244
+ </div>
245
+ <div class="chip blue">Brand
246
+ <svg width="20" height="20" viewBox="0 0 24 24">
247
+ <path d="M6 9l6 6 6-6" stroke="#2b62f0" stroke-width="2" fill="none" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+
251
+ <div class="mini-chip">
252
+ <span>⭐</span> Top Rated
253
+ </div>
254
+ <div class="mini-chip">
255
+ <span>🏆</span> Premium Brands
256
+ </div>
257
+ <div class="mini-chip">
258
+ <span style="background:#e6ffe6; border:1px solid #b9e5b9; padding:4px 8px; border-radius:10px;">%</span> 60% or more
259
+ </div>
260
+ <div class="mini-chip">
261
+ <span class="grid-icon"></span>
262
+ <span class="grid-icon"></span>
263
+ <span class="grid-icon"></span>
264
+ <span class="grid-icon"></span>
265
+ 1 - 8
266
+ </div>
267
+ </div>
268
+
269
+ <div class="sponsored">Sponsored</div>
270
+
271
+ <!-- Product 1 -->
272
+ <div class="product-card">
273
+ <div class="prod-img">[IMG: Orange Tool Case]</div>
274
+ <div class="prod-info">
275
+ <div class="prod-title">TAPARIA 812 with Neon Bulbs Combination Screwdriver Set</div>
276
+ <div class="rating-row">
277
+ <div class="stars">
278
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
279
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
280
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
281
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
282
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#c7e6cc"/></svg>
283
+ </div>
284
+ <div class="rating-count">(334)</div>
285
+ </div>
286
+ <div class="price-row">
287
+ <div class="price-old">394</div>
288
+ <div class="price-new">₹253</div>
289
+ <div class="price-off">35% off</div>
290
+ </div>
291
+ <div class="pill-row">
292
+ <div class="info-pill">Type: Combination</div>
293
+ <div class="info-pill">Tip Type: Phillips</div>
294
+ <div class="info-pill">Household</div>
295
+ <div class="info-pill">Pack of: 5</div>
296
+ </div>
297
+ </div>
298
+ <svg class="heart" viewBox="0 0 24 24">
299
+ <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3C20.5 6 23 8.5 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#9e9e9e" stroke-width="2"/>
300
+ </svg>
301
+ </div>
302
+
303
+ <!-- Product 2 -->
304
+ <div class="product-card">
305
+ <div class="prod-img">[IMG: Silver Screwdriver Set]</div>
306
+ <div class="prod-info">
307
+ <div class="prod-title">TAPARIA 831 Combination Screwdriver Set</div>
308
+ <div class="rating-row">
309
+ <div class="stars">
310
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
311
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
312
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
313
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
314
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#c7e6cc"/></svg>
315
+ </div>
316
+ <div class="rating-count">(151)</div>
317
+ </div>
318
+ <div class="price-row">
319
+ <div class="price-old">525</div>
320
+ <div class="price-new">₹320</div>
321
+ <div class="price-off">39% off</div>
322
+ </div>
323
+ <div class="alert-text">Only few left</div>
324
+ <div class="pill-row">
325
+ <div class="info-pill">Type: Combination</div>
326
+ <div class="info-pill">Tip Type: Polydrive, Phillips, Line</div>
327
+ <div class="info-pill">Household</div>
328
+ <div class="info-pill">Pack of: 1</div>
329
+ </div>
330
+ </div>
331
+ <svg class="heart" viewBox="0 0 24 24">
332
+ <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3C20.5 6 23 8.5 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#9e9e9e" stroke-width="2"/>
333
+ </svg>
334
+ </div>
335
+
336
+ <!-- Product 3 -->
337
+ <div class="product-card" style="border-bottom:none;">
338
+ <div class="prod-img">[IMG: Single Green Screwdriver]</div>
339
+ <div class="prod-info">
340
+ <div class="prod-title">TAPARIA C-804 Standard Screwdriver</div>
341
+ <div class="rating-row">
342
+ <div class="stars">
343
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
344
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
345
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
346
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#26a541"/></svg>
347
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5l6-.5z" fill="#c7e6cc"/></svg>
348
+ </div>
349
+ <div class="rating-count">(467)</div>
350
+ <div style="margin-left:10px; display:flex; align-items:center; gap:6px; color:#1e4fff; font-size:24px;">
351
+ <span>Plus</span> <span style="color:#777;">F-ASSURED</span>
352
+ </div>
353
+ </div>
354
+ <div class="price-row">
355
+ <div class="price-old">74</div>
356
+ <div class="price-new">₹73</div>
357
+ <div class="price-off">1% off</div>
358
+ </div>
359
+ <div class="green-banner">Lowest price in the year</div>
360
+ <div class="alert-text">Only 1 left</div>
361
+ <div class="sub-text">Delivery by 11 PM, Tomorrow</div>
362
+ </div>
363
+ <svg class="heart" viewBox="0 0 24 24">
364
+ <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3C20.5 6 23 8.5 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#9e9e9e" stroke-width="2"/>
365
+ </svg>
366
+ </div>
367
+
368
+ <!-- Bottom safe area indicator -->
369
+ <div style="height: 40px;"></div>
370
+
371
+ </div>
372
+ </body>
373
+ </html>
code/9186/9186_0.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Tasks UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F2F7F6;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #5F6E7A;
25
+ font-weight: 600;
26
+ font-size: 40px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left, .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 24px;
33
+ }
34
+ .status-icon {
35
+ width: 42px;
36
+ height: 42px;
37
+ opacity: 0.7;
38
+ }
39
+
40
+ /* Chips row */
41
+ .chip-row {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 20px;
45
+ padding: 24px 36px;
46
+ margin-top: 8px;
47
+ }
48
+ .chip {
49
+ padding: 18px 32px;
50
+ border-radius: 28px;
51
+ font-size: 34px;
52
+ color: #6E85A2;
53
+ background: #E6EEF9;
54
+ }
55
+ .chip.active {
56
+ background: #8EB1FF;
57
+ color: #FFFFFF;
58
+ font-weight: 600;
59
+ }
60
+ .chip-more {
61
+ margin-left: auto;
62
+ width: 60px;
63
+ height: 60px;
64
+ border-radius: 30px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+
70
+ /* Section title */
71
+ .section-title {
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 16px;
75
+ padding: 18px 40px;
76
+ color: #3A4A5A;
77
+ }
78
+ .section-title h2 {
79
+ margin: 0;
80
+ font-size: 52px;
81
+ font-weight: 700;
82
+ }
83
+ .caret {
84
+ width: 28px;
85
+ height: 28px;
86
+ margin-top: 6px;
87
+ }
88
+
89
+ /* Task cards */
90
+ .list-area {
91
+ padding: 8px 32px 0 32px;
92
+ }
93
+ .card {
94
+ background: #EAF1F2;
95
+ border-radius: 30px;
96
+ padding: 30px 36px;
97
+ margin: 22px 8px;
98
+ display: flex;
99
+ align-items: flex-start;
100
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
101
+ }
102
+ .check-circle {
103
+ width: 56px;
104
+ height: 56px;
105
+ margin-top: 2px;
106
+ margin-right: 28px;
107
+ }
108
+ .card-content {
109
+ flex: 1;
110
+ }
111
+ .card-title {
112
+ font-size: 44px;
113
+ color: #2F3E4E;
114
+ margin-bottom: 18px;
115
+ white-space: nowrap;
116
+ overflow: hidden;
117
+ text-overflow: ellipsis;
118
+ }
119
+ .meta {
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 18px;
123
+ color: #95A3AF;
124
+ font-size: 30px;
125
+ }
126
+ .meta .icon {
127
+ width: 36px; height: 36px; opacity: 0.7;
128
+ }
129
+ .flag {
130
+ width: 48px; height: 48px; margin-left: 24px; opacity: 0.35;
131
+ }
132
+
133
+ /* FAB */
134
+ .fab {
135
+ position: absolute;
136
+ right: 64px;
137
+ bottom: 300px;
138
+ width: 160px;
139
+ height: 160px;
140
+ border-radius: 80px;
141
+ background: #7EA5FF;
142
+ box-shadow: 0 24px 40px rgba(126,165,255,0.45);
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ }
147
+ .fab svg { width: 64px; height: 64px; }
148
+
149
+ /* Bottom nav */
150
+ .bottom-nav {
151
+ position: absolute;
152
+ left: 0; right: 0; bottom: 120px;
153
+ height: 190px;
154
+ background: #FFFFFF;
155
+ display: flex;
156
+ justify-content: space-around;
157
+ align-items: center;
158
+ border-top-left-radius: 24px;
159
+ border-top-right-radius: 24px;
160
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.06);
161
+ }
162
+ .nav-item {
163
+ display: flex;
164
+ flex-direction: column;
165
+ align-items: center;
166
+ gap: 14px;
167
+ color: #8FA0AE;
168
+ font-size: 34px;
169
+ }
170
+ .nav-item.active { color: #3D7BFF; font-weight: 600; }
171
+ .nav-icon { width: 64px; height: 64px; }
172
+ .red-dot {
173
+ position: absolute;
174
+ top: -6px; right: -6px;
175
+ width: 16px; height: 16px;
176
+ background: #FF4D4F; border-radius: 8px;
177
+ }
178
+
179
+ /* Home indicator */
180
+ .home-indicator {
181
+ position: absolute;
182
+ bottom: 36px;
183
+ left: 50%;
184
+ transform: translateX(-50%);
185
+ width: 360px;
186
+ height: 18px;
187
+ background: #D0D6DA;
188
+ border-radius: 9px;
189
+ opacity: 0.8;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status Bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">
199
+ <div>3:09</div>
200
+ <!-- small doc icon -->
201
+ <svg class="status-icon" viewBox="0 0 24 24">
202
+ <rect x="4" y="4" width="12" height="16" rx="2" fill="#8696A8"></rect>
203
+ <rect x="8" y="8" width="8" height="2" fill="#FFFFFF" opacity="0.7"></rect>
204
+ <rect x="8" y="12" width="8" height="2" fill="#FFFFFF" opacity="0.7"></rect>
205
+ </svg>
206
+ </div>
207
+ <div class="status-right">
208
+ <!-- network icon -->
209
+ <svg class="status-icon" viewBox="0 0 24 24">
210
+ <path d="M4 16h2l3-4 3 4 3-6 5 8H4z" fill="#8EA0AF"></path>
211
+ </svg>
212
+ <!-- battery with percent text -->
213
+ <svg class="status-icon" viewBox="0 0 24 24">
214
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#6E7E8C" stroke-width="2"></rect>
215
+ <rect x="21" y="10" width="2" height="4" rx="1" fill="#6E7E8C"></rect>
216
+ <rect x="4" y="8" width="10" height="8" rx="1" fill="#6E7E8C"></rect>
217
+ </svg>
218
+ <div style="font-size: 38px;">100%</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Chips -->
223
+ <div class="chip-row">
224
+ <div class="chip active">All</div>
225
+ <div class="chip">Work</div>
226
+ <div class="chip">Personal</div>
227
+ <div class="chip">Wishlist</div>
228
+ <div class="chip-more">
229
+ <!-- vertical dots -->
230
+ <svg width="36" height="36" viewBox="0 0 24 24">
231
+ <circle cx="12" cy="5" r="2.2" fill="#98A7B4"></circle>
232
+ <circle cx="12" cy="12" r="2.2" fill="#98A7B4"></circle>
233
+ <circle cx="12" cy="19" r="2.2" fill="#98A7B4"></circle>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Section Title -->
239
+ <div class="section-title">
240
+ <h2>Today</h2>
241
+ <svg class="caret" viewBox="0 0 24 24">
242
+ <path d="M6 10l6 6 6-6" stroke="#91A0AE" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
243
+ </svg>
244
+ </div>
245
+
246
+ <!-- List Area -->
247
+ <div class="list-area">
248
+ <!-- Card 1 -->
249
+ <div class="card">
250
+ <svg class="check-circle" viewBox="0 0 24 24">
251
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#98A7B4" stroke-width="2.5"></circle>
252
+ </svg>
253
+ <div class="card-content">
254
+ <div class="card-title">Group Discussion.</div>
255
+ <div class="meta">
256
+ <span>04:00 PM</span>
257
+ <svg class="icon" viewBox="0 0 24 24">
258
+ <path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V9a6 6 0 1 0-12 0v7l-2 2v1h16v-1l-2-2z" fill="#98A7B4"></path>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <svg class="flag" viewBox="0 0 24 24">
263
+ <path d="M6 3v18M7 4h10l-2 4 2 4H7" stroke="#62707E" stroke-width="2.2" fill="none" stroke-linejoin="round"></path>
264
+ </svg>
265
+ </div>
266
+
267
+ <!-- Card 2 -->
268
+ <div class="card">
269
+ <svg class="check-circle" viewBox="0 0 24 24">
270
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#98A7B4" stroke-width="2.5"></circle>
271
+ </svg>
272
+ <div class="card-content">
273
+ <div class="card-title">☕ It's time to take a break and walk ar...</div>
274
+ <div class="meta">
275
+ <svg class="icon" viewBox="0 0 24 24">
276
+ <path d="M3 7h15v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7zm17 2h1a2 2 0 0 1 0 4h-1V9z" fill="#98A7B4"></path>
277
+ </svg>
278
+ <svg class="icon" viewBox="0 0 24 24">
279
+ <path d="M7 7l10 0M7 12l10 0M7 17l10 0M4 7l0 10M20 7l0 10" stroke="#98A7B4" stroke-width="2" fill="none" stroke-linecap="round"></path>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+ <svg class="flag" viewBox="0 0 24 24">
284
+ <path d="M6 3v18M7 4h10l-2 4 2 4H7" stroke="#62707E" stroke-width="2.2" fill="none" stroke-linejoin="round"></path>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Floating Action Button -->
290
+ <div class="fab">
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z" fill="#FFFFFF"></path>
293
+ </svg>
294
+ </div>
295
+
296
+ <!-- Bottom Navigation -->
297
+ <div class="bottom-nav">
298
+ <div class="nav-item">
299
+ <div style="position: relative;">
300
+ <svg class="nav-icon" viewBox="0 0 24 24">
301
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#8FA0AE" stroke-width="2.5" stroke-linecap="round"></path>
302
+ </svg>
303
+ <span class="red-dot"></span>
304
+ </div>
305
+ <div style="visibility:hidden;">.</div>
306
+ </div>
307
+ <div class="nav-item active">
308
+ <svg class="nav-icon" viewBox="0 0 24 24">
309
+ <rect x="5" y="5" width="14" height="14" rx="2" fill="#3D7BFF" opacity="0.15"></rect>
310
+ <path d="M7 9h10M7 13h10M7 17h10" stroke="#3D7BFF" stroke-width="2.5" stroke-linecap="round"></path>
311
+ </svg>
312
+ <div>Tasks</div>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg class="nav-icon" viewBox="0 0 24 24">
316
+ <rect x="4" y="5" width="16" height="14" rx="2" fill="none" stroke="#8FA0AE" stroke-width="2"></rect>
317
+ <path d="M4 9h16" stroke="#8FA0AE" stroke-width="2"></path>
318
+ <rect x="11" y="12" width="4" height="4" rx="1" fill="#8FA0AE"></rect>
319
+ </svg>
320
+ <div>Calendar</div>
321
+ </div>
322
+ <div class="nav-item">
323
+ <svg class="nav-icon" viewBox="0 0 24 24">
324
+ <circle cx="12" cy="9" r="4" fill="#8FA0AE"></circle>
325
+ <path d="M4 20c2.5-4 13.5-4 16 0" stroke="#8FA0AE" stroke-width="2" fill="none" stroke-linecap="round"></path>
326
+ </svg>
327
+ <div>Mine</div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Home indicator -->
332
+ <div class="home-indicator"></div>
333
+ </div>
334
+ </body>
335
+ </html>
code/9186/9186_1.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Task Detail UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #F4F9F7;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 22px 36px 0 36px;
22
+ color: #4B5563;
23
+ font-size: 34px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ }
28
+ .status-left {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .icon {
39
+ display: inline-flex;
40
+ vertical-align: middle;
41
+ }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ padding: 22px 36px 0 36px;
46
+ height: 100px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ color: #1F2937;
51
+ }
52
+ .back-btn {
53
+ width: 64px; height: 64px;
54
+ }
55
+ .more-btn {
56
+ width: 64px; height: 64px;
57
+ }
58
+
59
+ /* Category pill */
60
+ .category {
61
+ margin: 24px 36px 0 36px;
62
+ display: inline-flex;
63
+ align-items: center;
64
+ gap: 18px;
65
+ background: #EEF3F6;
66
+ color: #6B7280;
67
+ border-radius: 36px;
68
+ padding: 22px 28px;
69
+ font-size: 36px;
70
+ }
71
+ .category .label { letter-spacing: 0.2px; }
72
+
73
+ /* Title */
74
+ .title {
75
+ margin: 34px 36px 0 36px;
76
+ font-weight: 800;
77
+ font-size: 68px;
78
+ line-height: 1.2;
79
+ color: #111827;
80
+ }
81
+
82
+ /* Add sub-task */
83
+ .add-subtask {
84
+ margin: 520px 36px 24px 36px; /* large white space similar to screenshot */
85
+ color: #6F86FF;
86
+ font-size: 42px;
87
+ display: inline-flex;
88
+ align-items: center;
89
+ gap: 22px;
90
+ }
91
+ .add-subtask .plus {
92
+ width: 44px; height: 44px;
93
+ }
94
+
95
+ /* List sections */
96
+ .list {
97
+ margin: 18px 0 0 0;
98
+ border-top: 1px solid #E6EDF1;
99
+ }
100
+ .row {
101
+ padding: 40px 36px;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: space-between;
105
+ border-bottom: 1px solid #E6EDF1;
106
+ font-size: 40px;
107
+ }
108
+ .row .left {
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 26px;
112
+ color: #6B7280;
113
+ }
114
+ .row .left .mini-icon {
115
+ width: 56px; height: 56px;
116
+ }
117
+
118
+ .value-pill {
119
+ background: #E9EEF5;
120
+ color: #6B7280;
121
+ padding: 18px 28px;
122
+ border-radius: 24px;
123
+ font-size: 36px;
124
+ }
125
+ .value-text {
126
+ color: #6B7280;
127
+ font-size: 40px;
128
+ }
129
+
130
+ /* Indented sub-rows under Time & Reminder */
131
+ .sub-row {
132
+ padding: 26px 36px;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: space-between;
136
+ border-bottom: 1px solid #E6EDF1;
137
+ font-size: 38px;
138
+ color: #6B7280;
139
+ }
140
+ .sub-row .left {
141
+ padding-left: 82px; /* indent where icon would be */
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div class="status-left">
151
+ <span>3:10</span>
152
+ <!-- small grid icon -->
153
+ <span class="icon">
154
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#6B7280" xmlns="http://www.w3.org/2000/svg">
155
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 8v-8h8v8h-8z"/>
156
+ </svg>
157
+ </span>
158
+ </div>
159
+ <div class="status-right">
160
+ <!-- wifi icon -->
161
+ <span class="icon">
162
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#6B7280" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
163
+ <path d="M3 9c4.418-4 13.582-4 18 0"/>
164
+ <path d="M6 12c3.314-3 8.686-3 12 0"/>
165
+ <path d="M9 15c2.209-2 5.791-2 8 0"/>
166
+ <circle cx="12" cy="18" r="1.5" fill="#6B7280"/>
167
+ </svg>
168
+ </span>
169
+ <!-- battery icon with percentage -->
170
+ <span class="icon">
171
+ <svg width="50" height="36" viewBox="0 0 28 14" xmlns="http://www.w3.org/2000/svg">
172
+ <rect x="1" y="2" width="22" height="10" rx="2" ry="2" fill="none" stroke="#6B7280" stroke-width="2"/>
173
+ <rect x="3" y="4" width="14" height="6" fill="#6B7280"/>
174
+ <rect x="24" y="5" width="3" height="4" fill="#6B7280"/>
175
+ </svg>
176
+ </span>
177
+ <span>100%</span>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- App bar -->
182
+ <div class="app-bar">
183
+ <div class="back-btn icon">
184
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#1F2937" stroke-width="2.4" xmlns="http://www.w3.org/2000/svg">
185
+ <path d="M15 6l-6 6 6 6"/>
186
+ </svg>
187
+ </div>
188
+ <div class="more-btn icon">
189
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#374151" xmlns="http://www.w3.org/2000/svg">
190
+ <circle cx="12" cy="5" r="2.2"/>
191
+ <circle cx="12" cy="12" r="2.2"/>
192
+ <circle cx="12" cy="19" r="2.2"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Category pill -->
198
+ <div class="category">
199
+ <span class="label">No Category</span>
200
+ <span class="icon">
201
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#6B7280" xmlns="http://www.w3.org/2000/svg">
202
+ <path d="M6 9l6 6 6-6"/>
203
+ </svg>
204
+ </span>
205
+ </div>
206
+
207
+ <!-- Title -->
208
+ <div class="title">Group Discussion.</div>
209
+
210
+ <!-- Add Sub-task -->
211
+ <div class="add-subtask">
212
+ <span class="plus icon">
213
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#6F86FF" xmlns="http://www.w3.org/2000/svg">
214
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
215
+ </svg>
216
+ </span>
217
+ <span>Add Sub-task</span>
218
+ </div>
219
+
220
+ <!-- List -->
221
+ <div class="list">
222
+ <!-- Due Date -->
223
+ <div class="row">
224
+ <div class="left">
225
+ <span class="mini-icon icon">
226
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9CA3AF" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
227
+ <rect x="3" y="5" width="18" height="16" rx="2"/>
228
+ <path d="M16 3v4M8 3v4M3 9h18"/>
229
+ </svg>
230
+ </span>
231
+ <span>Due Date</span>
232
+ </div>
233
+ <div class="value-pill">08/09/2023</div>
234
+ </div>
235
+
236
+ <!-- Time & Reminder -->
237
+ <div class="row">
238
+ <div class="left">
239
+ <span class="mini-icon icon">
240
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9CA3AF" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
241
+ <circle cx="12" cy="12" r="9"/>
242
+ <path d="M12 7v6l4 2"/>
243
+ </svg>
244
+ </span>
245
+ <span>Time &amp; Reminder</span>
246
+ </div>
247
+ <div class="value-pill">04:00 PM</div>
248
+ </div>
249
+
250
+ <div class="sub-row">
251
+ <div class="left">Reminder at</div>
252
+ <div class="value-pill">03:55 PM</div>
253
+ </div>
254
+
255
+ <div class="sub-row">
256
+ <div class="left">Reminder Type</div>
257
+ <div class="value-pill">Notification</div>
258
+ </div>
259
+
260
+ <!-- Repeat Task -->
261
+ <div class="row">
262
+ <div class="left">
263
+ <span class="mini-icon icon">
264
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9CA3AF" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
265
+ <path d="M4 7h8a5 5 0 1 1-4.9 6M4 7l3-3M4 7l3 3"/>
266
+ </svg>
267
+ </span>
268
+ <span>Repeat Task</span>
269
+ </div>
270
+ <div class="value-pill">No</div>
271
+ </div>
272
+
273
+ <!-- Notes -->
274
+ <div class="row">
275
+ <div class="left">
276
+ <span class="mini-icon icon">
277
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9CA3AF" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
278
+ <rect x="4" y="3" width="16" height="18" rx="2"/>
279
+ <path d="M8 7h8M8 11h8M8 15h6"/>
280
+ </svg>
281
+ </span>
282
+ <span>Notes</span>
283
+ </div>
284
+ <div class="value-text">ADD</div>
285
+ </div>
286
+
287
+ <!-- Attachment -->
288
+ <div class="row">
289
+ <div class="left">
290
+ <span class="mini-icon icon">
291
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9CA3AF" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
292
+ <path d="M7 13l7-7a4 4 0 0 1 6 6l-8 8a6 6 0 0 1-9-9l6-6"/>
293
+ </svg>
294
+ </span>
295
+ <span>Attachment</span>
296
+ </div>
297
+ <div class="value-text">ADD</div>
298
+ </div>
299
+ </div>
300
+
301
+ </div>
302
+ </body>
303
+ </html>
code/9186/9186_2.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Repeat Task Modal 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: #F7F8FA;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #000;
32
+ font-weight: 600;
33
+ font-size: 42px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ font-size: 36px;
40
+ }
41
+ .icon-svg { width: 44px; height: 44px; }
42
+ .battery {
43
+ width: 64px;
44
+ height: 30px;
45
+ border: 4px solid #111;
46
+ border-radius: 6px;
47
+ position: relative;
48
+ box-sizing: border-box;
49
+ }
50
+ .battery::after {
51
+ content: "";
52
+ position: absolute;
53
+ right: -10px; top: 8px;
54
+ width: 8px; height: 14px;
55
+ background: #111; border-radius: 2px;
56
+ }
57
+ .battery .level {
58
+ position: absolute;
59
+ left: 4px; top: 4px;
60
+ height: 18px; width: 42px; background: #111; border-radius: 3px;
61
+ }
62
+
63
+ /* Top header actions */
64
+ .top-actions {
65
+ position: absolute;
66
+ top: 150px;
67
+ left: 40px;
68
+ right: 40px;
69
+ height: 80px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: space-between;
73
+ color: #222;
74
+ }
75
+ .back-btn {
76
+ display: flex; align-items: center; gap: 12px;
77
+ }
78
+ .more-btn {
79
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
80
+ }
81
+
82
+ /* Content */
83
+ .category-pill {
84
+ position: absolute;
85
+ top: 260px;
86
+ left: 40px;
87
+ background: #ECEFF1;
88
+ color: #666;
89
+ border-radius: 40px;
90
+ padding: 24px 34px;
91
+ display: inline-flex;
92
+ align-items: center;
93
+ gap: 12px;
94
+ font-weight: 600;
95
+ font-size: 36px;
96
+ }
97
+ .title {
98
+ position: absolute;
99
+ top: 380px;
100
+ left: 40px;
101
+ right: 40px;
102
+ font-size: 72px;
103
+ font-weight: 800;
104
+ letter-spacing: 0.3px;
105
+ }
106
+
107
+ .add-subtask {
108
+ position: absolute;
109
+ top: 1050px;
110
+ left: 40px;
111
+ font-size: 40px;
112
+ color: #3B5CCC;
113
+ font-weight: 600;
114
+ display: flex; align-items: center; gap: 18px;
115
+ }
116
+ .plus-icon { width: 44px; height: 44px; }
117
+
118
+ /* Settings list (dimmed under modal) */
119
+ .list {
120
+ position: absolute;
121
+ top: 1220px;
122
+ left: 40px;
123
+ right: 40px;
124
+ border-top: 1px solid #E5E7EB;
125
+ }
126
+ .list-row {
127
+ height: 140px;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: space-between;
131
+ border-bottom: 1px solid #E5E7EB;
132
+ color: #222;
133
+ padding: 0 10px;
134
+ }
135
+ .row-left {
136
+ display: flex; align-items: center; gap: 26px;
137
+ font-size: 40px; font-weight: 600;
138
+ }
139
+ .row-right {
140
+ font-size: 36px; color: #6B7280; background: #EEF2F7; padding: 18px 28px; border-radius: 24px;
141
+ }
142
+ .list .icon-svg { width: 46px; height: 46px; }
143
+
144
+ /* Dim overlay */
145
+ .overlay {
146
+ position: absolute;
147
+ inset: 0;
148
+ background: rgba(0,0,0,0.55);
149
+ pointer-events: none;
150
+ }
151
+
152
+ /* Bottom sheet modal */
153
+ .sheet {
154
+ position: absolute;
155
+ left: 40px;
156
+ right: 40px;
157
+ top: 1450px;
158
+ height: 700px;
159
+ background: #FFFFFF;
160
+ border-radius: 40px;
161
+ box-shadow: 0 30px 60px rgba(0,0,0,0.35);
162
+ padding: 48px 44px;
163
+ box-sizing: border-box;
164
+ }
165
+ .sheet-header {
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: space-between;
169
+ }
170
+ .sheet-title {
171
+ font-size: 54px;
172
+ font-weight: 800;
173
+ color: #111;
174
+ }
175
+ .toggle {
176
+ width: 128px; height: 64px;
177
+ background: #E6E7EA;
178
+ border-radius: 32px;
179
+ position: relative;
180
+ }
181
+ .toggle::before {
182
+ content: "";
183
+ position: absolute;
184
+ left: 6px; top: 6px;
185
+ width: 52px; height: 52px;
186
+ background: #FFF;
187
+ border-radius: 50%;
188
+ box-shadow: 0 2px 4px rgba(0,0,0,0.12);
189
+ }
190
+
191
+ .chip-row {
192
+ margin-top: 40px;
193
+ display: flex; flex-wrap: wrap;
194
+ gap: 22px;
195
+ }
196
+ .chip {
197
+ background: #EEF2F6;
198
+ color: #4B5563;
199
+ font-weight: 700;
200
+ padding: 26px 34px;
201
+ border-radius: 18px;
202
+ font-size: 40px;
203
+ }
204
+
205
+ .sheet-footer {
206
+ position: absolute;
207
+ bottom: 36px; left: 44px; right: 44px;
208
+ display: flex; justify-content: flex-end; gap: 40px;
209
+ font-size: 44px; font-weight: 800;
210
+ }
211
+ .btn-cancel { color: #7893D8; }
212
+ .btn-done { color: #2B5FD6; }
213
+
214
+ /* Vertical dots */
215
+ .dots {
216
+ width: 12px; height: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px;
217
+ }
218
+ .dots span {
219
+ width: 12px; height: 12px; background: #222; border-radius: 50%;
220
+ display: block;
221
+ }
222
+
223
+ /* Home indicator */
224
+ .home-indicator {
225
+ position: absolute;
226
+ bottom: 48px;
227
+ left: 50%;
228
+ transform: translateX(-50%);
229
+ width: 220px; height: 10px;
230
+ background: #EAEAEA;
231
+ border-radius: 8px;
232
+ }
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+ <!-- Status Bar -->
238
+ <div class="status-bar">
239
+ <div>3:11</div>
240
+ <div class="status-icons">
241
+ <svg class="icon-svg" viewBox="0 0 24 24">
242
+ <path d="M4 8l8-6 8 6v8H4z" fill="#111"></path>
243
+ </svg>
244
+ <div style="display:flex; align-items:center; gap:12px;">
245
+ <div class="battery"><div class="level"></div></div>
246
+ <div style="font-weight:800;">100%</div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Top Actions -->
252
+ <div class="top-actions">
253
+ <div class="back-btn">
254
+ <svg class="icon-svg" viewBox="0 0 24 24">
255
+ <path d="M15 6L9 12l6 6" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="more-btn">
259
+ <div class="dots">
260
+ <span></span><span></span><span></span>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Content under overlay -->
266
+ <div class="category-pill">
267
+ No Category
268
+ <svg class="icon-svg" viewBox="0 0 24 24">
269
+ <path d="M6 9l6 6 6-6" fill="#666"></path>
270
+ </svg>
271
+ </div>
272
+
273
+ <div class="title">Group Discussion.</div>
274
+
275
+ <div class="add-subtask">
276
+ <svg class="plus-icon" viewBox="0 0 24 24">
277
+ <path d="M12 5v14M5 12h14" stroke="#3B5CCC" stroke-width="2.5" stroke-linecap="round"></path>
278
+ </svg>
279
+ Add Sub-task
280
+ </div>
281
+
282
+ <div class="list">
283
+ <div class="list-row">
284
+ <div class="row-left">
285
+ <svg class="icon-svg" viewBox="0 0 24 24">
286
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#6B7280"></rect>
287
+ <circle cx="18" cy="12" r="2" fill="#fff"></circle>
288
+ </svg>
289
+ Reminder Type
290
+ </div>
291
+ <div class="row-right">Notification</div>
292
+ </div>
293
+ <div class="list-row">
294
+ <div class="row-left">
295
+ <svg class="icon-svg" viewBox="0 0 24 24">
296
+ <path d="M6 12a6 6 0 1112 0M6 12h12" stroke="#6B7280" stroke-width="2" fill="none" stroke-linecap="round"></path>
297
+ </svg>
298
+ Repeat Task
299
+ </div>
300
+ <div class="row-right">No</div>
301
+ </div>
302
+ <div class="list-row">
303
+ <div class="row-left">
304
+ <svg class="icon-svg" viewBox="0 0 24 24">
305
+ <rect x="4" y="5" width="16" height="14" rx="2" fill="#6B7280"></rect>
306
+ <rect x="7" y="8" width="10" height="2" fill="#fff"></rect>
307
+ <rect x="7" y="12" width="10" height="2" fill="#fff"></rect>
308
+ </svg>
309
+ Notes
310
+ </div>
311
+ <div class="row-right">ADD</div>
312
+ </div>
313
+ <div class="list-row">
314
+ <div class="row-left">
315
+ <svg class="icon-svg" viewBox="0 0 24 24">
316
+ <path d="M7 7c3-3 7 3 4 6s-6-1-3-4" stroke="#6B7280" stroke-width="2" fill="none" stroke-linecap="round"></path>
317
+ </svg>
318
+ Attachment
319
+ </div>
320
+ <div class="row-right">ADD</div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Overlay -->
325
+ <div class="overlay"></div>
326
+
327
+ <!-- Bottom Sheet Modal -->
328
+ <div class="sheet">
329
+ <div class="sheet-header">
330
+ <div class="sheet-title">Set as Repeat Task</div>
331
+ <div class="toggle"></div>
332
+ </div>
333
+
334
+ <div class="chip-row">
335
+ <div class="chip">Hour</div>
336
+ <div class="chip">Daily</div>
337
+ <div class="chip">Weekly</div>
338
+ <div class="chip">Monthly</div>
339
+ <div class="chip">Yearly</div>
340
+ </div>
341
+
342
+ <div class="sheet-footer">
343
+ <div class="btn-cancel">CANCEL</div>
344
+ <div class="btn-done">DONE</div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Home Indicator -->
349
+ <div class="home-indicator"></div>
350
+ </div>
351
+ </body>
352
+ </html>
code/9186/9186_3.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Repeat Task Modal UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #3f4447;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; padding: 0 36px;
19
+ color: #ffffff; font-weight: 600; font-size: 42px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ opacity: 0.95;
22
+ }
23
+ .status-icons { display: flex; align-items: center; gap: 18px; }
24
+ .battery {
25
+ display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 34px;
26
+ }
27
+ .battery svg { width: 46px; height: 46px; }
28
+
29
+ /* Background page content (dimmed) */
30
+ .page {
31
+ position: absolute; top: 140px; left: 36px; right: 36px;
32
+ color: rgba(255,255,255,0.85);
33
+ }
34
+ .top-row {
35
+ display: flex; align-items: center; justify-content: space-between;
36
+ margin-top: 60px; margin-right: 24px;
37
+ }
38
+ .back-btn {
39
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
40
+ border-radius: 36px; color: rgba(255,255,255,0.95);
41
+ }
42
+ .kebab { width: 16px; height: 80px; display: flex; align-items: center; justify-content: center; margin-right: 6px; }
43
+ .category-pill {
44
+ display: inline-flex; align-items: center; gap: 16px;
45
+ background: rgba(255,255,255,0.12);
46
+ color: rgba(255,255,255,0.95);
47
+ padding: 18px 26px; border-radius: 40px; font-size: 34px; margin: 38px 0 24px 80px;
48
+ }
49
+ .title {
50
+ font-size: 64px; font-weight: 800; letter-spacing: 0.2px;
51
+ margin: 36px 0 26px 80px; color: rgba(255,255,255,0.92);
52
+ }
53
+ .list {
54
+ margin-top: 760px; /* pushed down to be near bottom under modal */
55
+ }
56
+ .list-item {
57
+ display: flex; align-items: center; justify-content: space-between;
58
+ padding: 36px 16px; border-top: 1px solid rgba(255,255,255,0.08);
59
+ color: rgba(255,255,255,0.86); font-size: 40px;
60
+ }
61
+ .list-item .left {
62
+ display: flex; align-items: center; gap: 22px;
63
+ }
64
+ .list-item .add { color: rgba(255,255,255,0.65); font-weight: 700; }
65
+
66
+ /* Modal card */
67
+ .modal {
68
+ position: absolute; left: 60px; right: 60px; top: 1040px;
69
+ background: #ffffff; border-radius: 42px;
70
+ box-shadow: 0 30px 70px rgba(0,0,0,0.35);
71
+ overflow: hidden;
72
+ }
73
+ .modal-header {
74
+ display: flex; align-items: center; justify-content: space-between;
75
+ padding: 46px 48px 28px 48px;
76
+ }
77
+ .modal-title {
78
+ font-size: 50px; font-weight: 800; color: #222;
79
+ }
80
+ .toggle {
81
+ width: 120px; height: 64px; background: #8EB2FF; border-radius: 32px;
82
+ position: relative; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.04);
83
+ }
84
+ .toggle::after {
85
+ content: "";
86
+ width: 60px; height: 60px; background: #4c82ff; border-radius: 50%;
87
+ position: absolute; right: 2px; top: 2px;
88
+ box-shadow: 0 4px 8px rgba(76,130,255,0.4);
89
+ }
90
+
91
+ .tabs {
92
+ display: flex; gap: 22px; padding: 0 48px 28px 48px;
93
+ }
94
+ .tab {
95
+ padding: 22px 32px; border-radius: 16px; font-size: 34px; font-weight: 700;
96
+ background: #eef1f4; color: #7c838b;
97
+ }
98
+ .tab.active {
99
+ background: #84a4ff; color: #ffffff;
100
+ }
101
+
102
+ .disabled-section {
103
+ background: #f3f4f6;
104
+ padding: 34px 48px 40px 48px;
105
+ color: #b8bcc3; font-size: 36px; border-top: 1px solid #e5e7eb;
106
+ }
107
+ .row {
108
+ display: flex; align-items: center; justify-content: space-between;
109
+ padding: 28px 0;
110
+ }
111
+ .value {
112
+ color: #c8cdd3; font-weight: 700;
113
+ }
114
+ .value .caret {
115
+ display: inline-block; margin-left: 10px;
116
+ width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #c8cdd3;
117
+ transform: translateY(2px);
118
+ }
119
+ .center-lock {
120
+ display: flex; align-items: center; justify-content: center; padding: 22px 0 32px 0;
121
+ }
122
+ .center-lock svg { width: 64px; height: 64px; opacity: 0.5; }
123
+
124
+ .modal-footer {
125
+ display: flex; align-items: center; justify-content: flex-end;
126
+ padding: 34px 48px 44px;
127
+ gap: 40px;
128
+ }
129
+ .btn {
130
+ font-size: 40px; font-weight: 800; letter-spacing: 0.6px; cursor: default;
131
+ }
132
+ .btn.cancel { color: #8ea8e8; }
133
+ .btn.done { color: #2e6bff; }
134
+
135
+ /* Home indicator */
136
+ .home-indicator {
137
+ position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
138
+ width: 240px; height: 16px; background: rgba(255,255,255,0.86); border-radius: 10px;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <div class="status-bar">
146
+ <div>3:16</div>
147
+ <div class="status-icons">
148
+ <!-- simple doc icon -->
149
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
150
+ <rect x="5" y="3" width="12" height="18" rx="2" stroke="#fff" stroke-width="2"/>
151
+ <line x1="8" y1="8" x2="16" y2="8" stroke="#fff" stroke-width="2"/>
152
+ <line x1="8" y1="12" x2="16" y2="12" stroke="#fff" stroke-width="2"/>
153
+ </svg>
154
+ <!-- WiFi -->
155
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
156
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
157
+ <path d="M5 11c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
158
+ <path d="M8 14c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
159
+ <circle cx="12" cy="17.5" r="1.5" fill="#fff"/>
160
+ </svg>
161
+ <div class="battery">
162
+ <svg viewBox="0 0 26 14">
163
+ <rect x="1" y="2" width="20" height="10" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
164
+ <rect x="3" y="4" width="16" height="6" fill="#fff"/>
165
+ <rect x="22" y="5" width="3" height="4" fill="#fff"/>
166
+ </svg>
167
+ <span>100%</span>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="page">
173
+ <div class="top-row">
174
+ <div class="back-btn">
175
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
176
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ </div>
179
+ <div class="kebab">
180
+ <svg width="10" height="42" viewBox="0 0 6 18" fill="#fff">
181
+ <circle cx="3" cy="3" r="2.2"/>
182
+ <circle cx="3" cy="9" r="2.2"/>
183
+ <circle cx="3" cy="15" r="2.2"/>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="category-pill">
189
+ <span>No Category</span>
190
+ <svg width="18" height="18" viewBox="0 0 12 8" fill="none">
191
+ <path d="M1 1l5 5 5-5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
192
+ </svg>
193
+ </div>
194
+
195
+ <div class="title">Group Discussion.</div>
196
+
197
+ <div class="list">
198
+ <div class="list-item">
199
+ <div class="left">
200
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
201
+ <rect x="4" y="5" width="16" height="14" rx="2" stroke="#fff" stroke-width="2"/>
202
+ <line x1="7" y1="9" x2="17" y2="9" stroke="#fff" stroke-width="2"/>
203
+ <line x1="7" y1="13" x2="15" y2="13" stroke="#fff" stroke-width="2"/>
204
+ </svg>
205
+ <span>Notes</span>
206
+ </div>
207
+ <div class="add">ADD</div>
208
+ </div>
209
+ <div class="list-item">
210
+ <div class="left">
211
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
212
+ <path d="M7 7c5-5 12 2 7 7l-5 5c-5 5-12-2-7-7l5-5z" stroke="#fff" stroke-width="2" fill="none"/>
213
+ </svg>
214
+ <span>Attachment</span>
215
+ </div>
216
+ <div class="add">ADD</div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Modal -->
222
+ <div class="modal">
223
+ <div class="modal-header">
224
+ <div class="modal-title">Set as Repeat Task</div>
225
+ <div class="toggle"></div>
226
+ </div>
227
+
228
+ <div class="tabs">
229
+ <div class="tab">Hour</div>
230
+ <div class="tab active">Daily</div>
231
+ <div class="tab">Weekly</div>
232
+ <div class="tab">Monthly</div>
233
+ <div class="tab">Yearly</div>
234
+ </div>
235
+
236
+ <div class="disabled-section">
237
+ <div class="row">
238
+ <div>Repeat every</div>
239
+ <div class="value">1 day <span class="caret"></span></div>
240
+ </div>
241
+ <div class="row">
242
+ <div>Repeat ends at</div>
243
+ <div class="value">Endlessly <span class="caret"></span></div>
244
+ </div>
245
+ <div class="center-lock">
246
+ <svg viewBox="0 0 24 24" stroke="#9aa0a6" fill="none" stroke-width="2">
247
+ <rect x="5" y="11" width="14" height="10" rx="2" />
248
+ <path d="M8 11V7a4 4 0 018 0v4" />
249
+ <circle cx="12" cy="16" r="2" fill="#9aa0a6"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="modal-footer">
255
+ <div class="btn cancel">CANCEL</div>
256
+ <div class="btn done">DONE</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="home-indicator"></div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/9186/9186_4.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>Task Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F7FAF9;
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: #3c4a57;
25
+ font-size: 40px;
26
+ opacity: 0.9;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ font-weight: 600;
33
+ }
34
+ .icon {
35
+ width: 46px; height: 46px;
36
+ }
37
+
38
+ /* Top app bar */
39
+ .top-bar {
40
+ height: 140px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ padding: 0 40px;
45
+ color: #2b2f33;
46
+ }
47
+ .back-btn, .more-btn {
48
+ width: 64px; height: 64px;
49
+ }
50
+
51
+ /* Category pill */
52
+ .category-pill {
53
+ margin-left: 48px;
54
+ margin-top: 10px;
55
+ display: inline-flex;
56
+ align-items: center;
57
+ gap: 20px;
58
+ padding: 22px 28px;
59
+ border-radius: 40px;
60
+ background: #EDEFF2;
61
+ color: #606B77;
62
+ font-size: 38px;
63
+ font-weight: 600;
64
+ }
65
+ .title {
66
+ margin-left: 48px;
67
+ margin-top: 38px;
68
+ font-size: 72px;
69
+ font-weight: 800;
70
+ color: #111418;
71
+ letter-spacing: 0.2px;
72
+ }
73
+
74
+ /* Add sub-task */
75
+ .add-subtask {
76
+ margin-top: 360px;
77
+ margin-left: 48px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 24px;
81
+ color: #5C77FF;
82
+ font-size: 44px;
83
+ font-weight: 600;
84
+ }
85
+ .add-subtask .plus {
86
+ width: 54px; height: 54px;
87
+ }
88
+ .divider {
89
+ margin: 32px 40px 0 40px;
90
+ height: 2px;
91
+ background: #E7EDF1;
92
+ }
93
+
94
+ /* Settings list */
95
+ .list {
96
+ margin-top: 12px;
97
+ }
98
+ .row {
99
+ height: 150px;
100
+ display: flex;
101
+ align-items: center;
102
+ padding: 0 40px;
103
+ border-bottom: 2px solid #E7EDF1;
104
+ }
105
+ .row .left {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 26px;
109
+ flex: 1;
110
+ }
111
+ .row .label {
112
+ font-size: 44px;
113
+ color: #6A7785;
114
+ font-weight: 700;
115
+ }
116
+ .row .value {
117
+ font-size: 40px;
118
+ color: #7A8796;
119
+ font-weight: 700;
120
+ }
121
+ .pill {
122
+ background: #E9EEF6;
123
+ color: #627086;
124
+ padding: 20px 28px;
125
+ border-radius: 28px;
126
+ font-size: 40px;
127
+ font-weight: 700;
128
+ }
129
+
130
+ /* Small left icons */
131
+ .left-icon {
132
+ width: 58px; height: 58px;
133
+ opacity: 0.7;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status bar -->
141
+ <div class="status-bar">
142
+ <div class="status-left">3:19</div>
143
+ <div class="status-right">
144
+ <!-- Wi-Fi -->
145
+ <svg class="icon" viewBox="0 0 48 48">
146
+ <path d="M6 16c10-8 26-8 36 0" fill="none" stroke="#5c6b78" stroke-width="4" stroke-linecap="round"/>
147
+ <path d="M12 22c7-6 17-6 24 0" fill="none" stroke="#5c6b78" stroke-width="4" stroke-linecap="round"/>
148
+ <path d="M18 28c4-4 8-4 12 0" fill="none" stroke="#5c6b78" stroke-width="4" stroke-linecap="round"/>
149
+ <circle cx="24" cy="34" r="3.5" fill="#5c6b78"/>
150
+ </svg>
151
+ <!-- Battery -->
152
+ <svg class="icon" viewBox="0 0 48 48">
153
+ <rect x="4" y="12" width="34" height="24" rx="4" ry="4" fill="none" stroke="#5c6b78" stroke-width="4"/>
154
+ <rect x="8" y="16" width="22" height="16" rx="2" fill="#5c6b78"/>
155
+ <rect x="40" y="18" width="4" height="12" rx="2" fill="#5c6b78"/>
156
+ </svg>
157
+ <span>100%</span>
158
+ <!-- more vertical dots in status area (subtle) -->
159
+ <svg class="icon" viewBox="0 0 48 48">
160
+ <circle cx="24" cy="12" r="4" fill="#5c6b78"/>
161
+ <circle cx="24" cy="24" r="4" fill="#5c6b78"/>
162
+ <circle cx="24" cy="36" r="4" fill="#5c6b78"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Top app bar -->
168
+ <div class="top-bar">
169
+ <!-- Back arrow -->
170
+ <svg class="back-btn" viewBox="0 0 64 64">
171
+ <path d="M40 16 L24 32 L40 48" fill="none" stroke="#2b2f33" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
172
+ </svg>
173
+ <!-- Kebab menu -->
174
+ <svg class="more-btn" viewBox="0 0 64 64">
175
+ <circle cx="32" cy="16" r="5" fill="#2b2f33"/>
176
+ <circle cx="32" cy="32" r="5" fill="#2b2f33"/>
177
+ <circle cx="32" cy="48" r="5" fill="#2b2f33"/>
178
+ </svg>
179
+ </div>
180
+
181
+ <!-- Category pill -->
182
+ <div class="category-pill">
183
+ <span>No Category</span>
184
+ <svg class="icon" viewBox="0 0 48 48">
185
+ <path d="M12 18 L24 30 L36 18" fill="none" stroke="#606B77" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
186
+ </svg>
187
+ </div>
188
+
189
+ <!-- Title -->
190
+ <div class="title">Group Discussion.</div>
191
+
192
+ <!-- Add Sub-task -->
193
+ <div class="add-subtask">
194
+ <svg class="plus" viewBox="0 0 64 64">
195
+ <path d="M32 14 V50 M14 32 H50" stroke="#5C77FF" stroke-width="8" stroke-linecap="round"/>
196
+ </svg>
197
+ <span>Add Sub-task</span>
198
+ </div>
199
+ <div class="divider"></div>
200
+
201
+ <!-- List of options -->
202
+ <div class="list">
203
+ <!-- Due Date -->
204
+ <div class="row">
205
+ <div class="left">
206
+ <svg class="left-icon" viewBox="0 0 64 64">
207
+ <rect x="8" y="16" width="48" height="36" rx="6" fill="none" stroke="#7B8897" stroke-width="4"/>
208
+ <path d="M18 12 V22 M46 12 V22" stroke="#7B8897" stroke-width="4" stroke-linecap="round"/>
209
+ <line x1="8" y1="28" x2="56" y2="28" stroke="#7B8897" stroke-width="4"/>
210
+ </svg>
211
+ <div class="label">Due Date</div>
212
+ </div>
213
+ <div class="value"></div>
214
+ </div>
215
+
216
+ <!-- Reminder at -->
217
+ <div class="row">
218
+ <div class="left">
219
+ <svg class="left-icon" viewBox="0 0 64 64">
220
+ <path d="M32 10 C22 10 16 18 16 28 V38 L12 42 H52 L48 38 V28 C48 18 42 10 32 10" fill="none" stroke="#7B8897" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
221
+ <circle cx="32" cy="48" r="4" fill="#7B8897"/>
222
+ </svg>
223
+ <div class="label">Reminder at</div>
224
+ </div>
225
+ <div class="pill">5 minutes before</div>
226
+ </div>
227
+
228
+ <!-- Reminder Type -->
229
+ <div class="row">
230
+ <div class="left">
231
+ <div class="label">Reminder Type</div>
232
+ </div>
233
+ <div class="pill">Notification</div>
234
+ </div>
235
+
236
+ <!-- Repeat Task -->
237
+ <div class="row">
238
+ <div class="left">
239
+ <svg class="left-icon" viewBox="0 0 64 64">
240
+ <path d="M18 20 H40 L34 14 M46 44 H24 L30 50" fill="none" stroke="#7B8897" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
241
+ </svg>
242
+ <div class="label">Repeat Task</div>
243
+ </div>
244
+ <div class="pill">Daily Repeat</div>
245
+ </div>
246
+
247
+ <!-- Notes -->
248
+ <div class="row">
249
+ <div class="left">
250
+ <svg class="left-icon" viewBox="0 0 64 64">
251
+ <rect x="12" y="12" width="40" height="40" rx="6" fill="none" stroke="#7B8897" stroke-width="4"/>
252
+ <line x1="20" y1="24" x2="44" y2="24" stroke="#7B8897" stroke-width="4" stroke-linecap="round"/>
253
+ <line x1="20" y1="32" x2="44" y2="32" stroke="#7B8897" stroke-width="4" stroke-linecap="round"/>
254
+ </svg>
255
+ <div class="label">Notes</div>
256
+ </div>
257
+ <div class="value" style="color:#8290a0;font-weight:800;">ADD</div>
258
+ </div>
259
+
260
+ <!-- Attachment -->
261
+ <div class="row">
262
+ <div class="left">
263
+ <svg class="left-icon" viewBox="0 0 64 64">
264
+ <path d="M22 42 L42 22 C46 18 40 12 36 16 L16 36 C10 42 18 50 24 44 L40 28" fill="none" stroke="#7B8897" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ <div class="label">Attachment</div>
267
+ </div>
268
+ <div class="value" style="color:#8290a0;font-weight:800;">ADD</div>
269
+ </div>
270
+ </div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/9192/9192_1.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Meditation App - Explore</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
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ color: #1a1a1a;
15
+ }
16
+
17
+ /* Global */
18
+ .screen-padding { padding: 48px; }
19
+ .title-bar {
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ margin-top: 24px;
24
+ margin-bottom: 36px;
25
+ }
26
+ .title-bar h1 {
27
+ font-size: 66px;
28
+ letter-spacing: -0.5px;
29
+ margin: 0;
30
+ font-weight: 700;
31
+ }
32
+ .icon-btn {
33
+ width: 100px;
34
+ height: 100px;
35
+ border-radius: 50%;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ background: #f4f4f6;
40
+ }
41
+
42
+ /* Chips */
43
+ .chip-row {
44
+ display: flex;
45
+ gap: 32px;
46
+ margin-bottom: 36px;
47
+ }
48
+ .chip {
49
+ display: inline-flex;
50
+ align-items: center;
51
+ gap: 22px;
52
+ background: #f4f4f6;
53
+ color: #2c2c2c;
54
+ padding: 28px 36px;
55
+ border-radius: 44px;
56
+ font-size: 42px;
57
+ font-weight: 600;
58
+ }
59
+ .chip svg { width: 48px; height: 48px; }
60
+
61
+ /* Section headers */
62
+ .section-header {
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: space-between;
66
+ margin: 30px 0 24px;
67
+ }
68
+ .section-header h2 {
69
+ margin: 0;
70
+ font-size: 54px;
71
+ font-weight: 700;
72
+ }
73
+ .view-all {
74
+ font-size: 36px;
75
+ color: #6b6b6b;
76
+ font-weight: 600;
77
+ }
78
+
79
+ /* Cards */
80
+ .card-row {
81
+ display: flex;
82
+ gap: 28px;
83
+ overflow: hidden;
84
+ padding-bottom: 16px;
85
+ }
86
+ .card {
87
+ position: relative;
88
+ width: 320px;
89
+ height: 500px;
90
+ border-radius: 36px;
91
+ overflow: hidden;
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ color: #757575;
98
+ }
99
+ .card .img-label {
100
+ font-size: 34px;
101
+ text-align: center;
102
+ padding: 0 16px;
103
+ }
104
+ .card .gradient {
105
+ position: absolute;
106
+ left: 0; right: 0; bottom: 0;
107
+ height: 50%;
108
+ background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
109
+ }
110
+ .card .title {
111
+ position: absolute;
112
+ left: 28px;
113
+ bottom: 28px;
114
+ color: #ffffff;
115
+ font-size: 44px;
116
+ font-weight: 800;
117
+ line-height: 1.15;
118
+ text-shadow: 0 2px 6px rgba(0,0,0,0.3);
119
+ }
120
+ .badge {
121
+ position: absolute;
122
+ top: 22px;
123
+ left: 22px;
124
+ display: inline-flex;
125
+ align-items: center;
126
+ gap: 14px;
127
+ background: rgba(255,255,255,0.88);
128
+ color: #333;
129
+ padding: 14px 22px;
130
+ border-radius: 28px;
131
+ font-size: 32px;
132
+ font-weight: 800;
133
+ backdrop-filter: blur(2px);
134
+ }
135
+ .badge svg { width: 36px; height: 36px; }
136
+ .badge .dot {
137
+ width: 26px; height: 26px; border-radius: 8px;
138
+ background: #9b58ff;
139
+ display: inline-block;
140
+ }
141
+
142
+ /* Divider between sections */
143
+ .spacer-xxl { height: 40px; }
144
+
145
+ /* Bottom navigation */
146
+ .bottom-nav {
147
+ position: absolute;
148
+ left: 0;
149
+ right: 0;
150
+ bottom: 0;
151
+ height: 170px;
152
+ border-top: 1px solid #e6e6ea;
153
+ background: #ffffff;
154
+ display: flex;
155
+ justify-content: space-around;
156
+ align-items: center;
157
+ padding-bottom: 20px;
158
+ }
159
+ .nav-item {
160
+ display: flex;
161
+ flex-direction: column;
162
+ align-items: center;
163
+ gap: 14px;
164
+ color: #6d6d75;
165
+ font-size: 32px;
166
+ font-weight: 600;
167
+ }
168
+ .nav-item .nav-icon {
169
+ width: 72px; height: 72px;
170
+ display: flex; align-items: center; justify-content: center;
171
+ }
172
+ .nav-item.active { color: #7c4dff; }
173
+ .nav-item.active .nav-icon svg { stroke: #7c4dff; fill: none; }
174
+ .nav-item .nav-icon svg { stroke: #6d6d75; fill: none; }
175
+
176
+ /* Safe area bar indicator */
177
+ .home-indicator {
178
+ position: absolute;
179
+ bottom: 12px;
180
+ left: 50%;
181
+ transform: translateX(-50%);
182
+ width: 600px;
183
+ height: 10px;
184
+ border-radius: 6px;
185
+ background: #000000;
186
+ opacity: 0.1;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+ <div class="screen-padding">
193
+ <!-- Title bar -->
194
+ <div class="title-bar">
195
+ <h1>Explore</h1>
196
+ <div class="icon-btn" aria-label="Search">
197
+ <svg viewBox="0 0 24 24" width="48" height="48">
198
+ <circle cx="11" cy="11" r="7" stroke="#1a1a1a" stroke-width="2" fill="none"></circle>
199
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#1a1a1a" stroke-width="2" stroke-linecap="round"></line>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Chips -->
205
+ <div class="chip-row">
206
+ <div class="chip">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M12 4c-2.5 2-4 3.7-4.2 5.4-.2 1.7 1 3.3 2.7 3.6-1.8.4-3.5 1.6-4.5 3.5h13.9c-1-1.9-2.7-3.1-4.5-3.5 1.7-.3 2.9-1.9 2.7-3.6C16 7.7 14.5 6 12 4z" fill="#767676"></path>
209
+ </svg>
210
+ <span>Start Meditating</span>
211
+ </div>
212
+ <div class="chip">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M12 3l7 4v10l-7 4-7-4V7l7-4zM7 9l5 3 5-3" stroke="#767676" stroke-width="1.5" fill="none"></path>
215
+ </svg>
216
+ <span>Meditation Programs</span>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Start Meditating section -->
221
+ <div class="section-header">
222
+ <h2>Start Meditating</h2>
223
+ <div class="view-all">View all</div>
224
+ </div>
225
+ <div class="card-row">
226
+ <!-- Card 1 -->
227
+ <div class="card">
228
+ <div class="badge">
229
+ <div class="dot"></div>
230
+ PROGRAM
231
+ </div>
232
+ <div class="img-label">[IMG: Hiker in forest near lake]</div>
233
+ <div class="gradient"></div>
234
+ <div class="title">Frequently Asked<br>Questions</div>
235
+ </div>
236
+ <!-- Card 2 -->
237
+ <div class="card">
238
+ <div class="badge">
239
+ <div class="dot"></div>
240
+ PROGRAM
241
+ </div>
242
+ <div class="img-label">[IMG: Man walking on sand dunes]</div>
243
+ <div class="gradient"></div>
244
+ <div class="title">First Steps</div>
245
+ </div>
246
+ <!-- Card 3 -->
247
+ <div class="card">
248
+ <div class="badge">
249
+ <div class="dot"></div>
250
+ PROGRAM
251
+ </div>
252
+ <div class="img-label">[IMG: Person in field at sunset]</div>
253
+ <div class="gradient"></div>
254
+ <div class="title">Foundations</div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="spacer-xxl"></div>
259
+
260
+ <!-- Meditation Programs section -->
261
+ <div class="section-header">
262
+ <h2>Meditation Programs</h2>
263
+ <div class="view-all">View all</div>
264
+ </div>
265
+ <div class="card-row">
266
+ <!-- Program Card 1 -->
267
+ <div class="card">
268
+ <div class="badge">
269
+ <div class="dot"></div>
270
+ PROGRAM
271
+ </div>
272
+ <div class="img-label">[IMG: Person reclining on cliff above valley]</div>
273
+ <div class="gradient"></div>
274
+ <div class="title">Rest & Reset</div>
275
+ </div>
276
+ <!-- Program Card 2 -->
277
+ <div class="card">
278
+ <div class="badge">
279
+ <div class="dot"></div>
280
+ PROGRAM
281
+ </div>
282
+ <div class="img-label">[IMG: Silhouette with palm leaves]</div>
283
+ <div class="gradient"></div>
284
+ <div class="title">Calm Presence</div>
285
+ </div>
286
+ <!-- Program Card 3 -->
287
+ <div class="card">
288
+ <div class="badge">
289
+ <div class="dot"></div>
290
+ PROGRAM
291
+ </div>
292
+ <div class="img-label">[IMG: Person in colorful shirt walking outdoors]</div>
293
+ <div class="gradient"></div>
294
+ <div class="title">Mindful Motion</div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Bottom navigation -->
300
+ <div class="bottom-nav">
301
+ <div class="nav-item">
302
+ <div class="nav-icon">
303
+ <svg viewBox="0 0 24 24" width="64" height="64">
304
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" stroke-width="1.6"></path>
305
+ </svg>
306
+ </div>
307
+ <div>Today</div>
308
+ </div>
309
+ <div class="nav-item active">
310
+ <div class="nav-icon">
311
+ <svg viewBox="0 0 24 24" width="64" height="64">
312
+ <circle cx="12" cy="12" r="8" stroke-width="2"></circle>
313
+ <circle cx="12" cy="12" r="3" stroke-width="2"></circle>
314
+ </svg>
315
+ </div>
316
+ <div>Explore</div>
317
+ </div>
318
+ <div class="nav-item">
319
+ <div class="nav-icon">
320
+ <svg viewBox="0 0 24 24" width="64" height="64">
321
+ <path d="M20 15a7 7 0 1 1-12-5 5 5 0 0 0 8-4 7 7 0 0 1 4 9z" stroke-width="1.6"></path>
322
+ <circle cx="8" cy="17" r="0.5" fill="#6d6d75"></circle>
323
+ <circle cx="16" cy="17" r="0.5" fill="#6d6d75"></circle>
324
+ </svg>
325
+ </div>
326
+ <div>Sleep</div>
327
+ </div>
328
+ <div class="nav-item">
329
+ <div class="nav-icon">
330
+ <svg viewBox="0 0 24 24" width="64" height="64">
331
+ <path d="M8 4v13.5a2.5 2.5 0 1 1-5 0V4M16 4v9.5a2.5 2.5 0 1 0 5 0V4" stroke-width="1.6"></path>
332
+ </svg>
333
+ </div>
334
+ <div>Sounds</div>
335
+ </div>
336
+ <div class="nav-item">
337
+ <div class="nav-icon">
338
+ <svg viewBox="0 0 24 24" width="64" height="64">
339
+ <circle cx="12" cy="8" r="4" stroke-width="1.6"></circle>
340
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6" stroke-width="1.6"></path>
341
+ </svg>
342
+ </div>
343
+ <div>Profile</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Home indicator -->
348
+ <div class="home-indicator"></div>
349
+ </div>
350
+ </body>
351
+ </html>
code/9192/9192_2.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Meditopia - First Steps Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Header / Hero */
16
+ .hero {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 1060px;
20
+ background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 80%, rgba(255,255,255,1) 100%);
21
+ }
22
+ .hero-img {
23
+ position: absolute;
24
+ inset: 0;
25
+ background: #E0E0E0;
26
+ border-bottom: 1px solid #BDBDBD;
27
+ display: flex;
28
+ align-items: flex-end;
29
+ justify-content: center;
30
+ color: #757575;
31
+ font-size: 32px;
32
+ letter-spacing: 0.3px;
33
+ }
34
+ .hero-img span {
35
+ margin-bottom: 140px;
36
+ background: rgba(255,255,255,0.7);
37
+ padding: 10px 16px;
38
+ border-radius: 20px;
39
+ border: 1px solid #BDBDBD;
40
+ }
41
+
42
+ .round-btn {
43
+ position: absolute;
44
+ width: 120px; height: 120px;
45
+ border-radius: 60px;
46
+ background: rgba(255,255,255,0.9);
47
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
48
+ display: flex; align-items: center; justify-content: center;
49
+ }
50
+ .round-btn svg { width: 56px; height: 56px; }
51
+ .btn-close { top: 90px; left: 70px; }
52
+ .btn-fav { top: 90px; right: 70px; }
53
+
54
+ .play-overlay {
55
+ position: absolute;
56
+ top: 420px; left: 50%;
57
+ transform: translateX(-50%);
58
+ width: 260px; height: 260px;
59
+ border-radius: 130px;
60
+ background: rgba(255,255,255,0.85);
61
+ display: flex; align-items: center; justify-content: center;
62
+ box-shadow: 0 8px 28px rgba(0,0,0,0.15);
63
+ }
64
+ .play-overlay svg { width: 110px; height: 110px; }
65
+
66
+ /* Content */
67
+ .content {
68
+ position: absolute;
69
+ top: 880px;
70
+ left: 0;
71
+ right: 0;
72
+ padding: 0 64px 120px 64px;
73
+ background: #ffffff;
74
+ }
75
+
76
+ .title {
77
+ font-size: 92px;
78
+ font-weight: 800;
79
+ margin: 0 0 24px 0;
80
+ color: #222;
81
+ }
82
+ .subtitle {
83
+ font-size: 40px;
84
+ line-height: 1.4;
85
+ color: #3f3f3f;
86
+ margin-bottom: 36px;
87
+ }
88
+
89
+ .progress {
90
+ width: 972px;
91
+ height: 22px;
92
+ background: #dcdcdc;
93
+ border-radius: 12px;
94
+ overflow: hidden;
95
+ margin: 18px 0 28px 0;
96
+ }
97
+ .progress .bar {
98
+ width: 0%;
99
+ height: 100%;
100
+ background: #7B4BD6;
101
+ }
102
+
103
+ .info-row {
104
+ font-size: 36px;
105
+ color: #666;
106
+ display: flex;
107
+ gap: 22px;
108
+ align-items: center;
109
+ margin-bottom: 40px;
110
+ }
111
+ .dot {
112
+ width: 8px; height: 8px; background: #999; border-radius: 50%;
113
+ display: inline-block; margin: 0 10px;
114
+ }
115
+
116
+ .tabs {
117
+ width: 952px;
118
+ border: 1px solid #e6e6e6;
119
+ border-radius: 28px;
120
+ display: flex;
121
+ justify-content: space-between;
122
+ padding: 12px;
123
+ margin-bottom: 36px;
124
+ }
125
+ .tab {
126
+ width: 460px;
127
+ height: 110px;
128
+ border-radius: 22px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ font-size: 40px; font-weight: 700;
131
+ color: #7B4BD6;
132
+ background: #f3ecff;
133
+ }
134
+ .tab.active {
135
+ background: #7B4BD6;
136
+ color: #fff;
137
+ }
138
+
139
+ /* List items */
140
+ .list {
141
+ margin-top: 10px;
142
+ }
143
+ .item {
144
+ display: flex;
145
+ align-items: flex-start;
146
+ gap: 32px;
147
+ padding: 28px 0;
148
+ border-top: 1px solid #f0f0f0;
149
+ }
150
+ .item:first-child { border-top: none; }
151
+
152
+ .play-circle {
153
+ width: 110px; height: 110px;
154
+ border-radius: 55px;
155
+ background: #7B4BD6;
156
+ display: flex; align-items: center; justify-content: center;
157
+ flex: 0 0 110px;
158
+ }
159
+ .play-circle svg { width: 48px; height: 48px; fill: #fff; }
160
+
161
+ .item-text {
162
+ flex: 1;
163
+ }
164
+ .item-title {
165
+ font-size: 56px;
166
+ font-weight: 700;
167
+ color: #222;
168
+ margin-top: 8px;
169
+ }
170
+ .meta {
171
+ display: flex; align-items: center; gap: 12px;
172
+ color: #777; font-size: 34px; margin-top: 12px;
173
+ }
174
+ .clock {
175
+ width: 34px; height: 34px;
176
+ }
177
+
178
+ /* Premium banner overlay */
179
+ .premium-banner {
180
+ position: absolute;
181
+ left: 60px;
182
+ top: 1580px;
183
+ width: 960px;
184
+ height: 190px;
185
+ border-radius: 110px;
186
+ display: flex; align-items: center;
187
+ padding: 0 40px;
188
+ gap: 26px;
189
+ color: #fff;
190
+ font-size: 42px;
191
+ font-weight: 700;
192
+ background: linear-gradient(90deg, #7B4BD6, #F78ACA);
193
+ box-shadow: 0 10px 24px rgba(123,75,214,0.25);
194
+ }
195
+ .premium-banner .lock {
196
+ width: 70px; height: 70px;
197
+ border-radius: 35px;
198
+ background: rgba(255,255,255,0.2);
199
+ display: flex; align-items: center; justify-content: center;
200
+ }
201
+ .premium-banner .lock svg { width: 44px; height: 44px; fill: #fff; }
202
+
203
+ /* Home indicator */
204
+ .home-indicator {
205
+ position: absolute;
206
+ bottom: 38px; left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 440px; height: 14px;
209
+ background: #d0d0d0; border-radius: 8px;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Header area -->
217
+ <div class="hero">
218
+ <div class="hero-img">
219
+ <span>[IMG: Person walking on dunes under sky]</span>
220
+ </div>
221
+
222
+ <!-- Top buttons -->
223
+ <div class="round-btn btn-close">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#222" stroke-width="2.5" stroke-linecap="round" fill="none"/>
226
+ </svg>
227
+ </div>
228
+ <div class="round-btn btn-fav">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M12 19.5l-1.1-1c-4.3-3.7-7.1-6-7.1-9.2A4.7 4.7 0 0 1 8.5 4c1.6 0 3 .8 3.5 2.1C12.6 4.8 14 4 15.5 4A4.7 4.7 0 0 1 20.2 9.3c0 3.2-2.8 5.5-7.1 9.2L12 19.5z" fill="#E06FAE"/>
231
+ </svg>
232
+ </div>
233
+
234
+ <!-- Play overlay -->
235
+ <div class="play-overlay">
236
+ <svg viewBox="0 0 24 24">
237
+ <polygon points="8,5 20,12 8,19" fill="#7B4BD6"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Content -->
243
+ <div class="content">
244
+ <h1 class="title">First Steps</h1>
245
+ <div class="subtitle">
246
+ Welcome to Meditopia! These short practices will help you take your first steps towards discovering the experience of meditation.
247
+ </div>
248
+
249
+ <div class="progress"><div class="bar" style="width:0%"></div></div>
250
+
251
+ <div class="info-row">
252
+ <span>5 Sessions</span>
253
+ <span class="dot"></span>
254
+ <span>0% Completed</span>
255
+ </div>
256
+
257
+ <div class="tabs">
258
+ <div class="tab active">Meditations</div>
259
+ <div class="tab">More on this</div>
260
+ </div>
261
+
262
+ <div class="list">
263
+ <!-- Item 1 -->
264
+ <div class="item">
265
+ <div class="play-circle">
266
+ <svg viewBox="0 0 24 24">
267
+ <polygon points="8,5 20,12 8,19" />
268
+ </svg>
269
+ </div>
270
+ <div class="item-text">
271
+ <div class="item-title">Initial steps</div>
272
+ <div class="meta">
273
+ <svg class="clock" viewBox="0 0 24 24">
274
+ <circle cx="12" cy="12" r="9" stroke="#777" stroke-width="2" fill="none"/>
275
+ <path d="M12 7 L12 12 L16 14" stroke="#777" stroke-width="2" stroke-linecap="round" fill="none"/>
276
+ </svg>
277
+ <span>6 min</span>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Item 2 -->
283
+ <div class="item">
284
+ <div class="play-circle">
285
+ <svg viewBox="0 0 24 24">
286
+ <polygon points="8,5 20,12 8,19" />
287
+ </svg>
288
+ </div>
289
+ <div class="item-text">
290
+ <div class="item-title">Observe your breath</div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Item 3 -->
295
+ <div class="item">
296
+ <div class="play-circle">
297
+ <svg viewBox="0 0 24 24">
298
+ <polygon points="8,5 20,12 8,19" />
299
+ </svg>
300
+ </div>
301
+ <div class="item-text">
302
+ <div class="item-title">Feel</div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Extra space to mimic list -->
307
+ <div class="item">
308
+ <div class="play-circle">
309
+ <svg viewBox="0 0 24 24">
310
+ <polygon points="8,5 20,12 8,19" />
311
+ </svg>
312
+ </div>
313
+ <div class="item-text">
314
+ <div class="item-title">Body scan</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="item">
319
+ <div class="play-circle">
320
+ <svg viewBox="0 0 24 24">
321
+ <polygon points="8,5 20,12 8,19" />
322
+ </svg>
323
+ </div>
324
+ <div class="item-text">
325
+ <div class="item-title">Grounding</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Premium banner overlay -->
332
+ <div class="premium-banner">
333
+ <div class="lock">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M7 10V8a5 5 0 0 1 10 0v2h1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h1zm3-2a3 3 0 0 1 6 0v2H10V8z" fill="#fff"/>
336
+ </svg>
337
+ </div>
338
+ <div>Start your Premium membership with free trial now.</div>
339
+ </div>
340
+
341
+ <!-- Home indicator -->
342
+ <div class="home-indicator"></div>
343
+ </div>
344
+ </body>
345
+ </html>
code/9192/9192_3.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Audio Player UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ }
14
+
15
+ /* Background photo placeholder */
16
+ .bg-photo {
17
+ position: absolute;
18
+ left: 0; top: 0;
19
+ width: 1080px; height: 2400px;
20
+ background: #E0E0E0;
21
+ border: 1px solid #BDBDBD;
22
+ color: #757575;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ font-size: 28px;
27
+ }
28
+ /* soft vignette to mimic app overlay */
29
+ .vignette {
30
+ position: absolute;
31
+ left: 0; top: 0;
32
+ width: 100%; height: 100%;
33
+ background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0.5) 100%);
34
+ pointer-events: none;
35
+ }
36
+
37
+ /* Top bar */
38
+ .close {
39
+ position: absolute;
40
+ left: 40px; top: 40px;
41
+ width: 60px; height: 60px;
42
+ cursor: default;
43
+ }
44
+ .close svg { width: 60px; height: 60px; }
45
+ .title {
46
+ position: absolute;
47
+ top: 360px; left: 0; right: 0;
48
+ text-align: center;
49
+ color: #ffffff;
50
+ font-size: 54px;
51
+ font-weight: 600;
52
+ letter-spacing: 0.5px;
53
+ }
54
+
55
+ /* Player controls */
56
+ .control-center {
57
+ position: absolute;
58
+ top: 980px; left: 50%;
59
+ transform: translateX(-50%);
60
+ width: 300px; height: 300px;
61
+ border-radius: 50%;
62
+ background: rgba(255,255,255,0.18);
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .pause-bars {
66
+ width: 120px; height: 160px; position: relative;
67
+ }
68
+ .pause-bars span {
69
+ position: absolute;
70
+ top: 0; width: 36px; height: 160px; background: #ffffff; border-radius: 18px;
71
+ }
72
+ .pause-bars span:nth-child(1) { left: 18px; }
73
+ .pause-bars span:nth-child(2) { right: 18px; }
74
+
75
+ .skip {
76
+ position: absolute;
77
+ top: 1080px;
78
+ width: 140px; height: 140px;
79
+ border-radius: 50%;
80
+ background: rgba(255,255,255,0.18);
81
+ color: #fff;
82
+ display: flex; align-items: center; justify-content: center;
83
+ font-size: 42px; font-weight: 600;
84
+ }
85
+ .skip.left { left: 220px; }
86
+ .skip.right { right: 220px; }
87
+ .skip .arrow {
88
+ position: absolute;
89
+ right: 18px; bottom: 18px;
90
+ width: 28px; height: 28px;
91
+ }
92
+ .skip .arrow svg { width: 28px; height: 28px; opacity: 0.9; }
93
+
94
+ /* Progress bar */
95
+ .progress-wrap {
96
+ position: absolute;
97
+ left: 60px; right: 60px; bottom: 460px;
98
+ }
99
+ .progress-track {
100
+ width: 100%;
101
+ height: 18px;
102
+ background: rgba(255,255,255,0.25);
103
+ border-radius: 12px;
104
+ }
105
+ .progress-thumb {
106
+ position: absolute;
107
+ left: -6px; top: -16px;
108
+ width: 60px; height: 60px;
109
+ border-radius: 50%;
110
+ background: #ffffff;
111
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
112
+ }
113
+ .time-labels {
114
+ margin-top: 22px;
115
+ display: flex; justify-content: space-between;
116
+ color: #eaeaea; font-size: 42px; letter-spacing: 0.3px;
117
+ }
118
+
119
+ /* Music pill and actions */
120
+ .bottom-area {
121
+ position: absolute;
122
+ left: 0; right: 0; bottom: 250px;
123
+ display: flex; align-items: center; justify-content: space-between;
124
+ padding: 0 60px;
125
+ }
126
+ .pill {
127
+ width: 760px; height: 140px;
128
+ background: #1ea7f7;
129
+ border-radius: 70px;
130
+ display: flex; align-items: center;
131
+ padding: 0 40px;
132
+ color: #ffffff;
133
+ box-shadow: 0 6px 14px rgba(0,0,0,0.25);
134
+ }
135
+ .pill-icon {
136
+ width: 76px; height: 76px; margin-right: 30px;
137
+ }
138
+ .pill-text {
139
+ display: flex; flex-direction: column; line-height: 1.1;
140
+ }
141
+ .pill-text .small { font-size: 36px; opacity: 0.9; }
142
+ .pill-text .large { font-size: 46px; font-weight: 600; }
143
+
144
+ .circle-btn {
145
+ width: 140px; height: 140px; border-radius: 50%;
146
+ background: rgba(255,255,255,0.22);
147
+ display: flex; align-items: center; justify-content: center;
148
+ margin-left: 24px;
149
+ }
150
+ .circle-btn svg { width: 64px; height: 64px; fill: none; stroke: #fff; stroke-width: 4; }
151
+
152
+ /* Home indicator */
153
+ .home-indicator {
154
+ position: absolute;
155
+ left: 50%; transform: translateX(-50%);
156
+ bottom: 60px;
157
+ width: 320px; height: 12px; border-radius: 6px;
158
+ background: #d9d9d9;
159
+ opacity: 0.9;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Background placeholder -->
167
+ <div class="bg-photo">[IMG: Desert dunes with person walking under blue sky]</div>
168
+ <div class="vignette"></div>
169
+
170
+ <!-- Close icon -->
171
+ <div class="close">
172
+ <svg viewBox="0 0 60 60">
173
+ <line x1="12" y1="12" x2="48" y2="48" stroke="#ffffff" stroke-width="6" stroke-linecap="round"/>
174
+ <line x1="48" y1="12" x2="12" y2="48" stroke="#ffffff" stroke-width="6" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+
178
+ <!-- Title -->
179
+ <div class="title">Initial steps</div>
180
+
181
+ <!-- Player controls -->
182
+ <div class="control-center">
183
+ <div class="pause-bars">
184
+ <span></span>
185
+ <span></span>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="skip left">
190
+ 15
191
+ <div class="arrow">
192
+ <svg viewBox="0 0 28 28">
193
+ <path d="M6 10 l8 8 l8 -8" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+ <div class="skip right">
198
+ 15
199
+ <div class="arrow">
200
+ <svg viewBox="0 0 28 28">
201
+ <path d="M6 10 l8 8 l8 -8" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Progress -->
207
+ <div class="progress-wrap">
208
+ <div class="progress-track"></div>
209
+ <div class="progress-thumb"></div>
210
+ <div class="time-labels">
211
+ <div>00:00</div>
212
+ <div>05:45</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Bottom area -->
217
+ <div class="bottom-area">
218
+ <div class="pill">
219
+ <div class="pill-icon">
220
+ <svg viewBox="0 0 100 100">
221
+ <polygon points="12,80 38,40 64,80" fill="none" stroke="#fff" stroke-width="6"/>
222
+ <polygon points="56,80 76,52 88,80" fill="none" stroke="#fff" stroke-width="6"/>
223
+ </svg>
224
+ </div>
225
+ <div class="pill-text">
226
+ <span class="small">Background music</span>
227
+ <span class="large">Crystals</span>
228
+ </div>
229
+ </div>
230
+
231
+ <div style="display:flex; align-items:center;">
232
+ <div class="circle-btn">
233
+ <svg viewBox="0 0 64 64">
234
+ <path d="M32 54s-18-11-18-24a10 10 0 0120 0 10 10 0 0120 0c0 13-22 24-22 24z" stroke="#fff" stroke-width="4" fill="none"/>
235
+ </svg>
236
+ </div>
237
+ <div class="circle-btn">
238
+ <svg viewBox="0 0 64 64">
239
+ <circle cx="16" cy="36" r="6"/>
240
+ <circle cx="32" cy="20" r="6"/>
241
+ <circle cx="48" cy="36" r="6"/>
242
+ <path d="M18 33 L30 23 L46 33" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Home indicator -->
249
+ <div class="home-indicator"></div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/9193/9193_0.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Photo Viewer UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #000000;
19
+ color: #FFFFFF;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 120px;
25
+ background: #0c1f24;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ font-size: 40px;
37
+ font-weight: 600;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .status-right {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 26px;
44
+ }
45
+ .status-icon {
46
+ width: 44px;
47
+ height: 44px;
48
+ opacity: 0.9;
49
+ }
50
+ .battery {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 10px;
54
+ font-size: 28px;
55
+ opacity: 0.9;
56
+ }
57
+
58
+ /* App bar */
59
+ .app-bar {
60
+ height: 120px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ padding: 0 36px;
65
+ box-sizing: border-box;
66
+ background: #000000;
67
+ }
68
+ .app-left, .app-right {
69
+ display: flex;
70
+ align-items: center;
71
+ gap: 28px;
72
+ }
73
+ .app-icon {
74
+ width: 60px;
75
+ height: 60px;
76
+ stroke: #FFFFFF;
77
+ fill: none;
78
+ stroke-width: 4;
79
+ opacity: 0.95;
80
+ }
81
+ .app-icon.fill {
82
+ fill: #FFFFFF;
83
+ stroke: none;
84
+ }
85
+
86
+ /* Content area */
87
+ .content {
88
+ padding: 40px 0;
89
+ box-sizing: border-box;
90
+ }
91
+ .image-box {
92
+ width: 1080px;
93
+ height: 1000px;
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ display: flex;
97
+ justify-content: center;
98
+ align-items: center;
99
+ color: #757575;
100
+ font-size: 34px;
101
+ letter-spacing: 0.3px;
102
+ }
103
+
104
+ /* Spacer to mimic letterboxing above/below the photo */
105
+ .spacer-top {
106
+ height: 140px;
107
+ }
108
+ .spacer-bottom {
109
+ height: 420px;
110
+ }
111
+
112
+ /* Bottom actions */
113
+ .actions {
114
+ position: absolute;
115
+ bottom: 120px;
116
+ left: 0;
117
+ width: 100%;
118
+ height: 240px;
119
+ display: flex;
120
+ align-items: flex-start;
121
+ justify-content: space-around;
122
+ padding-top: 30px;
123
+ box-sizing: border-box;
124
+ background: transparent;
125
+ }
126
+ .action {
127
+ display: flex;
128
+ flex-direction: column;
129
+ align-items: center;
130
+ gap: 18px;
131
+ color: #FFFFFF;
132
+ }
133
+ .action-icon {
134
+ width: 64px;
135
+ height: 64px;
136
+ stroke: #FFFFFF;
137
+ fill: none;
138
+ stroke-width: 4;
139
+ opacity: 0.95;
140
+ }
141
+ .action-label {
142
+ font-size: 30px;
143
+ opacity: 0.95;
144
+ }
145
+
146
+ /* Gesture pill */
147
+ .gesture-pill {
148
+ position: absolute;
149
+ bottom: 36px;
150
+ left: 50%;
151
+ transform: translateX(-50%);
152
+ width: 300px;
153
+ height: 12px;
154
+ background: #FFFFFF;
155
+ border-radius: 8px;
156
+ opacity: 0.9;
157
+ }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Top status bar -->
164
+ <div class="status-bar">
165
+ <div class="status-left">
166
+ <div class="time">11:44</div>
167
+ <!-- Simple small app icons (envelope and cloud) -->
168
+ <svg class="status-icon" viewBox="0 0 48 48">
169
+ <rect x="6" y="10" width="36" height="28" rx="4" ry="4" fill="none" stroke="#fff" stroke-width="3"></rect>
170
+ <path d="M8 12 L24 24 L40 12" fill="none" stroke="#fff" stroke-width="3"></path>
171
+ </svg>
172
+ <svg class="status-icon" viewBox="0 0 48 48">
173
+ <path d="M16 30c-6 0-10-4-10-10s5-10 10-10c3 0 6 1 8 4 1-1 3-2 5-2 5 0 9 4 9 9s-4 9-9 9H16z" fill="none" stroke="#fff" stroke-width="3"></path>
174
+ </svg>
175
+ </div>
176
+ <div class="status-right">
177
+ <!-- WiFi -->
178
+ <svg class="status-icon" viewBox="0 0 48 48">
179
+ <path d="M6 18c9-8 27-8 36 0" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round"></path>
180
+ <path d="M12 24c6-6 18-6 24 0" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round"></path>
181
+ <circle cx="24" cy="30" r="3" fill="#fff"></circle>
182
+ </svg>
183
+ <!-- Cellular -->
184
+ <svg class="status-icon" viewBox="0 0 48 48">
185
+ <rect x="6" y="26" width="6" height="16" fill="#fff"></rect>
186
+ <rect x="16" y="22" width="6" height="20" fill="#fff"></rect>
187
+ <rect x="26" y="18" width="6" height="24" fill="#fff"></rect>
188
+ <rect x="36" y="14" width="6" height="28" fill="#fff"></rect>
189
+ </svg>
190
+ <!-- Battery + percentage -->
191
+ <div class="battery">
192
+ <svg class="status-icon" viewBox="0 0 48 48">
193
+ <rect x="6" y="12" width="32" height="24" rx="4" ry="4" fill="none" stroke="#fff" stroke-width="3"></rect>
194
+ <rect x="40" y="18" width="4" height="12" fill="#fff"></rect>
195
+ <rect x="10" y="16" width="24" height="16" fill="#fff"></rect>
196
+ </svg>
197
+ <span>100%</span>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- App bar -->
203
+ <div class="app-bar">
204
+ <div class="app-left">
205
+ <!-- Back arrow -->
206
+ <svg class="app-icon" viewBox="0 0 48 48">
207
+ <path d="M30 10 L12 24 L30 38" stroke-linecap="round" stroke-linejoin="round"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="app-right">
211
+ <!-- Star outline -->
212
+ <svg class="app-icon" viewBox="0 0 48 48">
213
+ <path d="M24 8 L28 18 L40 18 L30 26 L34 38 L24 31 L14 38 L18 26 L8 18 L20 18 Z" stroke-linejoin="round"></path>
214
+ </svg>
215
+ <!-- More (vertical dots) -->
216
+ <svg class="app-icon fill" viewBox="0 0 48 48">
217
+ <circle cx="24" cy="12" r="4"></circle>
218
+ <circle cx="24" cy="24" r="4"></circle>
219
+ <circle cx="24" cy="36" r="4"></circle>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Main content with letterboxed photo -->
225
+ <div class="content">
226
+ <div class="spacer-top"></div>
227
+ <div class="image-box">[IMG: Historic building with green domes and a bridge]</div>
228
+ <div class="spacer-bottom"></div>
229
+ </div>
230
+
231
+ <!-- Bottom actions -->
232
+ <div class="actions">
233
+ <div class="action">
234
+ <!-- Share -->
235
+ <svg class="action-icon" viewBox="0 0 48 48">
236
+ <path d="M18 30 L32 22 L18 14" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
237
+ <path d="M14 12 H10 a8 8 0 0 0 -8 8 v8 a8 8 0 0 0 8 8 h4" fill="none" stroke-linecap="round"></path>
238
+ </svg>
239
+ <div class="action-label">Share</div>
240
+ </div>
241
+ <div class="action">
242
+ <!-- Auto (magic wand) -->
243
+ <svg class="action-icon" viewBox="0 0 48 48">
244
+ <path d="M12 36 L36 12" stroke-linecap="round"></path>
245
+ <path d="M30 10 L31 6 L32 10 M38 16 L42 17 L38 18 M28 20 L27 24 L26 20 M20 28 L16 29 L20 30" stroke-linecap="round"></path>
246
+ </svg>
247
+ <div class="action-label">Auto</div>
248
+ </div>
249
+ <div class="action">
250
+ <!-- Edit (pencil) -->
251
+ <svg class="action-icon" viewBox="0 0 48 48">
252
+ <path d="M12 36 L12 32 L30 14 L34 18 L16 36 Z" fill="none" stroke-linejoin="round"></path>
253
+ <path d="M28 12 L34 18" stroke-linecap="round"></path>
254
+ </svg>
255
+ <div class="action-label">Edit</div>
256
+ </div>
257
+ <div class="action">
258
+ <!-- Trash -->
259
+ <svg class="action-icon" viewBox="0 0 48 48">
260
+ <path d="M14 16 H34" stroke-linecap="round"></path>
261
+ <rect x="12" y="16" width="24" height="24" rx="3" ry="3" fill="none"></rect>
262
+ <rect x="18" y="20" width="4" height="16"></rect>
263
+ <rect x="26" y="20" width="4" height="16"></rect>
264
+ <path d="M18 12 H30 L28 10 H20 Z" fill="none"></path>
265
+ </svg>
266
+ <div class="action-label">Trash</div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Gesture pill -->
271
+ <div class="gesture-pill"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/9193/9193_1.html ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#2b2b2b; color:#e0e0e0;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; right:0;
18
+ height:96px; display:flex; align-items:center;
19
+ padding:0 36px; font-size:34px; color:#dfe3e6;
20
+ }
21
+ .status-left { flex:1; display:flex; align-items:center; gap:24px; }
22
+ .status-right { display:flex; align-items:center; gap:22px; }
23
+ .status-icon { width:40px; height:40px; }
24
+ .status-text { font-weight:500; }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ position:absolute; top:96px; left:0; right:0;
29
+ padding:48px 48px 28px 48px;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ }
32
+ .app-title {
33
+ display:flex; align-items:center; gap:24px;
34
+ }
35
+ .app-name {
36
+ font-size:60px; color:#cfd8dc; font-weight:500; letter-spacing:0.5px;
37
+ }
38
+ .menu-button {
39
+ width:60px; height:60px; display:flex; align-items:center; justify-content:center;
40
+ }
41
+
42
+ /* Section title */
43
+ .section-title {
44
+ position:absolute; top:240px; left:48px;
45
+ font-size:44px; font-weight:700; color:#e8eaed;
46
+ }
47
+
48
+ /* Thumbnails row */
49
+ .thumb-row {
50
+ position:absolute; top:320px; left:48px; right:48px;
51
+ display:flex; gap:16px;
52
+ }
53
+ .thumb {
54
+ width:246px; height:246px; background:#E0E0E0;
55
+ border:1px solid #BDBDBD; display:flex; justify-content:center; align-items:center;
56
+ color:#757575; font-size:26px; text-align:center; border-radius:6px;
57
+ }
58
+
59
+ /* Bottom navigation */
60
+ .bottom-nav {
61
+ position:absolute; left:0; right:0; bottom:84px;
62
+ height:170px; background:#3a3a3a; display:flex; align-items:center; justify-content:space-around;
63
+ border-top:1px solid rgba(255,255,255,0.06);
64
+ }
65
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:14px; }
66
+ .nav-label { font-size:34px; color:#bfc6cc; }
67
+ .nav-item.active .nav-label { color:#7aa2ff; }
68
+ .nav-icon { width:56px; height:56px; }
69
+
70
+ /* Gesture bar (pill) */
71
+ .gesture-bar {
72
+ position:absolute; left:50%; transform:translateX(-50%);
73
+ bottom:24px; width:220px; height:12px; border-radius:12px; background:#ffffff;
74
+ opacity:0.8;
75
+ }
76
+ </style>
77
+ </head>
78
+ <body>
79
+ <div id="render-target">
80
+
81
+ <!-- Status Bar -->
82
+ <div class="status-bar">
83
+ <div class="status-left">
84
+ <div class="status-text">11:44</div>
85
+ <!-- simple mail icon -->
86
+ <svg class="status-icon" viewBox="0 0 24 24">
87
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#dfe3e6" stroke-width="2"/>
88
+ <path d="M3 7l9 6 9-6" fill="none" stroke="#dfe3e6" stroke-width="2"/>
89
+ </svg>
90
+ <!-- cloud icon -->
91
+ <svg class="status-icon" viewBox="0 0 24 24">
92
+ <path d="M7 17h9a4 4 0 0 0 0-8 5 5 0 0 0-9-1 4 4 0 0 0 0 9z" fill="none" stroke="#dfe3e6" stroke-width="2"/>
93
+ </svg>
94
+ </div>
95
+ <div class="status-right">
96
+ <!-- Wifi -->
97
+ <svg class="status-icon" viewBox="0 0 24 24">
98
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#dfe3e6" stroke-width="2"/>
99
+ <path d="M5 12c3-3 11-3 14 0" fill="none" stroke="#dfe3e6" stroke-width="2"/>
100
+ <path d="M8 16c2-2 6-2 8 0" fill="none" stroke="#dfe3e6" stroke-width="2"/>
101
+ <circle cx="12" cy="19" r="1.8" fill="#dfe3e6"/>
102
+ </svg>
103
+ <!-- Battery -->
104
+ <svg class="status-icon" viewBox="0 0 24 24">
105
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#dfe3e6" stroke-width="2"/>
106
+ <rect x="19" y="10" width="2" height="4" fill="#dfe3e6"/>
107
+ <rect x="5" y="8" width="12" height="8" fill="#dfe3e6"/>
108
+ </svg>
109
+ <div class="status-text">100%</div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- App Bar -->
114
+ <div class="app-bar">
115
+ <div class="app-title">
116
+ <!-- Gallery logo (simple multi-color tile) -->
117
+ <svg width="70" height="70" viewBox="0 0 48 48">
118
+ <rect x="4" y="4" width="40" height="40" rx="8" fill="#1f6feb"/>
119
+ <rect x="4" y="24" width="20" height="20" rx="4" fill="#34a853"/>
120
+ <rect x="24" y="4" width="20" height="20" rx="4" fill="#ea4335"/>
121
+ <rect x="20" y="20" width="8" height="8" fill="#fbbc05"/>
122
+ </svg>
123
+ <div class="app-name">Gallery</div>
124
+ </div>
125
+ <div class="menu-button">
126
+ <!-- vertical dots -->
127
+ <svg width="32" height="32" viewBox="0 0 24 24">
128
+ <circle cx="12" cy="5" r="2" fill="#dfe3e6"/>
129
+ <circle cx="12" cy="12" r="2" fill="#dfe3e6"/>
130
+ <circle cx="12" cy="19" r="2" fill="#dfe3e6"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Section Title -->
136
+ <div class="section-title">September</div>
137
+
138
+ <!-- Thumbn
code/9193/9193_10.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery Selection UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2F2F2F;
14
+ color: #EAEAEA;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 120px;
21
+ background: #1E1E1E;
22
+ color: #FFFFFF;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left { font-size: 40px; font-weight: 600; }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .status-icon { width: 46px; height: 46px; fill: none; stroke: #FFFFFF; stroke-width: 4; }
36
+
37
+ /* Selection header */
38
+ .selection-bar {
39
+ height: 120px;
40
+ background: #24262A;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 36px;
44
+ box-sizing: border-box;
45
+ border-bottom: 1px solid #35383D;
46
+ }
47
+ .close-x {
48
+ font-size: 72px;
49
+ color: #D9D9D9;
50
+ margin-right: 28px;
51
+ line-height: 1;
52
+ }
53
+ .count {
54
+ font-size: 56px;
55
+ color: #D9D9D9;
56
+ }
57
+
58
+ /* Section title */
59
+ .section-title {
60
+ font-size: 42px;
61
+ color: #B5B8BD;
62
+ padding: 30px 36px 18px;
63
+ }
64
+
65
+ /* Thumbnails row */
66
+ .thumb-row {
67
+ display: flex;
68
+ gap: 28px;
69
+ padding: 0 36px;
70
+ }
71
+ .tile {
72
+ position: relative;
73
+ width: 230px;
74
+ height: 230px;
75
+ background: #3A4354;
76
+ border-radius: 8px;
77
+ box-sizing: border-box;
78
+ padding: 10px;
79
+ }
80
+ .img-placeholder {
81
+ width: 100%;
82
+ height: 100%;
83
+ background: #E0E0E0;
84
+ border: 1px solid #BDBDBD;
85
+ display: flex;
86
+ justify-content: center;
87
+ align-items: center;
88
+ color: #757575;
89
+ font-size: 24px;
90
+ text-align: center;
91
+ border-radius: 4px;
92
+ }
93
+ .check {
94
+ position: absolute;
95
+ top: -12px;
96
+ left: -12px;
97
+ width: 64px;
98
+ height: 64px;
99
+ background: #8FA9FF;
100
+ border: 4px solid #6F88CC;
101
+ border-radius: 50%;
102
+ display: flex;
103
+ justify-content: center;
104
+ align-items: center;
105
+ box-shadow: 0 2px 4px rgba(0,0,0,0.35);
106
+ }
107
+ .check svg { width: 38px; height: 38px; }
108
+
109
+ /* Spacer content area */
110
+ .content-spacer {
111
+ height: 1400px;
112
+ }
113
+
114
+ /* Bottom action bar */
115
+ .actionbar {
116
+ position: absolute;
117
+ bottom: 96px;
118
+ left: 0;
119
+ right: 0;
120
+ height: 200px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: space-between;
124
+ padding: 0 36px;
125
+ box-sizing: border-box;
126
+ background: rgba(47,47,47,0.98);
127
+ }
128
+ .btn {
129
+ height: 120px;
130
+ width: 468px;
131
+ border-radius: 22px;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ gap: 18px;
136
+ font-size: 40px;
137
+ font-weight: 600;
138
+ box-sizing: border-box;
139
+ }
140
+ .btn-outline {
141
+ border: 3px solid #98B5FF;
142
+ color: #98B5FF;
143
+ background: transparent;
144
+ }
145
+ .btn-solid {
146
+ background: #98B5FF;
147
+ color: #1D2433;
148
+ }
149
+ .btn svg { width: 54px; height: 54px; }
150
+
151
+ /* Gesture bar */
152
+ .gesture-bar {
153
+ position: absolute;
154
+ bottom: 24px;
155
+ left: 50%;
156
+ transform: translateX(-50%);
157
+ width: 220px;
158
+ height: 16px;
159
+ background: #EDEDED;
160
+ border-radius: 10px;
161
+ opacity: 0.85;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Top status bar -->
169
+ <div class="statusbar">
170
+ <div class="status-left">11:52</div>
171
+ <div class="status-right">
172
+ <!-- Simple cloud/mail indicator -->
173
+ <svg class="status-icon" viewBox="0 0 24 24">
174
+ <path d="M7 10a5 5 0 0 1 9.6-1.7A4 4 0 1 1 18 18H7a4 4 0 0 1 0-8z"/>
175
+ </svg>
176
+ <!-- Wi-Fi -->
177
+ <svg class="status-icon" viewBox="0 0 24 24">
178
+ <path d="M2 8c5-5 15-5 20 0M5 11c3.5-3.5 10.5-3.5 14 0M8 14c2-2 6-2 8 0M12 18l2 2-2 2-2-2 2-2z" stroke-linecap="round" stroke-linejoin="round"></path>
179
+ </svg>
180
+ <!-- Battery -->
181
+ <svg class="status-icon" viewBox="0 0 24 24">
182
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="3"/>
183
+ <rect x="4" y="8" width="14" height="8" fill="#FFFFFF"/>
184
+ <rect x="20" y="9" width="2" height="6" fill="#FFFFFF"/>
185
+ </svg>
186
+ <div style="font-size:34px; color:#FFFFFF;">100%</div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Selection header -->
191
+ <div class="selection-bar">
192
+ <div class="close-x">×</div>
193
+ <div class="count">4</div>
194
+ </div>
195
+
196
+ <!-- Section -->
197
+ <div class="section-title">September</div>
198
+
199
+ <!-- Thumbnails -->
200
+ <div class="thumb-row">
201
+ <div class="tile">
202
+ <div class="check">
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M4 12l5 5 11-11" stroke="#1E2A44" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
205
+ </svg>
206
+ </div>
207
+ <div class="img-placeholder">[IMG: Ornate hall chandelier]</div>
208
+ </div>
209
+ <div class="tile">
210
+ <div class="check">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M4 12l5 5 11-11" stroke="#1E2A44" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="img-placeholder">[IMG: Castle]</div>
216
+ </div>
217
+ <div class="tile">
218
+ <div class="check">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M4 12l5 5 11-11" stroke="#1E2A44" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="img-placeholder">[IMG: Observatory building]</div>
224
+ </div>
225
+ <div class="tile">
226
+ <div class="check">
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M4 12l5 5 11-11" stroke="#1E2A44" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
229
+ </svg>
230
+ </div>
231
+ <div class="img-placeholder">[IMG: Riverside architecture]</div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="content-spacer"></div>
236
+
237
+ <!-- Bottom actions -->
238
+ <div class="actionbar">
239
+ <button class="btn btn-outline">
240
+ <svg viewBox="0 0 24 24">
241
+ <rect x="7" y="7" width="12" height="12" rx="2" ry="2" fill="none" stroke="#98B5FF" stroke-width="2.5"/>
242
+ <rect x="3" y="3" width="12" height="12" rx="2" ry="2" fill="none" stroke="#98B5FF" stroke-width="2.5"/>
243
+ </svg>
244
+ <span>Copy</span>
245
+ </button>
246
+
247
+ <button class="btn btn-solid">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M3 8h7l2-2h7a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8z" fill="#1D2433"/>
250
+ <path d="M12 11l5 5M17 16h-6M17 16V10" stroke="#98B5FF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
251
+ </svg>
252
+ <span>Move</span>
253
+ </button>
254
+ </div>
255
+
256
+ <!-- Gesture bar -->
257
+ <div class="gesture-bar"></div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/9193/9193_11.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Album Screen 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: #2B2B2B;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ background: #1F1F1F;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ font-size: 38px;
37
+ letter-spacing: 0.5px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ font-size: 32px;
44
+ }
45
+ .sb-icon svg { display: block; }
46
+
47
+ /* App bar / header */
48
+ .app-bar {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 0;
52
+ width: 100%;
53
+ height: 240px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 36px;
57
+ box-sizing: border-box;
58
+ }
59
+ .back-btn {
60
+ width: 96px;
61
+ height: 96px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ margin-right: 16px;
66
+ }
67
+ .title-wrap {
68
+ display: flex;
69
+ flex-direction: column;
70
+ justify-content: center;
71
+ }
72
+ .album-title {
73
+ font-size: 64px;
74
+ font-weight: 500;
75
+ line-height: 1.2;
76
+ }
77
+ .album-sub {
78
+ font-size: 32px;
79
+ color: #BDBDBD;
80
+ margin-top: 12px;
81
+ }
82
+ .more-btn {
83
+ position: absolute;
84
+ right: 30px;
85
+ top: 160px;
86
+ width: 72px;
87
+ height: 72px;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+
93
+ /* Section label */
94
+ .section-label {
95
+ position: absolute;
96
+ top: 360px;
97
+ left: 36px;
98
+ font-size: 44px;
99
+ font-weight: 600;
100
+ }
101
+
102
+ /* Grid of images */
103
+ .grid {
104
+ position: absolute;
105
+ top: 430px;
106
+ left: 24px;
107
+ width: 1032px; /* 1080 - 48 padding */
108
+ display: grid;
109
+ grid-template-columns: repeat(4, 1fr);
110
+ grid-gap: 18px;
111
+ }
112
+ .thumb {
113
+ height: 250px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ color: #757575;
120
+ font-size: 28px;
121
+ text-align: center;
122
+ border-radius: 6px;
123
+ overflow: hidden;
124
+ }
125
+
126
+ /* Bottom gesture area */
127
+ .nav-bottom {
128
+ position: absolute;
129
+ bottom: 0;
130
+ left: 0;
131
+ width: 100%;
132
+ height: 140px;
133
+ background: #000000;
134
+ }
135
+ .gesture-pill {
136
+ position: absolute;
137
+ bottom: 40px;
138
+ left: 50%;
139
+ transform: translateX(-50%);
140
+ width: 200px;
141
+ height: 16px;
142
+ background: #EDEDED;
143
+ border-radius: 10px;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status Bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">
153
+ <div>11:54</div>
154
+ <div class="sb-icon">
155
+ <!-- Cellular bars -->
156
+ <svg width="44" height="44" viewBox="0 0 24 24">
157
+ <rect x="3" y="14" width="3" height="7" fill="#FFFFFF"/>
158
+ <rect x="8" y="11" width="3" height="10" fill="#FFFFFF" opacity="0.9"/>
159
+ <rect x="13" y="8" width="3" height="13" fill="#FFFFFF" opacity="0.8"/>
160
+ <rect x="18" y="5" width="3" height="16" fill="#FFFFFF" opacity="0.7"/>
161
+ </svg>
162
+ </div>
163
+ <div class="sb-icon">
164
+ <!-- Cloud icon -->
165
+ <svg width="44" height="44" viewBox="0 0 24 24">
166
+ <path d="M8 17h8a4 4 0 0 0 0-8c-.3-2.5-2.2-4.5-5-4.5-2.8 0-4.9 2-5.2 4.5A4 4 0 0 0 8 17z" fill="#FFFFFF"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ <div class="status-right">
171
+ <div class="sb-icon">
172
+ <!-- Wi-Fi -->
173
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
174
+ <path d="M2 8c5.5-5.3 14.5-5.3 20 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
175
+ <path d="M5 11c4-4 10-4 14 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
176
+ <path d="M8 14c2.5-2.3 5.5-2.3 8 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
177
+ <circle cx="12" cy="18" r="2" fill="#FFFFFF"/>
178
+ </svg>
179
+ </div>
180
+ <div class="sb-icon">
181
+ <!-- Battery -->
182
+ <svg width="60" height="44" viewBox="0 0 30 18" fill="none">
183
+ <rect x="1" y="3" width="24" height="12" rx="2" stroke="#FFFFFF" stroke-width="2"/>
184
+ <rect x="3" y="5" width="20" height="8" rx="1" fill="#FFFFFF"/>
185
+ <rect x="25" y="6" width="3" height="6" rx="1" fill="#FFFFFF"/>
186
+ </svg>
187
+ </div>
188
+ <div>100%</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- App Bar / Header -->
193
+ <div class="app-bar">
194
+ <div class="back-btn">
195
+ <!-- Back Arrow -->
196
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
197
+ <path d="M15 6l-6 6 6 6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
198
+ </svg>
199
+ </div>
200
+ <div class="title-wrap">
201
+ <div class="album-title">My Favorite Trip</div>
202
+ <div class="album-sub">4 items · 19 MB</div>
203
+ </div>
204
+ <div class="more-btn">
205
+ <!-- More vertical (three dots) -->
206
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#FFFFFF">
207
+ <circle cx="12" cy="5" r="2"></circle>
208
+ <circle cx="12" cy="12" r="2"></circle>
209
+ <circle cx="12" cy="19" r="2"></circle>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Section -->
215
+ <div class="section-label">September</div>
216
+
217
+ <!-- Thumbnails Grid -->
218
+ <div class="grid">
219
+ <div class="thumb">[IMG: Ornate Palace Interior]</div>
220
+ <div class="thumb">[IMG: Castle on Hill]</div>
221
+ <div class="thumb">[IMG: Observatory Building]</div>
222
+ <div class="thumb">[IMG: Riverside Building]</div>
223
+ </div>
224
+
225
+ <!-- Bottom gesture area -->
226
+ <div class="nav-bottom">
227
+ <div class="gesture-pill"></div>
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/9193/9193_2.html ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #2b2b2f; /* dark theme surface */
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 96px;
20
+ padding: 0 36px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ color: #e9e9e9; font-size: 40px; letter-spacing: 0.5px;
23
+ }
24
+ .sb-left { display: flex; align-items: center; gap: 24px; }
25
+ .sb-right { display: flex; align-items: center; gap: 22px; }
26
+ .icon { width: 40px; height: 40px; display: inline-block; }
27
+ .icon svg { width: 100%; height: 100%; fill: #e9e9e9; }
28
+
29
+ /* Header */
30
+ .header {
31
+ position: absolute; top: 160px; left: 64px; right: 64px;
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ }
34
+ .title-wrap {
35
+ display: flex; align-items: center; gap: 24px;
36
+ }
37
+ .photos-logo {
38
+ width: 72px; height: 72px; border-radius: 10px; overflow: hidden;
39
+ display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
40
+ }
41
+ .photos-logo div:nth-child(1){ background:#e53935; }
42
+ .photos-logo div:nth-child(2){ background:#fb8c00; }
43
+ .photos-logo div:nth-child(3){ background:#43a047; }
44
+ .photos-logo div:nth-child(4){ background:#1e88e5; }
45
+ .title {
46
+ font-size: 64px; color: #cfd8dc; font-weight: 500;
47
+ }
48
+ .kebab {
49
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .kebab svg { fill: #b0bec5; }
52
+
53
+ .sort-label {
54
+ position: absolute; top: 260px; right: 64px;
55
+ color: #7aa2ff; font-size: 40px; display: flex; align-items: center; gap: 14px;
56
+ }
57
+ .sort-label svg { width: 32px; height: 32px; fill: #7aa2ff; }
58
+
59
+ /* Folder Card */
60
+ .folder-card {
61
+ position: absolute; top: 420px; left: 64px;
62
+ width: 700px;
63
+ }
64
+ .thumb {
65
+ width: 700px; height: 520px;
66
+ background: #E0E0E0; border: 1px solid #BDBDBD;
67
+ border-radius: 36px;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 32px; text-align: center; padding: 18px;
70
+ }
71
+ .folder-title {
72
+ margin-top: 36px; font-size: 48px; color: #e0e0e0;
73
+ }
74
+ .folder-meta {
75
+ margin-top: 8px; font-size: 36px; color: #9aa0a6;
76
+ }
77
+
78
+ /* Bottom navigation */
79
+ .bottom-nav {
80
+ position: absolute; bottom: 110px; left: 0; right: 0;
81
+ height: 160px; background: #343436;
82
+ display: flex; align-items: center; justify-content: space-around;
83
+ border-top: 1px solid #3f3f43;
84
+ }
85
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; }
86
+ .nav-item .label { font-size: 34px; color: #b0bec5; }
87
+ .nav-item.active .label { color: #7aa2ff; }
88
+ .nav-icon { width: 60px; height: 60px; }
89
+ .nav-item.active .nav-icon svg { fill: #7aa2ff; }
90
+ .nav-item .nav-icon svg { fill: #b0bec5; }
91
+
92
+ /* Gesture pill */
93
+ .gesture-pill {
94
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
95
+ width: 220px; height: 14px; background: #d0d2d4; border-radius: 8px;
96
+ opacity: 0.9;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status Bar -->
104
+ <div class="status-bar">
105
+ <div class="sb-left">
106
+ <div>11:45</div>
107
+ <!-- Mail icon -->
108
+ <span class="icon">
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M2 5h20v14H2V5zm2 2v10h16V7l-8 5-8-5z"></path>
111
+ </svg>
112
+ </span>
113
+ <!-- Cloud icon -->
114
+ <span class="icon">
115
+ <svg viewBox="0 0 24 24">
116
+ <path d="M7 18h9a4 4 0 0 0 0-8h-.4A6 6 0 0 0 5 11a4 4 0 0 0 2 7z"></path>
117
+ </svg>
118
+ </span>
119
+ </div>
120
+ <div class="sb-right">
121
+ <!-- Wi-Fi -->
122
+ <span class="icon">
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M2 8a14 14 0 0 1 20 0l-1.6 1.6A11 11 0 0 0 4 9.6L2 8zm3.6 3.6A8 8 0 0 1 18.4 12l-1.6 1.6a6 6 0 0 0-9.6 0L5.6 11.6zm4.2 4.2L12 18l2.2-2.2a3 3 0 0 0-4.4 0z"></path>
125
+ </svg>
126
+ </span>
127
+ <!-- Battery -->
128
+ <span class="icon" style="width:48px;">
129
+ <svg viewBox="0 0 28 24">
130
+ <rect x="1" y="6" width="22" height="12" rx="2"></rect>
131
+ <rect x="24" y="9" width="3" height="6" rx="1"></rect>
132
+ <rect x="3" y="8" width="18" height="8" fill="#e9e9e9"></rect>
133
+ </svg>
134
+ </span>
135
+ <div>100%</div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Header -->
140
+ <div class="header">
141
+ <div class="title-wrap">
142
+ <div class="photos-logo">
143
+ <div></div><div></div><div></div><div></div>
144
+ </div>
145
+ <div class="title">Gallery</div>
146
+ </div>
147
+ <div class="kebab">
148
+ <svg viewBox="0 0 24 24">
149
+ <circle cx="12" cy="5" r="2"></circle>
150
+ <circle cx="12" cy="12" r="2"></circle>
151
+ <circle cx="12" cy="19" r="2"></circle>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Sort label -->
157
+ <div class="sort-label">
158
+ <span>Recent</span>
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M8 17V7h2v10H8zm6 0V7h2v10h-2z"></path>
161
+ </svg>
162
+ </div>
163
+
164
+ <!-- Folder card -->
165
+ <div class="folder-card">
166
+ <div class="thumb">[IMG: Ornate palace hall thumbnail]</div>
167
+ <div class="folder-title">Camera</div>
168
+ <div class="folder-meta">4 items · 19 MB</div>
169
+ </div>
170
+
171
+ <!-- Bottom navigation -->
172
+ <div class="bottom-nav">
173
+ <div class="nav-item">
174
+ <div class="nav-icon">
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M3 5h18v14H3V5zm2 2v10h14V7H5zm3 8l3-4 4 5H8z"></path>
177
+ </svg>
178
+ </div>
179
+ <div class="label">Photos</div>
180
+ </div>
181
+ <div class="nav-item active">
182
+ <div class="nav-icon">
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M3 6h8l1.5 2H21v12H3V6z"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="label">Folders</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Gesture pill -->
192
+ <div class="gesture-pill"></div>
193
+
194
+ </div>
195
+ </body>
196
+ </html>
code/9193/9193_3.html ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #2c2c2c;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 120px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; color: #fff; font-size: 36px;
19
+ }
20
+ .status-left, .status-right { display: flex; align-items: center; gap: 26px; }
21
+ .status-icon { width: 40px; height: 40px; }
22
+ .battery { display: flex; align-items: center; gap: 12px; font-size: 32px; color: #fff; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 140px; left: 60px; right: 60px;
27
+ display: flex; align-items: center; gap: 24px; color: #f1f1f1;
28
+ }
29
+ .g-icon { width: 60px; height: 60px; border-radius: 12px; overflow: hidden; }
30
+ .title { font-size: 72px; font-weight: 600; letter-spacing: 0.3px; }
31
+
32
+ /* Content */
33
+ .content { position: absolute; top: 300px; left: 60px; right: 60px; }
34
+ .folder-card {
35
+ width: 560px;
36
+ }
37
+ .thumb {
38
+ width: 560px; height: 420px;
39
+ background: #E0E0E0;
40
+ border: 1px solid #BDBDBD;
41
+ color: #757575;
42
+ display: flex; align-items: center; justify-content: center;
43
+ border-radius: 28px;
44
+ overflow: hidden;
45
+ box-shadow: 0 8px 16px rgba(0,0,0,0.35);
46
+ font-size: 32px;
47
+ }
48
+ .folder-name { margin-top: 20px; font-size: 52px; color: #ffffff; }
49
+ .folder-meta { margin-top: 10px; font-size: 34px; color: #aaaaaa; }
50
+
51
+ /* Popover menu */
52
+ .menu-pop {
53
+ position: absolute; top: 220px; right: 80px;
54
+ width: 420px; background: #3a3a3a; color: #fff;
55
+ border-radius: 24px;
56
+ box-shadow: 0 16px 40px rgba(0,0,0,0.5);
57
+ padding: 20px 0;
58
+ }
59
+ .menu-item {
60
+ padding: 28px 32px;
61
+ font-size: 44px; color: #e9e9e9;
62
+ }
63
+ .menu-item + .menu-item { margin-top: 8px; }
64
+
65
+ /* Bottom navigation */
66
+ .bottom-nav {
67
+ position: absolute; left: 0; right: 0; bottom: 96px;
68
+ height: 200px; background: #343434; border-top: 1px solid #2b2b2b;
69
+ display: flex; align-items: center; justify-content: space-around;
70
+ }
71
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 18px; }
72
+ .nav-icon { width: 56px; height: 56px; }
73
+ .nav-label { font-size: 38px; color: #bdbdbd; }
74
+ .active .nav-label { color: #77a6ff; }
75
+ .active .nav-icon path, .active .nav-icon rect, .active .nav-icon polygon, .active .nav-icon circle { fill: #77a6ff; stroke: #77a6ff; }
76
+
77
+ /* Gesture bar */
78
+ .gesture {
79
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
80
+ width: 240px; height: 10px; border-radius: 10px; background: #e6e6e6; opacity: 0.9;
81
+ }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Status bar -->
88
+ <div class="status-bar">
89
+ <div class="status-left">
90
+ <div>11:45</div>
91
+ <!-- Mail icon -->
92
+ <svg class="status-icon" viewBox="0 0 24 24">
93
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
94
+ <path d="M3 7l9 6 9-6" fill="none" stroke="#fff" stroke-width="2"/>
95
+ </svg>
96
+ <!-- Cloud icon -->
97
+ <svg class="status-icon" viewBox="0 0 24 24">
98
+ <path d="M8 18h8a4 4 0 0 0 0-8 5 5 0 0 0-9-2A4 4 0 0 0 8 18z" fill="#fff"/>
99
+ </svg>
100
+ </div>
101
+ <div class="status-right">
102
+ <!-- Wi-Fi icon -->
103
+ <svg class="status-icon" viewBox="0 0 24 24">
104
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
105
+ <path d="M5 12c3-3 11-3 14 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
106
+ <path d="M8 16c2-2 6-2 8 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
107
+ <circle cx="12" cy="19" r="1.8" fill="#fff"/>
108
+ </svg>
109
+ <!-- Signal icon (simple dot) -->
110
+ <svg class="status-icon" viewBox="0 0 24 24">
111
+ <circle cx="12" cy="12" r="6" fill="none" stroke="#fff" stroke-width="2"/>
112
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
113
+ </svg>
114
+ <!-- Battery with percentage -->
115
+ <div class="battery">
116
+ <svg class="status-icon" viewBox="0 0 26 24">
117
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
118
+ <rect x="4" y="8" width="12" height="8" fill="#fff"/>
119
+ <rect x="20" y="10" width="4" height="4" rx="1" fill="#fff"/>
120
+ </svg>
121
+ <span>100%</span>
122
+ </div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Header with small Google-style icon and title -->
127
+ <div class="header">
128
+ <svg class="g-icon" viewBox="0 0 64 64">
129
+ <rect x="0" y="0" width="32" height="32" fill="#ea4335"/>
130
+ <rect x="32" y="0" width="32" height="32" fill="#4285f4"/>
131
+ <rect x="0" y="32" width="32" height="32" fill="#fbbc05"/>
132
+ <rect x="32" y="32" width="32" height="32" fill="#34a853"/>
133
+ </svg>
134
+ <div class="title">Gallery</div>
135
+ </div>
136
+
137
+ <!-- Main content -->
138
+ <div class="content">
139
+ <div class="folder-card">
140
+ <div class="thumb">[IMG: Ornate Hall Interior]</div>
141
+ <div class="folder-name">Camera</div>
142
+ <div class="folder-meta">4 items · 19 MB</div>
143
+ </div>
144
+
145
+ <!-- Popover menu -->
146
+ <div class="menu-pop">
147
+ <div class="menu-item">New Folder</div>
148
+ <div class="menu-item">Settings</div>
149
+ <div class="menu-item">Trash</div>
150
+ <div class="menu-item">Favourites</div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Bottom navigation -->
155
+ <div class="bottom-nav">
156
+ <div class="nav-item">
157
+ <svg class="nav-icon" viewBox="0 0 24 24">
158
+ <rect x="3" y="3" width="18" height="14" rx="2" ry="2" fill="#bdbdbd"/>
159
+ <polygon points="6,14 10,10 12,12 15,9 18,14" fill="#8d8d8d"/>
160
+ </svg>
161
+ <div class="nav-label">Photos</div>
162
+ </div>
163
+ <div class="nav-item active">
164
+ <svg class="nav-icon" viewBox="0 0 24 24">
165
+ <path d="M3 7h9l2 3h7v11H3z" fill="#77a6ff"/>
166
+ </svg>
167
+ <div class="nav-label">Folders</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Gesture bar -->
172
+ <div class="gesture"></div>
173
+ </div>
174
+ </body>
175
+ </html>
code/9193/9193_4.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>New Folder UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #E0E0E0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ padding: 0 32px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #FAFAFA;
31
+ font-weight: 600;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 20px;
37
+ font-size: 42px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 22px;
43
+ font-size: 36px;
44
+ }
45
+ .icon {
46
+ width: 44px;
47
+ height: 44px;
48
+ display: inline-flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ }
52
+ .icon svg { width: 100%; height: 100%; fill: #FAFAFA; }
53
+
54
+ /* Header */
55
+ .header {
56
+ position: absolute;
57
+ top: 140px;
58
+ left: 24px;
59
+ right: 24px;
60
+ height: 120px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 24px;
64
+ color: #FFFFFF;
65
+ }
66
+ .back-btn {
67
+ width: 72px;
68
+ height: 72px;
69
+ border-radius: 36px;
70
+ display: inline-flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .header-title {
75
+ font-size: 64px;
76
+ font-weight: 600;
77
+ letter-spacing: 0.5px;
78
+ }
79
+
80
+ /* Form area */
81
+ .form-section {
82
+ position: absolute;
83
+ top: 320px;
84
+ left: 48px;
85
+ right: 48px;
86
+ }
87
+ .input-label {
88
+ color: #89B4FF;
89
+ font-size: 36px;
90
+ margin-bottom: 16px;
91
+ }
92
+ .input-box {
93
+ height: 160px;
94
+ border: 3px solid #6EA2FF;
95
+ border-radius: 18px;
96
+ box-sizing: border-box;
97
+ padding: 40px 28px;
98
+ font-size: 46px;
99
+ color: #FFFFFF;
100
+ background: #141414;
101
+ }
102
+
103
+ /* Action buttons */
104
+ .actions {
105
+ position: absolute;
106
+ top: 580px;
107
+ left: 48px;
108
+ right: 48px;
109
+ display: flex;
110
+ gap: 28px;
111
+ }
112
+ .btn {
113
+ height: 120px;
114
+ border-radius: 20px;
115
+ padding: 0 48px;
116
+ font-size: 44px;
117
+ display: inline-flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ gap: 20px;
121
+ box-sizing: border-box;
122
+ }
123
+ .btn-outline {
124
+ border: 2px solid #6EA2FF;
125
+ color: #B0C7FF;
126
+ background: transparent;
127
+ }
128
+ .btn-disabled {
129
+ border: 2px solid #404040;
130
+ background: #2A2A2A;
131
+ color: #888888;
132
+ }
133
+ .btn svg { fill: currentColor; width: 48px; height: 48px; }
134
+
135
+ /* Keyboard mock */
136
+ .keyboard {
137
+ position: absolute;
138
+ bottom: 140px;
139
+ left: 0;
140
+ width: 1080px;
141
+ height: 900px;
142
+ background: #1C1C1C;
143
+ box-sizing: border-box;
144
+ padding: 24px 24px 32px;
145
+ }
146
+ .kbd-toolbar {
147
+ height: 96px;
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 30px;
151
+ margin-bottom: 20px;
152
+ }
153
+ .kbd-tool {
154
+ width: 80px;
155
+ height: 80px;
156
+ border-radius: 18px;
157
+ background: #242424;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ color: #9E9E9E;
162
+ border: 1px solid #2E2E2E;
163
+ font-size: 28px;
164
+ }
165
+ .key-row {
166
+ display: flex;
167
+ gap: 18px;
168
+ margin-bottom: 18px;
169
+ justify-content: center;
170
+ }
171
+ .key {
172
+ height: 120px;
173
+ min-width: 86px;
174
+ border-radius: 18px;
175
+ background: #262626;
176
+ border: 1px solid #2F2F2F;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ color: #D0D0D0;
181
+ font-size: 42px;
182
+ }
183
+ .key-wide { min-width: 220px; }
184
+ .key-space { min-width: 460px; }
185
+ .key-enter {
186
+ background: #4EE2AF;
187
+ color: #0A2720;
188
+ font-weight: 700;
189
+ }
190
+ .key-accent { background: #3A3A3A; color: #BDBDBD; }
191
+ .key-round { border-radius: 30px; }
192
+
193
+ /* Home indicator */
194
+ .home-indicator {
195
+ position: absolute;
196
+ bottom: 52px;
197
+ left: 50%;
198
+ transform: translateX(-50%);
199
+ width: 220px;
200
+ height: 12px;
201
+ background: #EDEDED;
202
+ border-radius: 6px;
203
+ opacity: 0.9;
204
+ }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+
210
+ <!-- Status Bar -->
211
+ <div class="status-bar">
212
+ <div class="status-left">
213
+ <span>11:46</span>
214
+ <span class="icon" aria-hidden="true">
215
+ <!-- Cloud icon -->
216
+ <svg viewBox="0 0 24 24"><path d="M6 18h10a4 4 0 0 0 0-8h-.3A6.5 6.5 0 0 0 6 6.5C3.8 6.5 2 8.3 2 10.5S3.8 14.5 6 14.5H6"/></svg>
217
+ </span>
218
+ </div>
219
+ <div class="status-right">
220
+ <span class="icon" aria-hidden="true">
221
+ <!-- WiFi icon -->
222
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z"/><path d="M2 9c5.5-4.7 14.5-4.7 20 0l-2 2c-4.7-4-11.3-4-16 0L2 9z"/><path d="M6 13c3.5-3 8.5-3 12 0l-2 2c-2.7-2.3-7.3-2.3-10 0L6 13z"/></svg>
223
+ </span>
224
+ <span class="icon" aria-hidden="true">
225
+ <!-- Battery icon -->
226
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"></rect><rect x="20" y="10" width="2" height="4" rx="1"></rect></svg>
227
+ </span>
228
+ <span>100%</span>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Header -->
233
+ <div class="header">
234
+ <div class="back-btn">
235
+ <svg viewBox="0 0 24 24"><path d="M14 5L7 12l7 7" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 12h12" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"></path></svg>
236
+ </div>
237
+ <div class="header-title">New folder</div>
238
+ </div>
239
+
240
+ <!-- Form Section -->
241
+ <div class="form-section">
242
+ <div class="input-label">Folder name</div>
243
+ <div class="input-box"></div>
244
+ </div>
245
+
246
+ <!-- Actions -->
247
+ <div class="actions">
248
+ <div class="btn btn-outline">
249
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"></path></svg>
250
+ <span>Cancel</span>
251
+ </div>
252
+ <div class="btn btn-disabled">
253
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"></path></svg>
254
+ <span>Create</span>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Keyboard mock -->
259
+ <div class="keyboard">
260
+ <div class="kbd-toolbar">
261
+ <div class="kbd-tool">⌨</div>
262
+ <div class="kbd-tool">🙂</div>
263
+ <div class="kbd-tool">GIF</div>
264
+ <div class="kbd-tool">⚙</div>
265
+ <div class="kbd-tool">G</div>
266
+ <div class="kbd-tool">🎨</div>
267
+ <div class="kbd-tool">🎤</div>
268
+ </div>
269
+ <div class="key-row">
270
+ <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>
271
+ </div>
272
+ <div class="key-row">
273
+ <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>
274
+ </div>
275
+ <div class="key-row">
276
+ <div class="key key-wide key-accent">⇧</div>
277
+ <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>
278
+ <div class="key key-wide key-accent">⌫</div>
279
+ </div>
280
+ <div class="key-row">
281
+ <div class="key key-wide key-round">?123</div>
282
+ <div class="key key-wide">,</div>
283
+ <div class="key key-wide">🙂</div>
284
+ <div class="key key-space"></div>
285
+ <div class="key key-wide">.</div>
286
+ <div class="key key-wide key-enter">↵</div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="home-indicator"></div>
291
+ </div>
292
+ </body>
293
+ </html>
code/9193/9193_5.html ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>New Folder UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ font-size: 34px;
30
+ box-sizing: border-box;
31
+ color: #FFFFFF;
32
+ }
33
+ .status-left, .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .icon {
39
+ width: 44px;
40
+ height: 44px;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .icon svg { width: 100%; height: 100%; }
46
+
47
+ /* Header */
48
+ .header {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 0;
52
+ width: 100%;
53
+ height: 120px;
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 24px;
57
+ padding: 0 32px;
58
+ box-sizing: border-box;
59
+ }
60
+ .back-btn {
61
+ width: 72px;
62
+ height: 72px;
63
+ display: inline-flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .header-title {
68
+ font-size: 56px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.2px;
71
+ }
72
+
73
+ /* Input area */
74
+ .form-area {
75
+ position: absolute;
76
+ top: 320px;
77
+ left: 64px;
78
+ width: 952px;
79
+ }
80
+ .label {
81
+ font-size: 32px;
82
+ color: #91ACFF;
83
+ margin-bottom: 18px;
84
+ }
85
+ .text-field {
86
+ width: 952px;
87
+ height: 120px;
88
+ border: 3px solid #82A5FF;
89
+ border-radius: 16px;
90
+ box-sizing: border-box;
91
+ padding: 26px 28px;
92
+ font-size: 42px;
93
+ color: #FFFFFF;
94
+ background: #151515;
95
+ }
96
+
97
+ /* Buttons */
98
+ .actions {
99
+ position: absolute;
100
+ top: 500px;
101
+ left: 64px;
102
+ width: 952px;
103
+ display: flex;
104
+ gap: 28px;
105
+ }
106
+ .btn {
107
+ height: 120px;
108
+ border-radius: 18px;
109
+ font-size: 40px;
110
+ display: inline-flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ gap: 20px;
114
+ padding: 0 36px;
115
+ box-sizing: border-box;
116
+ cursor: default;
117
+ }
118
+ .btn-outline {
119
+ border: 3px solid #8FB3FF;
120
+ color: #8FB3FF;
121
+ background: #1B1B1B;
122
+ flex: 0 0 360px;
123
+ }
124
+ .btn-solid {
125
+ background: #8FB3FF;
126
+ color: #0E1A33;
127
+ flex: 0 0 420px;
128
+ }
129
+ .btn svg { width: 48px; height: 48px; }
130
+
131
+ /* Big empty middle area for spacing */
132
+ .spacer {
133
+ position: absolute;
134
+ top: 660px;
135
+ left: 0;
136
+ right: 0;
137
+ bottom: 980px; /* reserved space above keyboard */
138
+ }
139
+
140
+ /* Keyboard */
141
+ .keyboard {
142
+ position: absolute;
143
+ left: 0;
144
+ bottom: 0;
145
+ width: 100%;
146
+ height: 980px;
147
+ background: #0F1316;
148
+ border-top: 1px solid #222831;
149
+ box-sizing: border-box;
150
+ padding: 24px 24px 70px 24px;
151
+ }
152
+ .suggestions {
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 22px;
156
+ padding: 0 8px 20px 8px;
157
+ color: #B6C0C8;
158
+ font-size: 34px;
159
+ }
160
+ .chip {
161
+ background: #182027;
162
+ color: #C9D3DA;
163
+ border: 1px solid #29333B;
164
+ border-radius: 28px;
165
+ padding: 12px 22px;
166
+ }
167
+ .keys {
168
+ display: grid;
169
+ grid-template-rows: repeat(4, 1fr);
170
+ gap: 18px;
171
+ height: 760px;
172
+ margin-top: 8px;
173
+ }
174
+ .row {
175
+ display: grid;
176
+ grid-template-columns: repeat(11, 1fr);
177
+ gap: 14px;
178
+ }
179
+ .key {
180
+ background: #182027;
181
+ color: #E3E8ED;
182
+ border-radius: 16px;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ font-size: 42px;
187
+ box-shadow: inset 0 0 0 1px #26313A;
188
+ }
189
+ .key.wide { grid-column: span 2; }
190
+ .key.xwide { grid-column: span 3; }
191
+ .key.special-green {
192
+ background: #67DDB0;
193
+ color: #0A1C1A;
194
+ box-shadow: inset 0 0 0 1px #5ACFA3;
195
+ font-weight: 700;
196
+ }
197
+ .key.special-dark {
198
+ background: #1B242B;
199
+ color: #C2CCD4;
200
+ }
201
+
202
+ /* Bottom gesture bar */
203
+ .gesture-bar {
204
+ position: absolute;
205
+ bottom: 24px;
206
+ left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 300px;
209
+ height: 10px;
210
+ background: #BFC5CC;
211
+ border-radius: 6px;
212
+ opacity: 0.7;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status Bar -->
220
+ <div class="status-bar">
221
+ <div class="status-left">
222
+ <div>11:47</div>
223
+ <div class="icon" aria-label="mail">
224
+ <svg viewBox="0 0 24 24" fill="#FFFFFF">
225
+ <path d="M3 6h18v12H3z" opacity="0.25"/>
226
+ <path d="M3 6l9 6 9-6" stroke="#FFFFFF" stroke-width="2" fill="none"/>
227
+ </svg>
228
+ </div>
229
+ <div class="icon" aria-label="cloud">
230
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
231
+ <path d="M8 17h8a4 4 0 0 0 0-8 6 6 0 0 0-11 2 3 3 0 0 0 3 6z"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ <div class="status-right">
236
+ <div class="icon" aria-label="wifi">
237
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
238
+ <path d="M3 9c4-4 14-4 18 0"/>
239
+ <path d="M6 12c3-3 9-3 12 0"/>
240
+ <path d="M9 15c2-2 4-2 6 0"/>
241
+ <circle cx="12" cy="18" r="1.5" fill="#FFFFFF"/>
242
+ </svg>
243
+ </div>
244
+ <div class="icon" aria-label="battery">
245
+ <svg viewBox="0 0 28 24" fill="none" stroke="#FFFFFF" stroke-width="2">
246
+ <rect x="2" y="6" width="20" height="12" rx="2"/>
247
+ <rect x="4" y="8" width="14" height="8" fill="#FFFFFF"/>
248
+ <rect x="22" y="10" width="4" height="4" rx="1" fill="#FFFFFF"/>
249
+ </svg>
250
+ </div>
251
+ <div style="font-size: 32px;">100%</div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Header -->
256
+ <div class="header">
257
+ <div class="back-btn" aria-label="back">
258
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
259
+ <path d="M15 18l-6-6 6-6"/>
260
+ </svg>
261
+ </div>
262
+ <div class="header-title">New folder</div>
263
+ </div>
264
+
265
+ <!-- Form Area -->
266
+ <div class="form-area">
267
+ <div class="label">Folder name</div>
268
+ <div class="text-field">My Favorite Trip</div>
269
+ </div>
270
+
271
+ <!-- Actions -->
272
+ <div class="actions">
273
+ <div class="btn btn-outline">
274
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8FB3FF" stroke-width="2">
275
+ <path d="M6 6l12 12M18 6L6 18"/>
276
+ </svg>
277
+ <span>Cancel</span>
278
+ </div>
279
+ <div class="btn btn-solid">
280
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0E1A33" stroke-width="2">
281
+ <path d="M12 5v14M5 12h14"/>
282
+ </svg>
283
+ <span>Create</span>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="spacer"></div>
288
+
289
+ <!-- Keyboard -->
290
+ <div class="keyboard">
291
+ <div class="suggestions">
292
+ <div class="icon" style="width:48px;height:48px;">
293
+ <svg viewBox="0 0 24 24" fill="none" stroke="#B6C0C8" stroke-width="2">
294
+ <path d="M4 4h16v16H4z"/>
295
+ <path d="M4 9h16M9 4v16"/>
296
+ </svg>
297
+ </div>
298
+ <div class="chip">Trip</div>
299
+ <div class="chip">TRIP</div>
300
+ <div class="chip">TripIt</div>
301
+ <div style="flex:1"></div>
302
+ <div class="icon" style="width:48px;height:48px;">
303
+ <svg viewBox="0 0 24 24" fill="none" stroke="#B6C0C8" stroke-width="2">
304
+ <path d="M12 14c2.8 0 5-2.2 5-5V4l-5-2-5 2v5c0 2.8 2.2 5 5 5z"/>
305
+ <path d="M9 18l3 3 3-3"/>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="keys">
311
+ <!-- Row 1 -->
312
+ <div class="row">
313
+ <div class="key">q</div>
314
+ <div class="key">w</div>
315
+ <div class="key">e</div>
316
+ <div class="key">r</div>
317
+ <div class="key">t</div>
318
+ <div class="key">y</div>
319
+ <div class="key">u</div>
320
+ <div class="key">i</div>
321
+ <div class="key">o</div>
322
+ <div class="key">p</div>
323
+ <div class="key special-dark">
324
+ <svg viewBox="0 0 24 24" width="38" height="38" fill="none" stroke="#C2CCD4" stroke-width="2">
325
+ <path d="M18 12H6M12 6l-6 6 6 6"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ <!-- Row 2 -->
330
+ <div class="row">
331
+ <div class="key">a</div>
332
+ <div class="key">s</div>
333
+ <div class="key">d</div>
334
+ <div class="key">f</div>
335
+ <div class="key">g</div>
336
+ <div class="key">h</div>
337
+ <div class="key">j</div>
338
+ <div class="key">k</div>
339
+ <div class="key">l</div>
340
+ <div class="key">,</div>
341
+ <div class="key">.</div>
342
+ </div>
343
+ <!-- Row 3 -->
344
+ <div class="row">
345
+ <div class="key special-dark">
346
+ <svg viewBox="0 0 24 24" width="38" height="38" fill="none" stroke="#C2CCD4" stroke-width="2">
347
+ <path d="M7 16l5-8 5 8"/>
348
+ </svg>
349
+ </div>
350
+ <div class="key">z</div>
351
+ <div class="key">x</div>
352
+ <div class="key">c</div>
353
+ <div class="key">v</div>
354
+ <div class="key">b</div>
355
+ <div class="key">n</div>
356
+ <div class="key">m</div>
357
+ <div class="key special-dark">
358
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C2CCD4" stroke-width="2">
359
+ <path d="M3 6h18M6 6v12m12-12v12M8 18h8"/>
360
+ </svg>
361
+ </div>
362
+ <div class="key special-dark">
363
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C2CCD4" stroke-width="2">
364
+ <path d="M4 12h14M13 5l7 7-7 7"/>
365
+ </svg>
366
+ </div>
367
+ <div class="key special-green">
368
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0A1C1A" stroke-width="2">
369
+ <path d="M5 12h10M9 8l4 4-4 4"/>
370
+ </svg>
371
+ </div>
372
+ </div>
373
+ <!-- Row 4 (space bar row) -->
374
+ <div class="row">
375
+ <div class="key special-green">?123</div>
376
+ <div class="key special-dark">
377
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C2CCD4" stroke-width="2">
378
+ <circle cx="12" cy="12" r="3"/>
379
+ <path d="M5 12h2M17 12h2M12 5v2M12 17v2"/>
380
+ </svg>
381
+ </div>
382
+ <div class="key xwide">☺</div>
383
+ <div class="key xwide">space</div>
384
+ <div class="key">.</div>
385
+ <div class="key special-green">
386
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0A1C1A" stroke-width="2">
387
+ <path d="M5 12h10M9 8l4 4-4 4"/>
388
+ </svg>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="gesture-bar"></div>
394
+ </div>
395
+
396
+ </div>
397
+ </body>
398
+ </html>
code/9193/9193_6.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Select Items UI</title>
7
+ <style>
8
+ * { box-sizing: border-box; }
9
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #2A2A2A;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #1D1D1D;
27
+ padding: 0 32px;
28
+ }
29
+ .status-time {
30
+ position: absolute;
31
+ left: 32px;
32
+ top: 32px;
33
+ font-size: 40px;
34
+ font-weight: 500;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-icons {
38
+ position: absolute;
39
+ right: 32px;
40
+ top: 32px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 26px;
44
+ color: #EAEAEA;
45
+ opacity: 0.95;
46
+ }
47
+ .status-icons span {
48
+ font-size: 30px;
49
+ }
50
+
51
+ /* Header */
52
+ .header {
53
+ position: absolute;
54
+ top: 120px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 160px;
58
+ background: #232323;
59
+ }
60
+ .header-title {
61
+ position: absolute;
62
+ left: 120px;
63
+ right: 120px;
64
+ top: 52px;
65
+ text-align: center;
66
+ font-size: 58px;
67
+ font-weight: 500;
68
+ }
69
+ .close-btn {
70
+ position: absolute;
71
+ left: 28px;
72
+ top: 50%;
73
+ transform: translateY(-50%);
74
+ width: 84px;
75
+ height: 84px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ border-radius: 42px;
80
+ }
81
+ .close-btn svg { width: 44px; height: 44px; }
82
+
83
+ /* Section label */
84
+ .section-label {
85
+ position: absolute;
86
+ top: 300px;
87
+ left: 36px;
88
+ font-size: 44px;
89
+ font-weight: 600;
90
+ color: #F5F5F5;
91
+ }
92
+
93
+ /* Grid of thumbnails */
94
+ .thumb-grid {
95
+ position: absolute;
96
+ top: 370px;
97
+ left: 36px;
98
+ right: 36px;
99
+ display: flex;
100
+ gap: 24px;
101
+ }
102
+ .thumb {
103
+ position: relative;
104
+ width: 234px;
105
+ height: 234px;
106
+ background: #E0E0E0;
107
+ border: 1px solid #BDBDBD;
108
+ border-radius: 10px;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ color: #757575;
113
+ font-size: 28px;
114
+ text-align: center;
115
+ line-height: 1.2;
116
+ overflow: hidden;
117
+ }
118
+ .thumb .check {
119
+ position: absolute;
120
+ top: 10px;
121
+ left: 10px;
122
+ width: 46px;
123
+ height: 46px;
124
+ border-radius: 50%;
125
+ border: 4px solid #FFFFFF;
126
+ background: transparent;
127
+ box-shadow: 0 0 0 2px rgba(0,0,0,0.2) inset;
128
+ }
129
+
130
+ /* Bottom action bar */
131
+ .action-bar {
132
+ position: absolute;
133
+ bottom: 120px;
134
+ left: 0;
135
+ width: 1080px;
136
+ height: 220px;
137
+ background: #232323;
138
+ border-top: 1px solid #3A3A3A;
139
+ padding: 40px 36px;
140
+ display: flex;
141
+ gap: 36px;
142
+ align-items: center;
143
+ }
144
+ .btn {
145
+ flex: 1;
146
+ height: 120px;
147
+ border: 1px solid #5A5A5A;
148
+ border-radius: 18px;
149
+ display: flex;
150
+ align-items: center;
151
+ padding: 0 34px;
152
+ gap: 22px;
153
+ color: #CFCFCF;
154
+ font-size: 40px;
155
+ font-weight: 500;
156
+ background: rgba(255,255,255,0.04);
157
+ }
158
+ .btn svg { width: 56px; height: 56px; fill: none; stroke: #CFCFCF; stroke-width: 2.5; }
159
+
160
+ /* Home indicator */
161
+ .home-indicator {
162
+ position: absolute;
163
+ bottom: 40px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 200px;
167
+ height: 8px;
168
+ background: #E0E0E0;
169
+ border-radius: 4px;
170
+ opacity: 0.7;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div class="status-time">11:47</div>
180
+ <div class="status-icons">
181
+ <!-- Simple Wi-Fi icon -->
182
+ <svg viewBox="0 0 24 24" width="40" height="40" stroke="#EAEAEA" fill="none" stroke-width="2">
183
+ <path d="M2 9c4-3 16-3 20 0"/>
184
+ <path d="M5 12c3-2 11-2 14 0"/>
185
+ <path d="M8 15c2-1 6-1 8 0"/>
186
+ <circle cx="12" cy="18" r="1.6" fill="#EAEAEA" stroke="none"/>
187
+ </svg>
188
+ <!-- Battery icon with percentage -->
189
+ <svg viewBox="0 0 28 24" width="44" height="40" stroke="#EAEAEA" fill="none" stroke-width="2">
190
+ <rect x="2" y="6" width="22" height="12" rx="2"></rect>
191
+ <rect x="24" y="10" width="2" height="4" rx="1"></rect>
192
+ <rect x="5" y="9" width="14" height="6" fill="#EAEAEA" stroke="none"></rect>
193
+ </svg>
194
+ <span>100%</span>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Header -->
199
+ <div class="header">
200
+ <div class="close-btn">
201
+ <svg viewBox="0 0 24 24" stroke="#FFFFFF" fill="none" stroke-width="2.8" stroke-linecap="round">
202
+ <path d="M5 5 L19 19"></path>
203
+ <path d="M19 5 L5 19"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="header-title">Select items</div>
207
+ </div>
208
+
209
+ <!-- Section label -->
210
+ <div class="section-label">September</div>
211
+
212
+ <!-- Grid of thumbnails -->
213
+ <div class="thumb-grid">
214
+ <div class="thumb">
215
+ <div class="check"></div>
216
+ [IMG: Ornate hall interior]
217
+ </div>
218
+ <div class="thumb">
219
+ <div class="check"></div>
220
+ [IMG: Castle on hill]
221
+ </div>
222
+ <div class="thumb">
223
+ <div class="check"></div>
224
+ [IMG: Observatory building]
225
+ </div>
226
+ <div class="thumb">
227
+ <div class="check"></div>
228
+ [IMG: Riverside building]
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Bottom action bar -->
233
+ <div class="action-bar">
234
+ <div class="btn">
235
+ <svg viewBox="0 0 28 28">
236
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
237
+ <rect x="9" y="9" width="14" height="14" rx="2"></rect>
238
+ </svg>
239
+ <span>Copy</span>
240
+ </div>
241
+ <div class="btn">
242
+ <svg viewBox="0 0 28 28">
243
+ <rect x="3" y="5" width="18" height="18" rx="2"></rect>
244
+ <path d="M12 9 L18 14 L12 19" stroke-linecap="round" stroke-linejoin="round"></path>
245
+ <path d="M6 14 H18" stroke-linecap="round" stroke-linejoin="round"></path>
246
+ </svg>
247
+ <span>Move</span>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Home indicator -->
252
+ <div class="home-indicator"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/9193/9193_8.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Selection UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #2b2b2f;
20
+ color: #e9e9ea;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 90px;
30
+ background: #1f1f23;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 32px;
34
+ box-sizing: border-box;
35
+ font-weight: 500;
36
+ letter-spacing: 0.2px;
37
+ }
38
+ .status-left {
39
+ flex: 1;
40
+ font-size: 34px;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ font-size: 30px;
47
+ }
48
+ .status-icon {
49
+ width: 40px;
50
+ height: 40px;
51
+ }
52
+ .battery {
53
+ display: inline-flex;
54
+ align-items: center;
55
+ gap: 10px;
56
+ font-size: 28px;
57
+ }
58
+
59
+ /* Selection toolbar */
60
+ .toolbar {
61
+ position: absolute;
62
+ top: 90px;
63
+ left: 0;
64
+ width: 100%;
65
+ height: 120px;
66
+ background: #2a2a2e;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 32px;
70
+ box-sizing: border-box;
71
+ }
72
+ .toolbar .close {
73
+ font-size: 72px;
74
+ line-height: 0;
75
+ margin-right: 28px;
76
+ color: #eaeaea;
77
+ }
78
+ .toolbar .count {
79
+ font-size: 60px;
80
+ font-weight: 600;
81
+ color: #eaeaea;
82
+ }
83
+
84
+ /* Month label */
85
+ .month {
86
+ position: absolute;
87
+ top: 230px;
88
+ left: 32px;
89
+ font-size: 40px;
90
+ color: #d9d9dd;
91
+ }
92
+
93
+ /* Thumbnails row */
94
+ .thumb-row {
95
+ position: absolute;
96
+ top: 300px;
97
+ left: 32px;
98
+ right: 32px;
99
+ display: flex;
100
+ gap: 24px;
101
+ }
102
+ .thumb {
103
+ width: 228px;
104
+ height: 228px;
105
+ border-radius: 12px;
106
+ position: relative;
107
+ background: #3a3f49;
108
+ overflow: hidden;
109
+ }
110
+ .thumb.selected {
111
+ background: #3c4757;
112
+ outline: 3px solid rgba(126,168,255,0.25);
113
+ }
114
+ .img-placeholder {
115
+ width: 100%;
116
+ height: 100%;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 26px;
124
+ text-align: center;
125
+ padding: 10px;
126
+ box-sizing: border-box;
127
+ }
128
+
129
+ .select-badge {
130
+ position: absolute;
131
+ top: 10px;
132
+ left: 10px;
133
+ width: 54px;
134
+ height: 54px;
135
+ }
136
+ .badge-unselected circle {
137
+ fill: none;
138
+ stroke: #eaeaea;
139
+ stroke-width: 4;
140
+ }
141
+ .badge-selected circle {
142
+ fill: #83a7ff;
143
+ stroke: #83a7ff;
144
+ }
145
+ .badge-selected path {
146
+ stroke: #ffffff;
147
+ stroke-width: 6;
148
+ fill: none;
149
+ stroke-linecap: round;
150
+ stroke-linejoin: round;
151
+ }
152
+
153
+ /* Bottom action buttons */
154
+ .actions {
155
+ position: absolute;
156
+ bottom: 170px;
157
+ left: 32px;
158
+ right: 32px;
159
+ display: flex;
160
+ gap: 32px;
161
+ align-items: center;
162
+ justify-content: flex-start;
163
+ }
164
+ .btn {
165
+ height: 120px;
166
+ border-radius: 20px;
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 22px;
170
+ padding: 0 40px;
171
+ font-size: 44px;
172
+ font-weight: 600;
173
+ box-sizing: border-box;
174
+ }
175
+ .btn-outline {
176
+ border: 3px solid #9abaff;
177
+ color: #9abaff;
178
+ background: transparent;
179
+ width: 470px;
180
+ }
181
+ .btn-primary {
182
+ background: #8fb2ff;
183
+ color: #1f1f23;
184
+ width: 470px;
185
+ }
186
+ .btn svg {
187
+ width: 56px;
188
+ height: 56px;
189
+ }
190
+
191
+ /* Navigation pill */
192
+ .nav-pill {
193
+ position: absolute;
194
+ bottom: 72px;
195
+ left: 50%;
196
+ transform: translateX(-50%);
197
+ width: 200px;
198
+ height: 10px;
199
+ background: #e6e6e6;
200
+ border-radius: 20px;
201
+ opacity: 0.9;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status bar -->
209
+ <div class="status-bar">
210
+ <div class="status-left">11:52</div>
211
+ <div class="status-right">
212
+ <!-- Cellular -->
213
+ <svg class="status-icon" viewBox="0 0 24 24">
214
+ <path d="M3 21h2v-6H3v6zm5 0h2v-9H8v9zm5 0h2v-12h-2v12zm5 0h2V3h-2v18z" fill="#eaeaea"/>
215
+ </svg>
216
+ <!-- WiFi -->
217
+ <svg class="status-icon" viewBox="0 0 24 24">
218
+ <path d="M12 18.5l-1.5-1.5a2.1 2.1 0 013 0L12 18.5z" fill="#eaeaea"/>
219
+ <path d="M4.5 10.5a10 10 0 0115 0" stroke="#eaeaea" stroke-width="2" fill="none"/>
220
+ <path d="M7.5 13.5a6.5 6.5 0 019 0" stroke="#eaeaea" stroke-width="2" fill="none"/>
221
+ </svg>
222
+ <!-- Battery -->
223
+ <div class="battery">
224
+ <svg class="status-icon" viewBox="0 0 32 24">
225
+ <rect x="1" y="4" width="26" height="16" rx="3" ry="3" fill="none" stroke="#eaeaea" stroke-width="2"/>
226
+ <rect x="3" y="6" width="20" height="12" rx="2" fill="#eaeaea"/>
227
+ <rect x="27" y="8" width="4" height="8" rx="1" fill="#eaeaea"/>
228
+ </svg>
229
+ <span>100%</span>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Selection toolbar -->
235
+ <div class="toolbar">
236
+ <div class="close">×</div>
237
+ <div class="count">2</div>
238
+ </div>
239
+
240
+ <!-- Month -->
241
+ <div class="month">September</div>
242
+
243
+ <!-- Thumbnails row -->
244
+ <div class="thumb-row">
245
+ <div class="thumb selected">
246
+ <div class="img-placeholder">[IMG: Palace Interior]</div>
247
+ <svg class="select-badge badge-selected" viewBox="0 0 48 48">
248
+ <circle cx="24" cy="24" r="22"></circle>
249
+ <path d="M15 25l6 6 12-14"></path>
250
+ </svg>
251
+ </div>
252
+ <div class="thumb selected">
253
+ <div class="img-placeholder">[IMG: Castle]</div>
254
+ <svg class="select-badge badge-selected" viewBox="0 0 48 48">
255
+ <circle cx="24" cy="24" r="22"></circle>
256
+ <path d="M15 25l6 6 12-14"></path>
257
+ </svg>
258
+ </div>
259
+ <div class="thumb">
260
+ <div class="img-placeholder">[IMG: City Building]</div>
261
+ <svg class="select-badge badge-unselected" viewBox="0 0 48 48">
262
+ <circle cx="24" cy="24" r="20"></circle>
263
+ </svg>
264
+ </div>
265
+ <div class="thumb">
266
+ <div class="img-placeholder">[IMG: Riverside Building]</div>
267
+ <svg class="select-badge badge-unselected" viewBox="0 0 48 48">
268
+ <circle cx="24" cy="24" r="20"></circle>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Bottom actions -->
274
+ <div class="actions">
275
+ <button class="btn btn-outline">
276
+ <svg viewBox="0 0 24 24">
277
+ <rect x="4" y="6" width="12" height="12" rx="2" ry="2" fill="none" stroke="#9abaff" stroke-width="2"></rect>
278
+ <rect x="8" y="2" width="12" height="12" rx="2" ry="2" fill="none" stroke="#9abaff" stroke-width="2"></rect>
279
+ </svg>
280
+ <span>Copy</span>
281
+ </button>
282
+ <button class="btn btn-primary">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M4 6h12l4 4v8a2 2 0 01-2 2H6a2 2 0 01-2-2V6z" fill="#1f1f23"/>
285
+ <path d="M12 9v6l4-3" stroke="#8fb2ff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
286
+ </svg>
287
+ <span>Move</span>
288
+ </button>
289
+ </div>
290
+
291
+ <!-- Navigation pill -->
292
+ <div class="nav-pill"></div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/9193/9193_9.html ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Gallery Selection 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: #2B2B2B; color: #ECECEC;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ height: 110px; background: #1E1E1E;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box; color: #E6E6E6;
19
+ }
20
+ .status-time { font-size: 44px; font-weight: 500; }
21
+ .status-icons { display: flex; align-items: center; gap: 26px; }
22
+ .icon { width: 40px; height: 40px; }
23
+
24
+ /* Toolbar (selection header) */
25
+ .toolbar {
26
+ height: 150px; background: #232323;
27
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
28
+ border-bottom: 1px solid #2F2F2F;
29
+ }
30
+ .toolbar .left { display: flex; align-items: center; gap: 28px; }
31
+ .close-icon { width: 56px; height: 56px; }
32
+ .count { font-size: 56px; font-weight: 600; }
33
+
34
+ /* Content */
35
+ .content { padding: 24px 36px 0 36px; }
36
+ .section-title {
37
+ font-size: 38px; font-weight: 600; color: #DADADA;
38
+ margin: 24px 0 24px 0;
39
+ }
40
+
41
+ .grid {
42
+ display: flex; gap: 24px;
43
+ }
44
+ .thumb {
45
+ width: 225px; height: 225px; border-radius: 12px;
46
+ background: #3B4454; position: relative; overflow: hidden;
47
+ }
48
+ .img {
49
+ width: 100%; height: 100%;
50
+ background: #E0E0E0; border: 1px solid #BDBDBD;
51
+ display: flex; align-items: center; justify-content: center;
52
+ color: #757575; font-size: 26px; text-align: center; padding: 8px; box-sizing: border-box;
53
+ }
54
+
55
+ /* Selection indicators */
56
+ .check {
57
+ position: absolute; top: 12px; left: 12px;
58
+ width: 52px; height: 52px; border-radius: 50%;
59
+ display: flex; align-items: center; justify-content: center;
60
+ box-sizing: border-box;
61
+ }
62
+ .selected { background: #6FA3FF; }
63
+ .selected svg { stroke: #FFFFFF; }
64
+ .unselected { background: transparent; border: 4px solid #B7C8FF; }
65
+ .check svg { width: 32px; height: 32px; stroke-width: 6; fill: none; }
66
+
67
+ /* Bottom actions */
68
+ .bottom-actions {
69
+ position: absolute; left: 0; right: 0; bottom: 120px;
70
+ padding: 0 36px; display: flex; gap: 36px; justify-content: space-between; box-sizing: border-box;
71
+ }
72
+ .btn {
73
+ flex: 1; height: 120px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
74
+ font-size: 40px; font-weight: 500; gap: 20px; box-sizing: border-box;
75
+ }
76
+ .btn-outline {
77
+ border: 3px solid #8FB4FF; color: #A7C2FF; background: transparent;
78
+ }
79
+ .btn-solid {
80
+ background: #8FB4FF; color: #1E2740;
81
+ }
82
+ .btn svg { width: 48px; height: 48px; }
83
+
84
+ /* Gesture pill */
85
+ .gesture {
86
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
87
+ width: 240px; height: 12px; background: #EDEDED; border-radius: 12px; opacity: 0.85;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status bar -->
95
+ <div class="statusbar">
96
+ <div class="status-time">11:52</div>
97
+ <div class="status-icons">
98
+ <!-- Signal -->
99
+ <svg class="icon" viewBox="0 0 24 24">
100
+ <rect x="2" y="14" width="3" height="8" fill="#CFCFCF"></rect>
101
+ <rect x="7" y="10" width="3" height="12" fill="#CFCFCF"></rect>
102
+ <rect x="12" y="6" width="3" height="16" fill="#CFCFCF"></rect>
103
+ <rect x="17" y="2" width="3" height="20" fill="#CFCFCF"></rect>
104
+ </svg>
105
+ <!-- WiFi -->
106
+ <svg class="icon" viewBox="0 0 24 24">
107
+ <path d="M2 8c5-4 15-4 20 0" stroke="#CFCFCF" stroke-width="2" fill="none"/>
108
+ <path d="M5 12c4-3 10-3 14 0" stroke="#CFCFCF" stroke-width="2" fill="none"/>
109
+ <path d="M9 16c2-2 4-2 6 0" stroke="#CFCFCF" stroke-width="2" fill="none"/>
110
+ <circle cx="12" cy="19" r="2" fill="#CFCFCF"/>
111
+ </svg>
112
+ <!-- Battery -->
113
+ <svg class="icon" viewBox="0 0 32 24">
114
+ <rect x="2" y="6" width="24" height="12" rx="2" ry="2" fill="none" stroke="#CFCFCF" stroke-width="2"></rect>
115
+ <rect x="26" y="10" width="4" height="4" fill="#CFCFCF"></rect>
116
+ <rect x="4" y="8" width="20" height="8" fill="#CFCFCF"></rect>
117
+ </svg>
118
+ <span style="font-size:28px;color:#CFCFCF;">100%</span>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Selection toolbar -->
123
+ <div class="toolbar">
124
+ <div class="left">
125
+ <svg class="close-icon" viewBox="0 0 24 24">
126
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#FFFFFF" stroke-width="3" />
127
+ </svg>
128
+ <div class="count">3</div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Content -->
133
+ <div class="content">
134
+ <div class="section-title">September</div>
135
+
136
+ <div class="grid">
137
+ <!-- Thumb 1 (selected) -->
138
+ <div class="thumb">
139
+ <div class="check selected">
140
+ <svg viewBox="0 0 24 24"><path d="M5 12l5 5 9-11"/></svg>
141
+ </div>
142
+ <div class="img">[IMG: Ornate hall with chandelier]</div>
143
+ </div>
144
+
145
+ <!-- Thumb 2 (selected) -->
146
+ <div class="thumb">
147
+ <div class="check selected">
148
+ <svg viewBox="0 0 24 24"><path d="M5 12l5 5 9-11"/></svg>
149
+ </div>
150
+ <div class="img">[IMG: Castle on hill in autumn]</div>
151
+ </div>
152
+
153
+ <!-- Thumb 3 (selected) -->
154
+ <div class="thumb">
155
+ <div class="check selected">
156
+ <svg viewBox="0 0 24 24"><path d="M5 12l5 5 9-11"/></svg>
157
+ </div>
158
+ <div class="img">[IMG: Historic building with dome]</div>
159
+ </div>
160
+
161
+ <!-- Thumb 4 (not selected) -->
162
+ <div class="thumb">
163
+ <div class="check unselected"></div>
164
+ <div class="img">[IMG: Riverside building with green domes]</div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Bottom actions -->
170
+ <div class="bottom-actions">
171
+ <div class="btn btn-outline">
172
+ <svg viewBox="0 0 24 24">
173
+ <rect x="3" y="6" width="12" height="12" rx="2" ry="2" stroke="#8FB4FF" stroke-width="2" fill="none"></rect>
174
+ <rect x="9" y="10" width="12" height="12" rx="2" ry="2" fill="none" stroke="#8FB4FF" stroke-width="2"></rect>
175
+ </svg>
176
+ <span>Copy</span>
177
+ </div>
178
+ <div class="btn btn-solid">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M3 7h12v10H3z" fill="none" stroke="#1E2740" stroke-width="2"></path>
181
+ <path d="M15 7l4 0 0 10-4 0" fill="none" stroke="#1E2740" stroke-width="2"></path>
182
+ <path d="M10 12h8l-3-3M18 12l-3 3" fill="none" stroke="#1E2740" stroke-width="2"></path>
183
+ </svg>
184
+ <span>Move</span>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Gesture pill -->
189
+ <div class="gesture"></div>
190
+ </div>
191
+ </body>
192
+ </html>
code/9196/9196_0.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Tasks App 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, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F3F7F7;
15
+ border-radius: 40px;
16
+ box-shadow: 0 2px 20px rgba(0,0,0,0.06);
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ height: 120px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #3b3f45;
27
+ font-size: 34px;
28
+ letter-spacing: 0.3px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ color: #52565b;
35
+ }
36
+ .icon-small svg { width: 40px; height: 40px; fill: #676b72; }
37
+
38
+ /* Chips row */
39
+ .chips-row {
40
+ padding: 10px 36px 0 36px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 22px;
44
+ }
45
+ .chip {
46
+ padding: 18px 32px;
47
+ border-radius: 32px;
48
+ font-size: 34px;
49
+ color: #6C7C8E;
50
+ background: #E5ECF9;
51
+ }
52
+ .chip.active {
53
+ background: #CDD8FF;
54
+ color: #5B73A8;
55
+ font-weight: 600;
56
+ }
57
+ .chips-row .more {
58
+ margin-left: auto;
59
+ padding-right: 8px;
60
+ }
61
+ .kebab svg { width: 40px; height: 40px; fill: #8d95a3; }
62
+
63
+ /* Section titles */
64
+ .section {
65
+ margin: 36px 44px 12px 44px;
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 14px;
69
+ color: #58616C;
70
+ font-size: 42px;
71
+ font-weight: 700;
72
+ }
73
+ .caret svg { width: 28px; height: 28px; fill: #8d95a3; }
74
+
75
+ /* Task cards */
76
+ .task-card {
77
+ margin: 20px 36px;
78
+ background: #ECEFF2;
79
+ border-radius: 26px;
80
+ padding: 36px 32px;
81
+ display: flex;
82
+ align-items: center;
83
+ position: relative;
84
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
85
+ }
86
+ .check {
87
+ width: 52px; height: 52px; border-radius: 50%;
88
+ border: 5px solid #B9C2CC;
89
+ margin-right: 28px;
90
+ box-sizing: border-box;
91
+ background: transparent;
92
+ }
93
+ .task-title {
94
+ font-size: 42px;
95
+ color: #2D343B;
96
+ }
97
+ .task-sub {
98
+ position: absolute;
99
+ left: 112px;
100
+ top: 94px;
101
+ font-size: 32px;
102
+ color: #96A0AA;
103
+ }
104
+ .flag {
105
+ position: absolute;
106
+ right: 32px;
107
+ top: 38px;
108
+ }
109
+ .flag svg { width: 48px; height: 48px; stroke: #B6BEC7; fill: none; stroke-width: 5px; }
110
+
111
+ /* Bottom navigation */
112
+ .bottom-bar {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 200px;
118
+ background: #FFFFFF;
119
+ border-top: 1px solid rgba(0,0,0,0.06);
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: space-around;
123
+ }
124
+ .nav-item {
125
+ display: flex;
126
+ flex-direction: column;
127
+ align-items: center;
128
+ gap: 16px;
129
+ color: #A8B0BA;
130
+ font-size: 34px;
131
+ }
132
+ .nav-item.active { color: #4D73E6; }
133
+ .nav-item svg { width: 60px; height: 60px; }
134
+ .dot {
135
+ position: absolute;
136
+ top: 30px;
137
+ right: 30px;
138
+ width: 12px; height: 12px; background: #FF6B6B; border-radius: 50%;
139
+ }
140
+
141
+ /* Floating action button */
142
+ .fab {
143
+ position: absolute;
144
+ right: 70px;
145
+ bottom: 260px;
146
+ width: 160px;
147
+ height: 160px;
148
+ border-radius: 50%;
149
+ background: #7FA3F6;
150
+ box-shadow: 0 18px 40px rgba(102,134,214,0.45), 0 2px 0 rgba(255,255,255,0.8) inset;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ }
155
+ .fab::before {
156
+ content: "";
157
+ position: absolute;
158
+ inset: -20px;
159
+ border-radius: 50%;
160
+ background: radial-gradient(closest-side, rgba(175,191,236,0.35), rgba(175,191,236,0.0));
161
+ z-index: -1;
162
+ }
163
+ .fab svg { width: 64px; height: 64px; fill: #FFFFFF; }
164
+
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="statusbar">
172
+ <div class="status-left">1:54</div>
173
+ <div class="status-right">
174
+ <span>88°</span>
175
+ <span>en</span>
176
+ <span class="icon-small">
177
+ <!-- Wi-Fi -->
178
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zM7 13c3-2 7-2 10 0l-2 2c-2-1-4-1-6 0l-2-2zM11 18l3 3-6 0 3-3z"></path></svg>
179
+ </span>
180
+ <span class="icon-small">
181
+ <!-- Battery -->
182
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#676b72"></rect><rect x="20" y="10" width="2" height="4" fill="#676b72"></rect><rect x="4" y="8" width="12" height="8" fill="#F3F7F7"></rect></svg>
183
+ </span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Filter chips -->
188
+ <div class="chips-row">
189
+ <div class="chip active">All</div>
190
+ <div class="chip">Work</div>
191
+ <div class="chip">Personal</div>
192
+ <div class="chip">Wishlist</div>
193
+ <div class="more kebab">
194
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="4" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="12" cy="20" r="2"></circle></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Today Section -->
199
+ <div class="section">
200
+ <div>Today</div>
201
+ <div class="caret">
202
+ <svg viewBox="0 0 24 24"><path d="M6 15l6-6 6 6z"></path></svg>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="task-card">
207
+ <div class="check"></div>
208
+ <div class="task-title">Buy groceries</div>
209
+ <div class="flag">
210
+ <svg viewBox="0 0 24 24"><path d="M6 4v16M6 4h10l-2 4h-8"></path></svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Future Section -->
215
+ <div class="section" style="margin-top: 24px;">
216
+ <div>Future</div>
217
+ <div class="caret">
218
+ <svg viewBox="0 0 24 24"><path d="M6 15l6-6 6 6z"></path></svg>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="task-card" style="margin-bottom: 640px;">
223
+ <div class="check"></div>
224
+ <div>
225
+ <div class="task-title">Buy New Balance Hiking shoes</div>
226
+ <div class="task-sub">12-23</div>
227
+ </div>
228
+ <div class="flag">
229
+ <svg viewBox="0 0 24 24"><path d="M6 4v16M6 4h10l-2 4h-8"></path></svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Floating Action Button -->
234
+ <div class="fab">
235
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z"></path></svg>
236
+ </div>
237
+
238
+ <!-- Bottom navigation -->
239
+ <div class="bottom-bar">
240
+ <div class="nav-item">
241
+ <!-- Menu -->
242
+ <svg viewBox="0 0 24 24" fill="#A8B0BA"><path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"></path></svg>
243
+ <div style="position: relative;">Menu<div class="dot"></div></div>
244
+ </div>
245
+ <div class="nav-item active">
246
+ <!-- Tasks/List -->
247
+ <svg viewBox="0 0 24 24" fill="#4D73E6"><path d="M4 5h16v2H4zM4 10h16v2H4zM4 15h16v2H4z"></path></svg>
248
+ <div>Tasks</div>
249
+ </div>
250
+ <div class="nav-item">
251
+ <!-- Calendar -->
252
+ <svg viewBox="0 0 24 24" fill="#A8B0BA"><path d="M7 3h2v2h6V3h2v2h2a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2h2V3zM5 9h14v10H5V9z"></path><rect x="10" y="14" width="4" height="4" fill="#C0C7D0"></rect></svg>
253
+ <div>Calendar</div>
254
+ </div>
255
+ <div class="nav-item">
256
+ <!-- Profile -->
257
+ <svg viewBox="0 0 24 24" fill="#A8B0BA"><circle cx="12" cy="8" r="4"></circle><path d="M4 20c2-4 6-6 8-6s6 2 8 6H4z"></path></svg>
258
+ <div>Mine</div>
259
+ </div>
260
+ </div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/9196/9196_1.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Task Detail 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: #F6FAF8;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 24px;
21
+ left: 36px;
22
+ right: 36px;
23
+ height: 80px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #4a4a4a;
28
+ font-size: 44px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .dot {
37
+ width: 10px; height: 10px; background: #85919b; border-radius: 50%;
38
+ }
39
+ .wifi, .battery {
40
+ width: 44px; height: 44px;
41
+ }
42
+ .wifi svg, .battery svg { display: block; }
43
+ /* top actions */
44
+ .top-actions {
45
+ position: absolute;
46
+ top: 150px;
47
+ left: 36px;
48
+ right: 36px;
49
+ height: 80px;
50
+ }
51
+ .back-btn {
52
+ position: absolute;
53
+ left: 12px;
54
+ top: 0;
55
+ width: 72px; height: 72px;
56
+ display: flex; align-items: center; justify-content: center;
57
+ }
58
+ .menu-btn {
59
+ position: absolute;
60
+ right: 12px;
61
+ top: 0;
62
+ width: 72px; height: 72px;
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .chip {
66
+ position: absolute;
67
+ top: 120px;
68
+ left: 120px;
69
+ display: inline-flex;
70
+ align-items: center;
71
+ gap: 18px;
72
+ font-size: 42px;
73
+ color: #8b96a1;
74
+ background: #EEF3F6;
75
+ padding: 18px 32px;
76
+ border-radius: 40px;
77
+ }
78
+ .content {
79
+ position: absolute;
80
+ left: 64px;
81
+ right: 64px;
82
+ top: 350px;
83
+ }
84
+ .title {
85
+ font-size: 64px;
86
+ font-weight: 800;
87
+ color: #111;
88
+ line-height: 1.25;
89
+ margin-top: 40px;
90
+ }
91
+ .add-sub {
92
+ margin-top: 520px;
93
+ display: inline-flex;
94
+ align-items: center;
95
+ gap: 24px;
96
+ color: #7388FF;
97
+ font-size: 48px;
98
+ font-weight: 600;
99
+ }
100
+ .list {
101
+ margin-top: 40px;
102
+ border-top: 1px solid #E7EDF0;
103
+ }
104
+ .row {
105
+ height: 150px;
106
+ display: flex;
107
+ align-items: center;
108
+ border-bottom: 1px solid #E7EDF0;
109
+ }
110
+ .row .icon {
111
+ width: 84px;
112
+ height: 84px;
113
+ margin-right: 36px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+ .row .icon svg { width: 66px; height: 66px; fill: #94A0A8; stroke: #94A0A8; }
117
+ .row .label {
118
+ font-size: 46px;
119
+ color: #7C8893;
120
+ flex: 1;
121
+ }
122
+ .row .value-pill {
123
+ background: #EAEFF4;
124
+ color: #7E8A96;
125
+ font-size: 40px;
126
+ padding: 16px 30px;
127
+ border-radius: 28px;
128
+ }
129
+ .row .value-text {
130
+ color: #8E98A3;
131
+ font-size: 44px;
132
+ font-weight: 600;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+ <!-- Status bar -->
139
+ <div class="statusbar">
140
+ <div>1:55</div>
141
+ <div class="status-icons">
142
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#88949e" aria-hidden="true"><circle cx="12" cy="12" r="10"/></svg>
143
+ <div style="font-size:40px; color:#88949e;">88°</div>
144
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#88949e"><path d="M12 2l2 6h6l-4.9 3.6L17.9 18 12 13.9 6.1 18l2.8-6.4L4 8h6z"/></svg>
145
+ <div style="font-size:40px; color:#88949e;">en</div>
146
+ <div class="dot"></div>
147
+ <div class="wifi">
148
+ <svg viewBox="0 0 24 24" fill="none" stroke="#88949e" stroke-width="2">
149
+ <path d="M4 8c4.418-4 11.582-4 16 0"/>
150
+ <path d="M7 11c2.761-2 7.239-2 10 0"/>
151
+ <path d="M10 14c1.104-.8 2.896-.8 4 0"/>
152
+ <circle cx="12" cy="17" r="1.5" fill="#88949e" stroke="none"/>
153
+ </svg>
154
+ </div>
155
+ <div class="battery">
156
+ <svg viewBox="0 0 28 24" fill="none" stroke="#88949e" stroke-width="2">
157
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
158
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#88949e" stroke="none"></rect>
159
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#88949e" stroke="none"></rect>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Top actions -->
166
+ <div class="top-actions">
167
+ <div class="back-btn" aria-label="Back">
168
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#2f3337" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
169
+ <path d="M15 6l-6 6 6 6"></path>
170
+ </svg>
171
+ </div>
172
+ <div class="menu-btn" aria-label="More">
173
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#2f3337">
174
+ <circle cx="12" cy="5" r="2.2"></circle>
175
+ <circle cx="12" cy="12" r="2.2"></circle>
176
+ <circle cx="12" cy="19" r="2.2"></circle>
177
+ </svg>
178
+ </div>
179
+
180
+ <div class="chip">
181
+ <span>No Category</span>
182
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#9aa6b1">
183
+ <path d="M6 9l6 6 6-6"></path>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Content -->
189
+ <div class="content">
190
+ <div class="title">Buy New Balance Hiking shoes</div>
191
+
192
+ <div class="add-sub">
193
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="none" stroke="#7388FF" stroke-width="3" stroke-linecap="round">
194
+ <path d="M12 5v14M5 12h14"></path>
195
+ </svg>
196
+ <span>Add Sub-task</span>
197
+ </div>
198
+
199
+ <div class="list">
200
+ <!-- Due Date -->
201
+ <div class="row">
202
+ <div class="icon">
203
+ <svg viewBox="0 0 24 24">
204
+ <rect x="3" y="4" width="18" height="16" rx="2" fill="none" stroke="#94A0A8" stroke-width="2"/>
205
+ <line x1="3" y1="8" x2="21" y2="8" stroke="#94A0A8" stroke-width="2"/>
206
+ <line x1="8" y1="2" x2="8" y2="6" stroke="#94A0A8" stroke-width="2"/>
207
+ <line x1="16" y1="2" x2="16" y2="6" stroke="#94A0A8" stroke-width="2"/>
208
+ </svg>
209
+ </div>
210
+ <div class="label">Due Date</div>
211
+ <div class="value-pill">12/23/2023</div>
212
+ </div>
213
+
214
+ <!-- Time & Reminder -->
215
+ <div class="row">
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#94A0A8" stroke-width="2"/>
219
+ <path d="M12 7v6l4 2" stroke="#94A0A8" stroke-width="2" fill="none"/>
220
+ </svg>
221
+ </div>
222
+ <div class="label">Time &amp; Reminder</div>
223
+ <div class="value-pill">No</div>
224
+ </div>
225
+
226
+ <!-- Repeat Task -->
227
+ <div class="row">
228
+ <div class="icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M4 7h10l-2-2M20 17H10l2 2" fill="none" stroke="#94A0A8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
231
+ <path d="M14 5a7 7 0 0 1 6 6M10 19a7 7 0 0 1-6-6" fill="none" stroke="#94A0A8" stroke-width="2"/>
232
+ </svg>
233
+ </div>
234
+ <div class="label">Repeat Task</div>
235
+ <div class="value-pill">No</div>
236
+ </div>
237
+
238
+ <!-- Notes -->
239
+ <div class="row">
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <rect x="4" y="3" width="16" height="18" rx="2" fill="none" stroke="#94A0A8" stroke-width="2"/>
243
+ <line x1="7" y1="8" x2="17" y2="8" stroke="#94A0A8" stroke-width="2"/>
244
+ <line x1="7" y1="12" x2="17" y2="12" stroke="#94A0A8" stroke-width="2"/>
245
+ <line x1="7" y1="16" x2="14" y2="16" stroke="#94A0A8" stroke-width="2"/>
246
+ </svg>
247
+ </div>
248
+ <div class="label">Notes</div>
249
+ <div class="value-text">ADD</div>
250
+ </div>
251
+
252
+ <!-- Attachment -->
253
+ <div class="row">
254
+ <div class="icon">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M7 13l7-7a4 4 0 1 1 6 6l-8 8a5 5 0 0 1-7-7l6-6" fill="none" stroke="#94A0A8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ </div>
259
+ <div class="label">Attachment</div>
260
+ <div class="value-text">ADD</div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </body>
266
+ </html>